/*
Theme Name: horohoro-andante
Description: horohoro-andante
Theme URI: https://www.horohoro-andante.co.jp
Version: 1.0
License: horohoro-andante
License URI: https://www.horohoro-andante.co.jp
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');/*Noto Sans JP*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');/*Noto Serif JP*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');/*ZEN丸ゴシック*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');/*Kosugi Maru*/


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

リセット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,hgroup,menu,nav,section,main {
    display:block;
}

ol,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
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{
    min-width: 1100px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #010101;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.06em;
}

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

}


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

ページ共通

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

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


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

}


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

フォント指定

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

li,tt,tr,dt,dd,p{
    font-size: 1.6rem;
}

h1{
    color: #333;
    font-weight: bold;
    font-size: 3.0rem;
}
h2{
    color: #333;
    font-weight: bold;
    font-size: 2.6rem;
}
h3{
    color: #FFF;
    font-weight: bold;
	font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
    
    li,tt,tr,dt,dd,p{
        font-size: 1.5rem;
    }
    
    h1{
        font-size: 2.4rem;
        line-height: 1.5;
    }
    h2{
        font-size: 2.0rem;
        line-height: 1.5;
    }
    h3{
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


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

リンク指定

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

a:link,a:visited{
    font-weight: normal;
    color: #010101;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
    text-decoration: none;
}
a:hover,a:active {
    font-weight: normal;
    color: #abcd42;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}

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

オンマウス時のアクション

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

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


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

pcヘッダー

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

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

    header{
        width:100%;
        position: relative;
    }

    .header_top {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        padding: 0 50px;
        z-index: 1;
    }

    .header_top_txt {
        font-size: 1.4rem;
        margin: 0 0 20px 20px;
        white-space: nowrap
    }

    .header_top_right {
        display: flex;
        align-items: end;
    }

    .header_top_right img:nth-child(2),.header_top_right img:nth-child(3) {
        margin-right: 15px;
    }

    .header_top_right a {
        margin: 0 40px 15px 0;
    }

    #teaser_page {
        position: relative;
        background: url(images/teaser_bg.jpg) no-repeat top center;
        height: 482px;
        z-index: 0;
    }

    .teaser_page_txt {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 4.2rem;
        color: #5A3F2B;
        text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
        font-family: "Kosugi Maru", sans-serif;
        font-weight: 600;
    }

}

@media (min-width: 768px) and (max-width: 1400px) {

    .header_top {
        flex-direction: column-reverse;
        text-align: center;
    }

    .header_top_right {
        justify-content: center;
    }

    #teaser_top {
        padding-top: 266px;
        background-color: #a6dbf7;
    }


}




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

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        max-width: 100%;
        height: auto;
    }
    header {
        display: block;
        width: 100%;
    }
    
    .header_logo {
        width: 100%;
        padding: 5px 0;
    }
    
    .logo a {
        display: block;
        width: 60%;
        margin: 15px auto;
    }
    
    .navi_box{
        display: none;
    }

    .header_top_txt {
        display: none;
    }

    .header_top_right {
        display: none;
    }

    #teaser_page {
        position: relative;
        background: url(images/teaser_bg.jpg) no-repeat bottom center;
        height: 100px;
        z-index: 0;
        background-size: 100%;
    }

    .teaser_page_txt {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2.5rem;
        color: #5A3F2B;
        text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
        font-family: "Kosugi Maru", sans-serif;
        font-weight: 600;
        white-space: nowrap;
    }

    
    #toggle {
        position: fixed;
        right: 0px;
        top: 0px;
        width: 55px;
        height: 55px;
        cursor: pointer;
        z-index: 9999;
        border: 1px solid #abcd42;
        padding: 14px 8px;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #abcd42;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    #toggle span:first-child {
        top: 0;
    }
    #toggle span:nth-child(2) {
        top: 11px;
    }
    #toggle span:nth-child(3) {
        top: 22px;
    }
    .open_navi #toggle {
        position: fixed;
        border: 1px solid #FFF;
    }

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

    .open_navi #toggle span:first-of-type {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-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);
        -ms-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: rgba(171, 205, 66, 0.9);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter:blur(3px);
        filter:blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }
    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: #FFF 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: #FFF 1px solid;
    }
    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }
    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        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;
        border-top: #FFF 1px solid;
    }
    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(65, 169, 204, 0.9);
    }
    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }
    
    #g_navi {
        display: none;
    }
}



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

