@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
a:hover{
  opacity: 0.8;
}
body{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color:#333333;
    font-size: 16px;
    line-height: 1.6;
}
body.stop {
  overflow: hidden;
  display: block;
}
img{
  max-width: 100%;
}
@media screen and (min-width: 751px) {
	.sp_area {
		display: none!important;
	}
}
@media screen and (max-width: 750px) {
	.pc_area {
		display: none!important;
	}
    body{
    font-size: 14px;
    }
}

.inner{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.header__link{
    padding: 50px 0 20px;
    text-align: center;
}
.header__link a{
    padding: 0;
}
.header__link img{
    width: 120px;
}
.sec__ttl{
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-size: 50px;   
    line-height: 1.4; 
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.sec__ttl02{
    font-family: "Zen Old Mincho", serif;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    margin: 6px auto;
    letter-spacing: 0.3rem;
}
.sec__ttl02:before{
    content:"";
    position: absolute;
    right: -20px;
    width: 10px;
    height: 1px;
    background: #000;
    top:50%;
}
.sec__ttl02:after{
    content:"";
    position: absolute;
    left: -20px;
    width: 10px;
    height: 1px;
    background: #000;
    top:50%;
}    
.sec__link{
    width: 100%;
}
.sec__link a{
    border:solid 1px #0ABAB5;
    width: 340px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    height: 55px;
    margin: 0 0 0 auto;
    transition: 0.5s;
}

.sec__link a:hover{
    border:solid 1px #0ABAB5;
    color: #fff;
    background-color: #0ABAB5;
    transition: 0.5s;
}

.navigation__box{
    background: rgb(34, 34, 34);
    color:#fff;
    position: fixed;
    top:0;
    right: 0;
    width: 480px;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    opacity: 0;
    transition: 0.2s;
    z-index: 99;
    pointer-events: none;
}
.menu_icon{
    position: fixed;
    top: 40px;
    right: 40px;
    padding: 8px;
    width: 52px;
    height: 52px;
    box-sizing: border-box;
    z-index: 999;
    cursor: pointer;
}
.menu_icon span{
    background: #333333;
    width: 32px;
    height: 2px;
    position: absolute;
    top:8px;
    right: 50%;
    transform: translate(50% , 0);
}
.menu_icon span:nth-child(2){
    top:23px;
    right: 50%;
    transform: translate(50% , 0);
}
.menu_icon span:last-child {
    top:38px;
}
.menu_icon.open + .navigation__box{
    opacity: 1;
    right: 0;
    pointer-events: auto
}

.menu_icon.open span{
    top:23px;
    background: #fff;
    transform: translate(50% , 0) rotate(45deg);
}
.menu_icon.open span:nth-child(2){
    top:23px;
    right: 50%;
    opacity: 0;
    transform: translate(50% , 0);
}
.menu_icon.open span:last-child {
    top:23px;
    transform: translate(50% , 0) rotate(-45deg);
}
.navigation__box-list{
    text-align: center;
    margin: 60px auto;
    font-size: 18px;
}
.navigation__box-list a{
    margin-bottom: 20px;
    display: block;
}
.navigation__box-list a.active{
    text-decoration: underline;
}
@media screen and (max-width: 750px) {     
    .header__link{
        padding: 20px 0 30px;
    }
    .header__link a{
        padding: 0;
    }
    .header__link img{
        width: 80px;
    }
    .sec__ttl{
        font-size: 30px;    
    }
    .sec__ttl02{
        font-size: 16px;
        margin: 5px auto;
    } 
    .sec__link a{
        width: 200px;
        max-width: 100%;
        font-size: 14px;
        font-family: "Be Vietnam Pro", sans-serif;
        font-weight: 400;
        height: 45px;
        margin: 0 0 0 auto;
    }

    .navigation__box{
        width: 100%;
        box-sizing: border-box;
    }
    .menu_icon{
        top: 10px;
        right: 10px;
        box-sizing: content-box;
    }
}
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.fade-right {
  opacity: 0;
  transform: translateY(0);
  transform: translateX(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.fade-left {
  opacity: 0;
  transform: translateY(0);
  transform: translateX(-50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}


#sec06{
    margin: 60px 0 10px;
}
.sec06__txt{
    text-align: center;
    font-size: 18px;
    line-height: 1.65;
    margin: 25px 0 13px;
}
.sec06__tel{
    text-align: center;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 30px auto;
}
.sec06__tel a{
    color:#0ABAB5;
}
.sec06__logo{
    padding: 208px 0 0px;
}
.sec06__logo a{
    display: block;
    margin: 0 auto;    
    width: 150px;
}

@media screen and (max-width: 750px) {        
    #sec06{
    margin: 40px 0 15px;
    }
    .sec06__txt{
        margin: 15px 0 13px;
        font-size: 14px;
    }
    .sec06__tel{
        font-size: 24px;
        margin: 20px auto;
    }
    .sec06__logo{
        padding: 50px 0 0px;
    }
}

.footer__logo{
    padding: 50px 0 40px;
    text-align: center;
}
.footer__logo a{
    display: block;
    margin: 0 auto;    
}
.footer__logo img{
    width: 120px;
}

@media screen and (max-width: 750px) {        
    
    .footer__logo{
        padding: 0 0 30px;
    }
    .footer__logo a{
        padding: 0;
    }
    .footer__logo img{
        width: 70px;
    }
}
.footer{
    background: #0ABAB5;
    color:#fff;
    text-align: center;
    padding: 35px 0 20px;
}
.footer__box{
    font-size: 18px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
}
.footer__box-item{
    flex-shrink: 0;
}
.footer__box-content{
    text-align: left;
}
.footer__box-content span{
    display: inline-block;
}
.footer__copy{
    margin: 40px 0 0 0;
    font-size: 14px;
}
@media screen and (max-width: 750px) {  
    .footer{
        padding: 20px 0 15px;
    }
    .footer__box{
        font-size: 14px;
        line-height: 1.5;
    }
    .footer__copy{
        margin: 20px 0 0 0;
        text-decoration: underline;
        font-size: 12px;
    }
}

/* スクロールアニメーション */

/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
割引ボタン
===========*/

.osusume_btn_box{
	position: fixed;
	right: 30px;
	bottom: 5vh;
	z-index: 999;
	animation: bound 3s infinite;
}
@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.osusume_btn,
a.osusume_btn,
button.osusume_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--01 {
  color: #fff;
  background-color: #0ABAB5;
  border-bottom: 5px solid #067975;
}
a.btn--01:hover {
  margin-top: 3px;
  color: #fff;
  background: #0ABAB5;
  border-bottom: 2px solid #067975;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 750px) {
    .osusume_btn_box{
		right: 15px;
		bottom: 3vh;
	}
	.osusume_btn,
	a.osusume_btn,
	button.osusume_btn {
	font-size: 1rem;
	padding: 1rem 2rem;
	}
}