/*
Theme Name: ADD
Author: Yoko Dohi
*/

@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-style: normal;
	/*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, li {
	list-style: none;
	list-style-type: 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%;
	/* overflow-x : hidden; */
	overflow: auto;
	width: 100%;
	max-width: 100vw;
	height: 100%;
}
body, button, input, select, optgroup, textarea {
	background: #fff;
	color: #000;
	font-family: 'Suranna','Noto Serif JP', "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2.6;
}
body {
	position: relative;
	height: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	body, button, input, select, optgroup, textarea {
		/* font-size: 15px;
		font-size: 1.5rem; */
	}
}
@media screen and (max-width: 376px) {
	body, button, input, select, optgroup, textarea {
		font-size: 3.8vw;
	}
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	body, button, input, select, optgroup, textarea {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
/*
	body, button, input, select, optgroup, textarea {
		font-size: 17px;
		font-size: 1.7rem;
	}
*/
}
@media screen and (min-width:1550px) {
}

body {
	position: relative;
	width: 100%;
	max-width: 100vw;
	height: auto;
	/* overflow-x: hidden; */
}
* {
	min-height:0;
	min-width : 0;
}

body * {
	box-sizing: border-box;
}
section {
	position: relative;
	max-width: 100vw;
}
a {
	display: inline-block;
	transition: 0.2s ease-in-out;
	color: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline:none;
	text-decoration: none;
	/* vertical-align: middle; */
}
a.underline {
	border-bottom: solid 1px #ccc;
}
.tel_link a {
	text-decoration: none !important;
}
a img {
	transition: .1s ease-in-out;
}
p a:not(.linkBtn) {
	color: #A11614;
	-webkit-text-decoration: underline dotted 1px #A11614;
	text-decoration: underline dotted 1px #A11614;
	text-underline-position: under;
	text-underline-offset: 0.1em;
}

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

body figure {
	margin: 0;
	position: relative;
}
figure img {
	position: relative;
}
figure.coverImg {
	overflow: hidden;
	padding-top: 55%;
	width: 100%;
}
figure.coverImg img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	max-width: none;
	height: 100%;
	max-height: none;
}
figure.coverImg.contain img {
	-o-object-fit: contain;
	object-fit: contain;
}
figure.noImage {
	background: #EFEFEF;
	opacity: .4;
}
figure figcaption.noImage {
	color: #777777;
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 2.4rem;
	font-weight: bold;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}

.scaleUpImg {
	overflow: hidden;
}
.scaleUpImg img {
	transition: .4s;
}
.scaleUpImg:hover img {
	transform: scale(1.05);
}


.round {
	border-radius: 14px;
	overflow: hidden;
}

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 {
	border-top: solid 1px #CECECE;
	margin: 0;
	width: 100%;
	height: 0;
}
hr.dot {
	border-style: dotted;
}


#contents {
	width: 100%;
	position: relative;
	transition: .2s ease-in-out;
	z-index: 1;
}
.innerBox{
	max-width: 1440px;
	margin: 0 auto;
	padding: 150px 0;
	position: relative;
	width: 94%;
	z-index: 1;
}
.innerBox .innerBox {
	width: 100%;
}
.innerBox.short {
	max-width: 1200px;
}
.innerBox.wide {
	max-width: 1700px;
}
.innerBox.shortPadding {
	padding: 70px 0;
}
.block {display: block;}
.inb {display: inline-block;}
.relative { position: relative; z-index: 1;}
.flexBox {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.flexCenter {
	align-items: center;
	justify-content: center;
}
.flexStart {
	justify-content: flex-start;
}
.flexEnd {
	justify-content: flex-end;
}
.flexWrap {
	flex-wrap: wrap;
}
.flexColumn {
	flex-direction: column;
	justify-content: flex-start;
}
.flex-1 {
	flex: 1;
}

.gridBox {
	display: grid;
}

.whiteBox {
	background: #fff;
	padding: 40px 30px;
}
.roundBox {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
}

p {margin: 0 0 2.0em;}
p:last-child, p:last-of-type {margin-bottom: 0;}

.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}

.mw300 {max-width: 300px; margin: auto;}
.mw400 {max-width: 400px; margin: auto;}
.mw500 {max-width: 500px; margin: auto;}
.mw600 {max-width: 600px; margin: auto;}
.mw700 {max-width: 700px; margin: auto;}
.mw800 {max-width: 800px; margin: auto;}
.mw900 {max-width: 900px; margin: auto;}
.mw1000 {max-width: 1000px; margin: auto;}

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

.blur {
	filter: blur(2px);
}

.decoBox {
	position: absolute;
	/* z-index: -1; */
}

.hidden {
	display: none;
}
.over_hidden {
	overflow: hidden;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#contents {
		/* padding-bottom: 50px; */
	}
	.innerBox {
		padding: 100px 0;
		/* width: 92%; */
	}
	.innerBox.shortPadding {
		padding: 50px 0;
	}
	.hidden-mob {
		display: none;
	}
	figure figcaption.noImage {
		font-size: 1.6rem;
	}
	.whiteBox {
		padding: 30px 20px;
	}
	.roundBox {
		border-radius: 10px;
		padding: 20px;
	}
	.flexColumn-mob ,
	.flexColumn-tab {
		flex-direction: column;
	}

}

@media screen and (max-width:580px) {
	.display-small {
		display: block;
	}

}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	a:hover {
		opacity: .7;
	}
	a.opacity-1:hover {
		opacity: 1;
	}
	a .orange {
		transition: .2s ease-in-out;
	}
	.hidden-pc {
		display: none;
	}
	.whiteBox {
		padding: 50px 30px;
	}
}

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

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

@media screen and (min-width:1550px) {
	.innerBox{
		padding: 150px 0;
	}
	.hidden-wide {
		display: none;
	}
}

