@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&family=Zen+Old+Mincho:wght@900&display=swap');

@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-ExtraLight.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-Light.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-Regular.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-Medium.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-SemiBold.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-Bold.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanMPs";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./YakuHanMPs/woff2/YakuHanMPs-Black.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}



*{
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
:root {
  --h_color01: #333;
  --main_bgc:#200C4C;
  --main_key:#f2703d;
  --color01: #c1003a;
  --color02: #005baa;
  --color03: #fb7506;
  --color04: #009744;
	--color05: #c44d97;
  --color06: rgba(255, 242, 0, 0.1);
  --color07: #fff200;
}
html{
/* 	height:100%; */
	font-size: 10px;
	font-size: 62.5%;
}
/* html, body {height: auto;min-height: 100vh;} */
body, h1, h2, h3, h4, h5, h6, blockquote, p, form,iframe{margin: 0;padding: 0;}
/* h1, h2, h3, h4, h5, h6{-webkit-font-feature-settings: "palt" 1;font-feature-settings: "palt" 1;} */
h1, h2, h3, h4, h5, h6{text-align: center;font-weight: 700;color: #333;}
ul,li{list-style:none;margin:0;padding:0;}
ol li{list-style-position:outside;padding:0;}
li ul, li ol{padding: 0;}
img{
	border: 0;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
}
h1{margin: 0; padding: 0;}
del {text-decoration: line-through;}
a{
	color: var(--color05);
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
}
a:hover{color: #9f8db1;}
a::before,a::after{
	-webkit-transition: all 0.25s ease;
					transition: all 0.25s ease;
}
blockquote{
	margin: 0 0 0 5px;
	padding: 3px 0 3px 10px;
	border-left: 2px solid #DDD;
}
/* th{font-weight: normal;} */
select,
input,
button,
textarea,
select,
button {
	font-size: 100%;
}
sup{vertical-align: super;}
strong, b{font-weight: 700;}

body{
	position: relative;
	height: auto;
	font-family: YakuHanMPs, 'Zen Kaku Gothic New', "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	position: relative;
	color: #111;
	letter-spacing: 0.03em;
	margin: 0 auto;
	word-break: break-all;
	font-weight: 500;
	background-color: var(--main_bgc);
	background-size: 120px;
}
/* body.fixed {position: fixed;width: 100%;height: 100%;left: 0;} */
/*
@media (max-width: 767px) {
	body {padding-top: 60px;}
}
*/

.serif{font-family: YakuHanMPs, 'Zen Old Mincho', serif;font-weight: 900;}

#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999999;padding: 0 5% 0;}
#gnavi {position: fixed;top: 30px;right: 5%;padding: 0;z-index: 888888;}
#logo {
	position: fixed;
	top: 30px;
	left: 5%;
	width: 284px;
	margin: 0;
	line-height: 1;
	-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
	overflow: hidden;
	z-index: 999999;
}
#logo a {overflow: hidden;}
#logo a,#logo a img{display: block;position: relative;}
#logo a img{width: 100%;}
#logo a:hover{opacity: 0.6;}

.header-nav_btn {display: none;}
.header-nav-list li {
	position: relative;
	line-height: 1;
/* 	margin-left: 25px; */
	padding: 0 0 5px;
	-webkit-transition: all 0.5s ease;transition: all 0.5s ease;
	text-align: right;
}

.header-nav-list li a{
	display: inline-block;
	position: relative;
	padding: 0 0 5px;
	line-height: 1;
	text-decoration: none;
	z-index: 9999;
	margin: 0 auto;
	color: #FFF;
/* 	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8) */
}
#header-nav-list li a img{display: block;margin: auto;}
#header-nav-list li a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #111;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
	z-index: -1;
	-webkit-transform-origin: left center;
		 	 		transform-origin: left center;
}
#header-nav-list li a.active::after,
#header-nav-list li a:hover::after{
	-ms-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
#header-nav-list li a.active img,
#header-nav-list li a:hover img{opacity: 0;}



#header-nav-list li a#gnavi-01{background-image: url(./img/gnavi-01-r.svg);}
#header-nav-list li a#gnavi-02{background-image: url(./img/gnavi-02-r.svg);}
#header-nav-list li a#gnavi-03{background-image: url(./img/gnavi-03-r.svg);}
#header-nav-list li a#gnavi-04{background-image: url(./img/gnavi-04-r.svg);}
#header-nav-list li a#gnavi-05{background-image: url(./img/gnavi-05-r.svg);}
#header-nav-list li a#gnavi-06{background-image: url(./img/gnavi-06-r.svg);}
#header-nav-list li a#gnavi-07{background-image: url(./img/gnavi-07-r.svg);}
#header-nav-list li a#gnavi-08{background-image: url(./img/gnavi-08-r.svg);}


#header-nav-list li#contact{padding: 0;position: absolute;top: 0;right: 0;}
#header-nav-list li#contact a{padding: 33px 25px;background-color: #E7364A;}
#header-nav-list li#contact a:hover{background-color: #74E5C8;}
#header-nav-list li#contact a::after{display: none;}

@media (min-width: 1024px) {
	#header-nav_body{display: flex!important;}
}

@media (max-width: 1024px) {
/* 	#header {padding: 20px 3% 10px;} */
	#logo {top: 20px;width: 180px;}
	

	#header.header li {padding: 0;}
	.header-nav {z-index: 88888;}
	#header-nav_body {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: var(--main_bgc);
		padding: 20vh 0 10vh;
/* 		overflow: hidden; */
		overflow: auto;
		display: none;
		align-content: flex-start;
	}
	#header-nav-list {
		width: 100%;
		-webkit-transition: all 0.5s ease;
						transition: all 0.5s ease;
		padding: 0 15%;
		overflow: hidden;
		-webkit-overflow-scrolling:touch;
	}
