@charset "UTF-8";
/***********************************/
/* 共通項目 */
/***********************************/
*{ 
    /* border: 1px solid red !important; */
    /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* a,h2,h3,h4,h5,.span-block{
    font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
} */
/* R400,M500,B700,H900 */

h2,h3,h4,h5,.span-block {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
  

.l-wrapper {
    display: block;
    padding: 0;
}

body{
    min-width: 340px;
    font-size: 18px;
    line-height: 2;
    color: #313131;
    background-color: #fff;
}

ol,ul{
    list-style: none;
}

a{
    /* display: block; */
    /* font-size: 18px; */
    color: #313131;
}

a:hover{
    opacity: 0.7;
}

/* img{
    display: block;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
} */

.acms-img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/***********************************/
/* ボタン */
/***********************************/
.link-btn {
    width: 288px;
    margin: 20px auto 0;
    color: #fff;
    background-color: #313131;
    text-align: center;
}

.link-btn a {
    display: block;
    padding: 10px 0;
    color: #fff;
}

.link-btn:hover{
    opacity: 0.8;
}

.link-btn span{
    padding: 0 0 0 10px;
}

.link-btn span img{
    max-width: 1em;
}

.link-btn img{
    width: 100%;
    height: 100%;
}

.link-icon{
    display: inline-block;
    padding: 0 10px 0 0;
}

.link-icon img{
    width: 100%;
    height: 100%;
    max-width: 1.25em;
    vertical-align: middle;
}

/***********************************/
/* 上に戻るボタン */
/***********************************/
#topButton{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0.7em;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px;
    z-index: 8;
}

#topButton::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 25px;
    margin: 0;
    width: 0.6em;
    height: 0.6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}

#topButton span{
    display: inline-block;
    padding: 10px 6px;
    font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;/* R400,M500,B700,H900 */
}
/***********************************/
/* SNS共有リンクボタン */
/***********************************/
.icon-list{
    display: flex;
    justify-content: center;
}

.icon-list a {
    display: inline;
}

.icon-list li{
    max-width: 80px;
    max-height: 80px;
    margin: 1px;
    padding: 15px;
}

.icon-list li:hover{
    opacity: 0.8;
}

.icon-list img {
    display: block;
    max-height: 50px;
    max-width: 50px;
    min-height: 40px;
    min-width: 40px;
    object-fit: contain;
}

/* blog-posts用 */
.blog-posts-dl dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-posts-dl dl .icon-list li{
    max-width: 100%;
    margin: 0 0 0 15px;
    padding: 0px;
}

.blog-posts-dl dl .icon-list img {
    display: block;
    max-height: 30px;
    max-width: 100%;
    min-height: 30px;
    min-width: 100%;
    object-fit: contain;
}
.blog-posts-dl time {
    font-size: 14px;
}
/***********************************/
/* プリセット */
/***********************************/
.preset{
    max-width: 1000px;
    margin: auto;
    padding: 100px 20px;
}

.bg-color01-img,.bg-color02-img,.bg-color03-img{
    padding-top: 40px;
}

.bg-color01-img{
    background: url(../images/bg-line-01.png) repeat-x center top/1200px auto;
}

.bg-color02-img{
    background: url(../images/mainBack-01.jpg) no-repeat center/cover;
}

h2,h3,h4,h5,.span-block{
    line-height: 1;
}

h2 {
    font-size: 2em;
    line-height: 1.5;
    margin-bottom: 50px;
    text-align: center;
}

h3{
    font-size: 1.5em;
    line-height: 1.5;
    margin-bottom: 1em;
}

h2 span{
    font-size: 100%;
    line-height: 100%;
}

h3 span{
    font-size: 100%;
    line-height: 100%;
}

.center-text{
    text-align: center;
}

.right-text{
    text-align: right;
}

.bg-text-color01{
    padding: 5px 10px;
    background-color: #F8CDD2;
}

