@charset "UTF-8";
/*
Theme Name: pfm2
Theme URI: https://pfm.nagoya/
Version: 3
Author: monjya
Author URI: https://www.circles-jp.com
*/


/* 基本設定 */


html {height: 100%;letter-spacing: 0.1em; }
body {
    max-height: 100%;
    color: #3A1502;
    background-image: url(https://pfm.nagoya/wp-content/themes/pfm2/img/pfm-card2s.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: yellowgreen;
    background-attachment: fixed;
}

img {width:100%;height: auto;}

a {color: #086EAD;}

.container-fluid {margin: 0;padding: 0;}
.row {margin: 0;padding: 0;}
.col-xs-12 {margin: 0;padding: 0;}


.bg-yellow {
    background: #FFD60A;
    }
.bg-green {
    background: #98ab6b;
    }
.bg-brown {
    background: #EF8D54;
    }
.bg-blue {
    background: #a1ccde;
    }
.bg-white {
    background: #fff;
    }

.text-white {
    color:white;
    }
.text-black {
    color:#000;
    }



.container-fluid.top-slide
{height: 60%;}

.top-slide .row-fluid,
.top-slide .col-xs-12,
.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
    height: 100%;
}


h1,h2,h3,h4,h5,h6 {font-weight: bold;}
h1 {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
h2,h3,h4 {
	font-weight: bold;
}
.sub-title {
	font-size: 200%;
	font-family: 'Montserrat', sans-serif;
}
.main-title {
	font-size: 150%;
	margin-bottom: 10px;
	font-family: 'Pathway Gothic One', sans-serif;
}

.btn.btn-default {
    border-radius: 20px;
    margin: .4em 0;
    font-size: 18px;
    padding: 6px 25px;
        color: black;
}
.sns-btn {
    background: #d6c0a5;
}


/* レイアウト */
.container-sm {
    max-width: 539px;
    background: #fff;
}
.container-sm.text-center.topsection {
    margin-top: 20%;
}

/* トップーページ */
.topsection h6 {
    opacity: .6;
    font-size: .8rem;
    margin-top: 1rem;
    line-height: .8rem;
    margin-bottom: 0.1rem;
}
.btn.btn-default {
    border-radius: 20px;
    margin: 0.4em 0;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 21px;
    color: #3a1502e8;
}
.toppage h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-family: 'Pathway Gothic One', sans-serif;
}
img.titleleaf {
    width: 50px;
    margin: 0;
}

.passion article a {
    color: inherit;
    text-decoration: none;
}
.passion article h3 {
    background: #f3f0eb;
    display: inline-block;
    padding: 0.4rem 1.5rem;
    border: 3px solid #3b1502;
    margin: 0 0 -4rem;
    z-index: 1000;
    position: relative;
}
.passion .pfm-passion {
    background: #f3f0eb;
    border: 3px solid #3b1502;
    padding: 1.2rem;
    font-size: .8rem;
    width: 80%;
    margin: -5rem 0 4rem 1rem;
    z-index: 100;
    position: relative;
}
.passion article h4 {
    font-size: 1.1rem;
}


/* インスタ */
a.sbi_header_link {
    color: #3a1502;
    text-align: left;
}
.row.insta-row {
    background: #f3e1cc;
    height: auto;
    padding: 2rem 0;
}


/* ビデオ引用 */
.video-container{
	position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed__wrapper {
    position: static !important;
    }


.bannar-box a{
	display: block;
    width: 100%;
    background: #fff;
    padding: 15px 0;
 }
.baker-box {border-top: 8px solid #FFD60A;}
.sweets-box {border-top: 8px solid #98ab6b;}
.coffee-box {border-top: 8px solid #EF8D54;}
.pops-box {border-top: 8px solid #a1ccde;}


.top-container {position: relative;}
.top-container .row {
	padding: 80px 0;
	max-width: 1400px;
    margin: 0 auto;
}




/* スライド */
.slide-color-box {
    float: left;
    width: 38%;
    height: 100%;
}
.slide-img {
    width: 62%;
    height: 100%;
    float: left;
}
.slide-pfm-logo{
	position: absolute;top:50%;left:-50px;margin-top: -36px;
}
.slide-pfm-logo img{
    width: 100px;
    display: block;
    border-radius: 50%;
}
.slide-sweets-box .slide-pfm-logo img{
border: 7px solid #98ab6b;
background: #98ab6b;
}
.slide-coffee-box .slide-pfm-logo img{
border: 7px solid #EF8D54;
background: #EF8D54;
}
.slide-bread-box .slide-pfm-logo img{
border: 7px solid #FFD60A;
background: #FFD60A;
}
.slide-text-box{
	width: 100%;height: 100%; display:flex;justify-content: left;align-items: center;
}
.slide-text {
	padding:0 0 0 70px; width: 90%;
}
.slide-text img{
	margin-bottom: 15px; width: 80%;
}
.slide-text p{
	font-size:.95vw;
}


.top-slide img.logo-pinefieldsmarket.top-logo {
    margin: 0 0 0 -50px;
}

.bottan-menu a {
    background: #FFC518;
    padding: 5px 20px;
    border-radius: 3px;
    color: #391504;
    letter-spacing: 0em;
    text-align: center;
    margin-top: .5em;
    display: inline-block;
    width: auto;
}

.category-box a {
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 0px;
    font-size: 1.6vw;
    color: #391504;
}


.concept .main-title {
    font-size: 220%;
}




/* ニュース */
.news {background: #F3F0EA;padding: 100px 0 100px;}

.news .main-title img {
	width: 50px;
	margin: 0;
}
.post-head h1 {
font-family: inherit;
}
.news li {
    width: 100%;
    display: block;
    clear: both;
}

.news li a {
    display: block;
    width: 100%;
    padding: 1% 25%;
    clear: both;
    line-height: 1.3em;
        color: #3A1502;
    font-size: 120%;
}
.news li a:hover {
    background: #f8f8f8;
}

.news-title {
    float: left;
    text-align: left;
    width: 77%;
    display: block;
}

.news-date {
    float: right;
    display: block;
    width: 23%;
}
.news-obi .main-title a {
    margin: 1em 0 0;
    color: #3A1502;
}
.news li a div.clearfix {
	background: url(https://pfm.nagoya/wp-content/themes/pfm/img/pfm-tree.png) no-repeat 0 0;
    background-size: 10px;
    padding-left: 25px;
}
.pfm-news-link{
    display: inline-block;
    float: right;
}

.pfm-news-link a {
    background: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 55%;
        border: 1px dashed rgba(0, 0, 0, 0.24);
    vertical-align: middle;
}




.top-container h6 {
    margin-top: 15px;
    margin-bottom: 5px;
}



/* メニューページ */
.menu-page img.logo-pinefieldsmarket {
    width: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    display: block;
    border: 7px solid white;
    background: white;
    position: absolute;
    left: 50%;
}
.slide-bread-box .slide-pfm-logo img,
.bg-yellow.menu-page img.logo-pinefieldsmarket {
    border: 7px solid #FFD60A;
    background: #FFD60A;
}
.slide-sweets-box .slide-pfm-logo img,
.bg-green.menu-page img.logo-pinefieldsmarket {
    border: 7px solid #98ab6b;
    background: #98ab6b;
}
.slide-coffee-box .slide-pfm-logo img,
.bg-brown.menu-page img.logo-pinefieldsmarket {
    border: 7px solid #EF8D54;
    background: #EF8D54;
}
.slide-pops-box .slide-pfm-logo img,
.bg-blue.menu-page img.logo-pinefieldsmarket {
    border: 7px solid #a1ccde;
    background: #a1ccde;
}

.h1-sub {
	font-size: 30px;
	margin-bottom: 10px;
}

.main-title img {
	max-width: 900px;
	margin: 0 0 50px 0;
	width: 100%;
}






/* コーヒー */
.coffee {color: #3A1502;}



/* メニュー */
.menu {margin-bottom: 30px;}
.menu-notice {margin-bottom: 50px;}
.category-box .menu-notice a{
	font-size: medium;
	text-decoration: underline;
}

h1.menu-title img{
    width: 250px;
    margin: 10px 0 30px;
}

.menu-page .main-title2 img {
    width: 50px;
    margin: 0;
}

.menu-text {
    font-size: 1.4vw;
    line-height: 1.6em;
}
.price-box {
    position: relative;
        margin-bottom: 1em;
}
.price-title {
    z-index: 100;
    position: relative;
    left: 0;
    padding: 0 10px;
}

.slide-bread-box .slide-color-box,
.bg-yellow .price-title,
.bg-yellow .price-price {
	background: #FFD60A;
}
.slide-sweets-box .slide-color-box,
.bg-green .price-title,
.bg-green .price-price {
	background: #98ab6b;
}
.slide-coffee-box .slide-color-box,
.bg-brown .price-title,
.bg-brown .price-price {
	background: #EF8D54;
}
.slide-pops-box .slide-color-box,
.bg-blue .price-title,
.bg-blue .price-price {
	background: #a1ccde;
}
.bg-white .price-title,
.bg-white .price-price {
	background: #fff;
}
.menu_dots {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.bg-yellow .menu_dots {
	background-image: radial-gradient(circle closest-side, #666 90%,#FFD60A 10%);
	}
.bg-green .menu_dots {
	background-image: radial-gradient(circle closest-side, #666 90%,#98ab6b 10%);
	}
.bg-brown .menu_dots {
	background-image: radial-gradient(circle closest-side, #666 90%,#EF8D54 10%);
	}
.bg-blue .menu_dots {
	background-image: radial-gradient(circle closest-side, #666 90%,#a1ccde 10%);
	}
.bg-white .menu_dots {
	background-image: radial-gradient(circle closest-side, #666 80%,#ffffff 10%);
	}
.price-price {
    z-index: 100;
    position: relative;
    right: 0;
    padding: 0 10px;
}
.menu-page .bannar-box a {
    padding: 0;
}
.menu-page .bannar-box div {
    padding: 10px;
        margin-top: -1px;
}



/* ギャラリー */
.gallery ul {margin: 1em 0;}
.gallery li.gallery-item {
    width: 33.3333333333%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}
.gallery li.gallery-item img{
    height: 100%;
    width: 100%;
}

.gallery-item img {
border: none !important;
}

p.gallery-icon {
    margin: 0px;
}

/* キャプション */
.gallery-caption {
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 5px;
    line-height: 1em;
}
.gallery3.no-cap .gallery-caption {display: none}

/* ギャラリー２−５列 */
.gallery-columns-2 li.gallery-item {width: 50%;}
.gallery-columns-4 li.gallery-item {width: 25%;}
.gallery-columns-5 li.gallery-item {width: 20%;}





/* ケーキオーダー */
.cake-form {
}
.cake-form img {
	border-radius: 2px;
}
.order-form-body img {
    border-radius: 10px;
}
.cake-form .container-fluid.top-slide {
	height: 600px;
	width: 100%;
    }
.cake-form .slide-img {
	width: 100%;
    }
.cake-form .top-container .row {
    padding: 0px 0 80px;
    max-width: 1200px;
    }
.cake-form h1 {
    font-family: 'Contrail One', sans-serif;
    font-size: 7.5vw;
}
.cake-form h1 div{
    font-size: 1.8vw;
    font-weight: bold;
    }
p.order-top-text {
    margin: 2em 2em 5em;
    font-size: 15.5px;
    letter-spacing: .2em;
    line-height: 1.6em;
    display: block;
}
.cake-form h2 {
    font-family: 'Contrail One', sans-serif;
    font-size: 2.8rem;
}
.sub-h2 {
    margin-bottom: 2em;
    font-weight: bold;
}
.basic-or-other .col-md-9 {
    padding-left: 0;
}
.basic-or-other img {
	margin-bottom: 1em;
}
.cake-select .cake-select-menu {
}
.cake-form label {
    font-size: 1.3rem;
    font-weight: bold;
    display: block;
}
@media (max-width: 992px) {
	.cake-form label,
	.cake-size .cake-select-menu label {font-size: 1.3rem;}
	}
@media (max-width: 768px) {
	.cake-form label,
	.cake-size .cake-select-menu label {font-size: 1rem;}
	}
.basic-parts-select {
	width: 8.3333333333333%;
	float: left;
}
.illust-price {
    font-weight: bold;
    margin: -5px 0 15px;
    font-size: 18px;
}
.other-cake-lemon,
.other-cake-cherry,
.other-cake-banana {
    float: left;
}
.cake-form .wpcf7-submit.btn.btn-default {
    margin-top: 1em;
}



/* チェックボックス */

.cake-cake-cake .radio, .cake-cake-cake label {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.cake-cake-cake .radio:hover, .cake-cake-cake label:hover {
  background-color: #fbf0d0;
}
.cake-cake-cake .no-label .radio, .cake-cake-cake .no-label label {
  margin: 0 ;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
}
.cake-cake-cake .no-label .radio:hover, .cake-cake-cake .no-label label:hover {
  background-color: none;
}
.illustration-cake.cake-cake-cake label {
	margin-top: 1em;
}


/* フッター */
footer {color: white;background: #AF814C;overflow: hidden;}
footer a {color: white;}
footer.top-container .row {
    padding: 111px 0 40px;}
footer img.foot-bread-pinefieldsmarket {
margin-bottom: 30px;margin-bottom: 30px;position: absolute;margin: -2% 0;z-index: 0;
}
footer img.foot-logo-pinefieldsmarket {
margin-bottom: 30px;position: relative;
}
img.ajax-loader {
    width: 16px;
}
footer h1.main-title {
    text-align: center;
    margin: 2em auto 1em;
}
footer .col-sm-7 div .clearfix.text-center {
	padding: 0 10px;
}
footer .col-sm-7 .col-sm-4 {
    padding: 5px;
}
footer .bannar-box a {
    padding: 0;
    }

/* フッターロゴエリア */

.circles-basic-logomarks a{
    display: block;
    float: left;
    width: 7%;
    margin: 1%;
    opacity: .5;
    }
    
.circles-basic-logomarks a:hover {
    opacity: .9;
    }
    
    
    


/* シングルページ */
body.single {
	background: #eee;
}

.blog-post {
    color: #3A1502 !important;
}

img.logo-pinefieldsmarket.top-logo.bg-white {
    width: 150px;
    display: block;
    margin: -75px 0 0 -75px;
    border: 7px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    z-index: 100;
    }

.title-box {
    background: #fff;
    padding: 15px;
}

.label-new {
    background: #E4DBCC;
    padding: 6px 20px;
    float: left;
    font-family: 'Oswald', sans-serif;
}
.label-event {
    background: #FFD60A;
}
.label-date {
    float: right;
    color: #8A8A8A;
    line-height: 2.5em;
}
.post-head h1.article-title {
    font-size: 2rem;
    border-bottom: 3px solid #D4D4D4;
        margin-top: .5rem;
}

	
	a.lsf-icon {
width: 49%;
display: inline-block;
text-align: center;
color: #FFF;
padding: 10px 0;
}

.comment-box {
	margin: 0 20px 30px;
	overflow: hidden;
}








.top-container .instagram .row {
	max-width: 100%;
}
.insta-link-logo {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 100;
    margin: -69px;
    width: 120px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    padding: 10px;
}



@media (max-width: 992px) {

/* スライド */
.container-fluid.top-slide {
    height: 80%;
}
.slide-img {
    width: 100%;
    height: 55%;
    float: none;
}
.slide-color-box {
    float: none;
    width: 100%;
    height: 45%;
}
.slide-pfm-logo {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -36px;
    margin-top: 0;
}
.slide-text {
    padding: 0 0 0 0px;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.slide-text img {
    margin: 0px auto 5px;
    width: 300px;
}
.slide-text p {
    font-size: 1.4vw;
    max-width: 418px;
    margin: 1em auto;
}
/* トップ */
button.btn.btn-default {
    font-size: 16px;
    padding: 6px 10px;
}
.row.category-box.text-center {
    padding: 30px 0 0;
}
.col-sm-4.bannar-box {
    padding: 5px;
    margin-bottom: 20px;
}
.news li a {
    padding: 1% 15%;}

.bannar-box {
    margin-top: 1em;
}


/* 各メニューページ */
.menu-text {
    font-size: 2vw;
    }   
    
    
/* オーダーケーキ */
.img-temp .col-md-7.col-md-offset-1.text-right.col-sm-8.col-sm-offset-2,
.order-information .col-sm-10.col-sm-offset-1 {
	text-align: left;
}

	
}



@media (max-width: 768px) {
img.logo-pinefieldsmarket {
    width: 100%;
    margin: 50px auto 30px;
}	
.main-title {
    font-size: 70px;
    line-height: 0.9em;
    margin: 0 0 20px 0;
}

/* トップページ */
.top-page .concept h1.main-title {
    margin: 40px 0 5px;
}
.bannar-box {
    margin-top: 1em;
}
.category-box a {
    font-size: 3.2vw;
}
.news li {
    margin: 1em 0;
}


/* ブログ */



/* フッター */

footer .category-box div {
    padding: 10px 5px;
    margin-top: -1px;
}
h1.main-title {
    font-size: 2em;
}



/* オーダーケーキ */
.cake-form .top-container .row {
    padding: 0px 15px 80px;
    }
.cake-form h1 div {
    font-size: 3.8vw;
    }
.cake-form h1 {
    font-size: 13.5vw;
    }
.cake-form h2 {
    font-size: 4vw;
}
.cake-cake-cake h3{
	text-align: center !important;
	font-size: 20px;
}
p.order-top-text {
    text-align: left !important;
    font-size: 15px;
}
.basic-parts-select {
    width: 16.666666666666666%;
    margin-bottom: 1.5em;
}




	}
	
	
@media (max-width: 575.98px) {
/* スライド */
.container-fluid.top-slide {
    height: 85%;
}
.slide-text {
    margin-top: 1.5em;
    padding: 0 20px;
}
.slide-text p {
    font-size: 2.2vw;
}
.slide-pfm-logo img {
    width: 60px;
    display: block;
    border-radius: 50%;
    border: 5px solid #98ab6b;
}
.slide-text img {
    margin: 0px auto 5px;
    width: 180px;
}
.slide-pfm-logo {
    top: -32px;
    margin-left: -30px;
}
.slide-sweets-box .slide-pfm-logo img{
border: 5px solid #98ab6b;
}
.slide-coffee-box .slide-pfm-logo img{
border: 5px solid #EF8D54;
background: #EF8D54;
}
.slide-bread-box .slide-pfm-logo img{
border: 5px solid #FFD60A;
}
.slide-pops-box .slide-pfm-logo img{
border: 5px solid #a1ccde;
}
img.logo-pinefieldsmarket {
    margin: 0px auto 30px;
}
.category-box a {
    font-size: 6.1vw;
    }
footer .category-box a {
    font-size: 7.1vw;
}
.top-page .col-sm-3.col-sm-offset-1.text-left {
    padding: 0 10%;
}
.news li a {
    padding: 1% 3%;
}
.news-date {
    font-size: 70%;
}
.pfm-news-link{
	display:block;
	float: none;
	    margin: 10px 0;
}

/* メニュー */
.top-container .row {
    padding: 40px 0;
    }
    .main-title img {
    margin: 0;}
.menu-text {
    font-size: 3vw;
    letter-spacing: 0em;
}
    
/* シングル */
img.logo-pinefieldsmarket.top-logo.bg-white {
    width: 110px;
    margin: -50px 0 0 -50px;
    border: 7px solid #fff;
}



/* オーダーケーキ */
.cake-form .small, small {
    font-size: 80%;
}
.cake-form .top-container .row {
    padding: 0px 0px 80px;
}
.other-cakes h3,
.special-cake h3 {
    margin-top: 2.5em;
}
.cake-form .menu-page .main-title2 img {
    width: 30px;
    }
    .cake-form h2 {
    font-size: 1.5rem;
}
.basic-parts-select {
    width: 25%;
}
p.order-top-text {
    margin: 2em 1em 5em;
}
.cake-cake-cake h3 {
    font-size: 20px;
}

}
