@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

/* reset */
html{
  scroll-behavior: smooth;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
  font-family: YakuHanJP,"Jost","Zen Kaku Gothic New","Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Arial,sans-serif;
  color: #333333;
  background: #f8f8ff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.invisible {
  transition: opacity 0.3s ease;
  opacity: 0.0;
}
.visible {
  transition: opacity 0.3s ease;
  opacity: 1.0;
}
li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
p{
  line-height: 2;
}
a{
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active{
  color: #ccc;
}
a:active, a:focus,input:active, input:focus{
  outline:0;
}
a:hover img {
  opacity:0.95;
}
img{
  max-width: 100%;
  height: auto;
}


/* ==================================================
  Common CSS
================================================== */
.flex{
  display: flex;
}
.space-b{
  justify-content: space-between;
}
.row-r{
  flex-direction: row-reverse;
}
.w-inner{
  padding: 0 80px;
}
.inner{
  max-width: 1100px;
  margin: 0 auto;
}
.img-rad{
  border-radius: 6px;
}
.-bg{
  background: #f9f8f4;
}
.-bg-dot{
  background:url('../img/bg-ptn-dot1.png')!important;
  background-color: #f9f8f4!important;
}
.-ctr{
  text-align: center;
}
.-m30{
  margin-top: 3rem;
}
.-pu50{
  padding-bottom: 5rem;
}
._vtl{
  border-left: 4px solid #e878a0;
  padding-left: 10px;
}
.-btn{
  background: #b39b14;
  display: block;
  color: #fff;
  width: 300px;
  margin: 3rem auto;
  height: 60px;
  line-height: 60px;
  border-radius: 8px;
  position: relative;
  text-align: center;
}
.-btn span{
  position: relative;
  padding-right: 16px;
}
.-btn span::before{
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 992px){
  .-flex{
    display: flex;
  }
  .-spb{
    justify-content: space-between;
  }
  .pc-n{
    display: none;
  }
}


/* ==================================================
  Animation CSS
================================================== */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* ==================================================
  Header
================================================== */
#l-header {
 z-index:1000;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 transition:all .6s cubic-bezier(.165,.84,.44,1);
 transition-property:transform;
 transition-timing-function:cubic-bezier(.165,.84,.44,1)
}
#l-header .l-header__wrapper {
 margin:0;
}
#l-header .logo img{
  width: 140px;
  padding-top: 8px;
}
#l-header .l-header__wrapper > .l-header__inner {
  display: flex;
  justify-content: space-between;
  z-index: 3;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 20px 0 25px;
}
#l-hero__wrapper {
 position:relative;
 height:100vh
}
#l-hero__wrapper .l-hero__content {
 position:absolute;
 width: 100%;
}
#global-navi {
  width: 100%;
}
#wrapper nav ul li{
  list-style-type: none;
}
#wrapper nav ul li a{
  color: #000;
}
.hidden #wrapper nav ul li a{
  color: #000;
}
.hidden #wrapper nav ul li a:hover{
  color: #666;
}
.hidden #wrapper nav .SubMenu-Item a,.hidden #wrapper nav .SubMenu-Item a:hover{
  color: #fff;
}
.header{
  background: none;
  transition: all 0.5s ease;
}
.hidden {
  background: rgba(255,255,255,0.95) ;
  transition: all 0.5s ease;
}