pc用 横ナビ

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

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

    #sp_navi,#toggle{display: none;}

}

#g_navi{
    width: auto;
}
#g_navi .menu{
    width: 1130px;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
}

#g_navi .menu > li{
    width: auto;
    text-align: center;
    line-height: 1;
    position: relative;
}

#g_navi .menu > li > a{
    padding: 0 20px;
}


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

#g_navi .menu li ul li{
    width: 100%;
}
#g_navi .menu li ul li a{
    display: block;
    padding: 13px 2px;
    border: 1px solid #5c3e1d;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #FFF;
    color: #5c3e1d;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    transition: .5s;
}

#g_navi .menu li ul li:last-child a {
    border-bottom: 1px solid #5c3e1d;
}

#g_navi .menu li ul li a:hover{
    background: #abcd42;
    color: #FFF;
    transition: 0.2s linear;
}

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

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

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

ティーザー

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

/* TOPスライダー共通 */

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

    #teaser_top {
        margin-bottom: 50px;
    }

    #teaser_top img {
    width: 100%;
    }
    
    
    
}

@media screen and (max-width: 767px) {
    
    #slider {
        width: 140%;
        overflow: hidden;
        margin: 0 0 0 -20%;
    }
    
    .metaslider .flex-control-nav{
        bottom: 10px !important;
    }
    
    .metaslider .flexslider{
        margin: 0 !important;
    }
    
    
}


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

content 共通設定

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

#contents{
    width: 100%;
    margin: 0 auto;
}

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

main#page_main{
    padding: 0 calc((100% - 1100px) /2);
    margin: 50px auto 120px;
    background: url(images/page_main_bg.jpg) no-repeat top 30px center;
}

main figure, main img {
    text-align: center;
}

.breadcrumb_area{
    width: 100%;
    margin: 20px auto 10px;
    text-align: right;
}

.breadcrumb{
    width: 1100px;
    margin: 0 auto;
}

.breadcrumb p{
    color: #5D5D5D;
    font-size: 1.6rem;
}
.breadcrumb p a:link,
.breadcrumb p a:visited{
    color: #5D5D5D;
    text-decoration: none;
}
.breadcrumb p a:hover,
.breadcrumb p a:active{
    color: #A18F81;
    text-decoration: underline;
}

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

    .pc_none{
        display: none;
    }

}

@media screen and (max-width: 767px) {
    
    main#top_main{
        margin: 0 auto 50px;
    }

    main#page_main{
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 50px;
    }

    main#page_main figure {
        margin: 0 auto;
    }

    .breadcrumb_area {
        padding: 0 10px;
        margin: 0 auto 30px;
    }

    .breadcrumb{
        width: 100%;
    }

    .breadcrumb p{
        font-size: 1.2rem;
    }
    
    .sp_none{
        display: none;
    }
    
}


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

contentトップ用

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

/* 1カラム目 */
.top_box01 {
    position: relative;
    padding: 50px calc((100% - 1200px)/2) 100px;
    text-align: center;
}

.top_box01::before {
    position: absolute;
    content: "";
    background: url(images/top_box01_before.png) no-repeat center left;
    width: 294px;
    height: 319px;
    left: 0;
    top: 0;
}

.top_box01::after {
    position: absolute;
    content: "";
    background: url(images/top_box01_after.png) no-repeat center left;
    width: 294px;
    height: 319px;
    right: 0;
    top: 0;
}

