@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
/*外部font読み込み*/


/*--------------------共通--------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
	font-variant-ligatures: none;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    -webkit-appearance: none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-weight: initial;
}

nav ul,
li{
    list-style:none;
}

a {
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}


/* Setting-basic
---------------------------------------*/
body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.1em;
}
@media all and (min-width:768px){
  body {
    min-width: 1240px;
  }
}


/* Font
---------------------------------------*/
.sans {
    font-family:  'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴシック ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
}
.serif{
      font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  font-weight: 500;
}
.round {
  font-family:  'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
}

/*.fo_osw {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
*/


/* Image
---------------------------------------*/
img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

/* Link
---------------------------------------*/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #000;
}
a:active,
a:focus {
    outline: none;
}
a img {
  transition: 0.3s ease;
}
@media all and (min-width: 768px) {
  a:hover {
    /*opacity: 0.7;*/
    transition: 0.3s ease;
  }
}



.hide_txt{
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    display: block;
}


/*pc sp only*/

@media all and (min-width: 768px) {
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width:767px) {
  .noneSP {
    display: none !important;
  }
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}



/* Common
***************************************************************/

.inner{
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}
@media all and (min-width:768px){
  body {
      overflow-x: hidden;
  }
  .sec{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media all and (max-width:767px){
  .sec{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner {
      width: auto;
      padding-right: 0px;
      padding-left: 0px;
      margin-left: 5%;
      margin-right: 5%;
  }
}


/* header Nav
***************************************************************/
.drawer-toggle.drawer-hamburger {
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drawer-hamburger-icon {
    margin-top: 0 !important;
}
.drawer-menu a{
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 1em;
    padding-top: 0.8em;
}
.anchor{
  position: absolute;
  visibility: hidden !important;
  height: 0px !important;
  pointer-events: none !important;
}
.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*@media all and (min-width:1000px){
  .drawer-toggle.drawer-hamburger {
      right: 10%;
      top: 25px;
      width: 75px;
      height: 75px;
  }
  .drawer--right.drawer-open .drawer-hamburger {
      right: 10%;
  }
}
@media all and (max-width:999px){
  .drawer--right .drawer-hamburger {
      right: 25px;
  }
  .drawer--right.drawer-open .drawer-hamburger {
      right: 25px;
  }
}*/
header{
  position: absolute;
}
.drawer-overlay {
    background-color: rgb(221 193 147 / 90%);
}
@media all and (min-width:768px){
  .drawer-toggle.drawer-hamburger {
      top: 25px;
      width: 75px;
      height: 75px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
      width: 30px;
      height: 5px;
      background-color: #b17f2f;
      border-radius: 10px;
  }
  .drawer--right .drawer-nav {
      right: -620px;
      width: 620px;
      padding:83px 173px 83px 83px;
      height: 100vh;
      overflow-y: scroll;
  }
  .drawer-menu-item.navRed:hover {
    background-color: #e83830;
    color: #fff;
  }
  .drawer-menu a:hover{
    color: #e83830 !important;
    background-color: #fff !important;
    opacity: 1;
  }
  .drawer-menu a.navRed:hover {
      background: #e83830 url(../img/arrow_r.png) right 25px center / 36px 25px no-repeat;

  }
  .drawer-menu a.navWhite:hover{
    background: #fff url(../img/arrow_r.png) right 25px center / 36px 25px no-repeat;
  }
  .navCon__wrap .toiawasesaki{
    pointer-events: none !important;
  }
  .convWrap{
    right: 0;
    top: 30%;
    flex-direction: column;
  }
  .convReserve{
    width: 115px;
    height: 115px;
    background-color: #ea5853;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
  .convShiryo{
    width: 115px;
    height: 115px;
    background-color: #3cb8ae;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

}
@media all and (max-width:767px){
  header{
    height: 47px;
    background-color: #fff;
  }
  .drawer-toggle.drawer-hamburger {
      background: #ea5753;
      border-radius: 50%;
      box-sizing: border-box;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .drawer--right .drawer-hamburger {
      right: 13px;
      top: 8px;
      height: 30px;
      width: 30px;
  }
  .drawer--right.drawer-open .drawer-hamburger {
      right: 13px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
      width: 11px;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
  }
  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
      top: -5px;
  }
  .drawer-hamburger-icon:after {
      top: 5px;
  }
  .drawer--right .drawer-nav {
      right: -100vw;
  }
  .drawer-nav {
      /*width: 100%;*/
      padding: 25px 65px 25px 25px;
  }
  .drawer-overlay {
      background-color: rgba(234, 88, 83, .9);
      /*background: transparent;*/
  }
  .drawer--right .drawer-nav a {
      font-size: 14px;
  }
  .drawer-menu a {
      height: 40px;
  }
}
@media all and (max-width:370px){}


/*-----コンバージョンボタン(float)-----*/
.convWrap{
  position: fixed;
  z-index: 2;
  display: flex;
}
@media all and (min-width:768px){
  .convWrap{
    right: 0;
    top: 30%;
    flex-direction: column;
  }
  .convReserve{
    width: 115px;
    height: 115px;
    background-color: #ea5853;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }
  .convShiryo{
    width: 115px;
    height: 115px;
    background-color: #3cb8ae;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

}
@media all and (max-width:767px){
  .convWrap{
    bottom: 0;
    width: 100%;
    height: 50px;
  }
  .convReserve{
    width: 40%;
    background-color: #ea5853;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
  }
  .convShiryo{
    width: 40%;
    background-color: #3cb8ae;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.14;
  }
  .convTel{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
  }
  .convTel img{
    width: 16px;
    height: auto;
  }
}
@media all and (max-width:370px){
  .convReserve{
    width: calc((100% - 50px) / 2);
  }
  .convShiryo{
    width: calc((100% - 50px) / 2);
  }
  .convTel{
    width: 50px;
  }
}




/*-----fancybox (lightbox)-----*/
/*.fancybox-content{
  max-width: 550px !important;
    background: url(../img/dotBg1.png) center / 8px !important;
}
.fancybox-content h2 {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 25px;
    text-align: center;
    padding: 15px 0;
    background: url(../img/waku_tl.svg) left top / 25px 32px no-repeat, url(../img/waku_tr.svg) right top / 25px 32px no-repeat, url(../img/waku_bl.svg) left bottom / 25px 32px no-repeat, url(../img/waku_br.svg) right bottom / 25px 32px no-repeat;
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancybox-content p{
  color: #fff;
  font-size: 16px;
  line-height: 1.64;
  margin-top: 15px;
  letter-spacing: 0.1em;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 3px !important;
    background-color: #eb5753;
    opacity: 1;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff !important;
    right: 20px !important;
    top: 20px !important;
}
.fancybox-navigation .fancybox-button--arrow_right *{
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
    width: 50px !important;
    height: 50px !important;
    background: transparent url(../img/modal_r.svg) center / cover no-repeat;
    padding: 0 !important;
    right: 5px !important;
}
.fancybox-navigation .fancybox-button--arrow_left *{
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left {
    width: 50px !important;
    height: 50px !important;
    background: transparent url(../img/modal_l.svg) center / cover no-repeat;
    padding: 0 !important;
    left: 5px !important;
}
.fancybox-button[disabled]{
  opacity: 0.5 !important;
  pointer-events: none !important;
}

@media all and (min-width:768px){
  .fancybox-slide--html .fancybox-close-small:hover {
      opacity: 0.7 !important;
  }
  .fancybox-button[disabled]:hover{
    opacity: 0.5 !important;
    pointer-events: none !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right:hover{
    opacity: 0.7 !important;
  }
  .fancybox-navigation .fancybox-button--arrow_left:hover{
    opacity: 0.7 !important;
  }
}
@media all and (max-width:767px){
  .fancybox-navigation .fancybox-button--arrow_right {
      width: 35px !important;
      height: 35px !important;
      right: 10px !important;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
      width: 35px !important;
      height: 35px !important;
      left: 10px !important;
  }
  .fancybox-slide--html .fancybox-close-small {
      right: 6px !important;
  }
  .fancybox-content {
      max-width: 100% !important;
      background: transparent !important;
      padding: 44px 24px !important;
  }
  .fancybox-is-open .fancybox-bg {
      opacity: 1 !important;
      background: url(../img/dotBg1.png) center / 8px !important;
  }
  .fancybox-caption {
      background: linear-gradient(to top, rgb(235, 87, 83) 0%, rgba(235, 87, 83, .3) 50%, rgba(235, 87, 83, .15) 65%, rgba(235, 87, 83, .075) 75.5%, rgba(235, 87, 83, .037) 82.85%, rgba(235, 87, 83, .019) 88%, rgba(235, 87, 84, 0) 100%) !important;
  }
  .fancybox-content h2 {
      font-size: 17px;
      margin-top: 15px;
      padding: 10px 0;
      background: url(../img/waku_tl.svg) left top / 13px 16px no-repeat, url(../img/waku_tr.svg) right top / 13px 16px no-repeat, url(../img/waku_bl.svg) left bottom / 13px 16px no-repeat, url(../img/waku_br.svg) right bottom / 13px 16px no-repeat;
      min-height: 75px;
  }
  .fancybox-content p {
      font-size: 14px;
  }
  .fancybox-caption__body {
      font-weight: 600;
  }
}
@media all and (max-width:370px){}*/



/*-----go scroll-----*/

@keyframes scroll{
  0%{
    height: 0;
  }
  100%{
    height: 40px;
  }
}
.gotoarrow{
  position: absolute;
  left: 50px;
  top: 20px;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #1f3134;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.gotoarrow::after{
  position: absolute;
  /*bottom: -45px;*/
  top:68px;
  right: 0.5em;
  content: '';
  width: 1px;
  height: 40px;
  background-color: #1f3134;
  animation : scroll 1s linear 0.0s infinite alternate none running;
}


/*-----footer-----*/
.footer{
  background-color: #fff;
  /*background-color: #fff9e5;*/
  padding-top: 60px;
  margin-top: 19px;
  position: relative;
}
.footer::before{
  content: '';
    background: url(../img/footer_img.svg) center / auto 100% repeat-x;
    width: 100%;
    height: 52px;
    position: absolute;
    top: -50px;
}
.footer .inner{
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_wrap > p{
  font-size: 12px;
}
.logo_wrap > img{
  margin-top: 15px;
}
.footer .address{
  font-size: 16px;
  line-height: 1.7;
  margin-left: 40px;
}
.copy{
  font-size: 12px;
  text-align: center;
  background-color: #ff6302;
  padding: 12px 0;
  margin-top: 50px;
}
@media all and (min-width:768px){
}
@media all and (max-width:767px){
  .footer {
      padding-top: 40px;
      margin-top: auto;
  }
  .footer .inner {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .logo_wrap {
      width: 210px;
  }
  .logo_wrap img{
    margin-top: 0;
  }
  .footer .address {
      font-size: 14px;
      line-height: 1.38;
      margin-left: 0;
      text-align: center;
      margin-top: 15px;
  }
  .shien {
      font-size: 10px;
      margin-top: 15px;
  }
  .copy {
      font-size: 10px;
      text-align: center;
      background-color: #ff6302;
      padding: 7px 0;
      margin-top: 35px;
  }
}
@media all and (max-width:370px){}




/* link_wrap
***************************************************************/



.inner.link_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}


@media all and (min-width:768px){
  .inner.link_wrap a{
    width: 31%;
  }
  .inner.link_wrap a:hover{
    opacity: .7;
  }
}

@media all and (max-width:767px){
  .inner.link_wrap {
      width: 70%;
      max-width: 270px;
      margin-left: auto;
      margin-right: auto;
  }
  .inner.link_wrap a + a{
    margin-top: 15px;
  }
}



/* フェード
***************************************************************/

@media all and (min-width: 681px) {
  .action.up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.left {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.right {
  opacity: 0;
  transform: translate(100px, 0);
  transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.fade {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 1000ms ease 0.25s, transform 1000ms ease 0.25s;
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  }
  .action.fade.scrollin{
    opacity: 1;
    transform: scale(1);
  }
  .action.delay1 {
  transition: opacity 1000ms ease 0.5s, transform 1000ms ease 0.5s;
  }
  .action.delay2 {
  transition: opacity 1000ms ease 0.75s, transform 1000ms ease 0.75s;
  }
  .action.delay3 {
  transition: opacity 1000ms ease 1s, transform 1000ms ease 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.left_sp {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.right_sp {
  opacity: 0;
  transform: translate(50px, 0);
  transition: opacity 750ms ease 0.25s, transform 750ms ease 0.25s;
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  }
  .action.delay1_sp {
  transition: opacity 750ms ease 0.5s, transform 750ms ease 0.5s;
  }
  .action.delay2_sp {
  transition: opacity 750ms ease 0.75s, transform 750ms ease 0.75s;
  }
  .action.delay3_sp {
  transition: opacity 750ms ease 1s, transform 750ms ease 1s;
  }
}
