@charset "UTF-8";

/*
common
================================================ */
:root {
	--main-font: 'Zen Maru Gothic', serif;
	--sub-font: 'NotoSansJP', sans-serif;
	--bg-color: #fff;
    
	--black: #333;
	--gray: #7E7E7E;
	--white: #ffffff;
    
	--pink: #ec8a9f;
	--orange: #e9ac44;
    --yellow: #b4b612;
    --green: #499484;
    --purple: #ab5f91;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 17px;
	letter-spacing: -0.04em;
	color: var(--black);
	font-family: var(--main-font);

    line-height: 2;
    font-weight: 500;
    
    background: url("../../assets/imgs/bg.png") repeat;
    background-size: 30px;
}

main {
	position: relative;
    padding-top: 0;
    
   overflow: hidden;
}

h1,
h2,
h3 {
	
}

a{
	text-decoration: none;
}

button{
	padding: 0;
	background-color: inherit;
	border: none;
}

address{
	font-style: normal;
}

.sp-br {
	display: none;
}
.tab-br {
	display: none;
}
.pc-br {
	display: inline;
}
.container{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
a img:hover{
    opacity: 0.7;
}
.fadein{
	opacity: 0;
}

/* メディアクエリは適宜変更 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pc-br {
		display: none;
	}
	.tab-br {
		display: inline;
	}

	.container{
		width: 88%;
	}

}
/* メディアクエリは適宜変更 */
@media screen and (max-width: 767px) {
	body{
		letter-spacing: 0em;
	}
	.pc-br {
		display: none;
	}
	.sp-br {
		display: inline;
	}

	.container{
		width: 88%;
	}
}



/*
header
================================================ */
.menu-content .nav_box ul {
    padding-top: 80px;
    padding-left: 40px;
}

.menu-content .nav_box ul li{
        line-height: 2.2;
    margin-bottom: 28px;
    font-size: 16px;
    font-family: var(--sub-font);
    text-align: left;
    color: var(--black);
   
    z-index: 1;
    position: relative;
    padding-left: 10px;
}
.menu-content .nav_box  ul li:nth-child(1){
    border-left: 7px solid #ec8a9f;
}
.menu-content .nav_box  ul li:nth-child(2){
    border-left: 7px solid #e9ac44;
}
.menu-content .nav_box  ul li:nth-child(3){
    border-left: 7px solid #b4b612;
}
.menu-content .nav_box  ul li:nth-child(4){
    border-left: 7px solid #499484;
}
.menu-content .nav_box ul li:nth-child(5){
    border-left: 7px solid #ab5f91;
}


.menu-content .nav_box ul li a{
    color: var(--black);
}





.menu-content .border_vertical_l_header {
    height: 85%;
    top: 0;
    left: 41px;
}
.menu-content .border_curve_b_header{
    background: url(../../assets/imgs/border_curve_02.png) no-repeat;
    background-size: 54px;
    
    top: 85%;
    left: 41px;
}
.menu-content .border_beside_b_header{
    top: 95.2%;
    left: 94px;
}

.menu-content .sakura_image{
    width: 120px;
    position: absolute;
    top: 82%;
    left: 140px;
}
.close_text{
    position: relative;
    top: 37px;
    left: 59px;
    letter-spacing: 0;
}

@media screen and (max-width: 767px){
.menu-btn {
    top: 10px;
    height: 75px;
    width: 70px;

}
}

/*
footer
================================================ */


.footer_logo{
	width: 90px;
	margin: 0 auto 30px;
}
.copyright{
	text-align: center;
	display: block;
	font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.footer{
		
	}

	.footer_text{
		
	}

	.footer_logo{
		
	}
}

@media screen and (max-width: 767px){
	.footer{
		
	}

	.footer_text{
		
	}

	.footer_logo{
		
	}

	.copyright{
		font-size: 11px;
	}

}

/*--- デバイス別表示指定 ---*/
.pc_on {display: block;}
.pcTab_on {display: block;}
.tab_on {display: none;}
.tabSmp_on {display: none;}
.smp_on {display: none;}
.pcSmp_on {display: block;}


/*--- トップへ戻る ---*/
#back-top {
    position: fixed;
	bottom: 15%;
	right: 3%;
	z-index: 101;
}
#back-top a {
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% + 3px);
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
}
#back-top span:hover {
	opacity: 0.7;
}


