@charset "UTF-8";
@import url("./common/reset.css");
@import url("./common/advanced.css");
@import url("./common/base.css");

/*------------------------------------------------------------
年齢認証
-------------------------------------------------------------*/

/* ヘッダー
------------------------------------------------------------ */
#index_header{ width: 100%; height: 672px; background: url(../images_design/index/header_bg.jpg) center top no-repeat;}
#index_header h1{ width: 1400px; height: 25px; line-height: 25px; color: #c7b299; margin: 0 auto;}
#index_header .header_inner{ width: 1400px; height: 647px; margin: 0 auto; position: relative;}

#index_header .header_inner .header_logo{ position: absolute; top: 102px; left: 33px;}
#index_header .header_inner .header_copy_1{ color: #fff; font-size: 30px; writing-mode: vertical-rl; position: absolute; top: 37px; right: 314px;}
#index_header .header_inner .header_copy_2{ color: #fff; font-size: 20px; position: absolute; top: 483px; left: 33px;}

#index_header .header_inner .index_gate{ font-family: 'Old Standard TT', serif; position: absolute; top: 431px; right: 127px;}
#index_header .header_inner .index_gate ul{ display: flex; flex-wrap: wrap; justify-content: left; align-items: baseline;}
#index_header .header_inner .index_gate li a:hover{ text-decoration: none; opacity: 0.7; transition: .3s ease-in-out;}
#index_header .header_inner .index_gate li:first-child{ font-size: 123px;}
#index_header .header_inner .index_gate li:last-child{ font-size: 60px; padding-left: 70px;}
#index_header .header_inner .index_gate li:first-child a{ color: #e3064f;}
#index_header .header_inner .index_gate li:last-child a{ color: #fff;}

#index_main_contents{ width: 100%; background: #fff; padding-bottom: 65px;}

/* entrance_wrap
------------------------------------------------------------ */
.entrance_wrap{ width: 1350px; margin: 0 auto; padding: 65px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}

/* 店舗情報
------------------------------------------------------------ */
.entrance_wrap .index_info_l{ line-height: 1;}
.entrance_wrap .index_info_l .tit_txt{ font-size: 18px;}
.entrance_wrap .index_info_l .tel_txt{ font-family: 'EB Garamond', serif; font-size: 80px; color: #dc1950; margin-bottom: 5px;}
.entrance_wrap .index_info_l .tel_txt span{ font-size: 0.6em; padding: 0 3px;}
.entrance_wrap .index_info_l .time_txt{ font-size: 40px; color: #dc1950; display: flex; flex-wrap: wrap; justify-content: center;}
.entrance_wrap .index_info_l .time_txt span{ font-size: 0.6em; padding: 0 3px;}

/* ナビ・注意事項
------------------------------------------------------------ */
.entrance_wrap .index_info_r{}
.entrance_wrap .index_info_r ul{ width: 750px; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px;}
.entrance_wrap .index_info_r .kin18_att{ background: url(../images_design/index/icon_18kin.png) left center no-repeat; background-size: 50px auto; padding-left: 58px;}
