@charset "utf-8";
@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
 */
/* CSS Document */
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;
	background: transparent;
}

html {
	font-family: 'Kosugi', sans-serif;
	scroll-behavior: smooth;
}
body {
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	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;
}

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.5;
	color: #231815;
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #231815;
	text-decoration: none;
}
.inner {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 10px;
}

.font_t {
	font-family: 'Tangerine', cursive;
}
.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;
	}
}
/********************************
header
********************************/
header {
	width: 100%;
	max-height: 100px;
	height: 100%;
	flex-wrap: nowrap;
	background-color: #1F4E79;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
header .logo {
	width: 40%;
/*	max-width: 350px;*/
}
header .logo_box {
	margin-left: 30px;
/*	height: 90px;*/
/*	max-width: 350px;*/
/*	border-radius: 50px;*/
/*	overflow: hidden;*/
}
header .header_menu ul {
	letter-spacing: -0.2em;
	list-style: none;
}
header .header_menu ul li {
	/*background-color: #626262;
	height: 100px;*/
	width: 110px;
	border-right: 1px solid #fff;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
}
header .header_menu ul li:last-of-type {
	border: none;
}
header .header_menu ul li a {
	color: #fff;
	padding: 5px 0;
	display: block;
	/*line-height: 100px;*/
}

@media screen and (min-width: 768px) {
    header .logo {
	width: 40%;
}
	header .header_menu ul li a {
		font-size: 1.185em;
	}
}
header .header_menu ul li a span {
	font-size: 1.1em;
	display: block;
	/*font-family: 'Thasadith', sans-serif;*/
}
@media screen and (max-width: 767px) {
	header {
		height: 50px;
	}
	header .logo_box {
		margin-left: 15px;
		height: auto;
	}
	header .header_menu ul li {
		/*height: 50px;*/
		width: calc(100% / 3 - 1px);
	}
	header .header_menu ul li a {
		/*line-height: 50px;*/
		font-size: 12px;
	}
	header .header_menu ul {
		letter-spacing: 0;
		width: 200px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}
/********************************
main
********************************/
body {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}

#about, #service, #room, #price, #access, #coupon, #arank, #brank, #crank {
	margin-top: -100px;
	padding-top: 100px;
}

#pagetop {margin-top: 5%;}

*::-webkit-scrollbar {
  width: 0;
}
 
*::-webkit-scrollbar-track {
  background: transparent;
}
 
*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}
 
* {
  -ms-overflow-style: none;
}
ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}


/********************************
slider
********************************/
.slider_1 .slick-slide {
	height: 100%;
} 
.service_box {
	margin-top: 100px;
}
.service_box .slider_1 img {
        /* padding: 0 80px 30px; */
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin: 0 auto 40px;
	padding-bottom: 30px;
    z-index: 9;
}
.slider_1 h3 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.slider_1 p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.slider_1 .slick-prev,.slider_1 .slick-next {
	top: 40%;
	padding: 0!important;
}
.slider_1 .slick-dots {
	bottom: unset;
}

.cover img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: top;
}

@media screen and (max-width: 767px) {
	.service_box {
		margin-top: 50px;
	}
	.service_box .slider_1 img {
		padding-bottom: 20px;
	}
	.slider_1 h3 {
		font-size: 18px;
	}
	.slider_1 p {
		font-size: 14px;
	}
	.slider_1 .slick-prev,.slider_1 .slick-next {
		top: 3%;
	}
}




.top_slider_box {
}
/*.top_slider_box li {width: 100%;}*/
 .top_slider_box .slider img {
        /* padding: 0 80px 30px; */
    aspect-ratio: 3 / 2;
    object-fit: cover;
    z-index: 9;
}
@media screen and (max-width: 767px) {
    .top_slider_box .slider img {
		padding-bottom: 20px;
	}
}


.carousel {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
/*border-radius: 10px;*/
  counter-increment: item;
}
/*.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-40%,70px);
  color: #fff;
  font-size: 2em;
}*/
.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}
.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  text-align: center;
  width: 100%;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}
