@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #353535;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  line-height: 1.5;
  text-align: center;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-setting: "palt";
  min-width: 320px;
}

body.open {
  position: fixed;
  width: 100%;
  z-index: 1;
}

a {
  color: rgba(74, 110, 167, 1);
  text-decoration: none;
}

a:visited {
  color: rgba(74, 110, 167, 1);
  text-decoration: none;
}

a:hover {
  color: rgba(74, 110, 167, 0.7);
  text-decoration: underline;
}

a:active {
  color: rgba(74, 110, 167, 1);
  text-decoration: underline;
}

ul {
  list-style: none;
}

a:hover img {
  filter: alpha(opacity=70) !important;
  -moz-opacity: 0.70 !important;
  opacity: 0.70 !important;
  -webkit-transition: all .2s linear;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/* sato */
img.shadow {
  box-shadow: 4px 4px 6px grey;
}

p.left {
  text-align: left;
  text-indent: 1em
}

p.right {
  text-align: right;
}

p.center {
  text-align: center;
}

/********/

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}


/*
html ----------------------------------------------------------*/


/* body base
===============================================================*/


/* header
===============================================================*/

header {
  width: 100%;
  z-index: 100;
  font-size: 14px;
  box-sizing: border-box;
  text-align: right;
  background: rgba(255, 255, 255, 1) url("../images/nav-back.png") repeat-x bottom left;
  transition: all .3s ease-in;
  border-bottom: 1px solid #d1d1d1;
}

header .is-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 10px;
  box-sizing: border-box;
}

header .h-head {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1420px) {
  header .is-inner {
    width: 96%;
    margin: 0 auto;
    padding: 25px 0 10px;
  }
}

header h1 {
  display: table-cell;
  width: 35%;
  text-align: left;
  padding-left: 1em;
  background: url("../images/h-h1-back.png") no-repeat left 50%;
  background-size: contain;
  vertical-align: middle;
}

header h1 span {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
  color: #353535;
}

header h1 a:hover {
  text-decoration: none;
}

header h1 span strong {
  font-size: 108%;
}

header .logo {
  display: table-cell;
  text-align: center;
  width: 30%;
  vertical-align: middle;
}

header .logo img {
  width: 100%;
  max-width: 350px;
  height: auto;
}


header .h-right {
  display: table-cell;
  text-align: right;
  width: 40%;
  vertical-align: middle;
}

header .h-web-reserve-btn a {
  background: #da5f67 url("../images/bottom-arrow-large.png") no-repeat 96% 50%;
  background-size: 15px;
  display: inline-block;
  padding: 3%;
  color: #fff;
  transition: all .2s ease-in;
}

header .h-web-reserve-btn a span {
  background: url("../images/reserve-icon.svg") no-repeat left 50%;
  background-size: contain;
  font-size: 153.8%;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-left: 2em;
  padding-right: 1.5em;
}

header .h-web-reserve-btn a:hover {
  background: #ab3a41 url("../images/bottom-arrow-large.png") no-repeat 94% 50%;
  background-size: 15px;
  text-decoration: none;
}

header .h-right .h-tel {
  margin-bottom: 1em;
}

header .h-right .h-tel .h-tel-title {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 123%;
  display: inline-block;
  padding-right: .5em;
}

header .h-right .h-tel .h-tel-number {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 235.3%;
  display: inline-block;
}

header .h-right .h-tel .h-comnt-title , .h-addr-title {
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 120%;
  display: inline-block;
  padding-right: .5em;
}


nav#global {
  display: block;
  vertical-align: middle;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 1) url("../images/nav-back.png") repeat-x bottom left;
  padding-bottom: 0;
  border-bottom: 1px solid #d1d1d1;
}

.is-show {
  transform: translateY(0);
}

.clone-nav .gnav-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
}

