@charset "UTF-8";
/*
Theme Name:story_tcd041_child
Template:story_tcd041
Description:WordPressテーマ「STORY」の子テーマ
Version:2.1.1
*/

/*-- マージン基本ベース
------------------------------------------------------*/
.mg-0 {margin: 0 !important;}
.mg-05 {margin: 5px !important;}
.mg-10 {margin: 10px !important;}
.mg-15 {margin: 15px !important;}
.mg-20 {margin: 20px !important;}
.mg-25 {margin: 25px !important;}
.mg-30 {margin: 30px !important;}

.mt-0 {margin-top: 0 !important;}
.mt-05 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-05 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}


/*-- パディング基本ベース
------------------------------------------------------*/
.pd-0 {padding: 0 !important;}
.pd-05 {padding: 5px !important;}
.pd-10 {padding: 10px !important;}
.pd-15 {padding: 15px !important;}
.pd-20 {padding: 20px !important;}
.pd-25 {padding: 25px !important;}
.pd-30 {padding: 30px !important;}

.pt-0 {padding-top: 0 !important;}
.pt-05 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-05 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-100 {padding-bottom: 100px !important;}

.pl-1 {padding-left: 1.0em !important;}

.ta-r {text-align: right !important;}
.ta-c {text-align: center !important;}
.ta-l {text-align: left !important;}

.pc-block {display: block;}
.sp-block {display: none;}
@media only screen and (max-width:480px){
.pc-block {display: none;}
.sp-block {display: block;}
}

.shadow {
text-shadow: 2px 2px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 0, 0, 0.1);
}


/* 各ページ 補正css
-----------------------------------------------------------*/

body {
/*color: #111;*/
color: #3A2C1F;
background: #faf8f5;
}

/* 下層ページ パンくず帯背景 */
.breadcrumb-wrapper {
background: rgba(230, 216, 199, 0.7);
}

/* 下層ページ コンテンツ背景 */
.tcd-pb-row.row1,
.tcd-pb-row.row2,
.tcd-pb-row.row3,
.tcd-pb-row.row4,
.tcd-pb-row.row5,
.tcd-pb-row.row6,
.tcd-pb-row.row7,
.tcd-pb-row.row8,
.tcd-pb-row.row9,
.tcd-pb-row.row10,
.tcd-pb-row.row11,
.tcd-pb-row.row12,
.tcd-pb-row.row13,
.tcd-pb-row.row14,
.tcd-pb-row.row15,
.tcd-pb-row.row16,
.tcd-pb-row.row17,
.tcd-pb-row.row18,
.tcd-pb-row.row19,
.tcd-pb-row.row20 {
background-color: transparent !important;
}

/* 下層ページ フレックス マージン */
body.page-template-default .flex_layout {
/*gap: 50px;*/
gap: 0;
}

.post-content h1 { font-size: 150% !important; }
.post-content h2 { font-size: 48px !important; }
.post-content h3 { font-size: 36px !important; }
.post-content h4 { font-size: 24px !important; }
.post-content h5 { font-size: 110% !important; }
.post-content h6 { font-size: 100% !important; }
@media only screen and (max-width: 767px) {
.post-content h1 { font-size: 150% !important; }
.post-content h2 { font-size: 36px !important; }
.post-content h3 { font-size: 24px !important; }
.post-content h4 { font-size: 18px !important; }
.post-content h5 { font-size: 110% !important; }
.post-content h6 { font-size: 100% !important; }
}

p {
font-size: 18px !important;
line-height: 2.0;
}
@media only screen and (max-width: 767px) {
p { font-size: 16px !important; }
}

/* グローバルメニュー */
.menu-item { font-weight: bold; font-size: 16px; }
.global-nav > ul > li > a { padding: 0 20px; }

/* フッターギャラリー（下層ページ） */
.footer-gallery_lower {
margin-top: 0;
background: #9F886E;
/*height: 200px;*/
}
ul.footer_flex {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
height: 200px;
}
ul.footer_flex li {
width: 33.33%;
max-width: 250px;
margin: 10px 30px;
text-align: center;
}
@media only screen and (max-width: 767px) {
ul.footer_flex {
height: 150px;
}
ul.footer_flex li {
margin: 10px;
}
}

