@charset "UTF-8";

.lato{
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.noto{
	font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.yugo{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.mame{
	font-family: 'Mamelon', 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.mincho{
	font-family:YuMincho, 'Yu Mincho', 'MS Mincho', serif;
	font-weight: bold;
}

.small-60 {font-size: 60% !important;}
.small-70 {font-size: 70% !important;}
.small-75 {font-size: 75% !important;}
.small-80 {font-size: 80% !important;}
.small-90 {font-size: 90% !important;}
.small-95 {font-size: 95% !important;}
.large-100{font-size: 100% !important;}
.large-110{font-size: 110% !important;}
.large-120{font-size: 120% !important;}
.large-130{font-size: 130% !important;}
.large-140{font-size: 140% !important;}
.large-150{font-size: 150% !important;}
.large-160{font-size: 160% !important;}
.large-170{font-size: 170% !important;}
.large-180{font-size: 180% !important;}
.large-200{font-size: 200% !important;}

.w-16{width: 16% !important;}
.w-20{width: 20% !important;}
.w-90{width: 90% !important;}

.ls-1{letter-spacing: 1rem; text-indent: 1rem;}
.radius-30{border-radius: 30px;}

img{
	width: 100%;
	height: auto;
}
a:hover{
	text-decoration: none;
}
a img{
	transition: 0.3s;
}
a:hover > img{
	opacity: 0.5;
}
.art-wrapper{
	position: relative;
}
.art-wrapper > div{
	position: absolute;
	z-index: 1;
}
.art-wrapper img{width: 100%;}
.red{color: #dc143c;}

header{
	position: relative;
	z-index: 2;
}
.menu-box{
	position: relative;
	z-index: 3;
}
.header-info{
	color: #f9854c;
	font-weight: bold;
	line-height: 1.2;
}
.header-info a{
	color: #f9854c;
	font-size: 200%;
	white-space: nowrap;
}
.header-info a:hover{
	text-decoration: none;
}
.header-info a::after{
	content: url("../img/header-tel.webp");
	padding-left: 0.5rem;
}
.header-balloon{z-index: -1;}

.flag-bg-wrapper{position: relative;}
.flag-bg{
	background-image: url("../img/header-flag.webp");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	min-height: 333px;
	position: absolute;
	z-index: 1;
}

#global-nav .nav-item,
#global-nav .nav-home{
	padding: 0;
}
#global-nav .nav-link{
	color: #ab8f6f;
	font-size: 0.9rem;
	padding-left: 0;
	padding-right: 0;
	transition: 0.3s;
	position: relative;
}
#global-nav .nav-link:hover{
	color: #f9854c;
}

#global-nav .nav-link::before{
	position: absolute;
	text-align: left;
	top: -5px;
	left: -43px;
	content: url("../img/art-hamigakiko-40.webp");
	width: 100%;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}
#global-nav .nav-link:hover::before{
	top: -10px;
	opacity: 1;
	visibility: visible;
}

.btn2{
	display: block;
	background-color: #ab8f6f;
	color: #fff !important;
	border: 1px #ab8f6f solid;
	font-size: 0.9rem;
	padding: 1rem 2rem !important;
	margin: 1rem 0;
	cursor: pointer;
	letter-spacing: 0.5rem;
	text-align: center;
	text-indent: 0.5rem;
	font-weight: bold;
	transition : all 0.5s ease 0s;
}
.btn2:hover{
	color: #ab8f6f !important;
	background-color: #fff;
}

#menubt{
	width: 43px;
	height: 64px;
	display: block;
	position: fixed;
	right: 16px;
	top: 16px;
	z-index: 5;
}
#nav-drawer{
	position: relative;
}
.nav-unshown{
	display:none;
}
#nav-open{
	display: inline-block;
	width: 43px;
	height: 64px;
	background-image:url(../img/menu-bt.webp);
	vertical-align: middle;
	visibility: hidden;
}
#nav-close{
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
#nav-content{
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 90%;
	max-width: 330px;
	height: 100%;
	background: #fff;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	text-align: center;
}
#nav-input:checked ~ #nav-close{
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.nav-logo{
	padding: 10px 20px 0 20px;
	width: 100%;
}

