@charset "utf-8";
/*
001: Background Block
002: System Block
003: Shop Info Block
*/
/*---------------------------------------
001: Background Block
---------------------------------------*/
.bg_fix_main {
position: relative;
min-height: 300px;
}
.bg_fix_main::before {
content: "";
 position: fixed;
top: 0;
left: 0;
content: "";
display: block;
z-index: -1;
width: 100%;
min-height: 100%;
background-image: url(slider_001.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.slider_logo {
display: block;
position: absolute;
top: 8%;
left: 0;
right: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.slider_logo img {
width: 54%;
max-width: 300px;
/*padding-top: 50%;*/
}
.bg_menu {
margin-top: -55px;
}


/*---------------------------------------
002: System Block
---------------------------------------*/
article.tab_box {}
.page_block .tab_title_block {
display: block;
color: #333;
margin: 0;
padding: 0;
}
h2.tab_title {
font-family: 'Crimson Text', serif;
font-size: 18px;
font-size: 1.8rem;
text-align: center;
color: #f4f4f4;
line-height: 50px;
height: 50px;
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
margin-top: 0;
margin-bottom: -1px;
padding-top: 0;
padding-bottom: 0;
}
ul.tab_content_list {
}
ul.tab_content_list li {
clear: both;
border-bottom: 1px solid #f4f4f4 !important;
padding-top: 15px;
padding-bottom: 15px;
height: 44px;
}
h3.system_item_name,
p.system_item_price {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
h3.system_item_name {
float: left;
padding-left: 15px;
}
p.system_item_price {
float: right;
padding-right: 15px;
}
.page_block .tab_content {
overflow: hidden;
max-height: 0;
transition: max-height .2.5s ease-out;
}
.page_block .el_radio {
display: none;
}
.page_block .el_radio:checked + .tab_content {
max-height: 9999px;
transition: max-height 2s ease-in;
}
/* Card Setting */
.card_block {
margin-top: 80px;
}
.card_box {
padding: 15px;
border: 1px solid #f4f4f4;
}
.card_content_block {
margin-bottom: 30px;
}
h4.system_card_title {
position: relative;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
color: #f4f4f4;
padding-left: 15px;
}
h4.system_card_title:before {
position: absolute;
top: auto;
left: 0;
content: '-';
}
li.card_list_line {
position: relative;
font-size: 11px;
font-size: 1.1rem;
color: #f4f4f4;
margin-bottom: 10px;
padding-left: 15px;
}
li.card_list_line:before {
position: absolute;
top: auto;
left: 0;
content: '-';
}
p.card_qa {
font-size: 11px;
font-size: 1.1rem;
color: #f4f4f4;
}
/* Plus Icon */
.sp_plus:before,
.sp_plus:after{
display: block;
content: '';
width: 2px;
height: 18px;
background-color: #f4f4f4;
border-radius: 10px;
position: absolute;
top: 12px;
right: 20px;
margin-top: 5px;
margin-right: 20px;
}
.sp_plus:before{
width: 18px;
height: 2px;
top: 20px;
right: 12px;
margin-top: 5px;
margin-right: 20px;
}


/*---------------------------------------
003: Shop Info Block
---------------------------------------*/
h2#info_title {
font-family: 'Crimson Text', serif;
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
text-align: center;
color: #FFF;
letter-spacing: 1px;
margin-top: 10px;
margin-bottom: 50px;
}
.shop_info_box {
margin-bottom: 30px;
padding: 0;
}
.shop_info_box dl {
font-size: 16px;
font-size: 1.6rem;
width: 100%;
}
.shop_info_box dl dt {
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
background: #FFF;
color: #14171b;
display: block;
width: 25%;
clear: left;
float: left;
padding-top: 3px;
padding-bottom: 3px;
}
.shop_info_box dl dd {
display: block;
color: #FFF;
width: 75%;
float: left;
padding-left: 40px;
}
.shop_info_box .shop_info_tel {
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
font-size: 26px;
font-size: 2.6rem;
letter-spacing: 2px;
}
.shop_info_box .shop_info_tel a {
color: #FFF;
}
.shop_info_box .shop_info_tel a:hover {
color: #CCC;
}
.shop_info_box .shop_info_tel,
.shop_info_box .shop_info_icon {
text-align: center;
padding: 0;
}
span.reservation_text {
display: block;
font-size: 16px;
font-size: 1.6rem;
letter-spacing: 0px;
font-weight: bold;
text-align: left;
color: #d90000;
}
#map {
height: 560px;
}




@media only screen and (min-width: 768px) {
/*---------------------------------------
001: Background Block
---------------------------------------*/
.bg_fix_main:before {
content: "";
 position: fixed;
top: 0;
left: 0;
content: "";
display: block;
z-index: -1;
width: 100%;
min-height: 100%;
background-image: url(slider_001.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}
.slider_logo {
display: block;
position: absolute;
top: 5%;
left: 0;
right: 0;
text-align: center;
margin-left: auto;
margin-right: auto;
}


/*---------------------------------------
002: System Block
---------------------------------------*/
article.tab_box {
margin-bottom: 80px;
}
h2.tab_title {
font-family: 'Crimson Text', serif;
font-size: 24px;
font-size: 2.4rem;
text-align: center;
border-top: none;
border-bottom: 1px solid #f4f4f4;
line-height: 50px;
height: 50px;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
ul.tab_content_list li {
clear: both;
border-bottom: 1px solid #ddd !important;
padding-top: 20px;
padding-bottom: 20px;
height: 54px;
}
h3.system_item_name,
p.system_item_price {
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
.page_block .tab_content {
overflow: visible;
max-height: 100%;
transition: max-height .2.5s ease-out;
}
.page_block .el_radio {
display: none;
}
.page_block .el_radio:checked + .tab_content {
max-height: 100%;
transition: max-height 2s ease-in;
}
/* Card Setting */
.card_block {
margin-top: 0;
}
/* Plus Icon */
.sp_plus:before,
.sp_plus:after {
display: none;
}
.sp_plus:before {
display: none;
}


/*---------------------------------------
003: Shop Info Block
---------------------------------------*/
h2#info_title {
font-family: 'Crimson Text', serif;
font-size: 30px;
font-size: 3.0rem;
font-weight: 400;
text-align: center;
letter-spacing: 1px;
margin-top: 10px;
margin-bottom: 50px;
}
.shop_info_box {
margin-bottom: 30px;
padding:0;
}
.shop_info_box dl {
font-size: 20px;
font-size: 2.0rem;
width: 100%;
}
.shop_info_box dl dt {
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
text-align: center;
background: #FFF;
color: #14171b;
display: block;
width: 25%;
clear: left;
float: left;
padding-top: 3px;
padding-bottom: 3px;
}
.shop_info_box dl dd {
display: block;
width: 75%;
float: left;
padding-left: 30px;
color: #FFF;
}
.shop_info_box .shop_info_tel {
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
font-size: 50px;
font-size: 5.0rem;
letter-spacing: 2px;
}
.shop_info_box .shop_info_tel,
.shop_info_box .shop_info_icon {
text-align: left;
}
#map {
height: 360px;
}
}