@charset "UTF-8";

/* Common ----------------------------- */
.wrapper {
position:relative;
width:100%;
height:auto;
}

.sepa_con_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sepa_con_wrap .txt_wrap, .sepa_con_wrap .img_wrap {
    width: 498px;
}
.sepa_con_wrap .txt_wrap p {
    font-size: 1.3rem;
}
.sepa_con_wrap .txt_wrap img, .sepa_con_wrap .img_wrap img {
    width: 100%;
	display: block;
}
.contents_wrap{
width: 1040px;
margin: auto;
}

.bottom {
margin-bottom: 40px;
}

.all_width {
width: 100%;
}
.under_line{
border-bottom: 1px rgba(83,71,65,0.1) solid;
}

.bc_gray{
background-color: #f8f8f7;
}
.padding_tp_bm{
padding: 40px 0 16px;
}
.margin_tp_bm_60{
margin: 60px auto;
}
.padding_tp_bm_60{
padding: 60px 0;
}
.boxtxt{ text-align: justify; }
.ffs { font-feature-settings : "palt" 1; }
/*-- wrapper & wrap --*/

/* Header Nav ---------------------------- */
#header_wrap{
position: relative;
}
#header_wrap .logo_sns h1 *,
#header_wrap .logo_sns .head_logo *{
display: block;
width: 110px;
height: 110px;
}
#header_wrap.shop_top{
height: 765px;
background-position: center;
background-size: cover;
}
#header_wrap.shop_top .main_logo {
width: 318px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
#header_wrap.shop_top .main_logo p {
color: #ffffff;
font-size: 2rem;
font-weight: normal;
text-align: center;
margin-bottom: 15px;
}

/* main contents nav */
#main_nav,
#header_wrap .logo_sns,
#header_wrap.shop_top .logo_sns .header_subnav,
#header_wrap .logo_sns .header_subnav .sns,
#header_wrap .logo_sns .header_subnav .rg_link{
display: flex;
justify-content: space-between;
}

#main_nav {
width: 712px;
margin: auto;
}
#main_nav li a{
text-align: center;
font-size: 1.5rem;
line-height: 1.6;
}
#main_nav li a span{
display: block;
font-size: 1.2rem;
}
#header_wrap.shop_top + .top_main_nav{
border-bottom: 1px dotted #603813;
padding: 35px 0 30px 0;
}
/* sns nav */
.header_subnav {
/*width: 94px;*/
margin-top: 22px;
}
.header_subnav .sns{
margin-bottom: 6px;
}
.header_subnav .sns li a i{
font-size: 1.6rem;
}
.shop_top nav .header_subnav.g_header .sns li a i{
color: #ffffff;
}
.rg_link li a img{
height: auto;
}
.rg_link li:first-child a img{
width: 44px;
}
.rg_link li:last-child a img{
width: 39px;
}
.header_subnav ul li a,
.header_subnav ul li a img{
display: block;
}
.header_subnav ul li{
margin-left: 15px;
}
/*
#header_nav,
#main_nav,
#header_subnav .sns,
#header_subnav .rg_link{
display: flex;
justify-content: space-between;
}
#header_nav a img{
display: block;
}
#header_nav h1,
#header_nav h1 a img,
#header_nav #head_logo,
#header_nav #head_logo a img{
width: 110px;
height: 110px;
}
#main_nav {
width: 712px;
margin-top: 35px;
}
#main_nav li a{
text-align: center;
font-size: 1.5rem;
line-height: 1.6;
}
#main_nav li a span{
display: block;
font-size: 1.2rem;
}
#header_subnav {
width: 94px;
margin-top: 22px;
}
#header_subnav .sns{
margin-bottom: 6px;
}
#header_subnav .sns li a i{
font-size: 1.6rem;
}
.rg_link li a img{
height: auto;
}
.rg_link li:first-child a img{
width: 44px;
}
.rg_link li:last-child a img{
width: 39px;
}
*/
/* sns button ---------------------------- */
.fb-like{
position: absolute!important;
top:20px;
right: 20px;
display: block;
}
.fb-like span{
vertical-align: baseline!important;
}