.top_box01_tit{
    font-size: 3.0rem;
    background: url(images/top_box01_tit_bg.png) no-repeat bottom center;
    color: #5c3e1d;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.top_box01_txt {
    line-height: 2.389;
}


.top_box02{
    padding: 150px calc((100% - 1200px)/2) 100px;
    background: url(images/top_box02_bg.jpg) no-repeat bottom center;
}

.top_box02_inner01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.txt550 {
    width: 550px;
}

.top_box02_tit01 {
    font-size: 2.8rem;
    color: #634526;
    padding-bottom: 20px;
    margin-bottom: 10px;
    background: url(images/top_box02_tit01_bg.png) no-repeat bottom center;
    font-weight: normal;
    line-height: 1.393;
}

.btn_wrapper {
    display: flex;
}

.top_box02_inner02 {
    display: flex;
    justify-content: space-between;
}

.top_box02_inner02_left {
 position: relative;
}

.top_box02_inner02_left .txt550 {
    position: absolute;
    top: 390px;
    line-height: 1.667;
}

.top_box02_tit02 {
    position: relative;
    color: #492e08;
    font-size: 2.8rem;
    background-image: url(images/top_box02_tit02_bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.top_box02_tit02::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_tit02_deco.jpg) no-repeat bottom center;
    width: 28px;
    height: 28px;
    top: 10px;
    left: 35px;
}

.top_box02_inner02_right .txt550 {
    height: 260px;
    line-height: 1.667;
}

