@charset "utf-8";
/* 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;
}
li {
	list-style: none;
}

.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;
	}
}

body {
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, 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;
}
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;
}
/*********************************
 common
 *********************************/
* {
	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: 1024px;
	margin: 0 auto;
	/*padding: 0 10px;*/
}


/********************************
header
********************************/
.head_text {
	color: #fff;
	text-align: left;
	background-color: #1F4E79;
	padding: 2px 0 2px 20px;
	font-size: 14px;
}
.head_logo {
	max-width: 250px;
	padding-left: 20px;
}
.head_menu {
	display: flex;
}
.head_menu .menu {
	display: flex;
	align-items: center;
}
.head_menu .btn {
	display: flex;
	/*height: 80px;*/
}
.head_menu .btn li {
	width: 71px;
	border-right: 3px solid #fff;
	/*margin: 0 10px;*/
	background-color: #626262;
}
.head_menu .btn li:last-of-type {
	border-right: none;
}
.head_menu .btn li a {
	display: block;
	text-align: center;
	line-height: 70px;
}
.head_menu .btn img {
	width: 100%;
	z-index: 999;
}

.luxbar-default {
	width:100%;
	position:relative;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.luxbar-static {
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
	position:absolute;
}
.luxbar-fixed {
	width:100%;
	/*box-shadow: 0px 2px 9px -3px #777777;*/
	/*max-width: 1480px;*/
	background-color: #fff;
	position:fixed;
	top:0;
	left: 50%;
    transform: translate(-50%, 0);
	z-index:1000;
	/*box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);*/
}
.luxbar-fixed-bottom {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.luxbar-hamburger span,.luxbar-hamburger span::before,.luxbar-hamburger span::after {
	display:block;
	height:2px;
	width:26px;
	transition:0.6s ease;
}
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
	background-color:transparent;
}
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before,.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
	margin-top:0;
}
.luxbar-header {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	height:70px;
}
.luxbar-menu-left .luxbar-navigation,.luxbar-menu-left .luxbar-header {
	justify-content:flex-start;
}
.luxbar-menu-right .luxbar-hamburger {
	margin-left:auto;
}
.luxbar-brand {
	font-size:1.6em;
	padding:18px 24px 18px 24px;
}
.luxbar-menu {
	min-height: 50px;
	transition:0.6s ease;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*max-width: 1000px;*/
	margin: 0 auto;
}
.luxbar-navigation {
	display:flex;
	/*flex-direction:column;*/
	justify-content: center;
	list-style:none;
	padding-left:0;
	margin:0;
}
.luxbar-menu a,.luxbar-item a {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
.luxbar-item {
	/*height:100px;*/
	/*width: 100%;*/
	max-width: 140px;
	text-align: center;
	line-height: 1;
	color: #000;
}
.luxbar-item a {
	padding:0 15px;
	border-right: 1px solid #000;
	/*height: 100%;*/
	width: 100%;
	font-size: 18px;
	/*font-weight: bold;*/
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.luxbar-navigation .luxbar-item:last-of-type a {
	border-right: 0;
}
.luxbar-item span {
	font-size: 12px;
}
.luxbar-hamburger {
	padding:18px 24px;
	position:relative;
	cursor:pointer;
}
.luxbar-hamburger span::before,.luxbar-hamburger span::after {
	content:'';
	position:absolute;
}
.luxbar-hamburger span::before {
	margin-top:-8px;
}
.luxbar-hamburger span::after {
	margin-top:8px;
}
.luxbar-checkbox {
	display:none;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	/*overflow:hidden;*/
	height:70px;
}
.luxbar-checkbox:checked ~ .luxbar-menu {
	transition:height 0.6s ease;
	height:100vh;
	overflow:auto;
}
.dropdown {
	position:relative;
	height:auto;
	min-height:58px;
}
.dropdown:hover>ul {
	position:relative;
	display:block;
	min-width:100%;
}
.dropdown>a::after {
	position:absolute;
	content:'';
	right:10px;
	top:25px;
	border-width:5px 5px 0;
	border-color:transparent;
	border-style:solid;
}
.dropdown>ul {
	display:block;
	overflow-x:hidden;
	list-style:none;
	padding:0;
}
.dropdown>ul .luxbar-item {
	min-width:100%;
	height:29px;
	padding:5px 10px 5px 40px;
}
.dropdown>ul .luxbar-item a {
	min-height:29px;
	line-height:29px;
	padding:0;
}

@media screen and (min-width: 961px){
	.luxbar-navigation {
		flex-flow:row;
		justify-content: center;

	}
	.luxbar-hamburger {
		display:none;
	}
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		overflow:visible;
	}
	.luxbar-checkbox:checked ~ .luxbar-menu {
		height:58px;
	}
	.luxbar-menu .luxbar-item {
		border-top:0;
	}
	.luxbar-menu-right .luxbar-header {
		/*margin-right:auto;*/
	}
	.dropdown {
		height:58px;
	}
	.dropdown:hover>ul {
		position:absolute;
		left:0;
		top:58px;
		padding:0;
	}
	.dropdown>ul {
		display:none;
	}
	.dropdown>ul .luxbar-item {
		padding:5px 10px;
	}
	.dropdown>ul .luxbar-item a {
		white-space:nowrap;
	}
}
@media screen and (max-width: 768px) {
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		height: unset;
	}
	.head_text {
		font-size: 13px;
		text-align: center;
		padding: 2px 0;
	}
	.head_logo {
		background-color: #fff;
		max-width: 100%;
		width: 100%;
		height: 60px;
		padding: 0;
	}
	.head_logo li {
		padding: 10px;
		height: 100%;
		text-align: left;
	}
	.head_logo img {
		width: auto;
		height: 100%;
	}
	.head_menu {
		display: contents;
	}
	.head_menu .menu {
		height: 40px;
	}
	.head_menu .btn {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 60px;
		/*height: 50px;*/
	}
	.head_menu .btn li {
		width: 60px;
	}
	.head_menu .btn li a {
		line-height: 57px;
		font-size: 12px;
	}
	
	.luxbar-menu {
		flex-wrap: wrap;
	}
	.luxbar-navigation {
		width: 100%;
		background-color: #626262;
		justify-content: space-evenly;
	}
	.luxbar-item {
		max-width: 100%;
		width: calc(100% / 4);
		/*height: 30px;*/
		color: #fff;
	}
	.luxbar-item a {
		font-size: 12px;
		padding: 0 5px;
		border-right:1px solid #fff;
	}
	.luxbar-item span {
		font-size: 8px;
	}
	.luxbar-fixed {
		background-color: unset;
	}
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::before {
	transform:rotate(225deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::after {
	transform:rotate(-225deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::before {
	transform:rotate(45deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::after {
	transform:rotate(-45deg);
}
.luxbar-menu-dark,.luxbar-menu-dark .dropdown ul {
	/*background-color: #D80D4B;*/
	color:#fff;
}
/*.luxbar-menu-dark .active,.luxbar-menu-dark .luxbar-item:hover {
	background-color:#424242;
}*/
.luxbar-menu-dark .luxbar-hamburger span,.luxbar-menu-dark .luxbar-hamburger span::before,.luxbar-menu-dark .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-light,.luxbar-menu-light .dropdown ul {
	background-color:#e0e0e0;
	color:#212121;
}
.luxbar-menu-light .active,.luxbar-menu-light .luxbar-item:hover {
	background-color:#bdbdbd;
}
.luxbar-menu-light .luxbar-hamburger span,.luxbar-menu-light .luxbar-hamburger span::before,.luxbar-menu-light .luxbar-hamburger span::after {
	background-color:#212121;
}
.luxbar-menu-material-red,.luxbar-menu-material-red .dropdown ul {
	background-color:#b71c1c;
	color:#fff;
}
.luxbar-menu-material-red .active,.luxbar-menu-material-red .luxbar-item:hover {
	background-color:#c62828;
}
.luxbar-menu-material-red .luxbar-hamburger span,.luxbar-menu-material-red .luxbar-hamburger span::before,.luxbar-menu-material-red .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-indigo,.luxbar-menu-material-indigo .dropdown ul {
	background-color:#1a237e;
	color:#fff;
}
.luxbar-menu-material-indigo .active,.luxbar-menu-material-indigo .luxbar-item:hover {
	background-color:#283593;
}
.luxbar-menu-material-indigo .luxbar-hamburger span,.luxbar-menu-material-indigo .luxbar-hamburger span::before,.luxbar-menu-material-indigo .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-green,.luxbar-menu-material-green .dropdown ul {
	background-color:#1b5e20;
	color:#fff;
}
.luxbar-menu-material-green .active,.luxbar-menu-material-green .luxbar-item:hover {
	background-color:#2e7d32;
}
.luxbar-menu-material-green .luxbar-hamburger span,.luxbar-menu-material-green .luxbar-hamburger span::before,.luxbar-menu-material-green .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-amber,.luxbar-menu-material-amber .dropdown ul {

	background-color:#ff6f00;
	color:#fff;
}
.luxbar-menu-material-amber .active,.luxbar-menu-material-amber .luxbar-item:hover {
	background-color:#ff8f00;
}
.luxbar-menu-material-amber .luxbar-hamburger span,.luxbar-menu-material-amber .luxbar-hamburger span::before,.luxbar-menu-material-amber .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-brown,.luxbar-menu-material-brown .dropdown ul {
	background-color:#3e2723;
	color:#fff;
}
.luxbar-menu-material-brown .active,.luxbar-menu-material-brown .luxbar-item:hover {
	background-color:#4e342e;
}
.luxbar-menu-material-brown .luxbar-hamburger span,.luxbar-menu-material-brown .luxbar-hamburger span::before,.luxbar-menu-material-brown .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-bluegrey,.luxbar-menu-material-bluegrey .dropdown ul {
	background-color:#263238;
	color:#fff;
}
.luxbar-menu-material-bluegrey .active,.luxbar-menu-material-bluegrey .luxbar-item:hover {
	background-color:#37474f;
}
.luxbar-menu-material-bluegrey .luxbar-hamburger span,.luxbar-menu-material-bluegrey .luxbar-hamburger span::before,.luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-cyan,.luxbar-menu-material-cyan .dropdown ul {
	background-color:#006064;
	color:#fff;
}
.luxbar-menu-material-cyan .active,.luxbar-menu-material-cyan .luxbar-item:hover {
	background-color:#00838f;
}
.luxbar-menu-material-cyan .luxbar-hamburger span,.luxbar-menu-material-cyan .luxbar-hamburger span::before,.luxbar-menu-material-cyan .luxbar-hamburger span::after {
	background-color:#fff;
}
/********************************
main
********************************/
#content .section {
	padding: 60px 0 0;
}
#content .hotel_data {
	text-align: center;
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #f8f5f2;
}
#content .hotel_data h1 {
	font-size: 28px;
}
#content .top_slide .sp-arrows .sp-arrow {
	background-repeat: no-repeat;
	background-image: url("../img/common/slide_arrow.webp");
	background-size: 30px;
	width: 40px;
	height: 50px;
}
#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: 15px;
	height: 15px;
	margin: 10px;
	border: none;
	background-color: #c2c2c2;
}
#content .top_slide .sp-selected-button {
	background-color: #C91414;
}
@media screen and (max-width: 767px) {
	#content .section {
		padding: 0;
	}
	#content .hotel_data {
		font-size: 17px;
	}
	#content .hotel_data h1 {
		font-size: 21px
	}
}

