@charset "utf-8";
/*------------------------------------------------------------
Default
------------------------------------------------------------*/
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, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.50;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*// レイアウト用css for Layout*/
/*// Can use id, If you use class Please adding prefix .l- */
/*------------------------------------------------------------
	Layout
	------------------------------------------------------------*/
body {
  min-width: 767px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  font-size: 1.7em;
  color: #333333;
  width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}

.l-container {
  width: 1600px;
  margin: 0 auto;
}
.l-container-inner{
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
}
@media screen and (max-width: 767px) {
    .l-container-inner{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1600px) {
  .l-container {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    width: auto;
    /*margin: 0 8%;*/
    margin: 0 20px;
  }
}

/*-------- EFFECT --------*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*------------------------------------------------------------
	common
	------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 1001;
}

.wrapper{
    display: none;
}

a.phone_number{
    color: #333333;
    text-decoration: underline;
}
@media(min-width: 768px){
  a.phone_number{
    text-decoration: none;
  }
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.c-title {
  margin-bottom: 40px;
}

.c-title h2 {
  /*font-size: 28px;*/
  position: relative;
  display: inline-block;
}

.viewmore {
  text-align: center;
}

.viewmore a {
  color: #4f4e4e;
  font-size: 14px;
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 3px solid #dcdcdc;
  min-width: 334px;
	text-align: center;
}
.viewmore.top_left a {
    min-width: auto;
    padding-left: 2em;
    padding-right: 2em;
}

.viewmore a span{
  padding-left: 20px;
  background: url(../../../assets/img/common/ic_arrow.png) no-repeat;
  background-position: left center;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
    .viewmore a {
        min-width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .viewmore a {
        min-width: 80%;
    }
    .viewmore.top_left a {
        min-width: 80%;
        padding-left: 0;
        padding-right: 0;
    }
}

.font-xl{
    font-size: 2.5rem;
    font-weight: bold;
}

.font-l{
    font-size: 2.1rem;
    font-weight: bold;
}

.font-m{
    font-size: 1.7rem;
    font-weight: normal;
}

.font-s{
    font-size: 1.5rem;
    font-weight: normal;
}

.font-black{
    color: #333;
}

.font-lightblack{
    color: #555;
}

.font-bold{
    font-weight: bold;
}

.font-normal{
    font-weight: normal;
}

.section-mainvisual {
  border-bottom: 1px solid #dcdcdc;
}

.section-mainvisual img {
  width: 100%;
}

@media screen and (min-width: 768px) {
    .sp-br{
        display: none;
    }
}

/*------------------------------------------------------------
	header
	------------------------------------------------------------*/
.c-header {
  width: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
  position: absolute;
}

.c-header__top {
  border-bottom: 1px solid #dcdcdc;
}

.c-header__top .top_left {
  float: left;
  padding: 15px 0 0 30px;
}


.c-header__top .top_left p {
  font-size: 1.6rem;
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .c-header__top .top_left p {
    font-size: 1.5rem;
  }
}

.c-header__top .top_left span {
  font-size: 1.2rem;
  margin-right: 10px;
}

.c-header__top .top_right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 10px 5px 0;
}

.c-header__top .top_right .tel {
  font-size: 1.3rem;
  margin-right: 13px;
}

.c-header__top .top_right .tel span {
  font-size: 1.4rem;
  font-weight: bold;
}

.c-header__top .top_right .tel small {
  display: block;
  font-size: 1.0rem;
  margin-top: -5px;
}

.c-header__top .top_right .btn-nav {
  color: #0a2849;
  font-size: 1.2rem;
  padding: 5px 45px;
  border: 1px solid #0c3055;
}

@media screen and (max-width: 850px) and (min-width: 768px) {
  .c-header__top .top_right .btn-nav {
    padding: 5px 20px;
  }
}

.c-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 3px solid #dcdcdc;
  position: absolute;
  margin-top: -104px;
  top: 144px;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-header__bottom {
    margin-top: -50px;
    top: 50px;
  }
}

.c-header__bottom.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  -webkit-transition: margin-top 0.4s;
  transition: margin-top 0.4s;
  -webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
}

.c-header__bottom .h-logo {
  padding-left: 30px;
}

@media screen and (max-width: 1150px) and (min-width: 767px) {
  .c-header__bottom .h-logo {
    zoom: 70%;
  }
}

@media screen and (max-width: 767px) {
  .c-header__bottom .h-logo {
    padding: 15px;
  }
  .c-header__bottom .h-logo img {
    zoom: 80%;
  }
}

.c-header__bottom .menu-btn {
  width: 25px;
  height: 26px;
  color: #333;
  /*font-size: 6rem;*/
  font-size:60px;
  background-color: transparent;
  padding: 0;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 999;
}

.c-header__bottom .menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  /*height: 0.03em;*/
    height: 2px;
  border-radius: 0;
  margin-top: -0.025em;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
  width: 0.4em;
  /*margin-top: -0.03em;*/
    margin-top: -2px;
}

.c-header__bottom .menu-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  /*height: 0.03em;*/
    height: 2px;
  border-radius: 0;
  margin-top: -0.25em;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  /*margin-top: -0.16em;*/
    margin-top: -10px;
}