@media screen and (min-width: 992px){
  #l-header .logo{
    width: 15%;
  }
  #wrapper{
    width: 55%;
  }
  #l-header .head-contact{
    width: 30%;
    text-align: center;
    display: flex;
  }
  #l-header .head-tel{
    width: 45%;
  }
  #l-header .head-mail{
    width: 55%;
  }
  #l-header .head-tel p{
    font-size: max(1.55vw, 1rem);
    font-weight: 600;
    line-height: 1.2;
  }
  #l-header .head-tel p::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../img/tel.svg) no-repeat left center;
    background-size: auto;
    background-size: contain;
  }
  #l-header .head-tel .ttl{
    font-size: max(.8vw, 9px);
    line-height: 1.1;
    display: block;
    padding: 6px 0 0;
  }
  #l-header .head-tel .time{
    font-size: max(.7vw, 9px);
    line-height: 1.4;
    display: block;
    padding: 0;
    font-weight: 400;
  }
  #l-header .head-mail a{
    background: #ff545f;
    border-radius: 500px;
    color: #fff;
    font-size: max(.9vw, 9px);
    font-weight: bold;
    padding: 0 .5vw;
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
    display: flex;
  }
  #l-header .head-mail a span{
    display: block;
    text-align: center;
    width: 100%;
    padding-right: 34px;
  }
  #l-header .head-mail a:after{
    content: "";
    width: 42px;
    height: 42px;
    background: url(../img/head-btn-arrow.svg) no-repeat;
    background-size: contain;
    top: 9px;
    right: 6px;
    position: absolute;
  }
  #global-navi .menu{
    display: flex;
    justify-content: flex-end;
  }
  #wrapper nav ul li{
    padding: 0 1.1vw;
    position: relative;
    font-size: max(1vw, .7rem);
  }
  #wrapper nav ul li a{
    position: relative;
  }
  #wrapper nav ul li a:hover{
    color: #ea6896;
  }
  #wrapper nav ul .last::after {
    width: 0;
    height: 0;
  }
  .menu-items{
    height: 60px;
    position: relative;
  }
  .menu-items a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 600;
    transition: all .15s;
  }
  .SubMenu {
    visibility: hidden;
    position: absolute;
    left: -40px;
    top: 70px;
    width: 230px;
    background-color: #e877a0;
  }
  #wrapper nav .SubMenu-Item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #fff;
  }
  #wrapper nav .SubMenu-Item a{
    color: #fff;
    background-color: #e877a0;
    display: block;
    padding: 16px 20px;
    font-size: max(.9vw, .7rem);
    position: relative;
  }
  #wrapper nav .SubMenu-Item a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 14px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #wrapper nav .SubMenu-Item a:hover{
    background: #ff545f;
    color: #fff;
  }
  #wrapper nav .menu-items:hover .SubMenu {
    visibility: visible;
  }
  #wrapper nav .contact-items{
    display: none;
  }
  #wrapper .sp-icon{
    display: none;
  }
  .col2-items{
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  #l-header{
    top: 0px;
  }
  #l-header .logo img{
    height: 30px;
    width: auto;
    padding-top: 10px;
  }
  #l-header .l-header__wrapper > .l-header__inner{
    padding: 0 10px;
    height: 50px;
  }
  #l-hero__wrapper{
    margin-top: 0px;
  }
  #wrapper nav {
    position: fixed;
    top: 0;
    right: -1000px;
    width: 100%;
    height: 100%;
    padding: 50px 0 0 0;
    background: #fff;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
  }
  #wrapper nav ul li {
    display:block;
    padding: 14px 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: .95rem;
  }
  #wrapper nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
  }
  #wrapper .btn-gnavi {
    position: fixed;
    background: #e877a0;
    top: 0;
    right: 0;
    width: 52px;
    height: 50px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  #wrapper .btn-gnavi::after{
    content: "メニュー";
    position: absolute;
    bottom: 3px;
    left: 6px;
    font-size: 10px;
    color: #fff;
    letter-spacing: -1px;
  }
  #wrapper .btn-gnavi span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  #wrapper .btn-gnavi span:nth-child(1) {
    top:10px; 
  }
  #wrapper .btn-gnavi span:nth-child(2) {
    top:18px;
  }
  #wrapper .btn-gnavi span:nth-child(3) {
    top:26px;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(1) {
    top: 13px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(2) {
    opacity: 0;
  }
  #wrapper .btn-gnavi.open span:nth-of-type(3){
    top: 25px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  #wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
  } 
  #wrapper .contents section:nth-child(odd) p {
    left: 10%
  }
  #wrapper .contents section:nth-child(even) p {
    right: 10%
  }
  #wrapper nav .contact-items{
    background: #ff545f;
    border-radius: 500px;
    text-align: center;
    margin: 30px 20px 0 20px;
  }
  #wrapper nav .contact-items a::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../img/head-mail.svg) no-repeat;
    background-size: auto;
    background-size: contain;
  }
  .hidden #wrapper nav .contact-items a,#wrapper nav .contact-items a{
    color: #fff!important;
  }
  .hidden #wrapper nav .SubMenu-Item a, .hidden #wrapper nav .SubMenu-Item a:hover {
    color: #333;
  }
  .head-contact{
    display: none;
  }
  .menu-items a{
    position: relative;
  }
  .menu-items a::before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-top: 3px solid #e877a0;
    border-right: 3px solid #e877a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #wrapper nav .SubMenu{
    display: flex;
    margin: 14px -20px -14px -20px;
    border-top: 1px solid #eaeaea;
  }
  #wrapper nav .SubMenu-Item{
    font-size: .75rem;
    width: 50%;
    padding: 15px 0 15px 20px;
    border-bottom: 0;
  }
  .menu-items .SubMenu-Item{
    position: relative;
  }
  .menu-items .SubMenu-Item::before{
    content: "";
    position: absolute;
    left:0;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 2px;
    border-top: solid 0px #ccc;
  }
  .menu-items .SubMenu-Item a::before{
    width: 0;
    height: 0;
    border-right: 0;
  }
  #wrapper nav .SubMenu li:nth-child(odd){
    border-right: 1px solid #eaeaea;
  }
  #wrapper .sp-icon{
    position: absolute;
    top: 0;
    right: 60px;
  }
  #wrapper .sp-icon ul{
    display: flex;
  }
  #wrapper .sp-icon li a{
    display: block;
    width: 40px;
    height: 40px;
    background: #cdd172;
    font-size: 10px;
    text-align: center;
    color: #fff;
    border-radius: 500px;
    margin: 5px 5px 0;
    position: relative;
  }
  #wrapper .sp-icon .sp-room a{
    background: #8bacd0;
  }
  #wrapper .sp-icon li a span{
    line-height: 1.4;
    display: block;
    padding-top: 5px;
    font-weight: 600;
  }
  #site-header .search-oc-btn:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto;
    background-image: url(../img/siteheader_icon_sh.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 21px;
}
  .w-inner{
    padding: 0 30px;
  }
}


