@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400..600&family=Noto+Sans+JP:wght@400..600&family=Noto+Sans:wght@400..600&display=swap&subset=japanese');
/* 明朝
  font-family:'Noto Serif JP', serif;
  font-optical-sizing:auto;*/

body {
  font-family:'Noto Sans', 'Noto Sans JP', sans-serif;
  font-optical-sizing:auto;
  font-size:100%;
  font-weight:400;
}
img {
  max-width:100%;
  height:auto;
}
.com_inner {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
}
.wrapper {
  overflow:hidden;
  background-color:#fff;
}

/* ////////////////共通メニュー//////////////// */

/* belt */
/*
.belt_box{
    background: #fff;
    padding: 4px 0;
}
.blet_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    border-top: solid 1px #511e00;
    border-bottom: solid 1px #511e00;
}
.blet_flex p{
    font-size:min(1.7vw, 30px);
    color: #511e00;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: 0.1em;
}
*/
/* mv */
/*
.mv_flex{
    display: flex;
    height: 700px;
}
.mv_flex_item{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}
.mv_flex_item .all {
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.mv_l::before{
    content: "";
    background: url(../img/debut/mv_l.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    transform-origin: 0% 0%;
}
.mv_flex_item:hover.mv_l::before {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2) translate(-50% , -50%);
}
.mv_r::before{
    content: "";
    background: url(../img/debut/mv_r.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    transform-origin: 0% 0%;
}
.mv_flex_item:hover.mv_r::before {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2) translate(-50% , -50%);
}
.mv_icon{
    max-width: 149px;
    margin: 0 auto;
    filter: drop-shadow(0px 2px 16px rgba(0,0,0,0.2));
}
.mv_inner{
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    max-width: 650px;
    text-align: center;
    padding: 50px 20px 60px;
}
.mv_r .mv_inner{
    background: rgba(255, 255, 255, 0.76);
}
.mv_ttl{
    font-size:38px;
    font-weight:500;
    letter-spacing:0.05em;
    line-height: 1.7;
    margin: 20px auto 30px;
}
.mv_ttl .mv_ttl_big{
    font-size:48px;
}
.mv_read_more{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    height: 60px;
}
.mv_read_more div{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #000000;
    padding: 0 20px;
    font-size:14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    white-space: nowrap;
    transition: 0.3s;
}
.mv_read_more div::after{
    transition: 0.3s;
    content: "";
    width: 100%;
    margin-left: 20px;
    max-width: 15px;
    display: block;
    height: 1px;
    background: #000;
}
.mv_flex_item:hover .mv_read_more div {
    background: #000;
    color: #fff;
}
.mv_flex_item:hover .mv_read_more div::after {
    background: #fff;
}
*/

.wh {
    color: #fff;
}
.db1450_768 {
    display: none;
}
.dn1450_768 {
    display: block;
}
.db1200 {
    display: none;
}
.dn1200 {
    display: block;
}
.db1000 {
    display: none;
}
.dn1000 {
    display: block;
}
.db768 {
    display: none;
}
.dn768 {
    display: block;
}

.mg_top40 {
    margin-top: 40px;
}
.mg_top50 {
    margin-top: 50px;
}
.mg_top60 {
    margin-top: 60px;
}

@media(max-width: 1450px){
    .db1450_768 {
        display: block;
    }
    .dn1450_768 {
        display: none;
    }
}
/*
@media(max-width: 1400px){
    .mv_inner {
        width: 80%;
    }    
}

@media(max-width: 1300px){
    .mv_ttl {
        font-size:30px;
    }
    .mv_ttl .mv_ttl_big {
        font-size:40px;
    }
*/
}
@media(max-width: 1200px){
    .db1200 {
        display: block;
    }
    .dn1200 {
        display: none;
    }
}
@media(max-width: 1000px){
/*
    .mv_ttl .mv_ttl_big {
        font-size:30px;
    }
    .mv_ttl {
        font-size:1.111em;
    }
    .mv_read_more {
        max-width: 250px;
    }
*/
    .db1000 {
        display: block;
    }
    .dn1000 {
        display: none;
    }
}
/*
@media(max-width: 800px){
    .mv_flex {
        height: 236px;
    }
    .mv_inner {
        width: 80%;
        height: 80%;
        padding: 15px 20px 20px;
    }
    .mv_icon {
        max-width: 60px;
    }    
    .mv_ttl {
        font-size:14px;
        margin: 5px auto;
        line-height: 1.4;
    }
    .mv_ttl .mv_ttl_big {
        font-size:1.000em;
    }
    .mv_read_more {
        max-width: 180px;
        height: 30px;
    }
    .mv_read_more div {
        font-size:10px;
    }
}
*/
@media(max-width: 768px){
    .db1450_768 {
        display: none;
    }
    .dn1450_768 {
        display: block;
    }
    .db768 {
        display: block;
    }
    .dn768 {
        display: none;
    }
}
/*
@media(max-width: 650px){
    .mv_flex {
        flex-wrap: wrap;
        height: auto;
    }
    .mv_flex_item {
        width: 100%;
    }
    .mv_inner {
        width: 70%;
    }
    .mv_flex_item .all {
        padding: 20px;
    }
    .blet_flex {
        padding: 10px 0px;
        position: relative;
    }
    .blet_flex p {
        padding-right: 10px;
    }

    .blet_flex p.belt_ja {
        text-align: center;
        width: 100%;
        font-size:11px;
        padding-right: 0;
    }
    .blet_flex p.belt_eng01 {
        position: absolute;
        top: 43%;
        right: -95px;
        transform: scale(0.6) translate(-50% , -50%);
    }
    .blet_flex p.belt_eng02 {
        position: absolute;
        top: 43%;
        left: 22px;
        transform: scale(0.6) translate(-50% , -50%);
    }
}
*/

/* ////////////////共通メニュー END//////////////// */
img{image-rendering:-webkit-optimize-contrast;}
a[href^="tel:"]{pointer-events:none;}
@media(max-width: 768px){
  img{image-rendering:auto;}
  a[href^="tel:"]{pointer-events:auto;}
}
.cf:before,
.cf:after{content:'';display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
*{zoom:1;}
/* hover effects */
/*
.opa{transition:opacity 300ms;}
.opa:hover{opacity:0.7;}
.zoom{display:block;overflow;hidden;}
.zoom img{transition:transform 200ms ease;}
.zoom:hover img{
  transform:scale(1.03, 1.03);
  transition:transform 300ms ease;
}

.shine{
  display:block;
  overflow: hidden;
  position: relative;
}
.shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.shine:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media(max-width: 768px){
  .opa{transition:none;}
  .opa:hover{opacity:1;}
  .zoom img{transition:none;}
  .zoom:hover img{
    transform:scale(1, 1);
    transition:none;
  }
  .shine::before {display:none;}
}
*/