/*====================================================
//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-05em {margin-top: .5em !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-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-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-05em {margin-bottom: .5em !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-15 {margin-top: 15px !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-15 {margin-bottom: 15px !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(-40px, 0);
}
.sa-rl {
	transform: translate(40px, 0);
}
.sa-up {
	transform: translate(0, 40px);
}
.sa-down {
	transform: translate(0, -40px);
}
.sa-scaleUp {
	transform: scale(.7);
}
.sa-scaleDown {
	transform: scale(1.5);
}
.sa-rotateL {
	transform: rotate(180deg);
}
.sa-rotateR {
	transform: rotate(-180deg);
}

.sa.slideShow {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.sa.slideShow:before {
	background: #dfdfdf;
	content: '';
	position: absolute;
		top: 0;
		left: 0;
		right: auto;
	transition: .6s ease-in-out;
	width: 0;
	height: 100%;
	z-index: 10;
}
.sa.slideShow.show:before {
	-webkit-animation: anim-slide 1.2s ease-in-out forwards;
	        animation: anim-slide 1.2s ease-in-out forwards;
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
}
@-webkit-keyframes anim-slide {
	0%   {}
	45%  { width: 100%; left: 0; right: 0;}
	55% { width: 100%; left: auto; right: 0; }
	100% { width: 0; left: auto; right: 0; }
}
@keyframes anim-slide {
	0%   {}
	45%  { width: 100%; left: 0; right: 0;}
	55% { width: 100%; left: auto; right: 0; }
	100% { width: 0; left: auto; right: 0; }
}

.sa.slideShow.slide-rl {
	transform: rotate(180deg);
}
.sa.slideShow.slide-rl img {
	transform: rotate(180deg);
}

.sa.slideShow img,
.sa.slideShow > .box-inner {
	opacity: 0;
	transition-delay: 1.0s;
}
.sa.slideShow.show img ,
.sa.slideShow.show > .box-inner {
	opacity: 1;
}

/*====================================================
//class eachTextAnime
====================================================*/
.eachTextAnime {
	opacity: 0;
}
.eachTextAnime.appeartext {
	opacity: 1;
}
.eachTextAnime span {
	opacity: 0;
}
.eachTextAnime.appeartext span {
	-webkit-animation:text_anime_on 1.8s ease-out forwards;
	        animation:text_anime_on 1.8s ease-out forwards;
	/* animation-delay: .4s; */
}
@-webkit-keyframes text_anime_on {
	0% {opacity:0; transform: scale(.6);}
	100% {opacity:1; transform: none;}
}
@keyframes text_anime_on {
	0% {opacity:0; transform: scale(.6);}
	100% {opacity:1; transform: none;}
}


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

/*====================================================
//NOTE テキスト
====================================================*/
.f-serif {
	font-family: 'Hina Mincho', 'Noto Serif JP', "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.tate {
	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	        text-orientation: upright;
}

.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}
.f-22 {font-size: 2.2rem}
.f-24 {font-size: 2.4rem}

.lh-10 {line-height: 1.0;}
.lh-12 {line-height: 1.2;}
.lh-14 {line-height: 1.4;}
.lh-16 {line-height: 1.6;}
.lh-18 {line-height: 1.8;}

.ls-0 {letter-spacing: 0;}
.ls-01 {letter-spacing: .1em;}
.ls-02 {letter-spacing: .2em;}
.ls-03 {letter-spacing: .3em;}
.ls-05 {letter-spacing: .5em;}
.ls-10 {letter-spacing: 1.0em;}
small, .small {
	font-size: .8em;
}
big, .big {
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
sup {
	font-size: .5em;
	vertical-align: .5em;
}
.fuchi2 {
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}
.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-medium {
	font-weight: 500;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: 700;
}
.fw-black {
	font-weight: 900;
}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 2.0;
}
.excerpt {
	font-size: .9em;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	h1 {font-size: 2.8rem;}
	h2 {font-size: 2.6rem;}
	h3 {font-size: 2.2rem;}
	h4 {font-size: 2.0rem;}
	h5 {font-size: 1.8rem;}
}

