@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #fff;
    text-decoration-line: none;
}
a:hover {
    color: #E7BEE5;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;

}
.contact-button {
	padding: 1rem;
	border: 2px solid #000;
}


#wrap_main {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* slider関連 */
.main_slider {
    width: 100%;
    padding: 0;
    margin: 0;
}

.main_slider .image {
    width: 100%;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.maincopy .img{
    width: 100%;
    padding: 0 20% 0 20%;
}
/* menu関連 */
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #2E062A;    
}
nav a {
    padding: 0.5rem;
}



/*開閉ボタン*/
#toggle {
  display: none; /* チェックボックスを非表示にする */
}

.content {
  display: none; /* 初期状態ではコンテンツを非表示にする */
  padding: 10px;
  
}

#toggle:checked ~ .content {
  display: block; /* チェックボックスがチェックされたらコンテンツを表示する */
}
#toggle:checked + label {
  display: none;
}


#saler {
  display: none; /* チェックボックスを非表示にする */
}

.content {
  display: none; /* 初期状態ではコンテンツを非表示にする */
  padding: 10px;
  
}

#saler:checked ~ .content {
  display: block; /* チェックボックスがチェックされたらコンテンツを表示する */
}
#saler:checked + label {
  display: none;
}

#china {
  display: none; /* チェックボックスを非表示にする */
}

.content {
  display: none; /* 初期状態ではコンテンツを非表示にする */
  padding: 10px;
  
}

#china:checked ~ .content {
  display: block; /* チェックボックスがチェックされたらコンテンツを表示する */
}
#china:checked + label {
  display: none;
}



#made {
  display: none; /* チェックボックスを非表示にする */
}

.content {
  display: none; /* 初期状態ではコンテンツを非表示にする */
  padding: 10px;
  
}

#made:checked ~ .content {
  display: block; /* チェックボックスがチェックされたらコンテンツを表示する */
}
#made:checked + label {
  display: none;
}

#rann {
  display: none; /* チェックボックスを非表示にする */
}

.content {
  display: none; /* 初期状態ではコンテンツを非表示にする */
  padding: 10px;
  
}

#rann:checked ~ .content {
  display: block; /* チェックボックスがチェックされたらコンテンツを表示する */
}
#rann:checked + label {
  display: none;
}
/*開閉ボタン*/



@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi { 
	display: block !important; 
	
}
	
.pc { display: block!important; }
.sp { display: none !important; }



}

.header_pc {
    display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    width: 100%;
	flex: 0 0 100%;
    max-width: 100%;
	position: absolute;/*絶対配置*/
    z-index: 2;
}


/*メイン画像
-------------------------------------*/
.mainimg{
	position: relative;
}
.mainimg p {
	position: absolute;/*絶対配置*/
	bottom: 25px;
    right: 25px;
	margin:0;
    padding:0;
}

.mainimg img {
    width: 100vw;
	vertical-align: bottom;
}

.subimg {
	display: flex;
	float: right;
	margin-right: 1%;
	

}
.top_address{
	margin: 1%;
	height: auto;
    font-size-adjust: auto;
}
.sns {
	width: 50px;
	margin: 5%;
}

.copy_col_wrap {
    width: 100%;
    height: auto;
    background-image:url("../img/kirakira.jpg");
    background-size: 100%;
    text-align: center;
    padding: 3% 0;
}

/*youtube背景画像のcss*/
.youtube_link {
    background-image:url("../img/kirakira.jpg");
    background-size: 100%;
    text-align: center;
    padding: 3px 0 3%;
}

.maincopy {
    width: 100%;
    height: auto;
    padding: 5% 0;
}


/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0;
    text-align: center;
}
section {
	margin: 0;
	padding: 5rem 0;
}
.navy-back {
	background-color: #081C26;
}

/*文字の類
-------------------------------------*/
.catch {
    text-align: center;
	margin-bottom: 5vw;
	margin-top: 10vw;
}
.catch h2 {
    padding-bottom: 1rem;
}

.zyosikai {
    text-align: center;
	margin: 5vw 0;
}
/*moreのところ
-------------------------------------*/

.more {
	width: 50%;
	background-color: #023D4A;
	font-size: 3rem;
	padding: 7 0px;
	margin: auto;
}




/*金の線
-------------------------------------*/

hr.bar1{
	position: relative;
	height: 3px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#F5C300 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#F5C300 50%,transparent 100%);

}


.center {
	text-align: center;
	margin-bottom: 1rem;
	overflow: auto;
}

.center_y {
	text-align: center;
	padding-top: 1rem;
	overflow: auto;
	background-color: #413801;
}

/*ニュースcampaign
-------------------------------------*/

.campaign_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.campaign img {
	width: 200px;
	max-width: 200px;
	min-width:100px;
	margin: 1rem;
}
/*ルーム
-------------------------------------*/
.room_image img{
	vertical-align: bottom;
}
.type{
	margin: 3rem 0;
}
.type h3 {
	display: flex;
	float: left;
	font-size: 30px;
	padding-left: 1rem;
	padding-top: 1rem;
}

.type h5 {
	float: right;
}
.room_price {
  padding: 10px 84px;
  background: #747707;
  font-size: 30px;
  color: white;
  line-height: 1.3;
}
.room_price img {
  width: 30px;
}



/*マップ
-------------------------------------*/
.address {
	float: right;
	margin-right: auto;
	margin-left: 2%;
	max-width: 50%;
	text-align: left;
}

