/* max-width 1000px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	 z-index
   1  body .site

   z-index
   1  body .site
   10 nav.drawer-nav（スマホ版メニュー一覧）
   20 .drawer-hamburger（スマホ版メニューボタン）
	 25 .drawer--right.drawer-open .drawer-hamburger（スマホ版メニューボタンオープン時）
*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
* {
  box-sizing: border-box;
}
body {
  -webkit-print-color-adjust: exact;
  font-family:
    "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body .site a,
body a img,
body .site a::before,
body .site a::after {
  outline: none;
  text-decoration: none;
}
body .site a {
  color: #000;
}
@media screen and (max-width: 767px) {
}

body *:focus {
  outline: none;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body a:hover img {
  text-decoration: none;
  /*opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";*/
}
body p {
  text-align: justify;
  line-height: 160%;
}
ul,
li,
span {
  line-height: 160%;
}

/* html,bodyタグの設定 */
html,
body {
  width: 100%;
}

body .site {
  box-shadow: none;
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  background: none;
  z-index: 1;
  overflow: hidden;
}

h2,
h3 {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
}

.font-mincho {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.flex-bet {
  display: flex;
  justify-content: space-between;
}

.w-1000 {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
}
.w-750 {
  max-width: 750px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .w-1000 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 749px) {
  .w-750 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
}

#page {
  outline: none;
  line-height: 160%;
  color: #333333;
}

#content {
}
@media screen and (max-width: 767px) {
  #content {
  }
}

/*****************************************************************************
****************** ヘッダー **************************************************
*****************************************************************************/
.site-header {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  margin: 0 auto;
}
#header {
  width: 100%;
  background-color: #0086a8;
}
#header .main-header-con {
  align-items: center;
}
#header .main-header-logo {
  flex-basis: 200px;
}
@media screen and (min-width: 1199px) {
  #header .logo {
    flex-basis: 18%;
  }
}
@media screen and (max-width: 810px) {
  #header {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  #header .main-header-logo {
    flex-basis: 40%;
  }
}

/*****************************************************************************
****************** メイン ****************************************************
*****************************************************************************/
.site-content {
  width: 100%;
  float: none;
  margin: 0;
}

/*****************************************************************************
****************** フッター **************************************************
*****************************************************************************/
footer[role="contentinfo"] {
  width: 100%;
  margin: 0 auto;
}
footer .frame {
  color: #fff;
  background-color: #0086a8;
  padding: 3rem 0;
}
footer .frame .box {
  text-align: center;
  display: block;
}
footer .frame .box h4 {
  font-size: 18px;
}
footer .frame .box ul {
  font-weight: bold;
}
footer .frame .box ul li.contact {
  margin: 0.7rem 0;
}
footer .frame .box ul li:nth-of-type(2) {
  font-weight: normal;
}
footer .frame .box ul li a,
footer .frame .box ul li span {
  font-size: 25px;
  line-height: 160%;
}
footer .frame .box ul li a {
  color: #fff;
}
footer .frame .box ul li.tel a {
  font-size: 30px;
}
footer .frame .box p {
  display: inline-block;
  margin-top: 2rem;
}
footer .frame .box p:first-of-type {
  font-size: 14px;
}
footer p.copy {
  color: #0086a8;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 810px) {
}

/*****************************************************************************
****************** パソコン、スマホ版表示・非表示 *******************************
*****************************************************************************/
@media screen and (min-width: 768px) {
  .type-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .type-sp {
    display: none;
  }
}

/* telリンク調整 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*****************************************************************************
****************** drawer調整 ************************************************
*****************************************************************************/
.drawer--right .sr-only {
  display: none;
}
.drawer--right .drawer-nav ul {
  align-items: center;
  height: 100%;
}
.drawer--right .drawer-nav ul li {
  position: relative;
  text-align: center;
  /*flex-basis: 25%;*/
  flex-basis: 50%;
}
.drawer--right .drawer-nav ul li a {
  display: block;
  padding: 1.8rem 0;
  height: 100%;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.drawer--right .drawer-nav ul li a:hover {
  color: #b3e4ff;
}
.drawer--right .drawer-nav ul li.menu-special > a {
  pointer-events: none;
}
@media screen and (min-width: 811px) {
  .drawer-hamburger {
    display: none;
  }
  .drawer--right .drawer-nav {
    position: relative;
    /*flex-basis: 65%;*/
    flex-basis: 30%;
    background-color: transparent;
    z-index: 10;
    width: 100%;
    height: auto;
    right: 0;
    overflow: unset;
  }
  .drawer--right .drawer-nav ul li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 10px solid #fff;
  }
  .drawer--right .drawer-nav ul li ul {
    position: absolute;
    top: -500px;
    left: 0;
    width: 165px;
  }
  .drawer--right .drawer-nav ul li:hover ul {
    top: auto;
  }
  .drawer--right .drawer-nav ul li ul::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    border-top: 10px solid #fff;
  }
  .drawer--right .drawer-nav ul li ul li {
    border-top: 0;
  }
  .drawer--right .drawer-nav ul li ul li a {
    background-color: #0086a8;
  }
  .drawer--right .drawer-nav ul li ul li a:hover::after {
    content: unset;
  }
}
@media screen and (max-width: 810px) {
  .drawer--right .drawer-nav {
    flex-basis: 100%;
  }
  .drawer--right .drawer-hamburger {
    z-index: 20;
    position: absolute;
    top: 1.8rem;
    right: 2rem;
    padding: 0;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon::after,
  .drawer-hamburger-icon::before {
    background-color: #fff;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 2rem;
  }
  .drawer-hamburger-icon {
    margin: 1rem 0;
  }
  .drawer--right .drawer-nav {
    top: 0;
    background-color: #0086a8;
    padding: 4rem 2rem;
  }
  .drawer--right .drawer-nav ul {
    display: block;
    font-size: 18px;
  }
  .drawer--right .drawer-nav ul.menu-list {
    border-top: 1px solid #fff;
  }
  .drawer--right .drawer-nav ul li {
    text-align: justify;
  }
  .drawer--right .drawer-nav ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5rem;
    margin: auto;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .drawer--right .drawer-nav ul.menu-list > li a {
    border-bottom: 1px solid #fff;
  }
  .drawer--right .drawer-nav ul li.menu-special {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #fff;
  }
  .drawer--right .drawer-nav ul li.menu-special a {
    border-bottom: 0;
  }
  .drawer--right .drawer-nav ul li.menu-special > a {
    padding-bottom: 0.5rem;
  }
  .drawer--right .drawer-nav ul li.menu-special > a::after {
    content: none;
  }
  .drawer--right .drawer-nav ul li.menu-special ul {
    font-size: 16px;
    margin-left: 1em;
  }
  .drawer--right .drawer-nav ul li.menu-special ul li a {
    padding: 1rem 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .drawer--right .drawer-hamburger {
    position: relative;
    top: 0;
    right: 0;
    flex-basis: 7%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-nav {
    display: block;
  }
}