@media screen and (max-width: 500px) {
	h1 {font-size: 6.0vw;}
	h2 {font-size: 5.6vw;}
	h3 {font-size: 5vw;}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	h1 {font-size: 3.4rem;}
	h2 {font-size: 3.0rem;}
	h3 {font-size: 2.7rem;}
	h4 {font-size: 2.4rem;}
	h5 {font-size: 2.0rem;}
}

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

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

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
main .bodyText .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.linkBtn { /* class linkBtn */
	background: #fff;
	border: solid .5px #000;
	border-radius: 0;
	color: #000;
  cursor: pointer;
	display: inline-block;
	font-family: 'Hina Mincho', 'Noto Serif JP', "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.4;
	overflow: hidden;
  padding: 18px 20px;
	transition: .2s ease-in-out;
  /* width: 100%; */
  width: auto;
	  max-width: 480px;
		min-width: 390px;
  margin: 0;
  text-align: center;
  position: relative;
	z-index: 1;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:after,
main .bodyText .wp-block-button:not(.is-style-outline) .wp-block-button__link:after,
.linkBtn:after {
}

.linkBtn.white {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.is-style-outline .wp-block-button__link,
main .bodyText .is-style-outline .wp-block-button__link,
.linkBtn-small {
	background: #fff;
	border: solid 1px #888;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	filter: none;
	font-size: inherit;
	line-height: 1.4;
	max-width: 380px;
	min-width: 180px;
	opacity: 1;
	padding: 8px 30px 8px 15px;
	position: relative;
	text-align: center;
}
.is-style-outline .wp-block-button__link:after,
main .bodyText .is-style-outline .wp-block-button__link:after,
.linkBtn-small:after {
	border: solid #888;
	border-width: 2px 2px 0 0;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		bottom: 0;
		right: 13px;
	transform: rotate(45deg);
	transition: .2s ease-in-out;
	width: 8px;
	height: 8px;
}

.arrowBtn {
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.4;
	min-width: 260px;
	padding: 0 50px 8px 0;
	position: relative;
	text-align: left;
}
.arrowBtn::before {
	border-bottom: solid 1px #000;
	content: '';
	margin: auto;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	height: 0;
}
.arrowBtn::after {
	border-left: solid 1px #000;
	content: '';
	margin: auto;
	position: absolute;
		right: 0;
		bottom: 0;
	transform: rotate(-45deg);
	transform-origin: bottom right;
	width: 0;
	height: 40px;
}
.arrowBtn.arrow-left {
	padding: 0 0 8px 50px;
	text-align: right;
}
.arrowBtn.arrow-left::after {
	left: 0;
	right: auto;
	transform: rotate(45deg);
}
.arrowBtn-small {
	min-width: 130px;
	padding: 0 30px 3px 0;
}
.arrowBtn-small.arrow-left {
	padding: 0 0 3px 30px;
}
.arrowBtn-small::after {
	height: 25px;
}

.arrow {
	/* background: #fff;
	border: solid 1px #EFEFEF;
	border-radius: 100%; */
	overflow: hidden;
	position: relative;
	transition: .2s ease-in-out;
	width: 20px;
	height: 20px;
	z-index: 1000;
}
.arrow:before ,
.arrow:after {
	background: #EFEFEF;
	border: none;
	border-radius: 2px;
	bottom: calc(50% - 1px);
	content: '';
	margin: auto;
	position: absolute;
		top: 50%;
		left: -3px;
		right: 0;
	transition: .2s ease-in-out;
	width: 10px;
	height: 2px;
}
.arrow:before {
	transform: rotate(40deg);
	transform-origin: right bottom;
}
.arrow:after {
	top: calc(50% - 1px);
	transform: rotate(-40deg);
	transform-origin: right top;
}

.line_arrow {
	border: solid;
	border-width: 0 2px 2px 0;
	display: block;
	transform: skewX(35deg);
	transform-origin: bottom left;
	transition: .2s ease-in-out;
	width: 2em;
	height: .6em;
}

.newIcon {
	display: inline-block;
	color: #F64A82;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	margin-left: 15px;
}


i.icon {
	margin: -.3em .5em 0 0;
	width: 20px;
	height: 1.5em;
}

dl.accordion dt ,
dl.accordion .accordion_close ,
dl.menu-accordion dt {
	cursor: pointer;
}
dl.accordion dd ,
dl.menu-accordion dd {
	overflow: hidden;
	transition: .2s ease-in-out;
}

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

}

.opacity-6 {opacity: .6}
.opacity-8 {opacity: .8}
.opacity-10 {opacity: 1}

.deco_skew {
	position: relative;
}
.deco_skew:after {
	background: #FCFCFC;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 100%;
	transform: skew(-15deg);
	transform-origin: top left;
	width: 300px;
	height: 100%;
}
.skewBox {
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	transform: skew(-15deg);
	width: 100%;
	height: 100%;
	z-index: -1;
}

.alm-load-more-btn.done {
	display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	main .bodyText .wp-block-buttons {
		display: block;
	}
	main .bodyText .wp-block-buttons .wp-block-button {
		display: block;
		margin: 10px auto !important;
		text-align: center;
	}
	.wp-block-button:not(.is-style-outline) ,
	main .bodyText .wp-block-button:not(.is-style-outline),
	.linkBox {
		text-align: center;
	}
	.wp-block-button:not(.is-style-outline) .wp-block-button__link,
	main .bodyText .wp-block-button:not(.is-style-outline) .wp-block-button__link,
	.linkBtn { /* class linkBtn mobile */
		margin: 0 auto 1px;
		font-size: 1em;
		min-width: 180px;
		padding: 12px 10px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) { /* NOTE linkBtn pc */
	.wp-block-button:not(.is-style-outline) .wp-block-button__link,
	main .bodyText .wp-block-button:not(.is-style-outline) .wp-block-button__link,
	.linkBtn {
		font-size: 1.6rem;
	}
	.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
	main .bodyText .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
	.linkBtn:hover ,
  a:hover .linkBtn {
		opacity: 1;
  }
	input[type="submit"].linkBtn:hover {
		background: rgba(0, 0, 0, .2);
	}

	.wp-block-button .wp-block-button__link:before,
	main .bodyText .wp-block-button .wp-block-button__link:before,
	.linkBtn:before {
		background: rgba(0, 0, 0, .2);
		content: '';
		margin: auto;
		position: absolute;
			top: 0;
			left: auto;
			right: 0;
		transition: .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		width: 0;
		height: 100%;
		z-index: -1;
	}
	.linkBtn.bg-black:before {
		background: rgba(255, 255, 255, .2);
	}
	.wp-block-button .wp-block-button__link:hover:before,
	main .bodyText .wp-block-button .wp-block-button__link:hover:before,
	.linkBtn:hover:before {
		left: 0;
		right: auto;
		width: 100%;
	}

	.linkBtn.bg-white:hover ,
  a:hover .linkBtn.bg-white {
		background: #EFEFEF;
		opacity: 1;
  }

	.is-style-outline .wp-block-button__link:hover,
	main .bodyText .is-style-outline .wp-block-button__link:hover,
	a:hover .linkBtn-small ,
	.linkBtn-small:hover {
		background: #fff0dd;
		opacity: 1;
	}
	.is-style-outline .wp-block-button__link:hover:after,
	main .bodyText .is-style-outline .wp-block-button__link:hover:after,
	a:hover .linkBtn-small ,
	.linkBtn-small:hover:after {
		right: 10px;
	}

	a:hover .line_arrow {
		transform: scaleX(1.05) skewX(37deg);
	}
}

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

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


ul.markList li {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.8;
	margin: .3em 0;
}
ul.markList li:before {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}
ul.markList li:after {
	display: none !important;
}
ul.markList.attentionMark li:before {
	content: '\203B';
}
ul.markList.dot li:before {
	content: '\30FB';
}
ul.markList.grd_dot li:before {
	background: linear-gradient(to right, #dcb54d, #ea674a);
	background: linear-gradient(120deg, #dcb54d, #ea674a);
	border-radius: 100px;
	content: '';
	top: calc(.5em - 5px);
	width: 10px;
	height: 10px;
}
ul.markList.circleIconList li {
	padding-left: 1.6em;
}
ul.markList.circleIconList li:before {
	background: url('img/common/icon-circle.png') no-repeat center / contain;
	content: '';
	top: .3em;
	width: 1em;
	height: 1em;
}
ol{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
ol > li{
	padding-left: 1.7em;
	line-height: 1.8;
	margin: .3em 0;
	position: relative;
}
ol > 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.circleMarkList > li:before{
	border: solid 1px;
	border-radius: 100%;
	font-size: .9em;
	top: .05em;
}

.circleBox {
	border-radius: 100%;
}

.markerline {
	background: linear-gradient(transparent 50%, #FFF258 50%, #FFF258 100%);
}

.squareMark {
	border: solid 1px;
	border-color: inherit;
	display: inline-block;
	padding: .3em .8em;
	line-height: 1;
}

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

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

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


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

/*====================================================
////NOTE カラー
====================================================*/
.bg-white {
	background: #fff;
}
.bg-l_gray {
	background: #EFEFEF;
}
.bg-red {
	background: #EFEFEF;
	color: #fff;
}
.bg-orange {
	background: #EFEFEF;
	color: #fff;
}
.bg-gray {
	background: #4F4F4F;
	color: #fff;
}
.bg-d_gray {
	background: #333537;
	color: #fff;
}
.bg-black {
	background: #0B0B0B;
	color: #fff;
}

.black {
	color: #0B0B0B;
}
.white {
	color: #fff;
}
.l_gray {
	color: #EFEFEF;
}
.gray {
	color: #707070;
}
.beige {
	color: #D6CDB5;
}
.red {
	color: #EFEFEF;
}
.d_red {
	color: #A11614;
}
.orange {
	color: #EFEFEF;
}

.border_b {
	border-bottom: solid 1px;
}
.border-gray {
	border: solid 1px #b9c0c5;
}
.border-none {
	border: none;
}

.shadowBox {
	background: #fff;
	box-shadow: 0 3px 30px rgba(35, 71, 181, 0.15);
}
/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	a.shadowBox:hover {
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	}
}
/*====================================================
//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;
	display: block;
	font-family: 'Suranna','Noto Serif JP', "游明朝 Medium", "YuMincho Medium", "游明朝体 Medium", "Hiragino Mincho ProN", "MS PMincho", serif;
	font-size: 1.6rem;
	line-height: 1.6;
	min-height: 1.8em;
	padding: 10px;
	width: 100%;
	flex: 1;
	transition: .2s ease-in-out;
}
textarea {
	resize: vertical;
	min-height: 80px;
	width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: #A11614;
	/*
	-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: .2em;
	left: 0px;
	background: #fff;
	transition: .2s ease-in-out;
}
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 #b23750 #b23750;
	transform: rotate(-45deg);
	top: .2em;
	left: 3px;
	opacity: 0;
	transition: .2s ease-in-out;
}
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: .4em;
	left: 0px;
	background: #fff;
	transition: .2s ease-in-out;
}
input[type="radio"] + span:after,
input[type="radio"] + label:after {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	top: calc(.4em + 4px);
	left: 4px;
	border-radius: 100%;
	opacity: 0;
	transition: .2s ease-in-out;
}
input[type="radio"]:checked + span:after,
input[type="radio"]:checked + label:after {
	opacity: 1;
	background: #b23750;
}
.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;
	z-index: 100;

}
#confirm .select:before {
	display: none;
}
select {
	cursor: pointer;
}
.tel input[type="text"] {
	width: calc(100% / 3 - 10px);
	max-width: 100px;
}


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

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


/*====================================================
////id  loader
====================================================*/
.is-hide {
	display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
	transition-property: opacity;
	transition-delay: .8s;
	transition-duration: 1.7s;
	opacity: 0;
	pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
	transition-property: opacity;
	transition-delay: .8s;
	transition-duration: 1.7s;
	opacity: 0;
	pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 88888;
}
#loader {
	height: 120px;
	left: 50%;
	margin-left: -60px;
	margin-top: -60px;
	position: fixed;
	top: 50%;
	width: 120px;
}

/*====================================================
////id 【header】
====================================================*/
header {
	height: 0;
}
header .headerBox {
	transition: .2s ease-in-out;
}
header.global .headerBox {
}
header img {
	margin: 0;
}
header .logo a {
	transition: .6s ease-in-out;
}
header .menuBtn {
	background: #000;
	border-radius: 100%;
	cursor: pointer;
	flex-direction: column;
	margin: auto;
	transition: .2s ease-in-out;
	width: 70px;
	height: 70px;
	z-index: 10;
}
header .headerBox.hide .menuBtn {
}
header .menuBtn .humberger {
	width: 32%;
	height: 32%;
	position: relative;
	transition: .4s ease-in-out;
	margin: 0;
}
header .menuBtn:hover .humberger {
	transform: rotate(90deg);
}
header .menuBtn .humberger:before,
header .menuBtn .humberger:after {
	border-top: solid 2px #fff;
	content: '';
	margin: auto;
	opacity: 0;
	position: absolute;
		top: -10%;
		left: -10%;
		right: -10%;
		bottom: -10%;
	transition: .4s ease-in-out;
	width: 120%;
	height: 0;
}
header .menuBtn .humberger:before {
	transform: rotate(-45deg);
}
header .menuBtn .humberger:after {
	transform: rotate(45deg);
}
header .menuBtn .humberger span {
	background: url('img/cmn/menu.png') no-repeat center / contain;
	display: block;
	transition: .4s ease-in-out;
	width: 100%;
	height: 100%;
}
.menu-open header .headerBox {
}
.menu-open header .logo {
}
header .menu-outer.open .menuBtn {

}
.menu-open header .humberger span {
	opacity: 0;
	transform: scale(.5);
}
.menu-open header .humberger:before ,
.menu-open header .humberger:after {
	opacity: 1;
}
header .menuBox {
	opacity: 0;
	pointer-events: none;
}
.menu-open header .menuBox {
	opacity: 1;
	pointer-events: auto;
}
header .menu-outer .menu-inner {
	margin: auto;
	width: 100%;
}
header .menu ul {
	grid-gap: 3px;
}
header .menu li {
}

header .btnBox a {
	cursor: pointer;
}

/* ////////// mobile ////////// NOTE header mobile */
@media screen and (max-width: 769px) {
	header .pc_menuBox,
	header .pc_btn {
		display: none;
	}
	header {
	}
	header.hide {
		/* top: -130px; */
	}
	header .headerBox {
		position: relative;
		z-index: 9999;
		/* position: fixed;
			top: 0;
			left: 0;
		transition: .3s ease-in-out;
		width: 100%;
		height: 60px;
		z-index: 10000; */
	}
	header .headerBox.hide {
	}
	header .innerBox {
		height: 100%;
		padding: 0;
	}
	header .logo {
		margin: auto;
		position: fixed;
			top: 20px;
			left: 0;
			right: 0;
		text-align: center;
		transform-origin: top left;
		transition: .2s linear;
		width: 80px;
		height: 25px;
		z-index: 9999;
	}
	body:not(.home) header .logo {
	}

	header .logo a {
		height: 100%;
	}
	header .logo img {
		height: 100%;
	}
	.menu-open header .logo a {
		/* filter: brightness(100) grayscale(100); */
	}
	header .maskBox {
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		pointer-events: none;
		position: fixed;
			top: 0;
			left: 0;
		transition: .6s ease-in-out;
		width: 100%;
		height: 150%;
		z-index: 20;
	}
	.menu-open header .maskBox ,
	.wifi-open header .maskBox {
		opacity: 1;
		pointer-events: auto;
	}
	header .menuBtn {
		position: fixed;
			bottom: 2px;
			left: 0;
			right: 0;
		z-index: 100
	}
	header .menuBox {
		/* background: rgba(0, 0, 0, .7); */
		color: #fff;
		/* opacity: 0; */
		overflow-y: auto;
		/* pointer-events: none; */
		position: fixed;
			right: 0;
			top: 0;
		transition: .5s ease-in-out;
		width: 100%;
		height: calc(100% - 50px);
		z-index: 50;

		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	header .menuBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	header .menu-outer.open .menuBox {
		pointer-events: auto;
		opacity: 1;
	}
	header .menu-outer .menu-inner {
		margin: auto;
		width: 90%;
			max-width: 500px;
	}
	header .menuBox h2 {
		font-size: 3.4rem;
		margin-bottom: 1em;
		opacity: 0;
		transition: .4s ease-in-out;
	}
	.menu-open header .menuBox h2 {
		opacity: 1;
		transition-delay: .2s;
	}

	header .menu ul {
		display: grid;
			grid-gap: 4px;
			grid-template-columns: repeat(3, 1fr);
	}
	header .menu a {
		padding-top: 100%;
		position: relative;
		width: 100%;
		height: auto;
	}
	header .menu a .btn-inner {
		border: solid 1px;
		opacity: 0;
		position: absolute;
			top: 0;
			left: 0;
		transition: 1.2s ease-in-out;
		width: 100%;
		height: 100%;
	}

	.menu-open header .menu a .btn-inner {
		opacity: 1;
	}
	.menu-open header .menu li:nth-child(1) a .btn-inner {
		transition-delay: .4s;
	}
	.menu-open header .menu li:nth-child(2) a .btn-inner {
		transition-delay: .6s;
	}
	.menu-open header .menu li:nth-child(3) a .btn-inner {
		transition-delay: .8s;
	}
	.menu-open header .menu li:nth-child(4) a .btn-inner {
		transition-delay: 1.0s;
	}
	.menu-open header .menu li:nth-child(5) a .btn-inner {
		transition-delay: 1.2s;
	}
	.menu-open header .menu li:nth-child(6) a .btn-inner {
		transition-delay: 1.4s;
	}
	.menu-open header .menu li:nth-child(7) a .btn-inner {
		transition-delay: 1.6s;
	}
	.menu-open header .menu li:nth-child(8) a .btn-inner {
		transition-delay: 1.8s;
	}
	.menu-open header .menu li:nth-child(9) a .btn-inner {
		transition-delay: 2.0s;
	}

	header .menu a .en {
		font-size: 2.4rem;
		line-height: .9;
		margin-bottom: .1em;
	}
	header .menu a .jp {
		font-size: 1.0rem;
	}


	header .btnBox {
		background: rgba(0, 0, 0, .5);
		display: flex;
		grid-gap: 50px;
		margin: auto;
		position: fixed;
			left: 0;
			bottom: 0;
		width: 100%;
		height: 50px;
		z-index: 30;
	}
	header .btnBox a {
		height: 100%;
		width: 100%;
	}
	header .btnBox a img {
		width: 26px;
	}

	header .wifiBox {
		color: #fff;
		opacity: 0;
		overflow-y: auto;
		pointer-events: none;
		position: fixed;
			right: 0;
			top: 0;
		transition: .5s ease-in-out;
		width: 100%;
		height: calc(100% - 50px);
		z-index: 50;

		overflow-y: scroll;
		-ms-overflow-style: none;    /* IE, Edge 対応 */
		scrollbar-width: none;       /* Firefox 対応 */
	}
	header .wifiBox::-webkit-scrollbar {  /* Chrome, Safari 対応 */
		display:none;
	}
	.wifi-open header .wifiBox {
		opacity: 1;
		pointer-events: auto;
	}
	header .wifiBox .wifi-inner {
		opacity: 0;
	}
	.wifi-open header .wifiBox .wifi-inner {
		opacity: 1;
		transition: .8s ease-in-out;
			transition-delay: .3s;
	}
	header .wifiBox h2 {
		font-size: 3.4rem;
    margin-bottom: 1em;
	}
	header .wifiBox figure {
		margin: 50px auto 30px;
		opacity: 0;
		width: 180px;
	}
	.wifi-open header .wifiBox figure {
		opacity: 1;
		transition: .8s ease-in-out;
		transition-delay: .6s;
	}
	header .wifiBox dl {
		align-items: baseline;
		font-size: 2.2rem;
		grid-gap: 10px 0;
		grid-template-columns: 2.5em 1fr;
		justify-content: center;
		opacity: 0;
	}
	.wifi-open header .wifiBox dl {
		opacity: 1;
		transition: .8s ease-in-out;
		transition-delay: .9s;
	}
	header .wifiBox dd {
		font-size: 2.9rem;
	}

	header .btnBox .wifiBtn-close {
		background: #000;
		border-radius: 100%;
		cursor: pointer;
		margin: auto;
		opacity: 0;
		pointer-events: none;
		position: absolute;
			right: 20px;
			bottom: 70px;
		transition: .4s;
		width: 45px;
		height: 45px;
		z-index: 60;
	}
	.wifi-open header .btnBox .wifiBtn-close {
		opacity: 1;
		pointer-events: auto;
		transition-delay: 1.6s;
	}
	header .btnBox .wifiBtn-close span::before,
	header .btnBox .wifiBtn-close span::after {
		border-top: solid 3px #fff;
		content: '';
		margin: auto;
		position: absolute;
			top: -10%;
			left: -10%;
			right: -10%;
			bottom: -10%;
		transition: .4s ease-in-out;
		width: 40%;
		height: 0;
	}
	header .btnBox .wifiBtn-close span::before {
		transform: rotate(-45deg);
	}
	header .btnBox .wifiBtn-close span::after {
		transform: rotate(45deg);
	}

}

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

@media screen and (max-width:580px) {
	header .menu a .en {
		font-size: 6.5vw;
		letter-spacing: 0;
	}
	header .menu a .jp {
		transform: scale(.9);
	}
}

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


/* ////////// PC ////////// NOTE header PC */
@media print, screen and (min-width: 769px) {
	header {
		height: 0;
	}
	header .headerBox {
		height: 85px;
		position: relative;
			top: 0;
			left: 0;
			right: 0;
		transition: .6s ease-in-out;
		width: 100%;
		z-index: 1000;
	}
	header .innerBox {
		align-items: flex-start;
		margin: auto;
		padding: 0 0 0 20px;
		width: 100%;
			max-width: none;
		height: 100%;
	}
	header .headerBox {
	}
	header.hide {
		top: -180px;
	}
	header .logo {
		justify-content: flex-start;
		position: fixed;
			top: 20px;
			left: 20px;
		transform-origin: top left;
		transition: .2s linear;
		width: 120px;
		height: 40px;
		z-index: 1000;
	}
	header .logo a {
	}
	header.global .logo {
	}
	header.global .logo a {
	}
	header .logo a:hover {
		color: inherit;
		opacity: .8;
	}
	header .maskBox {
		background: rgba(0, 0, 0, .7);
		opacity: 0;
		pointer-events: none;
		position: fixed;
			top: 0;
			left: 0;
		transition: .6s ease-in-out;
		width: 100%;
		height: 150%;
		z-index: -1;
	}

	header .menuBtn {
		position: fixed;
			top: 20px;
			right: 20px;
	}
	header .menuBox {
		/* opacity: 0; */
		pointer-events: none;
		position: fixed;
			right: 100px;
			top: 20px;
		transition: .5s ease-in-out;
		width: calc(100% - 300px);
			max-width: 480px;
		z-index: 1;
	}
	.menu-open header .menuBox {
		pointer-events: auto;
		opacity: 1;
	}
	header .menuBox h2 {
		display: none;
	}
	header .menu ul {
		justify-content: flex-end;
	}
	header .menu a .btn-inner {
		background: rgba(0, 0, 0, .2);
		color: #fff;
		opacity: 0;
		transition: .8s ease-in-out;
		width: 150px;
		height: 150px;
	}
	header.global .menu a .btn-inner {
		background: rgba(60, 60, 60, 0.6);
	}
	header .menu a:hover {
		background: rgba(0, 0, 0, .6);
	}
	.menu-open header .menu a .btn-inner {
		opacity: 1;
		transition: .8s ease-in-out;
	}
	.menu-open header .menu li:nth-child(2) a .btn-inner {
		transition-delay: .2s;
	}
	.menu-open header .menu li:nth-child(3) a .btn-inner {
		transition-delay: .4s;
	}
	.menu-open header .menu li:nth-child(4) a .btn-inner {
		transition-delay: .6s;
	}
	.menu-open header .menu li:nth-child(5) a .btn-inner {
		transition-delay: .8s;
	}
	.menu-open header .menu li:nth-child(6) a .btn-inner {
		transition-delay: 1.0s;
	}
	.menu-open header .menu li:nth-child(7) a .btn-inner {
		transition-delay: 1.2s;
	}
	.menu-open header .menu li:nth-child(8) a .btn-inner {
		transition-delay: 1.4s;
	}
	.menu-open header .menu li:nth-child(9) a .btn-inner {
		transition-delay: 1.6s;
	}
	.menu-open header .menu a .text {
		opacity: 1;
		transition: .8s ease-in-out;
	}
	.menu-open header .menu li:nth-child(2) a .text {
		transition-delay: .4s;
	}
	.menu-open header .menu li:nth-child(3) a .text {
		transition-delay: .6s;
	}
	.menu-open header .menu li:nth-child(4) a .text {
		transition-delay: .8s;
	}
	.menu-open header .menu li:nth-child(5) a .text {
		transition-delay: 1.0s;
	}
	.menu-open header .menu li:nth-child(6) a .text {
		transition-delay: 1.2s;
	}
	.menu-open header .menu li:nth-child(7) a .text {
		transition-delay: 1.4s;
	}
	.menu-open header .menu li:nth-child(8) a .text {
		transition-delay: 1.6s;
	}
	.menu-open header .menu li:nth-child(9) a .text {
		transition-delay: 1.8s;
	}
	header .menu a .text {
		opacity: 0;
		transition: 0;
	}
	header .menu a .en {
		font-size: 2.4rem;
	}
	header .menu a .jp {
		font-size: 1.0rem;
	}

	header .btnBox {
		position: fixed;
			top: 110px;
			right: 20px;
	}
	header .btnBox li {
		margin-bottom: 10px;
		position: relative;
	}
	header .btnBox a {
		background: rgba(0, 0, 0, .5);
		width: 70px;
		height: 70px;
	}
	header .btnBox a img {
		transition: .4s;
		width: 30%;
	}

	.wifi-open header .btnBox .wifiBtn {
		background: rgba(0, 0, 0, .7);
		opacity: 1;
	}
	.wifi-open header .btnBox .wifiBtn img {
		opacity: 0;
		transform: scale(.6);
	}

	header .wifiBox {
		background: rgba(0, 0, 0, .7);
		color: #fff;
		opacity: 0;
		padding: 40px 20px;
		pointer-events: none;
		position: absolute;
			top: 0;
			right: 100%;
		transition: .4s ease-in-out;
		transform: scaleX(0);
			transform-origin: top right;
		width: 400px;
	}
	.wifi-open header .wifiBox {
		opacity: 1;
		pointer-events: auto;
		transform: scaleX(1);
		transition-delay: .8;
	}
	header .wifiBox .wifi-inner {
		opacity: 0;
	}
	.wifi-open header .wifiBox .wifi-inner {
		opacity: 1;
		transition: .8s ease-in-out;
			transition-delay: .5s;
	}
	header .wifiBox figure {
		margin: 50px auto 30px;
		opacity: 0;
		width: 180px;
	}
	.wifi-open header .wifiBox figure {
		opacity: 1;
		transition: .4s ease-in-out;
		transition-delay: .6s;
	}
	header .wifiBox dl {
		align-items: baseline;
		font-size: 2.2rem;
		grid-template-columns: 2.5em 1fr;
		justify-content: center;
		opacity: 0;
	}
	.wifi-open header .wifiBox dl {
		opacity: 1;
		transition: .4s ease-in-out;
		transition-delay: .8s;
	}
	header .wifiBox dd {
		font-size: 2.7rem;
	}

	header .btnBox .wifiBtn-close {
		pointer-events: none;
		position: absolute;
			top: 0;
			left: 0;
		width: 100%;
		height: 100%;
	}
	header .btnBox .wifiBtn-close span {
		margin: auto;
		opacity: 0;
		position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
		transform: scale(.6);
		transition: .4s;
		width: 30%;
		height: 30%;
	}
	header .btnBox .wifiBtn-close span::before,
	header .btnBox .wifiBtn-close span::after {
		border-top: solid 2px #fff;
		content: '';
		margin: auto;
		position: absolute;
			top: -10%;
			left: -10%;
			right: -10%;
			bottom: -10%;
		transition: .4s ease-in-out;
		width: 120%;
		height: 0;
	}
	header .btnBox .wifiBtn-close span::before {
		transform: rotate(-45deg);
	}
	header .btnBox .wifiBtn-close span::after {
		transform: rotate(45deg);
	}
	.wifi-open header .btnBox .wifiBtn-close span {
		opacity: 1;
		transform: scale(1);
	}
	.wifi-open header .btnBox .wifiBtn:hover + .wifiBtn-close span {
		transform: scale(1) rotate(90deg);
	}
}

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

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

@media screen and (min-width:1450px) {
	header .menuBox {
		max-width: none;
	}
	header .menu a .btn-inner {
		width: 120px;
		height: 120px;
	}
}

@media screen and (min-width:1700px) {
	header .menu a .btn-inner {
		width: 150px;
		height: 150px;
	}
	header .menu a .en {
		font-size: 2.4rem;
	}
}
@media screen and (min-width:1550px) {
}

/*====================================================
////class .slick
====================================================*/
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
	padding-bottom: 40px;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.slick-dots {
	display: flex;
		justify-content: center;
	height: 20px;
	margin-top: 20px;
}
.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 3px;
	padding: 0;
}
.slick-dots li::before {
	display: none;
}
.slick-dots li button {
	background: none;
  border: none;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
  text-indent: -9999px;
	width: 20px;
	height: 20px;
}
.slick-dots li button:before {
	background: #ededed;
	border-radius: 10px;
	content: '';
	margin: auto;
	opacity: 1;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	transition: .2s ease-in-out;
	width: 8px;
	height: 8px;
}
.slick-dots li.slick-active button:before {
	background: #000;
	opacity: 1;
	width: 12px;
	height: 12px;
}

.slick-prev ,
.slick-next {
	background: #fff;
	border: none;
	border-radius: 100%;
	margin: auto;
	opacity: .6;
	overflow: hidden;
	position: absolute;
		top: 0;
		bottom: 0;
	transition: .2s ease-in-out;
	width: 50px;
	height: 50px;
	z-index: 1000;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.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 {
	background: #0B0B0B;
	border: none;
	border-radius: 2px;
	content: '';
	margin: auto;
	position: absolute;
		left: 0;
		right: 0;
		top: calc(50% - 1px);
	transition: .2s ease-in-out;
	width: 12px;
	height: 2px;
}
.slick-prev:before {
	transform: rotate(-40deg);
	transform-origin: left top;
}
.slick-next:before {
	transform: rotate(40deg);
	transform-origin: right top;
}
.slick-prev:after ,
.slick-next:after {
	background: #0B0B0B;
	border: none;
	border-radius: 2px;
	content: '';
	margin: auto;
	position: absolute;
		bottom: 50%;
		left: 0;
		right: 0;
	transition: .2s ease-in-out;
	width: 12px;
	height: 2px;
}
.slick-prev:after {
	transform: rotate(40deg);
	transform-origin: left bottom;
}
.slick-next:after {
	transform: rotate(-40deg);
	transform-origin: right bottom;
}
.slick-arrow.slick-disabled {
	opacity: 0;
}


/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.slick-prev {
		transform: scale(.7);
		transform-origin: left;
	}
	.slick-next {
		transform: scale(.7);
		transform-origin: right;
	}
}

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

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

}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.slick-prev {
		transform: scale(.8);
		transform-origin: left;
	}
	.slick-next {
		transform: scale(.8);
		transform-origin: right;
	}
}

@media screen and (min-width:1550px) {
	.slick-prev ,
	.slick-next {
		width: 60px;
		height: 60px;
	}
	.slick-prev {
		left: -30px;
	}
	.slick-next {
		right: -30px;
	}
	.slick-prev::before ,
	.slick-prev::after ,
	.slick-next::before ,
	.slick-next::after {
		width: 14px;
	}
}

/*====================================================
////class .headBox
====================================================*/
.headBox {
	position: relative;
}
.headBox.head_border {
	border: solid #6C6C6C;
	border-width: 1px 0;
	overflow: hidden;
	padding: 30px;
}
.headBox.en_jp .en {
	display: block;
	line-height: 1.0;
	margin-bottom: .2em;
}
.headBox.en_jp .jp {
	display: block;
	font-weight: 500;
	line-height: 1.4;
}
.headBox.small_head .jp {
	margin-top: 0;
}
.headBox .en.f-en {
	font-weight: normal;
	line-height: .8;
}
.headBox.small_head .en {
	color: #4F4F4F;
}

.headBox h1,
.headBox h2,
.headBox h3,
.headBox h4 {
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.headBox.en_jp .en {
		font-size: 6.0rem;
	}
	.headBox.en_jp .jp {
		font-size: 1.3rem;
	}
}

@media screen and (max-width:580px) {
	.headBox.en_jp .en {
		font-size: 5.0rem;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.headBox.en_jp .en {
		font-size: 6.0rem;
	}
	.headBox.en_jp .jp {
		font-size: 1.6rem;
	}
	.headBox.small_head .en.f-en {
		font-size: 1.6rem;
		margin-left: 20px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.headBox.en_jp .en {
	}

}

@media screen and (min-width:960px) and (max-width:1080px) {
}

@media screen and (min-width:1550px) {
	.headBox.en_jp .en {
		font-size: 7.0rem;
	}
}


/*====================================================
//// id mapBox
====================================================*/
.mapBox {
}
.mapBox .box-inner {
	overflow: hidden;
	position: relative;
}
.mapBox iframe {
	margin: auto;
	position: absolute;
		top: -200px;
	width: 100%;
	height: calc(100% + 400px);
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.mapBox .box-inner {
		width: 100%;
		height: 90vw;
			max-height: 300px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.mapBox .box-inner {
		width: 100%;
		height: 500px;
	}
}

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

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


/*====================================================
////class .mw_wp_form
====================================================*/
.mw_wp_form .backBtn {
	display: inline-block;
	position: relative;
}
.mw_wp_form_input .confirmation ,
.mw_wp_form_input .backBtn {
	display: none !important;
}
.mw_wp_form_confirm .input ,
.mw_wp_form_confirm .select:before ,
.mw_wp_form_confirm .consentBox {
	display: none !important;
}



/*====================================================
//// class table.responsive
====================================================*/
table th,
table td {
/*	background: #fff;*/
	/*	font-weight: normal;*/
	/* line-height: 1.4;
	text-align: center; */
}
table th,
table td {
	/* border-bottom: dotted #a6ccd4;
	border-right: solid #fff;
	border-width: 0 0 1px 0; */
}

table th ,
table td {
}

table.responsive {
	width: 100%;
}
table thead th {
/*
	border-right: solid 1px #f7f5ec;
	border-bottom: 0;
*/
}
table.responsive th,
.wp-block-table.responsive td:first-child {
	font-weight: bold;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	table.responsive,
	.wp-block-table.responsive table ,
	table.responsive tbody,
	.wp-block-table.responsive table tbody,
	table.responsive tr,
	.wp-block-table.responsive table tr,
	table.responsive td,
	.wp-block-table.responsive table td {
		display: block;
	}
	table.responsive thead,
	.wp-block-table.responsive thead {
		display: none;
	}
	table.responsive tbody,
	.wp-block-table.responsive tbody {
		display: block;
	}
	table.responsive tr,
	.wp-block-table.responsive tr {
		background: #fff;
		margin-bottom: 8px;
		position: relative;
		width: 100%;
	}
	table.responsive th,
	.wp-block-table.responsive td:first-child {
		border: none;
		padding: 10px 15px;
		width: 100%;
	}
	table.responsive td,
	.wp-block-table.responsive td {
		border: none;
		/* padding: 15px 8px 15px 120px; */
		padding: 7px 10px;
		text-align: left;
		transition: .4s ease;
		width: 100%;
	}
	table.responsive tr:last-child td,
	.wp-block-table.responsive tr:last-child td {
		border: none;
	}
	table.responsive td.price,
	.wp-block-table.responsive td.price {
		text-align: right;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	table.responsive td.blank .blank_line {
		background: #fff;
		display: block;
		margin: -8px auto -8px -12px;
		position: relative;
		width: 3px;
		height: calc(100% + 16px);
		z-index: 1;
	}

}

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


/*====================================================
//// id tagBox
====================================================*/
.tagBox img {
	display: inline-block;
	margin-right: .5em;
	vertical-align: middle;
	width: 1em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

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

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

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

/*====================================================
////id cmn_link_bnr
====================================================*/
#cmn_link_bnr .bgBox:after {
	background: rgba(48, 41, 39, 0.4);
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}
#cmn_link_bnr .item a {
	border: solid 1px #EFEFEF;
	letter-spacing: .1em;
}
#cmn_link_bnr .item a::before {
	background: #EFEFEF;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	width: 50px;
	height: 50px;
}
#cmn_link_bnr .item a::after {
	border: solid #fff;
	border-width: 3px 3px 0 0;
	content: '';
	margin: auto;
	position: absolute;
		top: 0;
		bottom: 0;
		right: calc(15px + .25em);
	transform: rotate(45deg);
	transition: .2s ease-in-out;
	width: .5em;
	height: .5em;
}
#cmn_link_bnr .item a .txt::first-letter {
	color: #EFEFEF;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
	#cmn_link_bnr .item:not(.item:last-child) {
		margin-bottom: 10px;
	}
	#cmn_link_bnr .item a {
		font-size: 2.4rem;
		height: 150px;
		padding: 30px;
	}
}