.bg-text-color02{
    padding: 5px 10px;
    background: linear-gradient(transparent 70%, #F8CDD2 70%);
}

.bg-text-color03{
    padding: 5px 10px;
    background-color: rgb(220 5 30 / 28%);
}

.bg-text-color04{
    padding: 5px 10px;
    background: linear-gradient(transparent 70%, rgb(220 5 30 / 28%) 70%);
}

.bg-text-color05{
    padding: 5px 10px;
    background-color: rgb(26 26 26 / 36%);
}

.bg-text-color06{
    padding: 5px 10px;
    background: linear-gradient(rgb(26 26 26 / 0%), rgb(26 26 26 / 28%) 35%);   
}

.title-tag{
    margin: 0 1em 0 0; 
    width: 111px;
    height: 1.9em;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background-color: #DC051E;
}

.acms-label {
    display: inline-block;
    padding: 6px 0;
    margin: 0 1em 0 0; 
    width: 4em;
    height: 2em;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    background-color: #313131;
    border-radius: 3px;
    font-size: 0.875em;
    font-weight: 500;
}

.acms-label-warning {
    color: #fff;
    background-color: #313131;
}
/***********************************/


/***********************************/
/* header */
/***********************************/
#headerTop{
    background-color: #fff;
}

.header-top{
    max-width: 1000px;
    margin: auto;
    padding: 30px 20px;
}

h1{
    margin: 0;
    width: 50%;
    min-width: 160px;
}

h1 img{
    display: block;
}

#mainBack{
    background: url(../images/mainBack-01.jpg) no-repeat center/cover;
    position: relative;
    z-index: 0;
}

#mainBack::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
}

#mainBack h3{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    margin: 0;
    padding: 0.5em 20px;
    color: #fff;
    text-shadow: 0px 0px 8px #313131;
    z-index: 2;
}

#mainVisual {
    max-width: 1000px;
    max-height: 500px;
    margin: auto;
    position: relative;
}

#mainVisual img{
    display: block;
    max-width: 1000px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

#mainVisual h2{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#mainVisual h3{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    margin: 0;
    padding: 0.5em 20px;
    color: #fff;
    text-shadow: 0px 0px 8px #313131;
    z-index: 2;
}

#globalNavi{
    background-color: #313131;
}

.global-menu{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    padding: 20px 20px;
    margin: auto;
}

.global-menu li{
    flex: 1 1 100%;
    text-align: center;
    border-left: 2px solid#fff;
}

.global-menu li:last-child{
    border-right: 2px solid#fff;
}

.global-menu a{
    display: block;
    font-size: 1.25rem;
    color: #fff;
    background-color: rgba(0,0,0,0);
    text-decoration: underline solid rgba(0,0,0,0) 1px;
}

.global-menu a:hover{
    text-decoration: underline solid #fff 1PX;
}

.global-menu li:hover{
    background-color: rgba(0,0,0,0);
    opacity: 0.8;
}

#headerTop .link-btn{
    margin: 0;
}
/***********************************/


/*main*/
/***********************************/
/* about */
/***********************************/
.about h2{
    margin-bottom: 0.5em;
}

.about p img{
    margin-bottom: 1.25em;
}

.about-text{
    display: flex;
    justify-content: space-between;
    margin: 0 0 1.25em;
}

.about-text div{
    flex: 1 1 100%;
    padding: 1em 0;
}

.about-text section{
    padding: 0.8em;
}

.about-text div h5{
    padding-bottom: 0.3em;
    font-size: 1.5em;
}

.about-text div h4{
    text-align: center;
    font-size: 3em;
    color: #DC051E;
}

.about-text div h4 span{
    font-family: "kozuka-mincho-pr6n", serif;
    font-size: 65%;
    font-weight: 700;
}

.about-text div h4 .about-span01{
    font-size: 50%;
    font-weight: 500;
}

.about-span01,.about-span02{
    padding: 0 5px;
    color: #313131;
}
/***********************************/
/* company */
/***********************************/
#indexArea03{
    background-color: #FDFAE6;
}

