/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1100px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.1em;
}

.en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn_tel {
  pointer-events: none;
}

.js-fadein {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
.js-fadein.effected {
  opacity: 1;
}

.js-fadeup {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.js-fadeup.effected {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  z-index: 10000;
}
header .wrapper {
  height: 170px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0 40px;
}
header .wrapper .logobox {
  width: calc(100% - 560px);
  padding-right: 35px
    ;
}
header .wrapper .logobox .logo {
  width: 583px;
  max-width: 100%;
  display: block;
}
header .wrapper .logobox .logo img {
  width: 100%;
  display: block;
}
header .wrapper .btn_schedule {
  width: 130px;
  height: 100px;
  border-left: 1px solid #182987;
  border-right: 1px solid #182987;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .btn_schedule .btn {
  width: 100%;
  cursor: pointer;
}
header .wrapper .btn_schedule .btn:hover img,
header .wrapper .btn_schedule .btn:hover p {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
header .wrapper .btn_schedule .btn img {
  width: 80px;
  display: block;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .wrapper .btn_schedule .btn p {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*予約ボタン追加*/
header .wrapper .btn_reserve {
  border-left: none;
}
header .wrapper .btn_reserve a{
  color: #000;
  text-decoration: none;
}
header .wrapper .telbox {
  width: 300px;
  margin-left: 35px;
}
header .wrapper .telbox .btn_tel {
  width: 287px;
  display: block;
}
header .wrapper .telbox .btn_tel img {
  width: 100%;
  display: block;
}
header .wrapper .telbox p {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 13px;
}
header .wrapper .telbox p span {
  font-size: 19px;
  padding-left: 10px;
}
@media screen and (max-width: 1270px) {
  header .wrapper {
    padding: 0 20px;
  }
  header .wrapper .logobox {
    width: calc(100% - 535px);
    padding-right: 25px
      ;
  }
  header .wrapper .btn_schedule {
    width: 110px;
  }
  header .wrapper .telbox {
    margin-left: 25px;
  }
}
@media screen and (max-width: 860px) {
  header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    z-index: 10000;
  }
  header .wrapper {
    height: 54px;
    padding: 0 50px 0 15px;
  }
  header .wrapper .logobox {
    width: calc(100% - 40px);
    padding-right: 0px;
  }
  header .wrapper .logobox .logo {
    width: 300px;
  }
  header .wrapper .btn_schedule {
    display: none;
  }
  header .wrapper .telbox {
    width: 40px;
    margin-left: 0;
  }
  header .wrapper .telbox {
    display: none;
  }
}
  
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}
header .modal_schedule {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
header .modal_schedule .contents {
  width: 692px;
  height: 610px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-radius: 40px;
  background-color: #D2E0F8;
  margin: -305px auto 0;
  padding-top: 70px;
}
header .modal_schedule .contents .t01 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #182987;
}
header .modal_schedule .contents .box01 {
  width: 580px;
  margin: 55px auto 0;
  border: 1px solid #6797e8;
  border-radius: 15px;
  padding: 15px 30px 25px;
  background-color: #fff;
}
header .modal_schedule .contents .box01 table {
  width: 100%;
}
header .modal_schedule .contents .box01 table tr {
  border-bottom: 1px solid #d2d2d3;
}
header .modal_schedule .contents .box01 table tr:first-child td {
  font-size: 16px;
}
header .modal_schedule .contents .box01 table tr:first-child td.td01 {
  color: #6797e8;
}
header .modal_schedule .contents .box01 table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}
header .modal_schedule .contents .box01 table tr td.td01 {
  width: 165px;
  text-align: left;
  padding-left: 25px;
}
header .modal_schedule .contents .box01 table tr td.td07 {
  width: 115px;
}
header .modal_schedule .contents .box01 table tr td .op {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 14px;
  background-color: #6797e8;
}
header .modal_schedule .contents .box01 table tr td .cl {
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #6797e8;
  vertical-align: top;
  margin-top: 10px;
}
header .modal_schedule .contents .box01 table tr td .en {
  font-size: 19px;
}
header .modal_schedule .contents .box01 .caution {
  padding-left: 25px;
  margin-top: 20px;
  font-size: 16px;
}
header .modal_schedule .contents .box01 .caution .en {
  font-size: 18px;
}
header .modal_schedule .contents .btn_close_modal {
  width: 54px;
  display: block;
  margin: 55px auto 0;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header .modal_schedule .contents .btn_close_modal:hover {
  opacity: 0.6;
}

main {
  padding-top: 170px;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -169px;
  left: 0;
}
main section .gnav {
  border-top: 17px solid #182987;
  padding: 40px 0 120px;
}
main section .gnav ul {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
main section .gnav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
main section .gnav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background-color: #3a3a3a;
  position: absolute;
  right: 0;
  bottom: 0;
}
main section .gnav ul li.home a img {
  width: 34px;
  display: block;
  margin: 2px auto 0;
}
main section .gnav ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 0 50px;
}
main section .gnav ul li a:hover {
  opacity: 1;
}
main section .gnav ul li a:hover .en,
main section .gnav ul li a:hover p,
main section .gnav ul li a:hover img {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
main section .gnav ul li a .en {
  text-align: center;
  color: #6797e8;
  font-size: 16px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section .gnav ul li a p {
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  line-height: 1;
  padding: 8px 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section .gnav ul li a img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.ttl_section .wrapper {
  height: 177px;
  background-size: auto 98px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.ttl_section .wrapper h2 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #182987;
  letter-spacing: 7px;
}
main section .mainttlbox .en {
  font-size: 20px;
  color: #6797e8;
  letter-spacing: 1.3px;
}
main section .mainttlbox .mainttl {
  color: #182987;
  font-weight: bold;
  font-size: 35px;
  margin-top: 5px;
}

footer .wrapper .gmap iframe {
  width: 100% !important;
  height: 430px !important;
  display: block !important;
}
footer .wrapper .infobox {
  background-color: #D2E0F8;
  padding: 85px 0;
}
footer .wrapper .infobox ul {
  width: 1025px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .infobox ul li {
  width: 500px;
  background-color: #fff;
  border: 1px solid #182987;
  border-radius: 15px;
  padding: 30px 30px 30px 0;
}
footer .wrapper .infobox ul li.li01 dl dt img {
  height: 112px;
}
footer .wrapper .infobox ul li.li02 dl dt {
  width: 185px;
}
footer .wrapper .infobox ul li.li02 dl dt img {
  height: 124px;
}
footer .wrapper .infobox ul li.li02 dl dd {
  width: calc(100% - 185px);
}
footer .wrapper .infobox ul li dl {
  height: 124px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrapper .infobox ul li dl dt {
  width: 161px;
}
footer .wrapper .infobox ul li dl dt img {
  display: block;
  margin: 0 auto;
}
footer .wrapper .infobox ul li dl dd {
  width: calc(100% - 161px);
  border-left: 1px solid #6797e8;
  padding: 15px 0 15px 30px;
}
footer .wrapper .infobox ul li dl dd .t01 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1px;
}
footer .wrapper .infobox ul li dl dd .t02 {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.7;
  letter-spacing: 0;
}
footer .wrapper .bottombox {
  width: 1020px;
  margin: 0 auto;
  padding: 120px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .bottombox .left {
  width: 640px;
}
footer .wrapper .bottombox .left .logo {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .left .logo img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .left .infolist {
  margin-top: 25px;
  padding-top: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #182987;
}
footer .wrapper .bottombox .left .infolist .li01 {
  width: 287px;
}
footer .wrapper .bottombox .left .infolist .li01 a {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .left .infolist .li01 a img {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .left .infolist .li02 {
  width: 310px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrapper .bottombox .left .infolist .li02 img {
  width: 33px;
  display: block;
}
footer .wrapper .bottombox .left .infolist .li02 p {
  width: calc(100% - 48px);
  font-size: 16px;
}
footer .wrapper .bottombox .left .infolist .li02 p span {
  font-size: 18px;
}
footer .wrapper .bottombox .left .box01 {
  border: 1px solid #6797e8;
  border-radius: 15px;
  margin-top: 25px;
  padding: 15px 30px;
}
footer .wrapper .bottombox .left .box01 table {
  width: 100%;
}
footer .wrapper .bottombox .left .box01 table tr {
  border-bottom: 1px solid #d2d2d3;
}
footer .wrapper .bottombox .left .box01 table tr:first-child td {
  font-size: 16px;
}
footer .wrapper .bottombox .left .box01 table tr:first-child td.td01 {
  color: #6797e8;
}
footer .wrapper .bottombox .left .box01 table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 15px 0;
}
footer .wrapper .bottombox .left .box01 table tr td.td01 {
  width: 165px;
  text-align: left;
  padding-left: 25px;
}
footer .wrapper .bottombox .left .box01 table tr td.td07 {
  width: 115px;
}
footer .wrapper .bottombox .left .box01 table tr td .op {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 14px;
  background-color: #6797e8;
}
footer .wrapper .bottombox .left .box01 table tr td .cl {
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #6797e8;
  vertical-align: top;
  margin-top: 10px;
}
footer .wrapper .bottombox .left .box01 table tr td .en {
  font-size: 19px;
}
footer .wrapper .bottombox .left .box01 .caution {
  padding-left: 25px;
  margin-top: 20px;
  font-size: 16px;
}
footer .wrapper .bottombox .left .box01 .caution .en {
  font-size: 18px;
}
footer .wrapper .bottombox .right {
  width: 329px;
}
footer .wrapper .bottombox .right .gaikan {
  width: 100%;
  display: block;
}
footer .wrapper .bottombox .right .ul01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
footer .wrapper .bottombox .right .ul01 .li01 {
  width: 45%;
}
footer .wrapper .bottombox .right .ul01 .li01:last-child {
  width: 55%;
}
footer .wrapper .bottombox .right .ul01 .li01 ul li + li {
  margin-top: 22px;
}
footer .wrapper .bottombox .right .ul01 .li01 ul li a {
  display: block;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  letter-spacing: 0;
}
footer .wrapper .bottombox .right .ul01 .li01 ul li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #6797e8;
  position: absolute;
  top: 7px;
  left: 0;
}
/*予約ボタン*/
footer .wrapper .bottombox .right .ul01 .li01 ul li.reserve{
}
footer .wrapper .bottombox .right .ul01 .li01 ul li.reserve a {
  padding-left: 0;
}
footer .wrapper .bottombox .right .ul01 .li01 ul li.reserve a::before {
  display: none;
}







footer .wrapper .copy {
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  background-color: #182987;
  padding: 12px 0;
}
footer .wrapper .copy .en {
  font-size: 15px;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  .btn_tel {
    pointer-events: all;
  }
  header .ham {
    width: 24px;
    height: 24px;
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
  }
  header .spmenu {
    position: absolute;
    background-color: #D2E0F8;
    padding: 20px;
    top: 54px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  header .spmenu .spwrapper ul li {
    display: block;
    padding: 9px 0 13px;
    border-bottom: 1px solid #fff;
  }
  header .spmenu .spwrapper ul li.home a img {
    width: 24px;
    display: block;
    margin: 7px auto 0;
  }
  header .spmenu .spwrapper ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header .spmenu .spwrapper ul li a .en {
    text-align: center;
    color: #6797e8;
    font-size: 12px;
  }
  header .spmenu .spwrapper ul li a p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
    line-height: 1;
    padding: 0;
    margin-top: 5px;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  header .modal_schedule {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 375px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    padding: 0 20px;
  }
  header .modal_schedule .contents {
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: #D2E0F8;
    margin: -175.5px auto 0;
    padding: 20px 15px;
    width: 400px;
    max-width: calc(100% - 30px);
  }
  header .modal_schedule .contents .t01 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #182987;
  }
  header .modal_schedule .contents .box01 {
    width: 100%;
    border: 1px solid #6797e8;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px 15px;
  }
  header .modal_schedule .contents .box01 table {
    width: 100%;
  }
  header .modal_schedule .contents .box01 table tr {
    border-bottom: 1px solid #d2d2d3;
  }
  header .modal_schedule .contents .box01 table tr:first-child td {
    font-size: 14px;
  }
  header .modal_schedule .contents .box01 table tr:first-child td.td01 {
    color: #6797e8;
  }
  header .modal_schedule .contents .box01 table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
  }
  header .modal_schedule .contents .box01 table tr td.td01 {
    width: 90px;
    text-align: left;
    padding-left: 0;
    padding-left: 9px;
  }
  header .modal_schedule .contents .box01 table tr td.td07 {
    width: 90px;
  }
  header .modal_schedule .contents .box01 table tr td .op {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 14px;
    background-color: #6797e8;
  }
  header .modal_schedule .contents .box01 table tr td .cl {
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: #6797e8;
    vertical-align: top;
    margin-top: 10px;
  }
  header .modal_schedule .contents .box01 table tr td .en {
    font-size: 16px;
  }
  header .modal_schedule .contents .box01 .caution {
    padding-left: 9px;
    margin-top: 12px;
    font-size: 13px;
  }
  header .modal_schedule .contents .box01 .caution .en {
    font-size: 14px;
    padding-top: 1px;
  }
  header .modal_schedule .contents .box01 .caution .space {
    display: inline-block;
    width: 14px;
    height: 10px;
  }
  header .modal_schedule .contents .btn_close_modal {
    width: 30px;
    display: block;
    margin: 20px auto 0;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  header .modal_schedule .contents .btn_close_modal:hover {
    opacity: 0.6;
  }
  main {
    padding-top: 54px;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    top: -53px;
    left: 0;
  }
  main section .gnav {
    border-top: 10px solid #182987;
    padding: 20px 20px 20px;
  }
  main section .gnav ul {
    display: none;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  main section .gnav ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  main section .gnav ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #3a3a3a;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  main section .gnav ul li.home a img {
    width: 34px;
    display: block;
    margin: 2px auto 0;
  }
  main section .gnav ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 0 50px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section .gnav ul li a .en {
    text-align: center;
    color: #6797e8;
    font-size: 16px;
  }
  main section .gnav ul li a p {
    text-align: center;
    font-size: 20px;
    color: #3a3a3a;
    line-height: 1;
    padding: 8px 0;
  }
  main section.ttl_section .wrapper {
    height: 90px;
    background-size: auto 70px;
    background-position: center center;
    background-repeat: no-repeat;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.ttl_section .wrapper h2 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #182987;
    letter-spacing: 3px;
  }
  main section .mainttlbox .en {
    font-size: 16px;
    color: #6797e8;
    letter-spacing: 1px;
  }
  main section .mainttlbox .mainttl {
    color: #182987;
    font-weight: bold;
    font-size: 22px;
    margin-top: 3px;
  }
  footer .wrapper .gmap iframe {
    width: 100% !important;
    height: 180px !important;
    display: block !important;
  }
  footer .wrapper .infobox {
    background-color: #D2E0F8;
    padding: 35px 20px;
  }
  footer .wrapper .infobox ul {
    width: 100%;
    display: block;
  }
  footer .wrapper .infobox ul li {
    width: 100%;
    background-color: #fff;
    border: 1px solid #182987;
    border-radius: 10px;
    padding: 20px 10px;
  }
  footer .wrapper .infobox ul li + li {
    margin-top: 15px;
  }
  footer .wrapper .infobox ul li.li01 dl dt img {
    height: 78px;
  }
  footer .wrapper .infobox ul li.li02 dl dt {
    width: 130px;
  }
  footer .wrapper .infobox ul li.li02 dl dt img {
    height: 87px;
  }
  footer .wrapper .infobox ul li.li02 dl dd {
    width: calc(100% - 130px);
  }
  footer .wrapper .infobox ul li dl {
    height: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .wrapper .infobox ul li dl dt {
    width: 105px !important;
  }
  footer .wrapper .infobox ul li dl dt img {
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .infobox ul li dl dd {
    width: calc(100% - 105px) !important;
    border-left: 1px solid #6797e8;
    padding: 0 0 0 15px;
  }
  footer .wrapper .infobox ul li dl dd .t01 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }
  footer .wrapper .infobox ul li dl dd .t02 {
    font-size: 10px;
    margin-top: 3px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  footer .wrapper .bottombox {
    width: 100%;
    margin: 0 auto;
    padding: 45px 20px 30px;
    display: block;
  }
  footer .wrapper .bottombox .left {
    width: 100%;
  }
  footer .wrapper .bottombox .left .logo {
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    width: 300px;
  }
  footer .wrapper .bottombox .left .logo img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .left .infolist {
    margin-top: 15px;
    padding-top: 20px;
    display: block;
    border-top: 1px solid #182987;
  }
  footer .wrapper .bottombox .left .infolist .li01 {
    width: 245px;
    margin: 0 auto;
  }
  footer .wrapper .bottombox .left .infolist .li01 a {
    width: 200px;
    display: block;
  }
  footer .wrapper .bottombox .left .infolist .li01 a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .left .infolist .li02 {
    width: 270px;
    padding-left: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px auto 0;
  }
  footer .wrapper .bottombox .left .infolist .li02 img {
    width: 30px;
    display: block;
  }
  footer .wrapper .bottombox .left .infolist .li02 p {
    width: calc(100% - 38px);
    font-size: 14px;
  }
  footer .wrapper .bottombox .left .infolist .li02 p span {
    font-size: 16px;
  }
  footer .wrapper .bottombox .left .box01 {
    border: 1px solid #6797e8;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px 15px;
  }
  footer .wrapper .bottombox .left .box01 table {
    width: 100%;
  }
  footer .wrapper .bottombox .left .box01 table tr {
    border-bottom: 1px solid #d2d2d3;
  }
  footer .wrapper .bottombox .left .box01 table tr:first-child td {
    font-size: 14px;
  }
  footer .wrapper .bottombox .left .box01 table tr:first-child td.td01 {
    color: #6797e8;
  }
  footer .wrapper .bottombox .left .box01 table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
  }
  footer .wrapper .bottombox .left .box01 table tr td.td01 {
    width: 90px;
    text-align: left;
    padding-left: 0;
    padding-left: 9px;
  }
  footer .wrapper .bottombox .left .box01 table tr td.td07 {
    width: 90px;
  }
  footer .wrapper .bottombox .left .box01 table tr td .op {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 14px;
    background-color: #6797e8;
  }
  footer .wrapper .bottombox .left .box01 table tr td .cl {
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: #6797e8;
    vertical-align: top;
    margin-top: 10px;
  }
  footer .wrapper .bottombox .left .box01 table tr td .en {
    font-size: 16px;
  }
  footer .wrapper .bottombox .left .box01 .caution {
    padding-left: 9px;
    margin-top: 12px;
    font-size: 13px;
  }
  footer .wrapper .bottombox .left .box01 .caution .en {
    font-size: 14px;
    padding-top: 1px;
  }
  footer .wrapper .bottombox .left .box01 .caution .space {
    display: inline-block;
    width: 14px;
    height: 10px;
  }
  footer .wrapper .bottombox .right {
    width: 100%;
    margin-top: 30px;
  }
  footer .wrapper .bottombox .right .gaikan {
    width: 100%;
    display: block;
  }
  footer .wrapper .bottombox .right .ul01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 400px;
    width: 84%;
    margin: 25px auto 0;
  }
  footer .wrapper .bottombox .right .ul01 .li01 {
    width: 45%;
  }
  footer .wrapper .bottombox .right .ul01 .li01:last-child {
    width: 55%;
  }
  footer .wrapper .bottombox .right .ul01 .li01 ul li + li {
    margin-top: 22px;
  }
  footer .wrapper .bottombox .right .ul01 .li01 ul li a {
    display: block;
    text-decoration: none;
    color: #3a3a3a;
    font-size: 13px;
    line-height: 1;
    padding-left: 15px;
    position: relative;
    letter-spacing: 0;
  }
  footer .wrapper .bottombox .right .ul01 .li01 ul li a::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #6797e8;
    position: absolute;
    top: 6px;
    left: 0;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    color: #fff;
    line-height: 15px;
    background-color: #182987;
    padding: 12px 0;
  }
  footer .wrapper .copy .en {
    font-size: 12px;
  }
}

/* 固定メニュー全体（右寄せの設定） */
.fixed-footer-nav {
  display: none;
}
    
@media screen and (max-width: 860px) {
  .fixed-footer-nav {
    display: flex;
    position: fixed;
    /* 20pxに、iPhone特有の下部余白をプラスする設定 */
  bottom: calc(10px + env(safe-area-inset-bottom));
    left: 0;
    width: 100%;
    z-index: 9999;
    justify-content: flex-start;
    align-items: center;
    padding:0 15px;
    gap: 8px;
    pointer-events: none;
  }
  .nav-item {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 75px;
    height: 75px; 
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }
  .nav-item:hover{
    opacity: 1;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  .nav-item a{
      -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .nav-item img {
    width: 50px;
    height: auto;
    margin-bottom: 2px;
  }
  .nav-item span {
    font-size: 10px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
  }
  body {
    /* ボタンの高さ(75px) + 位置(15px) + セーフエリア 分を確保 */
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }
}