.gmap {
width: 100%;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/*設備　アイコン
-------------------------------------*/
.icon_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    padding: 0;
    width: 100%;

}

.icon {
	text-align: center;
	width: 120px;
	margin: 1rem 0;
}

/*フード
-------------------------------------*/

.morningmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #413801;
}


.foodmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.food {
	text-align: center;
	margin: 2rem;
}
.food img {
	max-width: 300px;
}

/*貸し出し
-------------------------------------*/
.service img {
	margin: 0 0 30px 0;
	width: 70%;
	max-width: 700px;
}


/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #081C26;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 60px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}
/*バナー
-------------------------------------*/
.banner {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	list-style: none;
}

.banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	padding: 5px;
}

/*foodページcss*/
.foodname {
	text-align: center;
	margin: 2rem;
	width: 300px;
}
/*foodページcss終了*/

/*recruitページcss*/

.recruit {
	display: inline-block;
    text-align: left;
}


/*recruitページcss終了*/

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){

p {
		font-size: 12px;
	}

h1{
		font-size: 22px;
	}

h2{
		font-size: 18px;
	}
h5{
		font-size: 14px;
	}

.header {
	flex-direction: column;
    margin-bottom: 10px;
}

.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}

/* スマホ時はMENUボタンを表示 */

#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
	z-index: 1;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}

/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
    
.pc { display: none !important; }
.sp { display: block !important; }

	/*foodページspサイズCSS*/
.foodname {
	text-align: center;
	margin: 1rem;
	width: 160px;
}
.foodname h5 {
font-size: 12px;
}
	
/*	MOREのスマホサイズ*/
.more {
	width: 50%;
	background-color: #023D4A;
	font-size: 2rem;
	padding: 7 0px;
	margin: auto;
}	
	
	
	
	
}


.header_pc {
	display: flex;
	flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    width: 100%;
	flex: 0 0 100%;
    max-width: 100%;
 	background-color: #000;
}

.address {
	float: none;
	margin-right: auto;
	margin-left: 2%;
	max-width: 100%;
}

/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}
.table td {
	display: block;
}


/*room_price共通css
-------------------------------------*/
table{
  border-collapse: collapse;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}


.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
  font-weight: bold;

}
.tb01 th {
  background: #0B2D42;
  color: #fff;

}

.head th {
	 background-color: #037174;
}



@media screen and (max-width: 640px) {
    
.top_address{
    padding-bottom: 5%;
	}
.top_address a{
    float: left;
	}	
.subimg {
	display: flex;
	float: left;
	margin: 3% 2% 4% 1%;
	}	
.room_image img{
	vertical-align: bottom;
}

.room_price {
  padding: 5px 42px;
  background: #747707;
  font-size: 20px;
  color: white;
  line-height: 1.3;
}
.room_price img {
  width: 20px;
}
.type h3 {
	display: flex;
	float: left;
	font-size: 19px;
	padding-left: 1rem;
}
.type h5 {
	float: right;
}

    .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  .tb01 td,
  .tb01 th{
    display: block;
    width: 100%;
    border-bottom:none;
	font-weight: bold;
  }
  .tb01 td{
    padding: 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:center;
	font-weight: bold;
  }
  .tb01 td:before{
    color: #fff;
    content: attr(data-label);
    padding: 0px 10px;
    display: block;
    background-color: #037174;
/*  float: left; */
  }

  .tb01 tr:last-child{
    border-bottom: solid 1px #fff;
  }
  table {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
	
td::before {
content: attr(data-label);
white-space: pre;
 }
	
.copy_col_wrap {
    width: 100%;
    height: auto;
    background-image:url("../img/kirakira_sp.jpg");
    background-size: 100%;
    text-align: center;
    padding: 5% 0;
}

.youtube_link iframe {
    width: 320px;
    height: 140px;
    text-align: center;
	margin: 0 auto;
	padding: 0 3rem;
}	

.campaign img {
	width: 100px;
	max-width: 100px;
	margin: 0.5rem;
}	
	
	
.fixed_banner {
position: fixed; /* 追従させる為にfixedの値を記述します */
z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
bottom: 50px; /* 上から150pxのところにバナーを配置します */
right: 20px; /* 右から40pxのところにバナーを配置します */
}

.fixed_banner_pc {
width: 30vw; /* バナーの横幅を指定してあげます */
max-width: 100px;
padding-bottom: 30px;
}

.floating-banner:hover {
opacity: .8; /* マウスが重なった時に少し透過させます */
}


/* サブページ 料金表 */
.sub-img li {
  list-style: none;
  text-align: center;
  background-color: #037174;
  margin: 0 1rem 2rem 1rem;
  max-width: 130px;
}
	
/*foodページspサイズCSS*/
.foodname {
	text-align: center;
	margin: 1rem;
	width: 160px;
}
.foodname h5 {
font-size: 12px;
}
	
/*設備　アイコンsp
-------------------------------------*/
.icon {
	text-align: center;
	width: 85px;
	margin: 1rem 8px;
}	
}

/*料金表ページCSS*/
.headimg {
  margin-bottom: 3rem;
}


/*画像切替*/

.main-img img {
  height: auto;
  width: 100%;
  padding-bottom: 1rem;
}

.sub-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub-img li {
  list-style: none;
  text-align: center;
  background-color: #037174;
  margin: 0 1rem 2rem 1rem;
  width: 200px;
}

.sub-img img {
  cursor: pointer;
  vertical-align: top;
}


/*リクルートページ*/
hr.bar2{
  width: 70%;
  margin: 1em auto;


}	