@media screen and (max-width: 769px) {
	#cmn_link_bnr .item a {
		font-size: 2.2rem;
		height: 100px;
	}
	#cmn_link_bnr .item a .txt {
		width: 100%;
	}
	#cmn_link_bnr .item a::before {
		width: 40px;
		height: 40px;
	}
	#cmn_link_bnr .item a::after {
		right: calc(10px + .25em);
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	#cmn_link_bnr .item:not(.item:last-child) {
		margin-right: 10px;
	}
	#cmn_link_bnr .item a {
		font-size: 2.2rem;
		height: 150px;
		padding-right: 30px;
	}
}

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

@media screen and (min-width:1550px) {
	#cmn_link_bnr .item:not(.item:last-child) {
		margin-right: 15px;
	}
	#cmn_link_bnr .item a {
		font-size: 2.6rem;
		padding-right: 0;
	}
}

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

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

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

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

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

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


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

.pagetop {
	display: none;
	position: fixed;
		bottom: 30px;
		right: 30px;
	transform: none !important;
	width: 60px;
	height: 60px;
	z-index: 1000;
	/*	border: solid 1px*/
}
.pagetop.stop {
	position: absolute;
	top: -70px;
	bottom: auto;
}
.pagetop a {
	background: #EFEFEF;
	border-radius: 100%;
	display: flex;
		align-items: center;
		justify-content: center;
	position: relative;
	opacity: .6;
	width: 100%;
	height: 100%;
}
.pagetop a:before ,
.pagetop a:after {
	background: #fff;
	border-radius: 10px;
	content: '';
	margin: auto;
	position: absolute;
		top: 35%;
	width: 30%;
	height: 4px;
}
.pagetop a:before {
	right: calc(50% - 1px);
	transform: rotate(-40deg);
	transform-origin: right;
}
.pagetop a:after {
	left: calc(50% - 1px);
	transform: rotate(40deg);
	transform-origin: left;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.pagetop {
		right: 10px;
		bottom: 10px;
	}
}

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

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

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

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