.top_box02_tit03 {
    position: relative;
    color: #492e08;
    font-size: 2.8rem;
    background-image: url(images/top_box02_tit03_bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}

.top_box02_tit03::after {
    position: absolute;
    content: "";
    background: url(images/top_box02_tit03_deco.jpg) no-repeat bottom center;
    width: 35px;
    height: 38px;
    top: 5px;
    left: 155px;
}

.top_box03{
    background: url(images/top_box03_bg.jpg) no-repeat bottom center;
    padding: 100px calc((100% - 1200px)/2) 208px;
}

.top_box03_tit{
    font-size: 3.0rem;
    color: #543c24;
    text-align: center;
    background: url(images/top_box03_tit_bg.png) no-repeat bottom center;
    padding-left: 50px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.top_box03_txt {
    text-align: center;
    margin-bottom: 100px;
}

.top_box03 .btn_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 calc((100% - 760px) /2);
}

.top_box03_btn01 {
    position: relative;
    background: url(images/top_box03_btn01_bg.png) no-repeat bottom center;
    font-family: "Zen Maru Gothic", serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.top_box03_btn01::after {
    position: absolute;
    content: "";
    background: url(images/top_box03_btn01_deco.png) no-repeat;
    width: 21px;
    height: 30px;
    left: 30px;
    top: 47px;
}

.top_box03_btn01 a {
    display: block;
    padding: 25px 76px 14px 70px;
    font-size: 3.6rem;
    color: #FFF;
    white-space: nowrap;
}

.top_box03_btn02 {
    position: relative;
    background: url(images/top_box03_btn02_bg.png) no-repeat bottom center;
    font-family: "Zen Maru Gothic", serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.top_box03_btn02::after {
    position: absolute;
    content: "";
    background: url(images/top_box03_btn02_deco.png) no-repeat;
    width: 41px;
    height: 31px;
    left: 20px;
    top: 45px;
}

.top_box03_btn02 a {
    display: block;
    font-size: 3.4rem;
    color: #FFF;
    letter-spacing: -0.02em;
    padding: 30px 39px 12px 80px;
    white-space: nowrap;
}

.top_box03_btn02 a:hover {
    text-decoration: none;
    color: #543c24;
}


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

@media screen and (max-width: 767px) {
    
    .top_box01{
        padding: 30px 10px;
    }

    .top_box01_tit{
        font-size: 2.0rem;
    }

    .top_box01::before,.top_box01::after {
        content: none;
    }

    .top_box01_txt {
        text-align: left;
        line-height: 1.8;
    }
    
    .top_box02 {
        padding: 30px 10px;
        background: #fffef5;
    }

    .top_box02_tit{
        font-size: 2.0rem;
    }
    

    .top_box02_inner01,.top_box02_inner02 {
        flex-direction: column;
    }

    .top_box02_tit01 {
        font-size: 2.0rem;
        text-align: center;
    }

    .top_box02_inner02_left {
        position: static;
        margin-bottom: 20px;
        text-align: center;
    }

    .top_box02_inner02_left .txt550 {
        position: static;
    }

    .txt550 {
        width: 100%;
    }

    .btn_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .top_box02_tit02 {
        font-size: 2.0rem;
        padding-left: 30px;
        background-position: bottom center;
    }

    .top_box02_tit02::after {
        left: calc((100% - 340px)/2);
        top: 5px;
    }

    .top_box02_tit03 {
        font-size: 2.0rem;
        background-position: bottom center;
    }

    .top_box02_tit03::after {
        top: 0px;
        left: calc((100% - 200px)/2);
    }

    .top_box02_inner02_right {
        text-align: center;
    }

    .top_box02_inner02_right .txt550 {
        height: auto;
    }

    .top_box02_inner02_left .txt550 p,.top_box02_inner02_right .txt550 p {
        text-align: left;
    }
    
    .top_box03{
        padding: 30px 10px;
    }

    .top_box03_tit{
        font-size: 2.0rem;
        padding-left: 0;
        margin-bottom: 10px;
    }

    .top_box03_txt {
        text-align: left;
        margin-bottom: 10px;
    }


}

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

news トップ用

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

#news_box{
    position: relative;
    padding: 90px calc( (100% - 1200px)/2);
    background: url(images/news_box_bg.jpg) no-repeat bottom center;
}

.news_box_inner {
    background: url(images/news_box_inner_bg.jpg) no-repeat top center;
    padding: 100px 50px;
}

.news_tit {
    position: relative;
    font-size: 2.6rem;
    color: #543d27;
    background: url(images/news_tit_bg.jpg) no-repeat bottom center;
    padding: 0 0 20px 100px;
    margin-bottom: 30px;
}

.news_list_tit a {
    text-decoration: none;
}

.news_tit::after {
    position: absolute;
    content: "";
    background: url(images/news_tit_after.png) no-repeat bottom center;
    width: 32px;
    height: 32px;
    top: 10px;
    left: 50px;
}

.news_post {
    height: 200px;
    overflow-y: scroll;
}

.news_list {
    display: flex;
    align-items: center;
    background: url(images/news_list_bg.jpg) no-repeat bottom left;
    padding: 0 0 10px 40px;
    margin-bottom: 20px;
}

.date {
    width: 11%;
    font-size: 1.8rem;
    color: #8ec31f;
}

.yellow_label {
    background-color: #fdb529;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
    border-radius: 7px;
    height: 25px;
    padding: 0 6px;
    margin-right: 20px;
}

.pink_label {
    background-color: #ef8a80;
    font-size: 1.4rem;
    color: #FFF;
    font-weight: bold;
    border-radius: 7px;
    height: 25px;
    padding: 0 6px;
    margin-right: 20px;
}

.news_list_tit {
    color: #543d27;
    font-weight: normal;
}

.news_btn {
    position: absolute;
    width: 135px;
    background: url(images/news_btn_bg.png) no-repeat bottom center;
    padding: 6px;
    top: 200px;
    right: calc((100% - 1000px) /2);
    font-family: "Zen Maru Gothic", serif;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_btn a {
    font-size: 1.8rem;
    color: #FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.news_btn a:hover {
    text-decoration: none;
    color: #543d27;
}


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

}

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

    #news_box {
        padding: 30px 10px;
        background-position: top center;
    }

    .news_box_inner {
        padding: 30px 10px;
    }
    
    .news_tit {
        font-size: 2.0rem;
        padding: 0 0 10px 100px;
    }

    .news_tit::after {
        top: 0;
    }

    .news_list {
        flex-direction: column;
        align-items: flex-start;
    }
}


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