#content .hotel_concept {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#content .hotel_concept .concept_area {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 50px;
	background-color: #F8F5F2;
}
.hotel_concept .concept_area h2 {
	font-size: 28px;
	padding: 20px;
}
.hotel_concept .concept_area p {
	font-size: 18px;
	padding: 0 20px 20px;
}
.hotel_concept .concept_area img {
	width: 100%;
}
#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 a {
	width: 40%;
	padding: 15px 30px;
	margin: 15px;
	background-color: #F8F5F2;
}
#content .hotel_concept .icon_area .icon_inner .icon_box {
	/*width: 40%;*/
}
.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;	
}

.heading_box {
	max-width: 1024px;
	margin: 0 auto;
	padding: 25px 0;
	background-color: #626262;
}
.heading_box .heading1 {
	font-weight: bold;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.heading_box .heading1 span {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}
.heading_box .heading1 span .sab {
	font-size: 20px;
}
.heading_box .heading1 img {
	width: 100px;
	margin-right: 10px;
}
.menu_box {
	max-width: 1024px;
	margin: 50px auto 30px;
}
.menu_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu_box ul li {
	width: calc(100% / 2 - 10px);
	padding-bottom: 20px;
}

.text_item {
	max-width: 1024px;
	font-size: 23px;
	background-color: #F8F5F2;
	padding: 20px 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#content .hotel_concept .concept_area {
		margin-bottom: 30px;
	}
	.hotel_concept .concept_area h2 {
		font-size: 18px;
	}
	.hotel_concept .concept_area p {
		font-size: 14px;
		padding: 0 15px 20px;
	}
	#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%;
	}
	.heading_box {
		padding: 10px 0;
		margin-top: 20px;
	}
	.heading_box .heading1 span {
		font-size: 17px;
	}
	.heading_box .heading1 span .sab {
		font-size: 14px;
	}
	.heading_box .heading1 img {
		width: 60px;
	}
	#content .hotel_concept .icon_area .icon_inner {
		justify-content: space-between;
		/*width: 95%;*/
		margin: 15px 15px 15px;
	}
	#content .hotel_concept .icon_area .icon_inner a {
		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;
	}
	.menu_box {
		margin: 30px 15px 20px;
	}
	.menu_box ul li {
		width: calc(100% / 2 - 5px);
		padding-bottom: 10px;
	}
	.text_item {
		font-size: 18px;
	}
}
/********************************
Price
********************************/
.price {
	/*max-width: 100%;
	width: 80%;*/
}
#pr_price .sab_title {
	max-width: 80%;
	background-color: #F8F5F2;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 20px;
}
#pr_price .sab_title p {
	text-align: center;
	color: #000;
	font-size: 18px;
}
#pr_price .menu_btn ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap;
}
#pr_price .menu_btn ul li {
	width: calc(100% / 3 - 5px);
	text-align: center;
	list-style: none;
	font-size: 20px;
	position: relative;
	overflow: hidden;
}
#pr_price .menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 20px;
	background-color: #545454;
}
#pr_price .menu-list,
#pr_price .menu_btn {
	width: 80%;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