/*====================================================
//// id close_copy
====================================================*/
#close_copy .imgBox img {
	width: 100%;
		max-width: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#close_copy .txtBox {
		font-size: .8em;
		letter-spacing: .2em;
		margin-bottom: 40px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#close_copy .txtBox {
		margin-bottom: 30px;
	}
}

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

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

/*====================================================
////id footer
====================================================*/
footer #footerCopy {
	height: 100vh;
	height: 100dvh;
	padding: 50px 0;
}
footer #footerCopy .innerBox {
	height: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	footer #footerCopy {
		max-height: 900px;
		min-height: 500px;
	}
	footer .copyBox {
		font-size: 2.6rem;
	}
	footer #navi .innerBox {
		padding: 0 0 30px;
		width: 100%;
	}
	footer #navi .main_nav {
		flex-direction: column;
		line-height: 2.0;
	}
	footer #navi .menu > li {
		border-bottom: solid 1px;
		padding: 0 40px;
		position: relative;
	}
	footer #navi .menu > li > a {
		padding: .8em 0;
	}
	footer #navi .menu .accordion-btn {
		cursor: pointer;
		position: absolute;
			top: 0;
			right: 0;
		width: 4em;
		height: 3.5em;
	}
	footer #navi .menu .accordion-btn::before {
		border: solid #fff;
		border-width: 0 1px 1px 0;
		content: '';
		margin: auto;
		position: absolute;
			top: 1.2em;
			left: 0;
			right: 0;
		transform: rotate(45deg);
		transition: .2s ease-in-out;
		width: .6em;
		height: .6em;
	}
	footer #navi .menu .open .accordion-btn::before {
		top: 1.6em;
		transform: rotate(-135deg);
	}
	footer #navi .sub-menu {
		height: 0;
		overflow: hidden;
		padding-left: 1em;
		transition: .2s ease-in-out;
	}
	footer #navi .sub-menu li:last-child {
		padding-bottom: 1em;
	}
	footer #navi .copyright {
		padding-bottom: 80px;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	footer .copyBox {
		font-size: 4.0rem;
	}
	footer #navi .innerBox {
		padding: 100px 0 40px;
	}
	footer #navi .main_nav {
		flex: 1;
		justify-content: space-between;
		line-height: 2.0;
		max-width: 600px;
	}
	footer #navi .main_nav > div {
		margin-right: 50px;
	}
	footer #navi .main_nav > div:last-child {
		margin-right: 0
	}
	footer #navi .menu {
		font-size: 1.8rem;
	}
	footer #navi .menu > li:not(li:last-child) {
		margin-bottom: .5em;
	}
	footer #navi .menu .accordion-btn {
		display: none;
	}
	footer #navi .sub-menu {
		font-size: 1.6rem;
		height: auto !important;
		margin: .2em 0 20px 20px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	footer .copyBox {
		font-size: 4.0rem;
	}
	footer #navi .innerBox {
		max-width: 600px;
	}
	footer #navi .main_nav {
		width: 100%;
	}
}

@media screen and (min-width:1550px) {
	footer .copyBox {
		font-size: 4.6rem;
	}
}

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

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

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

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

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

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

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
