@charset "UTF-8";
/*
Theme Name: CHINOISERIE
Author: kdf
Description: CHINOISERIE MODERN KYOTO
Version:1.5
License: GNU General Public License v2 or later
License URI: LICENSE
*/


body {
margin: 0;
font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
font-size: 16px;
-webkit-text-size-adjust: 100%;
font-weight: 400;
line-height: 2.2em;
background-color: #ffffff;
color: #595757;
background-color: inherit;
text-align: justify;
letter-spacing: 0.07em;
font-feature-settings: "palt";
}

body,html{padding: 0 ;margin: 0!important}

@media only screen and (max-width:520px){
body{line-height: 1.9em;}
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
}

*{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* テキスト */
h1{font-weight: 300;font-size: 1.75em;}
h2{font-size: 1.5em;font-weight: 600}
h3{font-size: 1.375em}
h4{font-size: 1.25em}
h5{font-size: 1.125em}
h6{font-size: 1em}

h1,h2,h3,h4,h5,h6{margin:0 0 10px;}

@media only screen and (max-width:520px){
h1{font-size: 1.375em;}
h2{font-size: 1.25em;}
h3{font-size: 1.25em}
h4{font-size: 1.125em}
h5{font-size: 1em;}
}

h1,h2,h3,h4,h5,h6{margin:0 0 10px;font-weight: 300;}

h1,.mincho{
font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: 300;
}

button, input, label, select, textarea{
font-family: inherit;
font-size: 1em;
}

img{max-width: 100%;height: auto;}
a img{
transition: .6s ease;
-webkit-transition: .6s ease;
-ms-transition: .6s ease;}
a img:hover{opacity: .7;}

ul{padding: 0;margin: 0}
ul li{list-style:none}
a{text-decoration: none;color: #595757;}
p{margin:0 0 1em;}
.bold{font-weight:600}
.sp{display: none!important;}
.ipSp{display: none!important;}

@media only screen and (max-width:768px){
.ip{display: none!important;}
.ipSp{display: inherit!important;}
}

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

.d-flex{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}

.d-flex-around{justify-content: space-around;}
.d-flex-start{justify-content: flex-start;}
.d-flex-end{justify-content: flex-end;}
.d-flex-center{justify-content: center;}
.align-center{align-items: center;}
.align-end{align-items: end;}
.flex-reverse{flex-wrap: wrap-reverse;}
.text-center {text-align: center;}
.text-right{text-align: right;}
.text-justify{text-align: justify;}

p.text-center,.text-center p{line-height: 1.8em;}

.col2{width: 48%;margin-bottom: 30px;}
.col3{width: 30%;margin:0 5% 30px 0;}
.col3:nth-of-type(3n){margin-right: 0;}

@media only screen and (max-width:768px){
.col2{width: 100%;}
.col3{width: 48%;margin-right: 4%;}
.col3:nth-of-type(3n){margin-right: 4%}
.col3:nth-of-type(2n){margin-right: 0;}
}

.clear{clear: both;}
.bold{font-weight:bold;}
.normal{font-weight: normal!important;}
.red{color: #dc3232}
.yellow{color: #f7b52c}
.green{color: #00654b}
.blue{color: #136eab}
.white{color: #ffffff}
.black{color:#595757}
.darkgray{color: #9fa0a0;}

/* ------------------------------------------------
外枠
------------------------------------------------
*/ 

.container-inner{
max-width: 1040px;
padding: 0 20px;
margin: 0 auto;
}


#wrapper{margin-bottom: 10vh;}

@media only screen and (max-width:480px){
.container-inner{padding: 0 15px}
#wrapper{margin-bottom: 5vh;}
}

/* margin */
.mb-1{margin-bottom: 10px;}
.mb-2{margin-bottom: 20px;}
.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}
.mb-6{margin-bottom: 60px;}
.mb-7{margin-bottom: 70px;}
.mb-8{margin-bottom: 80px;}
.mb-9{margin-bottom: 90px;}
.mb-10{margin-bottom: 100px;}

@media only screen and (max-width:520px){
.mb-4{margin-bottom: 20px;} 
.mb-5{margin-bottom: 30px;}
.mb-6{margin-bottom: 40px;}
.mb-7{margin-bottom: 50px;}
.mb-8{margin-bottom: 60px;}
.mb-9{margin-bottom: 70px;}
.mb-10{margin-bottom: 80px;}
}


/* ------------------------------------------------
共通箇所
------------------------------------------------
*/


/* ------------------------------------------------
header 
------------------------------------------------
*/ 

header{
background-color: #ffffff;
position: sticky;
top: 0;
z-index: 220;
width: 100%;
padding: 20px 0;
}

.logo{
width:180px;
line-height: 0;
}

.nav-wrapper,
.header-nav,
.grand-menu,
.sns-area{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}

.nav-wrapper .grand-menu li{
font-size: 14px;
border-left: 1px solid #595757;
}

.grand-menu li{
cursor: pointer ;
}

.nav-wrapper .grand-menu li:last-of-type{
border-right: 1px solid #595757;
}

.nav-wrapper .grand-menu li a{
padding: 0.8em 1.4em;
display: block;
transition: ease .5s;
}

.nav-wrapper .grand-menu li a:hover{
color: #74a7b0;
}

.nav-wrapper .grand-menu li{position: relative;}

.grand-menu li .sub-menu{
position: absolute;
visibility: hidden;
transition: all .4s ease;
top: 85%;
left: 0;
width: 220px;
background-color: #74a7b0;
opacity: 0;

}

.grand-menu li:hover .sub-menu{
display: block;
visibility: visible;
transition: all .4s ease;
opacity: 1;
top: 100%;
}

.grand-menu li .sub-menu li{font-size: 12px;border: none!important;}

.grand-menu .sub-menu li a{
display: block;
padding: 8px 12px;
color: #ffffff;
transition: ease .5s;
}

.grand-menu .sub-menu li a:hover{
color: #ffffff;
background-color: #a9c7cc;
}

.sns-area li{
width: 27px;
height: 27px;
margin: 0 0 0 15px;
}

.black-bg,.ham {display: none;}


@media only screen and (max-width:1000px){
.logo{width: 150px;}
.nav-wrapper .grand-menu li{font-size: 11px;}
.nav-wrapper .grand-menu li a{padding: 0.4em 1.2em;}
.sns-area li{width: 22px;height: 22px;}
}


@media only screen and (max-width:920px){
.logo{width: 120px;}
}


@media only screen and (max-width:768px){
header{padding: 15px 0 15px;}
.logo{width: 180px;}


.nav-wrapper{justify-content: space-between;}
.sns-area{justify-content: center;}
.sns-area li{width: 25px;height: 25px;margin: 0 10px;}

header nav.d-flex{justify-content: space-between;}
.black-bg,.ham {display: inherit;}

.ham {
position: relative;
width: 32px;
height: 32px;
cursor: pointer;
z-index: 300;
}

.ham_l {
position: absolute;
width: 32px;
height: 2px;
right: 0;
background-color: #595757;
transition: all 0.5s;
}

.ham_l-1 {top: 1px;}
.ham_l-2 {top: 10px;}
.ham_l-3 {top: 20px;}

.open .ham_l-1 {transform: rotate(-45deg);top: 11px;}
.open .ham_l-2 {opacity: 0;}
.open .ham_l-3 {transform: rotate(45deg);top: 11px;}


.header-nav,
.nav-wrapper .grand-menu{
display: block;
}

.header-nav{
position: fixed;
top: 0;
right:-100%;
width: 70vw;
height: 100vh;
background-color: #ffffff;
transition: all 0.5s;
opacity: 0;
z-index: 200;
overflow-y: auto;
}

.open .header-nav{right: 0;opacity: 1;}

.black-bg {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100vh;
background-color: #595757;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
cursor: pointer;
z-index: 100;
}

.open .black-bg {opacity: 0.6;visibility: visible;}

.nav-wrapper .grand-menu{padding: 50px 25px;}

.nav-wrapper .grand-menu li{
font-size: 14px;
margin: 0;
border: none;
}

.nav-wrapper .grand-menu li:last-of-type{border: none;}

.nav-wrapper .grand-menu li a {
color: #595757;
display: block;
padding: 12px 0;
border-bottom: 1px solid #595757;
}

.nav-wrapper .grand-menu li .sub-menu{
margin: 0 auto;
position: static;
display: none;
opacity: 1;
transition: all .4s ease;
transform: none;
width: auto;
visibility: inherit;
background-color: #ffffff;
}

.nav-wrapper .grand-menu li .sub-menu li{
margin-bottom: 0;
}

.nav-wrapper .grand-menu li .sub-menu a{
color: #595757;
padding: 12px 20px;
}

.nav-wrapper .grand-menu li .sub-menu li:last-child{
border: none;
margin-bottom: 0;
}

.nav-wrapper .grand-menu .sub-menu li a:hover{
color: #74a7b0;
background-color: #ffffff;
}

.menu-item-has-children a{position: relative;}

.nav-wrapper .menu-item-has-children a::after {
content: "";
position:absolute;
top: 20px;
right: 5%;
display: inline-block;
width: 8px;
height: 8px;
border-bottom: 1px solid #595757;
border-right: 1px solid #595757;
transform: rotate(45deg);
}

.nav-wrapper .menu-item-has-children a.change:hover::after{
transform: rotate(-135deg)!important;
top: 25px;
}

.sub-menu li a::after{
content: none!important;
}

}

@media only screen and (max-width:480px){
.logo{width: 150px;}
.nav-wrapper .grand-menu li{font-size: 12px;}
.nav-wrapper .grand-menu li a{padding: 8px 0;}
.nav-wrapper .grand-menu li .sub-menu a{padding: 8px 15px;}
.nav-wrapper .menu-item-has-children a::after {top: 15px;}
.nav-wrapper .menu-item-has-children a:hover::after{top: 18px;}
}


/* --------------footer-------------- */

footer .logo{margin: 0 auto 20px;}

footer .grand-menu{
margin-bottom: 20px;
justify-content: center;
}

footer .grand-menu li{
font-size: 15px;
margin: 0 15px;
position: relative;
}

footer .grand-menu li a{
padding: 0.2em;
display: inline-block;
position: relative;
}

footer .grand-menu li a::before{
background-color: #595757;
content: "";
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 0;
margin:auto;
transform-origin: right top;
transform: scale(0,1);
transition: transform .8s;
}

footer .grand-menu li a:hover::before{
transform-origin: left top;
transform: scale(1,1);
}

footer .grand-menu li .sub-menu{top: -260%;}
footer .grand-menu li:hover .sub-menu{top: -275%;}

footer .grand-menu .sub-menu li{
font-size: 12px;
margin: 0;
}

footer .grand-menu .sub-menu li a::before{
content: none;
}

footer p{font-size: 0.875em;text-align: center;}

footer .sns-area{justify-content: center;margin-bottom: 30px;}

@media only screen and (max-width:1200px){
footer .grand-menu li{margin: 0 10px;}
}

@media only screen and (max-width:768px){
footer .logo{margin: 0 auto 10px;}
footer .grand-menu li{width: 30%;}
footer .grand-menu li .sub-menu li{width: 100%;}
}

@media only screen and (max-width:520px){
footer .grand-menu{display: none;}
footer p{font-size: 0.75em;}
footer .sns-area{margin-bottom: 15px;}
}



/* ------------------------------------------------
content
------------------------------------------------
*/

/*----------------------------
コンテンツ
----------------------------*/

/* アニメーション設定*/
.fadein{
opacity: 0;
transform: translate3d(0, 60px, 0);
}

.fadein.is-active{
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 1s;
}


/* --------------title-------------- */

.main-tit{
font-size: 1.75em;
font-weight: normal;
letter-spacing: 0.08em;
text-align: center;
margin: 50px 0 30px;
}

.page-tit{
font-size: 1.5em;
font-weight: 600;
margin-bottom: 20px;
}

.blog-tit{
font-size: 1.625em;
font-weight: normal;
letter-spacing: 0.12em;
padding: 0 0 10px;
margin: 40px 0 30px;
text-align: center;
}

@media only screen and (max-width: 600px){
.main-tit{font-size: 1.375em;margin: 30px 0 25px;}
.page-tit{font-size: 1.25em;margin-bottom: 10px;}
.blog-tit{font-size: 1.25em;margin: 15px 0 20px;}
}


/* --------------パンくず-------------- */
ul.breadcrumb{
font-size: 0.75em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 30px 0;
}

ul.breadcrumb li:not(:first-child){margin-left: 10px;}

ul.breadcrumb li:not(:first-child)::before{
content: ">";
padding-right: 10px;
}

ul.breadcrumb li:last-child::after{content: ""}
ul.breadcrumb li:last-child{color: #9fa0a0;}


@media only screen and (max-width:768px){
ul.breadcrumb{font-size: 0.625em;margin: 20px 0;}
}


/* --------------pagination-------------- */

.pagination {text-align: center;}

.nav-links {
display: flex;
justify-content: center;
flex-wrap: wrap;
font-size: 0.875em;
}

.pagination .page-numbers{
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
margin: 0 10px 20px 0;
color: #9fa0a0;
background: #ffffff;
border: 1px solid #9fa0a0;
border-radius: 5px;
line-height: 0;
}

.pagination a:hover{
transition: .3s;
background: #5f8100;
border: 1px solid #5f8100;
color: #ffffff;
}

.pagination .current {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
color: #ffffff;
background: #5f8100;
border: 1px solid #5f8100;
border-radius: 5px;
}

.pagination .dots {background: transparent;}


/* --------------single page-------------- */

.article-post{margin-bottom: 80px;}

.post-item-category{
font-size: 0.813em;
margin-bottom: 10px;
}

.post-item-category a{
color: #ffffff;
display: inline-block;
border: 1px solid #74a7b0;
background-color: #74a7b0;
border-radius: 50px;
padding: 5px 15px;
line-height: 1;
transition: .6s;
}

.post-item-category ul{display: flex;margin-bottom: 10px;}
.post-item-category ul li{margin-right: 10px}

.post-item-category a:hover{
color: #74a7b0;
background-color: #ffffff;
}

.post-item-tags li{
font-size: 0.813em;
letter-spacing: 0.1em;
text-align: center;
display: inline-block;
margin-right: 10px;
}

.post-item-tags li a{color: #9fa0a0;}
.post-item-tags li a::before{content: "#";}

.post-item-tags li a:hover{
transition: .3s;
opacity: .7;
}

figure{margin-bottom: 1em;}


/* --------------2カラム-------------- */
/* 2カラム-side */
.col--l .group{margin-top: 20px;}
.col--l .content{width: 70%;}
.sidebar{width: 26%;}

@media only screen and (max-width: 768px){
.col--l .content{width: 100%;}
.col--l .sidebar{display: none;}
}

.sidebar .side-area{margin-bottom: 50px;}

.sidebar h3{
font-size: 1.125em;
color: #ffffff;
background: linear-gradient(90deg, #bd6981 75%, #ffffff 100%);
padding: 5px 10px;
margin-bottom: 0;
}

.sidebar ul li{
font-size: 1em;
border-bottom: 1px solid #bd6981;
line-height: 1em;
}

.sidebar ul li a{
display: block;
padding: 20px 0;
}

.sidebar .side-active select{
color: #595757;
border: 1px solid #595757;
width: 100%;
padding: 6px;
margin-top: 20px;
}


/* 検索フォーム */
.search-container {
box-sizing: border-box;
position: relative;
border: 1px solid #9fa0a0;
width: 100%;
overflow: hidden;
margin-bottom: 50px;
}

.search-container input[type="text"] {
border: none;
padding: 6px;
width: 100%;
}

.search-container input[type="text"]:focus {
outline: 0;
}

.search-container input[type="submit"] {
cursor: pointer;
background-image: url(./images/common/search.svg);
background-size: 20px;
background-repeat: no-repeat;
background-color: #ffffff;
background-position: 16px 17px;
font-size: 1.3em;
border: none;
position: absolute;
width: 2.5em;
height: 2.5em;
right: 0;
top: -8px;
outline: none;
}

@media only screen and (max-width: 768px){
.search-container{width: 50%;margin: 0 auto 5%}
}

@media only screen and (max-width: 480px){
.search-container{width: 60%;}
}


/* 前後の記事 */
.page-article{margin-top: 80px;}

.previous-article,
.next-article{
width: 35%;
font-size: 0.813em;
}

.previous-article a,
.next-article a{
display: flex;
align-items: center;
}

.previous-article a::before{
content: "";
display: inline-block;
padding-left: 25px;
height: 25px;
margin: 0 10px;
border-left: 1px solid #9fa0a0;
border-bottom: 1px solid #9fa0a0;
transform: rotate(45deg);
}

.next-article a{
justify-content: flex-end;
}

.next-article a::after{
content: "";
display: inline-block;
padding-left: 25px;
height: 25px;
margin: 0 10px;
border-right: 1px solid #9fa0a0;
border-top: 1px solid #9fa0a0;
transform: rotate(45deg); 
}



/* --------------ブログ出力-------------- */

.archive-post{width: 30%;margin:0 5% 40px 0;}
.archive-post:nth-child(3n){margin: 0 0 40px 0;}

.archive-post .post-thumbnail{
overflow: hidden;
line-height: 0;
margin-bottom: 20px;
}

.archive-post img{transition: .7s;}

.archive-post a:hover img{
transform: scale(1.05);
-webkit-transform: scale(1.05);
opacity: 1;
transition: .7s;
}

.post-description h3{
font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
font-weight: 300;
font-size: 1.25em;
text-align: left;
margin-bottom: 0.2em;
}

.post-description p{margin-bottom: 0;}

p.post-time{
font-size: 0.875em;
text-align: right;
margin-bottom: 5px;
}

@media only screen and (max-width: 768px){
.archive-post{width: 48%;margin: 0 4% 30px 0;} 
.archive-post:nth-child(3n){margin: 0 4% 50px 0;}
.archive-post:nth-child(2n){margin: 0 0 30px 0;}
.archive-post .post-thumbnail{margin-bottom: 10px;}
.post-description h3{font-size: 1.125em;}
.post-description p.post-time{font-size: 0.75em;}
.post-description .post-thumbnail{margin-bottom: 10px;}
}

@media only screen and (max-width: 480px){
.post-description h3{font-size: 1em;line-height: 1.4em;}
.post-description p{font-size: 0.875em;line-height: 1.4em;}
}

/* --------------------------------------------------------------------------------------------------------------------------------------------
*
各ページ
*
--------------------------------------------------------
------------------------------------------------------------------------------------
*/


/* ------------------------------------------------
top
------------------------------------------------
*/

.main-slider{
max-width: 1300px;
margin: 0 auto 50px;
}

.content-top{
text-align: center;
margin-bottom: 50px;
}

.content-top h1{
font-size: 1.625em;
margin-bottom: 10px;
}   

#site-content-top .top-tit{
font-size: 1.25em;
border-top: 1px solid #595757;
border-bottom: 1px solid #595757;
text-align: center;
padding: 13px 0;
margin-bottom: 30px;
}

#site-content-top .top-tit span{
font-size: 1rem;
color: #ffffff;
background-color: #ef858c;
border-radius: 50px;
padding: 6px 12px;
margin-right: 8px;
}

#site-content-top .top-blog .col3:nth-of-type(2) .top-tit span{
background-color: #718cc7;
}

.top-blog .archive-post{width: 100%;}
.page-bnr .col3:last-of-type{margin-bottom: 0;}

.moreBtn{
text-align: center;
margin-bottom: 40px;
line-height: 1;
}

.moreBtn a{
display: inline-block;
border: 1px solid #595757;
padding: 0.8em 1.5em;
transition: all .4s;
}

.moreBtn a:hover{
color: #ffffff;
background-color: #595757;
}


@media only screen and (max-width: 920px){
.content-top h1{font-size: 1.375em;}
}

@media only screen and (max-width:520px){
.main-slider{margin: 0 auto 30px;}
.content-top{margin-bottom: 30px;}
.content-top h1{font-size: 1.125em;}
.content-top p br{display: none;}
#site-content-top .top-tit{font-size: 1.125em;}
#site-content-top .top-tit span{font-size: 0.75rem;}


.page-bnr .fadein{margin-bottom: 10px;}
.moreBtn{margin-bottom: 20px;}
.top-blog{margin-top: 50px;}
}



/* ------------------------------------------------
固定ページ
------------------------------------------------
*/


.Pagemain{
position: relative;
line-height: 0;
cursor: none;
}

@media only screen and (max-width:520px){
.Pagemain img{
height: 170px;
object-fit: cover;
object-position: left;
}
}

.fixity h2,.fixity h3{
font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: 300;
}

.fixity h2{
font-size: 1.375em;
line-height: 1.5em;
margin-bottom: 15px;
}

.bnr,
.bnr a{line-height: 0;}

.lead-tit{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}

.lead-tit::before{
content: "";
background-image: url(./images/page/deco.png);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
width: 66px;
height: 40px;
margin-right: 15px;
}


.Btn a{
background-size: contain;
background-position: center;
height: 64px;
background-repeat: no-repeat;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
transition: ease .4s;
}

.Btn a:hover{opacity: .7;}

.BtnB a{
color: #ffffff;
background-image: url(./images/page/btnB.png);
}

.BtnP a{
color: #bd6981;
background-image: url(./images/page/btnP.png);
}

.BtnG a{
background-image: url(./images/page/btnG.png);
}

@media only screen and (max-width:920px){
.fixity h2{font-size: 20px;}
.Btn a{height: 50px;}
}

@media only screen and (max-width:768px){
.fixity h2{font-size: 18px;}
.lead-tit::before{width: 42px;height: 25px;margin-right: 10px;}
.Btn a{height: 70px;margin: 30px auto 0;}
}


@media only screen and (max-width:520px){
.Btn a{margin: 15px auto 0;}
.BtnB a{background-image: url(./images/page/btnBSp.png);}
.BtnP a{background-image: url(./images/page/btnPsp.png);}
.BtnG a{background-image: url(./images/page/btnGsp.png);}
}



/* --------------会社概要-------------- */
.about h2{
border-bottom: 1px solid #595757;
}

.col-l{width: 67%;}
.col-s{width: 30%;}

.ceo{
justify-content: flex-end;
align-items: end;
}

.ceo p{margin-bottom: 0;}

.ceo span{
font-size: 1.375em;
}

.ceo p:last-of-type{
font-size: 0.75em;
}

.about .master{
background-color: #f7f0ef;
padding: 40px;
}
.about .master .d-flex{
border-top: 1px solid #905a72;
border-bottom: 1px solid #905a72;
padding: 20px 0;
}

.about .master .d-flex::before{
content: "";
background-image: url(./images/page/master.svg);
display: inline-block;
background-size: contain;
background-repeat: no-repeat;
padding-left: 38px;
height: 327px;
}

.about .master .col-s{width: 22.5%;}

.about .master h3{
font-size: 1.25em;
color: #905a72;
}

.about .master .col-l p{
font-size: 0.875em;
line-height: 1.8em;
}

.about .master p{
line-height: 2em;
margin-bottom: 0;
}

.about .master .col-s{
font-size: 0.875em;
}

.about dl{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #595757;
padding: 20px 0;
}

.about dl dt{width: 22%;}
.about dl dd{width: 76%;}

.about dl.dl-in{
display: block;
}

.about dl.dl-in .dl-w{width: 100%;}

.about dl.dl-in dl{
border: none;
margin-top: 20px;
padding: 0;
}

.about dl.sm-dl dt{font-size: 0.875em;}

@media only screen and (max-width:768px){
.col-l,
.col-s{width: 100%;}

.about .col-l p{margin-top: 1em;}
.about .master .d-flex::before{
padding-left: 30px;
height: 258px;
}

.about .master .col-l{width: 90%;}
.about .master .col-s{width: 40%;margin: 0 auto;}
.about .master .col-l p{margin-bottom: 1.5em;}

.about dl dt{width: 26%;}
.about dl dd{width: 72%;}
}

@media only screen and (max-width:520px){
.about .master .d-flex::before{
background-image: url(./images/page/masterSp.svg);
width: 100%;;
height: 24px;
margin-bottom: 10px;
}

.about .master{padding: 20px;}
.about .master .d-flex{padding: 15px 0;}
.about .master .col-l{width: 100%;}
.about .master .col-s{width: 70%;}


.about dl{display: block;}
.about dl dt,
.about dl dd{width: 100%;}
.about dl.sm-dl dt{font-size: inherit;}
}


/* --------------シノワズリーモダン京都について-------------- */
.about .col2 h3{
font-size: 1.25em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-bottom: 30px;
}

.about .col2 h3:before{
content: "";
background-image: url(./images/page/tit.svg);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
padding-left: 22px;
height: 22px;
margin-right: 10px;
}

@media only screen and (max-width:480px){
.about .col2 h3{font-size: 1.125em;margin-bottom: 5px;}
.about .col2 h3:before{padding-left: 18px;height: 18px;margin-right: 5px;}
}


/* --------------かわず張りについて-------------- */
.umbrella h2{
border-top: 1px solid #595757;
border-bottom: 1px solid #595757;
position: relative;
padding: 15px 0;
margin-bottom: 40px;
}

.umbrella .fadein{
padding-top: 50px;
}

.umbrella h2:before,
.umbrella h2:after{
content: "";
position: absolute;
background-color: #595757;
width: 100%;
height: 1px;
left: 0;
}

.umbrella h2:before{top: 5px;}
.umbrella h2:after{bottom: 5px;}

@media only screen and (max-width:520px){
.umbrella h2{margin-bottom: 20px;}
}


/* --------------ブランド-------------- */
.brand h2{
color: #ffffff;
padding: 10px ;
background-color: #bd6981;
position: relative;
}

.brand h2::before{
background-image: url(./images/page/decoW.png);
}

.brand h2 span{
width: 176px;
height: 26px;
position: absolute;
right: 20px;
}

.brand-col li{width: 24%;}

.brand-con{
border-top: 1px solid #bd6981;
border-bottom: 1px solid #bd6981;
padding: 30px 0 0;
margin-bottom: 40px;
}

.brand-con .d-flex{
border-bottom: 1px solid #595757;
}

.brand-con .d-flex:nth-of-type(2){
padding-top: 30px;
margin-bottom: 30px;
}

.brand-con .d-flex h3{
color: #bd6981;
}

.brand-con h4{
font-size: 1.125em;
color: #ffffff;
background: linear-gradient(90deg,#bd6981 75%,#ffffff 100%);
padding: 20px 10px;
}

.brand-con .d-flex:nth-of-type(2) p:first-of-type{
font-size: 1.125em;
}

.brand-con .d-flex:nth-of-type(2) p:last-of-type{
font-size: 0.875em;
line-height: 2em;
}

.brand .col3 p{
font-size: 0.875em;
line-height: 2em;
margin-bottom: 0;
}
.brand .col3 p:last-of-type{text-align: right;}

.brandBtn{margin: 0 auto;}

.brand .mb-5:nth-of-type(2) h2{
background-color: #e9b669;
}


@media only screen and (max-width:620px){
.brand-col li{width: 48%;}
.brand h2 span{width: 140px;height: 20px;}
.brand .col3{width: 100%;margin: 0;}
.brand .col3 p:last-of-type{margin-bottom: 1.5em;}
}

@media only screen and (max-width:480px){
.brand h2 span{width: 120px;height: 17px;right: 10px;}
.brand .mb-5:nth-of-type(2) h2{font-size: 1em;}
}




/* --------------お問い合わせ-------------- */
.contact-inner{margin-top: 60px;}

.contact dl{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
}

.contact dl dt{width: 25%;}
.contact dl dd{width: 72%;}

.contact p span,
.contact dt span{
font-size: 0.813em;
color: #ff0000;
}

.contact dl dd.d-flex div{width: 48.5%;}

.contact dl dd span input,
.contact dl dd span textarea{
font-size: 1em;
display: block;
width: 100%;
padding: 10px 12px;
background-color: #f2f2f2;
border: none;
}

@media only screen and (max-width: 520px){
.contact-inner{margin-top: 30px;}
.contact dl dt,
.contact dl dd{width: 100%;}
.contact dl{margin-bottom: 30px;}
}

.contact-btn{
max-width: 318px;
margin: 0 auto 20px;
display: block;
text-align: center;
}

.contact-btn input{
font-size: 1em;
width: 100%;
background-color: #595757;
border: 1px solid #595757;
border-radius: 50px;
color: #ffffff;
transition: .5s ease;
padding: 15px;
}

.contact-btn input:hover{
cursor: pointer;
background-color: #ffffff;
color: #595757;
}

.contact .text-center .orange{font-size: 45px;}

.contact select{padding: 10px 15px;}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
border: none;
text-align: center;
color: #dc3232;
}

.wpcf7-radio .wpcf7-list-item input{
display: inherit;
width: inherit;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after{
content: none;
}

.wpcf7-list-item{margin: 0 0 0 1.2em;}
.wpcf7-list-item:first-child{margin: 0;}


@media only screen and (max-width: 768px) {
.wpcf7-list-item{font-size: 13px;}
.contact .wpcf7-form input[type="submit"]{padding: 15px 10px;}
.contact .text-center .orange{font-size: 1.75em;}
}

@media only screen and (max-width: 520px){
.contact .text-center .orange{font-size: 1.125em;}
.wpcf7-list-item:nth-child(3){margin:0}
} 

/* reCAPTCHA */
.contact-privacy{
text-align: center;
font-size:0.875em;
}

.grecaptcha-badge { visibility: hidden; }


/* --------------お問い合わせ-------------- */
.contact h1{
font-size: 1.5em;
border-top: 1px solid #595757;
border-bottom: 1px solid #595757;
position: relative;
padding: 15px 0;
margin-bottom: 40px;
}

.contact h1:before,
.contact h1:after{
content: "";
position: absolute;
background-color: #595757;
width: 100%;
height: 1px;
left: 0;
}

.contact h1:before{top: 5px;}
.contact h1:after{bottom: 5px;}

.contact h4{
border-bottom: 1px solid #595757;
display: inline-block;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
max-width: 220px;
margin-bottom: 20px;
}

.contact h4::before{
content: "";
background-color: #136eab;
display: block;
width: 15px;
height: 15px;
margin-right: 10px;
}

.formBtn{
max-width: 300px;
margin: 0 auto;
}

.formBtn a{
color: #ffffff;
display: block;
text-align: center;
background-color: #136eab;
border: 1px solid #ffffff;
box-shadow: 0 0 0px 10px #136eab;
padding: 5px 15px;
transition: ease .4s;
}

.formBtn a:hover{opacity: .7;}

@media only screen and (max-width:480px){
.contact h1{font-size: 1.25em;margin-bottom: 20px;}
.contact h4::before{margin-right: 5px;}
}
