@charset "UTF-8";
/*
Theme Name: kawasecoffee
Author: kdf
Description: かわせコーヒー焙煎所
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: 2em;
background-color: #ffffff;
color: #333333;
background-color: inherit;
text-align: justify;
letter-spacing: 0.04em;
}

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

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-size: 1.75em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.25em}
h4 {font-size: 1.125em}
h5 {font-size: 1em}
h6 {font-size: 0.875em}

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

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

.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: #333333;}
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%;}
.col3{width: 30%;margin-right: 5%;margin-bottom: 30px;}
.col3:nth-of-type(3n){margin-right: 0;}

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

@media only screen and (max-width:520px){
.col3{width: 100%;}
}


.clear{clear: both;}
.bold{font-weight:bold;}
.normal{font-weight: normal!important;}
.pink{color: #f4aba7}
.red{color: #dc3232}
.orange{color: #ec6c00}
.yellow{color: #f7b52c}
.green{color: #3c9638}
.blue{color: #0082c8}
.white{color: #ffffff}
.black{color:#333333}
.darkgray{color: #b4b4b5;}


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

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

.container-min-inner{
max-width: 750px;
margin: 0 auto 50px;
}


main{margin-bottom: 100px;}

@media only screen and (max-width:920px){
main{margin-bottom: 50px;}
}

/* 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-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{
padding: 15px 0;
background-color: rgb(255,255,255,0.8);
position: sticky;
top: 0;
z-index: 220;
width: 100%;
}

#header-logo{
width: 20%;
height: auto;
z-index: 210;
line-height: 0;
}

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

#nav-wrapper{width: 72%;}

.nav-wrapper ul.grand-menu{
width: 92%;
border-right: 1px solid #333333;
}

.nav-wrapper ul.grand-menu li{
font-size: 14px;
text-align: center;
line-height: 1.4em;
width: calc(100%/7);
border-left: 1px solid #333333;

}

.nav-wrapper ul.grand-menu li a{
padding: 0.3em 0.2em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

ul.grand-menu li a{
transition: ease .4s;
}


ul.grand-menu li a:hover{
color: #f4aba7;
}

ul.grand-menu li .sub-menu{
position: absolute;
visibility: hidden;
transition: all .4s ease;
left: 0;
width: 230px;
opacity: 0;
}


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

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


.sub-menu li a{
display: block!important;
padding: 0.8em!important;
color: #ffffff;
}

ul.grand-menu li .sub-menu li a:hover{
background-color: #355497;
color: #ffffff;
transition: .5s;

}

ul.grand-menu li .sub-menu li a:hover::before{
transform-origin: 0;
transform: scale(0);
}


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

@media only screen and (max-width:1200px){
ul.grand-menu li{
font-size: 13px;
}
}

@media only screen and (max-width:1000px){

#header-logo{width: 150px;}

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

.ham_l {
position: absolute;
width: 32px;
height: 2px;
left: 0;
background-color: #f4aba7;
transition: all .4s;
}

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

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

#nav-wrapper{width: auto;}

.header-nav {
position: fixed;
right: -100%;
top: 0;
width: 50%;
height: 100vh;
background-color: #f4aba7;
transition: all .4s;
z-index: 220;
overflow-y: auto;
padding: 50px 30px;
display: block;
}

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

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

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


.nav-wrapper ul.grand-menu{
width: 100%;
display: block;
border-right: none;
}

.nav-wrapper ul.grand-menu li{
width: 100%;
border-left: none;
text-align: left;
border-bottom: 1px solid #ffffff;
}


.nav-wrapper ul.grand-menu li br{display: none;}

.nav-wrapper ul.grand-menu li a{
color: #ffffff;
display: block;
padding: 10px;
}

.nav-wrapper ul.grand-menu li a::before{
content: none;
}

.open .nav-wrapper ul.grand-menu {display: block;transition: .4s;}

.nav-wrapper ul.grand-menu li .sub-menu{
position: static;
display: none;
transition: all .4s ease;
left: 0;
width: auto;
opacity: 0;
}

.nav-wrapper ul.grand-menu li:hover .sub-menu,
.nav-wrapper ul.grand-menu li .sub-menu li:hover .sub-menu{
display: block;
visibility: visible;
transition: all .4s ease;
opacity: 1;
}

.nav-wrapper ul.grand-menu li .sub-menu li a{
padding: 10px 10px 10px 40px!important;
}

.nav-wrapper ul.grand-menu li .sub-menu li a:hover{
background-color: #ffffff;
transition: .5s;
}

header .sns-area{
margin-top: 40px;
justify-content: flex-start;
}

}

@media only screen and (max-width:520px){
.header-nav{width: 80%;padding: 50px 20px;}
#header-logo{width: 120px;}
}


.sns-area{
width: 30px;
}


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

footer{
padding: 0 0 30px;
}

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

footer .sns-area{
margin: 20px auto ;
}


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

footer ul.grand-menu li{
margin: 0 15px;
}

footer ul.grand-menu li .sub-menu{
left: 0;
top: -85px;
opacity: 0;
}

p.copyright{
font-size: 14px;
text-align: center;
margin-bottom: 0;
}


@media only screen and (max-width: 768px){
footer ul.grand-menu{justify-content: flex-start;text-align: center;}
footer ul.grand-menu li{
width: calc(100%/4);
font-size: 13px;
margin: 0 0 10px;
}
}


@media only screen and (max-width: 480px){
footer ul.grand-menu li{width: calc(100%/3);}
.footer-logo{max-width: 250px;}
}




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

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


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

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


/* --------------パンくず-------------- */
ul.breadcrumb{
font-size: 0.8em;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 50px 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: #b4b4b5}


@media only screen and (max-width:768px){
ul.breadcrumb{justify-content: flex-start;font-size: 0.677em;margin: 30px 0;}
}

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


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

.pagination {text-align: center;}

.nav-links{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

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

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

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

.pagination .dots {background: transparent;}


/* ------------------------------------------------
ブログ
------------------------------------------------
*/

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

.post-thumbnail {
overflow: hidden;
line-height: 0;
margin-bottom: 10px;
display: block;
position: relative;
}

.post-thumbnail img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
object-fit: cover;
}

.post-thumbnail::before {
content: "";
display: block;
padding-top: 100%;
}

.archive-post img{transition: transform .4s;}

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

.post-description {
margin-top: 15px;
}

.post-description h4{
font-size: 1.125em;
line-height: 1.6em;
margin-bottom: 0;
}

.post-description p{
line-height: 1.7em;
margin-bottom: 0;
}

.post-time{
text-align: right;
margin-bottom: 0.2em;
}

@media only screen and (max-width: 768px){
.archive-post,
.archive-post:nth-child(3n){width: 48%;margin: 0 4% 25px 0;} 
.archive-post:nth-child(2n){margin: 0 0 25px 0;}
.archive-post .post-categories li a{font-size: 12px;}
}

@media only screen and (max-width: 520px){
.archive-post h3{font-size:1em;line-height:1.5em}
.archive-post p{font-size:0.8em}
}

/* カテゴリー お知らせ */
.post-news{
border-bottom: 1px solid #333333;
}

.post-news a{
display: block;
padding: 15px 0;
}

.post-news p{margin: 0;}

.category-news .pagination{margin-top: 50px;}


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

.main-tit{
font-size: 2em;
margin-bottom: 40px;
text-align: center;
margin-bottom: 50px;
}

.page-tit{
font-size: 1.8em;
font-weight: 600;
text-align: center;
margin: 30px auto 40px;
}

.blog-tit{
font-size: 1.5em;
text-align: center;
font-weight: 600;
margin: 0 0 40px;
}


@media only screen and (max-width: 520px){
.main-tit{font-size: 1.5em;margin-bottom: 20px;}
.page-tit{font-size: 1.8em;margin: 0 auto 20px;}
.blog-tit{font-size: 1.125em;margin: 10px 0;}
}



/* ------------------------------------------------
投稿ページ
------------------------------------------------
*/

.col--l .content{width: 70%;}
.sidebar{width: 25%;}

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

.col--l .content p a{
font-size: 1.2em;
color: #355497;
border: 2px solid #355497;
border-radius: 50px;
padding: 12px 20px;
display: inline-block;
}

.col--l .content p a:hover{
opacity: 1;
color: #ffffff;
background-color: #355497;
}

@media only screen and (max-width: 768px){
.col--l .content{width: 100%;}
.col--l .sidebar{display: none;}
.col--l .content p a{font-size: 1em;padding: 10px 15px;border: 1px solid #355497;}
}


.post-item{margin-top: 50px;}

.post-tags{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

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

.post-tags li a{color:#b4b4b5;}
.post-tags li a::after{content: ",";}
.post-tags li:last-of-type a::after{content: none;}
.post-tags li{margin-right: 5px;}

@media only screen and (max-width: 768px){
.post-item{margin-top: 30px;}
}


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

.sidebar h3{
font-size: 1.125em;
background-color: #f9cfcb;
line-height: 1.1em;
padding: 10px;
margin: 0;
}

.sidebar .side-area ul li{
border-bottom: 1px dashed #333333;
}


.sidebar .side-area ul li a{
display: block;
padding: 15px 0;
}


.sidebar .side-active select{
color: #333333;
border: 1px solid #333333;
width: 100%;
padding: 5px;
margin-top: 15px;
}



/* 検索フォーム */
.search-container {
box-sizing: border-box;
position: relative;
border: 1px solid #b4b4b5;
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%;}
}

.sidebar .side-active select{
width: 100%;
padding: 5px
}


@media only screen and (max-width: 520px){
.page-article{margin-top: 30px;margin-bottom: 15px;}
.previous-article,
.next-article{width: 100%;}
.previous-article{margin-bottom: 20px;}
.previous-article a::before,
.next-article a::after{padding-left: 11px;height: 11px;}
.side-area{margin-bottom: 20px;}
}


/* 関連記事 */
.related-tit{
font-size: 1.2em;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding: 8px;
margin-bottom: 30px;
}


.related .post-description p{
font-size: 0.875em;
margin-bottom: 0;
}

.post-description h4{
font-size: 1em;
}



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

.page-article li img{
width: 100px;
height: 100px;
object-fit: cover;
}

.page-article li p{
margin: 0 20px;
}

.previous-article,
.next-article{
width: 40%;
font-size: 13px;
}

@media only screen and (max-width: 920px){
.previous-article,
.next-article{width: 100%;padding: 10px;}
}


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

.previous-article a::before,
.next-article a::after{
content: "";
display: inline-block;
padding-left: 20px;
height: 20px;
margin: 0 10px;
transform: rotate(45deg);
}

.previous-article a:before{
border-left: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
}

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

.next-article a::after{
border-right: 3px solid #dddddd;
border-top: 3px solid #dddddd;
}



.col--l p,figure{margin-bottom: 1.5em;}




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



/*----------------------------
top
----------------------------*/
#site-content-top{margin-top: 90px;}
#site-content-top h1{margin-bottom: 30px;}
#site-content-top section{padding-top: 70px;margin: 0;}

@media only screen and (max-width:520px){
#site-content-top section{padding-top: 50px;}
}


/* パララックス */
.section-top-main {
position: relative;
height: 580px;
overflow: hidden;
margin-bottom: 50px;
}

.section-top-main__bg {
position: absolute;
top: -80px;
left: 0;
width: 100%;
height: calc(100% + 160px);
z-index: 0;
will-change: transform;
}

.section-top-main__bg img {
width: 100%;
height: 100%;
object-fit: cover;
}

.section-top-main .container-inner {
position: relative;
z-index: 1;
display: flex;
align-items: center;
height: 100%;
}

.section-tit{
position: relative;
width: 500px;
z-index: 2;
will-change: transform;
}

#site-content-top h3{
font-size: 1.375em;
text-align: center;
border-top: 1px solid #333333;
border-bottom: 1px solid #333333;
padding: 15px;
margin-bottom: 40px;
}


@media only screen and (max-width: 1300px){
.section-top-main {height: 380px;}
.section-top-main .container-inner{padding: 0 60px;}
.section-tit{width: 350px;}
.section-top-main__bg img {object-position: 80% center;}
}

@media only screen and (max-width: 620px){
.section-top-main {height: 270px;}
.section-tit{width: 250px;}
}

@media only screen and (max-width: 480px){
#site-content-top{margin-top: 40px;}
.section-top-main {margin-bottom: 30px;}
.section-top-main .container-inner{padding: 0 30px;justify-content: center;}
#site-content-top h3{font-size: 1.25em;}
}


/* Quality & Value */
#commitment h3{
border-top: 2px solid #f4aba7;
border-bottom: 2px solid #f4aba7;
padding: 15px;
}

.commitment-inner{
counter-reset: item;
}

.commitment-inner .d-flex{
align-items: center;
margin-top: 50px;
}

.commitment-inner h4{
font-size: 1.375em;
counter-increment: item;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
margin-bottom: 2em;
}

.commitment-inner h4:before{
content: counter(item);
font-size: 3.5em;
font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
font-weight: 300;
color: #f4aba7;
margin-right: 10px;
}

@media only screen and (max-width: 768px){
.commitment-inner h4{margin-bottom: 1em;}
}

@media only screen and (max-width: 480px){
.commitment-inner .d-flex{margin-top: 25px;}
.commitment-inner h4{font-size: 1.25em;margin-bottom: 0.2em;}
.commitment-inner h4:before{
font-size: 2.5em;
}
}


/* How to enjoy */
#enjoy .section-top-main{margin-bottom: 100px;}

#enjoy .col3{
text-align: center;
border: 1px solid #333333;
border-bottom: 0;
padding: 70px 40px 20px;
position: relative;
margin-bottom: 80px;
}

