@charset "UTF-8";
/*
Theme Name: 庭匠館
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; -webkit-box-sizing: border-box; box-sizing: border-box; font-style: normal; font-weight: 400; }

body { line-height: 1; -webkit-text-size-adjust: 100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

img { vertical-align: top; font-size: 0; line-height: 0; }

sup { font-size: 8px; }

strong { font-weight: bold;}

em { font-style: normal; }

span { display: inline-block; }

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after, section:after, article:after { content: ""; display: block; }

div:after, ul:after, ol:after, dl:after, section:after, article:after { clear: both; }

div, ul, ol, dl { zoom: 1; }

ul#wp-admin-bar-root-default:after { clear: none; }

/* ----------------------------- 全体 */
body { font-size: 16px; line-height: 1.8; color: #333; font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; font-weight: 500; background: #fff; position: relative; -webkit-text-size-adjust: 100%; }

a { text-decoration: none !important; }

a:link, a:visited { color: #2A1800; text-decoration: underline; }

a:hover, a:active { text-decoration: none; }

.pc-only { display: none !important; }

img, .bx-wrapper img { max-width: 100%; height: auto; }

/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/
.l-header { position: relative; z-index: 99; /*btn*/ }

.l-header .logo { position: fixed; top: 10px; left: 10px; z-index: 99; width: 50px; }

.l-header.is-page .linkbtn { background: rgba(255, 255, 255, 0.7); }

.l-header .nav { position: fixed; top: 0; right: 0; z-index: 1000; width: 0; height: 100%; background: rgba(42, 24, 0, 0.95); visibility: hidden; opacity: 0; -webkit-transition: 0.4s cubic-bezier(0.67, 0.045, 0.32, 1); transition: 0.4s cubic-bezier(0.67, 0.045, 0.32, 1); }

.l-header .nav.is-open { visibility: visible; opacity: 1; width: 100%; }

.l-header .nav.is-open .nav--menu, .l-header .nav.is-open .nav--btn, .l-header .nav.is-open .nav--tel, .l-header .nav.is-open .nav--bnr { opacity: 1; }

.nav-sns-list { display: flex; padding: 15px 0 0 10px;}
.nav-sns-list li { margin-right: 10px; opacity: 0.8; width: 40px}
.nav-sns-list li:nth-child(4) {display: none;}
.nav-sns-list li:last-child { width: auto; height: 40px;}
.nav-sns-list li:last-child img { max-height: 40px; width: auto;}

.l-header .nav .nav-inner { position: fixed; top: 80px; right: 0; width: 100%; height: calc(100% - 100px); padding: 20px 15px 30px 15px; overflow-x: hidden; }

.l-header .nav--menu { opacity: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; }

.l-header .nav--menu .main-list > li { margin-bottom: 15px; color: #fff; }

.l-header .nav--menu .main-list > li > a { font-size: 18px; font-size: 1.125rem; color: #fff; }

.l-header .nav--menu .main-list > li > a.parent:hover { opacity: 1; }

.l-header .nav--menu .sub-list { padding-left: 15px; }

.l-header .nav--menu .sub-list > li { color: #fff; display: inline-block; margin-right: 15px; margin-bottom: 5px; font-size: 14px; }

.l-header .nav--menu .sub-list > li > a { color: #fff; font-size: 14px; font-size: 0.875rem; }

.l-header .nav--menu .sub-list.grid-width li:nth-child(3n+1) { width: 90px; margin-right: 0; }

.l-header .nav--menu .sub-list.grid-width li:nth-child(2), .l-header .nav--menu .sub-list.grid-width li:nth-child(5) { width: 100px; }

.l-header .nav--btn { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 20px; opacity: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; text-align: center;}

.l-header .nav--btn:after, .l-header .nav--btn:before { display: none; content: none; }

.l-header .nav--btn a { display: block; width: 300px; padding: 15px 0; margin: 0 auto; border: 1px solid #fff; text-align: center; }

.l-header .nav--btn a.white { background: rgba(255, 255, 255, 0.8); }

.l-header .nav--btn a.white span { color: #2A1800; }

.l-header .nav--btn a span { font-weight: 700; color: #fff; letter-spacing: 0.05rem; }

.l-header .nav--tel { margin-top: 30px; opacity: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; }

.l-header .nav--tel .title { position: relative; z-index: 2; margin-bottom: 15px; }

.l-header .nav--tel .title span { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 20px; font-size: 16px; font-size: 1rem; color: #fff; }

.l-header .nav--tel .title span:after, .l-header .nav--tel .title span:before { display: none; content: none; }

.l-header .nav--tel ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.l-header .nav--tel ul:after, .l-header .nav--tel ul:before { display: none; content: none; }

.l-header .nav--tel li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.l-header .nav--tel li:after, .l-header .nav--tel li:before { display: none; content: none; }

.l-header .nav--tel li .shop { width: 100px; color: #fff; font-weight: 700; font-size: 14px; font-size: 0.875rem; }

.l-header .nav--tel li .tel { font-size: 24px; font-size: 1.5rem; font-family: 'Times New Roman', Times, serif; font-weight: 500; color: #fff; }

.l-header .nav--tel li .tel a { color: #fff; }

.l-header .linkbtn { position: fixed; top: 0; right: 0; z-index: 1100; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; width: 60px; height: 70px; text-align: center; background: rgba(255, 255, 255, 0.7);}

.l-header .linkbtn:after, .l-header .linkbtn:before { display: none; content: none; }

.l-header .linkbtn.is-open { background: transparent; }

.l-header .linkbtn .btn--trigger { position: relative; width: 36px; height: 20px; display: block; -webkit-transition: all .4s; transition: all .4s; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 auto 6px; /*&.is-open*/ }

.l-header .linkbtn .btn--trigger span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #2A1800; -webkit-transition: .5s; transition: .5s; }

.l-header .linkbtn .btn--trigger span:nth-of-type(1) { top: 0; }

.l-header .linkbtn .btn--trigger span:nth-of-type(2) { top: 9px; }

.l-header .linkbtn .btn--trigger span:nth-of-type(3) { bottom: 0; }

.l-header .linkbtn .btn--trigger.is-open span { background: #fff; }

.l-header .linkbtn .btn--trigger.is-open span:nth-of-type(1) { -webkit-transform: translateY(9px) rotate(-135deg); transform: translateY(9px) rotate(-135deg); }

.l-header .linkbtn .btn--trigger.is-open span:nth-of-type(2) { opacity: 0; }

.l-header .linkbtn .btn--trigger.is-open span:nth-of-type(3) { -webkit-transform: translateY(-9px) rotate(135deg); transform: translateY(-9px) rotate(135deg); }

.l-header .linkbtn .btn--trigger.is-open ~ .btn--text { color: #fff !important; }

.l-header .linkbtn .btn--text { font-size: 11px; font-size: 0.6875rem; font-family: din-2014, sans-serif; font-weight: 400; font-style: normal; display: block; line-height: 100%; padding-top: 5px; color: #2A1800; letter-spacing: .1rem; font-weight: 700; }

/* side-pickup */
.l-header .side-pickup {position: fixed; top: 90px; right: -290px; z-index: 900; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; width: 350px; height: 90px; text-align: center; background: rgba(255, 255, 255, 0.9); border-radius: 0 0 0 10px; transition: all ease .4s;}
.l-header .side-pickup.on {right: 0;}

.l-header .side-pickup .tit {background: #6FBA2C; width: 60px; height: 100%; text-align: center; color: #FFF; font-family: Arial, Helvetica, "sans-serif"; font-size: 12px; padding-top: 15px; border-radius: 0 0 0 10px;}
.l-header .side-pickup .tit:before {content: ""; display: block; width: 25px; height: 25px; background: url("../images/header/ico-sidepickup.png") no-repeat top center; background-size: cover; margin: auto;}
.l-header .side-pickup .tit:after {content: ""; display: block; width: 18px; height: 15px; background: url("../images/header/arrow-sidepickup.png") no-repeat top center; background-size: cover; margin: auto; transform: rotateZ(180deg);}
.l-header .side-pickup.on .tit:after {content: ""; display: block; width: 18px; height: 15px; background: url("../images/header/arrow-sidepickup.png") no-repeat top center; background-size: cover; margin: auto; transform: rotateZ(0deg);}

.l-header .side-pickup .con {width: calc(100% - 60px); height: 100%; padding: 10px;}
.l-header .side-pickup .con:before, .l-header .side-pickup .con:after {display: none; content: none;}
.l-header .side-pickup .con .list--item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0;}
.l-header .side-pickup .con .list--item:after, .home-news .list--item:before { display: none; content: none; }
.l-header .side-pickup .con .list--item .item-sub { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 60px; margin-right: 10px; }
.l-header .side-pickup .con .list--item .item-main { margin-top: -4px; text-align: left;}
.l-header .side-pickup .con .list--item .category { display: inline-block; width: 100px; padding: 3px 0; margin-right: 10px; background: rgba(42, 24, 0, 0.25); text-align: center; line-height: 1; font-size: 14px;}
.l-header .side-pickup .con .list--item .category span { display: inline-block; font-size: 14px; font-size: 0.875rem; color: #fff; }
_:-ms-fullscreen, :root .l-header .side-pickup .con .list--item .category span { padding-top: 6px; }
.l-header .side-pickup .con .list--item .date { display: inline-block; font-size: 14px; font-size: 0.875rem; line-height: 1;}
.l-header .side-pickup .con .list--item .title { display: block; line-height: 1.4; text-align: left; font-size: 14px;}


.l-header .side-contact {position: fixed; bottom: 80px; right: 0; z-index: 900; -webkit-box-sizing: border-box; box-sizing: border-box; width: 60px; height: 60px; text-align: right; transition: all ease .4s;}

/* 240328 */
.l-header .nav--bnr { display: flex; flex-wrap: wrap; flex-direction: column; margin-top: 12px; opacity: 0; -webkit-transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; transition: opacity 0.3s cubic-bezier(0.67, 0.045, 0.32, 1) 0.4s; }
.l-header .nav--bnr a { display: block; width: 300px; margin: 0 auto 12px; }
.l-header .nav--bnr a:last-of-type { margin-bottom: 0; }
/* /240328 */

/* head-pickup */
/*.l-header .head-pickup {position: relative; top: 0; left: 0; z-index: 900; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 70px; text-align: left; background: #6FBA2C;}

.l-header .head-pickup .tit {width: 50px; height: 100%; text-align: center; color: #FFF; display: flex; justify-content: center; align-items: center;}
.l-header .head-pickup .tit img {max-width: 25px; height: auto;}

.l-header .head-pickup .con {width: calc(100% - 110px); height: 100%; padding: 10px 10px 10px 0;}
.l-header .head-pickup .con:before, .l-header .head-pickup .con:after {display: none; content: none;}
.l-header .head-pickup .con .list--item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0;}
.l-header .head-pickup .con .list--item:after, .home-news .list--item:before { display: none; content: none; }
.l-header .head-pickup .con .list--item .item-sub { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50px; margin-right: 10px; }
.l-header .head-pickup .con .list--item .item-main { margin-top: -4px; text-align: left;}
.l-header .head-pickup .con .list--item .category { display: inline-block; width: 100px; padding: 3px 0; margin-right: 10px; background: rgba(42, 24, 0, 0.25); text-align: center; line-height: 1; }
.l-header .head-pickup .con .list--item .category span { display: inline-block; font-size: 14px; font-size: 0.875rem; color: #fff; }
_:-ms-fullscreen, :root .l-header .head-pickup .con .list--item .category span { padding-top: 6px; }
.l-header .head-pickup .con .list--item .date { display: inline-block; font-size: 14px; font-size: 0.875rem; line-height: 1; color: #fff;}
.l-header .head-pickup .con .list--item .title { display: block; line-height: 1.2; text-align: left; color: #fff; font-size: 14px;}*/

/*.l-header*/
/*=======================================
メニュー
=========================================*/
/*=======================================
フッター
=========================================*/
.l-footer .link { padding: 25px 15px 10px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.l-footer .link:after, .l-footer .link:before { display: none; content: none; }

.l-footer .link a { width: 50%; margin-bottom: 5px; text-align: left; font-size: 14px; font-size: 0.875rem; }

.l-footer .contact { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 15px 0; background: #2A1800; }

.l-footer .contact:after, .l-footer .contact:before { display: none; content: none; }

.l-footer .contact a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 300px; height: 60px; margin: 0 10px; border: 1px solid #fff; }

.l-footer .contact a:after, .l-footer .contact a:before { display: none; content: none; }

.l-footer .contact a span { font-size: 16px; font-size: 1rem; color: #fff; font-weight: bold; }

.l-footer .contact a.white { background: rgba(255, 255, 255, 0.8); }

.l-footer .contact a.white span { font-size: 16px; font-size: 1rem; color: #2A1800; }

.l-footer .footer-inner { background: url(../img/common/footer-bg.jpg) no-repeat center; background-size: cover; }

.l-footer .menu { padding: 30px 0; }

.l-footer .menu a { font-size: 14px; font-size: 0.875rem; display: block; margin-bottom: 10px; color: #fff; }

.l-footer .menu .main-list a { display: block; }

.l-footer .menu .child { padding-left: 15px; }

.l-footer .menu .parent-list a { display: inline-block; margin-right: 10px; }

.l-footer .menu .sub-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.l-footer .menu .main-list li:last-child .sub-list { display: block; }

.l-footer .menu .sub-list .list-inner { display: block; width: 100%;}
.l-footer .menu .sub-list .list-inner > div { display: inline-block; margin-right: 15px; margin-bottom: 5px;}

.l-footer .menu .sub-list:after, .l-footer .menu .sub-list:before { display: none; content: none; }

.l-footer .menu .side-list { margin-top: 15px; width: 110px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.l-footer .menu .side-list:after, .l-footer .menu .side-list:before { display: none; content: none; }

.l-footer .menu .side-list li:nth-child(4) {display: none;}

.l-footer .text-block { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); text-align: center; }

.l-footer .text-block .text1 { color: #fff; font-size: 14px; font-size: 0.875rem; }

.l-footer .text-block .text2 { padding: 30px 12px; max-width: 1000px; margin: 15px auto 0; background: rgba(255, 255, 255, 0.6); }

.l-footer .text-block .text2 .text2-sub { margin-bottom: 15px; font-weight: 700; font-size: 18px; font-size: 1.125rem; }

.l-footer .text-block .text2 .text2-main { text-align: left; }

.l-footer .shop { padding: 30px 15px; background: #E8E6E4; }

.l-footer .shop .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; flex-wrap: wrap; margin: 0 auto; }

.l-footer .shop .list:after, .l-footer .shop .list:before { display: none; content: none; }

.l-footer .shop .list--item { width: 100%; margin-bottom: 15px; text-align: center; background: #FFF; padding: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

.l-footer .shop .list--item .image { width: 35%; padding-right: 10px;}

.l-footer .shop .list--item .txt { width: 65%; text-align: left;}

.l-footer .shop .list--item .title { margin-top: 0; font-size: 14px; font-size: 0.875rem; font-weight: 700; }

.l-footer .shop .list--item .text1 { margin-top: 3px; font-size: 14px; font-size: 0.875rem; line-height: 1.4;}

.l-footer .shop .list--item .text1 span { font-size: 12px; font-size: 0.75rem; }

.l-footer .shop .list--item .text2 { margin-top: 8px; font-size: 16px; font-size: 1rem; line-height: 1; }

.l-footer .shop .list--item .text2 a { font-weight: bold;}

.l-footer .copy { padding: 30px 0 15px; text-align: center; }

.l-footer .copy--text { margin-top: 20px; font-size: 14px; font-size: 0.875rem; }

/* 220726 */
.l-footer {padding-bottom: 50px;}
.fixed-footer { position: fixed; z-index: 91; bottom: 0; left: 0; width: 100%; height: 50px; }
.fixed-footer .contact-btn { width: 85%; background-color: #6fba2c; color: #FFF; display: flex; justify-content: center; align-items: center; }
.fixed-footer .contact-btn .icn-mail { margin-right: 10px; line-height: 1; }
.fixed-footer .contact-btn .contact-btn-txt { font-size: 18px; }
.fixed-footer .l-pagetop-sp { width: 15%; background-color: #FFF; display: flex; justify-content: center; align-items: center; }

/* /220726 */

/*=======================================
ページトップへ
=========================================*/
.l-pagetop { position: fixed; right: 15px; bottom: 15px; z-index: 999; width: 40px; }

/* ----------------------------- 2. トップページ */
/*=======================================
トップページ
=========================================*/
.home-kv { position: relative; z-index: 1; }

.home-kv .slide { position: relative; padding: 0; margin: 0;}

.home-kv .slick-slider {padding: 0;}

.home-kv .slick-dots {display: none !important;  margin-top: -45px;}

.home-kv .slide--item { background-position: center; background-size: cover; background-repeat: no-repeat; height: 31vh; width: 100%; }
.home-kv .slide--item a { display: block; width: 100%; height: 100%;}
.home-kv .slide--item a .link-image { display: none;}
.home-kv .slide--item a .alt_text { display: none;}
.home-kv .fukidashi {display: none !important;}

/*.slide .slide--item::before { display: block; padding-top: 39%; content: ""; }*/
.slide .slide--item .image { position: relative; overflow: hidden; }
.slide .slide--item img { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; width: 100%; }
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div { position: relative; height: 100%; }

.home-kv .slide-animation {animation: fadezoom 8s 0s forwards;}
@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.home-kv .title { -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 230px; bottom: 0; left: 0; right: 0; margin: auto; z-index: 20; width: 200px; height: 200px; padding-top: 30px; text-align: center; background: rgba(255, 255, 255, 0.85); }

.home-kv .title--logo img { max-width: 50%; }

.home-kv .title--text { margin-top: 20px; font-size: 13px; font-size: 0.8125rem; font-family: "游ゴシック", "YuGothic", "ヒラギノゴシック ProN W3", "Hiragino Kaku Gothic ProN", " ＭＳ Ｐゴシック", "ＭＳ ゴシック", 'sans-serif'; font-weight: 400; }
/*.home-kv .title { -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 20; width: 280px; height: 320px; padding-top: 30px; text-align: center; background: rgba(255, 255, 255, 0.85); }

.home-kv .title--text { margin-top: 25px; font-size: 16px; font-size: 1rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-weight: 400; }*/

/*.home-kv .title--btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 240px; height: 50px; margin: 30px auto 0; text-align: center; border: 1px solid #2A1800; }

.home-kv .title--btn:after, .home-kv .title--btn:before { display: none; content: none; }

.home-kv .title--btn span { display: inline-block; }*/


/* リード　-------------------------------------------------- */
.home-lead { padding: 150px 15px 60px; background-color: #E8E6E4; text-align: center; z-index: 0; }
.home-lead .title { font-size: 22px; font-size: 1.375rem; font-family: "游ゴシック", "YuGothic", "ヒラギノゴシック ProN W3", "Hiragino Kaku Gothic ProN", " ＭＳ Ｐゴシック", "ＭＳ ゴシック", 'sans-serif'; font-weight: 700; }
.home-lead .title.fadein { opacity: 1; transform: translate(0, 0);}
.home-lead .text { margin-top: 25px; margin-bottom: 10px; text-align: left; }
.home-lead .text strong { font-weight: bold;}
.home-lead .title--btn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 240px; height: 50px; margin: 30px auto 0; text-align: center; border: 1px solid #2A1800; }
.home-lead .title--btn:after, .home-kv .title--btn:before { display: none; content: none; }
.home-lead .title--btn span { display: inline-block; }


/* お庭ものたがり　-------------------------------------------------- */
.home-story { padding: 60px 0; text-align: center; }
.home-story .list { padding-top: 15px; }
.home-story .list--item { display: block; position: relative; padding: 30px 0; margin-top: 15px; overflow: hidden; }
.home-story .list--item:hover { opacity: 1; }
.home-story .list--item:hover:after { -webkit-transform: scale(1.1); transform: scale(1.1); outline: 1px solid transparent; }
.home-story .list--item:hover:before { opacity: 1; }
.home-story .list--item:hover .item-inner { opacity: 1 !important; }
.home-story .list--item:after { display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: inherit; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transform: rotate(0.0001deg); transform: rotate(0.0001deg); }
.home-story .list--item:before { display: block; content: ''; position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; background: rgba(42, 24, 0, 0.6); -webkit-transition: 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 0; }
.home-story .list--item .item-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; z-index: 2; width: 280px; height: 180px; margin: 0 auto; background: rgba(42, 24, 0, 0.8); -webkit-transition: 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); opacity: 0; }
.home-story .list--item .item-inner:after, .home-story .list--item .item-inner:before { display: none; content: none; }
.home-story .list--item span { font-size: 16px; font-size: 1rem; color: #fff; }


/* 施工事例　-------------------------------------------------- */
.home-works { padding: 150px 15px 60px; text-align: center; background: rgba(115, 68, 6, 0.2); }
.home-lead + .home-works { padding: 60px 0; }
.home-works .tab {display: flex; justify-content: space-between; flex-wrap: wrap; padding: 0 15px;}
.home-works .tab::before, .home-works .tab::after {display: none;}
.home-works .tab--item {display: inline-block; margin: 0 0 10px; border: 1px solid #2A1800; padding: 10px 15px; line-height: 1; width: 48%; cursor: pointer; color: #2A1800;}
.home-works .tab--item.is-active {background: #2A1800; color: #FFF;}
/*.home-works .tab--item:nth-child(2n) { border-right: none;}*/
/*.home-works .tab--item:nth-child(3) { border-right: none; }*/
/*.home-works .tab--item.is-active .tab-inner { background: #fff; font-weight: 700; }*/
.home-works .tab .all { display: block; margin-top: 15px; }
.home-works .tab .all span { display: inline-block; padding-right: 35px; background: url(../img/common/btn-icon1.svg) no-repeat center right; }
/*.home-works .tab .tab-inner { padding: 4px 10px; line-break: 1; }*/
.home-works .tab .tab-inner span { font-size: 18px; font-size: 1.125rem; line-break: 1; }
.home-works .contents { margin-top: 30px; }
.home-works .contents--item { display: none; }
.home-works .contents--item.is-active { display: block; }
.home-works .contents .list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.home-works .contents .list:after, .home-works .contents .list:before { display: none; content: none; }
.home-works .contents .list--item { display: block; width: 48.5%; margin-right: 3%; margin-bottom: 10px; }
.home-works .contents .list--item:first-child { /*width: 100%;*/ }
.home-works .contents .list--item:nth-child(even) { margin-right: 0; }

/* 220725追加 */
html.is-fixed, html.is-fixed body {overflow: hidden;}

.home-works .contents .list .list--item:first-child { display: block; aspect-ratio: 167 / 144; object-fit: cover; background-color: rgba(59, 42, 20, 1); height: 100%; }
.home-works .contents .list .list--item:first-child .item-inner { display: flex; justify-content: center; align-items: center; height: 100%; }
.home-works .contents .list .list--item:first-child .item-inner p {color: #FFF;}

.home-works .contents .list .list--item:first-of-type:hover {opacity: 0.7;}
.home-works .contents .list .list--item:first-of-type::before {opacity: 1;}
.home-works .contents .list--item:first-of-type .item-inner {opacity: 1;}
.home-works .contents .list .list--item.new {overflow: inherit; position: relative;}
.home-works .contents .list .list--item.new:before { content: ""; background-image: url("../img/common/ico-new.png"); background-size: cover; width: 70px; height: 70px; position: absolute; top: -10px; left: -10px; z-index: 90; background-color: transparent; opacity: 1; }

/* pcと共通の記述 */
.popup { display: none; /* height: 100vh; */ width: 92%; max-width: calc(1200px + 6%); background-color: rgba(42,24,0,.7); position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10000; padding: 3%; }
.popup .show { display: flex; justify-content: center; align-items: center; /*height: 100vh;*/ }
.popup .content {
  text-align: center;
}
.popup .bg-sec-b {padding: 0; margin-top: 100px;}
.popup .bg-sec-b h2 { font-style: normal; padding: 0; font-size: 36px; font-weight: 500; line-height: 1.6; color: #FFF; margin: 0 auto 40px; position: relative; border-left: none; max-width: 1200px; }
.popup .bg-sec-b .btnlink .row_col a:hover { background-color: #2A1800; color: #FFF; opacity: 1; }
.popup .bg-sec-b .btnlink .row_col a:hover::after { background: url(../images/common/ico-btn-arrow-w@2x.png) no-repeat center; background-size: 100%; }
.popup .close-btn { position: fixed; top: 26px; right: 10px; }
.popup .close-btn a.close { color: #2A1800; background-color: #FFF; border-radius: 50%; font-size: 2em; font-weight: bold; padding: 0.125em; display: inline-block; line-height: 1; cursor: pointer; /* display: flex; */ -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-shadow: 0 0px 6px rgb(0 0 0 / 16%); }
.is_tablet .popup .close-btn a.close { padding: 0.25em; }
/* /pcと共通の記述 */

/* spのみの記述 */
.popup { width: 100%; height: 100%; padding: 0; top: 0; left: 0; transform: translate(0, 0); overflow: auto; }
.popup .show { height: 100vh; }
.popup .content { width: 90%; }
.popup .bg-sec-b h2 { font-size: 26px; margin: 80px auto 20px; max-width: 100%; }
.popup .bg-sec-b .btnlink .row_col a { /*padding: 10px;*/ }
.popup .close-btn { top: 10px; right: 10px; }
.popup .close-btn a.close { font-size: 2em; width: 1.25em; height: 1.25em; padding: 0 0.125em 0.25em; }
/* /spのみの記述 */
/* /220725追加 */

/* 220913追加 */
/* spのみの記述 */
.home-works .contents .list .list--item.new:before {width: 55px; height: 55px;}
/* spのみの記述 */
/* /220913追加 */


/* ピックアップ　-------------------------------------------------- */
.home-pickup { padding: 60px 0 50px; }
.home-pickup .list1--item { position: relative; max-width: 390px; margin: 10px auto 0; padding: 0 35px;}
.home-pickup .list1--item a { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; }
.home-pickup .list1--item:after, .home-pickup .list1--item:before { display: none; content: none; }
.home-pickup .list1--item .kirakuma { position: absolute; left: 20px; bottom: -20px; width: 120px; height: 90px;}
.home-pickup .list1--item .kirakuma a { display: block;}
.home-pickup .list1--item .kirakuma a img { width: 100%; height: 100%;}
.home-pickup .list1--item .image {width: 240px;}
.home-pickup .list1--item .text { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 65px; padding-left: 10px; }
.home-pickup .list1--item .text--main { font-size: 24px; font-size: 1.5rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; line-height: 1; letter-spacing: 0.05rem; vertical-align: top; }
.home-pickup .list1--item .text--sub { font-size: 14px; font-size: 0.875rem; margin-right: 5px; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; text-orientation: upright; line-height: 1; vertical-align: top; letter-spacing: 0.05rem; }

.home-pickup .list2 { margin-top: 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.home-pickup .list2:after, .home-pickup .list2:before { display: none; content: none; }
.home-pickup .list2--item { display: block; position: relative; z-index: 2; padding: 31% 0 0; width: 31%; margin-right: 2%; margin-top: 10px; background-size: 100%; overflow: hidden; border-radius: 50%; }
.home-pickup .list2--item:nth-child(3n) { margin-right: 0; }
.home-pickup .list2--item:nth-child(5n) { margin-right: 0; }
.home-pickup .list2--item:last-child { margin-right: 0; }
.home-pickup .list2--item:after { display: block; content: ''; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background-image: inherit; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955); -webkit-transform: rotate(0.0001deg); transform: rotate(0.0001deg); border-radius: 50%; }
.home-pickup .list2--item:nth-child(5n) { margin-right: 0; }
.home-pickup .list2--item .item-inner { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-radius: 50%; background: rgba(42, 24, 0, 0.66); -webkit-transition: .4s; transition: .4s; }
.home-pickup .list2--item .item-inner:after, .home-pickup .list2--item .item-inner:before { display: none; content: none; }
.home-pickup .list2--item span { color: #fff; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-size: 3.3vw; }
.home-pickup .list2--item:hover { opacity: 1; }
.home-pickup .list2--item:hover:after { -webkit-transform: scale(1.1); transform: scale(1.1); outline: 1px solid transparent; }
.home-pickup .list2--item:hover .item-inner { width: 90%; height: 90%; background: rgba(255, 255, 255, 0.85); }
.home-pickup .list2--item:hover span { color: #000000; }


/* イベント・ニュース　-------------------------------------------------- */
.home-news { padding: 60px 0; background: #E8E6E4; }
.home-news .news-sub { -webkit-box-flex: 0; -ms-flex: none; flex: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }
.home-news .news-sub:after, .home-news .news-sub:before { display: none; content: none; }
.home-news .news-main { margin-top: 30px; }
.home-news .news-title { font-size: 24px; font-size: 1.3rem; font-weight: 700; font-family: "游ゴシック", "YuGothic", "ヒラギノゴシック ProN W3", "Hiragino Kaku Gothic ProN", " ＭＳ Ｐゴシック", "ＭＳ ゴシック", 'sans-serif'; letter-spacing: 0.1rem; margin-bottom: 10px;}
.home-news .linkbtn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 160px; height: 30px; margin-top: 15px; margin-right: auto; margin-left: auto; border: 1px solid #2A1800; }
.home-news .linkbtn:after, .home-news .linkbtn:before { display: none; content: none; }
.home-news .linkbtn span { font-size: 16px; font-size: 1rem; display: inline-block; padding-right: 35px; background: url(../img/common/btn-icon1.svg) no-repeat center right; }
.home-news .list--item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px 0; border-bottom: 1px solid rgba(42, 24, 0, 0.25); }
.home-news .list--item:after, .home-news .list--item:before { display: none; content: none; }
.home-news .list--item .item-sub { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 105px; margin-right: 15px; }
.home-news .list--item .category { display: inline-block; width: 100px; padding: 2px 0; margin-right: 10px; background: rgba(42, 24, 0, 0.25); text-align: center; line-height: 1; }
.home-news .list--item .category span { font-size: 13px; font-size: 0.8125rem; color: #fff; }
.home-news .list--item .date { display: inline-block; font-size: 14px; font-size: 0.875rem; }
.home-news .list--item .title { display: block; padding-top: 2px; font-size: 16px; font-size: 1rem; }
.home-news .news-sub .tab2 {display: flex; justify-content: space-between; flex-wrap: wrap;}
.home-news .news-sub .tab2:before, .home-news .news-sub .tab2:after {display: none;}
.home-news .news-sub .tab2 a {display: inline-block; margin: 0 0 10px; border: 1px solid #2A1800; padding: 10px 20px; line-height: 1; width: 48%;}
.home-news .news-sub .tab2 a span {color: #2A1800;}
.home-news .news-sub .tab2 a:hover,
.home-news .news-sub .tab2 a.is-active {opacity: 1; background: #2A1800; color: #FFF; font-weight: bold;}
.home-news .news-sub .tab2 a:hover span,
.home-news .news-sub .tab2 a.is-active span { color: #FFF; font-weight: bold;}
.home-news .contents--item{display: none;}
.home-news .contents--item.is-active{display: block;}
.home-news .contents--item .no-item + .list{display: none;}


/* 動画　-------------------------------------------------- */
.home-mv-blog {display: block; margin: auto; max-width: auto; padding: 50px 0 40px; }
.home-mv-blog .home-movie,
.home-mv-blog .home-blog {width: auto;}
.home-mv-blog .home-movie {}
.home-mv-blog .home-movie .mv {text-align: center;}
.home-mv-blog .home-movie .mv-cover {width: auto;}
.home-mv-blog .home-movie .youtube-slider { display: flex; justify-content: space-between; align-items: center; position: relative;}
.home-mv-blog .home-movie .youtube-slider:before,
.home-mv-blog .home-movie .youtube-slider:after,
.home-mv-blog .home-movie .youtube-slider div:before,
.home-mv-blog .home-movie .youtube-slider div:after { display: none; content: none; }
.home-mv-blog .home-movie .youtube-slider .slide-item {margin: 0 30px; width: 300px;}
.home-mv-blog .home-movie .youtube-slider .slide-item a {display: block;}
.home-mv-blog .home-movie .youtube-slider .slide-item .img-box img{width:300px; max-width: 300px; text-align: center;}

.prev-arrow {position: absolute; top: 40%; left: 5px; display: block; width: 20px; height: 40px; margin-top: -20px;}
.next-arrow {position: absolute; top: 40%; right: 5px; display: block; width: 20px; height: 40px; margin-top: -20px;}
.prev-arrow img, .next-arrow img {display: block; width: 100%; height: 100%;}



/* ブログ　-------------------------------------------------- */
.home-mv-blog .list { padding: 0 10px; }
.home-mv-blog .list--item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 15px 0; border-bottom: 1px solid rgba(42, 24, 0, 0.25);  }
.home-mv-blog .list--item:after, .home-mv-blog .list--item:before { display: none; content: none; }
.home-mv-blog .list--item .item-sub { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 105px; margin-right: 15px; }
.home-mv-blog .list--item .category { display: block; width: 200px; padding: 2px 0; margin-right: 10px; background: rgba(42, 24, 0, 0.25); text-align: center; line-height: 1; }
.home-mv-blog .list--item .category span { font-size: 13px; font-size: 0.8125rem; color: #fff; }
_:-ms-fullscreen, :root .home-mv-blog .list--item .category span { padding-top: 6px; }
.home-mv-blog .list--item .date { display: block; font-size: 14px; font-size: 0.875rem; }
.home-mv-blog .list--item .title { display: block; padding-top: 2px; font-size: 16px; font-size: 1rem; }


/* インスタグラム　-------------------------------------------------- */
.home-instagram { padding: 40px 0; background: #E8E6E4;}
.home-instagram .box-inner {width: 100%; margin: auto; text-align: center;}
.home-instagram .box-inner iframe { margin: auto; width: 100% !important; height: auto !important;}

/* イー・ポッケさんのInstagram表示プログラム */
#instagram_posts {
  margin: auto;
  max-width: 800px;
}

ul.instagram_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
ul.instagram_list::before, ul.instagram_list::after {
  content: none;
}
ul.instagram_list > li {
  width: calc((100% - (5px * 4)) / 5);
}
ul.instagram_list > li > a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.instagram_list > li > a > img {
  width: 100%;
  vertical-align: bottom;
}
ul.instagram_list > li > a > video {
  width: 100%;
  vertical-align: bottom;
  z-index: 1000;
}
ul.instagram_list > li > a > div {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.1rem;
  width: 100%;
  color: #000;
  font-size: 0.5rem;
  white-space: nowrap;
  background-color: #FFF;
  opacity: 0.7;
  z-index: 2000;
}


.home-link { margin: auto; padding: 30px 15px 15px; }

.home-link .linkbtn { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 55px; padding: 0 25px; margin-top: 15px; border: 1px solid #2A1800; background: url(../img/common/btn-icon1.svg) no-repeat center right 35px; }

.home-link .linkbtn:after, .home-link .linkbtn:before { display: none; content: none; }

.home-link .linkbtn span { font-size: 16px; font-size: 1rem; font-weight: 500; letter-spacing: 0.1rem; }

/* ----------------------------- 3. 下層ページ */
/*=======================================
OUTDOOR LIVING
=========================================*/
.p-kv { position: relative; width: 100%; height: 100vh; background-size: cover; background-position: center; background-repeat: no-repeat; }

.p-kv .title { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 0 15px; text-align: center; }

.p-kv .link-wrap { position: absolute; bottom: -35px; right: 0; left: 0; margin: auto; width: 100%; padding-right: 15px; text-align: right; }

.p-kv .link-wrap .link { display: inline-block; width: 180px; margin-right: 0; }

.outdoor-contents { margin-bottom: 60px; }

.outdoor-contents .contents-text { padding: 60px 0 60px; font-size: 18px; font-size: 1.125rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-weight: 400; text-align: center; line-height: 2; margin-bottom: 0;}

.outdoor-contents .list { /*sec1*/ /*sec2*/ /*sec1*/ }

.outdoor-contents .list--item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.outdoor-contents .list--item:after, .outdoor-contents .list--item:before { display: none; content: none; }

.outdoor-contents .list--item + .list--item { margin-top: 60px; }

.outdoor-contents .list--item .item-inner { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 280px; padding: 15px; background: rgba(244, 243, 242, 0.9); }

.outdoor-contents .list--item .item-inner:after, .outdoor-contents .list--item .item-inner:before { display: none; content: none; }

.outdoor-contents .list--item .title { font-size: 24px; font-size: 1.5rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-weight: 500; line-height: 1.6; margin: 0; padding: 0;}

.outdoor-contents .list--item .text { margin-top: 15px; margin-bottom: 0; line-height: 1.8; padding: 0;}

.outdoor-contents .list .sec1 .item-block1 { width: 10%; }

.outdoor-contents .list .sec1 .item-block1 .item-inner { margin-right: -50px; margin-right: -4.16667vw; margin-top: 200px; margin-top: 16.66667vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block1 .item-inner { margin-right: -50px; } }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block1 .item-inner { margin-top: 200px; } }

.outdoor-contents .list .sec1 .item-block2 { width: 90%; margin-top: -80px; margin-top: -6.66667vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block2 { margin-top: -80px; } }

.outdoor-contents .list .sec1 .item-block3 { width: 33.3%; text-align: right; }

.outdoor-contents .list .sec1 .item-block3 img { margin-top: -200px; margin-top: -16.66667vw; margin-right: -50px; margin-right: -4.16667vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block3 img { margin-top: -200px; } }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block3 img { margin-right: -50px; } }

.outdoor-contents .list .sec1 .item-block4 { width: 55%; margin-left: auto; margin-top: 100px; margin-top: 8.33333vw; margin-right: 50px; margin-right: 4.16667vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block4 { margin-top: 100px; } }

@media (min-width: 1200px) { .outdoor-contents .list .sec1 .item-block4 { margin-right: 50px; } }

.outdoor-contents .list .sec2 .item-block1 { width: 100%; }

.outdoor-contents .list .sec2 .item-block1 .item-inner { margin-left: auto; }

.outdoor-contents .list .sec2 .item-block2 { width: 67.5%; margin-top: -180px; margin-top: -15vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec2 .item-block2 { margin-top: -180px; } }

.outdoor-contents .list .sec2 .item-block3 { width: 100%; text-align: right; }

.outdoor-contents .list .sec2 .item-block3 img { width: 80%; margin-top: -100px; margin-top: -8.33333vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec2 .item-block3 img { margin-top: -100px; } }

.outdoor-contents .list .sec2 .item-block4 { margin-top: 100px; margin-top: 8.33333vw; margin-right: 50px; margin-right: 4.16667vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec2 .item-block4 { margin-top: 100px; } }

@media (min-width: 1200px) { .outdoor-contents .list .sec2 .item-block4 { margin-right: 50px; } }

.outdoor-contents .list .sec3 .item-block1 { width: 10%; }

.outdoor-contents .list .sec3 .item-block1 .item-inner { margin-right: -50px; margin-right: -4.16667vw; margin-top: 250px; margin-top: 20.83333vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec3 .item-block1 .item-inner { margin-right: -50px; } }

@media (min-width: 1200px) { .outdoor-contents .list .sec3 .item-block1 .item-inner { margin-top: 250px; } }

.outdoor-contents .list .sec3 .item-block2 { width: 90%; margin-top: 100px; margin-top: 8.33333vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec3 .item-block2 { margin-top: 100px; } }

.outdoor-contents .list .sec3 .item-block3 { width: 50%; text-align: right; }

.outdoor-contents .list .sec3 .item-block3 img { margin-top: -200px; margin-top: -80px; margin-top: -6.66667vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec3 .item-block3 img { margin-top: -80px; } }

.outdoor-contents .list .sec3 .item-block4 { width: 33%; margin-left: auto; margin-top: 70px; margin-top: 5.83333vw; margin-right: 100px; margin-right: 8.33333vw; }

@media (min-width: 1200px) { .outdoor-contents .list .sec3 .item-block4 { margin-top: 70px; } }

@media (min-width: 1200px) { .outdoor-contents .list .sec3 .item-block4 { margin-right: 100px; } }

.p-etc { padding: 60px 0; background-color: rgba(42, 24, 0, 0.05); }

.p-etc .etc-title { padding: 0 15px; text-align: center; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-size: 24px; font-size: 1.5rem; margin-bottom: 0;}

.p-etc .list--item { padding: 30px 15px; margin-top: 40px; text-align: center; background-color: #fff; }

.p-etc .list--item .num { font-size: 32px; font-size: 2rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-weight: 700; line-height: 1; margin-bottom: 0; text-align: center;}

.p-etc .list--item .title { margin-top: 10px; margin-bottom: 15px; font-size: 24px; font-size: 1.5rem; font-weight: 700; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; line-height: 1.8;}

.p-etc .list--item .text { line-height: 1.6; margin-bottom: 0; padding: 0; text-align: center;}

.p-etc .list--item .image { margin-top: 25px; }

.p-etc .list--item .image--item { position: relative; }

.p-etc .list--item .image--item:nth-child(1) { margin-bottom: 10px; }

.p-etc .list--item .image--item.arrow { margin-bottom: 54px; }

.p-etc .list--item .image--item.arrow:after { position: absolute; bottom: -40px; left: 0; right: 0; margin: auto; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 25px 80px 0 80px; border-color: rgba(42, 24, 0, 0.3) transparent transparent transparent; }

.p-etc .list--item .image--item span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; width: 80px; height: 30px; line-height: 1; background-color: #2A1800; color: #fff; font-family: 'Times New Roman', Times, serif; font-size: 20px; font-size: 1.25rem; }

.p-etc .list--item .image--item span:after, .p-etc .list--item .image--item span:before { display: none; content: none; }

.p-etc .list--item .size { margin-top: 18px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.p-etc .list--item .size:after, .p-etc .list--item .size:before { display: none; content: none; }

.p-etc .list--item .size p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 110px; height: 34px; margin: 3px; background: #fff; }

.p-etc .list--item .size p:after, .p-etc .list--item .size p:before { display: none; content: none; }

.p-etc .list--item .size span { font-weight: 700; }

.p-etc .list--item .point { margin-top: 15px; }

.p-etc .list--item .point p { font-weight: 700; margin-bottom: 0;}

.p-etc .list--item .point ul { margin-top: 10px; text-align: left; text-indent: -1rem; margin-left: 1rem; }

.p-etc .list--item .point table { width: 100%; }

.p-etc .list--item .point table th { width: 100px; padding: 3px 0; font-weight: 700; text-align: left; }

.p-etc .list--item .point table td { padding: 3px 0; text-align: left; }

/*p-point*/
/*=======================================
きらくま
=========================================*/
.page-kirakuma .kirakuma-etc { background: #fff; padding-bottom: 0; }

.page-kirakuma .kirakuma-etc .list--item { background: #F4F3F2; }

.p-intro { padding: 60px 0 0; }

.p-intro .intro-title { padding: 60px 0 30px; font-size: 24px; font-size: 1.5rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; text-align: center; letter-spacing: 0.1rem; margin-bottom: 0;}

.p-intro .intro-text { padding: 0 15px; font-size: 18px; font-size: 1.125rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; text-align: center; line-height: 2; margin-bottom: 0;}

.p-intro .intro-image { margin: 30px 15px; text-align: center; padding: 0;}

.p-intro .list--item { position: relative; margin-bottom: 60px; }

.p-intro .list--item:after { position: absolute; bottom: -40px; left: 0; right: 0; margin: auto; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 25px 80px 0 80px; border-color: rgba(42, 24, 0, 0.3) transparent transparent transparent; }

.p-intro .list--item:last-child:after { content: none; }

.p-intro .list--item .item-head { margin-bottom: 15px; }

.p-intro .list--item .title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100px; height: 30px; margin-bottom: 15px; background: #2A1800; color: #fff; font-size: 20px; font-size: 1.25rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; }

.p-intro .list--item .item-head .text { margin-bottom: 0; padding: 0; line-height: 1.8;}

.p-intro .list--item .title:after, .p-intro .list--item .title:before { display: none; content: none; }

.p-intro .list--item .text strong { font-weight: 700; }

.p-intro .list--item .image img { display: inline-block; margin-bottom: 10px; }

.p-intro .list--item .image .image-inner img { float: left; width: 49.5%; }

.p-intro .list--item .image .image-inner img:nth-child(2n) { float: right; }

.p-intro .list--item .image .image-box { position: relative; }

.p-intro .list--item .image .image-box .note { position: absolute; top: 0; right: 0; background: rgba(42, 24, 0, 0.5); padding: 0 15px; }

.p-intro .list--item .image .image-box .note span { color: #fff; font-size: 18px; font-size: 1.125rem; }

.p-intro .list--item .image2 { padding: 30px 0 0; }

.p-intro .list--item .image2 .image2--title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 140px; height: 40px; margin: 0 auto 15px; border: 1px solid #2A1800; font-size: 20px; font-size: 1.25rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; }

.p-intro .list--item .image2 .image2--title:after, .p-intro .list--item .image2 .image2--title:before { display: none; content: none; }

.p-intro .list--item .image2 .image2--text {margin-bottom: 0; padding: 0; line-height: 1.8;}

.p-intro .list--item .image2 .image2--image { margin-top: 15px; }

.kirakuma-contents { padding: 60px 0; background: rgba(42, 24, 0, 0.05); }

.kirakuma-contents .contents-text { margin-bottom: 30px; font-size: 24px; font-size: 1.5rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-weight: 400; text-align: center; }

.kirakuma-contents .list { /*sec1*/ /*sec2*/ /*sec1*/ /*sec2*/ }

.kirakuma-contents .list--item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.kirakuma-contents .list--item:after, .kirakuma-contents .list--item:before { display: none; content: none; }

.kirakuma-contents .list--item + .list--item { margin-top: 60px; }

.kirakuma-contents .list--item .item-inner { position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 280px; padding: 30px 15px; background: rgba(255, 255, 255, 0.9); }

.kirakuma-contents .list--item .item-inner:after, .kirakuma-contents .list--item .item-inner:before { display: none; content: none; }

.kirakuma-contents .list--item .num { position: absolute; top: -45px; font-size: 50px; font-size: 3.125rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; margin-bottom: 0; line-height: 1.8; padding: 0;}

.kirakuma-contents .list--item .title { font-size: 24px; font-size: 1.5rem; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-weight: 500; margin: 0;}

.kirakuma-contents .list--item .text { margin-top: 15px; margin-bottom: 0; line-height: 1.8; padding: 0;}

.kirakuma-contents .list .sec1 .item-block1 { width: 10%; }

.kirakuma-contents .list .sec1 .item-block1 .item-inner { margin-right: -50px; margin-right: -4.16667vw; margin-top: 200px; margin-top: 16.66667vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec1 .item-block1 .item-inner { margin-right: -50px; } }

@media (min-width: 1200px) { .kirakuma-contents .list .sec1 .item-block1 .item-inner { margin-top: 200px; } }

.kirakuma-contents .list .sec1 .item-block2 { width: 90%; }

.kirakuma-contents .list .sec1 .item-block3 { width: 33.3%; text-align: right; }

.kirakuma-contents .list .sec1 .item-block3 img { margin-top: -120px; margin-top: -10vw; margin-right: -50px; margin-right: -4.16667vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec1 .item-block3 img { margin-top: -120px; } }

@media (min-width: 1200px) { .kirakuma-contents .list .sec1 .item-block3 img { margin-right: -50px; } }

.kirakuma-contents .list .sec1 .item-block4 { width: 55%; margin-left: auto; margin-top: 180px; margin-top: 15vw; margin-right: 50px; margin-right: 4.16667vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec1 .item-block4 { margin-top: 180px; } }

@media (min-width: 1200px) { .kirakuma-contents .list .sec1 .item-block4 { margin-right: 50px; } }

.kirakuma-contents .list .sec2 .item-block1 { width: 100%; }

.kirakuma-contents .list .sec2 .item-block1 .item-inner { margin-left: auto; }

.kirakuma-contents .list .sec2 .item-block2 { width: 90%; margin-top: -180px; margin-top: -15vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec2 .item-block2 { margin-top: -180px; } }

.kirakuma-contents .list .sec2 .item-block3 { text-align: right; }

.kirakuma-contents .list .sec2 .item-block3 img { width: 80%; margin-top: -100px; margin-top: -8.33333vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec2 .item-block3 img { margin-top: -100px; } }

.kirakuma-contents .list .sec2 .item-block4 { margin-top: 100px; margin-top: 8.33333vw; margin-right: 50px; margin-right: 4.16667vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec2 .item-block4 { margin-top: 100px; } }

@media (min-width: 1200px) { .kirakuma-contents .list .sec2 .item-block4 { margin-right: 50px; } }

.kirakuma-contents .list .sec3 .item-block1 { width: 10%; }

.kirakuma-contents .list .sec3 .item-block1 .item-inner { margin-top: 250px; margin-top: 20.83333vw; margin-right: -50px; margin-right: -4.16667vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec3 .item-block1 .item-inner { margin-top: 250px; } }

@media (min-width: 1200px) { .kirakuma-contents .list .sec3 .item-block1 .item-inner { margin-right: -50px; } }

.kirakuma-contents .list .sec3 .item-block2 { width: 90%; margin-top: 100px; margin-top: 8.33333vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec3 .item-block2 { margin-top: 100px; } }

.kirakuma-contents .list .sec3 .item-block3 { width: 50%; text-align: right; }

.kirakuma-contents .list .sec3 .item-block3 img { margin-top: -200px; margin-top: -40px; margin-top: -3.33333vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec3 .item-block3 img { margin-top: -40px; } }

.kirakuma-contents .list .sec3 .item-block4 { width: 45%; margin-left: auto; margin-top: 70px; margin-top: 5.83333vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec3 .item-block4 { margin-top: 70px; } }

.kirakuma-contents .list .sec4 .item-block1 { width: 100%; }

.kirakuma-contents .list .sec4 .item-block1 .item-inner { margin-left: auto; }

.kirakuma-contents .list .sec4 .item-block2 { width: 90%; margin-top: -180px; margin-top: -15vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec4 .item-block2 { margin-top: -180px; } }

.kirakuma-contents .list .sec4 .item-block3 { text-align: right; }

.kirakuma-contents .list .sec4 .item-block3 img { width: 70%; margin-top: -100px; margin-top: -8.33333vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec4 .item-block3 img { margin-top: -100px; } }

.kirakuma-contents .list .sec4 .item-block4 { margin-top: 100px; margin-top: 8.33333vw; margin-right: 50px; margin-right: 4.16667vw; }

@media (min-width: 1200px) { .kirakuma-contents .list .sec4 .item-block4 { margin-top: 100px; } }

@media (min-width: 1200px) { .kirakuma-contents .list .sec4 .item-block4 { margin-right: 50px; } }

/*=======================================
WinterLifeExterior
=========================================*/
.page-wle { background: url(../img/wle/wle-bg.svg) repeat-y center; background-size: 200% auto; }

.page-wle .wle-etc { background: transparent; padding-bottom: 0; }

.page-wle .wle-etc .list--item { background: #F4F3F2; }

.wle-point { padding: 60px 0; background: rgba(42, 24, 0, 0.05); }

.wle-point .wle-title { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif; font-size: 24px; font-size: 1.5rem; text-align: center; margin-bottom: 0;}

.wle-point .list { margin-top: 30px; }

.wle-point .list--item + .list--item { margin-top: 30px; }

.wle-point .list--item .item-main { margin-top: 25px; }

.wle-point .list--item .title { margin-bottom: 10px; font-size: 20px; font-size: 1.25rem; font-weight: 700; font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;}

.wle-point .list--item .item-main .text {padding: 0;  line-height: 1.8;}

/*=======================================
ペットと暮らす庭づくり
=========================================*/
.page-pet { background: url(../img/pet/pet-bg.svg) repeat-y center; }

.page-pet .p-kv { background-position: center left 30%; }

.page-pet .p-kv .title { max-width: 250px; }

.pet-works .works-text { padding: 60px 15px 15px; font-size: 18px; font-size: 1.125rem; line-height: 2; font-weight: 500; margin-bottom: 0;}

.pet-works .list--item { padding: 60px 0; }

.pet-works .list--item:nth-of-type(2n) { background: rgba(42, 24, 0, 0.05); }

.pet-works .list--item:nth-child(4) { background: #F4F3F1; }

.pet-works .list--item:last-child { padding-bottom: 0; }

.pet-works .list--item .title { padding: 8px 0; margin-bottom: 30px; text-align: center; border: 1px solid #2A1800; border-radius: 80px; line-height: 1.6; font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;}

.pet-works .list--item .title span { font-size: 22px; font-size: 1.375rem; font-weight: 700; }

.pet-works .list--item .text { margin-top: 20px; margin-bottom: 30px; line-height: 1.8; padding: 0;}

.pet-works .list--item .text span { display: block; text-align: center; padding-bottom: 10px; }

.pet-works .list--item .image { text-align: center; }

.pet-works .list--item .image .image-single { position: relative; display: inline-block; }

.pet-works .list--item .image .image-2col { position: relative; }

.pet-works .list--item .image .image-2col img { width: 49.5%; float: left; }

.pet-works .list--item .image .image-2col img:nth-child(2n) { float: right; }

.pet-works .list--item .image .image-3col { position: relative; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.pet-works .list--item .image .image-3col img:nth-child(1) { width: 36.5%; float: left; }

.pet-works .list--item .image .image-3col img:nth-child(2) { width: 62.6%; float: right; }

.pet-works .list--item .image .arrow { margin: 0 auto 60px; }

.pet-works .list--item .image .arrow:before { position: absolute; bottom: -43px; left: 0; right: 0; margin: auto; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 25px 80px 0 80px; border-color: rgba(42, 24, 0, 0.3) transparent transparent transparent; }

.pet-works .list--item .image span { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; top: 0; left: 0; width: 80px; height: 30px; line-height: 1; background-color: #2A1800; color: #fff; font-size: 18px; font-size: 1.125rem; font-weight: 700; letter-spacing: 0.05rem; }

.pet-works .list--item .image span:after, .pet-works .list--item .image span:before { display: none; content: none; }

.pet-works .list--item .point { margin-top: 60px; }

.pet-works .list--item .point--title { margin-bottom: 25px; text-align: center; font-size: 22px; font-size: 1.375rem; font-weight: 700; line-height: 1.5; font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;}

.pet-works .list--item .point--title .icon { display: inline-block; padding: 1px 12px; margin-bottom: 10px; border: 2px solid #2A1800; border-radius: 0 20px 20px 0; line-height: 1; }

.pet-works .list--item .point--title .icon span { font-size: 20px; font-size: 1.25rem; font-weight: 700; line-height: 1; }

.pet-works .list--item .point--image .image-main { margin-top: 15px; }

.pet-works .list--item .point--text { margin-top: 15px; margin-bottom: 0; padding: 0; line-height: 1.8;}

/* ----------------------------- 4. 投稿 */
/*=======================================
サイドバー
=========================================*/
/* ----------------------------- 9. 共通パーツ */
.c-title1 { margin-bottom: 20px; text-align: center; }

.c-title1 span { position: relative; font-size: 30px; font-size: 1.6rem; font-family: "游ゴシック", "YuGothic", "ヒラギノゴシック ProN W3", "Hiragino Kaku Gothic ProN", " ＭＳ Ｐゴシック", "ＭＳ ゴシック", 'sans-serif'; letter-spacing: 0.1em; font-weight: 700; }

.home-mv-blog .home-movie .c-title1 {}
.home-mv-blog .home-movie .c-title1 span {display: inline-block; min-width: 4em;}
.home-mv-blog .home-movie .c-title1 span:after {bottom: 0;}

/*.c-title1 span:after { display: block; content: ''; position: absolute; bottom: -15px; left: 0; right: 0; margin: auto; height: 4px; width: 120px; background: url(../img/common/title-icon1.svg) no-repeat center; background-size: 100%; }*/

.c-btn1 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; max-width: 300px; margin-top: 30px; margin-right: auto; margin-left: auto; height: 50px; border: 1px solid #2A1800; }
.home-works .c-btn1 { color: #2A1800; }

.c-btn1:after, .c-btn1:before { display: none; content: none; }

.c-btn1 span { display: inline-block; padding-right: 35px; background: url(../img/common/btn-icon1.svg) no-repeat center right; }

.c-table__nostyle { width: 100%; }

.c-table__nostyle th, .c-table__nostyle td { padding: 2px 0 !important; border: 0; font-weight: normal; text-align: left; vertical-align: top; background: transparent; }

.c-wrap { padding-left: 15px; padding-right: 15px; }

#__bs_notify__ { display: none !important; }

.pc-inline {display: none !important;}
.sp-inline {display: inline !important;}
.pc-block {display: none !important;}
.sp-block {display: block !important;}
.sp-block.flexbox {display: flex !important;}