/*
	.header-nav.close #header-nav_body {visibility: hidden;opacity: 0;}
	.header-nav.open #header-nav_body {visibility: visible;opacity: 1;}
*/
	#header-nav-list li {
		width: 100%;
		max-width: 400px;
		height: auto;
		margin: 0 auto!important;
/* 		padding: 0; */
/* 		text-align: center; */
		padding: 10px 0;
	}
/* 	.header-nav-list li a{color: #888;} */
	#header-nav-list li > a{
		text-align: center;
		display: inline-block;
		padding: 0 0 5px;
		color: #fff;
		text-shadow: none;
	}
	.header-nav_btn {
		display: block;
		position: fixed;
		right: 3%;
		top: 20px;
		z-index: 999999;
		width: 50px;
		height: 50px;
		-webkit-transition: all 0.5s ease;
						transition: all 0.5s ease;
		background: var(--color01);
	}
/* 	#header.header .header-nav_btn{top: 8px;} */
	.header-nav_menuIcon {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		display: block;
		cursor: pointer;
	}
	.header-nav_menuIcon > span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all 0.5s;
						transition: all 0.5s;
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}
	.header-nav_menuIcon > .top { top: 2px;}
	.header-nav_menuIcon > .middle { top: 14px;}
	.header-nav_menuIcon > .bottom { bottom: 2px;}
	.header-nav_menuIcon.is-active > .top {
	-webkit-transform: translateY(12px) rotate(-45deg);
					transform: translateY(12px) rotate(-45deg);
	}
	.header-nav_menuIcon.is-active > .middle {opacity: 0;}
	.header-nav_menuIcon.is-active > .bottom {
		-webkit-transform: translateY(-12px) rotate(45deg);
						transform: translateY(-12px) rotate(45deg);
	}
	
	.header-nav-list li a{background-position: center 5px;}
	#header-nav-list{margin-bottom: 30px;order: 1;}
	#header-nav-sns{width: 70%;max-width: 400px;margin: 0 auto;order: 2;justify-content: space-between;}
	#header-nav-sns li{width: 14%;margin: 0;}
	#header-nav-sns li:first-child{width: 100%;margin:0 0 20px;}

}
@media (max-width: 767px) {
		#header-nav_body{padding-top: 120px;}
}

.color01{color: var(--color01)!important;}
.color02{color: var(--color02)!important;}
.color03{color: var(--color03)!important;}
.color04{color: var(--color04)!important;}
.color05{color: var(--color05)!important;}

#breadcrumbs{position: relative;background-color: #fff;padding: 14px 0 16px;}
#breadcrumbs ul{position: relative;width: 87.5%;max-width: 960px;margin: 0 auto;padding: 0;}
#breadcrumbs ul {line-height: 1;}
#breadcrumbs ul li{padding: 4px 0;}
#breadcrumbs ul li a{text-decoration: underline;}
#breadcrumbs ul li a:hover{text-decoration: none;}