#nav-content .btn3, #nav-content .btn4, #nav-content .btn5{
	max-width: 280px;
	width: 100%;
	line-height: 3rem;
	display: block;
	font-size: 0.9rem;
	cursor: pointer;
	margin: 0.5rem auto;
	letter-spacing: 0.2rem;
	text-align: center;
	text-indent: 0.2rem;
	border-radius: 3px;
	transition: .3s ease-out;
}

#nav-content .btn3{
	background-color: #f9854c;
	color: #fff;	
}
#nav-content .btn4{
	color: #333;
	border: 1px #f9854c solid;
}
#nav-content .btn4:hover{
	background-color: #f9854c;
	color: #fff;	
}
#nav-content .btn5{
	background-color: #f9b64c;
	color: #fff;	
}
#nav-content .btn5:hover{
	background-color: #f9854c;
}
.close-btn{
	background-color: #ab8f6f;
	color: #fff;
	border-radius: 30px;
	line-height: 3rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
	max-width: 280px;
	width: 100%;
}
#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	z-index: 5;
}
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#ab8f6f;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
#page-top p:hover{
	background:#f9854c;
}
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
footer{
	background: url("../img/footer-bg.webp") no-repeat top center;
	padding-top: 3rem;
	margin-top: 5rem;
	color: #fff;
}
.footer-link{
	font-size: 0.8rem;
	text-align: center;
}
.footer-link ul{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	padding-top: 2rem;
}
.footer-link ul li{
	flex-grow: 1;
	border-left: 1px #fff solid;
}
.footer-link ul li a,
footer .header-info,
footer .header-info a{
	color: #fff;
}
footer .header-info a::after{
	content: url("../img/footer-tel.webp");
	padding-left: 0.5rem;
}