#enjoy .col3 .point-number{
font-size: 0.75em;
text-align: center;
background-color: #f4aba7;
width: 80px;
height: 80px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: 2em;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#enjoy .col3 .point-number span{
font-size: 2.5em;
width: 100%;
}

#enjoy .col3 h4{
font-size: 1.25em;
}

#enjoy .col3 p{
text-align: justify;
}


@media only screen and (max-width: 768px){
#enjoy .d-flex{
justify-content: space-between;
}
}

@media only screen and (max-width: 520px){
#enjoy .section-top-main{margin-bottom: 60px;}
#enjoy .col3{margin-bottom: 60px;}
#enjoy .col3:last-of-type{margin-bottom: 0;}
}



/* wholesale */
#wholesale h4{
font-size: 1.375em;
}

.aboutBtn{
font-size: 1.125em;
text-align: center;
}

.aboutBtn a{
display: block;
border: 2px solid #f4aba7;
background-color: #f4aba7;
padding: 10px;
transition: ease .4s;
}

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

/* 店舗情報 */
#access .d-flex{align-items: center;}

#access .col2{margin-bottom: 30px;}
#access .col2:last-of-type{padding: 0 70px;}

@media only screen and (max-width: 480px){
#access .col2:last-of-type{padding: 0 15px;}
}