.carousel__navigation-list {
	display: flex;
	justify-content: center;
}
.carousel__navigation-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}
.carousel::before,
.carousel__prev {
  left: 10px;
}
.carousel::after,
.carousel__next {
  right: 10px;
}
.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}
.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 16px;
}
.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 16px;
}
#carousel__slide1 {
	background-image: url("../img/slide-1.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide2 {
	background-image: url("../img/slide-2.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide3 {
	background-image: url("../img/slide-3.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide4 {
	background-image: url("../img/slide-4.webp");
	background-repeat: no-repeat;
	background-size: cover;
}
#carousel__slide5 {
	background-image: url("../img/slide-5.webp");
	background-repeat: no-repeat;
	background-size: cover;
}

#content .hotel_data {
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}
#content .hotel_data h1 {
	font-size: 28px;
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-size: 30px;
	width: 40px;
	height: 50px;
}
.sp-buttons {
	padding-top: 5px;
}
#content .top_slide .sp-button {
	width: 10px;
	height: 10px;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #2c2c2c;
}
@media screen and (max-width: 767px) {
	#content .hotel_data {
		font-size: 17px;
		margin-top: 15px;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
	#room, #price, #access, #coupon, #arank, #brank, #crank {
		margin-top: -50px;
		padding-top: 50px;
	}
}

#content .hotel_concept {
	background-color: #fffff3;
	width: 100%;
	margin-top: 20px;
	border-top: 10px solid #ffc000;
	text-align: center;
}
#content .hotel_concept .text_area {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 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: 18px;
	line-height: 1.5;
	padding-top: 5px;
}

.midashi1 {
	line-height: 70px;
	position: relative;
	max-width: 1024px;
	height: 70px;
	margin: 2em auto 1em;
	margin-bottom: 20px;
	padding: 0 2rem;
	text-align: center;
	color: #fff;
	background: #ffc000;
}

.midashi1:before,
.midashi1:after {
	position: absolute;
	top: 0;
	display: block;
	height: 70px;
	content: '';
	border: 35px solid #ffc000;
}

.midashi1:before {
	left: -20px;
	border-left-width: 15px;
	border-left-color: transparent;
}

.midashi1:after {
	right: -20px;
	border-right-width: 15px;
	border-right-color: transparent;
}

.midashi1 span {
	position: relative;
	display: block;
	font-size: 4em;
	letter-spacing: -0.05em;
}

.midashi_sab {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}
#content .top_concept {
	padding-top: 40px;
}
#content .top_concept .img {
	width: 100%;
	height: 67.928vw;
	max-height: 869px;
	position: relative;
/*	overflow: hidden;*/
}
#content .top_concept .img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
	#content .top_concept {
		padding-top: 80px;
	}
}

@media screen and (max-width: 767px) {
	#content .hotel_concept .text_area h2 {
		font-size: 17px;
	}
	#content .hotel_concept .text_area p {
		font-size: 12px;
	}
	#content .midashi1 {
		margin-bottom: 40px;
	}
	.midashi1 {
		width: 100%;
	}
	.midashi_sab {
		margin-bottom: 15px;
	}
}

/********************************
button
********************************/
.button-box {
    margin: 30px auto;
    background-color: #fffff3;
}
.button-box .button {
    padding: 0;
    border: 0;
}
.wrap-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    gap: 10px;
}
.wrap-grid .item {
	margin: 0;
	/*width: calc(100% / 3 - );*/
}

/********************************
About
********************************/
.slider_2 .slick-slide {
	height: 100%;
} 
.about_box {
	margin-top: 100px;
}
.about_box .slider_2 img {
/*	padding: 0 80px 30px; */
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 50%;
    border-radius: 50%;
    margin: 0 auto 40px;
}
.slider_2 h3 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
}
.slider_2 p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.slider_2 .slick-prev,.slider_2 .slick-next {
	top: 40%;
	padding: 0!important;
}
@media screen and (max-width: 767px) {
	.about_box {
		margin-top: 50px;
	}
/*	.about_box .slider_2 img {
		padding: 0 40px 20px;
	}*/
	.slider_2 h3 {
		font-size: 18px;
	}
	.slider_2 p {
		font-size: 14px;
	}
	.slider_2 .slick-prev,.slider_2 .slick-next {
		top: 35%;
	}
}

