@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap');
/*
Theme Name: 有限会社中将堂本舗
Description: 当麻名物・よもぎ餅専門の中将堂本舗
Theme URI: https://www.chujodo.com/
Version: 1.0
License: 有限会社中将堂本舗
License URI: https://www.chujodo.com/
*/
/****************************************

リセットCSSここから

*****************************************/

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

html {
    font-size: 62.5%;
    /*1em=10px */
    overflow-y: scroll;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

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,sup,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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

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

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,g_navi
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

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

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
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;
}

img {
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/

body {
    font-family: 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
    color: #000;
    background: #fff;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    body {
        line-height: ;
    }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
    width: 100%;
    min-width: 1120px;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
}

/****************************************

フォント指定

*****************************************/

li,tt,tr,dt,dd,p {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.8;
}

h1 {
    line-height: 1.5;
    color: #000;
    font-size: 3.2rem;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

h2 {
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}

h3 {
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    font-size: 2.0rem;
    font-family: 'Noto Serif JP', serif;
}

h4 {}

.border_top {
    border-top: dotted 1px #ccc;
    padding: 20px 0;
}

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

    li,tt,tr,dt,dd,p {
        font-size: 1.5rem;
    }
    
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.8rem;
    }
    
    #top_main h2{
        font-size: 2.2rem;
    }
}

/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link, a:visited{
    color: #6A8558;
    text-decoration: underline;
}
a:hover, a:active{
    color: #D2DAB1;
    text-decoration: underline;
}

a:hover img.img_opacity{
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a img.img_opacity {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img.img_up {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

a img.img_up {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}


/*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/


@media print,
    screen and (min-width:768px) {
        #sp_navi,
        #toggle {
            display: none;
        }

        #sp_header{
            display: none;
        }

        .pc_header_box {
            width: 100%;
            height: 100vh;
            position: relative;
            background-size: cover;
            background-position: center center;
        }

        .pc_header_top_box{
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 16px 0 0 37px;
        }

        .logo img {
            max-width: 244px;
        }

        .slider_txt {
            text-indent: 100%;
            overflow: hidden;
            white-space: nowrap;
            background: url(images/slider_txt.png) no-repeat center;
            width: 265px;
            height: 100%;
            position: absolute;
            right: 60px;
            top: 55%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        
        .page_header_box{
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 16px 0 0 37px;
            position: absolute;
            z-index: 100;
        }
       
}


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

    .pc_header_box {
        width: 100%;
        height: 60vh;
        position: relative;
        background-size: cover;
        background-position: center center;
    }

    .pc_header_top_box{
        width: 100%;
        height: 100vh;
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    .slider_txt {
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: url(images/slider_txt.svg) no-repeat center;
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: absolute;
        right: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%)translateX(-50%);
        transform: translateY(-50%)translateX(-50%);
        background-size: contain;
    }

    .page_header_box{
        width: 100%;
        position: absolute;
        z-index: 100;
    }

    
}

/*--bnr--*/
.bnr {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #fff !important;
    background: #663300;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.6rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.bnr::before {
    content: "";
    display: block;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    position: absolute;
    right: 10px;
    bottom: 18px;
    background: #fff;
    width: 20px;
    height: 1px;
}

.bnr::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 19px;
    border-style: solid;
    border-width: 4px 0 0 6px;
    border-color: transparent transparent transparent #ffffff;
}

.bnr:hover {
    background: #8E5522;
}

/*--bnr02--*/
.bnr02 {
    display: block;
    text-align: center;
    line-height: 45px;
    color: #333333 !important;
    background: #D2DAB1;
    text-decoration: none !important;
    font-weight: normal;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    font-size: 1.6rem;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.bnr02::before {
    content: "";
    display: block;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    position: absolute;
    right: 10px;
    bottom: 18px;
    background: #333333;
    width: 20px;
    height: 1px;
}

.bnr02::after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 19px;
    border-style: solid;
    border-width: 4px 0 0 6px;
    border-color: transparent transparent transparent #333333;
}

.bnr02:hover {
    background: #B0C07E;
}






a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
    text-decoration: none;
}

@media print,
screen and (min-width: 768px) {


}

@media screen and (max-width: 767px) {}

/****************************************

pcヘッダー

*****************************************/

@media print,
    screen and (min-width: 768px) {

        #sp_header,#sp_navi,#toggle {
            display: none;
        }

        header {
            width: 100%;
        }
        
        #pc_header{
            position: fixed;
            width: 100%;
            z-index: 999;
        }
        


}