/* お問い合わせ */
#contact p{
font-size: 2em;
}

.contactBtn{
font-size: 1.125em;
text-align: center;
max-width: 500px;
margin: 0 auto;
}

.contactBtn a{
display: block;
border: 2px solid #f4aba7;
padding: 15px;
transition: ease .4s;
border-radius: 10px;
}

.contactBtn a:hover{
background-color: #f4aba7;
}

@media only screen and (max-width: 480px){
#access .col2:last-of-type{padding: 0 15px;}
}


/*----------------------------
卸しをご希望の方へ
----------------------------*/

.wholesale h2{
height: 50px;
margin: 0 auto 10px; 
}

.wholesale h2 img{
height: 100%;
}


.text-indent li{
text-indent: -1em;
padding-left: 1em;
}

.wholesale-intro{
text-align: center;
margin-bottom: 30px;
}

.wholesale-intro p{
font-size: 1.25em;
font-weight: 600;
}

.back-p{
background-color: #faf2e9;
padding: 70px 0;
}

.back-dp{
background-color: #f9cfcb;
padding: 70px 0;
}

.wholesale-col-1 .slick-slide{
margin: 0 20px;
}

.wholesale-col-1 h3{
border-bottom: 1px solid #333333;
text-align: center;
margin: 20px 0 15px;
padding: 0 0 10px;
}


