@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Thasadith&display=swap");
/*********************************
 Reset
 *********************************/
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-17
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
nav ul {
	list-style: none;
}

html {
	font-family: 'Noto Serif JP', serif;
	scroll-behavior: smooth;
}
li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #fff;
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
* {
	font-weight: lighter;
	box-sizing: border-box;
	word-break: break-all;
}
*:before, *:after {
	box-sizing: border-box;
}
body {
	font-size: 3vw;
	line-height: 1.3;
	color: #fff;
	background-color: #3a2c23;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

.inner {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 10px;
}
.font_t {
	font-family: 'Noto Serif JP', serif;
}
.font_b {
	font-weight: bold;
}
.visible-sp {
	display: none;
}
.visible-pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.sp-button {
		border-radius: 0;
	}
}

body {
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
}

/********************************
header
********************************/
header {
	max-height: 100px;
	width: 100%;
	flex-wrap: nowrap;
	z-index: 9999;
	background-color: #3a2c23;
	/*padding: 10px 5px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}
header .logo {
	margin-left: 30px;
    width: 40vw;
    max-width: 350px;
}
header .header_menu ul {
	letter-spacing: -0.2em;
	list-style: none;
}
header .header_menu ul li {
	height: 100px;
	width: 110px;
	display: table-cell;
	letter-spacing: normal;
	text-align: center;
}
header .header_menu ul li a {
	color: #fff;
	padding: 25px 0;
	line-height: 25px;
	display: block;
	height: 100%;
}
@media screen and (min-width: 768px) {
	header .header_menu ul li a {
		font-size: 22px/*1.185em*/;
	}
}

header .header_menu ul p {
	border-right: 1px solid #fff;
}
header .header_menu ul li:nth-last-of-type(1) p {
	border: none;
}
header .header_menu ul li a p span {
	font-size: 14px;
	display: block;
}
.btn_box {
	width: 80px;
}
.btn_box .openbtn {
	position: relative;
	cursor: pointer;
	width: 35px;
	height: 30px;
	left: 20px;
}

.btn_box .openbtn span {
	display: inline-block;
	/*transition: all .1s;*/
	position: absolute;
	height: 2px;
	background: #fff;
	width: 100%;
}
.btn_box .openbtn span:nth-of-type(1) {
	top: 10px;	
}

.btn_box .openbtn span:nth-of-type(2) {
	top: 20px;
}

.btn_box .openbtn span:nth-of-type(3) {
	top: 30px;
}
.btn_box .openbtn.active span:nth-of-type(1) {
	top: 15px;
	left: 20px;
	transform: translateY(6px) rotate(-45deg);
	width: 95%;
}
 .btn_box .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.btn_box .openbtn.active span:nth-of-type(3) {
	top: 27px;
	left: 20px;
	transform: translateY(-6px) rotate(45deg);
	width: 95%;
}
@media screen and (max-width: 767px) {
	.btn_box .openbtn {
		left: 13px;
		margin-top: 3px;
	}
	.btn_box .openbtn span {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(1) {
		left: 0;
	}
	.btn_box .openbtn.active span:nth-of-type(3) {
		left: 0;
	}
}
#g-nav.panelactive {
	position: fixed;
	z-index: 998;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	height: 100vh;
}
#g-nav a {
	color: #fff;
}
#g-nav-list {
	/*display: none;*/
	visibility: hidden;
	position: fixed;
	z-index: 110;
	opacity: 0;
	/*pointer-events: none;*/
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	/*height: 45vh;*/
	padding-top: 110px;
	overflow: auto;
	background-color: #3e3a39e6;
	-webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
	/*display: block;*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#g-nav #g-nav-list .sp_navbox {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'DIN-Regular', Meiryo, sans-serif !important;
}
#g-nav #g-nav-list .sp_navbox .sp_link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #fff;
}
#g-nav #g-nav-list .sp_navbox .sp_link li {
	width: 100%;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
}

#g-nav #g-nav-list .sp_navbox .sp_link li:last-of-type {
	width: 100%;
}
#g-nav #g-nav-list .sp_navbox .sp_link li a {
	display: block;
	width: 100%;
}
#g-nav #g-nav-list .sp_navbox .sp_info {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	font-size: 12px;
}
#g-nav #g-nav-list .sp_navbox .sp_info li {
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 1;
}

#g-nav #g-nav-list .sp_navbox .sp_icon {
	width: 170px;
	display: flex;
	justify-content: space-evenly;
	margin: 15px auto 0;
}
#g-nav #g-nav-list .sp_navbox .sp_icon li {
	width: 50px;
	text-align: center;
}
#g-nav #g-nav-list .sp_navbox .sp_icon li img {
	width: 40px;
	height: 40px;
}
#g-nav #g-nav-list .sp_navbox .sp_tel {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	line-height: 1;
}
#g-nav #g-nav-list .sp_navbox .sp_tel dt {
	font-size: 12px;
	margin-bottom: 5px;
	color: #fff;
}
#g-nav #g-nav-list .sp_navbox .sp_tel dd {
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	header .logo {
		margin-left: 10px;
	}
	header .header_menu ul li {
		height: 60px;
		width: calc(100% / 3 - 1px);
	}
	header .header_menu ul li a {
		line-height: 15px;
		font-size: 16px;
		padding: 15px 0;
	}
	header .header_menu ul {
		letter-spacing: 0;
		width: 180px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	header .header_menu ul li a p span {
		font-size: 10px;
	}
	#g-nav-list {
		padding-top: 50px;
	}
}
/********************************
main
********************************/
.warp {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_data {
	text-align: center;
	font-size: 26px;
	margin: 40px 0 60px;
	padding: 15px 0;
	border-bottom: 7px double #fff;
	border-top: 7px double #fff;
}
#content .hotel_data h1 {
	font-size: 36px;
}

