@charset "utf-8";
/* CSS Document */

:root{
  --color-white:#fff;
  --color-black:#000;
  --color-72762c:#72762c;
  --color-c57a15:#c57a15;
  --color-f0eadb:#f0eadb;
  --color-402300:#402300;
  --color-335719:#335719;
  --color-C6574A: #C6574A;
  --color-f0f0f0: #f0f0f0;
  --color-3F3557: #3F3557;
  --font-Cantata_One: 'Cantata One', serif;
}

* {
	margin: 0;
	box-sizing: border-box;
}

body,p,ul,ol,li,h1,h2,h3,h4,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
ul li,ol li {
	list-style: none;
}

img {
	width: 100%;
    height: auto;
	border-style: none;
}

a {
	display: block;
    width: 100%;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {color: inherit;}
a:hover { opacity: 0.7; text-decoration: none; }

body {
	font-family:"Meiryo","メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","sans-serif";
	font-size: 14px;
	line-height: 1.4;
	color: var(--color-402300);
}

body a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	font-size: 14px;
}

@media screen and (max-width: 768px) {
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none!important;
  }
}

@media screen and (min-width: 769px) {
  .pc_none{
    display: none!important;
  }
  .sp_none{
    display: block;
  }
}

a.link01 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    color: var(--color-white);
    background-color: var(--color-3F3557);
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}

a.link01::before, a.link02::before {
    position: absolute;
    top: calc(50% - 5px);
    right: 4%;
    content: "";
    height: 0;
    width: 0;
    transform: rotate(-90deg);
    border: 5px solid;
    border-color: transparent;
    border-top-color: var(--color-white);
    z-index: 10;
}

a.link02 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    color: var(--color-white);
    background-color: var(--color-335719);
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
}

h1 {
	color: var(--color-335719);
	font-size: 40px;
	text-align: center;
}

h2 {
	color: var(--color-72762c);
	font-size: 24px;
	text-align: center;
}

.txt_center {
	text-align: center;
}

.hidden {
	visibility: hidden;
}

section:nth-child(odd) {
	background: var(--color-f0f0f0);
}

.inner {
	width: 1098px;
	margin: 0 auto;
}

.desc {
	margin-bottom: 30px;
}

.inner_wh_box {
	width: 80%;
    margin: 60px auto 0;
	padding: 40px 30px;
	background-color: var(--color-white);
}

.logo_header {
    margin-bottom: 40px;
}

.media_375 {
	display: none;
}

@media (max-width: 375px) {
	.media_375 {
		display: block;
	}
}

#nav{
	position: fixed;
	display: grid;
    justify-content: center;
	width: 16%;
	height: 100vh;
	z-index:9999;
	background-color: var(--color-white);
	padding: 60px 2% 40px;
}

.nav_list {
	display: grid;
	justify-content: center;
	gap: 30px;
	margin-bottom: 60px;
}

.nav_list li {
	color: var(--color-402300);
	font-size: 20px;
	font-weight: bold;;
	text-align: center;
}

.nav_list li a {
	color: var(--color-402300);
}

.sns_list, .head_sns_list {
    display: grid;
    justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(30px, auto));
    gap: 20px;
}

.head_sns_list li [class^="icon-"] {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: var(--color-white);
    background: var(--color-335719);
}


#nav ul li.icon_01{
	padding-left:calc( 50% - 28px );
	padding-top:30px;
	text-align:left;
}

#nav ul li.icon_02{
	float:left;
	padding-left:13px;
	padding-top:35px;
	text-align:left;
}

#nav ul li.lang{
	width:106px;
	float:left;
	text-align:center;
	margin-top:45px;
}

.payment_img_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.payment_img_list li {
    margin-right: 10px;
}

.payment_img_list li img {
    object-fit: contain;
    max-height: 100%;
    width: 47px;
}

.payment_img_list li img.payment_item_mini {
    max-height: 27px;
}