content下層用

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

/* 全ページ共通　フレックスボックス*/
.flex{
    display: flex;
    justify-content: space-between;
}

.flex_r{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.txt620{
    width: 620px;
}

.worries_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.worries_box li {
    position: relative;
    width: 48%;
    background: url(images/worries_box_li_bg.png) no-repeat bottom center;
    padding: 0 0 10px 30px;
    margin-bottom: 20px;
}

.worries_box li::before {
    position: absolute;
    content: "";
    background: url(images/worries_box_li_deco.png) no-repeat center left;
    width: 22px;
    height: 20px;
    top: 5px;
    left: 0;
}

.worries_txt {
    background-color: #FFFEF5;
    padding: 40px 30px;
}


@media screen and (max-width: 767px) {
    .flex,
    .flex_r{
        flex-direction: column;
    }

    #page_main img {
        margin: 10px 0;
    }

    .txt620{
        width: 100%;
    }

    .worries_box {
        flex-direction: column;
    }

    .worries_box li {
        width: 100%;
    }

}

/* お知らせ */

.news_parts:nth-child(2n) .subhead02 {
    position: relative;
    background: url(images/subhead03_bg.png) no-repeat bottom left;
    padding:0 0 15px 40px;
    margin-bottom: 30px;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.2rem;
    color: #5A3F2B;
}

.news_parts:nth-child(2n) .subhead02::before {
    position: absolute;
    content: "";
    background: url(images/subhead03_deco.png) no-repeat left center;
    width: 28px;
    height: 28px;
    top: 12px;
    left: 0;
}

.news_parts figure img {
    object-fit: cover;
    height: 310px;
    border-radius: 15px;
}

.news_parts_btn {
    position: relative;
    width: 240px;
    background-color: #FDDF75;
    text-align: center;
    border-radius: 32.5px;
    margin: 0 0 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news_parts_btn a{
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 14px 0;
    color: #593F2B;
    font-size: 1.8rem;
    border-radius: 32.5px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}


.news_parts_btn a:hover{
    background: #5ebcf8;
}



/*  */


/*  */


/*  */


/* お問い合わせ */

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

.policy {
    background-color: #FFFEF5;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.policy dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #593F2B;
    font-family: "Kosugi Maru", sans-serif;
}

.policy dd {
    font-size: 1.4rem;
    color: #101010;
}



/* 3列投稿 */

.three_column_post{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_parts{
    width: 320px;
    height: auto;
    margin: 0 40px 40px 0;
}

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

    /* お問い合わせ */

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        }
    
    /*  */


    
    /*  */
    
}

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

    
    /*  */

    
    /* お知らせ */
    .news_parts_btn {
        margin: 0 auto;
    }

    
    /* お問い合わせ */

    .contact_txt p {
        text-align: left;
    }

    .policy dd {
        text-align: left;
    }
    

    
    /* 3列投稿 */

    

    
}

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

single.php

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

h1.single_headline{
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 2.0rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

#single_box img{
    max-width: 1200px;
    padding: 10px 0;
    height: auto;
}

.nav-below {
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-below a {
    margin: 0 5px;
    font-size: 1.6rem;
}

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

    h1.single_headline{
        margin-bottom: 30px;
    }

    #single_box img{
        width: auto;
        max-width: 100%;
        padding: 10px 0px;
    }
}



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

投稿　pager設定

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

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

a.page-numbers,
.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;
}
.pager .current{
    background:rgba(0,0,0,1);
    border:solid 1px rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}


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

    .pager{
        padding: 30px 0;
    }
}



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