.low-h1{
	background: url("../img/h1-bg.webp") no-repeat top center;
	background-size: contain;
	max-width: 676px/*35.2%*/;
	min-height: 100px;
	text-align: center;
	margin: 0 auto -85px;
	position: relative;
	top: -78px;
	padding-top: 2.4rem;
}
.low-h1 h1{
	color: #ab8f6f;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
}
.low-h1 h1::before,
.low-h1 h1::after{
	content: url("../img/art-petal.webp");
	width: 29px;
	height: 31px;
	position: relative;
	top: 3px;
}
.low-h1 h1::before{
	padding-right: 1.7rem;
}
.low-h1 h1::after{
	padding-left: 1.3rem;
}
.low .main-img{
	display: inline-block;
	width: 83.33%;
	text-align: right;
	border-radius: 100px 0 0 ;
	overflow: hidden;
	margin-top: 0.9rem;
}
.low .main-img img{
	width: 100%;
}
.low h2{
	text-align: center;
	color: #fbc400;
	position: relative;
}
.low h2::before,
.low h2::after{
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.low h2::before{
	content: url("../img/arch-bflower.webp");
	top: -3rem;
}
.low h2::after{
	content: url("../img/line-drpos.webp");
}

.pankuzu{
	position: relative;
	z-index: 3;
}
.pankuzu ol{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	font-size: 0.75rem;
	padding: 0 0 3.2rem 16.67%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.pankuzu ol li a{
	color: #ab8f6f;
}
.pankuzu ol li::after{
	content: '〉';
	padding: 0 0 0 0.5rem;
	color: #ab8f6f;
}
.pankuzu ol li:last-child::after{
	content: '';
}
.pankuzu ol li:last-child{
	font-weight: bold;
	color: #ab8f6f;
}
.holiday{
	text-align: center;
	background-color: #fff8dc;
	padding: 2rem 1rem;
	border-radius: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #ab8f6f;
}
.holiday h3{
	font-size: 1rem;
	border: none !important;
	padding-top: 0 !important;
}
.holiday p{
	font-size: 0.9rem;
}

/* ■■■■■■■■■ SP用 ～767 ■■■■■■■■■ */
@media screen and (max-width: 767px) {
	.art-wrapper{position: static;}
	.low h2{font-size: 1.6rem;}
	.low-h1{
		padding-top: 2rem !important;
		margin-bottom: 3rem !important;
	}
	.pankuzu ol{
		position: absolute;
		top: -140px;
		left: 0%;
		margin-bottom: 2rem;
	}
	.sp-none{display: none !important;}
	.holiday-wrapper .art-wrapper{position: relative;}
	.art-holiday{top: -30px; right: 0px; width: 22.14vw; max-width: 170px;}
}

/* ■■■■■■■■■ SP/TB用 ～992 ■■■■■■■■■ */
@media screen and (max-width: 991px) {
	#header img, footer img{width: 100%;}
	.header-logo{padding-bottom: 1rem;}
	.header-info .small{white-space: nowrap;}
	.pc{display: none;}
	.sp{display: block;}
	.pc-inline{display: none;}
	.sp-inline{display: inline-block;}

	.footer-link ul li{
		font-size: 1rem;
		width: 100%;
		text-align: left;
		border-bottom: 1px #fff solid;
		border-left: none;
		border-right: none;
	}
	.footer-link ul li a{
		width: 100%;
		display: inline-block;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.footer-link ul li a::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f35a";
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.low .main-img{
		width: 95%;
		border-radius: 50px 0 0 0;
	}
	.low .main-img img{
		width: 150%;
	}
	.low-h1{
		max-width: 90%;
		top: 0;
		padding-top: 0;
	}
	.low-h1 h1{font-size: 1.4rem;}
	.low-h1 h1::before,
	.low-h1 h1::after{
		top: 7px;
	}
	.low-h1 h1::before{
		padding-right: 1rem;
	}
	.low-h1 h1::after{
		padding-left: 0.6rem;
	}
	.pankuzu ol{
		padding: 0 0 2.2rem 5%;
	}
	.holiday{width: 100%;}
}

/* ▲▲▲▲▲▲▲▲▲ TB/PC共通 768～ ▲▲▲▲▲▲▲▲▲ */
@media screen and (min-width: 768px) {
}

/* ▲▲▲▲▲▲▲▲▲ TB/PC共通 992～ ▲▲▲▲▲▲▲▲▲ */
@media screen and (min-width: 992px) {
	.pc{display: block;}
	.sp{display: none;}
	.sp-inline{display: none;}
	.pc-inline{display: inline-block;}
	#global-nav .nav-link{white-space: nowrap;}
	.footer-link ul li:last-child{border-right: 1px #fff solid;}
	.footer-link ul li:nth-child(7){border-right: 1px #fff solid;}
	.footer-link ul li{
		margin-bottom: 0.5rem;
	    -ms-flex: 0 0 14.28571%;
	    flex: 0 0 14.28571%;
	    max-width: 14.28571%;
	}
	.w-lg-20{width: 20% !important;}
	.w-lg-25{width: 25% !important;}
	.w-lg-30{width: 30% !important;;}
	.w-lg-35{width: 35% !important;;}
	.w-lg-40{width: 40% !important;;}
	.w-lg-45{width: 45% !important;;}
	.w-lg-50{width: 50% !important;;}
	.w-lg-55{width: 55% !important;;}
	.w-lg-60{width: 60% !important;;}
	.w-lg-65{width: 65% !important;;}
	.w-lg-70{width: 70% !important;;}
	.w-lg-75{width: 75% !important;}
	.w-lg-80{width: 80% !important;}
	.w-lg-90{width: 90% !important;}
	.w-lg-100{width: 100% !important;}
	.pl-lg-4h{padding-left: 2rem;}
	.pr-lg-4h{padding-right: 2rem;}
	.pt-lg-4h{padding-top: 2rem;}

	.art-holiday{top: -70px; right: 50px; width: 14.16vw; max-width: 170px;}
	.header-balloon img{width: 74px;}
}

/* ●●●●●●●●● TB用 768-991 ●●●●●●●●● */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.tab{display: block;}
	.tab-inline{display: inline-block;}
	.tab-none{display: none;}
	.low .main-img{width: 95%;}
	.low-h1{
		max-width: 60%;
		top: -50px;
		padding-top: 1rem;
	}
	.low-h1 h1{font-size: 1.6rem;}
	.art-holiday{top: -50px; right: -20px; width: 14.16vw; max-width: 170px;}
}

/* ●●●●●●●●● TB用 991-1199 ●●●●●●●●● */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.low-h1{
		max-width: 50%;
		top: -50px;
		padding-top: 1rem;
	}
	.low-h1 h1{font-size: 1.6rem;}
	.footer-link ul li{
		font-size: 90%;
	}
	.tabw{display: block;}
	.tabw-none{display: none !important;}
}

/* ●●●●●●●●● PC用 1200- ●●●●●●●●● */
@media screen and (min-width: 1200px) {
	.pc-none{display: none !important;}
}
