/*
Theme Name: tagless
*/

@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type="text"],
input[type="password"],
textarea,
select,*:focus {
    outline: none;
}


/*====================================================
////id common
====================================================*/
html{
    font-size: 10px;
    font-size: 62.5%;
	font-family: 'Kumbh Sans', "游ゴシック体 Medium", "YuGothic Medium", "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	letter-spacing: .1em;
}
body {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    background: #fff;
    color: #000;
	line-height: 1.8;
	width: 100%;
    height: auto;
    overflow-x: hidden;
}
* {
    min-height:0;
    min-width : 0;
}

body * {
    box-sizing: border-box;
}
section {
    position: relative;
}
a {
	display: inline-block;
    transition: 0.2s all;
    color: inherit;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline:none;
    text-decoration: none;
}
a img {
    transition: .2s all;
}

figure {
    position: relative;
}
figure img {
    position: relative;
}
figure.coverImg {
	overflow: hidden;
	padding-top: 65%;
	width: 100%;
}
figure.coverImg img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
}
figure.coverImg.contain img {
	-o-object-fit: contain;
	   object-fit: contain;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

figure.square {
    display: block;
    width: 100%;
    padding-top: 100%;
}
figure.square img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

hr {
	background: #cccccc;
    border: none;
    margin: 30px auto;
	width: 100%;
	height: 1px;
}
hr.dot {
    border-style: dotted;
}

#contents {
    width: 100%;
    overflow: hidden;
}
.innerBox{
    width: 94%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
}
.innerBox.short {
	max-width: 1120px;
}
.innerBox.wide {
	max-width: 1620px;
}
.inb {display: inline-block;}
.relative { position: relative; }
.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.flexCenter {
    align-items: center;
    justify-content: center;
}
.flexWrap {
    flex-wrap: wrap;
}
.flexColumn {
    flex-direction: column;
}
.gridBox {
    display: grid;
}
.whiteBox {
    background: rgba(255,255,255,.8);
    padding: 40px;
}
p {margin: 0 0 1.4em;}
p:last-child, p:last-of-type {margin-bottom: 0;}

.w100 {
	width: 100%;
}

.mw500 {max-width: 500px; margin: auto;}
.mw700 {max-width: 700px; margin: auto;}
.mw960 {max-width: 960px; margin: auto;}