#pr_price .menu-list ul li {
	margin-bottom: 30px;
	list-style: none;
}
#pr_price .menu-list ul li:last-of-type {
	margin-bottom: 0;
}
#pr_price .menu-list h3 {
	background-color: #3B3838;
	text-align: center;
	padding: 20px;
	font-size: 20px;
	color: #fff;
}
#pr_price .menu-list table {
	width: 100%;
	color: #000;
}
#pr_price .menu-list table tr {
	background-color: #F8F5F2;
	border-bottom: 1px solid #fff;
}
#pr_price .menu-list table td {
	padding: 10px;
	font-size: 105%;
	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: #AFABAB;
	color: #fff;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#pr_price .sab_title {
		max-width: 100%;
		padding: 10px;
	}
	#pr_price .menu-list h3 {
		padding: 8px;
		font-size: 18px;
	}
	#pr_price .sab_title p {
		font-size: 16px;
	}
	#pr_price .menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	#pr_price .menu-list,
	#pr_price .menu_btn {
		width: 100%;
	}
	#pr_price .menu_btn ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
	}
	#pr_price .menu_btn ul li:last-of-type {
		margin-bottom: 0;
	}
	/*.price {
		width: 100%;
	}*/
}
/********************************
room
********************************/
.lightbox .lb-image {
	border: none;
}
.lb-data .lb-number {
	display: none;
}
.menu_btn {
	max-width: 1024px;
	margin: 0 auto;
	list-style: none;
	color: #000;
}
.menu_btn ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	flex-wrap: wrap;
}
.menu_btn ul li {
	width: calc(100% / 2 - 5px);
	/*background-color: #626262;*/
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
	font-size: 22px;
	position: relative;
	overflow: hidden;
}
.menu_btn ul li a {
	color: #fff;
	display: list-item;
	padding: 10px;
	background-color: #B6A998;
} 