/* column Title ------------------------- */
h2.c_title span{
display: inline-block;
height: 46px;
line-height: 46px;
font-size: 2rem;
text-align: center;
border-radius: 5px 5px 0 0;
padding: 0 30px;
}

/* Topics Item -------------------------- */
.t_item{
width: 242px;
background-color: #ffffff;
padding: 10px;
margin-bottom: 24px;
}
.t_item a{
display: block;
position: relative;
}
.t_item a:hover{
opacity: 1;
}
.t_item_inn{
padding: 4px;
}
img.t_thumb{
display: block;
width: 100%;
height: auto;
margin-bottom: 8px;
}
.t_item p{
font-size: 1.3rem;
line-height: 1.6;
margin-bottom: 14px;
}
.t_sepa {
display: flex;
justify-content: space-between;
}
.t_sepa span.in_t_logo{
display: block;
width: 46px;
}
.t_date{
display: block;
width: 100%;
font-size: 1.1rem;
text-align: right;
border-top: rgba(83,71,65,0.5) 1px dotted;
line-height: 1;
padding-top: 7px;
margin-top: 8px;
}
.t_sepa span.in_t_logo + .t_date{
width: 160px;
}

.t_item_lay{
position: absolute;
width: 100%;
height: 100%;
top:0;
left:0;
background-color: rgba(83,71,65,0.5);
opacity: 0;
transition-property:opacity;
transition-duration:0.4s;
border-radius: 3px;
}
.t_item_lay i,
.t_item_lay img{
display: block;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
.t_item_lay i{
width: 100%;
text-align: center;
color: #ffffff;
font-size: 4rem;
line-height: 1;
}
.t_item_lay img{
width: 120px;
margin: auto;
}
.t_item a:hover .t_item_lay{
opacity: 1;
}


/* 2店共通topics ---------------------------- */
.topics_wrap {
    padding: 40px 0px;
    width: 700px;
	margin: auto;
}
.topics_wrap h1 {
    text-align: center;
	font-size: 2.8rem;
	margin-bottom: 30px;
}
.topics_wrap .topics_list ul {
	border-top: 1px dotted #603813;
}
.topics_wrap .topics_list ul li {
	border-bottom: 1px dotted #603813;
	padding: 20px 0;
}
.topics_wrap .topics_list ul li a {
	display: flex;
	align-items: center;
	line-height: 1.5;
}
.topics_wrap .topics_list ul li span.topicslist_icon {
	width: 48px;
	height: 26px;
	display: block;
	margin: 0 50px 0 20px;
}
.topics_wrap .topics_list ul li span.topicslist_icon img {
	width: 48px;
	height: 26px;
	display: block;
}
.topics_wrap .topics_list ul li span.topicslist_date {
	display: block;
	width: 140px;
	font-size: 1.2rem;
	margin-right: 10px;
}
.topics_wrap .topics_list ul li span.topicslist_date i {
	margin-left: 10px;
}
.topics_wrap .topics_list ul li div {
	width: 550px;
}
.topics_wrap .prev_next {
	border-bottom: 1px dotted #603813;
	display: flex;
	justify-content:space-between;
	padding-bottom: 15px;
}
.topics_wrap .prev_next span {
	display: block;
	width : calc(100% / 3) ;
}
.topics_wrap .prev_next span.next-art a i {
	margin-right: 5px;
}
.topics_wrap .prev_next span.topicslist {
	text-align: center;
	border-left: 1px dotted #603813;
	border-right: 1px dotted #603813;
}
.topics_wrap .prev_next span.prev-art {
	text-align: right;
}
.topics_wrap .prev_next span.prev-art a i {
	margin-left: 5px;
}
.topics_wrap .topics_detail span.topicsup {
	border-top: 1px dotted #603813;
	text-align: right;
	display: block;
	font-size: 1.2rem;
	padding-top: 10px;
}
.topics_wrap .topics_detail {
	padding-top: 40px;
}
.topics_wrap .topics_detail h2 {
	font-size: 2.0rem;
	display: flex;
	justify-content:space-between;
	align-items: center;
	margin-bottom: 30px;
}
.topics_wrap .topics_detail .single_logo{
display: block;
width: 100px;
margin:0 auto 20px;
}
.topics_wrap .topics_detail .topics_txt {
	padding-bottom: 40px;
}
.topics_wrap .topics_detail .topics_txt p {
	margin-bottom: 20px;
}
body.topics .topics_wrap .topics_list ul li a{
position: relative;
padding-left:65px;
}
body.topics .topics_wrap .topics_list ul li a .in_t_logo{
display: block;
height: 30px;
position: absolute;
left: 0;
top:50%;
transform: translateY(-50%);
}
body.topics .topics_wrap .topics_list ul li a .in_t_logo img{
height: 30px;
width: auto;
}

/* Topics 詳細 --------------------------- */
.topics_detail .topics_txt p{
font-size: 1.6rem;
line-height: 2;
}
.topics_detail img{
display: inline-block;
max-width: 100%;
height: auto;
}
.newstable01 {
width: 100%;
border-top: dotted 1px #534741;
border-left: dotted 1px #534741;
}
.newstable01 th, .newstable01 td {
border-bottom: dotted 1px #534741;
border-right: dotted 1px #534741;
}
.newstable01 th {
padding: 10px;
}
.newstable01 td {
padding: 10px 20px 10px;
}
/* 各店舗トップのトピックス3件・営業日カレンダー ---------------------------- */
#information, #calendar {
  display: flex;
  justify-content: center;
  align-items: center;
}
#information.contents_wrap, #calendar.contents_wrap {
margin: 45px auto;
}
#information h3, #calendar h3 {
width: 233px;
margin-left: 35px;
font-size: 2.2rem;
font-weight: normal;
}
#calendar h3 span {
display: block;
font-size: 1.4rem;
}
#information ul, #calendar .calendar_wrap_outer {
width: 772px;
}
#information ul li{
list-style: none;
line-height: 1.6;
padding: 15px 0 12px;
}
#information ul li a {
display: flex;
}
#information ul li:nth-child(1),
#information ul li:nth-child(2) {
    border-bottom: #603813 dotted 1px;
}
#information ul li span{
display: block;
width: 20%;
}
#information ul li div{
width: 79%;
}
#information ul li i {
    font-size: 1.2rem;
    vertical-align: 1px;
    margin: 0 10px;
}
.xo-event-calendar {
    font-family: "ten-mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    width: 772px;
}
.xo-event-calendar table {
    color: #534741 !important;
}
.xo-event-calendar table.xo-month .month-dayname td div.other-month {
    background-color: #eaeaea !important;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #534741 !important;
}
.xo-event-calendar table.xo-month > thead th {
    background-color: rgba(198,156,109,0.2); !important;
}
/* 2店共通お問い合わせフォーム ---------------------------- */
.contact_wrap {
    padding: 40px 0px;
    width: 880px;
}
.contact_wrap h1 {
    text-align: center;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.contact_wrap h1 span {
	font-size: 2.6rem;
	display: block;
}
.contact_wrap div.form_note {
	font-size: 1.3rem;
	text-align: center;
}
.contact_wrap div.form_note p {
	padding: 20px 0;
}
.contact_wrap div.form_note p:first-child {
border-bottom: 1px dotted rgba(83,71,65,0.2) ;
}

/* Google Map ---------------------------- */
/*(41.985037, 140.668769)*/
#map{
width: 100%;
height: 400px;
}

/* Footer ---------------------------- */
.copyright{
text-align: center;
font-size: 1.1rem;
padding: 30px;
}
/*2店共通ヘッダー*/
#kt_header_nav #head_logo {
display: flex;
width: 220px;
height: 110px;
margin: 0 auto;
}
#kt_header_nav #head_logo a, #kt_header_nav #head_logo a img {
    width: 110px;
    height: 110px;
}
#top_btn {
display:block;
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
background-color:rgba(83,71,65,0.5);
border-radius: 30px;
text-align: center;
z-index: 50;
transform: translateY(100px);
transition-property: all;
transition-duration: 0.4s;
}
#top_btn.scrollon{
transform: translateY(0);
}
#top_btn i {
width: 26px;
height: 26px;
display: block;
margin: 12px;
}

/* youtube ---------------------------- */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ---------------------------------- */
.undernote {
font-size: 1.3rem;
text-align: center;
margin-top: 20px;
}