@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
div.entry__content { font-family: 'Noto Sans JP', sans-serif; }
.KMaru { font-family: 'Kosugi Maru', sans-serif; }

div.entry__content {font-size: 20px;}
@media (min-width: 992px) { 
    div.entry__content {font-size: 22px;}
}

.pcVw { display: none; }
.mbVw { display: inline; }
@media (min-width: 992px) { 
    .pcVw { display: inline!important; }
    .mbVw { display: none!important; }
}
@media (min-width: 960px) { 
    .mx76 { max-width: 760px; }
}

.idLink {
    margin-top: -120px;
    padding-top: 120px;
}

div#contents { margin-top: 8px!important; }

.f40 { font-weight: 400; }
.f60 { font-weight: 600; }
h1 .f40, h1 .f60 { line-height: 2.2em; }
.porta h3, .pfs50 { font-size: 37px; }
@media (min-width: 640px) { 
    div#contents h1 { font-size: 60px; }
    .porta h3, .pfs50 { font-size: 50px}
    .pfs36 { font-size: 36px; }
}

.title2 {
    position: relative;
    color: #fff;
    text-align: center;
    margin: 0 -500px 30px -500px;
    padding: 20px 500px;
    background-color: #333;
}
.title2:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #333;
}

.title3 {
    position: relative;
    color: #333;
    text-align: center;
    margin: 0 -500px 30px -500px;
    padding: 20px 500px;
    background-color: #ffdce0;
}
.title3:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 30px solid transparent;
    border-top-color: #ffdce0;
}

.sbox1 {
    max-height: 550px;
    min-height: 400px!important;
    overflow: hidden;
    margin-bottom: 7%;
}
@media (max-width: 640px) { 
    .sbox1 { max-height: 330px; min-height: 300px!important}
}

table.spc { width: 100%; }
table.spc td[class*=col-], table.spc th[class*=col-] { float: left; }
table.spc td[class*=col-] { margin-bottom: 20px; }

.porta { 
        background-image: url('/wp-content/uploads/topimg1.png');
        background-size: cover;
}
@media (min-width: 640px) { 
    .porta { 
        background-image: url('/wp-content/uploads/topimg1.png');
        background-attachment: fixed;
        position: relative; 
    }
    .porta:before{ 
        background-color: rgba(255,255,255,0.4);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
        z-index: 0;
    }
}
ul.dairi { padding: 0; }
ul.dairi li { list-style: none; }
.dbox1 span, .dbox2 span, .dbox3 span, .dbox4 span { display: none; }
.dbox1, .dbox2, .dbox3, .dbox4 {
    min-height: 100px!important;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}
.dbox1 { background-image: url('/lp/wp-content/uploads/kikuya.png'); }
.dbox2 { background-image: url('/lp/wp-content/uploads/bg.png'); }
.dbox3 { background-image: url('/lp/wp-content/uploads/nichiri.jpg'); }
.dbox4 { background-image: url('/lp/wp-content/uploads/mirai.png'); }

blockquote {
    position: relative;
    background-color: #eee;
    padding-bottom: 40px!important;
}
blockquote:before { font-family:'FontAwesome'; content:'\f10d'; }
blockquote:after { font-family:'FontAwesome'; content:'\f10e'; position: absolute; bottom: 0; right: 10px; }
blockquote a { word-break: break-word; }

.toroku .btn-lg { font-size: 10vw; }
@media(min-width:992px){
    .toroku .btn-lg {font-size: 75px;}
}

div#hFloatInfo { background-color: translate; left: 0px; top: 54px; height: 3em; }
div#fFloatInfo { /*background-color: rgba(77,77,77,0.8);*/ left: 0px; bottom: 0px; height: 60px; }
div#fFloatInfo {
    display: inline;
    width: 100%;
    position: fixed;
    z-index: 999;
    text-align: center;
}

.square_btn{
    text-align: center;
    font-size: 0.9em!important;
    line-height: 1.4em;
    color: #000;
    display: inline-block;
    padding: 0.7em 1.3em;
    text-decoration: none;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #c58668;
}
.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.square_btn br { display: inline; }
a.square_btn:hover, a.square_btn:active, a.square_btn:focus  { color:#000; text-decoration: none;}
@media(max-width:600px) { 
    .square_btn { font-size: 1.1em; }
}
@media(max-width:600px) { 
    .square_btn span:before { padding-right: 0.5em; }
    .square_btn span:after { display: none; }
}

input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea { width:100%; border: 2px solid #a0a0a0; }
input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select { height: 45px; }
form.wpcf7-form label { width: 100%; }
form.wpcf7-form.init { color: #4c4c4c; }

footer .copyright {
    padding-bottom: 80px;
}