.top_room .garally {
	max-width: 1024px;
	margin: 0 auto;
}
#content .top_room .garally ul li {
	width: 33.3333%;
	float: left;
	display: block;
}
#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 .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;
	}
}
#pr_room .sab_title {
	background-color: #F8F5F2;
	max-width: 1024px;
	padding: 20px;
	margin: 0 auto 30px;
}
#pr_room .sab_title p {
	font-size: 18px;
	text-align: center;
}
.room_title {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background-color: #F8F5F2;
}
.room_title h2 {
	font-size: 23px;
	color: #000;
} 
.room_title.price {
	background-color: #B6A998;
	margin-bottom: 0;
}
.room_title.price h2 {
	color: #fff;
}
.heading_box .room img {
	width: 60px;
}
.menu-list ul li {
	/*margin-bottom: 30px;*/
}
.menu-list ul li:last-of-type {
	margin-bottom: 0;
}
.menu-list .cp_tab li {
	width: calc(100% / 2 - 1px);
}
.menu-list .cp_tab .thaad li {
	width: calc(100% / 3 - 1px);
}

.menu-list h3 {
	/*background-color: #d6387e;*/
	text-align: center;
	padding: 20px;
	font-size: 20px;
	margin-bottom: 10px;
}
.menu-list table {
	width: 100%;
	color: #000;
}
.menu-list table tr {
	background-color: #F8F5F2;
	border-bottom: 1px solid #fff;
}
.menu-list table td {
	padding: 10px;
	font-size: 105%;
	vertical-align: middle;
}
.menu-list table td:last-of-type {
	text-align: right;
}
.menu-list .menu_item {
	text-align: center;
	padding: 20px;
	background-color: #1F4E79;
	color: #fff;
	font-size: 18px;
}

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

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

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

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

