@charset "utf-8";
/**************************

keyframes

**************************/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

Lightbox

**************************/
.lb-data .lb-details{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 2em;
}

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

common

**************************/
body,h1, h2, h3, h4, h5, h6, .site-title,.home-text {
    color: #434343;
    font-weight: 300;
    font-family: a-otf-ryumin-pr6n, 'Lato', 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pc{
    display: block!important;
}
.pc.pc-ib{
    display: inline-block!important;
}
.sp,.sp-w980{
    display: none!important;
}
.fBold{
    font-weight: bold;
}
.fLarge{
    font-size: 140%;
}
.fXlarge{
    font-size: 160%;
}
.fade{
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.fade.fast{
    animation: fadeIn .3s ease 0s 1 normal;
    -webkit-animation: fadeIn .3s ease 0s 1 normal;
}
.imgWrap{
    display: block;
    margin: 0;
}
.imgWrap img{
    display: inline-block;
    width: 100%;
}
.imgWrap .sample{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
    background-color: #ccc;
    font-size: 150%;
    text-align: center;
    margin: 0;
}
.flexWrap{
    display:-webkit-box;
    display:flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flexWrap.align-center{
    align-items: center;
}
.flexWrap.justify-center{
    justify-content: center;
}
.flexWrap.space-around{
    justify-content: space-around;
}
.flexWrap.space-between{
    justify-content: space-between;
}
.flexWrap .flexItem{
    margin: 0;
}
.flexWrap .flexItem.pc-gridHalf{
    width: 46%;
}
.flexWrap .flexItem.pc-grid1of3 {
    width: 32%;
}
.flexWrap .textWrap *{
    margin-top: 0;
}
.flexReverse .evenReverse{
    padding-bottom: 80px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
}
.flexReverse .evenReverse:last-of-type{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flexReverse .evenReverse h4{
    font-size: 130%;
    margin: 0 0 30px;
}
.flexReverse .evenReverse h4:first-letter {
    font-size: 150%;
    color: #1C1916;
}
.flexReverse .subSec.flexWrap{
    margin-bottom: 40px;
}
.flexReverse .subSec.flexWrap:last-of-type{
    margin-bottom: 0;
}
.flexReverse .subSec.flexWrap .textWrap h5{
    font-size: 110%;
}
.flexReverse .subSec.flexWrap .textWrap p{
    font-size: 16px;
}
.flexReverse .subSec.flexWrap .textWrap a{
    font-size: 16px;
}
.evenReverse .flexWrap:nth-child(even) {
    flex-direction: row-reverse;
}

.site-content,
.content-area,
.site-footer,
#mainImg{
  min-width: 1200px;
}
.entry-header h1 {
    font-size: 32px;
    color: #1C1916;
    position: relative;
    padding: 0 2rem 1rem;
    border-bottom: 6px solid #1C1916;
}
.entry-header h1 span {
    display: inline-block;
    color: ccc;
    font-size: 300%;
    margin: 0 40px 0 0;
}
.content-area.home{
    box-sizing: border-box;
    float: none;
    padding: 0;
    width: 100%;
}
.commonSec{
    margin-bottom: 100px;
}
.commonSec .innerWrap{
  width: 1000px;
}
.commonSec .innerWrap h2{
  font-size: 48px;
  margin: 0 0 40px;
}
.commonSec.wide{
  padding: 80px 0;
}
.commonSec.wide .innerWrap{
  max-width: 1100px;
  width: 1100px;
  padding: 0;
}
.subSec{
    margin-bottom: 80px;
}
.commonSec:last-of-type,
.subSec:last-of-type{
    margin-bottom: 0;
}
.site{
	max-width: initial;
    min-width: 1200px;
}
.site .innerWrap{
    margin-left: auto;
    margin-right: auto;
    padding: 0 1%;
}
.site .firstView.innerWrap{
    max-width: initial;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
    background-color: rgba(255,255,255,.8);
    transition: all 1s;
    -webkit-transition: all 1s;
}
.main-navigation ul.menu > li.logo a img{
    transition: all 1s;
    -webkit-transition: all 1s;
}
.site .firstView.innerWrap.mini{
    position: fixed;
    height: 80px;
}
.site .firstView.innerWrap.mini .logo a img{
    width: 100px;
    margin: 0 auto;
}
#masthead{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle{
    position: relative;
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.5em;
    list-style-type: none!important;
}
.circle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    position: absolute;
    top: 7px;
    left: 0;
    color: #97679D;
}
.scroll-text * {
  transition: all 1s;
  -webkit-transition: all 1s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
}

.scroll-text a:hover {
    transition: all 0.4s;
}

.scroll-text *.move {
  transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.gMap{
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
}
.gMap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#sns-banner{
    margin-top: 100px;
}
#sns-banner .flexWrap{
    justify-content: space-between;
}
#sns-banner .imgWrap{
    width: 49%;
}
#sns-banner .imgWrap a:hover{
    opacity: .7;
}

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

Contact Form7

**************************/
/* Contact Form 7 */
/* required */
.required{
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #f58694;
    border-radius: 5px;
}

/* any */
.any {
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #778E40;
    border-radius: 5px;
}

form p {
    font-weight: 600;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #eff1f5;
}
input.wpcf7-form-control-wrap.captcha-170{
    padding: 8px 15px;
}

input.wpcf7-submit {
    width: 100%;
    height: 60px;
    border-color: rgba(66,43,37,1.0);
    background: rgba(66,43,37,1.0);
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    border-radius: 2px;
}
input.wpcf7-submit:hover{
    background: #fff;
    color: rgba(66,43,37,1.0);
}
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}


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

