@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);
/* ==================== common ==================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  color: black;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic,
    "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3",
    HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 1200px;
  margin: 0 auto;
}

.serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3",
    HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 8px;
  }
  body {
    min-width: auto;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 986px;
  /* max-width: 1098px; */
  margin: 0 auto;
}
.inner.inner--header {
  /* max-width: 1098px; */
  max-width: 1200px;
}
.inner.inner--large {
  max-width: 1244px;
}
.inner--header .clearfix {
  display: flex;
  justify-content: space-between;
}


/* @media only screen and (max-width: 767px) {
  .c-anchor {
    margin-top: -63px;
    padding-top: 63px;
  }
} */

@media only screen and (max-width: 767px) {
  .inner--header .clearfix {
    display: unset;
    justify-content: unset;
  }
  .inner {
    padding: 0 20px;
  }
}

.sp,
.tab {
  display: none;
}

@media only screen and (max-width: 959px) {
  .tab {
    display: block;
  }
  img.tab {
    display: inline;
  }
  .tab_none {
    display: none !important;
  }
}

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

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #111111;
  text-decoration: none;
}

@media only screen and (min-width: 960px) {
  a.ohover:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 960px) {
  .ohoverArea a:hover {
    opacity: 0.7;
  }
  .bhoverArea a:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
  }
  .thoverArea {
    text-decoration: underline;
  }
  .thoverArea:hover {
    text-decoration: none;
  }
}

.cap {
  font-size: 10px;
  line-height: 1.5;
  color: #111;
  font-weight: bold;
}

.image_cap {
  position: relative;
}
.image_cap .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.anchor_link {
  margin-top: -136px;
  padding-top: 136px;
}

@media only screen and (max-width: 959px) {
  .anchor_link {
    margin-top: -173px;
    padding-top: 173px;
  }
}

@media only screen and (max-width: 767px) {
  .anchor_link {
    margin-top: -61px;
    padding-top: 61px;
  }
}

.oh_txt {
  overflow: hidden;
}

.ft_white {
  color: white;
}

.ft_red {
  color: #e60012;
}

.ft_purple {
  color: #7a006e;
}

.ft_blue {
  color: #42a0b6;
}

.ft_orange {
  color: #d37b1c;
}

.ft_yellow {
  color: #f0a900;
}

.ft_pink {
  color: #f67b9a;
}

.ft_green {
  color: #36b60e;
}

.ft_shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.6),
    0 0 10px rgba(0, 0, 0, 0.6);
}

.clm {
  letter-spacing: -0.4em;
}
.clm > div,
.clm > li {
  letter-spacing: 0.08em;
  vertical-align: top;
  display: inline-block;
}

.clm2_1 > div {
  width: 48%;
  margin-right: 4%;
}
.clm2_1 > div:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .clm2_1 > div {
    width: 100%;
    margin-right: 0;
  }
  .clm2_1 > div + div {
    margin-top: 20px;
  }
}

.header {
  padding: 16px 0;
}
.header .fr {
  /* padding-top: 70px; */
  padding-top: 50px;
}
.header .inner {
  position: relative;
}
.header .gnav {
  display: flex;
}
.header .gnav > div {
  border-right: 1px dashed #ccc;
  
}
.header .gnav > div:first-child {
  border-left: 1px dashed #ccc;
}
.header .gnav a {
  display: block;
  /* padding: 5px 27px; */
  padding: 5px 20px;
}
.header .gnav a.gnav__cat {
  padding: 5px 12px;
}
.header .gnav a:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.header .cv {
  /* margin-left: 40px; */
}
.header .cv .tel {
  margin-bottom: 25px;
  text-align: center;
}
.header .cv .tel a {
  display: inline-block;
  margin-top: 10px;
}
.header .pnav > div {
  vertical-align: bottom;
  padding: 0 12px;
}
.header .hdr_top {
  font-size: 16px;
  color: white;
  position: absolute;
  top: -16px;
  right: 0;
}
.header .hdr_top .open {
  background: #604c3f;
  text-align: center;
  /* width: 500px; */
  width: 806px;
  padding: 10px 0;
  font-size: 14px;
}
.header .hdr_top a {
  display: block;
  font-size: 16px;
  color: white;
  background: #42a0b6;
  text-align: center;
  width: 170px;
  height: 70px;
  line-height: 70px;
}
.header .hdr_top a img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 0 0 10px;
  }
  .header .logo {
    float: none;
    width: 100px;
  }
  .header .fr {
    padding-top: 20px;
    float: none;
  }
  .header .gnav {
    float: none;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .header .gnav > div {
    width: 16.6666%;
  }
  .header .gnav > div a {
    /* padding: 5px 0; */
    padding: 5px 2px;
    text-align: center;
    height: 147px;
  }
  .header .gnav a.gnav__cat {
    padding: 5px 2px;
  }
  .header .cv {
    float: none;
    margin: 0;
    position: absolute;
    top: 80px;
    top: 62px;
    right: calc(10px + 9rem);
    /* width: 200px; */
    width: 180px;
    text-align: right;
  }
  .header .reserve__btn {
    position: absolute;
    top: 62px;
    right: 10px;
    width: 8rem;
  }
  .header .cv .tel {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .header .cv .tel a {
    margin-top: 5px;
  }
  .header .pnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header .pnav > div {
    width: auto;
    padding: 0 5px;
    vertical-align: bottom;
  }
  .header .hdr_top {
    position: static;
    margin: 0 -20px 10px;
  }
  .header .hdr_top > div {
    display: block;
    width: 100% !important;
  }
  .header .hdr_top > div a {
    width: 100%;
    padding: 5px 0;
    height: auto;
    line-height: 1;
  }
  .header .hdr_top .open {
    padding: 5px 0;
    font-size: 10px;
  }
}

.fnav {
  text-align: center;
  background: #604c3f;
  padding: 20px 0;
}
.fnav .clm > div {
  vertical-align: middle;
  /* padding: 0 30px; */
  padding: 0 15px;
}
.fnav .clm > div a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .fnav {
    padding: 0;
  }
  .fnav .clm > div {
    width: 50%;
    padding: 0;
  }
  .fnav .clm > div a {
    display: block;
    padding: 10px;
  }
}

.footer {
  padding: 50px 0 20px;
}
.footer .bnr {
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
}
.footer .bnr > div {
  width: 345px;
  margin-bottom: 25px;
  padding: 0 12.5px;
}
.footer .footer-banner-wrapper {
  display: flex;
  justify-content: center;
}
.footer .footer-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 660px;
  margin-top: -18px;
  margin-bottom: 41px;
}
.footer .footer-banner .footer-banner__link {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
  .footer .footer-banner {
    width: 100%;
    margin-bottom: 80px;
    justify-content: center;
    flex-direction: column;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.main_contents {
  background: url(../../shinsatsu/imgs/bg.png);
}

.section_bottom {
  position: relative;
  background: #42a0b6;
  padding: 0 0 70px;
}
.section_bottom .bg {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.page_title {
  background: url(../imgs/home_ol_02.png) center no-repeat;
  background-size: cover;
  padding: 152px 0 100px;
  position: relative;
}
.page_title h1 {
  position: absolute;
  top: 57%;
  right: 15%;
  text-align: center;
  color: white;
  font-size: 31px;
  line-height: 1.2;
  /* padding-right: 140px; */
}
.page_title h1 .small {
  font-size: 24px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page_title {
    padding: 60px 0;
  }
  .page_title h1 {
    padding: 0;
  }
}