.wholesale-col-2-inn{
border-top: 10px solid #f4aba7;
border-bottom: 10px solid #f4aba7;
padding: 40px 0;
}

.wholesale-col-2 dl{
margin-bottom: 1em;
}

.wholesale-col-2 dl dt{
font-size: 1.125em;
font-weight: 600;
color: #f4aba7;
border-bottom: 1px solid #f4aba7;
padding-bottom: 0.2em;
margin-bottom: 0.5em;
}

.wholesale-col-3 h3{
text-align: center;
border: 2px solid #f4aba7;
border-radius: 50px;
padding: 5px;
margin: 10px 0 20px;
}

.wholesale-col-3 .d-flex:last-of-type{
border: 1px solid #f4aba7;
border-radius: 15px;
padding: 30px;
}

.wholesale-col-4 h3{
border-bottom: 2px solid #f4aba7;
padding-bottom: 0.2em;
margin-bottom: 0.5em;
}

.wholesale-col-5 .d-flex{margin-bottom: 20px;}

.flow-number{
font-size: 1.5em;
color: #ffffff;
width: 70px;
height: 70px;
border: 2px solid #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.flow-number::after{
content: "";
display: inline-block;
left: 50%;
bottom: -35px;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 15px solid #ffffff;
position: absolute;
}