.link01.inquiry_link{
	background: var(--color-335719);
	margin-top: 20px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 28px;
	}

	.inner {
		width: 100%;
	}

	.inner_wh_box {
		width: 100%;
		padding: 30px;
	}

	.fixed_nav {
		position: fixed;
		top: 0;
		display: grid;
		grid-template-columns: 200px max-content;
		justify-content: space-between;
		width: 100%;
		z-index: 10001;
		padding: 10px;
		background: rgb(244 244 244 / 0.7)
	}

	.header_logo_link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 100%;
	}

	.fixed_nav .logo_img {
		width: 140px;
	}

	.fixed_nav_list {
		display: grid;
		grid-template-columns: repeat(2, 54px);
		place-content: flex-end;
	}

	.fixed_nav_list li.nav_resv a,
	.fixed_nav_list li.nav_menu {
		display: grid;
		justify-content: center;
		align-items: center;
		height: 54px;
		color: var(--color-335719);
	}

	.fixed_nav_list li [class^="icon-"] {
		margin-right: 0;
		font-size: 28px;
		text-align: center;
	}

	.fixed_nav_list li.nav_menu [class^="icon-"] {
		font-size: 36px;
	}

	.fixed_nav_list li.nav_menu .icon-cancel {
		display: none;
	}

	.fixed_nav_list li.nav_menu.opened .icon-cancel {
		display: block;
	}

	.fixed_nav_list li.nav_menu.opened .icon-menu {
		display: none;
	}

	.fixed_nav_list li p {
		font-size: 10px;
		text-align: center;
	}

	.fixed_nav_list li.nav_menu p {
		margin-top: -8px;
	}

	#sp_menu {
		display: none;
		position: fixed;
		content: '';
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: 100vh;
		overflow: scroll;
		background-color: var(--color-f0eadb);
		padding: 20px 20px 90px;
	}

	#sp_menu .head_logo_bx {
		width: auto;
	}

	#sp_menu .header_logo_link {
		display: block;
		margin: 0 auto;
	}

	.head_menu_bx {
		display: grid;
        gap: 30px;
		margin-top: 20%;
	}

	.sp_menu_list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.sp_menu_list li:not(:last-of-type) {
		margin-bottom: 40px;
	}

	#nav {
		display: none;
	}
}

#wrapper{
}

#contents{
	margin-left: 16%;
}

/* 共通 */
.bx_ttl {
	margin-bottom: 40px;
}

.box_wrap {
	display: grid;
	gap: 80px;
}

.cont {
	padding: 80px 0;
}

.box_wrap .box img {
	height: 500px;
	object-fit: cover;
}

h2 {
	text-align: center;
}

.ttl_card {
	margin-bottom: 40px;
	color: #335719;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.ttl_card span {
	font-size: 16px;
}

.card_txt {
	line-height: 2;
}

@media (max-width: 768px) {
	#contents{
		margin-left: 0;
	}

	.bx_ttl {
		margin-bottom: 30px;
	}

	.cont {
		padding: 40px 20px 60px;
	}

	.box {
		grid-template-columns: auto;
	}

	.box_wrap .box img {
		height: auto;
	}

	.ttl_card {
		margin-bottom: 0;
		font-size: 22px;
		text-align: center;
	}
}

/* mv */
section.mv {
	background: var(--color-white);
}

.mv h1 span {
	font-size: 14px;
}

@media (max-width: 768px) {
	.ttl_card span {
		display: inline-block;
	}
}

/* concept */
section:nth-child(even) .cont .box,
section:nth-child(odd) .cont:not(:has(.bali_slider)) .box:nth-child(even) {
	display: grid;
	grid-template: "card_ttl card_img" 68px
					"card_txt card_img" 432px
					/ 1fr 1fr;
	justify-content: center;
	gap: 20px 30px;
	padding-left: 30px;
}
section:nth-child(even) .cont .box:nth-child(odd),
section:nth-child(odd) .cont:not(:has(.bali_slider)) .box {
	display: grid;
	grid-template: "card_img card_ttl" 68px
					"card_img card_txt" 432px
					/ 1fr 1fr;
	justify-content: center;
	gap: 20px 30px;
}

.box .ttl_card {
	grid-area: card_ttl;
}

.box .ttl_txt {
	grid-area: card_txt;
}

.box .card_img {
	grid-area: card_img;
}

@media (max-width: 768px) {
	section:nth-child(even) .cont .box,
	section:nth-child(odd) .cont:not(:has(.bali_slider)) .box:nth-child(even),
	section:nth-child(even) .cont .box:nth-child(odd),
	section:nth-child(odd) .cont:not(:has(.bali_slider)) .box {
		display: grid;
		grid-template: "card_ttl"
						"card_img" 1fr
						"card_txt" auto
						/ 1fr;
		column-gap: 20px;
		padding-left: 0;
	}
}