input[type="radio"], input[type="checkbox"] {
    display: none;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    body {
        letter-spacing: .1rem;
    }
    .innerBox {
        width: 90%;
        padding: 60px 0;
    }
    .hidden-sp {
        display: none;
    }
    .whiteBox {
        padding: 15px;
    }
    .flexColumn-mob ,
  	.flexColumn-tab {
  		flex-direction: column;
  	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    #contents {
/*        min-height: calc(100vh - 521px);*/
    }
    a:hover {
        color: #eb664f;
    }
    a:hover img {
        opacity: .8;
    }

    .hidden-pc {
        display: none;
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	.flexColumn-tab {
		flex-direction: column;
	}
}

@media screen and (min-width:1200px) {
}

/*====================================================
//note 余白
====================================================*/
.ma-auto {margin: auto !important}
.ma-0 {margin: 0 !important}
.ma-05em {margin: .5em !important}
.ma-10em {margin: 1.0em !important}
.ma-15em {margin: 1.5em !important}
.ma-20em {margin: 2em !important}
.ma-30em {margin: 3em !important}
.mt-0 {margin-top: 0 !important}
.mt-03em {margin-top: .3em !important}
.mt-05em {margin-top: .5em !important}
.mt-08em {margin-top: .8em !important}
.mt-10em {margin-top: 1.0em !important}
.mt-15em {margin-top: 1.5em !important}
.mt-20em {margin-top: 2em !important}
.mt-30em {margin-top: 3em !important}
.ml-0 {margin-left: 0 !important}
.ml-03em {margin-left: .3em !important}
.ml-05em {margin-left: .5em !important}
.ml-10em {margin-left: 1.0em !important}
.ml-15em {margin-left: 1.5em !important}
.ml-20em {margin-left: 2em !important}
.ml-30em {margin-left: 3em !important}
.mr-0 {margin-right: 0 !important}
.mr-02em {margin-right: .2em !important}
.mr-05em {margin-right: .5em !important}
.mr-10em {margin-right: 1.0em !important}
.mr-15em {margin-right: 1.5em !important}
.mr-20em {margin-right: 2em !important}
.mr-30em {margin-right: 3em !important}
.mb-0 {margin-bottom: 0 !important}
.mb-03em {margin-bottom: .3em !important}
.mb-05em {margin-bottom: .5em !important}
.mb-08em {margin-bottom: .8em !important}
.mb-10em {margin-bottom: 1.0em !important}
.mb-15em {margin-bottom: 1.5em !important}
.mb-20em {margin-bottom: 2em !important}
.mb-30em {margin-bottom: 3em !important}

.ma-10 {margin: 10px !important}
.ma-20 {margin: 20px !important}
.ma-30 {margin: 30px !important}
.ma-40 {margin: 40px !important}
.ma-50 {margin: 50px !important}
.mt-10 {margin-top: 10px !important}
.mt-20 {margin-top: 20px !important}
.mt-30 {margin-top: 30px !important}
.mt-40 {margin-top: 40px !important}
.mt-50 {margin-top: 50px !important}
.mt-60 {margin-top: 60px !important}
.mt-70 {margin-top: 70px !important}
.ml-10 {margin-left: 10px !important}
.ml-20 {margin-left: 20px !important}
.ml-30 {margin-left: 30px !important}
.ml-40 {margin-left: 40px !important}
.ml-50 {margin-left: 50px !important}
.mr-10 {margin-right: 10px !important}
.mr-20 {margin-right: 20px !important}
.mr-30 {margin-right: 30px !important}
.mr-40 {margin-right: 40px !important}
.mr-50 {margin-right: 50px !important}
.mb-10 {margin-bottom: 10px !important}
.mb-20 {margin-bottom: 20px !important}
.mb-30 {margin-bottom: 30px !important}
.mb-40 {margin-bottom: 40px !important}
.mb-50 {margin-bottom: 50px !important}
.mb-60 {margin-bottom: 60px !important}
.mb-70 {margin-bottom: 70px !important}

.pa-0 {padding: 0 !important}
.pa-05em {padding: .5em !important}
.pa-10em {padding: 1.0em !important}
.pa-15em {padding: 1.5em !important}
.pa-20em {padding: 2em !important}
.pt-0 {padding-top: 0 !important}
.pt-05em {padding-top: .5em !important}
.pt-10em {padding-top: 1.0em !important}
.pt-15em {padding-top: 1.5em !important}
.pt-20em {padding-top: 2em !important}
.pb-0 {padding-bottom: 0 !important}
.pb-05em {padding-bottom: .5em !important}
.pb-10em {padding-bottom: 1.0em !important}
.pb-15em {padding-bottom: 1.5em !important}
.pb-20em {padding-bottom: 2em !important}

/*====================================================
//Class .sa ※要javascript
====================================================*/
.sa {
    opacity: 0;
    transition: all 1.2s ease;
}
.sa.show {
    opacity: 1;
    transform: none;
}
.sa-lr {
    transform: translate(-80px, 0);
}
.sa-rl {
    transform: translate(80px, 0);
}
.sa-up {
    transform: translate(0, 80px);
}
.sa-down {
    transform: translate(0, -80px);
}
.sa-scaleUp {
    transform: scale(.7);
}
.sa-scaleDown {
    transform: scale(1.5);
}
.sa-rotateL {
    transform: rotate(180deg);
}
.sa-rotateR {
    transform: rotate(-180deg);
}

.delay-01 {
    transition-delay: .1s;
}
.delay-02 {
    transition-delay: .2s;
}
.delay-03 {
    transition-delay: .3s;
}
.delay-04 {
    transition-delay: .4s;
}

/*====================================================
//NOTE テキスト
====================================================*/
.f-05em {font-size: .5em}
.f-06em {font-size: .6em}
.f-07em {font-size: .7em}
.f-08em {font-size: .8em}
.f-09em {font-size: .9em}
.f-10em {font-size: 1.0em}
.f-11em {font-size: 1.1em}
.f-12em {font-size: 1.2em}
.f-13em {font-size: 1.3em}
.f-14em {font-size: 1.4em}
.f-15em {font-size: 1.5em}
.f-16em {font-size: 1.6em}
.f-17em {font-size: 1.7em}
.f-18em {font-size: 1.8em}
.f-20em {font-size: 2.0em}

.f-10 {font-size: 1.0rem}
.f-11 {font-size: 1.1rem}
.f-12 {font-size: 1.2rem}
.f-13 {font-size: 1.3rem}
.f-14 {font-size: 1.4rem}
.f-15 {font-size: 1.5rem}
.f-16 {font-size: 1.6rem}
.f-17 {font-size: 1.7rem}
.f-18 {font-size: 1.8rem}
.f-20 {font-size: 2.0rem}

.small {
    font-size: .8em;
}
.big {
    font-size: 1.2em;
}
strong {
    font-weight: bold;
}
sup {
    font-size: .5em;
    vertical-align: .5em;
}
.fuchi3 {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.fuchi5 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.fw-bold {
    font-weight: bold;
}
.fw-normal {
    font-weight: normal;
}

.txt-left {
    text-align: left;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}

.serif {
	font-family: 'EB Garamond', "游明朝体 Medium", "YuMincho Medium", "游明朝 Medium", "Yu Mincho Medium",'Noto Serif JP', serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
    margin-bottom: .8em;
    line-height: 1.4;
}

.en-jp {
	text-align: center;
	margin-bottom: 50px;
}
.en-jp h2 {
	line-height: 1.1;
	margin-bottom: .2em;
	font-size: 4rem;
}
.en-jp h3 {
	line-height: 1.1;
	margin-bottom: .2em;
	font-size: 3.4rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	h1 {font-size: 2.6rem;}
	h2 {font-size: 2.4rem;}
	h3 {font-size: 2.2rem;}
	h4 {font-size: 2.0rem;}
	.en-jp {
		margin-bottom: 30px;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    h1 {font-size: 4.0rem;}
    h2 {font-size: 3.0rem;}
    h3 {font-size: 2.8rem;}
    h4 {font-size: 2.6rem;}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

/*====================================================
//NOTE 装飾系
====================================================*/

.wp-block-button__link,
main .bodyText .wp-block-button__link,
.linkBtn { /* class linkBtn */
	background: #8eccb5;
	border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
	line-height: 1.4;
    padding: 10px 20px 6px;
    width: auto;
    min-height: 70px;
    max-width: 400px;
    margin: 1em auto;
    text-align: center;
  transition: .2s ease-in-out;
    position: relative;
}
/*
.wp-block-button__link:after,
main .bodyText .wp-block-button__link:after,
.linkBtn:after {
	content: '\f061';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: auto;
	top: 0;
	right: 1.0em;
	bottom: 0;
	height: 100%;
	position: absolute;
}
*/
main .wp-block-button__link {
	font-size: 1em;
}
main .is-style-outline .wp-block-button__link ,
.linkBtn.whiteBtn {
    background: #fff;
	border: solid 1px #8eccb5;
	color: #8eccb5;
}
main .grayBtn .wp-block-button__link ,
.linkBtn.grayBtn {
	background: #aeaeae;
}
main .is-style-outline .wp-block-button__link:after ,
.linkBtn.whiteBtn:after {
}
.smallBtn {
	font-size: 1.4rem;
	min-height: 40px;
}
.arrow {
/*	color: #000;*/
	display: inline-block;
/*	opacity: .6;*/
	position: relative;
	margin: .5em .4em .4em;
	width: 32px;
	height: 1px;
	background-color: currentColor;
	transform: scale(.5);
}

.arrow:before {
	content: '';
	position: absolute;
	right: 1px;
	top: -8px;
	width: 16px;
	height: 16px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	transform: rotate(45deg);
}
.smallBtn .arrow {
	margin: .3em .4em .4em -.5em;
}
i.icon {
	margin: -.3em .5em 0 0;
	width: 20px;
	height: 1.5em;
}
i.icon.mail {
	background: url(https://tagless.jp/wp-content/themes/tagless/img/icon-mail.png) repeat-x center / contain;
}
i.icon.calendar {
	background: url(https://tagless.jp/wp-content/themes/tagless/img/icon-calendar.png) repeat-x center / contain;
}

dl.accordion dd {
	overflow: hidden;
	transition: .2s all;
}

.bgBox {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}
.bgBox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;

}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	main .wp-block-button__link,
	.linkBtn {
/*		font-size: 1em;*/
/*		padding: 10px calc(20px + 1em) 8px 20px;*/
	}
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {

	main .wp-block-button__link:hover ,
    .linkBtn:hover ,
    a:hover .linkBtn {
        color: #fff;
        filter: brightness(1.1);
    }
	main .is-style-outline .wp-block-button__link:hover ,
	.linkBtn.whiteBtn:hover {
		background: #e8f8ec;
		color: #8eccb5;
		filter: brightness(1);
	}
	.smallBtn:hover {
		color: #8eccb5;
		filter: brightness(1.3);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


ul.markList li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.3;
    margin: .3em 0;
}
ul.markList li:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
ul.markList.attentionMark li:before {
    content: '\203B';
}
ul.markList.dot li:before {
    content: '\30FB';
}
ol.number{
    counter-reset:number; /* 名前を付けたカウンターをリセット */
    list-style:none; /* olが数字を付けることをキャンセル */
    margin:0;
    padding:0;
}
ol.number > li{
    padding-left: 1.7em;
    line-height: 1.4;
    margin: .5em 0;
    position: relative;
}
ol.number > li:before{
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0em;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4em;
    height: 1.4em;
    line-height: 1;
}
ol.number.circleMarkList > li:before{
    border: solid 1px;
    border-radius: 100%;
    font-size: .9em;
    top: .05em;
}

.circleBox {
    border-radius: 100%;
}

.markerline {
    background: linear-gradient(transparent 40%, #fbffa2 45%, #fbffa2 93%, transparent 98%);
    padding: 0 0.3em;
}

.squareMark {
    border: solid 1px;
    border-color: inherit;
	display: inline-block;
    padding: .2em .4em .2em .5em;
    line-height: 1.3;
}

.circleMark {
    border: solid 1px;
    border-radius: 100px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:580px) and (max-width:768px) {
}


/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}
/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}
/*====================================================
////note カラー
====================================================*/
.baseColor {
	color: #000;
}
.white {
	color: #fff;
}
.green {
	color: #8eccb5;
}
.blue {
	color: #99a8c4;
}
.red {
	color: #ff6b52;
}
.pink {
	color: #d5aac5;
}
.gray {
	color: #aeaeae;
}

.bg-white {
	background: #fff;
}
.bg-green {
	background: #8eccb5;
	color: #fff;
}
.bg-blue {
	background: #99a8c4;
	color: #fff;
}
.bg-red {
	background: #f43616;
	color: #fff;
}
.bg-pink {
	background: #d5aac5;
	color: #fff;
}
.bg-gray {
	background: #aeaeae;
	color: #fff;
}

.secondletter-red {
	background: repeating-linear-gradient(
		90deg,
		#000 0 1em,
		#f43616 1.1em 2em,
		#000 2.1em 22em
	);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}


/*====================================================
//id form
====================================================*/
input, button, select {
    margin: 0;
    padding: 0;
    background: none;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    cursor: pointer;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],input[type="url"],input[type="number"], select, textarea {
    -webkit-appearance: none;
/*    border: 1px solid rgba(83, 37, 15, 0.2);*/
    background: #fff;
    border: solid 1px #a7a7a7;
	font-family: 'Kumbh Sans', "游ゴシック体 Medium", "YuGothic Medium", "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
    min-height: 1.8em;
    padding: 10px;
    width: 100%;
    flex: 1;
    transition: .2s all;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: #ff6b52;
/*
    -webkit-box-shadow: 0 0 5px rgba(83, 37, 15, 0.5);
    box-shadow: 0 0 5px rgba(83, 37, 15, 0.5);
*/
}
input[type="file"],
label {
    cursor: pointer;
}
form label {
    position: relative;
    line-height: 1.4;
    display: inline-block;
}

input[type="checkbox"] + span ,
input[type="checkbox"] + label {
    position: relative;
    padding-left: 2em;
    display: inline-block;
}
input[type="checkbox"] + span:before ,
input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: solid 1px;
    border-radius: 3px;
    border-color: rgba(83, 37, 15, 0.2);;
    top: .1em;
    left: 0px;
    background: #fff;
    transition: .2s all;
}
input[type="checkbox"] + label:before {
	top: -.15em;
}
input[type="checkbox"] + span:after ,
input[type="checkbox"] + label:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 7px;
    border: solid;
    border-width: 0 0 3px 3px;
	border-color: transparent transparent #ff6b52 #ff6b52;
    transform: rotate(-45deg);
    top: 1px;
    left: 3px;
    opacity: 0;
    transition: .2s all;
}
input[type="checkbox"] + label:after {
	top: -2px;
}
input[type="checkbox"]:checked + span:after ,
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
input[type="radio"] + span ,
input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
}
input[type="radio"] + span:before,
input[type="radio"] + label:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: solid 1px;
    border-radius: 100%;
    border-color: #ccc;
    top: 0;
    left: 0px;
    background: #fff;
    transition: .2s all;
}
input[type="radio"] + span:after,
input[type="radio"] + label:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    opacity: 0;
    transition: .2s all;
}
input[type="radio"]:checked + span:after,
input[type="radio"]:checked + label:after {
    opacity: 1;
	background: #ff6b52;
}
.select {
    position: relative;
}
.select:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-top-color: #53250F;
    border-top-width: 6px;
    border-bottom-width: 0;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