.company-flex{
    display: flex;
    justify-content: space-between;
}

.company-flex .company-img , .map{
    width: 47%;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    height: 100%;
}

.company-img img{
    max-height: 530px;
    object-fit: cover;
    object-position: bottom;
}

.company .list-dl{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border: 1px solid #95AF8A;
    border-top: none;
    border-collapse: collapse;
}

.company .list-dl tr{
    border-top: 1px solid #95AF8A;
}

.company .list-dl .border-none{
    border-top: none;
}

.company .list-dl th{
    padding: 9px 1em;
    font-weight: bold;
    text-align: center;
    color: #313131;
    background-color: #DEECC2;
    border-right: 1px solid #95AF8A;
    white-space: nowrap;
}

.company .list-dl td{
    padding: 9px 1em;
    border: none;
    text-align: left;
    background-color: #fff;
    white-space: nowrap;
}

.company .list-dl td br{
    display: none;
}
/***********************************/
/* contact */
/***********************************/
#contactArea{
    color: #313131;
    background-color: #DEECC2;
}

.contact{
    display: flex;
    justify-content: space-between;
}

.background-box{
    display: block;
    width: 100%;
    max-width: 47%;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow:0px 0px 8px #95AF8A;
}

.contact .background-box{
    max-width: 45%;
    margin-bottom: 30px;
    padding: 30px 20px;
}

.background-box h2{
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 2px solid #DC051E;
}

.contact-text{
    margin: 20px 0 10px;
    min-height: 100px;
}

.background-box .link-btn{
    width: 100%;
    margin: 0;
}

.background-box .link-btn a{
    padding: 20px 8px;
    font-size: 1.5em;
}

.background-box .link-btn .link-icon{
    padding: 0 10px 0 0;
}

.background-box .link-btn .link-icon img {
    max-width: 1.5em;
}
/***********************************/
/*footer*/
/***********************************/
.bg-footer .preset{
    padding: 50px 20px;
}

.bg-footer{
    background-color: #313131;
}

.footer h2{
    margin: 0 auto 30px;
    max-width: 20%;
    min-width: 160px;
}

.footer h3{
    margin-bottom: 50px;
    text-align: center;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.footer-bottom .contact-text{
    border-color: #fff;
    margin-bottom: 30px;
}

.footer-bottom .contact-text ul{
    margin: 0 30px;
}

#copyright{
    margin-top: 50px;
    text-align: center;
}

.footer-btn{
    display: flex;
}

#siteFooter{
    color: #fff;
}

#siteFooter a{
    color: #fff;
}

#siteFooter a:hover{
    text-decoration: underline solid #fff 1PX;
}
/***********************************/


/* blog-page */
/***********************************/
/* プリセット */
/***********************************/
.article-list .preset.topic{
    padding-bottom: 50px;
}

.article-list .preset.blog{
    padding-top: 50px;
}
/***********************************/
/* topic */
/***********************************/
.blog-posts-page .topic-list{
        display: none;
}

.topic-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.topic-list::after {
    content: "";
    width: 31%;
}

.topic-border{
    display: block;
    max-width: 31%;
    width: 100%;
    margin: 0px 0px 30px;
    background-color: #fff;
    box-shadow:4px 4px 0px #DEECC2;
}

.topic-border a{
    height: 100%;
}

.topic-border a:hover{
    background-color: #FDFAE6;
}

.topic-dl{
    padding: 10px;
}

.topic-dl dd{
    padding: 10px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    color: #313131;
}

.topic-img {
    text-align: center;
}

.topic-img img {
    display: block;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}

.topic .bg-line{
    position: relative;
    padding: 0;
    margin: 50px 0;
}

.topic .bg-line span{
    display: inline-block;
    position: relative;
    padding: 0 1em;
    text-align: center;
    font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
    line-height: 1.25;
    background-color: #fff;
    z-index: 0;
}

.topic .bg-line::before{
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    height: 2px;
    border-top: solid 2px #DEECC2;
    z-index: 0;
}