/* ==================================================
  RESPONSIVE CSS
================================================== */
@media only screen and (min-width: 769px){
  body{
    font-size: 16px;
  }
  .sp{
    display: none!important;
  }
  .flex_box{
    display: flex;
    justify-content: space-between;
    height: 190px;
  }
  .f_add{
    width: 55%;
  }
  .f_time{
    width: 44%;
  }
  .col2__items{
    width: 48%;
  }
}

@media only screen and (max-width: 1200px){
  .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* スマートフォン */
@media only screen and (max-width: 768px){
  body,p{
    font-size: 14px;
    line-height: 1.6;
  }
  .pc{
    display: none!important;
  }
  .flex{
    flex-direction: column;
  }
  .w-inner{
    padding: 0 20px;
  }
  .inner{
    padding: 0 20px;
    margin: 0 auto;
  }
  .is-c-wrap{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

/* ==================================================
  Footer
================================================== */
#foot-contact{
  background: #f19db3;
  padding: 6em 0;
  text-align: center;
  color: #fff;
}
#foot-contact .contact-txt{
  padding: 1em 0 1.4em;
  font-size: max(1.9vw, 1.4em);
  line-height: 1.6;
  font-weight: 800;
}
#foot-contact .ttl{
  font-size: max(1.3vw, 1.2em);
  font-weight: 600;
}
#foot-contact .tel{
  font-size: max(3.2vw, 2.4em);
  font-weight: 600;
  line-height: 1.2;
}
#foot-contact .tel::before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../img/tel.svg) no-repeat center top;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: contain;
}
#foot-contact .time{
  font-size: .9em;
  font-weight: 400;
}
.foot-contact-box{
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
.foot-contact__items{
  background: #fff;
  color: #333;
  padding: 3.5vw;
  border-radius: 18px;
}
#foot-contact .btn{
  margin: .6em 0 0;
  display: block;
  background: #ff545f;
  color: #fff;
  height: 80px;
  line-height: 80px;
  border-radius: 500px;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
}
#foot-contact .btn:after{
  content: "";
  width: 56px;
  height: 56px;
  background: url(../img/head-btn-arrow.svg) no-repeat;
  background-size: auto;
  background-size: contain;
  top: 12px;
  right: 12px;
  position: absolute;
}
#foot-contact .foot-shomei{
  width: 1280px;
  max-width: 100%;
  background: #fff;
  padding: 3em;
  border-radius: 18px;
  margin: 3em auto 0 auto;
  color: #333;
}
#foot-contact .foot-shomei .title{
  font-size: max(1.5vw, 1.2em);
  font-weight: 600;
  border-bottom: 1px dashed #444;
  padding: 5px 0;
  margin: 0 0 1em;
}
#foot-contact .foot-shomei .txt{
  text-align: left;
}
#foot-contact .dl{
  text-align: left;
  font-weight: 600;
  padding: 1em 0 0;
}