header

*************************************/
.site-main article header h1{
    margin: 0;
}
.site-top{
    margin-bottom: 0;
}
.main-navigation ul.menu{
    padding-right: 0;
}
.main-navigation ul.menu > li{
    font-size: 18px;
    text-align: center;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.main-navigation ul.menu > li.logo{
    margin: 0 20px;
    width: 173px;
}
.main-navigation ul.menu > li.logo a:hover{
    opacity: .6;
}
.header-side .main-navigation{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#mainImg{
    position: relative;
    margin-bottom: 40px;
}
.single #mainImg{
    margin-bottom: 60px;
}
.header-side .site-top-table{
    padding-top: 0;
}
.header-side .site-branding{
    padding-right: 40px;
    padding-bottom: 0;
    width: auto;
}
.header-side .main-navigation{
    padding-top: 0;
    width: auto;
}
.header-side .main-navigation a{
    font-weight: bold;
}
.header-side .site-branding,
.header-side .main-navigation{
    vertical-align: middle;
}


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

content

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

.site .innerWrap.tax-info p{
    max-width: 1000px;
    width: 100%;
    padding: 0;
    margin: 0 auto 60px;
}
.site .innerWrap.tax-info p{
    text-align: center;
    font-size: 18px;
    padding: .5em 0;
    background-color: #F4EAD7;
}
.content-area{
    width: 100%;
    padding-left: 0;
    float: none;
    margin: 0 auto;
}
.single .content-area{
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.single.no-sidebar .hentry{
    min-height: 50vh;
}
.single .entry-meta{
    color: #333;
    margin: 0 0 10px;
}
.post-navigation{
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.site-main article header{
    width: 1200px;
    margin: 0 auto 100px;
}

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

commonSec

*************************************/
.h2-icon{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.h2-icon:before{
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
.h2-icon.green:before{
    background-image: url("../images/icon/icon-green.png");
}
.h2-icon.brown:before{
    background-image: url("../images/icon/icon-brown.png");
}
.h2-icon.red:before{
    background-image: url("../images/icon/icon-red.png");
}

.h2-icon:after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 20px;
  background: -webkit-linear-gradient(to right, rgb(223,209,180), transparent);
  background: linear-gradient(to right, rgb(223,209,180), transparent);
}
.commonSec .innerWrap h2.h2-icon{
    font-size: 28px;
}


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

footer

*************************************/
footer{
    margin-top: 100px;
}
.footer-side .site-info{
    display: block;
    text-align: center;
    width: 100%;
    padding: 40px 0 0;
    border-top: solid 1px #fff;
}
.footer-widget-area,
.site-bottom,
.site-copyright,
.site-info{
    background-color: #1C1916;
    color: #fff;
}
footer .widget-title{
    font-size: 100%;
}
footer .widget-title,
footer .widget li a{
    color: #D0DF60;
}
footer .widget li a{
    border-bottom: solid 1px #D0DF60;
}
footer .widget li a:hover{
    color: #B3828B;
}

.site-copyright,
.site-copyright p{
    margin-bottom: 0;
}
.site-bottom{
    display: none;
}
.site-footer .innerWrap{
    width: 1100px;
    margin-bottom: 30px;
}
.site-footer .innerWrap h2{
    color: #fff;
}
.site-footer .innerWrap .flexItem:first-of-type{
    width: 550px;
    margin-right: 150px;
}
.site-footer .footerLogo.imgWrap{
    max-width: 150px;
}
.site-footer .address{
    margin-top: 30px;
}
.site-footer .address table{
    font-size: 16px;
}
.site-footer .address table tbody tr th{
    text-align: right;
    padding-left: 1.3em;
}
.site-footer .address table tbody tr td{
    text-align: left;
}
.site-footer .contactWrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-footer .contactWrap a{
    display: inline-block;
}
.site-footer .contactWrap a.icon-tel{
    display: flex;
    align-items: center;
    font-size: 21px;
    letter-spacing: 2px;
}
.site-footer .contactWrap a.icon-tel:before{
    content:"";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../images/icon/icon-tel.png") no-repeat;
    background-size: 25px 25px;
    margin-right: 10px;
}
.site-footer .contactWrap a.contactButton{
    font-size: 18px;
    padding: 8px 15px;
    border: 1px solid #fff;
}
.site-footer .sitemap{
    display: flex;
    align-items: center;
    text-align: left;
}
.site-footer .footer-menu{

    list-style: none;
    text-decoration: underline;
    margin: 0;
    line-height: 1.5;
}
.site-footer .footer-menu li{
    margin: 0 0 1em;
}
.site-footer .footer-menu li:last-of-type{
    margin: 0;
}

.site-footer .site-copyright{
    font-size: 13px;
    border-top: 1px solid #fff;
    padding: 20px 0;
}

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

min-width: 980px

**************************/
@media screen and (min-width: 980px) {

    .page .content-area{
        margin-top: 0;
    }

}/*980px*/

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

max-width: 767px

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

    .site-footer .innerWrap .flexItem:first-of-type{
        width: 100%;
        margin-right: 0;
    }
    .site-footer .contactWrap{
        display: block;
    }
    .site-footer .contactWrap a.icon-tel{
        display: inline-flex;
        margin: 0 auto 30px;
    }
    .site-footer .contactWrap a.contactButton{
        display: block;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        padding: 8px 0;
    }


}/*767px*/