/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    
    .header_inner,.header_nav {
        display: none;
    }
    
    img {
        width: 100%;
        height: auto;
    }
    
    #sp_header{
        width: 100%;
        padding: 20px 0 19px 15px;
        background: #fff;
    }
    
    .logo{
        width: 160px;
        text-align: left;
        padding: 5px 0 0 5px;
    }
    
    #toggle {
        position: absolute;
        /*bodyに対しての絶対位置指定です*/
        right: 15px;
        top: 20px;
        width: 30px;
        height: 25px;
        cursor: pointer;
        z-index: 9999;
    }

    #toggle div {
        position: relative;
    }

    #toggle span {
        display: block;
        position: absolute;
        /*#navToggle div に対して*/
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }

    #toggle span:nth-child(1) {
        top: 0;
    }

    #toggle span:nth-child(2) {
        top: 11px;
    }

    #toggle span:nth-child(3) {
        top: 22px;
    }

    .open_navi #toggle span {
        background: #fff;
    }

    /*spanの絶対位置指定の親にします*/
    .open_navi #toggle {
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }

    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }

    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition: .7s ease-in-out;
        transition: .7s ease-in-out;
    }

    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-top: #000 1px solid;
        border-bottom: #000 1px solid;
        cursor: pointer;
        color: #fff;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #sp_navi .menu .menu-item-home {
        border-top: #000 1px solid;
    }

    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }

    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
    }

    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #fff;
        background: rgba(255,255,255,0.2);
    }

    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active {
        color: #fff;
        text-decoration: none;
    }

    #sp_navi .sub-menu li a:hover {
        color: #ccc;
        background: none;
    }

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

    #sp_navi .menu-item-has-children::before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }

    #sp_navi .menu-item-has-children.menu_open::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        top: 22px;
    }
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
    #g_navi {
        display: none;
    }
}

#g_navi {
    list-style-type: none;
}

#g_navi .menu {
    *zoom: 1;
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#g_navi .menu:before {
    content: "";
    display: table;
}

#g_navi .menu:after {
    content: "";
    display: table;
    clear: both;
}

#g_navi .menu li {
    position: relative;
    float: left;
    width: auto;
    text-align: center;
    line-height: 0;
    width: 160px;    
}

#g_navi .menu li a {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.01em;
    line-height: 80px;
    font-family: 'Noto Serif JP', serif;
    text-shadow: 0 0 20px #000;
}

#g_navi .menu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li {
    width: 100%;
}

#g_navi .menu li ul li a {
    width: 170px;
    padding: 12px 5px;
    border-top: 1px solid #666;
    font-size: 1.3rem;
    background: rgba(0,0,0,0.7);
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
    background: #EFEFEF;
    opacity: 0.6;
    color: #000;
    opacity: 0.9;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.9;
}


#g_navi .menu li ul li a {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

#g_navi .menu li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

@media print,
    screen and (min-width:768px) {
        
        #g_navi{
            margin-right: 30px;
            z-index: 100;
        }
        
        .menu > li > a {
            padding: 0;
            position: relative;
            display: inline-block;
            -webkit-transition: .6s;
            transition: .6s;
        }

        .menu > li > a:after {
            position: absolute;
            left: 0;
            content: '';
            width: 0;
            height: 2px;
            background-color: #fff;
            -webkit-transition: .6s;
            transition: .6s;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .menu > li > a:after {
            bottom: -2px;
        }

        .menu > li > a:hover:after {
            width: 100%;
            opacity: 0.4;
            filter: alpha(opacity=90);
        }
}


/****************************************

ティーザー

*****************************************/