@media screen and (max-width: 1420px) {
  .clone-nav .gnav-inner {
    max-width: 96%;
    width: 96%;
    margin: 0 auto;
    padding: 1% 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .clone-nav .gnav-inner {
    font-size: 84%;
  }
}

@media screen and (max-width: 768px) {
  .clone-nav {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .clone-nav .gnav-inner {
    font-size: 62%;
  }
}

nav#global ul.lvl1 {
  display: table;
  float: left;
  width: 26%;
}

nav#global ul.lvl2 {
  display: table;
  width: 100%;
}

nav#global li {
  display: table-cell;
  font-size: 153.8%;
  white-space: nowrap;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 300;
}

nav#global li a {
  color: #35353f;
  display: block;
  transition: all .2s ease-in;
  position: relative;
  padding: .5em 0;
}

.clone-nav nav#global li a {
  padding: 0 0 5%;
}

nav#global li a:hover {
  color: #35353f;
  display: block;
  text-decoration: none;
}

nav#global li a:hover {}

nav#global li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 90%;
  height: 2px;
  background: #da5f67;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

nav#global li a:hover::after {
  transform: scale(1, 1);
}

nav#global li a.is-current::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 90%;
  height: 2px;
  background: #da5f67;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

nav#global li span {
  display: block;
  border-right: 1px solid #a6a6a6;
  text-align: center;
}

nav#global li:first-child span {
  border-left: 1px solid #a6a6a6;
}

@media screen and (max-width: 1420px) {
  nav#global li,
  nav#global.clone-nav li {
    font-size: 123%;
  }
}

@media screen and (max-width: 1024px) {
  nav#global ul.lvl1 {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
  header#header.clone-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  header#header.is-show {
    transform: translateY(0);
  }
  header .is-inner {
    padding: 3% 0 2%;
    position: relative;
  }
  header .h-head {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  header h1 {
    width: 48%;
    padding-left: 1em;
    padding-right: 1em;
    display: block;
    position: absolute;
    left: 40%;
    top: 25%;
  }
  header h1 a {
    color: #353535;
    text-decoration: none;
  }
  header h1 a:hover {
    text-decoration: none;
  }
  header .logo {
    display: block;
    text-align: center;
    width: 40%;
/*    padding-right: 30%;*/
    vertical-align: middle;
    float: left;
  }
  header .h-head {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
  header .h-right {
    display: none;
  }
  nav#global {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    padding: 0;
    display: none;
    transition: all .8s ease-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .close {
    position: fixed;
    display: block;
    top: 25%;
    right: 5%;
    z-index: 10000;
    transition-property: right;
    transition-duration: .32s;
    transition-timing-function: ease-out;
  }
  .sp_menu.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    transition-property: right;
    transition-duration: .32s;
    transition-timing-function: ease-out;
  }
  #nav-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
  }
  #nav-toggle>div {
    position: relative;
    width: 30px;
  }
  #nav-toggle .sp_menu em {
    font-size: 77%;
    font-style: normal;
    padding-top: 20px;
    display: block;
  }
  .open #nav-toggle .sp_menu em {
    display: none;
  }
  #nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #133582;
    position: absolute;
    transition: top .5s ease, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, top .5s ease;
    transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
    z-index: 1000;
  }
  #third #nav-toggle span {
    background: #fff;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 12px;
  }
  #nav-toggle span:nth-child(3) {
    top: 25px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 2px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span {
    background: #133582;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 10px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open nav#global {
    background: rgba(255, 255, 255, 0.9);
    width: 70vw;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    text-align: center;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 123%;
    visibility: visible;
    opacity: 1;
    box-sizing: border-box;
    overflow: auto;
    border-top: 1px solid #c8c8c8;
    margin-top: 0;
    padding-top: 15%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  nav#global ul {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
  }
  nav#global ul.lvl1 {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
  nav#global ul.lvl2 {
    display: block;
    float: none;
    width: 100%;
  }
  .open nav#global li {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 1px solid #c8c8c8;
  }
  .open nav#global li span {
    border: none;
  }
  nav#global li a,
  nav#global li em {
    display: block;
    text-align: left;
    padding: 0;
    padding: 15px 5%;
  }
}