sp_footer

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

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

    #pc_footer{
        display: none;
    }

    .sp_bana{
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
    }
    
    .sp_bana div{
        position: relative;
        width: 25%;
        background: #abcd42;
        border-top: 1px solid #FFF;
    }
    
    .sp_bana div:nth-child(4){
        background: #3F3933;
    }
    
    .sp_bana div:not(:last-child){
        border-right: 1px solid #FFF;
    }
    
    .sp_bana div img{
        width: auto;
        margin-bottom: 7px;
    }

    .sp_bana div:nth-child(2) img {
        width: 20px;
    }

    .sp_bana div p{
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }
    
    .sp_bana a{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    
    .copyright {
        padding: 25px 0 80px;
        text-align: center;
        background: #abcd42;
        color: #FFF;
        font-size: 1.2rem;
    }

    .sp_footer_content{
        margin: 30px 0;
        padding: 30px 10px 0;
        border-top: 1px dotted #999;
    }
}


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

pc_footer

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

    .pagetop{
        position: fixed;
        z-index: 4;
        right: 30px;
        bottom: 50px;
    }

    iframe {
        vertical-align: bottom;
      }
    
    .footer_box{
        background: url(images/footer_bg.jpg) no-repeat bottom center;
        padding: 60px calc((100% - 1030px)/2) 10px;
    }

    .sitemap {
        display: flex;
        justify-content: space-between;
    }

    .sitemap a:hover {
        text-decoration: none;
        color: #8ec31f;
    }

    .sitemap ul li {
        color: #70471e;
    }

    .sitemap ul li a {
        color: #70471e;
        font-size: 1.6rem;
    }
    
    .footer_content{
        padding: 50px 50px 200px 50px;
        display: flex;
        justify-content: space-between;

    }
    
    .footer_logo{
        margin-bottom: 20px;
    }

    .footer_content_inner {
        color: #563a25;
    }
    
    .footer_box dl {
        display: flex;
    }

    .footer_box dl dt {
        margin-right: 30px;
        color: #5ebcf8;
        font-weight: bold;
    }

    .footer_box dl:nth-child(3) dt {
        margin-right: 45px;
    }
    
    .copyright_area{
        text-align: center;
        padding: 12px 0;
    }
    
    .copyright_area p{
        color: #ffffff;
        font-size: 1.6rem;
    }
    
}


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

sidebar/aside

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

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

    
    
    
}

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

    
}


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

タイトル

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

/* 下層ページ共通見出し */