/* room */
.cont .bali_slider .slick-initialized .slick-slide {
	display: inherit;
}

.cont .bali_slider .box {
	display: grid;
	grid-template: "card_img card_ttl" 36px
					"card_img card_txt" fit-content(100px)
					"card_img tbl_room" 130px
					/ 1fr 1fr;
	justify-content: center;
	gap: 20px 30px;
}

.cont .bali_slider .box:nth-child(2n) {
	display: grid;
	grid-template: "card_ttl card_img" 36px
					"card_txt card_img" fit-content(100px)
					"tbl_room card_img" 130px
					/ 1fr 1fr;
	justify-content: center;
	gap: 20px 30px;
}

.cont .bali_slider .box .ttl_card {
	grid-area: card_ttl;
}

.cont .bali_slider .box:nth-child(2n) .ttl_card,
.cont .bali_slider .box:nth-child(2n) .card_txt {
	padding-left: 30px;
}

.tbl_room {
	grid-area: tbl_room;
	margin-right: 30px;
	padding: 20px 10px;
	background: #fff;
}

.cont .bali_slider .box:nth-child(2n) .tbl_room {
	margin-right: 0;
	margin-left: 30px;
}

.tbl_room table {
	width: 100%;
	
}

.tbl_room table th {
	padding: 5px;
	text-align: right;
}

.bali_slider .slick-dots {
	bottom: -45px;
}

.room_amenity_bx {
	margin: 80px 0 0;
}

.room_amenity_bx .ttl_card {
	text-align: center;
}

.room_amenity_bx ul {
	padding: 30px 60px;
    background: var(--color-white);
	display: flex;
	flex-wrap: wrap;
}

.room_amenity_bx ul li {
	position: relative;
}

.room_amenity_bx ul li:not(:last-of-type):after {
	position: relative;
	content: "/";
	display: inline-block;
	width: 1em;
	height: 1em;
	padding-left: 0.5em;
}

@media (max-width: 768px) {
	.cont .bali_slider .box,
	.cont .bali_slider .box:nth-child(2n) {
		grid-template: "card_ttl" 32px
					"card_img"
					"card_txt" 234px
					"tbl_room" fit-content(300px)
					/ 1fr;
	/* grid-template-rows: subgrid;
		grid-row: span 4; */
	}

	.cont .bali_slider .box:nth-child(2n) .ttl_card,
	.cont .bali_slider .box:nth-child(2n) .card_txt {
		padding-left: 0;
	}

	.bali_slider .slick-list {
		display: grid;
	}

	.bali_slider .slick-slide {
		/* display: grid;
		grid-template-rows: subgrid;
		grid-row: span 4; */
	}

	.cont .bali_slider .box .ttl_card {
		margin-bottom : 0;
	}

	.cont .bali_slider .box .tbl_room,
	.cont .bali_slider .box:nth-child(2n) .tbl_room {
		margin-right: 4px;
		margin-left: 4px;
	}

	.room_amenity_bx .ttl_card {
		margin-bottom: 20px;
	}

	.room_amenity_bx ul {
		padding: 30px;
	}
}

@media (max-width: 375px) {
		.cont .bali_slider .box,
	.cont .bali_slider .box:nth-child(2n) {
		grid-template: "card_ttl" 32px
					"card_img"
					"card_txt" 264px
					"tbl_room" fit-content(300px)
					/ 1fr;
	}
}

/* visit us */
.access_nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(auto, 260px));
    grid-template-rows: repeat(2, 1fr);
	justify-content: center;
    gap: 20px 40px;
	margin-bottom: 40px;
}

.access_nav li a {
    position: relative;
    display: grid;
    justify-content: center;
    padding: 10px 6px 26px;
    border: 1px solid var(--color-335719);
	color: var(--color-335719);
    background: var(--color-white);
	text-align: center;
}

.access_nav li a:after {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%) rotate(45deg);
    content: "";
    width: 1em;
    height: 1em;
    border-right: 1px solid var(--color-335719);
    border-bottom: 1px solid var(--color-335719);
}

#visit_us iframe {
	width: 100%;
}

.item_01 .link_ct {
    display: grid;
	grid-template-columns: repeat(2, minmax(auto, 340px));
	justify-content: center;
	margin: 20px 0 30px;
    gap: 40px;
}