/* フッターロゴ下テキスト(住所/TEL等) */
p.align1 { font-size: 16px !important; }

/* コピーライトテキスト */
p.copyright { font-size: 14px !important; }

/* s_table マージン設定 */
.post-content .s_table { margin-bottom: 0 !important; }

/* ボタン各種 カラー指定 */
.button a {
background: #A65B4B;
width: 250px;
}
@media only screen and (max-width: 767px) {
.button a {
width: 250px !important;
}
}

/* // 各ページ 補正css
-----------------------------------------------------------*/


/* TOPページ 補正css
-----------------------------------------------------------*/

.header-video {
background: #000;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
width: 100%;
padding-top: calc(56.25% - 100px) !important;
height: 0 !important;
/*max-height: 500px;*/
/*aspect-ratio: 16 / 9;*/
text-align: center;
}
.vegas-video {
width: auto !important;
height: calc(100% - 0px) !important;
min-width: auto;
min-height: auto;
}

/* スライダー下テキストサイズ */
.content01-text {
font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
.content01-text {
font-size: 16px !important;
line-height: 1.8;
text-align: left !important;
}
}

/* 3カラムコンテンツ内諸々 */
.content02-text {
color: #22180e;
/*color: #3A2C1F;*/
line-height: 2.0;
}
@media only screen and (max-width: 767px) {
#index-3column {
padding-bottom: 100px;
}
}

.content02-button_01,
.content02-button_02,
.content02-button_03 {
background: #fff;
box-sizing: border-box;
display: block;
font-size: 16px;
height: 50px;
line-height: 50px;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
width: 100%;
}

.content02-button_01 {
background: #000;
border: 1px solid #fff;
color: #fff;
}
.content02-button_01:hover {
background: #fff;
border: 1px solid #000;
color: #3A2C1F;
}

.content02-button_02 {
background: #3A2C1F;
border: 1px solid #fff;
color: #fff;
}
.content02-button_02:hover {
background: #fff;
border: 1px solid #3A2C1F;
color: #3A2C1F;
}

.content02-button_03 {
background: #932e44;
border: 1px solid #fff;
color: #fff;
}
.content02-button_03:hover {
background: #fff;
border: 1px solid #932e44;
color: #3A2C1F;
}

@media only screen and (max-width: 767px) {
.content02-button_01,
.content02-button_02,
.content02-button_03 {
font-size: 16px;
margin: 20px auto 30px;
line-height: 40px;
position: relative;
width: 250px;
height: 40px;
}
}

/* 画像コンテンツ横テキスト */
.headline-font-type { text-align: center; }
.column-layout03-text { width: 80%;}

/* ニュースアーカイブ補正 */
.article02 {
width: 100%;
margin-bottom: 0;
padding: 10px 10px 10px 15px;
border: 1px solid #aaa;
border-bottom: 0;
}
@media only screen and (max-width: 767px) {
.article02 {
margin-bottom: 0 !important;
}
}
.article02:nth-of-type(odd) {
margin-right: 0;
}
.article02:nth-of-type(even) {
margin-left: 0;
}
.article02:first-child {
border-radius: 10px 10px 0 0;
}
.article02:last-child {
border-bottom: 1px solid #aaa;
border-radius: 0 0 10px 10px;
}
.article02-thumbnail {
float: left;
width: 0;
display: none;
}
.article02-date {
display: inline;
margin-bottom: 0;
}
.article02-title {
font-size: 18px;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
.article02-title {
font-size: 16px !important;
}
}
.article02-content {
float: right;
font-size: 16px;
width: 100%;
}
.article02-text {
line-height: 1.6;
font-size: 16px !important;
}

/* // TOPページ 補正css
-----------------------------------------------------------*/


/* 投稿ページ 補正css
-----------------------------------------------------------*/

.article03-content { padding: 10px !important; }
.article03-title {
height: auto !important;
margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
.article03-title {
font-size: 14px !important;
margin: 0 !important;
}
}
.article03-meta { line-height: 1.2; }