.topic .tag-name .bg-line{
    margin-bottom: 1.5rem;
}

.topic .tag-name .title-tag{
    margin: 0 auto 50px;
}

.topic-dl .time-tag{
    display: none;
}

.blog-posts-page .topic-dl .time-tag{
    display: block;
    line-height: 1;
}

.blog-tag .topic-dl dd{
    padding: 0;
}

/***********************************/
/* topic-btn */
/***********************************/
.topic-btn{
    margin: 100px 0 0;
}

.topic-btn .topic-list li{
    width: 48%;
    margin: 0 0 20px;
}

.topic-btn .topic-list li a img{
    display: block;
}
/***********************************/
/* topic02 */
/***********************************/
.topic-list02{
    width: 100%;
}

.topic-list02 .topic-border{
    max-width: 100%;
    margin: 0px 0px 1rem;
    border: 1px solid #95AF8A;
    box-shadow: none;
}

.topic-list02 .topic-border a{
    display: flex;
}

.topic-list02 .topic-border div {
    width: 30%;
    padding: 15px 20px;
}

.topic-list02 .topic-border .topic-dl {
    width: 100%;
    padding-left: 0;
}

.topic-list02 .topic-dl dd {
    padding-top: 10px;
    font-size: 1.5em;
    line-height: 1.25;
}

.topic-list02 .topic-img img {
    max-height: 110px;
}
/***********************************/

/***********************************/
/* blog */
/***********************************/
.blog .blog-list{
    margin-bottom: 50px;
    border-top: 0.5px solid #95AF8A;
}

.blog .blog-list a:hover{
    opacity: 0.7;
    vertical-align: middle;
    background-color: #FDFAE6;
}

.blog ul li dl{
    display: flex;
    padding: 20px;
    border-bottom: 0.5px solid #95AF8A;
}

.blog ul li dl dd{
    flex: 1;
    padding: 0;
    font-weight: 500;
    text-align: justify;
}
/***********************************/
/* btn */
/***********************************/
.page-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 50px 0 0;
}

.blog .link-btn a:hover{
    background-color: none;
}

.preset .acms-pager li span>a, .acms-pager li.cur span, .acms-pager li.cur button, .acms-pager li>a, .acms-pager li>button{
    padding: 8px;
}

.page-btn .link-btn{
    width: calc(100% - 70%);
    max-width: 288px;
    position: absolute;
    margin: 0 1em;
}

.page-btn .link-btn:first-child{
    left: 0;
}

.page-btn .link-btn:last-child{
    right: 0;
}
/***********************************/


/* blog-posts-page */
/***********************************/
/* blog */
/***********************************/
.preset-blog-title dl {
    display: flex;
    padding: 10px 0;
}

.preset-blog-title h2{
    padding: 20px 0;
    margin-bottom: 30px;
    font-size: 2.25em;
    line-height: 1.25;
    text-align: justify;
}

.preset-blog-posts{
    margin-bottom: 50px;
    font-size: 18px;
}

.preset-blog-posts .text-big{
    line-height: 2.5;
    font-size: 1.5em;
    font-weight: bold;
}

.preset-blog-posts img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.img-l-size{
    padding: 5px;
}

.img-m-size{
    float: left;
    width: 50%;
    padding: 5px;
}

.img-s-size{
    float: left;
    width: 33%;
    padding: 5px;
}

.img-l-size,.img-m-size,.img-s-size{
    margin: 0.5em 0;
}

.preset-blog-posts p{
    clear: both;
    margin: 0.2em 10px 1em;
    line-height: 1.7;
}

.preset-blog-posts h4{
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 50%;
    padding: 10px 0.5em;
    margin: 1.5em 0 1em;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #fff;
    border: 1.5px solid #95AF8A;
    border-left: 10px solid #95AF8A;
}

.preset-blog-posts h5{
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    margin: 1rem 0;
    line-height: 1.5;
    font-size: 1.5em;
    font-weight: bold;
}