.c-header__bottom .menu-btn:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  /*height: 0.03em;*/
    height: 2px;
  border-radius: 0;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  margin-top: 0.10em;
}
/*
.c-header__bottom .menu-btn span {
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  height: 0.03em;
  border-radius: 0;
  margin-top: -0.025em;
  -webkit-transition: 0.2s ease-in-out 0.2s;
  transition: 0.2s ease-in-out 0.2s;
  width: 0.4em;
  margin-top: -0.03em;
}

.c-header__bottom .menu-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  height: 0.03em;
  border-radius: 0;
  margin-top: -0.25em;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  margin-top: -0.16em;
}

.c-header__bottom .menu-btn:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #000;
  height: 0.03em;
  border-radius: 0;
  -webkit-transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
  transition: margin 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  width: 0.4em;
  margin-top: 0.10em;
}
*/
.c-header__bottom .menu-btn.is-open {
  top: 10px;
  position: fixed;
}

.c-header__bottom .menu-btn.is-open span {
  background-color: #be9963;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header__bottom .menu-btn.is-open:before, .c-header__bottom .menu-btn.is-open:after {
  margin-top: 0;
  -webkit-transition-delay: 0s, 0.25s, 0.25s;
  transition-delay: 0s, 0.25s, 0.25s;
}

.c-header__bottom .menu-btn.is-open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-header__bottom .menu-btn.is-open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .c-header__bottom .c-gnavi {
    display: none;
  }
}

.c-header__bottom .c-gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.c-header__bottom .c-gnavi li {
  width: 115px;
}
.c-header__bottom .c-gnavi li:nth-of-type(1) {
  width: 170px;
}

@media screen and (max-width: 1150px) and (min-width: 829px) {
  .c-header__bottom .c-gnavi li {
    width: 80px;
  }
}
@media screen and (max-width: 830px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li:nth-of-type(1) {
    width: 120px;
  }
  .c-header__bottom .c-gnavi li {
    width: 74px;
  }
}