#confirm .select:before {
    display: none;
}
select {
    cursor: pointer;
}
.tel input[type="text"] {
    width: calc(100% / 3 - 10px);
    max-width: 100px;
}


/*====================================================
////id .yt
====================================================*/

.yt {
    position: relative;
    height: 0;
    padding: 0px 0 56.3%;
    overflow: hidden;
}
.yt iframe {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/*====================================================
////id header
====================================================*/
header h1 {
	margin: 0;
}
header h1 a {
	display: block;
}
header .logo .sns a {
	margin: 3px;
}
header img {
	margin: 0;
}
header .menu-header2-container li a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
	padding-right: 0;
	margin-right: 10px;
	width: 20px;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
	line-height: 16px;
	padding: .1em 0 0 0;
}
header .inqBox {
}
header .inqBox .tel {
}
header .inqBox img {
	display: inline-block;
	float: left;
	margin: -.1em 5px 0 0;
	width: auto;
	height: .9em;
}
header .inqBox .lineBox a {
  border-radius: 4px;
  overflow: hidden;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 1180px) {
	header .innerBox {
		padding: 0;
		z-index: 10000;
	}
	header .logo figure {
		height: 90px;
		margin: 10px 20px 10px 0;
	}
	header .logo .sns {
		font-size: 30px;
		line-height: 30px;
	}
	header .menuBtn {
		position: fixed;
		background: #8eccb5;
		width: 60px;
		height: 60px;
		top: 0;
		right: 0;
		cursor: pointer;
		z-index: 10;
		flex-direction: column;
		transition: .2s all;
	}
	header .menuBtn .humberger {
		width: 35px;
		height: 23px;
		position: relative;
		margin: 0;
	}
	header .menuBtn .humberger:before,
	header .menuBtn .humberger:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		border-radius: 5px;
		background: #fff;
		transition: .2s all;
		left: 0;
	}
	header .menuBtn .humberger:before {
		top: -1.5px;
		-webkit-transform-origin: left top;
	}
	header .menuBtn .humberger:after {
		bottom: -1.5px;
		transform-origin: left bottom;
	}
	header .menuBtn .humberger span {
		position: absolute;
		content: '';
		height: 2px;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		border-radius: 5px;
		background: #fff;
		transition: .2s all;
		opacity: 1;
	}
	header .menuBtn .close {
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		opacity: 0;
		position: absolute;
		transition: .2s all;
	}
	header .menuBox {
		background: #fff;
		top: 0;
		left: 105%;
		bottom: 0;
		overflow-y: auto;
		padding: 40px 5% 20px;
		pointer-events: none;
		position: fixed;
		text-align: center;
		transition: .5s all;
		width: 100%;
		height: auto;
		min-height: 100vh;
		z-index: 1;

		height: 150px;
		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	header .menuBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	header .menuBox > div,
	header .menuBox > ul {
		max-width: 400px;
		margin: auto;
	}
	header .menu-title {
		font-size: 2.6rem;
	}
	header .menu-outer.open .menuBtn {
/*		background: rgba(255,255,255,0);*/
	}
	header .menu-outer.open .humberger span,
	header .menu-outer.open .humberger:before,
	header .menu-outer.open .humberger:after {
/*		background: #000;*/
		opacity: 0;
	}
	header .menu-outer.open .menuBox {
		background: rgba(255, 255, 255, 1);
		pointer-events: auto;
		opacity: 1;
		left: 0;
	}
	header .menu-outer.open .menuBtn .humberger:before {
		background: #8eccb5;
		top: 50%;
/*
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 5px;
*/
	}
	header .menu-outer.open .menuBtn .humberger:after {
		background: #8eccb5;
		bottom: 50%;
/*
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 5px;
		width: 100%;
*/
	}
	header .menu-outer.open .menuBtn .humberger span {
		opacity: 0;
	}
	header .menu-outer.open .menuBtn .close {
		opacity: 1;
	}


	header .menuBox .menu li {
		font-size: 1.7rem;
	}
	header .menu-header-container {
		margin-bottom: 40px;
	}
	header .menu-header-container li a {
		display: block;
		margin: 20px 0;
	}
	header .menu-header2-container li a {
		height: 70px;
		margin: 10px 0;
	}

	header .menuBox .inqBox {
		border-top: solid 1px #d9d9d9;
		font-size: 1.4rem;
		flex-direction: column;
		margin-top: 30px;
		padding: 30px 0 60px;
	}
	header .menuBox .inqBox .tel {
		font-size: 3.0rem;
		line-height: 1.2;
    margin-bottom: 0;
	}
	header .menuBox .inqBox br {
		display: none;
	}
	header .menu-header2-container {
		position: fixed;
			bottom: 0;
			left: 0;
		opacity: 1;
		width: calc(100% - 50px);
	}
	header .menu-header2-container ul {
		display: flex;
	}
	header .menu-header2-container li {
		flex: 1;
	}
	header .menu-header2-container li a {
		display: flex;
		flex-direction: column;
		font-size: 1.1rem;
		height: 50px;
		margin: 0;
	}
	.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
		width: 14px;
		margin: 0 0 5px;
	}
  header .inqBox {
    grid-gap: 1em;
  }
  header .inqBox .lineBox img {
    margin: 0;
    width: 26px;
    height: 26px;
  }

}