@media screen and (min-width: 768px) and (max-width: 1080px) {
/*--- デバイス別表示指定 ---*/
.pc_on {display: none;}
.pcTab_on {display: block;}
.tab_on {display: block;}
.tabSmp_on {display: block;}
.smp_on {display: none;}
.pcSmp_on {display: none;}
}

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


/*--- デバイス別表示指定 ---*/
.pc_on {display: none;}
.pcTab_on {display: none;}
.tab_on {display: none;}
.tabSmp_on {display: block;}
.smp_on {display: block;}
.pcSmp_on {display: block;}

}

    
    



/*横*/
.border_beside{
    background: url(../../assets/imgs/border_beside.png) repeat-x;
    background-size: 40px;
    height: 4px;
    position: absolute;
    width:100%;
}
/*縦*/
.border_vertical{
    background: url(../../assets/imgs/border_vertical.png) repeat-y;
    background-size: 4px;
    height: 100%;
    position: absolute;
    width: 4px;
}
/*カーブ*/
.border_curve{
    width: 54px;
    height: 54px;
    position: absolute;
}






.footer .pagetop {
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), visibility 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s cubic-bezier(0.16, -0.02, 0.05, 1), visibility 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
  visibility: hidden;
  z-index: 3;
}
.footer .pagetop {
    bottom: 20px;
    right: 40px;
  }
.footer .pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.footer .pagetop > a {
  -webkit-box-shadow: 5px 8px 30px 0 rgba(0, 0, 0, 0.35);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1px 10px 0 rgb(2 2 2 / 12%);
  display: block;
  position: relative;
}
.footer .pagetop > a {
    height: 48px;
    width: 48px;
  }
.footer .pagetop > a::before {
  -webkit-transform: translate(-50%, -50%);
  background: url(../../assets/imgs/icon_pagetop.svg)  center/contain no-repeat;
  content: "";
  display: block;
  height: 19px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
    }
  .footer .pagetop > a:hover {
    background-color: #adadad;
  }
  .footer .pagetop > a:hover::before {
    background-image: url(../../assets/imgs/icon_pagetop_w.svg);
  }

  .footer .pagetop > a {
    -webkit-transition: background-color 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    height: 60px;
    transition: background-color 0.3s cubic-bezier(0.16, -0.02, 0.05, 1);
    width: 60px;
    }

@media screen and (max-width: 767px) {
.footer .pagetop {
    bottom:     10px;
    right: 8px;
    }
.footer .pagetop > a {
    height: 50px;
    width: 50px;
}

}

@media screen and (max-width: 767px) {
.menu-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    transition: all 0.5s;
    border-radius: 0 0 0 40px;
}
#menu-btn-check:checked ~ .menu-btn span img {
    display: block;
    width: 90px;
    position: absolute;
    right: 15px;
    top: 30px;
    }
}




.header {
  position: sticky; /* headerを追従にする */
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}
.header__inner {
    position: relative;
    height: 100px;

}
/* ハンバーガーボタンのデザイン */
.drawer__button {
    position: absolute;
    width: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 999;
}
/* ハンバーガーボタン内の線 */
.drawer__button > span {
    display: block;
    background: url(../../assets/imgs/header.png) no-repeat;
    background-size: contain;
    height: 50px;
    width: 70px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
}

/* 展開時のデザイン */
.drawer__button.active > span{
    background: url(../../assets/imgs/close_text.png) 0% 0% / contain no-repeat;
    background-size: contain;
    height: 22px;
    width: 70px;
    position: absolute;
    right: 240px;
    top: 30px;
    z-index: 999;
}
/* メニューのデザイン */
.drawer__nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.drawer__nav.active {
  opacity: 1;
  visibility: visible;
}
.drawer__nav__inner {
    width: 370px;
    height: 500px;
    background-color: white;
    transition: transform 0.3s ease;
    right: 0;
    position: absolute;
    border-radius: 0px 0px 0px 30px;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
.header__inner {
    height: 80px;
}
.drawer__nav__inner {
    width: 300px;
    }
.drawer__button > span {
    height: 43px;
    width: 60px;
    }
.drawer__button.active > span {
    right: 173px;
    }
main {
    padding-top: 63px;
} 
}

.Slide_r {
 	transition: all 1s ease-in;
	opacity:0;
	transform: translateX(40px);
	easing: 'ease';
    animation-duration: 1s;
}
.Slide_r.is-animated {
	opacity:1;
	transform: translateX(0);
}