.contents{width: 100%;position: relative;z-index: 9999;padding: 0;}
.contents section{position: relative; overflow: hidden;}

.container-1920,
.container-xl,
.container-l,
.container-m,
.container-s,
.container-mini,
.container {position: relative;margin: 0 auto;padding: 0;}
.container-1920{width: 100%;max-width: 1920px;}
.container-xl{width: 90%;max-width: 1440px;}
.container-l{width: 90%;max-width: 1192px;}
.container-m{width: 87.5%;max-width: 1080px;}
.container-s{width: 85%;max-width: 800px;}
.container-mini{width: 85%;max-width: 640px;}
.container{width: 87.5%;max-width: 960px;}
@media (max-width: 1080px) {
	.container-xl{max-width: 980px;}
	.container-l{max-width: 900px;}
}
@media (max-width: 960px) {
	.container,.container-m,.container-s{width: 85%;}
}
@media (max-width: 767px) {
	.container,.container-m{width: 87.25%;}
}

#contents{position: relative;margin: 0;padding: 0;}
#contents.post-contents{padding: 180px 0 0;}
@media (max-width: 960px) {
	#contents{width: 100%;}
	#contents.post-contents{padding-top: 120px;}
}

p.lead{font-size: 18px;font-size: 1.8rem;text-align: center;margin-bottom: 30px;line-height: 1.5;}

