@charset "utf-8";

#key .menu{
    background:#574474;
    }    

#key ul {
    margin: 0 auto;
    width: 1240px;
    overflow: hidden;
}

#key ul li {
	margin: 0 40px 0 0;
	float: left;
    line-height: 50px;
    color:#fff;
    font-size: 1.6px;
    font-size: 1.6rem;
}

#key ul li:nth-child(2),
#key ul li:nth-child(3),
#key ul li:nth-child(4){
	margin: 0 20px 0 0;
}

#key ul li a{
    color:#fff !important;
    background: url("../img/common/icn_circle_arrow_right_08.svg")no-repeat left center;
    font-size: 1.6px;
    font-size: 1.6rem;
    line-height: 50px;
    padding-left: 20px;
}

#contents h2 {
    margin-bottom: 20px;
    background: url(../img/common/line_2color.svg) no-repeat left center;
    background-size: 3px auto;
    padding-left: 10px;
    line-height: 50px;
    font-size: 34px;
    font-family: 'Noto Serif JP', serif;
    clear: both;
}

#contents h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 10px;
}

.box {
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    position: relative;
}

.box.borderB {
    padding-bottom:50px;
    margin-bottom: 50px;
    border-bottom:1px solid #e5e5e5;
}

.box p + p{
    margin-top:30px;
}

.box .column{
    overflow:hidden;
    clear:both;
}

.box .column .floatL{
    width:600px;
    float:left;
}

.box .column .floatR{
    width:600px;
    float:right;
}

.box .column .floatR img{
    width:100%;
    height:auto;
}

.box .column .item{
    width:600px;
    float:left;
}

.box .column .item + .item{
    float:right;
}

.box .column .item .pic{
    width:250px;
    float:left;
}

.box .column .item .pic img{
    width:100%;
    height:auto;
}

.box .column .item .txt{
    width:330px;
    float:right;
}

.box .column .item .txt h4{
    font-size: 20px;
    font-size: 2.0rem;
    color:#7c913e;
    font-weight:bold;
    margin-bottom:10px;
}

.box .column .item .txt h4 span{
    font-size: 16px;
    font-size: 1.6rem;
}

.box .column .item .txt p{
    margin-bottom:10px;
}

.box .column .item .txt p.link{
    margin:0;
}

.box .column .item .txt p.link a{
    background: url("../img/common/icn_circle_arrow_right_09.svg")no-repeat left center;
    padding-left: 17px;
}

.box .column .item .txt p.link a[target="_blank"]:after {
    content:"";
    display: inline-block;
    width: 12px;
    height: 15px;
    background:url("../img/common/icn_window.svg") no-repeat right center;
    background-size: 12px auto;
    margin-left: 5px;
    vertical-align: middle;
}

.box ul.pic li + li{
    margin-top:20px;
}

.box ul.pic p{
    margin-top:5px;
    text-align:right;
}

#contents .contact{
    text-align: center;
}

#contents .contact .tel-link{
    display:none;
}

@media screen and (max-width: 768px) {
    
#mainContent img{
    width:100%;
    height:auto;
    }    

#key{
    height:inherit;
    width:100%;
    }    

#key .menu{
    background:#574474;
    text-align:center;
    display:block;
    font-size:1.4px;
    font-size:1.4rem;
    position:relative;
    }    

#key nav.menu ul{
    display:none;
    width:auto;
    background:#574474;
    position: absolute;
    z-index: 100;
    width: 100%;
}

#key ul li:nth-child(4) {
    margin-left:0 !important;
}

#key .menu a{
    font-size:1.4px;
    font-size:1.4rem;
    padding-left:0;
    display:block;
    background-color:#574474;
    text-align:center;
    padding: 10px 0;
    color:#fff;
    }
    
#key .menu a span{
    background: url("../img/f/pro/icn_slidedown.png")no-repeat left center;
    background-size: auto auto;
    background-size: 14px 14px;
    padding-left: 20px;
    color:#fff;
    font-weight: bold;
}