#content .top_slide a {
	cursor: default;
}
#content .top_slide .sp-selected a {
	cursor: pointer;
}
#content .top_slide .sp-selected a:hover {
	opacity: 0.5 !important;
}
#content .top_slide .sp-bottom-thumbnails {
	margin-top: 5px;
	margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
	#content .top_slide .sp-bottom-thumbnails {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 50px;
	background-image: url("../img/slide_arrow.png");
	background-position: 0 0;
}
#content .top_slide .sp-arrows .sp-arrow:before, #content .top_slide .sp-arrows .sp-arrow:after {
	content: none !important;
}
#content .top_slide .sp-arrows .sp-previous-arrow {
	left: 10px;
}
#content .top_slide .sp-arrows .sp-next-arrow {
	right: 10px;
}

.sp-buttons {
	padding-top: 5px;
}
#content .top_slide .sp-button {
	width: 25px;
	height: 2px;
	margin: 5px;
	border: none;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #2c2c2c;
}

#content .top_concept {
	padding-bottom: 60px;
}
#content .top_concept .img {
	width: 100%;
}
#content .top_concept .img img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	#content .top_concept {
		padding-bottom: 60px;
	}
}
/*
#content .top_concept p {
	margin: 40px 0;
	font-size: 1.125em;
	line-height: 2;
	text-align: center;
}
#content .top_concept ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#content .top_concept ul li {
	width: 32%;
	background-color: #c6b4a2;
	position: relative;
}
#content .top_concept ul li:after {
	width: 100%;
	height: 8px;
	content: '';
	background-color: #a88d74;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content .top_concept ul li a {
	width: 100%;
	height: 100%;
	display: table;
	color: #7c593d;
	font-size: 0.75em;
}
@media screen and (min-width: 768px) {
	#content .top_concept ul li a {
		font-size: 1em;
	}
}
#content .top_concept ul li a > div {
	padding: 20px 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	#content .top_concept ul li a > div {
		padding: 40px 0;
	}
}
#content .top_concept ul li a span {
	margin-bottom: 0.5em;
	display: block;
	font-size: 2em;
	line-height: 1;
	color: #ffffff;
}
#content .top_concept ul li a:hover {
	color: #ffffff;
	background-color: #a88d74;
}
*/

.warp .inner .text_area {
	background-color: #ecd08b;
	color: #000;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.warp .inner .text_area p:first-of-type {
	padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 16px;
		margin: 20px 0 30px;
		border-bottom: 5px double #fff;
		border-top: 5px double #fff;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	.warp .inner .text_area {
		font-size: 13px;
	}
	#content .top_concept {
		padding-bottom: 30px;
	}
}

.info_container {
	width: 100%;
	padding-bottom: 60px;
}
.info_container .info_box {
	display: flex;
	margin-bottom: 30px;
	justify-content: space-between;
}
.info_container .info_box:last-of-type {
	margin-bottom: 0;
}
.info_container .info_box.row_r {
	flex-direction: row-reverse;
}
.info_container .info_box .info_slider {
	width: 45%;
}