.price_info {
	font-size: 16px;
	padding: 10px;
	margin-bottom: 30px;
	text-align: right;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	#content .top_room .garally ul li {
		width: 33.333%;
		height: 100%;
	}
	#pr_room .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#pr_room .sab_title p {
		font-size: 14px;
		text-align: center;
	}
	.menu_btn {
		padding: 0 15px;
	}
	.menu_btn ul {
		margin-bottom: 15px;
	}
	.menu_btn ul li {
		font-size: 15px;
	}
	.menu_btn ul li a {
		padding: 10px 0;
	}
	.room_title {
		margin: 0 15px 5px;
		padding: 15px 0;
	}
	.room_title h2 {
		font-size: 18px;
	}
	.room_title.price {
		background-color: #B6A998;
		margin-bottom: 0;
	}
	.top_room .garally {
		padding: 0 10px;
	}
	.lb-outerContainer {
		margin-top: 150px;
	}
	.heading_box .room img {
		width: 40px;
	}
	.menu-list h3 {
		padding: 8px;
		font-size: 18px;
	}
	.sab_title p {
		font-size: 16px;
	}
	.menu-list .menu_item {
		padding: 8px;
		font-size: 18px;
	}
	.cp_tab {
		padding: 0 15px;
	}
	.tab li a {
		font-size: 14px;
	}
	.price_info {
		font-size: 12px;
		padding: 10px 15px;
	}
	.price_info p {
		padding-right: 10px;
	}
}
@media screen and (max-width: 766px) {
	.lb-outerContainer {
		margin-top: 30px;
	}
}
/********************************
service
********************************/
.service_box {
	margin: 0 auto;
	max-width: 1024px;
	overflow: hidden;
	justify-content: center;
	align-items: center;
}
.heading_box .service img {
	width: 60px;
}