@media screen and (max-width:600px) {
}

@media screen and (max-width:480px) {
	header .menu-header2-container li a {
		font-size: 3.5vw;
	}
	.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
		width: 3.5vw;
	}
}


/* ////////// PC ////////// */
@media print, screen and (min-width: 1180px) {
	header .menuBtn ,
	header .menu-title ,
	header .addBox {
		display: none;
	}
	header {
		height: 100px;
	}
	header .headerBox {
		background: rgba(255, 255, 255, .7);
		height: 100px;
		position: fixed;
		top: 0;
		left: 0;
		transition: .3s all;
		width: 100%;
		z-index: 10000;
	}
	header .headerBox:hover {
		background: rgba(255, 255, 255, .95);
	}
	header .headerBox.hide {
		top: -120px;
	}
	header .innerBox {
		height: 100px;
		max-width: none;
		overflow: hidden;
		padding: 0;
		position: inherit;
		width: 100%;
	}
	header .header-inner {
		height: 100%;
	}
	header .logo {
		align-items: center;
		width: 130px;
		height: 100%;
		margin: 0 0 0 2%;
	}
	header .logo h1 figure {
		height: 70px;
	}
	header .logo .sns {
		flex-direction: column;
		font-size: 26px;
		line-height: 20px;
		justify-content: center;
	}
	header .menuBox {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
		justify-content: space-between;
		height: 100%;
	}
	header .menuBox .menu {
		display: flex;
	}
	header .menuBox .menu a:hover {
		color: inherit;
	}
	header .menu-header-container {
		margin-right: 230px;
	}
	header .menu-header-container li {
		height: 55px;
		padding-top: 7px;
	}
	header .menu-header-container li a {
		display: flex;
		align-items: center;
		font-size: 1.3rem;
		letter-spacing: .03em;
		height: 3em;
		line-height: 1.3;
		margin: 0 0 7px;
		padding: 3px 8px;
		position: relative;
		text-align: center;
	}
	header .menu-header-container li a:before ,
	header .menu-header-container li a:after {
		background: #8eccb5;
		content: '';
		margin: auto;
		opacity: 0;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% - 5px);
		transition: .2s all;
	}
	header .menu-header-container li a:before {
		width: 5px;
		height: 5px;
	}
	header .menu-header-container li a:after {
/*
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
*/
		width: 1px;
		height: 0;
	}
	header .menu-header-container li a:hover:before {
		opacity: 1;
	}
	header .menu-header-container li a:hover:after {
		opacity: 1;
		height: 20px;
	}
	header .menu-header2-container {
		position: absolute;
		top: 0;
		right: 0;
	}
	header .menu-header2-container ul {
		display: flex;
	}
	header .menu-header2-container li {
		transition: .2s all;
	}
	header .menu-header2-container li a {
		height: 45px;
		width: 220px;
	}
  header .menu-header2-container li a:hover {
    color: #fff;
  }
	header .menu-header2-container li:hover {
		filter: brightness(1.1);
	}
	header .inqBox {
		border-left: solid 1px #d9d9d9;
		/* flex-direction: column; */
    grid-gap: .7em;
    grid-template-columns: auto auto;
		align-items: center;
		font-size: 1.0rem;
		height: 55px;
		justify-content: center;
		line-height: 1.3;
		padding: 5px;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 220px;
	}
	header .inqBox .tel {
		font-size: 2.0rem;
		line-height: 1;
		margin: .2em 0 .1em;
	}
	header .inqBox br {
		display: none;
	}
  header .inqBox .lineBox img {
    margin: 0;
    width: 26px;
    height: 26px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1280px) and (max-width:1500px) {
  header .menu-header-container {
    /* margin-right: 210px; */
  }
  header .menu-header-container li a {
    font-size: 1.4rem;
  }
  header .menu-header2-container li a {
    /* width: 200px; */
  }
  header .inqBox {
    /* width: 200px; */
  }
}