.preset-blog-posts .bg-text-color02,.preset-blog-posts .bg-text-color04{
    display: inline;
}

.preset-blog-posts ul{
    margin: 1em;
}

.preset-blog-posts ul li{
    margin: 10px 0;
}

.preset-blog-posts ol{
    margin: 1em;
}

.preset-blog-posts ol li{
    margin: 10px 0;
}

.blog-posts-dl{
    margin: 0 0 50px;
}

.blog-page time{
    font-size: 1rem;
    color: #CCCCCC;
}

.blog-posts-dl dd{
    display: none;
}

.blog-posts-page .link-btn {
    margin: 50px auto 100px;
}

.blog-posts-page .topic .link-btn {
    margin: 50px auto;
}

.blog-tag .topic-border .title-tag{
    display: none;
}

/***********************************/


/* contact-form */
/***********************************/
/* contact */
/***********************************/
#contact-formArea  .title-tag{
    padding: 0.3em;
    margin: 0 0 0 1.25em;
    font-size: 14px;
}

#contact-formArea .center-text a:hover{
    text-decoration: underline solid #313131 1PX;
}

#contact-formArea .acms-admin-table-admin-edit{
    margin-bottom: 2.5em;
    padding: 1.5em 1em;
    font-size: 1em;
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 8px #95AF8A;
}

#contact-formArea .acms-admin-table-admin-edit th{
    font-weight: bold;
    color: #313131;
}

#contact-formArea .acms-admin-table-admin-edit th,#contact-formArea .acms-admin-table-admin-edit td{
    padding: 0.875em 0.625em;
}

#contact-formArea .link-btn {
    display: block;
    padding:  0.875em 0.625em;
    border-radius: 4px;
    font-family: "kozuka-mincho-pr6n", serif;
    font-weight: 700;
}

#contact-formArea .link-btn.return-btn {
    color: #313131;
    background-color: #FDFAE6;
    border: 1.5px solid #DEECC2;
}

#contact-formArea .link-btn a{
    padding: 0;
}
/***********************************/


/***********************************/
/* privacypolicy */
/***********************************/
.preset.page h3{
    margin: 1.5em 0 1em;
}

.preset.page p{
    margin: 0.2em 0 1em;
    line-height: 1.7;
}

.preset.page p a{
    display: inline;
}
/***********************************/


/* 関連リンク */
.related-links {
    padding-top: 40px;
}
.related-links__body {
    display: flex;
    padding: .25em 1em;
    font-size: .875em;
    background-color: #fff;
    border-radius: 4px;
}
.related-links h3 {
    font-family:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 1rem;
}


/***********************************/
/* menuButton */
/***********************************/
.drawerMenu__inner {
    margin: 0;
    background-color: #313131;
}

.drawerMenu__inner h3 {
    margin: 0;
    padding: 60px 40px;
    background-color: #fff;
}

.menu-list {
    border-top: 0.5px solid #fff;
}

.menu-list a {
    color: #fff;
    border-bottom: 0.5px solid #fff;
}

.menu-list a::before {
    content: "";
    display: inline;
    background: url(../images/btn-icon-white.png) no-repeat center/100% auto;
    width: 20px;
    height: 20px;
    border-top: none;
    border-right: none;
    -webkit-transform: none;
    transform: none;
}
/**********************************


/***********************************/
/* 表示非表示 */
/***********************************/
#menuButton{
    display: none;
}

.only-sp{
    display: none;
}

.only-tb{
    display: none;
}

.only-pc{
    display: block;
}
/***********************************/


/* ACMS UNIT */
.acms-entry blockquote {
    font-size: 14px;
}
.column-media-left :not([href*=media-download]):not([href*=storage])+.caption {
    font-size: 14px;
}

/* ACMS CUSTOM UNIT 余白 */
.space {
    display: block;
    width: 100%;
}
.space.large { height: 60px; }
.space.medium { height: 40px; }
.space.small { height: 20px; }


