/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

/*-------------------- pankuzu */
#pankuzu ul {
	overflow: auto;
	padding: 0;
	_zoom: 1;
}
#pankuzu li {
	float: left;
	list-style: none;
}
#pankuzu li+li:before {
	margin: 0 8px;
	content: '>';
}

/*-------------------- often used */
h1,h2,h3,h4{
	font-weight: 400;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}



a {
	text-decoration: none !important;
}
p,
li,
dt,
dd {
	text-align: inherit;
	text-justify: inherit;
}
p{
	font-weight: 400;
}
hr {
border-width:
1px 0 0 0; /*線の太さの指定*/
border-style:solid;
/*線の種類の指定*/
border-color:#001247; /*線の色の指定*/
}

.button{
	border-radius: 10px;
}
/*-------------------- frame */
#container {
	font-family: "Noto Serif JP", serif,'Noto Sans JP', sans-serif, "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7;
	clear: both;
	zoom: 1;
	width: 100%;
	margin: 0 auto;
	color: #1B0909;
}
.wrapper {
	position: relative;
	clear: both;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
.box {
	position: relative;
	clear: both;
	overflow: hidden;
}
.sp,
.sp_text {
	display: none;
}
/*-------------------- intro */
.intro {
	background-color: rgba(17,34,80,1.00);
    background: url("../img/clubloungeview.png");
    background-size: cover;           
    background-repeat: no-repeat;        
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.newspaper_mark {
    position: absolute;
    top: 12em;
    right: 20%;
}

.newspaper_mark img {
    width: 190px;
    height: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.br-sp { display: none; }
.br-pc {  display: block;}
/*-------------------- break */
.break {
	background-color: #112250;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.break img{
	 padding-top: 20px;
	 margin: auto;
     display: block;
	 width: 216px;
}
.break h2{
	color: white;
	text-align: center;
	padding: 10px 0px 30px;
}

.break h4{
	width: 1000px;
	color: white;
	margin: auto;
    display: block;
	padding-bottom: 30px;
}

/*-------------------- points */

.points{
	background-color: whitesmoke;
	background: url("../img/marblestone.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* タイトル部分 */
.points_title{
	display:flex;
	justify-content: center;
	padding: 60px 0px 60px;
}
.points_title h2{
	margin-top: -10px;
}

.points_title span{
	font-size: 48px;
}

.diamond {
  width: 15px;
  height: 15px;
  background: black;
  transform: rotate(45deg);
}
.points .diamond {
  margin:30px;
}

/* 内容 */
.point_container {
    max-width: 1000px;
    margin: 0 auto; /* 中央揃え */
	padding-bottom: 60px;
}

.point_container h4{
	border-bottom: 1px solid #000;
	display: inline-block;
}

.point01,.point02{
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 垂直方向の中央揃え */
	margin: 10px 0px;
}

.point-box01,.point-box02{
    display: flex; /* Flexboxコンテナにする */
    align-items: center; /* 垂直方向の中央揃え */
}
.point_container p{
	font-size: 14px;
}
.point_container h5{
	font-size: 82px;
	font-weight: 300;
	text-align: center;
	font-style: italic;
	color: rgba(202,202,202,1.00);
	margin: 10px;
}
.pointtext{
	margin-left: 10px;
}

.point-box01{
	margin-left: 10px;
}
.point-box02{
	margin-right: 10px;
}

/*-------------------- room */
.room {
	background-color: #E1C58E;
}

 /* タイトル部分 */

.room h5 {
	padding-top: 40px;
	text-align: center;
}
.room h2{
	margin-top: 0px;
}
.room h3{
	padding-top: 50px;
	font-size: 28px;
}
.room .diamond {
  margin:15px;
}
.room_title{
	display:flex;
	justify-content: center;
}


.tab{
	max-width: 1000px;
    margin: 0 auto; /* 中央揃え */
}
 /* タブ部分 */
.tab {
    display: flex;
    flex-wrap: wrap;
    background-color: #E1C58E;
    padding-bottom: 100px;
	padding-top: 15px;
    overflow: hidden;
}

.tab-item {
    display: none;
}

.tab-item+label {
    flex: 1;
    order: -1;
    cursor: pointer;
    padding: 1rem .5em;
    margin-bottom: 1rem;
    border-bottom: 7px solid rgba(156,137,104,1.00);
    color:rgba(156,137,104,1.00);
    white-space: nowrap;
    text-align: center;
}

.tab-content {
    width: 100%;
    display: none;
    overflow: hidden;
    color: #555;
    line-height: 3;
}


.tab-item:checked+label {
    border-bottom: 7px solid black;
    color: black;
    transition: .5s ease-in-out;
}

.tab-item:checked+label+.tab-content {
    display: block;
    color: #333;
}

 /* タブ中写真部分 */
.roomimg-box{
	display: flex;
	column-gap: 10px;
	justify-content: center;
	
}

.roomimg-box img{
	width: 50vw;
	height: 300px;
   object-fit: cover; 
}
.tab-content .button{
	color: white;
	text-align: center;
	font-size: 16px;
	background: linear-gradient(to bottom,#216FAF,#112250,#330000);
}
.tab-content .button:hover{
    background:linear-gradient(to top,#216FAF,#112250,#330000);
}
.tab p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 1.7;
	margin: 40px 0px 60px 0px;
}
.tab-content span{
	color: red;
	background: linear-gradient(transparent 0%, white 50%);
}

.newspaper {
    background: white;
    padding: 1em 4em;
    margin-bottom: 40px;
	line-height: 1.8;
}

.newspaper-title{
    text-align: center;
	font-weight: 600;
	font-size: 21px;
	padding:1em 0;
	font-family:'Noto Sans JP';
}

ul.tour-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.tour-list dt {
    margin-bottom: .5em;
    border-bottom: 1px dotted #aaa;
    font-size: 1.6rem;
	font-family:'Noto Sans JP';
}
ul.tour-list dt span{
    color: black;
    font-size: 1.8rem;
}

ul.tour-list li {
    width: 45%;
}

ul.tour-list dd {
    font-size: 14px;
    text-decoration: none;
	font-family:'Noto Sans JP';
}

ul.tour-list dd span.price {
    color: red;
	 font-size: 18px;
}

.button a {
	font-family:'Noto Sans JP';
    display: block;
	color: white;
    padding: 0.6em;
	margin: 2em 0 0;
}
/*-------------------- explanation */

.explanation h2{
	padding: 40px 0px;
}
.clubrounge-title span{
	font-size: 24px;
}
.clubrounge-title span::before {
content:”――”;
/*letter-spacing: -.2em;*/
width: 2em;
/*margin-right: .5em;*/
}
.explanation h4 span{
	font-weight: 700;
	background: linear-gradient(transparent 70%, red 50%);
}
.explanation .diamond {
  background-color: white;
  margin:55px 20px;
}
.clubrounge-title{
	display:flex;
	justify-content: center;
}

.explanation{
	color: white;
	background-color: #32537C;
}

.explanation h4{
	width: 1000px;
	font-family:'Noto Sans JP';
	margin: auto;
    display: block;
	padding-bottom: 30px;
}
/*-------------------- explanation */
/*-------------------- schedule */
.schedule{
	background-color: #C0DDED;
	padding-bottom: 20px;
}
.schedule h4 span{
	font-size: 14px;
}

.schedule-sub{
	padding: 40px 0;
	display: flex;
	justify-content: center;
}

.schedule-sub h3{
	font-size: 21px;
	text-align: center;
	border: solid 2px white;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px white;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 7px;        /* 外側の線と内側の線の空き具合を調整*/
	padding: 0 20px;
}
li.content{
width: calc(100% / 5 - 1%);
height: auto;
text-align: center;
}
ul.rounge-contents h4{
text-align: center; /* 文字の中央寄せ */
margin-top: 20px;
}
ul.rounge-contents dl {
text-align: center; /* 文字の中央寄せ */
margin-top: 30px;
}
ul.rounge-contents dd.sche_ttl{
position: relative;
margin-top: 30px;
}
ul.rounge-contents dd.time{
padding-top: 30px;
font-size: 115%;
}
ul.rounge-contents dd.sche_ttl::before {
background-color: #fff; /* 線の色 */
border-radius: 5px; /* 線の両端を丸く */
bottom: -10px; /* 線の位置 */
content: "";
height: 2px; /* 線の高さ */
left: 50%; /* 線の中央寄せ */
position: absolute;
transform: translateX(-50%); /* 線の中央寄せ */
width: 65%; /* 線の長さ */
}
ul.rounge-contents{
width: 1100px;
margin: 0 auto;
display: flex;
justify-content: center;
}
/*-------------------- schedule */
/*-------------------- modelcourse*/
.modelcourse{
	background-color: #E0C58E;
	background: url("../img/bgpattern.png");
	background-size: contain;
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
    padding-top: 50px;
	
}

/*おおきな範囲*/
.mc-contents{
	width: 1160px;
	margin: auto;
}

/*タイトルのとこ*/
.mc-title{
	background-color: #E0C58E;
	padding: 10px 0px 0px 0px;
	display:flex;
	justify-content: center;
}

.mc-text-top{
	display:flex;
}

.mc-text-top span{
	background-color:rgba(194,153,107,1.00); 
	color: white;
	margin: 0px 10px;
}

.mc-text{
	margin: 30px 0px;
}
.mc-text h2 span{
	font-size: 48px;
	padding-left: 0px;
}

.mc-img{
	width: 180px;
}

/*三角を作ろう*/
.triangle {
  background:  #E0C58E;
  height: calc(200px / 2);
  width: 200px;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  transform: rotate(180deg);
  margin: auto;

}
/*三角の上の文字*/
.day{
	 transform: rotate(180deg);
	  text-align: center;
	padding-bottom: 40px;  
}

.day span{
	font-size: 32px;
}

/*デイ1、2、3背景は白に*/
.day1,.day2,.day3{
     background-color: white;
	margin-bottom: 40px;
}

.daybox{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.mc-left{
	width: 100%;
	display: flex;
	margin-left: -15px;
	margin-right: 0px;
}

.left-text p{
	margin-left: 10px;
}

.mc-right{
	width: 100%;
	display: flex;
	justify-content:flex-end;
	margin-left: -330px;
}
.right-text p{
	margin-right: 10px;
}
.right-text{
	text-align: right;
	display:flex;
  flex-flow: column;
	 justify-content:flex-end;
}



.day1{
	position:relative;
}

.day2{
	position:relative;
}

.day3{
	position:relative;
}

.modelcourse h4 {
  border-bottom: 2px solid rgba(50,83,124,1.00); /* 線太さ、種類（solid：実線）、色 */
	font-size: 18px;
}
.daybox span{
	font-size: 14px;
}

.mc-contents h5{
	font-family:'Noto Sans JP';
	font-size: 12px;
	color: white;
	background-color: rgba(50,83,124,1.00);
	font-weight:400;
	padding: 10px 25px;
	position: absolute; 
}

.daybox{
	height: 360px;
}

/*青い吹き出しとイラストの位置を決めよう*/
.box01{
 top:320px;
 left:170px;
}
.box02{
 top:470px;
 right:100px;
}
.box03{
 top:1160px;
 left:170px;
}
.box04{
 top:1200px;
 right:380px;
}
.box05{
 top:140px;
 left:80px;
}
.box06{
 top:470px;
 right:40px;
}
.box07{
 top:800px;
 left:100px;
}
.box08{
 top:1020px;
 left:280px;
}
.box09{
 top:1570px;
 left:170px;
}
.box10{
 top:1730px;
 right:150px;
}
.box11{
 top:320px;
 left:420px;
}
.box12{
 top:590px;
 left:20px;
}
.box13{
 top:700px;
 right:300px;
}
.box14{
 top:980px;
 left:250px;
}
.box15{
 top:1020px;
 right:100px;
}

.illust01{
	position: absolute; 
	top:400px;
   left:60px;
   width: 130px;
}
.illust02{
	position: absolute; 
	top:900px;
   right:130px;
   width: 140px;
}
.illust03{
	position: absolute; 
	top:800px;
   right:240px;
   width: 130px;
}
.illust04{
	position: absolute; 
	top:1200px;
   right:80px;
   width: 160px;
}
.illust05{
	position: absolute; 
	top:350px;
  left:80px;
   width: 130px;
}
.illust06{
	position: absolute; 
	top:800px;
   right:80px;
   width: 160px;
}

/*最後の注意書き*/
.modelcourse .notice{
	display: flex;
	justify-content: center;
	padding-bottom: 60px;
}
.notice h3{
	font-size: 16px;
	background-color: white;
	padding:10px 30px;
	text-align: center;
}


/*-------------------- bar*/

.bar{background-color: #e1c58e;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding: 0;
}

.bar_item{
	background-color: #40674A;
	padding: 20px 0;
}

.bar-image {
   width: 50vw;
   min-height: 632px; 
   object-fit: cover; /* アスペクト比を保ったまま表示 */
}

.bar h2{
	border: solid 0px white;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 1.5px white;    /* 外側の線になる一本線の枠線をひく*/
	outline-offset: 7px;        /* 外側の線と内側の線の空き具合を調整*/
	padding: 0 15px;  
	background-color: white;
}

.bar-text{
	font-family:'Noto Sans JP';
	font-weight: 300;
	 align-items: center;
	text-align: center;
	margin: 0 60px 0 10%;
}

.bangai{
	margin-top: 30px;
	display: flex;
	justify-content:center;
}

.bar-title,.bar-detail{
	color: white;
}

.bar-title,.offer-title{
	margin: 20px 10px;
}

.bar-detail{
	margin: 0 15px;
}
.bar-detail,.offer-detail{
	margin-bottom: 20px;
	text-align: left;
}
.offer{
	padding: 15px 30px 20px 30px;
	
	background-color: #E0C58E;
	position:relative;
}

.offer .button{
	padding: 15px 0px;
	margin:0 30%;
	font-size: 18px;
	background: linear-gradient(to bottom, rgb(64,102,73),rgb(37,37,75));
	color: white;
}
.offer .button:hover{
    background:linear-gradient(to top, rgb(64,102,73),rgb(37,37,75));
}
.cocktail-illust{
	position:absolute;
	top:50%;
    left:75%;
}
 
.offer .notice{
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
}

/*-------------------- recommendation-videos */
.recommendation h5,.videos h5{
	padding-top: 10px;
	text-align: center;
}


.recommendation .diamond,.videos .diamond {
  margin:15px;
}
.content_title{
	display:flex;
	justify-content: center;
	margin-bottom: 80px;
}


.recommendation,.videos{
	padding: 1.5em 0 4em;
	background: linear-gradient(to bottom, #e1c58e, #f9f3e9, #ffffff);
}
.video{
	width: 100%;
}
.ul_style_C{
	display: flex;
	justify-content: center;
	column-gap: 20px;
}
.recommendation img{
	
}
.recommendation img:hover{
	opacity: .8;
}
/*--------------------videos */
.responsive {
width: 100%;
aspect-ratio: 16/9;
}


.notice_img{
	background-color: #e1c58e;
	padding: 40px 0 50px;
	display: flex;
    justify-content: center;
}

/*-------------------- Call Center */
.callcenter {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	padding: 2em 0;
	color: #fff;
	background: url("../img/bg03.webp") no-repeat center top #3d3d3d;
	background-size: cover;
	
}
.callcenter ul.phone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.callcenter h2 {
	font-size: 2.4rem;
	text-align: left;
	font-weight: normal;
	
}
.callcenter h2 a{
	color: #fff;
	text-decoration:none;
}
.callcenter h3 {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
}
.callcenter h4 span{
	background-color: white;
	color: black;
	padding: 0px 7px;
	margin-right: 5px;
	font-weight: bold;
}
.callcenter h4{
	font-size: 16px;
	font-weight: normal;
}
.callcenter ul p{
	font-size: 14px;
	margin-bottom: .3em;
}
.phone{
	margin-top: 30px;
}
.phone h3 a{
	color: #fff;
}

/*-------------------- page-top */
#page-top {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
	
#page-top img{
	/*width: 100%;*/
	aspect-ratio: 3 / 2;
	object-fit: cover;
}	
#page-top a {
	display: block;
	width: 90px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #ddd;
}
#page-top a:hover {
	text-decoration: none;
	background: #a5a5a5;
}