.panel{padding: 45px 30px 60px;border-radius: 30px;overflow: hidden;background-color: #fff;}
.panel2{border-radius: 10px;overflow: hidden;background-color: #fff;}
.panel2 .panel-content{padding: 20px 30px;}
ul.intend li{padding-left: 1.03em;text-indent: -1.03em}

@media (max-width: 767px) {
	.panel{padding: 30px 5% 45px;}
	.panel2 .panel-content{padding: 20px 5%;}
}

.contents h1{position: relative;line-height: 1.25;margin-bottom: 20px;color: #FFF;}
.contents h1 span {font-size: 42.424242424242424%;display: inline-block;width: 100%;text-align: center;line-height: 1;}

#ttable {width: 100%;/* margin-bottom: 40px; */}
#ttable table{width: 900px;border-top: 1px solid #888;margin-bottom: 15px;}
#ttable th {width: 80px;padding: 10px 3px;font-size: 22px;font-size: 2.2rem;line-height: 1;font-weight: 700;text-align: center;border-bottom: 1px solid #888;vertical-align: top;}
#ttable tr.holyday{background-color: #fffce5;}
#ttable td {position: relative;width: calc(820px / 6);padding: 10px;padding-right: 0;border-bottom: 1px solid #888;border-left: 1px dotted #888;vertical-align: top;line-height: 1.25;text-align: left;}
#ttable td p.ttable-t{font-size: 16px;font-size: 1.6rem;line-height: 1;margin-bottom: 8px;}
#ttable td a{display: inline-block;text-align: left;text-decoration: none;}
#ttable td a:hover,
#ttable td a:hover span{text-decoration: underline;}
#ttable td h2{line-height: 1.25;margin: 0;text-align: left;}
#ttable td.none{vertical-align: middle}
#ttable td.none h2{text-align: center;}
#ttable td.talk{background: url(../img/tt-talktag.svg) no-repeat right top;}
#ttable td.talk2{background: url(../img/tt-talktag2.svg) no-repeat right top;}
#tt-talk.panel2{/* border: 2px solid var(--color05); */background-color: var(--color06);}
#tt-talk h2{color: #111;background-color: var(--color07);line-height: 1.25;padding: 3px 0 7px;}
#tt-talk li{line-height: 1.5;margin-bottom: 10px;}
#tt-talk h3{text-align: left;line-height: 1.25;}
#tt-talk h3 span{font-size: 75%;}
#ttdedail ul{width: 100%;}
#ttdedail li{display: inline-block;margin-right: 5px;}
@media (max-width: 1100px) {
	#ttable {overflow: scroll;}
}
@media (max-width: 767px) {
	#ttable p.text-right{text-align: left}
}

.ticket-list{width: 45%;margin-bottom: 30px;}
.ticket-list h2{line-height: 1;padding-bottom: 10px;border-bottom: 1px solid var(--color01);margin-bottom: 5px;}
.ticket-list li{font-size: 21px;font-size: 2.1rem;line-height: 1.25;margin-bottom: 10px;}
.ticket-list li span{font-size: 75%;}
#ticket-caution li{line-height: 1.5;margin-bottom: 10px;}
#ticket-caution ul{width: calc(100% - 222px);}
#ticket-qr{width: 192px;text-align: center;}
@media (max-width: 960px) {
	.ticket-list{width: 48%;}
}
@media (max-width: 767px) {
	.ticket-list{width: 100%;}
	#ticket-caution ul{width: 100%;margin-bottom: 15px;}
	#ticket-qr{width: 100%;}
}



.column-list{position: relative;padding: 0 10px;}
.column-list li{width: 27%;margin-bottom: 20px;}
.column-list li a{display: block;}
.column-list li a:hover{opacity: 0.5;text-decoration: none;}
.list-img{position: relative;margin-bottom: 15px;}
.list-img img{position: relative;display: block;width: 100%;}
.list-txt h3{font-size: 16px;font-size: 1.6rem;margin-bottom: 10px;}
.list-txt .list-txt-price span{font-size: 12px;font-size: 1.2rem;}
.column-list::after{content: '';width: 27%;}


#sr-list li a.new .list-img::after{content: '';position: absolute;top: 0;left: 0;display: block;width: 55px;height: 26px;background: url(./img/new-tag.svg) no-repeat left top;}

@media (max-width: 767px) {
	.column-list li{width: 100%;}
	.column-list li a{display: flex;}
	.list-img{width: 40%;margin-bottom: 0;}
	.list-txt{width: 60%;padding-left: 15px;text-align: left;line-height: 1.25;}
}


/* .pbig{-webkit-font-feature-settings: "palt" 1;font-feature-settings: "palt" 1;} */

.page-header{position: relative;padding: 136px 0 0;}
.page-header h1{margin: 0;}
@media (max-width: 1100px) {
	.page-header{padding-top: 94px;}
}


/* ***　投稿系　*** */
#archive_about{font-size: 13px;font-size: 1.3rem;padding-bottom: 60px;}
#archive_about h3{font-weight: normal;letter-spacing: 0.07em;color: #515151;}
#archive_about h3 span{position: relative;padding-bottom: 3px;display: inline-block;}
#archive_about h3 span::after{content: "";display: block;width: 100%;height: 1px;background-color: #515151;position: absolute;left: 0;bottom: 0;}
#post{margin: 0 auto;padding: 30px 0 80px;}
.entry{margin: 0;word-break: break-all;}

.entry p.date span.list-date{margin-right: 20px;}
.entry img{margin-bottom: 1.4em;max-width: 100%!important;height: auto!important;}
/* .txt p{margin-bottom: 1.4em;} */
.entry iframe{display: block;max-width: 100%;}

#keyword-list{padding-bottom: 100px;}
#keyword-list h5{font-size: 20px;font-size: 2.0rem;line-height: 1;margin-bottom: 20px;}
#keyword-list li{margin-right: 10px;}
#keyword-list li:last-child{margin-right: 0;}
#keyword-list a{display: inline-block;line-height: 1.2;padding: 10px 15px;background-color: #f1f1f1;color: #888;text-decoration: none;}


.gallery {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-bottom: 0 !important;
}
.gallery br {display: none;}
.gallery-icon {text-align: center;}
.gallery-icon img {display: block;width: 100%;height: auto;margin-bottom: 0;}
.gallery-caption {font-size: 12px;font-size: 1.2rem;padding: 3px 5px 5px;text-align: center;line-height: 1.25;}
.gallery-columns-1 .gallery-item {width: 100%;}
.gallery-columns-2 .gallery-item {width: 50%;padding: 5px;}
.gallery-columns-3 .gallery-item {width: 33.3333333333%;padding: 5px;}
.gallery-columns-4 .gallery-item {width: 25%;padding: 5px;}
.gallery-columns-5 .gallery-item {width: 20%;padding: 5px;}
.gallery-columns-6 .gallery-item,.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item {width: 20%;padding: 5px;}

@media screen and (max-width: 767px) {
	.gallery-columns-4 .gallery-item {width: 33.3333333333%;}
	.gallery-columns-5 .gallery-item {width: 33.3333333333%;}
}

/* Navi */
.navigation{margin:0;padding: 0;}
#blog-navigation table{width: 100%;table-layout: fixed;}
#blog-navigation .to-index{text-align: center;/* border-left: 1px dotted #ddd; */}

/* #blog-navigation {border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 10px 0;} */
#blog-navigation a{/* color: #fff; */display: block;margin: auto;text-align: center;text-decoration: none;}
#blog-navigation a:hover{text-decoration: underline;}
.blog-index,
.blog-next{border-left: 1px solid var(--color01);}


/* #blog-navigation a:hover {text-decoration: underline;} */
@media (max-width: 767px) {
	.works-txt #blog-navigation a{padding: 10px;}
}


/* PageNavi */
/* .wp-pagenavi {font-size: 11px;font-size: 1.1rem;} */
.navigation {margin: 0;padding: 0;line-height: 1;padding-top: 20px;}
.wp-pagenavi{text-align: center;font-size: 14px;font-size: 1.4rem;font-weight: 700;}
.wp-pagenavi a, .wp-pagenavi span {padding: 11px 5px 13px;margin: 0 2px;display: inline-block;text-align: center;min-width: 40px;background-color: transparent;text-decoration: none;color: var(--color01);border-radius: 6px;}
.wp-pagenavi a{color: var(--color01);background-color: #fff;}
.wp-pagenavi a:hover{color: #fff;background-color: var(--color01);}
.wp-pagenavi span.current {color: #fff;background-color: var(--color01);}
.wp-pagenavi span.pages {display: none;}
.wp-pagenavi a.last {margin-right: 0;}
/* .wp-pagenavi span:last-child,.wp-pagenavi a:last-child{margin-right: 0;} */

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{border: none;}

#to-order{position: relative;z-index: 444;transform: translate(0,-50%);}
a.order-banner{position: relative;display: block;text-align: center;width: 100%;padding: 25px 21.25%;text-decoration: none;font-size: 22px;font-size: 2.2rem;line-height: 1.5;border-radius: 50px;background-color: #fff;font-weight: 500;border: 2px solid #f5f5f5;}
a.order-banner::after{content:'';display: block;width: 110px;height: 112px;position: absolute;right: 50px;bottom: 0;background-repeat: no-repeat;background-position: left top;}
@media (max-width: 767px) {
	a.order-banner {padding: 10px 40px;text-align: left;}
	a.order-banner::after {right: -20px;bottom: -2px;}
}

#foot-link {padding: 90px 0;background-color: #fff;}
#foot-link a{padding: 10px;width: 33.3333333333%;font-size: 18px;font-size: 1.8rem;background-repeat: no-repeat;background-position: center center;background-size: cover;text-align: center;color: #fff;}
#foot-link a img{max-width: 100%;max-height: 100px;}
#foot-link a:hover{opacity: 0.5}
@media (max-width: 960px) {
	#foot-link a{width: 30%;}
}

@media (max-width: 767px) {
	#foot-link {padding: 30px 0 20px;}
	#foot-link a{width: 100%;margin-bottom: 10px;}
}


/* footer */
#to-customers {padding: 120px 0 90px;}
#to-customers .panel2{border: 2px solid var(--main_key);}
#to-customers h1{color: #fff;background-color: var(--main_key);line-height: 1.25;padding: 3px 0 7px;}
#to-customers li{line-height: 1.5;margin-bottom: 5px;}

#pagetop{position: fixed;bottom: 20px;right: -250px;display: block;z-index: 666666;transition: 0.5s;}
#pagetop.pagetop{right: 2%;}
#pagetop a{display: block;width: 245px;position: relative;}
#pagetop a img{display: block;width: 100%;}
#pagetop a:hover{opacity: 0.5;}
@media (max-width: 767px) {
	#pagetop {resize: -140px;}
	#pagetop a{width: 130px;}
}

#footer {
	position: relative;
	padding: 90px 0 0;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}
#footer a{color: #fff;}
#footer a:hover{color: #c2003a;text-decoration: underline;}
#footer h1 {width: 320px;line-height: 1;margin-bottom: 24px;}
#footer h1 a,#footer h1 a img{display: block;width: 100%;}
#footer h1 a:hover{opacity: 0.5;}
#foot-contents{padding-bottom: 55px;}
#foot-address {width: 48%;}
#foot-address h2{text-align: left;margin-bottom: 20px;}
.foot-add{margin-bottom: 25px;}
.foot-add li{padding-left: 1.03em;text-indent: -1.03em}
#foot-list{width: auto;margin-bottom: 0;width: 38%;}
#foot-list th{width: 83px;vertical-align: top;}
#foot-list td{text-align: left;word-break: break-word;}
#copyright{background-color: var(--main_key);padding: 17px 5% 19px;text-align: center;position: relative;line-height: 1.2;font-size: 12px;font-size: 1.2rem;color: #fff;}

@media (max-width: 960px) {
	#footer{font-size: 14px;font-size: 1.4rem;}
	#foot-address {width: 48%;}
	#foot-list {width: 48%;}
}
@media (max-width: 767px) {
	#footer{padding: 60px 0 0;font-size: 14px;font-size: 1.4rem;}
	#foot-contents{padding-bottom: 25px;}
	#foot-address {width: 100%;}
	#foot-list {width: 100%;padding-top: 20px;border-top: 1px solid #fff;}
	#copyright{font-size: 10px;font-size: 1.0rem;width: 100%;text-align: center;}	
}


table.data{width: 100%;background-color: #fff;border-top: 1px solid #d8d8d8;line-height: 1.5;}
table.data th{border-bottom: 1px solid #d8d8d8;vertical-align: top;width: 90px;padding: 10px 10px;text-align: left;font-size: 16px;font-size: 1.6rem;color: #666;}
table.data td{border-bottom: 1px solid #d8d8d8;vertical-align: top;padding: 10px 0;text-align: left;}
table.data td a{text-decoration: underline;}
table.data td a:hover{text-decoration: none;}
/*
@media (max-width: 960px) {
	table.data th{padding: 40px 40px 40px 50px}
	table.data td{padding: 40px 50px 40px 0;}
}
*/
@media (max-width: 767px) {
	table.data th{display: block;width: 100%;padding: 10px 10px 0;border-bottom: none;}
	table.data td{display: block;width: 100%;padding: 10px;}
}


.btn{
	font-size: 20px;
	font-size: 2.0rem;
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 250px;
	line-height: 1.25;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
					transition: all 0.5s ease;
	padding: 8px 15px 11px;
	letter-spacing: 0.06em;
	color: #fff;
	background-color: transparent;
	border: 3px solid #fff;
	font-weight: 600;
	background-position: center center;
	background-repeat: no-repeat;
}
a > .btn{text-decoration: none;}

.btn.more{font-size: 22px;font-size: 2.2rem;line-height: 20px;padding: 8px 15px 11px;text-indent: -9999px;}

/*
.btn:hover,a:hover .btn{padding-left: 13px;}
.btn::after{content: '';display: block;width: 7px;height: 12px;position: absolute;top: 50%;right: 20px;margin-top: -7px;background-position: right center;background-repeat: no-repeat;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.btn:hover::after,a:hover .btn::after{right: 15px;}
*/

.btn-w{background-color: #fff;color: #e50012;border-color: #e50012;}
.btn-w:hover,a:hover .btn-w{color: #fff;background-color: #e50012;border-color: #e50012;text-decoration: none;}
.btn-w.more{background-image: url(./img/more-r.svg);overflow: hidden;}
.btn-w.more:hover{background-image: url(./img/more-w.svg);overflow: hidden;}

.btn-r{background-color: #e50012;color: #fff;border-color: #fff;}
.btn-r:hover,a:hover .btn-r{color: #e50012;background-color: #fff;border-color: #fff;text-decoration: none;}
.btn-r.more{background-image: url(./img/more-w.svg);overflow: hidden;}
.btn-r.more:hover{background-image: url(./img/more-r.svg);overflow: hidden;}

.btn-t{background-color: transparent;color: #fff;border-color: #fff;}
.btn-t:hover,a:hover .btn-t{color: #fff;background-color: #e50012;border-color: #e50012;text-decoration: none;}
.btn-t.more{background-image: url(./img/more-w.svg);overflow: hidden;}



.flist{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.row-reverse{
-webkit-flex-direction:row-reverse;
		-ms-flex-direction:row-reverse;
				flex-direction:row-reverse;
}
.space-between{
-webkit-box-pack: justify;
	 -ms-flex-pack: justify;
 justify-content: space-between;
}
.align-center{
	-webkit-box-align: center;
		 -ms-flex-align: center;
-webkit-align-items: center;
				align-items: center;
}
.justify-center{
			 -webkit-box-pack: center;
			-webkit-flex-pack: center;
					-ms-flex-pack: center;
			-webkit-box-align: center;
-webkit-justify-content: center;
				justify-content: center;
}
.align-top{
	-webkit-box-align:flex-start;
		 -ms-flex-align:flex-start;
-webkit-align-items:flex-start;
				align-items:flex-start;
}
.align-bottom{
	-webkit-box-align:flex-end;
		 -ms-flex-align:flex-end;
-webkit-align-items:flex-end;
				align-items:flex-end;
}
.justify-end{
 -webkit-box-pack: end;
		-ms-flex-pack: end;
	justify-content: flex-end;
}



/* =====
 * MISC
 * ===== */

/*
.trs25{-webkit-transition: all 0.25s ease;
							 transition: all 0.25s ease;}
.trs05{-webkit-transition: all 0.5s ease;
							 transition: all 0.5s ease;}
*/

.bgc-b {background-color: #F5FBFD;}
.bgc-g {background-color: #f5f5f5;}
.bgc-w {background-color: #fff;}

img.w100{display: block;width: 100%;}

.mb0{	margin-bottom: 0!important;}
.mb5{	margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb60{margin-bottom: 60px!important;}
.pb0{padding-bottom: 0 !important;}

.relative{position: relative;}
.fz10{font-size: 10px;font-size: 1.0rem;}
.fz11{font-size: 11px;font-size: 1.1rem;}
.fz12{font-size: 12px;font-size: 1.2rem;}
.fz14{font-size: 14px;font-size: 1.4rem;}
.fz16{font-size: 16px;font-size: 1.6rem;}
.fz18{font-size: 18px;font-size: 1.8rem;}
.fz21{font-size: 21px;font-size: 2.1rem;}
.fz24{font-size: 24px;font-size: 2.4rem;}
.fz26{font-size: 26px;font-size: 2.6rem;}
.fz28{font-size: 28px;font-size: 2.8rem;}
.fz33{font-size: 33px;font-size: 3.3rem;}
.fz38{font-size: 38px;font-size: 3.8rem;}

.fz60p{font-size: 60%;/* line-height: 1.5; */display: inline-block;}
.fz75p{font-size: 75%;/* line-height: 1; */display: inline-block;}

.cond60{display: inline-block;transform: scale(0.6,1);transform-origin: left;width: 166.666666666666667%;letter-spacing: 0.06em;}
.cond70{display: inline-block;transform: scale(0.7,1);transform-origin: left;width: 142%;letter-spacing: 0.06em;}
.cond80{display: inline-block;transform: scale(0.8,1);transform-origin: left;width: 124.5%;letter-spacing: 0.06em;}
.cond90{display: inline-block;transform: scale(0.9,1);transform-origin: left;width: 111.111111111111111%;letter-spacing: 0.06em;}

.ls30{letter-spacing: 0.03em;}
.op6{opacity: 0.6;}

/* Clearfix */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
	width: 100%;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}

/* Float */
.left   {float: left;}
.right  {float: right;}
.center {margin-right: auto !important; margin-left: auto !important;}

@media (max-width: 480px) {
	.left,.right{float: none;}	
}

/* Text Alignment */
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
}
.text-nowrap { white-space: nowrap;}
.text-bold {font-weight: bold;}
.text-blue{color: #006AAC;}
.text-gray{color: #333;}

/* Visibility */
.disn { display: none;}

.visible-s,
.visible-s-block,
.visible-xs,
.visible-xs-block { display: none !important;}

@media (max-width: 960px) {
	.visible-s {display: inline !important;}
	.visible-s-block {display: block !important;}
	.hidden-s {display: none!important;}
}
@media (max-width: 767px) {
	.visible-xs {display: inline !important;}
	.visible-xs-block {display: block !important;}
	.hidden-xs {display: none !important;}
}