.c-header__bottom .c-gnavi li {
  border-left: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li:last-child {
  border-right: 1px solid #e4e5e6;
}

.c-header__bottom .c-gnavi li a {
  font-size: 14px;
  color: #333;
  width: 100%;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

@media screen and (max-width: 1150px) and (min-width: 767px) {
  .c-header__bottom .c-gnavi li a {
    font-size: 12px;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul {
  position: absolute;
  width: 100%;
  top: 54px;
  left: 0;
  overflow: hidden;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 5px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1150px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li.hoverli ul {
    top: 51px;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul .l-gnavi {
  width: 1344px;
  margin: 0 auto;
  padding: 10px 0;
  display: table;
}

@media screen and (max-width: 1600px) and (min-width: 768px) {
  .c-header__bottom .c-gnavi li.hoverli ul .l-gnavi {
    width: 84%;
  }
}

.c-header__bottom .c-gnavi li.hoverli ul li {
  width: 20%;
  display: table-cell;
  border-left: 1px solid #dcdcdc;
}

.c-header__bottom .c-gnavi li.hoverli ul li a {
  color: #333;
  padding: 4px 10px;
  display: block;
    width: auto;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 1150px) and (min-width: 981px) {
    .c-header__bottom .c-gnavi li.hoverli ul li a {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 980px) and (min-width: 881px) {
    .c-header__bottom .c-gnavi li.hoverli ul li a {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
    .c-header__bottom .c-gnavi li.hoverli ul li a {
        font-size: 1.1rem;
    }
}

.c-header__bottom .c-gnavi li.hoverli ul li a span {
  display: block;
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 5px;
}

.c-header__bottom .c-gnavi li.hoverli ul li a:after {
  content: "";
  display: block;
  /*width: 80px;*/
  width: 39px;
  /*height: 126px;*/
  height: 46px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*background-size: 80px 82px;*/
  background-size: 39px 36px;
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical01 a:after {
  background-image: url(../../img/common/gnavi_pc_medical01.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical02 a:after {
  background-image: url(../../img/common/gnavi_pc_medical02.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical03 a:after {
  background-image: url(../../img/common/gnavi_pc_medical03.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical04 a:after {
  background-image: url(../../img/common/gnavi_pc_medical04.png);
}

.c-header__bottom .c-gnavi li.hoverli ul li.medical05 a:after {
  background-image: url(../../img/common/gnavi_pc_medical05.png);
}

.c-header__bottom .c-gnavi li.hoverli:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
}

.c-header__bottom .c-gnavi li.hoverli.navi-about ul .l-gnavi {
  padding: 10px 0;
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li {
  width: 15.5%;
  min-height: 30px;
  display: inline-block;
  float: left;
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) {
  width: 21.5%;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li {
        width: 14.5%;
        min-height: 24px;
        /*padding-left: 4px;
        padding-right:4px;*/
    }
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li a {
        padding-left: 4px;
        padding-right: 4px;
    }
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) {
        width: 18%;
    }
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(6) {
    border-right: 1px solid #dcdcdc;
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(3) {
   /* margin-bottom: 1.5%;*/
}
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li a{
    line-height: 1.1;
    /*padding-top: 4%;*/
}
/*
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) a{
    padding: 1% 10px;
}
@media screen and (min-width: 1344px) {
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) a{
        padding-top: 4%;
    }
}
@media screen and (min-width: 1125px) and (max-width: 1150px) {
    .c-header__bottom .c-gnavi li.hoverli.navi-about ul li:nth-of-type(1) a{
        padding-top: 4%;
    }
}
*/
.c-header__bottom .c-gnavi li.hoverli.navi-about ul li a:after{
  height: auto;
}

.c-header__bottom .c-gnavi_sp {
  position: absolute;
  top: 52px;
  width: 100%;
  left: 0;
  z-index: 999;
  border-top: 1px solid #ccc;
}

.c-header__bottom .c-gnavi_sp ul {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.c-header__bottom .c-gnavi_sp ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.c-header__bottom .c-gnavi_sp ul a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
  font-size: 14px;
  padding: 13px 15px;
}

.c-header__bottom .c-gnavi_sp ul a span {
  display: block;
  margin-top: -12px;
}

.c-header__bottom .c-gnavi_sp ul .book {
  padding: 15px 0;
}

.c-header__bottom .c-gnavi_sp ul .book a {
  width: 200px;
  /*color: #fff;
  padding: 8px 0;*/
  margin: 0 auto;
  text-align: center;
  /*background: #0c3055;*/
  color: #0a2849;
  /*font-size: 1.2rem;*/
  padding: 5px 45px;
  border: 1px solid #0c3055;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li a {
  padding: 13px 15px 13px 30px;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li .icon {
  min-width: 50px;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li img {
  zoom: 70%;
}

.c-header__bottom .c-gnavi_sp ul .sub-menu2 li span {
  display: inline-block;
  vertical-align: -2px;
}

.c-gnavi_sp ul .parent-menu1,
.c-gnavi_sp ul .parent-menu2{
    position: relative;
}

.c-gnavi_sp ul .parent-menu1 .accordion_icon,
.c-gnavi_sp ul .parent-menu2 .accordion_icon{
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
    position: absolute;
    top: 38px;
	right:36px;
    display:  inline-block;
    color: #333;
    text-decoration:  none;
}
.c-gnavi_sp ul .parent-menu1.active .accordion_icon,
.c-gnavi_sp ul .parent-menu2.active .accordion_icon{
    transform: rotate(180deg) translate(-13px,-6px);
    -webkit-transform: rotate(180deg) translate(-13px,-6px);
	-moz-transform: rotate(180deg) translate(-13px,-6px);
	-ms-transform: rotate(180deg) translate(-13px,-6px);
    -o-transform: rotate(180deg) translate(-13px,-6px);
}

.c-gnavi_sp ul .parent-menu1 .accordion_icon::before,
.c-gnavi_sp ul .parent-menu2 .accordion_icon::before{
    content:  '';
    width: 10px;
    height: 10px;
    display:  block;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(-45deg);
    position:  absolute;
    top: 10px;
    bottom:  0;
    left:  0;
    right:  0;
    margin:  auto;
}

/*------------------------------------------------------------
	footer
	------------------------------------------------------------*/
.c-footer {
  padding: 30px 0 5px;
  background: #0c3055;
}
@media screen and (max-width: 767px) {
    .c-footer{
        padding-top: 12px;
    }
}

.c-footer__inner {
  color: #fff;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
}

.c-footer__inner ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-footer__inner ul li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
      font-size: 1.7rem;
  }
}

.c-footer__inner ul li a {
  color: #fff;
}

.c-footer__inner .copyright {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (min-width: 401px) and (max-width: 430px){
  .c-footer__inner ul li,
  .c-footer__inner .copyright {
    font-size:13px;
  }
}
@media screen and (min-width: 371px) and (max-width: 400px){
  .c-footer__inner ul li,
  .c-footer__inner .copyright {
    font-size:12px;
  }
}
@media screen and (max-width: 370px) {
  .c-footer__inner ul li,
  .c-footer__inner .copyright {
    font-size:10px;
  }
}

.c-footer__inner .social {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-footer__inner .social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0;
  }
}

.c-footer__inner .social img {
  vertical-align: baseline;
}

.c-footer .social.only-sp{
    text-align: center;
    margin: 0 auto 8px;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

#overlay.is-open {
  display: block;
}

/*------------------------------------------------------------
	booking
	----------------------------------------------------------*/
#booking-btn {
  position: fixed;
  bottom: 20%;
  right: 0;
}

#booking-btn a {
  color: #fff;
  background: #023569;
  border-radius:4px 0px 0px 4px ;
  font-size: 1.7rem;
  padding: 28px 16px;
  display: block;
  /*-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;*/
  -ms-writing-mode: tb-rl;            /* IE用　*/
  -webkit-writing-mode: vertical-rl;  /* chrome用　*/
  -o-writing-mode: vertical-rl;       /* opera用　*/
  writing-mode: vertical-rl;
}
_:-ms-lang(x), #booking-btn a {
  height: 88px;
}

#booking-btn a:hover {
  opacity: .9;
}