.shop_info_table {
    width: 100%;
    border: 1px solid var(--color-402300);
    background: var(--color-white);
}

.shop_info_table tr {
    border-bottom: 1px solid var(--color-402300);
}

.shop_info_table tr th {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid var(--color-402300);
    color: var(--color-335719);
    font-size: 16px;
    min-width: 143px;
}

.shop_info_table tr td {
    padding: 15px;
    font-size: 16px;
    line-height: 2;
}

.shop_info_table tr td a {
    color: var(--color-72762c);
    text-decoration: underline;
}

@media (max-width: 768px) {
	.access_nav {
		grid-template-columns: repeat(2, minmax(146px, 1fr));
		gap: 20px;
	}

	.access_nav li {
		display: grid;
	}

	.access_nav li a {
		grid-template-rows: subgrid;
		align-items: center;
	}

	.item_01 .link_ct {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.shop_info_table tr th {
		min-width: 110px;
		font-size: 14px;
	}
}

/* route if coming by train */
.bx_route-airplane {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 10px;
}

.name_airport {
    margin-bottom: 20px;
    color: var(--color-402300);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.bx_route-airplane ul {
	grid-template-rows: repeat(6, 1fr);
}

.bx_route-airplane ul li {
	display: grid;
	align-items: center;
    padding: 20px;
    border-radius: 6px;
}

li.station:first-child {
    min-height: auto;
    background: var(--color-3F3557);
}

.bx_route-airplane li.line,
.bx_route-airplane li.walking {
    margin-left: 10px;
    border-left: 2px solid var(--color-402300);
    border-radius: 0;
    color: var(--color-402300);
}

li.station {
    position: relative;
    display: grid;
    align-items: center;
    height: fit-content;
    padding-left: 30px;
    background: var(--color-72762c);
    color: var(--color-white);
}

.bx_route-airplane li.walking {
    border-left: 2px dotted var(--color-402300);
}

.starting_point,
.destination {
    grid-column: 1 / 3;
    display: grid;
    align-items: center;
    height: 60px;
    padding: 14px;
    border-radius: 6px;
    background: var(--color-335719);
    color: var(--color-white);
    text-align: center;
}

.starting_point {
	background: var(--color-3F3557);
}

@media (max-width: 768px) {
	.bx_route-airplane ul li:first-of-type {
		min-height: 78px;
		padding: 10px;
	}
}

/* Route if coming by car */
#car .link_ct .link02 {
	width: 360px;
}

@media (max-width: 768px) {
	#car .link_ct .link02 {
		width: 100%;
	}
}

/* Recommended route for those with large luggage */
.bx_route {
    margin: 60px 0;
	padding: 30px;
    background: #F0F0F0;
}

.bx_route h3 {
	margin-bottom: 20px;
    color: var(--color-402300);
    font-size: 18px;
	font-weight: bold;
    text-align: center;
}

.bx_route-detail {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media (max-width: 768px) {
	.bx_route {
		margin: 0 0 60px;
		padding: 30px 20px;
	}

	.bx_route-detail {
		grid-template-columns: 1fr;
	}
}

/* footer */
#footer{
	width: 100%;
	text-align: center;
	font-size: 12px;
	padding: 80px 0;
	background:var(--color-335719);
	color: var(--color-white)
}

#footer img {
	width: 300px;
}

.txt_to_top {
	display: block;
	margin: 40px 0 60px;
	font-size: 18px;
	font-weight: bold;
}

/* ---------------------------------------------------------
pagetop
----------------------------------------------------------*/

#pagetop{
	width: 50px;
	height: 50px;
	background: #fff;  
	/*background: #E3E6E6; */
	position:fixed;
	bottom:20px;
	right:10px;
	/*right: 73px; 本番用*/
	z-index: 9999;
	border-radius: 0.25em;
	border: 1px solid #F5F4EF;
	/*box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);*/
}
#pagetop p{
	position:relative;
	width:50px;
	height:50px;
	box-sizing: border-box;
	/*font-size: 2.0rem;*/
	text-align:center;
}
#pagetop p a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*text-indent:-999px;*/
}
#pagetop p i{
	padding: 0 0 0 0px;
    font-size: 40px;
	line-height: 1.1;
	color: #335719;
}