.info_container .info_box .info_text_area .p_l {
	padding-left: 15px;
}
.info_container .info_box .info_text_area .p_r {
	padding-right: 15px;
}
.info_container .info_box .info_text_area dt {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
}
.info_container .info_box .info_text_area dd {
	font-size: 18px;
	padding-bottom: 10px;
}
.info_container .info_box .info_text_area dd:last-of-type {
	padding-bottom: 0;
}
#content .hotel_concept {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#content .hotel_concept .text_area {
	background-color: #626262;
	/*max-width: 1024px;*/
	margin: 0 auto;
	padding: 25px 8px;
}
#content .hotel_concept .text_area h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
#content .hotel_concept .text_area p {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
#content .hotel_concept .text_area p img {
	height: 100%;
	margin-right: 10px;
}
#content .hotel_concept .icon_area {
	max-width: 1024px;
	margin: 0 auto;
}
#content .hotel_concept .icon_area .icon_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 30px;
}
#content .hotel_concept .icon_area .icon_inner .icon_box {
	width: 40%;
	padding: 15px 30px;
	margin: 15px;
	background-color: #F8F5F2;
}
.icon_area .icon_inner .icon_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box img {
	width: 60%;
	margin-bottom: 15px;
}
.icon_area .icon_inner .icon_box p {
	font-size: 18px;	
}

.midashi_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	line-height: 1;
}
.midashi_box .midashi1 {
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'DM Serif Display', serif;
}
.midashi_box .midashi1 span {
	font-size: 36px;
	color: #fff;
	display: block;
}
.midashi_box .midashi1 img {
	width: 100px;
	margin-right: 10px;
}


@media screen and (max-width: 767px) {
	#content .hotel_concept .text_area {
		padding: 10px 0;
	}
	#content .hotel_concept .text_area h2 {
		font-size: 17px;
	}
	#content .hotel_concept .text_area p {
		font-size: 18px;
	}
	#content .hotel_concept .text_area p img {
		height: 70%;
	}
	.midashi_box {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.midashi_box .midashi1 span {
		font-size: 22px;
	}
	.midashi_box .midashi1 img {
		width: 60px;
	}
	#content .hotel_concept .icon_area .icon_inner {
		justify-content: space-between;
		width: 95%;
		margin: 15px auto 30px;
	}
	#content .hotel_concept .icon_area .icon_inner .icon_box {
		width: 48%;
		padding: 15px 5px;
		margin: 0 0 15px;
	}
	.icon_area .icon_inner .icon_box h4 {
		font-size: 13px;
	}
	.icon_area .icon_inner .icon_box img {
		width: 40%;
	}
	.icon_area .icon_inner .icon_box p {
		font-size: 11px;
	}
	.info_container {
		padding: 0 0 30px;
	}
	.info_container .info_box .info_text_area {
		padding-top: 3px;
	}
	.info_container .info_box .info_text_area dt {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.info_container .info_box .info_text_area dd {
		font-size: 10px;
		padding-bottom: 10px;
	}
	.info_container .info_box .info_text_area .p_l {
		padding-left: 10px;
	}
}
/********************************
Price
********************************/
.m_b {
	margin-bottom: 30px;
}
#pr_price .sab_title {
	max-width: 1004px;
	margin: 0 auto;
	color: #fff;
}
#pr_price .sab_title p {
	text-align: right;
	color: #fff;
	font-size: 16px;
}
#pr_price .menu_btn ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 5px;
	flex-wrap: wrap;
}
#pr_price .menu_btn ul li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
	/*background-color: #626262;*/
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
#pr_price .menu_btn ul li a {
	color: #000;
	display: list-item;
	padding: 10px;
	background-color: #d19300;
}
#pr_price .menu-list,
#pr_price .menu_btn {
	max-width: 1004px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
#pr_price .menu-list {
	padding-bottom: 60px;
}
#pr_price .menu-list ul>li {
	margin-top: 2px;
	list-style: none;
}
#pr_price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
#pr_price .menu-list .cp_tab li {
	width: calc(100% / 2 - 1px);
}
#pr_price .menu-list h3 {
	background-color: #d19300;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #000;
}
#pr_price .menu-list table {
	width: 100%;
	color: #000;
}
#pr_price .menu-list table tr {
	background-color: #ecd08b;
	border-bottom: 1px solid #3a2c23;
}
#pr_price .menu-list table td {
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
}
#pr_price .menu-list table td:last-of-type {
	text-align: right;
}
#pr_price .menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #ffcb00;
	color: #000;
	font-size: 18px;
}

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab li a{
	display: block;
	background:#cdcdcd;
	padding:10px 20px;
	font-size: 20px;
	text-align: center;
	color: #000;
}

.tab li.active a{
	background:#ebcf8a;
	color: #000;
}