@media screen and (min-width:1500px) {
  header ,
  header .headerBox,
  header .innerBox {
    height: 120px;
  }
  header .logo {
    margin: 0 0 0 3%;
		width: 170px;
	}
  header .logo h1 figure {
		height: 90px;
	}
	header .menu-header-container {
		margin-right: 450px;
	}
  header .menu-header-container li {
		height: 70px;
		padding-top: 15px;
	}
	header .menu-header-container li a {
		font-size: 1.4rem;
		margin: 0 5px 7px;
	}
	header .menu-header2-container li a {
		/* width: 200px; */
    height: 50px;
	}
	header .inqBox {
		flex-direction: row;
		justify-content: space-around;
		font-size: 1.3rem;
		padding: 5px 15px;
		width: 440px;
    height: 70px;
	}
	header .inqBox li:last-child {
		/* width: 125px; */
	}
  header .inqBox .telBox {
    grid-template-columns: auto 120px;
    grid-gap: .8em;
  }
	header .inqBox .tel {
		font-size: 2.8rem;
	}
  header .inqBox .lineBox img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width:1500px) {
	header .inqBox {
	}
}


/*====================================================
////class .slick
====================================================*/
.slick-dotted.slick-slider {
	margin: 0;
}
.slick-dots {
	bottom: 10px;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
}
.slick-dots li button {
	width: 30px;
	height: 20px;
	padding: 0;
}
.slick-dots li button:before {
	background: #fff;
	content: '';
	opacity: 1;
	position: absolute;
		top: 9px;
		left: 0;
	width: 100%;
	height: 2px;
}
.slick-dots li.slick-active button:before {
	background: #26ad7b;
}