@media print,
screen and (min-width: 768px) {

    #slider {
        width: 100%;
        min-width: 1050px;
        max-width: 1860px;
        height: 1050px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 100px;
        position: relative;
        z-index: -1;
    }

    #slider img {
        width: 1860px;
        height: auto;
        position: relative;
        left: calc(50% - 930px);
    }
    
    #slider .catch {
        width: 1050px;
        position: absolute;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    
    #slider .catch p{
        text-align: right;
        font-size: 2.2rem;
        letter-spacing: 0.28em;
        color: #fff;
    }

    #teaser {
        width: 100%;
        min-width: 1100px;
        max-width: 1920px;
        height: 500px;
        margin: 0 auto;
        overflow: hidden;
    }

    #teaser img {
        width: 1920px;
        height: auto;
        position: relative;
        left: calc(50% - 960px);
    }

    .metaslider .flex-control-nav {
        bottom: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    #slider {
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: -1;
    }

    #slider img {
        width: 260%;
        position: relative;
        left: -80%;
    }
    
    #slider .catch {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    #slider .catch p{
        text-align: center;
        font-size: 1.6rem;
        letter-spacing: 0.28em;
        color: #fff;
    }

    #teaser {
        width: 160%;
        position: relative;
        left: -30%;
    }

    .metaslider .flex-control-nav {
        bottom: 5px !important;
    }
    
    .metaslider .flexslider{
        margin: 0 !important;   
    }
}

/****************************************

content 共通設定

*****************************************/

.breadcrumb_area {
    width: 1050px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.breadcrumb {
    width: 100%;
    text-align: left;
}

.breadcrumb p {
    font-size: 1.2rem;
    color: #ccc;
}

.breadcrumb a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.breadcrumb a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #D2DAB1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.breadcrumb a:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    
    .mb50,.mb60 {
        margin-bottom: 40px;
    }

}


@media print,
screen and (min-width: 768px) {
    main#top_main {
        width: 100%;
        margin: 90px auto 0px;
    }

    main#page_main {
        width: 1100px;
        margin: 30px auto 90px;
    }

    .pc_none {
        display: none !important;
    }

    .flexbox {
        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;
    }
    
    .flexbox_row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .flexbox_rev{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    

}