#key nav.menu ul li{
    line-height:normal;
    font-size: inherit;
    margin:0 !important;
    float: inherit;
    margin:0;
    text-align:left;
    border-bottom:1px solid #aba2ba;
}

#key nav.menu ul a{
    font-size:1.4px;
    font-size:1.4rem;
    display:block;
    line-height:normal;
    text-align:left;
    padding: 15px 0 15px 25px;
    background:url("../img/f/pro/link_arrow_right.png")no-repeat 10px center #574474;
    background-size:7px 10px;
}

#key .menu li:nth-child(2){
    padding: 15px 0 15px 25px;
}

#key .menu li:nth-child(3) a,
#key .menu li:nth-child(4) a,
#key .menu li:nth-child(5) a{
    padding: 15px 0 15px 45px;
    background:url("../img/common/icn_arrow_right_08.svg")no-repeat 30px center #775c9f;
    background-size:7px 10px;
}

#key nav.menu ul .close{
    border-bottom:0;
}

#key nav.menu ul .close a{
    background-image:none;
    text-align:center;
    width:100%;
    padding:10px 0;
    display:block;
    height:auto;
    color:#fff;
    background-color:#000;
    line-height: normal;
}

#contents {
    width: auto;
    padding: 20px 10px 10vw 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 180%;
}

#contents h2{
    margin-bottom:10px;
    background: url(../img/common/line_2color.svg) no-repeat left center;
    background-size: 2px auto;
	line-height: inherit;
	font-size: 18px;
	padding: 3px 0 3px 8px;
}

#contents h3{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom:5px;
}

.box {
    margin-bottom: 30px;
}

.box:last-child {
    margin-bottom:0;
}

.box.borderB {
    position:relative;
    padding-bottom:20px;
    margin-bottom: 20px;
}

.box p + p{
    margin-top:10px;
}
    
.box .column .floatL,
.box .column .item{
    width:100%;
    float:inherit;
    margin-bottom:15px;
}

.box .column .floatR{
    width:100%;
    float:inherit;
}

.box ul.pic li + li{
    margin-top:10px;
}

.box ul.pic p{
    margin-top:0;
}

.box .column .item + .item{
    margin-top:20px;
    margin-bottom:0;
}

.box .column .item .pic{
    width:40%;
}

.box .column .item .txt{
    width:56%;
}

.box .column .item .txt h4{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom:5px;
}

.box .column .item .txt h4 span{
    font-size: 12px;
    font-size: 1.2rem;
}

.box .column .item .txt p{
    margin-bottom:5px;
}

.box .column .item .txt p.link a{
    background: url("../img/common/icn_circle_arrow_right_09.svg")no-repeat left center;
    background-size:7px auto;
    padding-left: 13px;
}

.box .column .item .txt p.link a[target="_blank"]:after {
    width: 10px;
    height: 13px;
    background: url(../img/common/icn_window.svg) no-repeat right center;
    background-size: 10px auto;
}

#contents .contact{
    position:relative;
}

#contents .contact .tel-link {
    display:block !important;
    position: absolute;
    height: 44%;
    top: 6.2vw;
    text-indent:-9999px;
    width: 100%;
    z-index:100;
}

#contents .contact .tel-link a{
    width:100%;
    height:100%;
    display:block;
}

}

/* 飲食店・プロの方 home */
#contents.home .bl01 .floatR > div{
    margin-right:35px;
    display:inline-block;
    }
    
#contents.home .bl01 .column{
    margin-bottom:30px;
    }        

@media screen and (max-width: 768px) {    
#contents.home .bl01 .floatR{
    text-align:center;
    }

#contents.home .bl01 .floatR > div{
    margin: 0 1%;
    font-size: 10px;
    font-size: 1.0rem;
    }

#contents.home .bl01 .floatR .img01{
    width:55%;
    }