.slick-prev ,
.slick-next {
	background: #fff !important;
	opacity: .8;
	transition: .2s all;
	width: 35px;
	height: 50px;
	z-index: 1000;
}
.slick-prev:hover ,
.slick-next:hover {
	background: #fff;
	opacity: 1;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}

.slick-prev * {
	display: none;
}
.slick-prev:before ,
.slick-next:before {
	border-top: solid 1px #000;
	margin: auto;
	top: 0;
	right: 10px;
	bottom: 0;
	transform: none;
	width: 15px;
	height: 0;
}
.slick-prev:after ,
.slick-next:after {
	border: solid #000;
	border-width: 1px 1px 0 0;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
}
.slick-prev:after {
	transform: rotate(-135deg);
	right: 50%;
}
.slick-next:after {
	transform: rotate(45deg);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id
====================================================*/
.is-hide {
	display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
	transition-property: opacity;
	transition-delay: .4s;
	transition-duration: .2s;
	opacity: 0;
	pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
	transition-property: opacity;
	opacity: 0;
	pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
	background: #ffffff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}
#loader {
	height: 120px;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	position: fixed;
	top: 50%;
	width: 120px;
}
#loader p {
	color: #454545;
	font-size: 10px;
	line-height: 1.4;
	text-align: center;
}
#loader p img {
	display: inline-block;
}