.wholesale-col-5 .col2 .d-flex:last-of-type .flow-number::after{
content: none;
}

.wholesale-col-5 dl{
width: 83%;
margin-bottom: 20px;
}

.wholesale-col-5 dl dt{
font-size: 1.25em;
font-weight: 600;
}

@media only screen and (max-width: 768px){
.wholesale-col-5 .col2:first-of-type{margin-bottom: 30px;}
}


@media only screen and (max-width: 520px){
.flow-number{margin-bottom: 15px;padding: 5px;}
.flow-number,.wholesale-col-5 dl{width: 100%;height: auto;}
.flow-number::after{content: none;}
}



/*----------------------------
contact
----------------------------*/
.contactBnr{
font-size: 1.5em;
}

.contactBnr a{
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
text-align: center;
margin-bottom: 30px;
position: relative;
margin: 0 auto 30px;
background:
url(./images/page/back02_left.png) left center no-repeat,
url(./images/page/back02_right.png) right center no-repeat,
#9ec7c0;
background-size: 280px auto;
height: 150px;
}


@media only screen and (max-width:768px) {
.contact .d-flex .col2{
height: 200px;
margin-bottom: 30px;
}

.contact .d-flex .col2 img{
width: 100%;
height: 100%;
object-fit: cover;
}
}


@media only screen and (max-width:480px) {
.contact .d-flex .col2{
height: 120px;
}

.contactBnr{font-size: 1em;}
.contactBnr a{
background-size: 140px auto;
height: 75px;
}
}

/* --------------お問い合わせ-------------- */
.contact-inner{max-width: 950px;margin: 40px auto 0;}

.contact dl{margin-bottom: 50px;}
.contact dl dt{width: 100%;margin-bottom: 5px;}

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

.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;
}


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

.contact-btn input{
font-size: 1.125em;
width: 100%;
background-color: #f4aba7;
border: 2px solid #f4aba7;
border-radius: 20px;
transition: .5s ease;
padding: 15px;
}

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

.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;}


.fixity .contact-privacy{
text-align:center;
font-size:0.875em;
}

@media only screen and (max-width:1000px){
.wpcf7-list-item{font-size: 13px;}
}


@media only screen and (max-width: 768px) {
.wpcf7-list-item{font-size: 1em;width: 100%;margin: 0;}
.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}
}

@media only screen and (max-width: 480px){
.contact dl{margin-bottom: 40px;}
}