.headline{
    font-family: "Kosugi Maru", sans-serif;
    font-size: 3.2rem;
    color: #5A3F2B;
    font-weight: 600;
    text-align: center;
    background: url(images/headline_bg.png) no-repeat bottom center;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.subhead01{
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.2rem;
    color: #5A3F2B;
    font-weight: 600;
    background: url(images/subhead01_bg.png) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.subhead02{
    position: relative;
    background: url(images/subhead02_bg.png) no-repeat bottom left;
    padding:0 0 15px 40px;
    margin-bottom: 30px;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.2rem;
    color: #5A3F2B;
}

.subhead02::before {
    position: absolute;
    content: "";
    background: url(images/subhead02_deco.png) no-repeat left center;
    width: 28px;
    height: 28px;
    top: 12px;
    left: 0;
}

.subhead03{
    position: relative;
    background: url(images/subhead03_bg.png) no-repeat bottom left;
    padding:0 0 15px 40px;
    margin-bottom: 30px;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.2rem;
    color: #5A3F2B;
}

.subhead03::before {
    position: absolute;
    content: "";
    background: url(images/subhead03_deco.png) no-repeat left center;
    width: 28px;
    height: 28px;
    top: 12px;
    left: 0;
}

.subhead04{
    position: relative;
    background: url(images/subhead02_bg.png) no-repeat bottom left;
    padding:0 0 15px 10px;
    margin-bottom: 30px;
    font-family: "Kosugi Maru", sans-serif;
    font-size: 2.2rem;
    color: #5A3F2B;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    
    .headline{
        font-size: 2.0rem;
    }

    .subhead02{
        font-size: 1.8rem;
    }

    .subhead02::before,.subhead03::before {
        top: 0;
    }
    
    .subhead03{
        font-size: 1.6rem;
    }

    .subhead04{
        font-size: 1.6rem;
    }
    
}


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

共通div

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

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb90{
    margin-bottom: 90px;
}
.mb100{
    margin-bottom: 100px;
}

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

    .mb40{
        margin-bottom: 30px;
    }
    .mb50{
        margin-bottom: 40px;
    }
    .mb60,.mb70,.mb80,.mb90,.mb100{
        margin-bottom: 50px;
    }

    .mb10_sp {
        margin-bottom: 10px;
    }

    .mb20_sp {
        margin-bottom: 20px;
    }

    .mb30_sp {
        margin-bottom: 30px;
    }

}

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

テーブル

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

.table_wrapper {
    width: 48%;
}

.flow_table {
    width: 100%;
}

.flow_table th {
    font-weight: normal;
}



/* 会社情報 */

.overview_table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.overview_table tr {
    background: url(images/overview_table_tr_bg.png) no-repeat bottom left;
}

.overview_table th{
    width: 15%;
    line-height: 1.5;
    color: #593F2B;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
    font-family: "Kosugi Maru", sans-serif;
}

.overview_table td{
    width: 85%;
    line-height: 1.5;
    color: #333333;
    font-size: 1.6rem;
    text-align: left;
    vertical-align: text-top;
    padding:20px 0 30px 0;
}

.overview_table td a {
    text-decoration: underline;
}

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

    .table_wrapper {
        width: 100%;
    }
    
    .overview_table th {
        display: block;
        width: 100%;
        padding: 10px 13px;
        border-bottom: none;
        text-align: center;
    }
    
    .overview_table td {
        display: block;
        width: 100%;
        padding: 10px 13px;
    }
    
    .overview_table tr:not(:last-child) td {
        margin-bottom: 15px;
    }

}

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

P

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

/* 改行 */
.line_break{
    padding-top: 20px;
}

@media print, screen and (min-width: 768px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 767px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}


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

ボタン

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

/* 黄緑ボタン */

.btn_box01{
    position: relative;
    width: 250px;
    background-color: #abcd42;
    text-align: center;
    border-radius: 32.5px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box01 a{
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 11px;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.167;
    border-radius: 32.5px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}


.btn_box01 a:hover{
    background: #5ebcf8;
}

/* 青ボタン */

.btn_box02{
    position: relative;
    width: 250px;
    background-color: #5ebcf8;
    text-align: center;
    border-radius: 32.5px;
    margin: 0 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_box02 a{
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 11px;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 1.167;
    border-radius: 32.5px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}


.btn_box02 a:hover{
    background: #abcd42;
}

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

    .btn_box01{
        margin-bottom: 10px;
    }

}

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

Contact Form7

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

.wpcf7{
    width: 100%;
}

.form_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.form_row .form_label{
    width: 300px;
}

.form_row .form_label .required{
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_label .any{
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 2px 5px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
    line-height: initial;
}

.form_row .form_input{
    width: calc(100% - 300px);
}

.wpcf7-form-control{
    width: 100%;
}

.wpcf7-form input{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_input_radio input {
    margin-bottom: 5px;
}

.wpcf7-form textarea{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post{
    width: 180px;
}

.form_row .form_input_post_txt{
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.form_row .last_row{
    padding-bottom: 0;
    border-bottom: none;
}

.tc{
    text-align: center;
}

.tc input[type=submit]{
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px solid #AAA;
    border-radius: 8px;
    background-color: #5c5c5c;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7 .tc input[type=submit]:hover{
    background-color: #CCC;
    color: #333;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

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

@media screen and (max-width: 767px) {
    
    .form_row{
        flex-direction: column;
        padding: 0 0 20px 0;
    }

    .form_row .form_label{
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input{
        width: 100%;
    }

}


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

clearfix

*****************************************/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

/* End Hack */



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

追加用

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