.intersecting-circles-spinner, .intersecting-circles-spinner * {
	box-sizing: border-box;
}

.intersecting-circles-spinner {
	height: 70px;
	width: 70px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.intersecting-circles-spinner .spinnerBlock {
	-webkit-animation: intersecting-circles-spinners-animation 2s linear infinite;
	animation: intersecting-circles-spinners-animation 2s linear infinite;
	transform-origin: center;
	display: block;
	height: 35px;
	width: 35px;
}

.intersecting-circles-spinner .circle {
	display: block;
	border: 2px solid #8eccb5;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.intersecting-circles-spinner .circle:nth-child(1) {
	left: 0;
	top: 0;
}

.intersecting-circles-spinner .circle:nth-child(2) {
	left: calc(35px * -0.36);
	top: calc(35px * 0.2);
}

.intersecting-circles-spinner .circle:nth-child(3) {
	left: calc(35px * -0.36);
	top: calc(35px * -0.2);
}

.intersecting-circles-spinner .circle:nth-child(4) {
	left: 0;
	top: calc(35px * -0.36);
}

.intersecting-circles-spinner .circle:nth-child(5) {
	left: calc(35px * 0.36);
	top: calc(35px * -0.2);
}

.intersecting-circles-spinner .circle:nth-child(6) {
	left: calc(35px * 0.36);
	top: calc(35px * 0.2);
}

.intersecting-circles-spinner .circle:nth-child(7) {
	left: 0;
	top: calc(35px * 0.36);
}

@-webkit-keyframes intersecting-circles-spinners-animation {
	from { transform: rotate(0deg) scale(.3); opacity: 1; }
	to { transform: rotate(360deg) scale(2); opacity: 0; }
}

@keyframes intersecting-circles-spinners-animation {
	from { transform: rotate(0deg) scale(.3); opacity: 1; }
	to { transform: rotate(360deg) scale(2); opacity: 0; }
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


/*====================================================
////class .pagenation
====================================================*/
.pagenation {
}
.pagenation ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
    width: 100%;
}
.pagenation li {
    margin: 5px;
}
.pagenation li .page-numbers {
	background: #fff;
    display: block;
	font-size: 2.2rem;
	width: 1.5em;
	height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ccc;
    line-height: 1;
    letter-spacing: 0;
}
.pagenation li .page-numbers.current {
    background: #e8f8ec;
/*    color: #fff;*/
}
.pagenation li .prev ,
.pagenation li .next {
	background: transparent;
    border: none;
	font-size: 1.5rem;
	width: 80px;
}
#single .pagenation a {
	margin: 0 10px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}




/*====================================================
//id .formBox
====================================================*/
.mw_wp_form_input .confirmation ,
.mw_wp_form_input .backBtn {
    display: none;
}
.mw_wp_form_confirm .input ,
.mw_wp_form_confirm .select:before ,
.mw_wp_form_confirm .consentBox {
    display: none;
}
.formBox {
/*    text-align: center;*/
	max-width: 700px;
	margin: auto;
}
.formBox .formItem {
/*    max-width: 550px;*/
    display: inline-grid;
	grid-gap: 0 20px;
    min-width: 300px;
/*    margin: 30px 0 0;*/
	overflow: hidden;
	width: 100%;
}
.formBox .formItem dt .attentionColor {
    margin-left: .5em;
}
.formBox .formItem .mwform-tel-field {
    display: flex;
    margin-left: -3px;
    align-items: center;
}
.formBox .formItem .mwform-tel-field input{
    margin: 0 3px;
}
.formBox .formItem input[type="number"] {
	width: 100px;
}
.formBox .linkBtn {
    transition: .2s all;
/*    padding: 0;*/
}
.formBox .linkBtn {
	font-size: 1.5rem;
}
.formBox input[type="submit"].linkBtn {
	cursor: pointer;
	display: block;
	letter-spacing: .1em;
    padding: 10px 20px;
    position: relative;
    transition: .2s all;
	width: 100%;
	height: auto;
}
.formBox .linkBtn:hover input {
}
.formBox dd {
    position: relative;
    text-align: left;
}
.mw_wp_form .formBox .error {
    bottom: -5px;
	color: #e9545d;
    font-size: 1.2rem;
}
.mw_wp_form .formBox .horizontal-item + .horizontal-item {
	margin-left: 0;
	display: block;
	margin: 5px 0;
}
.formBox .consentBox {
    max-width: 500px;
    margin: 50px auto;
/*    font-size: 1.3rem;*/
}
.formBox .consentBox div {
    position: relative;
	padding-bottom: 16px;
}
.formBox .error {
    font-weight: bold;
    position: absolute;
    left: 1em;
    bottom: -20px;
    width: 10em;
}
.formBox .error:before {
	content: '\203B';
}