@media screen and (max-width: 320px) {
  #nav-toggle {
    top: 1px;
  }
  header h1 {
    font-size: 10px;
    width: 48%;
    top: 15%;
    left: 40%;
  }
}


/* footer 
------------------------------------------------------------*/

/* sato */
.footer .is-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}

.footer-area {
  font-size: 16px;   /* フッターの基準文字サイズ */
  text-align: miidle;
  width: 100%;
  display: block;
/*
  color: blue;
*/
}

.footer-area .logo-area {
/*
  display: table-cell;
  width: 20%;
*/
  text-align: center;
  vertical-align: middle;
  margin : 0 auto;
}

.footer-area .logo-area img {
/*
  display: table-cell;
*/
  width: 18em;
  text-align: center;
  vertical-align: middle;
}

.footer-area {
/*  font-size: 23px;*/
  /* text-shadow: 2px 2px 1px #fff; */
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #353535;
  text-indent: 1em;
  margin-bottom: 3.5%;
}

.footer-area .logo-area {
/*  margin: 1em;*/
  width: 50%;
  margin : 0 auto;

}

.footer-area .info-area {
/*  margin-bottom: 2em;*/
}

.footer-area .footer-table {
}

.footer-area .footer-table table {
/*  margin-left: 20%;
  margin-right: 20%;*/
  border: solid 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom: 20px;
}

.footer-area .footer-table table th {
  text-align: right;
  border: solid 0px;
  padding: 0.5em 0.2em 0.3em 3em;
}

.footer-area .footer-table table td {
  text-align: left;
  border: solid 0px;
  padding: 0.5em 0.5em 0.3em 0.2em;
}


.footer-area .tel {
/*  padding-left: 3em;*/
}

.footer-area .tel .tel-head {
  font-size: 100%;
  vertical-align: middle;
/*  margin-right: 1em;*/
}

.footer-area .tel .tel-body {
  font-size: 190%;
  vertical-align: middle;
}
/*********************/

/* bottom conversion ----------------------------- */

.bottomn-conversion {
  text-align: miidle;
}

.bottomn-conversion .rich-back-inner {
  padding: 5% 0;
}

.bottomn-conversion .rich-back-inner .is-inner {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}

.bottom-conversion-wrap {
  width: 100%;
  display: table;
}

.bottomn-conversion .tel-area {
  width: 50%;
  display: table-cell;
}

.bottomn-conversion .web-area {
  width: 50%;
  display: table-cell;
}

.bottomn-conversion .tel-area h3 {
  font-size: 246.1%;
  color: #353535;
  background: url("../images/f-icon-tel.png") no-repeat left 50%;
  background-size: contain;
  padding-left: 1.2em;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* text-shadow: 2px 2px 1px #fff; */
  font-weight: normal;
  margin-bottom: 2%;
}

.bottomn-conversion .tel-area .tel-large {
  text-indent: 1em;
  /* text-shadow: 2px 2px 1px #fff; */
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #353535;
  font-size: 338.4%;
  margin-bottom: 3.5%;
}

.bottomn-conversion .tel-area .time {
  padding-left: 3em;
}

.bottomn-conversion .tel-area .time .time-head {
  color: #fff;
  font-size: 153.8%;
  background: #759b75;
  padding: 1% 3%;
  display: inline-block;
  vertical-align: middle;
}

.bottomn-conversion .tel-area .time .time-body {
  color: #353535;
  font-size: 153.8%;
  padding: 1% 3%;
  display: inline-block;
  vertical-align: middle;
}

.bottomn-conversion .web-area h3 {
  font-size: 246.1%;
  color: #353535;
  background: url("../images/f-icon-web.png") no-repeat left 50%;
  background-size: contain;
  padding-left: 1.6em;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  /* text-shadow: 2px 2px 1px #fff; */
  font-weight: normal;
  margin-bottom: 5%;
}