#pr_service .sab_title {
    background-color: #F8F5F2;
    max-width: 1024px;
    padding: 20px;
    margin: 0 auto 30px;
}
#pr_service .sab_title p {
	font-size: 18px;
	text-align: center;
}
.service_box .text {
	font-size: 23px;
	text-align: right;
}
.swiper-slide p {
	margin: 10px 0 ;
	text-align: center;
}
.swiper-container {
	position: relative;
}
.swiper-pagination {
	position: unset;
	padding-top: 5px;
}
.swiper-button-next, .swiper-button-prev {
	color: #fff;
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 100px;
	margin: 10px!important;
	background-color: #c2c2c2;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #C91414;
}
.swiper-button-prev,
.swiper-button-next {
	height: 50px;
	width: 50px;
	margin-top: calc(-50px - (var(--swiper-navigation-size)/ 2));
}
.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	margin: auto;
	width: 50px;
}
.swiper-button-prev::after {
	background-image: url("../img/common/service_arrow.webp");
	transform: scale(-1, 1);
}
.swiper-button-next::after {
	background-image: url("../img/common/service_arrow.webp");
}
.swiper-slide img {
	height: auto;
	width: 100%;
}

.service_title {
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 0;
	background-color: #F8F5F2;
}
.service_item {
	padding-top: 10px;
	padding-bottom: 20px;
}
.service_item a {
	display: flex;
	justify-content: space-between
}
.service_item ul li {
	width: calc(100% / 2 - 20px);
}
.service_item .text h3 {
	padding-top: 20px;
	font-size: 23px;
	font-weight: bold;
}
.service_item .text p {
	font-size: 18px;
}
.mt_20 {
	margin-top: 20px;
}
@media screen and (max-width: 766px){
	.service_box {
		padding: 15px;
	}
	.heading_box .service img {
		width: 40px;
	}
	.service_box .text {
		font-size: 12px;
	}
	.service_item {
		margin: 0 15px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		height: 30px;
		width: 13px;
		margin-top: calc(-40px - (var(--swiper-navigation-size)/ 2));
	}
	.swiper-button-prev::after,
	.swiper-button-next::after {
		height: 40px;
		width: 15px;
	}
	#pr_service .service_title {
		margin: 5px 15px 5px;
		padding: 15px 0;
	}
	#pr_service .sab_title {
		margin: 0 0 15px;
		padding: 9px;
	}
	#pr_service .sab_title p {
		font-size: 14px;
		text-align: center;
	}
	.service_item ul li {
		width: calc(100% / 2 - 15px);
	}
	.service_item .text h3 {
		font-size: 16px;
		padding-top: 5px;
	}
	.service_item .text p {
		font-size: 12px;
	}
}
/********************************
access
********************************/
#access .sab_title {
    background-color: #F8F5F2;
    max-width: 1024px;
    padding: 20px;
    margin: 0 auto 30px;
	font-size: 18px;
	text-align: center;
}

.top_shop {
	max-width: 1024px;
	margin: 0 auto;
}

#access .heading_box {
	margin-bottom: 20px;
}
#access .map_btn_container {
	margin-bottom: 20px;
}
.access_guide {
	max-width: 1024px;
	text-align: center;
	margin-bottom: 60px;
}
.access_guide:last-of-type {
	/*margin-bottom: 0;*/
}
.access_guide .title {
	background-color: #B6A998;
	padding: 10px;
	font-size: 25px;
	color: #fff;
}
.access_guide .guide {
	background-color: #F8F5F2;
	color: #000;
	padding: 20px 10px;
	font-size: 18px;
	line-height: 1.3;
}
.access_guide .guide table {
	margin: 0 auto;
	margin-bottom: 20px;
}
.access_guide .guide table th {
	text-align: left;
}
.access_guide .guide table td {
	padding-left: 20px;
	/*width: 35%;*/
	text-align: left;
	vertical-align: middle;
}
.access_guide .guide p {
	color: #cc6b00;
	font-size: 18px;
}
.access_guide .map {
    width: 100%;
    height: 60vw;
    max-height: 460px;
}
.access_guide .map iframe {
    width: 100%;
	height: 100%;
}
.access_guide .title.color2 {
	background-color: #AB98B6;
}
.access_img {
	width: 100%;
	margin: 0 auto;
}
.access_img img {
	width: 100%;
}
.payment_logo {
	display: flex;
	max-width: 270px;
}
.payment_logo li {
	padding: 5px;
}
.payment_logo img {
	border-radius: 5px;
}
.map_btn_container {
	width: 100%;
	margin-bottom: 20px;
}
.map_btn {
	display: flex;
	justify-content: space-between;
}
#access .map_btn li {
	background-color: #D9D9D9;
}
.map_btn li {
	width: calc(100% / 2 - 10px);
	background-color: #F8F5F2;
	padding: 0 10px;
}
.map_btn li a {
	display: block;
	padding: 20px;
	text-align: center;
	font-size: 20px;
	color: #000;
}
.map_btn li img {
	width: 20px;
	margin-left: 20px;
	margin-bottom: 4px;
}
#access .menu_btn li .color2 {
	background-color: #AB98B6;
}
.insta_btn {
	max-width: 300px;
	margin: 0 auto 50px;
}
.txt_copy {
    /*width: 100%;*/
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
/*#copyText {
	font-weight: 400;
}*/
.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;
}
#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: 50px;
	padding: 0 15px;
}
#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%;
}
.ptb_20 {
	padding: 20px 0;
}