#contents.home .bl01 .floatR .img02{
    width:28%;
    }
    
#contents.home .bl01 .column{
    margin-bottom:20px;
    }    
}

/* 飲食店・プロの方 nori */
#contents.nori .img01{
    text-align:center;
    margin:40px 0 50px 0;
    }
    
#contents.nori .bl02 .img02{
    float:right;
    margin-left: 25px;
    }        

#contents.nori .bl02 .img02 + p{
    margin-top:25px;
    }        

#contents.nori .bl02 .itemPic{
    display:block;
    text-align:center;
    margin:40px 0;
    }        

#contents.nori .bl02 .itemPic li{
    margin:0 40px;
    display:inline-block;
    }        


#contents.nori .bl02 .voice{
    margin-bottom:40px;
    }        

#contents.nori .bl02 .voice h3{
    padding-left:36px;
    margin-bottom:15px;
    background: url("../img/common/c/nori_icn_voice.png")no-repeat left center;
    background-size: 30px auto;
    line-height: 30px;
    }        

#contents.nori .bl02 .voice .column{
    }        

#contents.nori .bl02 .voice .pic{
    width:160px;
    float:left;
    }        

#contents.nori .bl02 .voice .pic img{
    width:100%;
    height:auto;
    }        

#contents.nori .bl02 .voice .txt{
    float: right;
    width: 420px;
    }        

#contents.nori .bl02 .michelin{
    text-align:center;
    margin: 30px 0 0 0;
    }        

#contents.nori .bl02 .michelin img{
    }        

@media screen and (max-width: 768px) {    
#contents.nori .img01{
    margin:15px 0 0 0;
    }
    
#contents.nori .bl02 .img02{
    max-width:180px;
    width:25%;
    margin-bottom:5px;
    margin-left: 4%;
    }        

#contents.nori .bl02 .img02 + p{
    margin-top: 10px;
    }        

#contents.nori .bl02 .itemPic{
    max-width:475px;
    width:70%;
    margin:10px auto;
    }

#contents.nori .bl02 .itemPic li{
    margin:10px 0;
    }        

#contents.nori .bl02 .voice{
    margin-bottom:20px;
    }        

#contents.nori .bl02 .voice h3{
    padding-left: 28px;
    margin-bottom:1vw;
    background: url("../img/common/c/nori_icn_voice.png")no-repeat left center;
    background-size: 20px auto;
    }        

#contents.nori .bl02 .voice .column{
    }        

#contents.nori .bl02 .voice .floatL,
#contents.nori .bl02 .voice .floatR{
    overflow:hidden;
    }        

#contents.nori .bl02 .voice .pic{
    width:30%;
    }        

#contents.nori .bl02 .voice .txt{
    width: 66%;
    }        
    
#contents.nori .bl02 .michelin{
    margin: 0;
    }        
    

#contents.nori .bl02 .michelin img{
    width:100%;
    }        

  
}


/* 飲食店・プロの方 tea */    
#contents.tea .img01 img{
    width:100%;
    height:auto;
    }

#contents.tea .bl02 h3{
    margin-bottom:30px;
    }

#contents.tea .bl02 h4{
    color:#699e1e;    
}

#contents.tea .bl02 .column{
    margin-bottom:40px;
    }

#contents.tea .bl02 .column:last-child{
    margin-bottom:0;
    }
    
@media screen and (max-width: 768px) {    
#contents.tea .bl02 h3{
    margin-bottom:10px;
    }

#contents.tea .bl02 .column{
    margin-bottom:20px;
    }

}

/* 飲食店・プロの方 shizen */
#contents.shizen .column{
    margin-top:40px;
    }
    
#contents.shizen .bl01 .column .item06 .pic img{
    width:292px;
    }    

@media screen and (max-width: 768px) {    
#contents.shizen .column{
    margin-top:20px;
    }

#contents.shizen .bl01 .column .item06 .pic img{
    width:100%;
    }    

}