.area {
	display: none;
	opacity: 0;
	background: #fff;
}

.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	#pr_price .sab_title {
		max-width: 100%;
	}
	#pr_price .menu-list h3 {
		padding: 8px;
		font-size: 14px;
	}
	#pr_price .sab_title p {
		font-size: 10px;
	}
	#pr_price .menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	#pr_price .menu-list,
	#pr_price .menu_btn {
		width: 100%;
	}
	#pr_price .menu-list {
		padding-bottom: 30px;
	}
	#pr_price .menu_btn ul {
		margin-bottom: 15px;
	}
	#pr_price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}
	#pr_price .menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	#pr_price .menu-list ul li {
		margin-top: 2px;
	}
	#pr_price .menu-list table td {
		font-size: 10px;
	}
	.tab li a {
		font-size: 14px;
	}
	.price {
		width: 100%;
		margin-bottom: 15px;
	}
	.m_b {
		margin-bottom: 15px;
	}
}

/********************************
room
********************************/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.gallery_box {
	max-width: 1004px;
	margin: 0 auto 30px;
	text-align: center;
	color: #000;
}
.gallery_box:last-of-type {
	margin-bottom: 0;
}
.choice-btn_1 li,
.choice-btn_2 li,
.choice-btn_3 li {
	padding: 0 10px;
}
.gallery_box p {
	padding: 5px 0;
	color: #fff;
}
.gallery{
	margin:0 0 5px 0;
}
.gallery li{
list-style:none;
}
.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}
.choice-btn li img{
	opacity: 0.4;
}

.choice-btn li.slick-current img{
	opacity: 1;
}
.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#pr_room {
	padding-bottom: 60px;
}
#pr_room .gallery_box h3 {
	background-color: #d19300;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	color: #000;
}
#content .top_room .garally ul li {
	display: block;
}
#pr_room .sab_title {
	background-color: #ecd08b;
	max-width: 1004px;
	padding: 10px;
	margin: 0 auto 15px;
	color: #000;
}
#pr_room .sab_title p {
	font-size: 18px;
	text-align: center;
}
#pr_room .sab_title p:first-of-type {
	margin-bottom: 5px;
}
.midashi_box .room img {
	width: 60px;
}
@media screen and (max-width: 767px) {
	#content .top_room .garally ul li {
		width: 50%;
		height: 100%;
	}
	#pr_room {
		
		padding-bottom: 30px;
	}
	#pr_room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#pr_room .sab_title p {
		font-size: 10px;
		text-align: center;
	}
	.lb-outerContainer {
		margin-top: 150px;
	}
	.gallery_box {
		margin-bottom: 15px;
	}
	.midashi_box .room img {
		width: 40px;
	}
	#pr_room .gallery_box h3 {
		padding: 8px;
    	font-size: 14px;
	}
	.choice-btn_1 li, .choice-btn_2 li, .choice-btn_3 li {
		padding: 0 5px;
	}
	#content .top_shop dl dd {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 130px;
	}
}
/********************************
event
********************************/

/********************************
access
********************************/
#content .top_access dl {
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#content .top_access dl {
		max-width: 1004px;
	}
}
#content .top_access dl dt {
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
}
#content .top_access dl dd {
	margin-bottom: 20px;
}
#content .top_access dl dd table {
	width: 100%;
}
#content .top_access dl dd table th {
	width: 30%;
	padding: 0 10px 10px 10px;
	vertical-align: top;
	text-align: left;
}
@media screen and (min-width: 768px) {
	#content .top_access dl dd table th {
		width: 100px;
	}
}
#content .top_access dl dd table td {
	padding: 0 10px 10px 10px;
	vertical-align: top;
}
#content .top_access .map {
	width: 100%;
	height: 60vw;
	max-height: 460px;
	margin: 0 auto 30px auto;
}
@media screen and (min-width: 768px) {
	#content .top_access .map {
		max-width: 1004px;
	}
}
#content .top_access .map iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/********************************
coupon
********************************/
#pr_coupon .sab_title {
	width: 100%;
	background-color: #F8F5F2;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#pr_coupon .sab_title p {
	font-size: 24px;
}
#content .top_coupon .coupon_area {
	max-width: 1024px;
}
#content .top_coupon .coupon_area:after {
	content: '';
	display: block;
	clear: both;
}
#content .top_coupon .coupon_area .coupon_set {
	margin: 0 auto;
	list-style: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item {
	width: 100%;
	margin-bottom: 30px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item h3 {
	width: 100%;
	height: 45px;
	margin: 0 auto -22px auto;
	color: #ffffff;
	background-color: #a88d74;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 45px;
	padding-left: 10px;
	text-align: left;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 10;
}
@media screen and (min-width: 768px) {
	#content .top_coupon .coupon_area .coupon_set .coupon_item h3:before {
		width: 18px;
		height: 15px;
	}
}