.foot-shomei-btn a{
  width: 100%;
  max-width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #e877a0;
  text-align: center;
  color: #e877a0;
  border-radius: 500px;
  padding: 10px 0;
  margin-top: 2px;
  font-size: .9em;
  font-weight: 500;
}
.foot-shomei-btn a:hover{
  border: 1px solid #e877a0;
  background: #e877a0;
  color: #fff;
}
.foot-shomei-btn li span{
  font-size: .75em;
}
#foot-contact .att{
  padding: 1em 0 0;
  font-size: max(1.2vw, 1em);
  font-weight: 600;
}
@media screen and (min-width: 769px){
  .foot-shomei-btn li{
    width: 48%;
  }
}

footer{
  padding: 4em 0 1em;
  background: #fff;
}
.footer-inner{
  padding: 0 80px;
}
.footer-ud{
  border-top: 1px solid #ddd;
  padding: 1em 0 0;
}
.copy{
  padding-right: 1em;
}
.ud-nav p{
  padding: 0 0 0 1em;
  font-size: .9em;
}
.ud-nav p a{
  color: #333;
}
.foot-logo{
  width: 170px;
  padding-bottom: 3em;
}
.footer-nav1 a,.footer-nav2 a,.footer-nav3 a{
  color: #333;
}
.footer-nav1 .m-item,.footer-nav2 .m-item,.footer-nav3 .m-item{
  font-weight: 600;
  position: relative;
}
.footer-nav1 .m-item:before,.footer-nav2 .m-item:before,.footer-nav3 .m-item:before{
  content: "●";
  color: #f19db3;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: -16px;
}
.s-item a{
  font-weight: 400;
  font-size: .8em;
}

@media screen and (min-width: 769px){
  .foot-contact__items{
    width: 48%;
  }
  .footer-l-section{
    width: 40%;
  }
  .footer-r-section{
    width: 60%;
  }
  .footer-ud .copy{
    order: 0;
    font-size: .8em;
    font-weight: 300;
  }
  .footer-ud .ud-nav{
    order: 1;
    font-size: .8em;
  }
  .footer-nav1,.footer-nav2,.footer-nav3{
    width: 32%;
  }
  .s-item{
    padding: .4em 0 2em;
  }
  .footer-nav3 .m-item{
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 769px){
  .copy{
    text-align: center;
    font-size: 10px;
    padding: 2em 0 0;
    font-weight: 300;
  }
  #foot-contact{
    padding: 3em 1em;
  }
  .foot-contact__items{
    margin-bottom: 1em;
  }
  #page-top{
    right: 10px;
  }
  .foot-logo{
    width: 120px;
  }
  .footer-inner{
    padding: 0 2em;
  }
  .footer-l-section{
    text-align: center;
  }
  .footer-nav1 .m-item::before, .footer-nav2 .m-item::before, .footer-nav3 .m-item::before{
    content: "";
  }
  .footer-nav1 .m-item, .footer-nav2 .m-item, .footer-nav3 .m-item {
    padding: .8em 0;
    border-bottom: 1px dotted #aaa;
  }
  #foot-contact .tel::before{
    width: 24px;
    height: 24px;
  }

}