@media screen and (max-width: 960px) {
    /***********************************/
    /* 表示非表示 */
    /***********************************/
    .only-sp{
        display: none;
    }
    
    .only-tb{
        display: block;
    }
    
    .only-pc{
        display: none;
    }
    /***********************************/


    /***********************************/
    /* 共通項目 */
    /***********************************/
    #siteHeader {
        max-height: 690px;
    }
    /***********************************/


    /***********************************/
    /* about */
    /***********************************/
    .about-text div h4{
        font-size: 1.8em;
    }
    /***********************************/
    /* company */
    /***********************************/
    .company .list-dl td br{
        display: block;
    }
    /***********************************/
    /* contact */
    /***********************************/
    .background-box .link-btn a {
        font-size: 1.2em;
    }
    /***********************************/


    /* blog-page */
    /***********************************/
    /* blog */
    /***********************************/
    
    /***********************************/
    /* btn */
    /***********************************/

    /***********************************/


    /* blog-posts-paze */
    /***********************************/
    /* blog */
    /***********************************/
    .preset-blog-posts .calendar-holidays section {
        max-width: 320px;
        width: 100%;
    }
    /***********************************/

}

    @media screen and (max-width: 640px) {
        /***********************************/
        /* 表示非表示 */
        /***********************************/
        .only-sp{
            display: block;
        }
        
        .only-tb{
            display: none;
        }
        
        .only-pc{
            display: none;
        }
    
        #globalNavi{
            display: none;
        }
    
        .footer .global-menu {
            display: none;
        }
    
        .footer-bottom{
            display: none;
        }
    
        #menuButton{
            display: block;
        }

        #mainBack {
            background: none;
        }
        /***********************************/
    
        /***********************************/
        /* 共通項目 */
        /***********************************/
        body{
            font-size: 16px;
        }

        .span-block{
            display: block;
        }

        a{
            font-size: 16px;
        }
        /***********************************/

        /***********************************/
        /* プリセット */
        /***********************************/
        .preset,.blog-page .preset{
            padding: 50px 20px;
        }

        h2{
            margin-bottom: 1.7em;
        }

        h3{
            margin-bottom: 1.125em;
        }
        /***********************************/


        /***********************************/
        /* header */
        /***********************************/
        .l-wrapper {
            padding: 0;
        }

        .header-top {
            margin: 0;
            padding: 0;
        }

        h1 {
            width: 100%;
            padding: 30px 40px;
        }

        h1 .acms-img-responsive{
            max-width: 80%;
        }

        #mainVisual img{
            max-height: 300px;
        }

        #mainBack h3 {
            font-size: 1rem;
        }

        #mainVisual h3 {
            font-size: 1rem;
        }
        /***********************************/        

        
        /***********************************/
        /* about */
        /***********************************/
        .about p{
            font-size: 0.625em;
        }

        .about h2{
            padding-bottom: 10px;
        }

        .about h3{
            font-size: 1em;
        }

        .about-text div{
            padding: 0.4375em 0;
        }

        .about-text section {
            padding: 0.375em;
        }

        .about-text div h5{
            font-size: 1em;
        }

        .about-text div h4 {
            font-size: 1.25em;
        }

        .about-text div h4 span {
            padding: 0;
            font-size: 50%;
        }
        /***********************************/
        /* company */
        /***********************************/
        .company-flex{
            flex-direction: column-reverse;
        }
    
        .company-flex .company-img, .map {
            width: 100%;
            height: 100%;
        }

        iframe {
            height: 250px;
        }

        .company-img img{
            max-height: 100%;
        }

        .company .list-dl th,.company .list-dl td{
            padding: 9px 4px;
            font-size: 14px;
        }
        /***********************************/
        /* contact */
        /***********************************/
        .contact {
            display: block;
        }

        .contact .background-box {
            max-width: 100%;
        }

        .contact-text{
            min-height: 70px;
        }

        .background-box .link-btn a {
            font-size: 1.125em;
        }
        /***********************************/
        /* footer */
        /***********************************/
        #copyright {
            margin-top: 0;
        }
        /***********************************/


        /* blog-paze */
        /***********************************/
        /* topic */
        /***********************************/
        .topic ul {
            flex-direction: column;
            align-items: center;
        }

        .topic-border{
            max-width: 100%;
        }

        .topic .bg-line span{
            padding: 0 0.5em;
        }

        .topic-btn .bg-line span{
            width: 250px;
        }

        .topic-btn .topic-list li {
            width: 100%;
        }
        /***********************************/
        /* topic02 */
        /***********************************/
        .topic-list02 .topic-border div {
            display: none;
        }
        
        .topic-list02 .topic-border .topic-dl {
            display: block;
            padding: 15px 10px;
        }
        
        .topic-list02 .topic-dl dd {
            font-size: 1.125em;
        }
        /***********************************/
        /* blog */
        /***********************************/
        .blog ul li dl {
            display: block;
            padding: 20px 10px;
        }

        .blog ul li dl dt{
            float: left;
        }

        .blog ul li dl dd {
            padding: 10px 0 0;
            clear: both;
        }
        /***********************************/
        /* btn */
        /***********************************/
        .page-btn .link-btn {
            width: calc(100% - 80%);
            min-width: 60px;
        }
        
        .blog .link-btn span {
            display: none;
        }

        .blog .link-btn .span-img {
            display: block;
            padding: 0;
        }
        /***********************************/


        /* blog-posts-paze */
        /***********************************/
        /* blog */
        /***********************************/
        .preset-blog-title h2 {
            font-size: 1.5em;
            margin-bottom: 0;
        }

        .preset-blog-posts {
            margin-bottom: 50px;
        }

        .preset-blog-posts h4 {
            width: 100%;
        }

        .preset-blog-posts h5 {
            font-size: 1.2em;
        }

        .preset-blog-posts .calendar-holidays {
            display: block;
        }

        .preset-blog-posts .calendar-holidays section {
            max-width: 370px;
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
        }
        /***********************************/


        /* contact-form */
        /***********************************/
        /* contact */
        /***********************************/
        #contact-formArea .contact-text {
            min-height: auto;
            margin: 0 0 2.5em;      
        }

        #contact-formArea .acms-admin-table-admin-edit tr{
            padding: 0.4375em 0.625em;
        }

        #contact-formArea .acms-admin-table-admin-edit th,#contact-formArea .acms-admin-table-admin-edit td{
            padding: 0.4375em 0.625em;
        }

        #contact-formArea .acms-admin-table-admin-edit th{
            padding-top: 0.875em;
        }

        #contact-formArea .acms-admin-table-admin-edit td{
            padding-bottom: 0.875em;
        }
        /***********************************/


        /***********************************/
        /* menuButton */
        /***********************************/
        #menuButton {
            color: #fff;
            background-color: #313131;
        }

        #drawerMenu {
            color: #fff;
            background-color: #313131;
            z-index: 9;
        }

        .line {
            background-color: #fff;
        }

        .drawerMenu__inner {
            margin: 0;
            padding: 0;
            background-color: #313131;
        }

        .drawerMenu__inner h3 {
            margin: 0;
            padding: 30px 40px;
            text-align: left;
            background-color: #fff;
        }

        .drawerMenu__inner h3 img{
            display: block;
            max-width: 80%;
        }

        .menu-list {
            margin: 0;
            padding: 0;
            list-style: none;
            border-top: 0.5px solid #fff;
        }

        .menu-list a {
            display: block;
            position: relative;
            padding: 1rem 24px;
            color: #fff;
            border-bottom: 0.5px solid #fff;
        }

        .menu-list a::before {
            content: "";
            display: inline;
            background: url(../images/btn-icon-white.png) no-repeat center/100% auto;
            width: 20px;
            height: 20px;
            border-top: none;
            border-right: none;
            -webkit-transform: none;
            transform: none;
        }
        /***********************************/
    }