/* ニュース詳細ページ フレックス調整 */
body.single-news .flex_layout { gap: 0; }
.primary { width: 100%; }
.secondary { width: 0%; }

/* // 投稿ページ 補正css
-----------------------------------------------------------*/


/*-- lines
-----------------------------------------------------------*/
.line00 {
position: relative;
/*font-size: 26px !important;*/
text-align: center;
border-bottom: 5px solid #000;
background: url(admin/img/title-logo.png) center top no-repeat;
background-size: 60px;
padding-top: 15px;
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.line00:after {
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 5px;
background-color: #9F886E;
}

.line01 {
position: relative;
text-align: center;
border-bottom: 2px solid #000;
}
.line01:after {
content: '';
position: absolute;
bottom: -2px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 2px;
background-color: #9F886E;
}

.line02 {
position: relative;
padding: 0 0 0.3em !important;
border-bottom: 2px solid #000;
}

.line02:before {
position: absolute;
bottom: -2px;
left: 0;
width: 15%;
height: 2px;
content: '';
background: #9F886E;
}

.line03 {
margin-bottom: 0.5em;
padding-bottom: 0.3em;
border-bottom: 1px solid #333;
}

.line04 {
margin-bottom: 0.5em;
padding-bottom: 0.1em;
border-bottom: 1px solid #ccc;
}

/*--// lines
-----------------------------------------------------------*/


/* table.res01
-----------------------------------------------------------*/
table.res01 {
width: calc(100% - 20px);
font-size: 16px;
white-space: normal;
}
table.res01 tr {
border-bottom: 1px solid #ccc !important;
}
table.res01 th {
padding: 10px 20px 10px 10px;
width: 40%;
border: none;
border-right: 1px solid #333;
text-align: right;
vertical-align: middle;
font-weight: bold;
background: none;
}
table.res01 td {
padding: 10px 10px 10px 20px;
border: none;
line-height: 1.5em;
vertical-align: middle;
background: none !important;
}
table.res01 tr:last-child {
border-bottom: none !important;
}

@media only screen and (max-width:480px){
table.res01 {
/*margin: 0 auto !important;*/
}
table.res01 tr {
border-bottom: none !important;
}
table.res01 th,
table.res01 td {
/*width: calc(100% - 20px);*/
width: 100%;
display: block;
border: none;
}
table.res01 th {
padding: 5px 10px 0;
text-align: left;
border-bottom: 1px solid #999;
}
table.res01 td {
padding: 5px 10px;
}
}
/*--// table.res01
------------------------------------------------------*/


/*-- Flex box
------------------------------------------------------*/
.flex_wrap {
width: 100%;
}
.flex-box {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
.flex-reverse {
flex-direction: row-reverse;
}
.flex-content_left {
width: calc((100% - 50%) - 20px);
margin: 0 10px;
}
.flex-content_right {
width: calc((100% - 50%) - 20px);
margin: 0 10px;
}
.flex-content_right_innner {
position: relative;
top: calc(10% - 10px);
-webkit-transform: translateY(-10%); /* Safari用 */
transform: translateY(-10%);
}
.flex-content_txt {
font-size: 16px !important;
}
.flex-content_left img,
.flex-content_right img {
max-width: 100%;
height: auto;
}

@media only screen and (max-width:480px){
.flex_wrap {
margin: 0;
}
.flex-box {
flex-direction: column;
}
.flex-reverse {
flex-direction: column;
}
.flex-content_left,
.flex-content_right {
width: calc(100% - 20px);
}
.flex-content_right_innner {
position: static;
-webkit-transform: none; /* Safari用 */
transform: none;
margin-top: 10px;
}
.flex-content_txt {
font-size: 16px !important;
}
}

/* 店舗案内用 */
.flex-content_left02 {
width: calc(40% - 20px);
margin: 0 10px;
}
.flex-content_right02 {
width: calc(60% - 20px);
margin: 0 10px;
}
@media only screen and (max-width:480px){
.flex-content_left02,
.flex-content_right02 {
width: calc(100% - 20px);
}
}
/* 店舗案内用 */

/*--// Flex box
------------------------------------------------------*/