/* ==================================================
  Page top / Notice btn
================================================== */
#page-top{
  position: fixed;
  bottom: 10px;
  right: 20px;
}
#page-top::before {
  display: block;
  content: "";
  height: 3px;
  width: 20px;
  background: #e89b95;
  position: absolute;
  -webkit-transform: translate3d(0,0,0)rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
  bottom: 32px;
  right: -1px;
}
#page-top::after {
  display: block;
  content: "";
  height: 3px;
  width: 20px;
  background: #e89b95;
  position: absolute;
  -webkit-transform: translate3d(0,0,0)rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 0;
  bottom: 32px;
  right: 12px;
}
#page-top a {
  color: #e89b95;
  font-weight: bold;
}
#side_btn{
  position: fixed;
  bottom: 80px;
  right: 0;
  background: #e883a0;
  border: 0px solid #ccc;
  border-radius: 10px 0 0 10px;
}
#side_btn a{
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 50px;
  writing-mode: vertical-rl;
  padding: 2em 0;
  letter-spacing: .08em;
}
#side_btn a span{
  position: absolute;
  width: 30px;
  top: -35px;
}

@media only screen and (max-width: 991px){
  #page-top {
    bottom: 16px;
  }
}


/* ======================================================
  Breadcrumb
  ======================================================= */
#breadcrumb{
  padding: 20px 0 20px 26px;
  position: relative;
}
/*
#breadcrumb::before{
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/icon-home.svg) no-repeat;
  background-size: contain;
  margin-right: 2px;
}*/
#breadcrumb ol{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
}
#breadcrumb li{
  list-style-type: none;
  font-size: .7em;
  position: relative;
}
#breadcrumb li a{
  display: block;
  padding: 0 24px 0 0;
  color: #333;
}
#breadcrumb li a:hover{
  text-decoration: underline;
  color: #ccc;
}
#breadcrumb li::after {
  content: "＞";
  color: #aaa;
  font-size: 10px;
  position: absolute;
  right: 16px;
  top: 18%;
  width: 0;
  height: 0;
  z-index: 2;
}
#breadcrumb li:last-child::after {
  content: " "!important;
}


/* ======================================================
  Header Title
  ======================================================= */
#content .is-head__wrapper{
  padding: 0;
  height: 560px;
  position: relative;
  margin-top: 80px;
}
#content .is-head__wrapper .head-contact-btn{
  position: absolute;
  bottom: 0%;
  right: 10%;
  width: 13vw;
  z-index: 22;
}
#content .is-head__img{
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
}
.is-head__line{
  width: 100%;
  position: absolute;
  background-position: center center;
  background-size: cover;
  bottom: -10px;
  left: 0;
}
#content .is-head__txt{
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
#content .is-head__txt h1{
  font-size: max(2.6vw, 1.4em);
  text-shadow: 0 0 6px rgba(0,0,0,0.7);
}
#content .is-head__title{
  font-size: max(2.6vw, 1.4em);
  font-weight: bold;
}
#content .is-head__txt span{
  display: block;
  font-size: max(1.3vw, .9em);
  padding-left: 5px;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(0,0,0,0.7);
}

/* ヘッダー画像設定 */
.head-day-support{
  background-image: url(../img/head/head-day-support.jpg);
}
.head-hokatsu{
  background-image: url(../img/head/head-hokatsu.jpg);
}
.head-syuro-shien{
  background-image: url(../img/head/head-syuro-shien.jpg);
}
.head-guide{
  background-image: url(../img/head/head-guide.jpg);
}
.head-facility{
  background-image: url(../img/head/head-room.jpg);
}
.head-staff{
  background-image: url(../img/head/head-staff.jpg);
}
.head-faq{
  background-image: url(../img/head/head-faq.jpg);
}
.head-recruit{
  background-image: url(../img/head/head-recruit.jpg);
}
.head-recruit-faq{
  background-image: url(../img/head/head-recruit-faq.jpg);
}
.head-movie{
  background-image: url(../img/head/head-movie.jpg);
}
.head-company{
  background-image: url(../img/head/head-company.jpg);
}
.head-privacy{
  background-image: url(../img/head/head-privacy.jpg);
}
.head-sitemap{
  background-image: url(../img/head/head-sitemap.jpg);
}
.head-ct{
  background-image: url(../img/head/head-contact.jpg);
}
.head-news{
  background-image: url(../img/head/head-news.jpg);
}

@media screen and (max-width: 991px) {
  #content .is-head__wrapper{
    height: 230px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #content .is-head__wrapper .head-contact-btn{
    bottom: -10px;
    right: 20px;
    width: 80px;
  }
}