/********************************
Service
********************************/
.slider_3 .slick-slide {
	height: 100%;
} 
.service_box {
	margin-bottom: 80px;
}
.service_box .slider_3 img {
        /* padding: 0 80px 30px; */
    aspect-ratio: 2 / 1;
    object-fit: cover;
    margin: 0 auto 40px;
	padding-bottom: 30px;
    z-index: 9;
}
.slider_3 h3 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.slider_3 p {
	font-size: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.slider_3 .slick-prev,.slider_3 .slick-next {
	top: 40%;
	padding: 0!important;
}
.slider_3 .slick-dots {
	bottom: unset;
}

.cover img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: top;
}

@media screen and (max-width: 767px) {
	.service_box {
		margin-top: 50px;
	}
	.service_box .slider_3 img {
		padding-bottom: 20px;
	}
	.slider_3 h3 {
		font-size: 18px;
	}
	.slider_3 p {
		font-size: 14px;
	}
	.slider_3 .slick-prev,.slider_3 .slick-next {
		top: 35%;
	}
	/*.slider_3 .slick-dots {
		top: 55%;
	}*/
}

/********************************
banner-list
********************************/

.banner_box {
	margin-bottom: 40px;
}

/********************************
Price
********************************/
#price .sab_title {
	max-width: 80%;
	background-color: #fffff7;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px;
}
#price .sab_title p {
	text-align: center;
	color: #000;
	font-size: 18px;
}
#price .menu_btn ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
#price .menu_btn ul li {
	width: calc(100% / 3 - 2px);
	/*background-color: #626262;*/
	text-align: center;
	list-style: none;
	font-size: 20px;
}
#price .menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 20px;
	border-radius: 40px;
}
#price .menu-list,
#price .menu_btn {
/*	width: 80%;*/
	margin: 20px auto;
	list-style: none;
	color: #000;
}
#price .menu-list ul li {
	margin-bottom: 30px;
}#price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
#price .menu-list h3 {
	/*background-color: #d6387e;*/
	text-align: center;
	padding: 20px;
	font-size: 20px;
}
#price .menu-list table {
	width: 100%;
	color: #000;
}
#price .menu-list table tr {
	background-color: #fffff3;
	border-bottom: 1px solid #fff;
}
#price .menu-list table td {
	padding: 10px;
	font-size: 105%;
	vertical-align: middle;
}
#price .menu-list table td:last-of-type {
	text-align: right;
}
#price .menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #1F4E79;
	color: #fff;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#price .sab_title {
		max-width: 100%;
		padding: 10px;
	}
	#price .menu-list h3 {
		padding: 8px;
		font-size: 18px;
	}
	#price .sab_title p {
		font-size: 16px;
	}
	#price .menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	#price .menu-list,
	#price .menu_btn {
		width: 100%;
	}
	#price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
	}
	#price .menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
}
/********************************
room
********************************/
#content .top_room .garally ul {
	height: auto;
	margin-bottom: 30px;
	list-style: none;
}
#content .top_room .garally ul:after {
	content: '';
	display: block;
	clear: both;
}
#content .top_room .garally ul li {
	width: 33.3333%;
	float: left;
}
#content .top_room .garally ul li .box {
	padding: 5px;
}
#content .top_room .garally ul li:nth-child(-n+6) {
	display: block;
}
@media screen and (min-width: 1001px) {
	#content .top_room .garally ul li {
		width: 16.6666%;
	}
	#content .top_room .garally ul li .box {
		padding: 15px;
	}
	#content .top_room .garally ul li:nth-child(-n+12) {
		display: block;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#content .top_room .garally ul li {
		width: 20%;
	}
	#content .top_room .garally ul li .box {
		padding: 10px;
	}
	#content .top_room .garally ul li:nth-child(-n+10) {
		display: block;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#content .top_room .garally ul li {
		width: 25%;
	}
	#content .top_room .garally ul li .box {
		padding: 8px;
	}
	#content .top_room .garally ul li:nth-child(-n+8) {
		display: block;
	}
}
#content .top_room .garally ul li.open {
	display: block !important;
}
#content .top_room .garally ul li span {
	font-size: 0.625em;
}
#content .top_room .garally .more, #content .top_room .garally .more2 {
	width: 430px;
	max-width: 80%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	border: solid 1px #231815;
	position: relative;
}
#content .top_room .garally .more:before, #content .top_room .garally .more2:before {
	width: 11px;
	height: 10px;
	margin: auto 10px auto -21px;
	content: '';
	background-image: url("../img/icon_sankaku_bottom_black.png");
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
}
#content .top_room .garally .more:hover, #content .top_room .garally .more2:hover {
	background-color: #eeeeee;
}
#content .top_room .garally .more2 {
	display: none;
}
#content .top_room .garally .more2:before {
	transform: scale(1, -1);
}
@media screen and (min-width: 1001px) {
	#content .top_room .garally .none1, #content .top_room .garally .none2, #content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	#content .top_room .garally .none2, #content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	#content .top_room .garally .none3, #content .top_room .garally .none4 {
		display: none !important;
	}
}
@media screen and (max-width: 479px) {
	#content .top_room .garally .none4 {
		display: none !important;
	}
}