@media screen and (max-width: 767px) {
	.payment_logo {
		max-width: 200px;
	}
	#access .sab_title {
		margin: 0 15px 25px;
		padding: 9px;
		font-size: 14px;
	}
	#access .sab_title p {
		font-size: 14px;
		text-align: center;
	}
	.access_guide {
		margin-bottom: 40px;
	}
	.access_guide .title {
		font-size: 18px;
		margin: 0 15px;
	}
	.access_guide .guide {
		font-size: 14px;
		margin: 0 15px;
	}
	.access_guide .guide table {
		margin-bottom: 10px;
	}
	.access_guide .guide p {
		font-size: 10px;
	}
	
	#content .top_shop dl dd {
		margin-bottom: 30px;
		padding: 0 15px;
	}
	#content .top_shop .map iframe {
		padding: 0 15px;
	}
	#access .menu_btn li {
		font-size: 11px;
	}
	.map_btn_container {
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.map_btn li {
		width: calc(100% / 2 - 5px)
	}
	.map_btn li a {
		padding: 13px 0;
		font-size: 11px;
	}
	.map_btn li img {
		width: 15px;
		margin-left: 10px;
		margin-bottom: 0;
	}
	.insta_btn {
		width: 190px;
	}
}
/********************************
coupon
********************************/
#pr_coupon .cpn_title {
	max-width: 1024px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	background-color: #B6A998;
}
#pr_coupon .cpn_title h2 {
	font-size: 28px;
	color: #fff;
}
#pr_coupon .sab_title {
	width: 100%;
	padding: 50px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #F8F5F2;
}
#pr_coupon .sab_title p {
	font-size: 24px;
}
#pr_coupon .cpn_text {
	width: 100%;
    padding: 10px;
    text-align: center;
    /*margin-bottom: 15px;*/
}
#pr_coupon .cpn_text p {
	font-size: 24px;
}
.coupon_area ul li {
	text-align: center;
}
.coupon_area .number img {
	padding-left: 22px;
}
.coupon_area ul .cpn img {
	width: 100%;
}
#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;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
	width: 100%;
	background-color: #545454;
	padding: 7px 10px;
	font-size: 30px;
	font-weight: 100;
	margin: 0 auto;
	position: relative;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .open:after {
	border: none;
}

#content .top_coupon .coupon_area .coupon1 {
	width: 100%;
}
#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 .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #C00000;
	
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #C00000;
	padding: 5px 10px;
	display: block;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-top: 1px solid #fff;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal h4 {
	padding: 5px 10px;
	font-size: 1.5em;
	text-align: center;
	color: #ffffff;
}
#content .top_coupon .coupon_area .coupon_set .coupon_item .modal > p {
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	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;
}
@media screen and (min-width: 768px) {
#content .top_coupon .coupon_area .coupon1 {
		float: left;
	}
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail {
	background-color: #e8e0d8;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail > p {
	color: #a88d74;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail .type1 {
	color: #eb6453;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .detail .type2 {
	color: #eb6453;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .content .anotation {
	background-color: #a88d74;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .modal h4 {
	background-color: #a88d74;
}
#content .top_coupon .coupon_area .coupon1 .coupon_set .coupon_item .close {
	background-color: #a88d74;
}
@media screen and (min-width: 768px) {
#content .top_coupon .coupon_area .coupon2 {
		width: 49%;
		float: right;
	}
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail {
	background-color: #efe0c7;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail > p {
	color: #cea158;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail .type1 {
	color: #cea158;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .detail .type2 {
	color: #cea158;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .content .anotation {
	background-color: #cea158;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .modal h4 {
	background-color: #cea158;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .open {
	background-color: #cea158;
}
#content .top_coupon .coupon_area .coupon2 .coupon_set .coupon_item .close {
	background-color: #cea158;
}