.bottomn-conversion .web-area .reserve-btn-large {
  margin-left: 10%;
}

.bottomn-conversion .web-area .reserve-btn-large a {
  background: #da5f67 url("../images/bottom-arrow-large.png") no-repeat 96% 50% / 5%;
  padding: 4% 18% 4% 10%;
  text-align: center;
  border-radius: 2px;
  box-shadow: 1px 1px 0 #ab3a41;
  font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 215.3%;
  display: inline-block;
  /* text-shadow: 2px 2px 1px #ab3a41; */
  transition: all .2s ease-in;
}

.bottomn-conversion .web-area .reserve-btn-large a:hover {
  background: #ab3a41 url("../images/bottom-arrow-large.png") no-repeat 94% 50% / 5%;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .bottom-conversion-wrap {
    width: 100%;
    display: block;
  }
  .bottomn-conversion .tel-area {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 3% 5% 5%;
  }
  .bottomn-conversion .web-area {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 3% 5% 3%;
  }
  .bottomn-conversion .web-area .reserve-btn-large a {
    padding: 4% 10% 4% 5%;
  }
}

@media screen and (max-width: 480px) {
  .bottomn-conversion .web-area .reserve-btn-large a {
    font-size: calc( 215.3% * 0.9);
  }
}

@media screen and (max-width: 320px) {
  .bottomn-conversion .web-area .reserve-btn-large a {
    font-size: calc( 215.3% * 0.75);
  }
  .bottomn-conversion .tel-area .time .time-body {
    font-size: calc( 153.8% * 0.75);
  }
}

#sp-conversion {
  display: none;
  opacity: 0;
  z-index: -1;
}

#sp-conversion.sp-on {
  display: none;
  opacity: 0;
}

#gototop {
  position: fixed;
  right: 2%;
  bottom: 4%;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  #gototop {
    width: 50px;
    right: 2%;
    bottom: 2%;
    z-index: 999;
  }
  #sp-conversion {
    display: block;
    position: fixed;
    left: 2%;
    bottom: 2%;
    z-index: 999;
    opacity: 0;
  }
  #sp-conversion.sp-on {
    opacity: 1;
  }
  #sp-conversion a {
    width: 60px;
    margin-righ: 1%;
  }
  #sp-conversion a img {
    width: 60px;
  }
}

@media screen and (max-width: 320px) {
  #gototop {
    bottom: 4%;
  }
  #sp-conversion {
    bottom: 4%;
  }
}


/* footer ----------------------------- */

footer {
  width: 100%;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  position: relative;
}

footer .is-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 0 25px;
}

nav.f-nav {
  letter-spacing: -.4em;
  padding-bottom: 35px;
}

nav.f-nav li {
  letter-spacing: 0;
  display: inline-block;
}

nav.f-nav li a {
  letter-spacing: 0;
  font-size: 16px;
  padding: 0 1em 0 0;
  color: #7f7f7f;
  border-right: 1px solid #7f7f7f;
  transition: .2s all ease-in;
}

nav.f-nav li a:hover {
  color: #7f7f7f;
}

nav.f-nav li:last-child a {
  border: none;
}

.copyright {
  border-top: 1px solid #a6a6a6;
  text-align: center;
  padding: 2% 0;
  letter-spacing: 2px;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  footer .is-inner {
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
    padding: 6% 0 6%;
  }
  nav.f-nav {
    letter-spacing: -.4em;
    padding-bottom: 0;
  }
  nav.f-nav li {
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: .8em
  }
  .copyright {
    border-top: 1px solid #a6a6a6;
    text-align: center;
    padding: 2% 4%;
    box-sizing: border-box;
    letter-spacing: 2px;
    font-size: 72%;
  }
}

@media screen and (max-width: 480px) {
  footer .is-inner {
    padding: 8% 0 6%;
  }
}

@media screen and (max-width: 320px) {
  footer .is-inner {
    padding: 10% 0 6%;
  }
}