.formBox .backBtn {
	margin-top: -10px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
    .formBox .formItem dt {
        text-align: left;
        margin: 15px 0 5px;
        font-weight: bold;
        position: relative;
    }
    .formBox .formItem dd {
        text-align: left;
        margin-bottom: 10px;
        padding: 0 0 1em 2em !important;
    }
	.mw_wp_form .formBox .error {
/*		bottom: -2em;*/
		left: 2em;
        display: block;
        width: 100%;
        padding-left: 1em;
    }
    #confirm .formBox dd {
        padding-left: 1em;
    }
	.formBox .consentBox {
		align-items: stretch;
		flex-direction: column;
	}
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
    .formBox .formItem {
		grid-template: 'dt dd' / 180px 1fr;
	}
    .formBox .formItem dt {
        grid-column: 1;
		padding: 28px 1em 16px 0;
        position: relative;
    }
    .mw_wp_form_confirm .formBox dt:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100vw;
        height: 0;
        border-top: solid 1px #ccc;
    }
/*
	.mw_wp_form_confirm .formBox dt:last-of-type:after {
		display: none;
	}
*/
    .formBox .formItem dd {
        grid-column: 2;
		min-height: 60px;
        padding: 16px 0;
    }
	.mw_wp_form_confirm .formBox .formItem dt,
	.mw_wp_form_confirm .formBox .formItem dd {
        padding: 20px 0;
    }
    .formBox dd .dateBox {
        width: calc(50% - 5px);
    }
    .formBox .error {
    }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id #ui-datepicker-div
====================================================*/
#ui-datepicker-div.ui-widget-content {
	border-radius: 0;
	font-family: 'Kumbh Sans', "游ゴシック体 Medium", "YuGothic Medium", "游ゴシック Medium", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
#ui-datepicker-div .ui-widget-header {
	border: none;
	background: transparent;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
	cursor: pointer !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:before {
	border: solid #000;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		bottom: 0;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:before {
	border-width: 0 0 1px 1px;
	left: 10px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:before {
	border-width: 1px 1px 0 0;
	right: 10px;
}
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-state-focus {
	border: none;
	background: transparent;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
	display: none;
}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default {
	background: #fff;
	border-color: #8eccb5;
}
#ui-datepicker-div  {}
#ui-datepicker-div  {}
#ui-datepicker-div  {}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////class .pagetop
====================================================*/

.pagetop {
    display: none;
    position: fixed;
    font-weight: bold;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 500;
}
.pagetop.stop {
    position: absolute;
    bottom: 100%;
}
.pagetop a {
	background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    font-size: 1.2rem;
	line-height: 1.2;
    margin-left: auto;
    margin-right: 0;
/*    opacity: .8;*/
    padding-left: .2em;
    position: relative;
	width: 100%;
	height: 100%;
}
.pagetop a i {
	color: #000;
	font-size: 2.4rem;
	opacity: .6;
	transition: .2s all;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (min-width:480px) and (max-width:768px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.pagetop a:hover i {
		opacity: 1;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id footer
====================================================*/
footer {
    position: relative;
    overflow: hidden;
}
footer #menu {
	position: relative;
}
footer #menu {
	flex-direction: column;
	justify-content: flex-end;
	min-height: calc(100vh - 20px);
/*	padding-bottom: 60px;*/
}
footer #menu .logoBox figure {
	width: 150px;
	margin: auto;
}
footer #menu .logoBox .sns a {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	margin: 10px 5px;
}
footer #menu .menuBox {
	background: rgba(0, 0, 0, .2);
	color: #fff;
	margin-bottom: 60px;
	padding: 20px;
}
footer #menu .menuBox .menu {
	display: flex;
	justify-content: center;
  flex-wrap: wrap;
}
footer #menu .menuBox .menu-header-container a {
	margin: 5px;
	padding: .1em 1em;
}
footer #menu .menuBox .menu-header2-container li {
	margin: 5px;
	width: 200px;
}
footer #menu .menuBox .menu-header2-container a {
	color: #fff;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 1.7rem;
	padding: 15px;
	width: 100%;
	max-width: 240px;
}
footer #menu .menuBox .menu-header2-container a img {
	margin: 0 10px 0 0;
	width: 20px;
}
footer #menu .menuBox .menu-header2-container a span {
	line-height: 1;
	padding-top: .2em;
}
footer .copyright {
	font-size: 10px;
	height: 20px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	footer #menu .menuBox {
		display: none;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	footer #menu .logoBox {
		padding: 300px 0 30px;
	}
	footer #menu .menuBox .menu-header2-container li {
		transition: .2s all;
	}
	footer #menu .menuBox .menu-header2-container li:hover {
		filter: brightness(1.1);
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	footer #menu .menuBox {
		display: none;
	}
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id info
====================================================*/
#info .innerBox {
  max-width:800px;
}
#info .innerBox p {
  padding: 20px;
	border: solid 1px #8eccb5;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
#info .innerBox p {
  padding: 10px;
}
}

@media screen and (max-width:500px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


/*====================================================
//// id
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

#toc_container {
    margin: 0 auto;
}

.innerBoxa{
    width: 94%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}