#content .top_coupon .coupon_area .coupon_set .coupon_item:last-of-type {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content img {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content {
	margin-bottom: 0;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #ecd08b;
	color: #000;
	padding: 7px 10px;
	font-size: 22px;
	font-weight: 100;
	text-align: center;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	content: '';
	top: 1px;
	left: 1px;
}

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
	padding-bottom: 60px;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #ecd08b;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #ecd08b;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .close {
	padding: 5px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
	display: block;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal {
	width: 90%;
	max-width: 700px;
	height: auto;
	max-height: calc(100% - 20px);
	margin: auto;
	display: none;
	overflow: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	transform: translate(-50%, -50%);
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal h4 {
	padding: 5px 10px;
	font-size: 1.5em;
	text-align: center;
	color: #000;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal > p {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #ffffff;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content {
	margin-bottom: 0;
	cursor: default;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content h3 {
	display: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content .detail {
	padding: 20px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal .content .attention {
	display: block;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .overlay {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

#open01,#open02,#open03,#open04 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.8;
	z-index: 9999;
}
.modal_window {
	width: 90%;
	max-width: 700px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: block;
	background: #fff;
	position: absolute;
	z-index: 9999;
}
@media (min-width: 767px) {
	.modal_window {
	}
}
.modal_window h2 {
	padding: 5px 10px;
    font-size: 1.5em;
    text-align: center;
    color: #000;
	background-color: #ecd08b;
}
.modal_window .mw_c {
	padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #ffffff;
}
@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
}


.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

.btn-flat span {
  position: relative;
}

.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%);
  transform: translateX(-98%);
  background: #AFABAB;
}

.btn-flat:hover:before {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 767px) {
	#content .top_coupon .coupon_area .coupon1 {
		padding-bottom: 30px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item {
		margin-bottom: 15px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 14px;
	}
	#pr_coupon .sab_title {
		padding: 10px;
	}
	#pr_coupon .sab_title p {
		font-size: 16px;
	}
}
/********************************
footer
********************************/
#content .top_shop dl dt {
	border: none;
	background-color: #F8F5F2;
}
#content .top_shop dl dt span {
	font-size: 25px;
	line-height: 1.3;
}
footer .footer_top {
	padding-top: 10px;
	text-align: center;
}
footer .footer_top .logo {
	width: 48.56vw;
	max-width: 373px;
	margin: 0 auto;
	display: block;
}
footer .footer_top address {
	margin-top: 10px;
	font-style: normal;
}
footer .footer_top address a {
	margin-top: 10px;
	font-size: 1.4375em;
	display: inline-block;
	/*font-family: 'Thasadith', sans-serif;*/
}
footer .footer_middle .sns {
	padding: 5.208vw 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	footer .footer_middle .sns {
		padding: 40px 0;
	}
}
footer .footer_middle .sns a {
	width: 6.6666vw;
	max-width: 50px;
	margin-right: 5px;
	display: inline-block;
}
footer .footer_middle .sns a:last-child {
	margin-right: 0;
}
footer .footer_middle .sns a:hover {
	opacity: 0.5 !important;
}
footer .footer_bottom {
	width: 100%;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
}
footer .footer_bottom ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
}
footer .footer_bottom ul li {
	background-color: #3a2c23;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer .footer_bottom ul li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	font-size: 22px;
	border-right: 1px solid #fff;
}
footer .footer_bottom ul li:nth-of-type(2) a {
	border: none;
}
footer .footer_bottom ul li a span img {
	height: 50px;
}
footer .pagetop {
	right: 10px;
	display: none;
	position: fixed;
	width: 37px;
	z-index: 99;
}
.pagetop:hover {
	opacity: 0.5;
	transition: all 1s;
}
footer .footer_bottom .coupon a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	footer .footer_bottom ul li a span {
		line-height: 1.3;
	}
	footer .footer_bottom ul li a span img {
		height: 100%;
		width: 30px;
	}
	footer .footer_bottom ul li a {
		font-size: 14px;
		padding: 10px 0;
		margin: 10px 0;
	}
	#content .top_shop dl dd table {
		font-size: 10px;
	}
	#content .top_shop {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	footer .pagetop {
		width: 57px;
	}
}

/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #00c2cb;
}