#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: #a88d74;
}
.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%);
}

.cpn_info {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 10px;
}
.cpn_btn {
	max-width: 400px;
	background-color: #C91414;
	margin: 20px auto 60px;
	height: 50px;
}
.cpn_btn a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	#pr_coupon .cpn_title {
		margin-top: 20px;
		padding: 10px 0;
	}
	#pr_coupon .cpn_title h2 {
		font-size: 18px;
	}
	.coupon_area .number img {
		padding-left: 0;
		padding-right: 5px;
	}
	#content .top_coupon .coupon_area .coupon_set .coupon_item .open {
		font-size: 18px;
	}
	#pr_coupon .sab_title {
		margin: 0 0 15px;
    	padding: 40px;
	}
	#pr_coupon .sab_title p {
		font-size: 14px;
	}
	#pr_coupon .cpn_text{
		padding: 5px;
	}
	#pr_coupon .cpn_text p {
		font-size: 14px;
	}
	.cpn_btn {
		margin: 15px;
	}
	.cpn_btn a {
		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_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
}
footer .footer_bottom ul li {
	background-color: #C91414;
	width: 100%;
	border-right: 1px solid #fff;
}
footer .footer_bottom ul li:last-of-type {
	border-right: none;
}
footer .footer_bottom ul li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 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;
	width: 100%;
}footer .pagetop {
	right: 0;
	width: 57px;
	position: fixed;
}
.footer_bottom .footer_text {
	text-align: center;
	padding: 0 30px;
	line-height: 1.3;
}
.footer_bottom .footer_text span {
	font-size: 14px;
}
.pagetop:hover {
	opacity: 0.5;
	transition: all 1s;
}
@media screen and (max-width: 767px) {
	footer .footer_bottom ul li a span {
		font-size: 30px;
		line-height: 1.2;
	}
	footer .footer_bottom ul li a span img {
		height: 30px;
		width: 30px;
		/*padding-bottom: 5px;*/
	}
	.footer_bottom .footer_text {
		font-size: 12px;
		padding: 0 10px;
	}
	.footer_bottom .footer_text span {
		font-size: 10px;
	}
	footer .footer_bottom ul li a {
		font-size: 15px;
	}
	footer .pagetop {
		width: 37px;
		display: none;
		position: fixed;
		z-index: 99;
	}
}

/********************************
street view
********************************/

.street_view_box {
	margin: 15px 15px 0;
}

.street_view {
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

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

/********************************
modal_thumbnail


.modal_thumbnail {}

.box .modal_thumbnail img {
	max-width: 220px;
	max-height: 220px;
	object-fit: cover; 
}

.modal_thumbnail img {
	width: 150px;
	height: 150px;
	object-fit: cover; 
}

.sample {
	width: 140px;
	height: 140px;
	object-fit: cover;
	overflow: hidden;
}
********************************/

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

.mt_50 {
	margin-top: 50px;
}
/*#pr_ac_1, #pr_ac_2, #pr_ac_3, #pr_ac_4 {
	padding-top: 70px;
	margin-top: -70px;
}*/
#pr_arank, #pr_brank, #pr_crank, #pr_drank {
	padding-top: 80px;
	margin-top: -80px;
}

/*@media screen and (max-width: 767px) {
	#pr_ac_1, #pr_ac_2, #pr_ac_3, #pr_ac_4 {
		padding-top: 100px;
		margin-top: -100px;
	}
}*/