.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
#content .top_room .garally ul li {
	display: block;
}
#room .sab_title {
	background-color: #fffff3;
	margin: 0 auto;
	max-width: 1004px;
	padding: 20px;
	margin: 0 auto 15px;
}
#room .sab_title p {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#content .top_room .garally ul li {
		width: 50%;
		height: 100%;
	}
	#room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#room .sab_title p {
		font-size: 16px;
		text-align: center;
	}
	.lb-outerContainer {
		margin-top: 150px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 130px;
	}
}
/********************************
event
********************************/

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

.iframe-wrapper
 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map {margin: 20px auto 80px;}

/********************************
coupon
********************************/
#coupon .sab_title {
	width: 100%;
	background-color: #fffff3;
	padding: 20px;
	text-align: center;
	margin-bottom: 15px;
}
#coupon .sab_title p {
	font-size: 18px;
}
#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 img {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content {
	margin-bottom: 0;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	background-color: #1F4E79;
	padding: 7px 10px;
	font-size: 30px;
	font-weight: 100;
	position: relative;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open img {
	width: 35px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #1F4E79;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #1F4E79;
	padding: 5px 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	display: block;
}
/*#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail {
	padding-top: 30px;
	padding-bottom: 10px;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p span {
	font-size: 70px;
	font-weight: bold;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .content .detail p .font_c {
	font-size: 55px;
}*/

#open01,#open02,#open03,#open04,#open05 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999;
}
/*@media (max-width: 767px) {
	#open01,#open02,#open03,#open04,#open05 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}*/
.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: #fff;
	background-color: #1F4E79;
}
.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;
}

@media screen and (max-width: 767px) {
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 18px;
	}
	#coupon .sab_title {
		padding: 10px;
	}
	#coupon .sab_title p {
		font-size: 16px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open img {
		width: 20px;
		margin-bottom: 4px;
	}
}
/********************************
footer
********************************/
#content .top_shop dl dt {
	border: none;
	background-color: #fffff3;
}
#content .top_shop dl dt span {
	font-size: 25px;
	line-height: 1.3;
}

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: #626262;
	width: calc(100% / 2 - 1px);
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
footer .footer_bottom ul li img {
	width: 40px;
	height: 40px;
	display: block;
	z-index: 9999;
	top: 50%;
	left: 70%;
	transform: translate(-50%, -50%);
	position: absolute;
}
footer .footer_bottom ul li a {
	color: #fff;
	padding: 2.6vw;
	display: block;
}
footer .footer_bottom ul li a span {
	font-size: 30px;
	display: block;
}
@media screen and (min-width: 768px) {
	footer .footer_bottom ul li a {
		padding: 20px;
		font-size: 1.185em;
	}
}

.usable-icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
}
.usable-icon li {
	width: 8%;
}

.pagetop{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.pagetop a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
.pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 40px;
  color: #D6387E;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.pagetop a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 85px;
  bottom: 0;
  right: -5px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #D6387E;
}
@media screen and (max-width: 767px) {
	footer .footer_bottom ul li a span {
		font-size: 18px;
		line-height: 1.3;
	}
	footer .footer_bottom ul li img {
		width: 30px;
		height: 30px;
		left: 85%;
	}
}

/********************************
button
********************************/
.txt_copy {
    /*width: 100%;*/
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}
/*****************************
共通
*****************************/
.color1 {
	background-color: #d6387e;
}
.color2 {
	background-color: #de7d48;
}
.color3 {
	background-color: #fffff7;
}
.color4 {
	background-color: #1F4E79;
}
.color5 {
	background-color: #9a4c4a;
}