@media screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }

    .sp_mb10 {
        margin-bottom: 10px;
    }

    .sp_mb20 {
        margin-bottom: 20px;
    }

    .breadcrumb_area {
        display: none;
    }

    main#top_main {
        width: 100%;
        margin: 50px auto 0px;
    }

    main#page_main {
        width: 100%;
        margin: 25px auto 50px;
        padding: 0 3%;
    }
    
    .flexbox_row,.flexbox_rev{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

/****************************************

contentトップ用

*****************************************/
.top_box03_inner p{
    font-size: 1.4rem;
}

.top_box05 {
    background: url(images/bg_ec.jpg);
    background-size: cover;
    position: relative;
}

.top_box05::before{
    content: url(images/top_shop_left.png);
    position: absolute;
    left: 15px;
    top: 15px;
}   

.top_box05::after{
    content: url(images/top_shop_right.png);
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.top_box05 p{
    font-size: 2.4rem;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 20px #000;
}

.top_map{
    width: 100%;
    height: 300px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


@media print,
screen and (min-width: 768px) {
    
    .headline{
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: url(images/top_tit.png) no-repeat 0 0;
        width: 560px;
        height: 99px;
        margin: 0 auto;
        background-size: contain;
    }
    
    .top_box01 {
        width: 1100px;
        margin: 0 auto 60px;
    }
    
    .top_box01_inner {
        background: url(images/chujomochi.jpg) no-repeat left top;
        padding-bottom: 45px;
    }
    
    .top_box01_txt{
        width: 650px;
        margin-left: auto;
        padding-top: 35px;
    }
    
    .top_box01_subtit{
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: url(images/top_subtit.png) no-repeat 0 0;
        width: 619px;
        height: 53px;
        background-size: contain;
        margin-bottom: 30px;
    }
    
    .top_box01_txt p{
        line-height: 2;
    }
    
    .top_box02_bg{
        background: url(images/bg_gry.png);
        background-size: cover;
        padding: 90px 0;
    }

    .top_box02 {
        width: 1100px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .top_calender{
        width: 430px;
        height: 320px;
    }
    
    .top_box03_bg{
        background: url(images/bg_grn.png);
        background-size: cover;
        padding: 70px 0;
        margin-bottom: 70px;
    }
    
    .top_box03 {
        width: 1100px;
        margin: 0 auto;
    }
    
    .top_box03_inner{
        width: 445px;
    }
    
    .top_box03_inner h3{
        font-size: 2.4rem;
    }
    
    .top_box03_inner .bnr{
        margin-top: 30px;
        width: 140px;
    }
    
    .top_box03_mb{
        margin-bottom: 80px;
    }
    
    .top_box03_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .top_box03_img figure:first-child{
        margin-right: 5px;
    }
    
    .top_box04 {
        width: 1100px;
        margin: 0 auto 70px;
    }
    
    .top_box04_txt{
        text-align: center;
        margin-bottom: 40px;
    }
    
    .top_box04_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    
    .top_box04_img figure:not(:last-child){
        margin-right: 5px;
    }

    .top_box04 .bnr{
        width: 250px;
        margin: 0 auto;
    }
    
    .top_box05 {
        width: 1100px;
        margin: 0 auto 70px;
        padding: 65px;
    }
    
    .top_box05_btn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .top_box05_btn .bnr02:not(:last-child){
        margin-right: 40px;
    }
    
    .top_box05_btn .bnr02{
        width: 260px;
    }

}

@media screen and (max-width: 767px) {
    
    .top_box02 h2,.top_box03 h2,.top_box04 h2,.top_box05 h2{
        font-size: 2.4rem;
        text-align: center;
    }
    
    .top_box01 {
        margin: 0 3% 50px;
    }
    
    .headline{
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background: url(images/top_tit.png) no-repeat 0 0;
        width: 100%;
        height: 80px;
        margin: 0 auto;
        background-size: contain;
    }
    
    .top_box01_inner {
        background: url(images/chujomochi.jpg) no-repeat center top;
        background-size: 300px;
        padding-top: 185px;        
    }
    
    .top_box02_bg{
        background: url(images/bg_gry.png);
        background-size: cover;
        padding: 50px 0;
    }

    .top_box02 {
        margin: 0 3%;
    }
    
    .top_calender{
        width: 100%;
        height: 350px;
    }
    
    .top_box03_bg{
        background: url(images/bg_grn.png);
        background-size: cover;
        padding: 40px 0;
        margin-bottom: 50px;
    }
   
    .top_box03 {
        margin: 0 3%;
    }
    
    .top_box03_mb{
        margin-bottom: 40px;
    }
    
    .top_box03_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .top_box03_img figure{
        width: 49.4%;
    }
    
    .top_box03_inner .bnr{
        margin-top: 10px;
        margin-left: auto;
        width: 140px;
    }
   
    .top_box04_bg{
        padding: 50px 0;
        margin-bottom: 50px;
    }
    
    .top_box04 {
        margin: 0 3% 50px;
    }
    
    .top_box04_txt{
        margin-bottom: 20px;
    }
    
    .top_box04_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .top_box04_img figure{
        width: 33%;
    }
    
    .top_box05::before{
        left: 10px;
        top: 10px;
    }   

    .top_box05::after{
        right: 10px;
        bottom: 10px;
    }

    .top_box05 {
        margin: 0 3% 50px;
        padding: 50px 40px;
    }

    .top_box05_btn .bnr02:not(:last-child){
        margin-bottom: 10px;
    }
    
    .top_box05 p{
        font-size: 2.0rem;
        margin-bottom: 15px;
    }

  
}

/****************************************

news トップ用

*****************************************/
.news_tit{
    font-size: 3.0rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.news_tit span{
    display: block;
    font-size: 1.4rem;
    color: #B8C466;
}

.news_list a {
    text-decoration: none;
    font-weight: bold;
}

.news_list {
    padding: 10px 0 7px;
    border-bottom: dotted 1px #ccc;
    position: relative;
}

.news_list .data {
    color: #6A8558;
    font-size: 1.5rem;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
}

.news_list .data::before{
    content: url(images/arr.png);
    position: absolute;
    top: 0;
    left: 0;
}

.news_list p{
    font-size: 1.4rem;
    color: #595959; 
}

@media print,
    screen and (min-width: 768px) {
        
        .news_post {
            width: 510px;
            height: 300px;
            overflow-y: scroll;
            padding-right: 15px;
        }

        .news_list {
            width: 100%;
            height: auto;
        }
        
        .news_list .news_inner{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 5px;
        }
}

@media screen and (max-width: 767px) {
    
    .news{
        background: #fff;
        padding: 15px;
        margin-bottom: 40px;
    }

    .news_post {
        width: 100%;
        height: 350px;
        overflow-y: scroll;
        margin-bottom: 40px;
    }
    
    .news_tit{
        margin: 0 auto 15px;
    }

}

/****************************************

content下層用

*****************************************/
/*4月～5月のよもぎ保存風景*/
.step li:not(:last-child){
    margin-bottom: 90px;
}

.step li:not(:last-child)::after{
    content: "";
    position: absolute;
    bottom: -60px;
    left: calc(50% - 90px);
    border-style: solid;
    border-width: 30px 90px 0 90px;
    border-color: #D2DAB1 transparent transparent transparent;
}

.step li .step_inner{
    max-width: 680px;
    
}

.step li .step_inner h2{
    margin-bottom: 20px;
}

.step li .step_inner h2 span{
    background: url(images/icon.png) no-repeat center left;
    padding: 7px 20px 6px;
    margin-right: 10px;
}

/*店内メニュー*/
.tax{
    color: #6A8558;
    font-size: 1.4rem;
}

.eatin li:not(:last-child){
    margin-bottom: 40px;
}

.eatin li .eatin_inner{
    max-width: 600px;

}

.eatin li .eatin_inner .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eatin li .eatin_inner .price span{
    display: block;
    text-align: right;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    font-size: 2.4rem;
}

.eatin_box02{
    background: url(images/eatin_bg01.png) no-repeat left 10px top 10px,url(images/eatin_bg02.png) no-repeat right 300px bottom 15px #F2EEE0;
    padding: 40px;
}

/*お持ち帰りメニュー*/
.menu tr th{
    border-bottom: 1px solid #DEDEDE;
    width: 50%;
    text-align: left;
    font-weight: normal;
    padding: 14px 0 13px;
    list-style: circle;
    font-size: 1.6rem;
}

.menu tr td{
    border-bottom: 1px solid #DEDEDE;
    width: 50%;
    padding: 14px 0 13px;    
    text-align: right;
    font-size: 1.6rem;
}

.menu_content{
    background: #F4F6EB;
    padding: 30px;
    margin: 20px 0;
}

.menu_content .menu .subhead01{
    margin-bottom: 10px;
}

/*通販・ご注文について*/
.table tr th{
    border-bottom: 1px solid #DEDEDE;
    width: 30%;
    text-align: left;
    font-weight: normal;
    padding: 14px 0 13px;
    list-style: circle;
    font-size: 1.6rem;
}

.table tr td{
    border-bottom: 1px solid #DEDEDE;
    width: 70%;
    padding: 14px 0 13px;    
    font-size: 1.6rem;
}

.delivery_box01 .table{
    max-width: 580px;
}

/*観光案内*/
.guide_list li:not(:last-child){
    margin-bottom: 40px;
}

.guide_list_txt h3{
    border-bottom: 1px solid #D2DAB1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.guide_list_txt h3 span{
    color: #6A8558;
    margin-right: 10px;
}

.guide_list_txt p{
    font-size: 1.4rem;
}

/*ブログ共通*/
.blog_box{
    background: #F1F4E7;
    padding: 5px;
    margin-bottom: 30px;
}

.blog_box:last-child{
    margin-bottom: 0;
}

.blog_inner{
    background: url(images/blog_lt.png) no-repeat left top,url(images/blog_lb.png) no-repeat left bottom,url(images/blog_rt.png) no-repeat right top,url(images/blog_rb.png) no-repeat right bottom;
    border: 1px solid #fff;
    padding: 20px;
}

.blog_tit {
    margin-bottom: 10px;
}

.blog_img {
    width: 360px;
    height: 240px;
    overflow: hidden;
}

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


@media print,
screen and (min-width: 768px) {
    

    .step li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
    }
    
    .eatin li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        position: relative;
    }
    
    .eatin_box02_inner{
        width: 720px;
    }
    
    .order_btn{
        width: 240px;
        margin: 30px auto 0;
    }
    
    .menu_img figure:first-child{
        margin-bottom: 5px;
    }
    
    .box640{
        width: 640px;
    }
    
    .box100{
        width: 100%;
    }
    
    .delivery_box01 .menu{
        width: 580px;
    }
    
    .guide_box01_txt{
        width: 580px;
    }
    
    .guide_list li{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .guide_list_txt{
        width: 810px;
    }
    
    .access_box01_img figure:first-child{
        margin-bottom: 5px;
    }
    
    .box680{
        width: 680px;
    }
  
    .map {
        width: 100%;
        height: 450px;
    }
    
    .calender {
        width: 100%;
        height: 550px;
    }

    .blog_box{
        position: relative;
    }
    
    .blog_txt {
        width: 830px;
    }

    .blog_btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
        width: 160px;
    }
 
}

@media screen and (max-width: 767px) { 
    
    .eatin li .eatin_inner{
        margin-bottom: 20px;
    }
    
    .eatin_box02{
        padding: 20px;
    }
    
    .eatin_box02_inner{
        margin-bottom: 20px;
    }
    
    .step li{
        position: relative;
    }
    
    .step li .step_inner{
        margin-bottom: 15px;
    }
    
    .step li .step_inner h2 span {
        padding: 10px 22px 9px;
    }
    
    .order_btn{
        margin-top: 20px;
    }
    
    .menu {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .menu_content{
        padding: 15px;
    }
    
    .menu_img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .menu_img figure{
        width: 49%;
    }
    
    .table tr th,.table tr td{   
        font-size: 1.5rem;
    }    
  
    .map {
        width: 100%;
        height: 300px;
    }  
  
    .calender {
        width: 100%;
        height: 350px;
    }
    
    .table {
        width: 100%;
        margin-bottom: 20px;
    }
  
    .blog_box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    
    .blog_inner{
        padding-bottom: 65px;
    }
    
    .blog_tit{
        margin-bottom: 20px;
    }

    .blog_img {
        margin: 0 auto 20px;
        height: auto;
    }

    .blog_btn{
        width: 160px;
        position: absolute;
        left: calc(50% - 80px);
        bottom: 20px;
    }
    
    .guide_list_txt{
        margin-bottom: 20px;
    }
    
    .access_box01_img,.access_box01_gallery{
        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;
    }

    .access_box01_img figure,.access_box01_gallery figure{
        width: 49%;
        margin-bottom: 5px;
    }
    
    .access_box01 .mb40{
        margin-bottom: 0;
    }
}

/****************************************

aside

*****************************************/

aside{
    background: url(images/bg_gry.png);
    background-size: cover;
    position: relative;
}

aside::before {
    content: url(images/shopping_left.png);
    position: absolute;
    left: 15px;
    top: 15px;
}

aside::after {
    content: url(images/shopping_right.png);
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.aside_txt p{
    font-size: 1.3rem;
    color: #FF5F5F!important;
}

@media print,
    screen and (min-width: 768px) {
        
        aside{
            width: 1100px;
            margin: 0 auto 90px;
            padding: 50px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
        
        .aside_tit p{
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            font-size: 2.4rem;
            font-family: 'Noto Serif JP', serif;
            letter-spacing: 0.05em;
            display: inline;
        }
      
        .aside_inner{
            width: 540px;
        }

        .aside_btn{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 20px;
        }
}

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

    aside{
        margin: 0 3% 50px;
        padding: 40px 10px;
    }
    
    aside::before {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    aside::after {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    
    .aside_tit{
        margin-bottom: 10px;
    }
    
    .aside_tit p{
        font-size: 2.0rem;
        font-family: 'Noto Serif JP', serif;
        letter-spacing: 0.05em;
        text-align: center;
    }
    
    .aside_inner{
        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;
        margin-top: 10px;
    }
    
    .aside_btn{
        width: 49%;
    }
    
    .aside_btn figure:not(:last-child),.aside_btn a:not(:last-child){
        display: block;
        margin-bottom: 10px;
    }
    
    .aside_txt{
        width: 100%;
    }
    


}

/****************************************

single.php

*****************************************/
#single_box {
    width: 1020px;
    margin: 60px auto 0;
}

.single_text {
    width: 100%;
}

.single_text img {
    margin: 15px auto;
    max-width: 1050px;
    height: auto;
}

.aligncenter {
    display: block;
}

.pager {
    clear: both;
    text-align: center;
    padding: 20px 0 0;
    margin: 0 auto;
}

a.page-numbers {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
}

.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
    font-size: 1.4rem;
    background: black;
    border: solid 1px black;
    color: white;
}

.nav-below {
    margin: 30px 0 20px;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    #single_box {
        width: 100%;
    }
}


/****************************************

sidebar

*****************************************/

@media print,
    screen and (min-width: 768px) {
     
}

@media screen and (max-width: 767px) {
    
  
}

/****************************************

テーブル

*****************************************/

td p {
    font-size: 100%;
}

@media print,
screen and (min-width: 768px) {}

@media screen and (max-width: 767px) {}


/****************************************

P

*****************************************/
/*フォント*/

/* 改行 */

.line_break {
    padding-top: 25px;
}

/* 赤文字*/
.red {
    color: #CC0000;
}

/* 強調*/
.bold {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}


@media print,
screen and (min-width: 768px) {


}

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

}

/****************************************

タイトル

*****************************************/
.block {
    display: block;
}

.page_tit_top{
    background: url(images/pagetit_bg_y.png) no-repeat center top;
    padding: 21px 0 20px;
}

.page_tit{
    background: url(images/pagetit_bg.png) no-repeat center top;
    padding: 21px 0 20px;
}
    
.page_tit_top span,.page_tit span {
    font-size: 1.4rem;
    color: #6A8558;
    display: block;
}

.subhead01{
    padding: 0 0 0 20px;
    border-left: 4px solid #6A8558;
}

.subhead02{
    background: url(images/icon02.png) no-repeat top 3px left;
    padding: 0 0 0 35px;
}

.subhead03{
    background: url(images/tit_lt.png) no-repeat left top,url(images/tit_lb.png) no-repeat left bottom,url(images/tit_rt.png) no-repeat right top,url(images/tit_rb.png) no-repeat right bottom;
    border: 1px solid #D2DAB1;
    padding: 11px 10px;
    text-align: center;
}



@media print,
screen and (min-width: 768px) {
    
    .page_tit_top,.page_tit {
        font-size: 3.2rem;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .subhead01{
        margin-bottom: 20px;
    }
    
    .subhead02{
        margin-bottom: 20px;
    }
    
    .subhead03{
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 767px) {
    
    .page_tit_top,.page_tit{
        background-size: 110px;
        padding: 18px 0 17px;
        margin-bottom: 20px;
    }
    
    .page_tit_top span,.page_tit span {
        font-size: 1.3rem;
    }

    .subhead01{
        margin-bottom: 15px;
        padding: 0 0 0 10px;
    }
    
    .subhead02,.subhead03{
        margin-bottom: 15px;
    }


}

/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {
    #pc_footer {
        display: none;
    }
    
    #sp_footer {
        background: url(images/bg_footer.jpg) no-repeat center;
        background-size: cover;
        padding: 50px 0 0;
        margin-bottom: 60px;
        text-align: center;
    }

    #sp_footer p {
        color: #fff;
        font-size: 1.4rem;
    }
    
    .f_logo{
        width: 160px;
        margin: 0 auto 10px;
    }
    
    .f_add{
        margin-bottom: 20px;
    }
    
    .f_tel,.f_fax{
        pointer-events: none;
        width: 225px;
        margin: 0 auto 20px;
    }    

    #sp_footer .sp_bana {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

    #sp_footer .sp_bana .sp_bana_parts {
        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-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: 25%;
        background: #222;
        border-top: 1px solid #666;
    }

    #sp_footer .sp_bana .sp_bana_parts:not(:last-child) {
        border-right: 1px solid #666;
    }

    #sp_footer .sp_bana .sp_bana_parts a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #sp_footer .sp_bana .sp_bana_parts span {
        position: relative;
        display: block;
        height: auto;
        padding-top: 26px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
    }

    #sp_footer .sp_bana .sp_bana_parts span::after {
        content: "";
        position: absolute;
        display: inline-block;
        left: calc(50% - 12px);
        top: 0;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .sp-shopping::after {
        background-image: url(images/sp-shopping.svg);
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .sp-tel::after {
        background-image: url(images/sp-tel.svg);
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .sp-mail::after {
        background-image: url(images/map001.svg);
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .sp-pagetop::after {
        background-image: url(images/sp-pagrtop.svg);
        background-size: 18px;
        background-repeat: no-repeat;
    }

    .copyright {
        background: rgba(0,0,0,0.25);
        display: block;
        font-size: 1.3rem;
        color: #889774;
        padding: 20px 0 15px;
        text-align: center;
    }
    

}

/****************************************

pc_footer

*****************************************/
.f_add{
    font-size: 1.4rem;
    color: #fff;
}

.f_tel,.f_fax{
    border-top: 1px solid #8E9F88;
    border-bottom: 1px solid #8E9F88;
    padding: 10px 0;
}

.f_tel span{
    display: block;
    background: url(images/tel.png) no-repeat center left;
    padding-left: 50px;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
}

.f_fax span{
    display: block;
    background: url(images/fax.png) no-repeat center left;
    padding-left: 40px;
    font-size: 2.6rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
}

.f_tel p,.f_fax p{
    font-size: 1.4rem;
    text-align: center;
}

.attention p{
    font-size: 1.4rem;
    color: #FF5F5F!important;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    #sp_footer {
        display: none;
    }

    #pc_footer{
        background: url(images/bg_footer.jpg) no-repeat center;
        background-size: cover;
        padding: 60px 0 0 0;
    }
    
    #pc_footer p{
        color: #fff;
    }
    
    .pagetop {
        display: none;
        position: fixed;
        z-index: 99;
        right: 0;
        bottom: 50px;
    }
    
    .pagetop li:not(:last-child) {
        margin-bottom: 15px;
    }
    
    .footer_wrap{
        width: 1100px;
        margin: 0 auto;
    }
    
    .footer_list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #D2D8B1;
        margin-bottom: 30px;
    }
    
    .footer_list a{
        color: #D2D8B1;
        font-size: 1.4rem;
        text-decoration: none;
    }
    
    .footer_list a:hover{
        color: #fff;
    }

    .copyright {
        background: rgba(0,0,0,0.25);
        display: block;
        font-size: 1.4rem;
        color: #889774;
        padding: 20px 0 15px;
        text-align: center;
    }
   

}

/****************************************

Contact Form7

*****************************************/

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form textarea {
    width: 960px;
    /*本文*/
    max-width: 100%;
}

.wpcf7-form .wpcf7-submit {
    width: 50px !important;
    /*送信ボタン*/
}

.wpcf7 p {
    line-height: 2.0;
    /*項目間の隙間*/
    padding-top: 3px;
}

.wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
}

.contact_p_strong {
    border-top: 1px dotted #999;
    font-weight: bold;
    margin-top: 15px;
    padding-top: 15px !important;
}

.normal {
    font-weight: normal;
}

.wpcf7-submit {
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .wpcf7-form textarea {
        width: 100% !important;
        /*本文*/
    }
}

/****************************************

追加

*****************************************/


/****************************************

clearfix

*****************************************/

.clearfix {
    display: inline-block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE Mac */

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End Hack */
