@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700&display=swap');


.f-heading{
  font-family: fot-tsukuardgothic-std, sans-serif;
}
.f-alpha{
  font-family: 'Roboto', sans-serif;
}
html{
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body{
    font-size: 1.6rem;
    letter-spacing: 1px;
}
a, a:link, a:visited,a:active{
    color: #000000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
    opacity: 0.7;
}

/*
 * SIDE MENU
 *******************************/
.ly_overlay{
  width:100%;
  height:110%;
  background-color: #e8a221;
  position: fixed;
  z-index:5;
  right:-120%;  top:0;
  opacity: 0.6;
  cursor: pointer;
}
.ly_navi{
  width:375px;
  height:100%;
  position: fixed;
  z-index:7;
  top:0;
  right:-120%;
  background-color: #ffffff;
  overflow-y: auto;
}
.navi{
  position: absolute;
  text-align: center;
  top:45px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 35px;
}
.navi_close{
  position: absolute;
  background-color: #e8a221;
  padding: 10px;
  top:-30px;
  right:10px;
  width: 45px;
  cursor: pointer;
  border-radius: 10px;
}
.navi__logo{
  width:175px;
}
.navi_list{
  color:#e8a221;
  font-size: 16px;
  list-style: none;
  margin: 50px 0 50px 0;
  padding: 0;
  text-align: left;
}
.navi_list > li{
  cursor: pointer;
  margin:0;
  padding: 10px 0 10px 25px;
  border-top: 1px dotted #e8a221;
}
.navi_list > li > a{
  display: block;
  color:#e8a221;
}
.navi_list > li:last-of-type{
  border-bottom: 1px dotted #e8a221;
}
.navi_contact{

}

/*
 * GLOBAL HEADER
 *******************************/
 .ly_globalHeader{
  width: 100%;
  height: 70px;
  position: fixed;
  top:0;
  background-color: #e8a221;
  z-index: 3;

}
.header{
  max-width:959px;
  width: 97%;
  height: 70px;
  margin: auto;
  position: relative;
}
.header__logo{
  position: absolute;
  top: 20px;
  width:250px;
}
.header__logoImg{
  width: 100%
}
.header__hamburger{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 36px;
  height: 28px;
}
.header__hamburgerImg{
  width:100%;
}
.header__btns{
  position: absolute;
  right: 100px;
  top: 0;
  margin: 0;
}
.header__btn{
  display: inline-block;
  margin: 0 3px;
  color: #EEA934;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 0 5px 5px;
  text-align: center;

  line-height: 31px;
  position: relative;
}
.header__btn--contact{
  width: 125px;
  top: 0;
  position: absolute;
  left: -282px;
  background-color: #ffffff;
}
.header__btn--contact a:link,.header__btn--contact a:visited{
  color: #EEA934;
}
.header__btn--blog{
  width: 125px;
  top: 0;
  position: absolute;
  left: -141px;
  background-color: #ffffff;
}
.header__btn--blog a:link,.header__btn--blog a:visited{
  color: #EEA934;
}
.header__newIcon{
	position: absolute;
	z-index: 2;
	background-color: #ff0000;
	font-size: 8px;
	color: #ffffff;
	padding: 2px;
	left: -135px;
	top: 2px;
}
.header__btn--login{
  width:109px;
  height: 100%;
}
.header__btn--login dt{
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}
.header__btn--login dl{
  margin: 0;
}
.header__btn--login dd{
  position: relative;
  display: none;
  margin-top: 1px;
  background-color: #ffffff;
  margin: 10px 0 0 0px;
  text-align: left;
  padding: 5px 10px;
  width: 150px;
  border: 1px dotted #EEA934;
}
.header__btn--login dd a:hover{
  padding-left: 5px;

}
.header__btn--login dd a:link,.header__btn--login dd a:visited{
  color: #EEA934;
}
.header__btn--login dd span{
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent; 
  position: absolute;
  top:-10px;
  left: 10px;
}
@media screen and (max-width: 896px) {
	.header__btn--contact{
		left: -141px;
	}
	.header__btn--blog{
		display:none;
	}
	.header__btn--login{

	}
}


@media screen and (max-width: 768px) {
  .header__btns{
    /*display:none;*/
    right: 20%;
  }


}
@media screen and (max-width: 650px) {
  .header__btns{
    /*display:none;*/
    right: 20%;
  }
  .header__logo{
    width:150px;
	}
	.header__btn--contact{
		display:none;
	}

}

/*
 * GLOBAL CONTAINER
 *******************************/
.ly_mainContent{
  padding-top: 70px;
  overflow-x: hidden;
}

/*
 * GLOBAL FOOTER
 *******************************/
.ly_globalFooter{
  background-color: #E8A323;
  padding: 50px 0;
}
.footer{
  max-width:959px;
  width: 97%;
  margin: auto;
  display: flex;
}
.footer__logo{
  width: 185px;
}
.footer__image{
  width: 85%;
  margin-top: 35px;
}
.footer__image > a >img{
  width: 100%;
}
.footer__image > p{
  padding-top: 50px;
}
.footer__image > p img{
  width: 17px;
}
.footer__image > p span{
  display:inline-block;
  margin-left: 7px;
  font-size: 13px;
}
.footer__image > p a:link,.footer__image > p a:visited{
  color:#ffffff;
  margin-bottom: 10px;
}
.footer__nav{
  color: #ffffff;
  list-style: none;
  border-left: 1px #ffffff solid;
  margin: 0;
  padding: 0 0 0 20px;
}
.footer__nav > .footer__link a:link,.footer__nav > .footer__link a:visited{
  color:#ffffff;
}
.footer__nav--1st{
  width:255px;
}
.footer__nav--2nd{
  width:260px;
}
.footer__nav--3rd{
  width:230px;
}
.footer__nav--4th{

}
.footer__link{
  padding:10px 0;
  font-size: 13px;
}
.footer__link--lg{
	font-size: 16px;
}
/* .footer__nav--1st > .footer__link:nth-last-child(2){
	font-size: 16px;
}
.footer__nav--1st > .footer__link:first-child,.footer__nav--l > .footer__link:last-child
{
  font-size: 16px;
}
.footer__nav--1st > .footer__link{
  padding:10px 0;
  font-size: 13px;
}
.footer__nav--2nd > .footer__link{
  padding:10px 0;
  font-size: 16px;
}
.footer__nav--2nd > .footer__link{
  padding:10px 0;
  font-size: 13px;
}
.footer__nav--3rd > .footer__link:first-child{
  font-size: 16px;
}
.footer__nav--3rd > .footer__link{
  padding:10px 0;
  font-size: 13px;
}
.footer__nav--3rd > .footer__link.footer__link--aslast{
  font-size: 16px;
} */
.footer--sns{
  max-width:959px;
  width: 97%;
  margin: 45px auto;
}
.footer__sns{
  list-style: none;
  margin: auto;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer__snsImg{
  margin: 0px 15px;
}
.footer__copyright{
  text-align: center;
  color: #ffffff;
}

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

  .ly_globalFooter{
    padding: 0px 35px 75px 35px;
    overflow: hidden;

  }
  .footer.footer--sp{
    margin: 45px 0 45px 0;
    padding: 0;
  }
  .footer__spnav{
    margin: 0;
    padding: 0;
  }
  .footer__spnav dt{
    font-size:14px;
    border-top:1px #ffffff solid;
  }
  .footer__spnav dt  i{
    float: right;
  }
  .footer__spnav dd{
    font-size:12px;
    margin: 0;
    color:#ffffff;
    display: none;
  }
  .footer__spnav dd:first-of-type{

  }
  .footer__spnav dt,.footer__spnav dd{
    padding: 10px 10px;
  }
  .footer__link{
    color: #ffffff;
    cursor: pointer;
  }
  .footer__link:hover{
    text-decoration: underline;
  }
  .footer__link--aslast{
    border-bottom:1px #ffffff solid;
  }
  .footer__spnav dt a{
    display: block;
  }

  .footer__spnav dt a:link,.footer__spnav dt a:visited{
    color:#ffffff;
  }
  .footer__spnav dd a:link,.footer__spnav dd a:visited{
    color:#ffffff;
  }
  .footer__logo{
    margin-top: 45px;
    width: 100%;
  }
  .footer__image{
    width:125px;
    margin: auto;
  }
  .footer__image img{

  }
  .footer__sns{
    padding: 0;
  }
  .footer__snsImg{
    width:30%;
    margin: 6px;
  }
  .footer__snsImg img{
    width:100%;
  }

}

/*
 * QUESTIPONNARIE
 *******************************/
.ly_questionnarie{
  position: fixed;
  bottom:-3px;
  right:0;
  z-index: 3;
}
.questionnarie{
  width:340px;
  height: 0;
  transition: height 0.3s linear;
  position: relative;
  background-color: #ffffff;
}

.questionnarie.actived{
  height:555px;
  transition: height 0.3s linear;
  border: 3px solid #4A9EAC;
}
.questionnarie__btn{
  position: absolute;
  cursor: pointer;
  top:-105px;
  right:-5px;
  width:210px;
}
.questionnarie__btn > img{
  width: 100%;
}
.questionnarie__form{
  padding:40px 35px;
  height:555px;
  overflow-y: scroll;
  position: relative;
}
.questionnarie__close{
  position: absolute;
  top: 0;
  width:100%;
  background-color: #60AEBD;
  margin: 0 -50px;
  padding: 5px;
  text-align: right;
}
.questionnarie__close span{
  cursor: pointer;
  font-size: 25px;
  color: #ffffff!important;
  margin-right: 15px;
}
.questionnarie__title{
  font-size: 14px;
  color:#F3CC80;
}
.questionnarie__kokoro{
  color:#E8A323;
}
.questionnarie__period{
  font-size: 12px;
}
.questionnarie__catch{
  font-size: 12px;
  line-height: 1.5;
}
.questionnarie__list{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.questionnarie__list > dt{
  margin-bottom: 35px;
  font-weight: bold;
}
.questionnarie__list > dd{
  cursor: pointer;
  background-color:#F9F2E9;
  padding: 10px 10px 10px 30px;
  margin: 10px 0;
  background-image: url('/assets/images/common/radio_btn_off.png');
  background-repeat: no-repeat;
  background-position: left 10px top 12px;
  border-radius: 10px;
}
.questionnarie__list > dd.actived{
  background-color:#E8A323;
  background-image: url('/assets/images/common/radio_btn_on.png');
}
.questionnarie__list > dd > textarea{
  width:100%;
  margin-top: 10px;
}
.questionnarie__sendBtn{
  width: 150px;
  margin: 25px auto;
  cursor: pointer;
}
.questionnarie__sendBtn > img{
  width:100%;
}
.questionnarie__thanks{
  display:none;
  padding:120px 50px;
  text-align: center;
}
.questionnarie__thanks__text{
  margin: 25px auto 0 auto;
  font-size: 14px;
}
.questionnarie__thanks__logo{
  width: 75%;
  margin: 25px auto 0 auto;
}
.questionnarie__thanks__logo > img{
  width: 100%;
}
.questionnarie__thanks__link{
  margin: 50px auto 0 auto;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}
.questionnarie__thanks__link > a:link,
.questionnarie__thanks__link > a:visited
{
  width:100%;
  color:#4A9EAC;
}


/*
 * PAGINATION
 *******************************/
 .pagination{
  margin: 35px auto;
  font-size: 1.6rem;
  padding: 0;
  text-align: center;
}
.pagination > li{
  padding: 5px;
  display: inline-block;
}
.pagination > li.active{
  background-color: #556802;
  color: #ffffff;
}
.pagination > li > a:link{
  display: block;
}