@charset "UTF-8";
/* ============================================
  import
============================================ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0; }

button {
  background: transparent;
  border: 0;
  padding: 0;
  outline: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  vertical-align: top;
  border: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important; }

body,
table,
input,
textarea,
select,
option {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

img {
  max-width: 100%;
  vertical-align: top; }

a {
  color: #000;
  text-decoration: none;
  transition: .2s; }
  a:link {
    color: #000;
    text-decoration: none; }
  a:visited {
    color: #000; }
  a:hover {
    color: #000;
    opacity: 0.7; }
  a:active {
    color: #000; }

/* ============================================
  共通
============================================ */
html {
  font-size: 62.5%;
  overflow-x: hidden; }

body {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  font-style: normal;
  letter-spacing: 0;
  overflow-x: hidden;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      position: relative;
      min-width: 100%;
      font-size: 1.3rem;
      line-height: 20px; } }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: visible; }

#container {
  text-align: left; }

*,
*:before,
*:after {
  box-sizing: border-box; }

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    a[href^="tel:"] {
      cursor: pointer;
      pointer-events: auto; } }

/* pc sp
--------------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }
/* clearfix
--------------------------------- */
* html .clearfix,
* + html .clearfix {
  zoom: 1; }

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both; }

/* flex
--------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.flex.center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.flex.left {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.flex.right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; }

/* ease
--------------------------------- */
.ease,
.ease *,
.ease *::after,
.ease *::before {
  transition: .2s all ease; }

/* img object fit
--------------------------------- */
img.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

/* blur
--------------------------------- */
.blur_bg {
  background: inherit; }
  .blur_bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: fixed;
    content: "";
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px); }
  @media all and (-ms-high-contrast: none) {
    .blur_bg {
      background: none !important; }
      .blur_bg:before {
        display: none; } }
  .blur_bg .blur_in {
    position: relative;
    z-index: 10;
    background: rgba(5, 64, 52, 0.5); }

/* container
--------------------------------- */
.container,
.container2 {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px; }
  @media screen and (max-width: 767px) {
    .container,
    .container2 {
      padding: 0 15px;
      min-width: 100% !important; } }

.container2 {
  max-width: 1450px; }

/* ============================================
  header
============================================ */
.global-header a {
  opacity: 1; }
.global-header__bar {
  position: relative;
  height: 45px;
  padding-top: 8px;
  background-color: #fff;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .global-header__bar {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1000; } }
  .global-header__bar .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .global-header__bar .logo {
    width: 200px; }
    .global-header__bar .logo a {
      display: block; }
  .global-header__bar .tokuyaku {
    width: 316px; }
    .global-header__bar .tokuyaku a:nth-of-type(2) {
      width: 150px; }
.global-header__nav {
  position: absolute;
  top: 75px;
  right: 0;
  width: 100%;
  z-index: 2000; }
  .global-header__nav .inner {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1270px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap; }
  .global-header__nav .sns {
    margin-right: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .global-header__nav .sns li {
      padding-left: 5px; }
    .global-header__nav .sns .fb_iframe_widget span {
      vertical-align: top !important; }
.global-header .sp_menu {
  position: absolute;
  width: 40px;
  height: 32px;
  top: 10px;
  right: 4%;
  max-width: 40px;
  display: block; }
  .global-header .sp_menu span {
    display: inline-block;
    height: 2px;
    width: 28px;
    background: #a0a0a0;
    position: absolute;
    top: 14px;
    right: 0;
    left: 6px;
    margin-top: 0;
    transition: all 0.3s 0.3s; }
    .global-header .sp_menu span::before, .global-header .sp_menu span::after {
      content: '';
      left: 0;
      right: 0;
      transform: translateZ(0);
      transform-origin: 0% 50%;
      transition: transform 0.3s 0.3s;
      position: absolute;
      display: inline-block;
      height: 2px;
      background: #a0a0a0; }
    .global-header .sp_menu span::before {
      top: -8px; }
    .global-header .sp_menu span::after {
      top: 8px; }
  .global-header .sp_menu.active span {
    background-color: transparent; }
    .global-header .sp_menu.active span::before {
      transform: translateX(4px) translateY(-2px) rotate(45deg); }
    .global-header .sp_menu.active span::after {
      transform: translateX(4px) translateY(2px) rotate(-45deg); }
  .global-header .sp_menu_nav {
    display: none;
    position: fixed;
    z-index: 5500;
    top: 40px;
    bottom: auto;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: auto;
    background-color: #fff; }
    @media (min-width: 450px) and (max-width: 767px) {
      .global-header .sp_menu_nav {
        margin: 0;
        padding: 50px 0; } }
  .global-header .sp_menu_nav_list {
    margin: 0;
    padding: 50px 0; }
    @media (min-width: 450px) and (max-width: 767px) {
      .global-header .sp_menu_nav_list {
        margin-top: 50px; } }
  .global-header .sp_menu_nav_lists {
    margin: 10% auto auto;
    text-align: center; }
    @media (min-width: 450px) and (max-width: 767px) {
      .global-header .sp_menu_nav_lists {
        margin-top: 0; } }
    .global-header .sp_menu_nav_lists a {
      display: block;
      text-decoration: underline; }
.global-header .wrapper_sp {
  width: 100%;
  margin: 10vh auto auto; }
@media screen and (max-width: 767px) {
  .global-header__bar {
    height: 50px;
    padding-top: 12px;
    z-index: 5500; }
    .global-header__bar .logo {
      width: 160px; }
    .global-header__bar .tokuyaku {
      display: none; }
  .global-header__nav {
    top: 60px;
    right: 10px; }
    .global-header__nav .inner {
      padding: 0; }
    .global-header__nav .sns {
      margin-right: 10px; } }

/* ============================================
  footer
============================================ */
.footer {
  position: relative;
  z-index: 10; }
  .footer__nara {
    padding: 20px 0 0;
    background-color: #fff; }
    .footer__nara .inner {
      display: block;
      position: relative;
      width: 1000px;
      margin: 0 auto;
      max-width: 100%; }
    .footer__nara dl {
      width: 100%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0 20px; }
      .footer__nara dl dt {
        width: 47px; }
        .footer__nara dl dt img {
          max-width: 47px; }
      .footer__nara dl dd {
        flex: 1;
        align-self: center;
        padding-left: 36px;
        line-height: 1.5;
        font-weight: bold;
        font-family: "kozuka-mincho-pro", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important; }
        .footer__nara dl dd.-row2 {
          text-align: right;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
        .footer__nara dl dd a {
          text-decoration: underline;
          opacity: 1; }
  .footer_info {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px; }
    .footer_info img {
      max-width: 316px;
      height: auto; }
    .footer_info a {
      opacity: 1; }
  .footer_copyright {
    font-size: 12px;
    position: relative;
    padding: 10px 0;
    text-align: center;
    color: #a1a1a0;
    background: #000; }
  .footer-info__banner {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 850px;
    max-width: 90%;
    margin: 20px auto 50px; }
    .footer-info__banner a {
      width: 47%;
      margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .footer__nara {
      padding: 0; }
      .footer__nara .inner {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 auto;
        max-width: 100%; }
      .footer__nara dl {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0 20px; }
        .footer__nara dl dt {
          text-align: center;
          width: auto; }
          .footer__nara dl dt img {
            max-width: 80px; }
        .footer__nara dl dd {
          -webkit-box-flex: 0;
          flex: none;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
          padding-left: 15px;
          line-height: 1.5;
          font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif; }
          .footer__nara dl dd.-row2 {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            margin-top: 20px;
            padding: 25px 0 0;
            border-top: 2px solid #000; }
          .footer__nara dl dd a {
            font-size: 1.4rem; }
    .footer__j-life {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 0 23px; }
    .footer_info {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
      flex: 1 0 30%;
      padding-right: 0; }
      .footer_info img {
        max-width: 100%; }
    .footer-info__banner {
      flex-wrap: wrap;
      width: 92%;
      padding: 0;
      margin: 0 auto 5%; }
      .footer-info__banner a {
        margin-top: 6%;
        width: 100%; }
        .footer-info__banner a + a {
          margin-top: 6%; } }

.btn-gototop {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .btn-gototop.show {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .btn-gototop {
      width: 40px;
      height: 40px;
      bottom: 10px;
      right: 10px; } }

/* ============================================
  contents
============================================ */
.mainContents {
  position: relative; }

/* sec_mv
--------------------------------- */
.sec_mv {
  position: relative; }
  .sec_mv_bg {
    height: calc(100vh - 45px);
    min-height: 700px;
    background: url("../img/bg_mv.jpg") no-repeat center center/cover; }
    .sec_mv_bg .sec_in {
      background: inherit; }
    .sec_mv_bg .mv_logo {
      position: absolute;
      left: 2.4%;
      top: 4.06vw;
      width: 56.25%; }
      @media screen and (min-width: 1920px) {
        .sec_mv_bg .mv_logo {
          top: 78px; } }
      .sec_mv_bg .mv_logo img {
        max-width: 1080px;
        width: 100%; }
    .sec_mv_bg .mv_hakodate {
      position: absolute;
      left: 14.17%;
      top: 16.45vw;
      width: 31.46%;
      overflow: hidden; }
      @media screen and (min-width: 1920px) {
        .sec_mv_bg .mv_hakodate {
          top: 316px; } }
      .sec_mv_bg .mv_hakodate img {
        max-width: 604px;
        width: 100%; }
  .sec_mv .information {
    padding: 20px 13px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.45); }
    .sec_mv .information_bg {
      display: flex;
      align-items: center; }
    .sec_mv .information_title {
      position: relative;
      color: #005d4b;
      font-size: 2.2rem;
      font-weight: 700; }
    .sec_mv .information_txt {
      padding-left: 37px;
      font-size: 1.6rem; }
      .sec_mv .information_txt .date {
        margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .sec_mv_bg {
      height: calc(100vh - 50px);
      min-height: 500px;
      background-image: url(../img/sp_bg_mv.jpg); }
      .sec_mv_bg .mv_logo {
        left: 0;
        top: 87px; }
        .sec_mv_bg .mv_logo img {
          max-width: 319px;
          width: auto; }
      .sec_mv_bg .mv_hakodate {
        padding-left: 12px;
        left: 0;
        top: 221px;
        width: 100%;
        box-sizing: border-box;
        text-align: center; }
        .sec_mv_bg .mv_hakodate img {
          width: 280px;
          height: auto; }
    .sec_mv .information {
      padding: 8px 10px;
      background-color: rgba(255, 255, 255, 0.75); }
      .sec_mv .information_bg {
        padding: 0; }
      .sec_mv .information_title {
        font-size: 1rem;
        white-space: nowrap; }
      .sec_mv .information_txt {
        padding-left: 10px;
        font-size: 1rem; }
        .sec_mv .information_txt .date {
          margin-right: 10px; } }

/* nav
--------------------------------- */
.nav {
  background: rgba(0, 93, 75, 0.9);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1100; }
  .nav.fixed {
    position: fixed;
    width: 100%;
    top: 0; }
  .nav .menu__item {
    color: #fff;
    text-align: center;
    width: 20%;
    height: 100%;
    position: relative; }
    .nav .menu__item > a {
      position: relative;
      display: block;
      padding: 15px 0;
      color: #fff;
      font-weight: 300;
      text-align: center;
      cursor: pointer;
      height: 60px;
      opacity: 1; }
      .nav .menu__item > a.pos02::after {
        top: -9px; }
      .nav .menu__item > a .pos {
        font-size: 10px;
        position: absolute;
        top: 8px;
        left: 46%;
        transform: translateX(-58%); }
      .nav .menu__item > a .pos03 {
        display: inline-block;
        padding-top: 4px; }
      .nav .menu__item > a::after {
        content: '';
        display: inline-block;
        position: relative;
        width: 12px;
        height: 12px;
        top: -3px;
        margin-left: 10px;
        border: solid 1px #fff;
        border-left: 0;
        border-top: 0;
        transform: rotate(45deg); }
      .nav .menu__item > a:hover {
        background: rgba(255, 255, 255, 0.2); }
  @media screen and (max-width: 767px) {
    .nav {
      display: none; } }

/* key_visual
--------------------------------- */
.key_visual {
  padding: 85px 0 89px;
  position: relative;
  background: url("../img/bg_key_visual_fixed.jpg") no-repeat center top/cover fixed; }
  .key_visual img {
    max-width: 100%; }
  .key_visual_title {
    position: absolute;
    left: 12.65%;
    top: 60px;
    width: 200px; }
    .key_visual_title img {
      width: 200px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .key_visual_title {
        left: 1%;
        width: 150px; } }
  .key_visual_map {
    margin: 0 0 -40px -218px;
    position: relative;
    z-index: 100;
    max-width: 75%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .key_visual_map {
        margin: 0 0 -30px -60px; } }
  .key_visual_textbox {
    margin-left: auto;
    width: calc(50% - 148px);
    min-width: 600px;
    box-sizing: border-box; }
    .key_visual_textbox h3 {
      margin: -20px 0 -10px 55px; }
  .key_visual_text {
    position: relative;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 2;
    position: relative; }
    .key_visual_text::before {
      background: url("../img/bg_key_visual_fixed.jpg") no-repeat center top/cover fixed; }
    .key_visual_text .blur_in {
      padding: 2px 75px 55px; }
    .key_visual_text p {
      margin-top: 32px; }
      .key_visual_text p:first-child {
        margin-top: 0; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .key_visual_text {
        padding: 2px 50px 55px; } }
  @media screen and (max-width: 767px) {
    .key_visual {
      padding: 73px 0 220px;
      height: auto;
      min-height: inherit;
      background: url("../img/sp_bg_key_visual_fixed.jpg") no-repeat center top/cover; }
      .key_visual img {
        max-width: 100%; }
      .key_visual_title {
        top: 0;
        left: 8%;
        width: 25%; }
        .key_visual_title img {
          width: 100%; }
      .key_visual_map {
        margin: 0 5px 90px auto;
        position: relative;
        z-index: 100;
        max-width: 68.5%; }
      .key_visual_textbox {
        width: auto;
        min-width: inherit; }
        .key_visual_textbox h3 {
          margin: -36px -45px 0 23px; }
          .key_visual_textbox h3 img {
            max-width: 279px; } }
        @media screen and (max-width: 767px) and (max-width: 374px) {
          .key_visual_textbox h3 img {
            max-width: 240px; } }
  @media screen and (max-width: 767px) {
      .key_visual_text {
        margin: 0 30px;
        font-size: 1.3rem;
        line-height: 2; }
        .key_visual_text::before {
          background: url("../img/sp_bg_key_visual_fixed.jpg") no-repeat center bottom/cover; }
        .key_visual_text .blur_in {
          padding: 2px 15px 15px; }
        .key_visual_text p {
          margin-top: 20px;
          line-height: 1.54; }
          .key_visual_text p:first-child {
            margin-top: 0; } }

/* com_toptitle_box
--------------------------------- */
.com_toptitle_box {
  margin-bottom: 70px;
  padding: 40px 10px 10px;
  height: 350px;
  position: relative;
  color: #FFF;
  text-align: center;
  background: url(../img/bg_dojoarea.jpg) no-repeat center center/1920px auto;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 1920px) {
    .com_toptitle_box {
      background-size: cover; } }
  .com_toptitle_box .com_toptitle {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px; }
  .com_toptitle_box .com_topttl {
    margin-bottom: 12px; }
  .com_toptitle_box .text {
    margin: 0 !important; }
  @media screen and (max-width: 767px) {
    .com_toptitle_box {
      margin-bottom: 16px;
      padding: 33px 15px 25px;
      height: inherit;
      min-height: 220px;
      background-image: url(../img/sp_bg_dojoarea.jpg);
      background-size: cover; }
      .com_toptitle_box .com_toptitle {
        margin-bottom: 22px; }
        .com_toptitle_box .com_toptitle img {
          max-width: 100%; }
      .com_toptitle_box .com_topttl {
        margin-bottom: 8px; }
        .com_toptitle_box .com_topttl img {
          height: 17px; }
      .com_toptitle_box .text {
        margin: 0 !important;
        line-height: 22px; } }

/* com_gallery_slide
--------------------------------- */
.slideBox {
  padding: 60px 0 64px;
  background: #F8F8F2; }
  @media screen and (max-width: 767px) {
    .slideBox {
      padding: 30px 0 22px; } }

.com_gallery_slide {
  position: relative; }
  .com_gallery_slide_main_in {
    padding: 0 6%;
    position: relative; }
  .com_gallery_slide_main {
    margin-bottom: 14px; }
    .com_gallery_slide_main .slide-item {
      position: relative; }
      .com_gallery_slide_main .slide-item img {
        width: 100%; }
    .com_gallery_slide_main .caption {
      width: 100%;
      min-height: 100px;
      padding: 20px 40px 8px;
      position: absolute;
      left: 0;
      bottom: 0;
      color: #FFF;
      font-size: 1.4rem;
      line-height: 18px;
      background: rgba(0, 0, 0, 0.7);
      box-sizing: border-box; }
      .com_gallery_slide_main .caption .ttl {
        margin-bottom: 7px;
        display: block;
        font-size: 1.8rem; }
  .com_gallery_slide_thumb {
    margin: 0 auto;
    max-width: 840px; }
    .com_gallery_slide_thumb .thumbnail-item {
      float: left;
      margin: 0 7px;
      position: relative;
      outline: 0;
      cursor: pointer; }
      .com_gallery_slide_thumb .thumbnail-item::after {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #005d4b;
        box-sizing: border-box;
        content: ''; }
      .com_gallery_slide_thumb .thumbnail-item:hover::after, .com_gallery_slide_thumb .thumbnail-item.slick-current::after {
        display: block; }
  .com_gallery_slide_arr .prev,
  .com_gallery_slide_arr .next {
    margin-top: -30px;
    width: 30px;
    height: 60px;
    position: absolute;
    top: 50%;
    bottom: 10px;
    opacity: 1;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .com_gallery_slide_arr .prev:hover,
      .com_gallery_slide_arr .next:hover {
        opacity: 0.7; } }
  .com_gallery_slide_arr .prev {
    left: 0;
    background: url("../img/prev.png") no-repeat center center;
    background-size: 30px 60px; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .com_gallery_slide_arr .prev {
        left: 0; } }
  .com_gallery_slide_arr .next {
    right: 0;
    background: url("../img/next.png") no-repeat center center;
    background-size: 30px 60px; }
    @media (min-width: 768px) and (max-width: 1000px) {
      .com_gallery_slide_arr .next {
        right: 0; } }
  .com_gallery_slide.sml {
    margin: 0 auto;
    width: 96%; }
    .com_gallery_slide.sml .com_gallery_slide_main_in {
      padding: 0; }
    .com_gallery_slide.sml .com_gallery_slide_thumb .slick-list {
      padding: 0 20px; }
      @media screen and (max-width: 767px) {
        .com_gallery_slide.sml .com_gallery_slide_thumb .slick-list {
          padding: 0; } }
    @media screen and (min-width: 768px) {
      .com_gallery_slide.sml {
        max-width: 512px; }
        .com_gallery_slide.sml .com_gallery_slide_arr {
          display: none; } }
    .com_gallery_slide.sml .thumbnail-item {
      width: 104px; }
  @media screen and (max-width: 767px) {
    .com_gallery_slide {
      margin: 0 auto; }
      .com_gallery_slide_main_in {
        padding: 0 8px;
        position: relative; }
      .com_gallery_slide_main {
        margin-bottom: 10px; }
        .com_gallery_slide_main .slide-item {
          position: relative; }
          .com_gallery_slide_main .slide-item img {
            width: 100%; }
        .com_gallery_slide_main .caption {
          margin-top: -20px;
          padding: 0;
          position: relative;
          min-height: inherit;
          background: none; }
          .com_gallery_slide_main .caption .ttl {
            margin-bottom: 2px;
            padding: 1px 3px;
            font-size: 1rem;
            background: rgba(0, 0, 0, 0.7); }
          .com_gallery_slide_main .caption .txt {
            color: #000;
            font-size: 1rem;
            display: block; }
      .com_gallery_slide_thumb {
        margin: 0 7px 0 5px;
        max-width: inherit; }
        .com_gallery_slide_thumb .thumbnail-item {
          margin: 0 3px; }
          .com_gallery_slide_thumb .thumbnail-item::after {
            border-width: 2px; }
      .com_gallery_slide_arr .prev,
      .com_gallery_slide_arr .next {
        margin-top: -15px;
        width: 15px;
        height: 30px; }
      .com_gallery_slide_arr .prev {
        left: -12px;
        background-size: 15px 30px; }
      .com_gallery_slide_arr .next {
        right: -12px;
        background-size: 15px 30px; }
      .com_gallery_slide.sml .com_gallery_slide_arr .prev {
        left: -18px; }
      .com_gallery_slide.sml .com_gallery_slide_arr .next {
        right: -18px; } }

/* com_color_bg
--------------------------------- */
.com_color_bg {
  padding: 68px 0 54px;
  background-color: #F8F8F2; }
  .com_color_bg h3 {
    margin-bottom: 21px; }
  .com_color_bg p {
    max-width: 546px; }
    .com_color_bg p.small {
      margin-top: 12px;
      padding-top: 13px;
      line-height: 1.375;
      font-size: 1.6rem;
      max-width: 256px;
      border-top: 1px dashed #000; }
      .com_color_bg p.small a {
        margin-top: 5px;
        display: block; }
        .com_color_bg p.small a span {
          margin-left: 8px; }
  @media screen and (max-width: 767px) {
    .com_color_bg {
      padding: 25px 0 27px; }
      .com_color_bg h3 {
        margin-bottom: 30px;
        padding-bottom: 12px;
        text-align: center;
        border-bottom: 1px solid #000; }
      .com_color_bg p {
        max-width: inherit; }
        .com_color_bg p.small {
          margin-top: 17px;
          font-size: 1.3rem;
          line-height: 1.53; }
          .com_color_bg p.small a {
            margin-top: 0; } }

/* com_bg_box
--------------------------------- */
.com_bg_box {
  padding: 81px 0 110px;
  background: url(../img/bg_yoshino02.png) repeat-x center top;
  background-size: auto 335px; }
  .com_bg_box h3 {
    margin-bottom: 39px;
    text-align: center; }
    .com_bg_box h3 img {
      max-width: 1074px;
      width: 95%; }
  @media screen and (max-width: 767px) {
    .com_bg_box {
      padding: 54px 0 57px;
      background: url(../img/bg_yoshino02.png) repeat-x center top;
      background-size: auto 335px; }
      .com_bg_box h3 {
        margin-bottom: 32px; }
        .com_bg_box h3 img {
          max-width: 338px;
          width: 99%; } }

/* com_imgbox
--------------------------------- */
.com_imgbox {
  margin-bottom: 35px;
  display: flex; }
  .com_imgbox_text {
    margin-top: 18px;
    flex: 1;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2; }
  .com_imgbox_photo {
    margin-left: 36px;
    width: 367px; }
    .com_imgbox_photo .note {
      margin-top: 5px;
      display: block;
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 1.33; }
  @media screen and (min-width: 768px) {
    .com_imgbox .com_gallery_slide {
      margin: 18px 0 0 20px;
      max-width: 44.7%; } }
  @media screen and (max-width: 767px) {
    .com_imgbox {
      margin-bottom: 27px;
      display: block; }
      .com_imgbox .com_gallery_slide {
        margin-top: 41px; }
      .com_imgbox_text {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.54; }
      .com_imgbox_photo {
        margin: 22px auto 0;
        width: 58.55%; }
        .com_imgbox_photo .note {
          margin-top: 3px;
          font-size: 1rem;
          line-height: 1.6; } }

/* dojoarea
--------------------------------- */
.dojoarea {
  background: #FFF; }
  .dojoarea_tab {
    position: relative; }
    .dojoarea_tab_btn {
      position: absolute;
      left: 0;
      top: 102px;
      width: 100%;
      text-align: center;
      z-index: 100; }
      .dojoarea_tab_btn li {
        margin: 0 9px;
        width: 49px;
        display: inline-block; }
        .dojoarea_tab_btn li a {
          display: flex;
          width: 50px;
          height: 50px;
          font-size: 2.4rem;
          line-height: 50px;
          justify-content: center;
          align-items: center;
          color: #676767;
          font-weight: 500;
          border-radius: 50px;
          overflow: hidden;
          font-family: 'M PLUS Rounded 1c', sans-serif;
          background: rgba(255, 255, 255, 0.4); }
          @media screen and (min-width: 768px) {
            .dojoarea_tab_btn li a:hover {
              color: #005d4b;
              background: white; } }
        .dojoarea_tab_btn li:nth-child(2) a:hover {
          color: #5d2000; }
        .dojoarea_tab_btn li:nth-child(2).on a {
          color: #5d2000; }
        .dojoarea_tab_btn li.on a {
          color: #005d4b;
          background: white; }
    .dojoarea_tab_area {
      background: url(../img/dojoarea_tab_bg01.jpg) no-repeat center top/cover; }
      .dojoarea_tab_area02 {
        background-image: url(../img/dojoarea_tab_bg02.jpg); }
    .dojoarea_tab .content {
      position: relative;
      z-index: 10;
      padding: 170px 10px 170px;
      margin: 0 auto;
      max-width: 900px; }
      .dojoarea_tab .content h3 {
        margin-bottom: 37px;
        padding-bottom: 20px;
        text-align: center;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 500;
        font-size: 4.2rem;
        line-height: 1;
        color: #fff;
        border-bottom: 1px solid #FFF; }
      .dojoarea_tab .content p {
        color: #FFF;
        line-height: 2;
        font-weight: 300; }
      .dojoarea_tab .content .com_gallery_slide {
        margin-bottom: 42px; }
        .dojoarea_tab .content .com_gallery_slide .thumbnail-item::after {
          border-color: #fff; }
  @media screen and (max-width: 767px) {
    .dojoarea_content {
      padding: 0 15px;
      max-width: inherit; }
    .dojoarea_tab_btn {
      top: 59px; }
    .dojoarea_tab .content {
      padding: 132px 15px; }
      .dojoarea_tab .content h3 {
        margin-bottom: 18px;
        padding-bottom: 13px;
        font-size: 2.4rem; }
      .dojoarea_tab .content p {
        font-size: 1.3rem;
        line-height: 1.54; }
      .dojoarea_tab .content .com_gallery_slide {
        margin-bottom: 20px; }
        .dojoarea_tab .content .com_gallery_slide_arr .prev {
          left: -18px;
          background-image: url("../img/prev01.png"); }
        .dojoarea_tab .content .com_gallery_slide_arr .next {
          right: -18px;
          background-image: url("../img/next01.png"); } }

/* miwa
--------------------------------- */
.miwa {
  background: #FFF; }
  .miwa img {
    max-width: 100%; }
  .miwa_title_box {
    margin-bottom: 0;
    padding-top: 60px;
    height: 250px;
    background-image: url(../img/bg_miwa01.jpg); }
  .miwa_text_area {
    width: 550px;
    padding: 72px 10px 35px;
    background: #DDD6D6;
    box-sizing: border-box; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .miwa_text_area {
        width: 50%; } }
    .miwa_text_area .sub_box {
      margin: 0 auto;
      max-width: 410px; }
    .miwa_text_area .sub_title {
      margin-bottom: 35px; }
    .miwa_text_area .sub_text {
      margin-bottom: 52px; }
  .miwa_main_figure_wrap .img {
    margin: 0 auto 25px;
    width: 220px;
    text-align: center; }
    .miwa_main_figure_wrap .img figcaption {
      margin-top: 14px;
      font-size: 1.4rem;
      line-height: 22px; }
      .miwa_main_figure_wrap .img figcaption b {
        font-size: 2.4rem;
        line-height: 1; }
  .miwa_img_area {
    width: calc(100% - 550px);
    position: relative; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .miwa_img_area {
        width: 50%; } }
    .miwa_img_area figcaption {
      padding: 1px 10px 2px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      color: #fff;
      font-size: 1.4rem;
      background: rgba(0, 0, 0, 0.7); }
  .miwa_conts {
    background: url(../img/bg_miwa02.png) repeat-x center bottom; }
    .miwa_conts .container2 {
      padding: 6.3vw 0 60px;
      position: relative; }
    .miwa_conts .sub_title {
      width: 28.5vw;
      position: absolute;
      right: 9.08vw;
      top: -5.83vw; }
    .miwa_conts h3 {
      margin-bottom: 6px;
      font-size: 2rem;
      line-height: 1.5;
      text-indent: -2.05em;
      padding-left: 2.05em; }
    .miwa_conts .sub_text_dl {
      margin-bottom: 38px; }
      .miwa_conts .sub_text_dl:last-child {
        margin-bottom: 0; }
      .miwa_conts .sub_text_dl dt {
        float: left;
        clear: left; }
      .miwa_conts .sub_text_dl dd {
        padding-left: 4em; }
  .miwa_img_box {
    margin-bottom: 34px; }
    .miwa_img_box:after {
      height: 0;
      visibility: hidden;
      content: ".";
      display: block;
      clear: both; }
    .miwa_img_box .sub_text_box {
      width: 55%;
      float: left; }
    .miwa_img_box .sub_photo_box {
      margin-top: -11px;
      width: 41.5%;
      float: right; }
      .miwa_img_box .sub_photo_box span {
        margin-top: 3px;
        display: block;
        font-size: 1.4rem; }
    .miwa_img_box.style01 .sub_text_box {
      float: right; }
    .miwa_img_box.style01 .sub_photo_box {
      margin-top: 0;
      float: left; }
    .miwa_img_box.style02 {
      margin-bottom: 64px; }
      .miwa_img_box.style02 .sub_text_box {
        width: 44%; }
      .miwa_img_box.style02 .sub_photo_box {
        width: 53%; }
        .miwa_img_box.style02 .sub_photo_box span {
          line-height: 1.2; }
        .miwa_img_box.style02 .sub_photo_box ul {
          width: 56%;
          flex-direction: column;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .miwa_img_box.style02 .sub_photo_box ul li {
            width: 100%; }
          @media all and (-ms-high-contrast: none) {
            .miwa_img_box.style02 .sub_photo_box ul {
              flex-direction: row; }
              .miwa_img_box.style02 .sub_photo_box ul:first-child li:first-child {
                margin-bottom: 21px; } }
          .miwa_img_box.style02 .sub_photo_box ul:nth-child(2) {
            width: 42%; }
  @media screen and (max-width: 767px) {
    .miwa_title_box {
      margin-bottom: 0;
      padding-top: 26px;
      height: 180px;
      background-image: url(../img/sp_bg_miwa01.jpg); }
    .miwa_main {
      display: block; }
    .miwa_text_area {
      width: auto;
      padding: 29px 160px 34px 16px;
      position: relative; }
      .miwa_text_area .sub_box {
        margin: 0;
        width: auto;
        max-width: inherit; }
      .miwa_text_area .sub_title {
        margin-bottom: 14px; }
        .miwa_text_area .sub_title img {
          width: 181px; }
      .miwa_text_area .sub_text {
        margin-bottom: 31px; }
    .miwa_main_figure_wrap .img {
      margin: 0;
      width: 118px;
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translateY(-50%); }
      .miwa_main_figure_wrap .img figcaption {
        width: 126%;
        font-size: 1.2rem;
        transform: scale(0.83);
        transform-origin: 0 0;
        line-height: 1.7; }
        .miwa_main_figure_wrap .img figcaption b {
          font-size: 1.56rem; }
    .miwa_img_area {
      width: auto; }
      .miwa_img_area figcaption {
        padding: 1px 10px; }
        .miwa_img_area figcaption span {
          margin-bottom: -3px;
          display: block;
          width: 120.5%;
          font-size: 1.2rem;
          transform: scale(0.83);
          transform-origin: 0 0; }
    .miwa_conts .container2 {
      padding: 81px 0 54px;
      position: relative; }
    .miwa_conts .sub_title {
      width: 284px;
      right: 15px;
      top: -48px; }
    .miwa_conts h3 {
      margin-bottom: 10px;
      font-size: 1.5rem;
      line-height: 22px; }
    .miwa_conts .sub_text_dl {
      margin-bottom: 20px; }
      .miwa_conts .sub_text_dl dd {
        padding-left: 3em; }
    .miwa_conts .sub_inn {
      margin-bottom: 30px; }
      .miwa_conts .sub_inn.style01 {
        margin-bottom: 0; }
        .miwa_conts .sub_inn.style01 h3 {
          margin-bottom: 8px; }
    .miwa .sub_photo_box {
      margin-bottom: 35px; }
    .miwa_img_box {
      margin-bottom: 26px; }
      .miwa_img_box .sub_text_box {
        width: auto;
        float: none; }
      .miwa_img_box .sub_photo_box {
        margin: 14px 0 35px;
        width: auto;
        float: none; }
        .miwa_img_box .sub_photo_box span {
          margin-top: 2px;
          display: block;
          width: 120.5%;
          font-size: 1.2rem;
          transform: scale(0.83);
          transform-origin: 0 0; }
      .miwa_img_box.style01 {
        margin-bottom: 35px; }
        .miwa_img_box.style01 .sub_text_box {
          width: auto;
          float: none; }
        .miwa_img_box.style01 .sub_photo_box {
          margin-top: 10px;
          padding-left: 0;
          width: auto;
          float: none; }
          .miwa_img_box.style01 .sub_photo_box span {
            line-height: 1; }
          .miwa_img_box.style01 .sub_photo_box ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .miwa_img_box.style01 .sub_photo_box ul li {
              margin-bottom: 0;
              width: 49%; }
      .miwa_img_box.style02 {
        margin-bottom: 30px; }
        .miwa_img_box.style02 .sub_text_box {
          width: auto; }
        .miwa_img_box.style02 .sub_photo_box {
          margin-top: 7px;
          width: auto; }
          .miwa_img_box.style02 .sub_photo_box span {
            margin-top: 4px; } }

/* photoList
--------------------------------- */
.photoList {
  margin-bottom: 30px;
  display: flex; }
  .photoList img {
    width: 100%; }
  .photoList li {
    margin: 0 12px 12px 0;
    width: calc((100% - 24px)/3); }
    .photoList li:nth-child(3n) {
      margin-right: 0; }
  @media screen and (max-width: 767px) {
    .photoList {
      margin: 0 20px 10px 25px;
      justify-content: space-between;
      flex-wrap: wrap; }
      .photoList li {
        margin: 0 0 10px;
        width: calc(50% - 5px); } }

@media screen and (max-width: 767px) {
  .photoList01 {
    margin-bottom: 30px;
    display: block; }
    .photoList01 li {
      width: auto; } }

/* com_tab
--------------------------------- */
.com_tab {
  position: relative; }
  .com_tab_box {
    position: relative; }
  .com_tab_area {
    display: none; }
    @media screen and (max-width: 767px) {
      .com_tab_area {
        display: block !important; }
        .com_tab_area .com_bgBox .textBox {
          display: none; } }
  .com_tab .tabList {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: calc(100% + 6px);
    justify-content: center;
    align-items: flex-end;
    display: flex; }
    .com_tab .tabList li {
      margin: 0 5px;
      width: 33%;
      max-width: 322px; }
      .com_tab .tabList li a {
        padding: 4px 5px 3px;
        display: block;
        border-radius: 6px 6px 0px 0px;
        background-color: #fff;
        font-size: 24px;
        color: #1D5D4B;
        text-align: center;
        box-sizing: border-box;
        font-family: 'M PLUS Rounded 1c', sans-serif; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .com_tab .tabList li a {
            font-size: 2vw; } }
        .com_tab .tabList li a:hover {
          padding: 10px 5px;
          background-color: #348473;
          color: #FFF !important;
          opacity: 1; }
      .com_tab .tabList li.on a {
        padding: 10px 5px;
        background-color: #348473;
        color: #FFF !important; }

/* sec_map
--------------------------------- */
.sec_map {
  padding: 100px 0 62px;
  background: url("../img/bg_map.jpg") no-repeat center center/cover; }
  .sec_map .map_title_wrap {
    background: #005D4B;
    text-align: center;
    line-height: 120px; }
  .sec_map .map_title {
    max-width: 678px;
    margin: auto; }
    .sec_map .map_title img {
      vertical-align: middle; }
  .sec_map .nara_shop {
    margin: 0 auto 67px;
    max-width: 1060px; }
    .sec_map .nara_shop_in {
      padding: 40px 40px 55px;
      background: #fff; }
    .sec_map .nara_shop_cont {
      margin-bottom: 40px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .sec_map .nara_shop_cont .map-img {
        width: 56.5%;
        margin: 52px 0 0 -15px; }
    .sec_map .nara_shop_list {
      margin-top: -5px;
      width: 42.3%; }
      .sec_map .nara_shop_list li {
        padding: 6px 0;
        position: relative; }
        .sec_map .nara_shop_list li a {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 1;
          content: ""; }
          .sec_map .nara_shop_list li a:hover {
            background: rgba(255, 255, 255, 0.3); }
  .sec_map .spons_list {
    margin: 36px auto 52px;
    width: 460px; }
    .sec_map .spons_list li {
      width: 190px;
      position: relative; }
      .sec_map .spons_list li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        content: ""; }
        .sec_map .spons_list li a:hover {
          background: rgba(255, 255, 255, 0.3); }
  .sec_map .rentalcar_title {
    margin: auto;
    max-width: 740px;
    padding-right: 34px; }
    @media (min-width: 768px) and (max-width: 880px) {
      .sec_map .rentalcar_title {
        padding-right: 0;
        text-align: center; } }
  .sec_map .rentalcar_list {
    margin: 25px auto 10px;
    max-width: 723px;
    padding-right: 38px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (min-width: 768px) and (max-width: 880px) {
      .sec_map .rentalcar_list {
        padding-right: 0; } }
    .sec_map .rentalcar_list li {
      position: relative;
      margin: 0 auto; }
      .sec_map .rentalcar_list li img {
        height: 50px; }
      .sec_map .rentalcar_list li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        content: ""; }
        .sec_map .rentalcar_list li a:hover {
          background: rgba(255, 255, 255, 0.3); }
  .sec_map .band_area {
    background: rgba(0, 93, 79, 0.8); }
    .sec_map .band_area_in {
      margin: 0 auto;
      padding: 20px 10px 17px;
      max-width: 1074px; }
  @media screen and (max-width: 767px) {
    .sec_map {
      padding: 36px 0 67px;
      background: url("../img/bg_map.jpg") no-repeat center center/cover; }
      .sec_map .map_title_wrap {
        background: #005D4B;
        text-align: center;
        line-height: 60px; }
      .sec_map .map_title {
        max-width: 400px;
        margin: auto; }
        .sec_map .map_title img {
          width: 322px;
          vertical-align: middle; }
      .sec_map .nara_shop {
        margin: 0 auto 20px;
        max-width: inherit;
        padding: 0 25px; }
        .sec_map .nara_shop_in {
          padding: 27px 15px;
          background: #fff; }
        .sec_map .nara_shop_cont {
          display: block; }
          .sec_map .nara_shop_cont .map-img {
            width: auto;
            text-align: center;
            margin: 0 15px; }
        .sec_map .nara_shop_list {
          margin: 26px 0 0 6px;
          width: auto; }
          .sec_map .nara_shop_list li {
            padding: 4px 0; }
      .sec_map .spons_list {
        margin: 20px auto 34px;
        width: auto;
        max-width: 295px; }
        .sec_map .spons_list li {
          width: auto;
          flex: 1; }
      .sec_map .rentalcar_title {
        margin: auto;
        padding-right: 0;
        width: 220px;
        max-width: inherit; }
      .sec_map .rentalcar_list {
        margin: -5px auto 20px;
        padding-left: 3vw;
        width: auto;
        max-width: 390px;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .sec_map .rentalcar_list li {
          margin-top: 34px;
          flex: 50%;
          text-align: center; }
          .sec_map .rentalcar_list li img {
            height: 10.5vw; } }
      @media screen and (max-width: 767px) and (min-width: 530px) and (max-width: 767px) {
        .sec_map .rentalcar_list li img {
          height: 56px; } }
  @media screen and (max-width: 767px) {
      .sec_map .band_area_in {
        margin: 0 auto;
        padding: 25px 40px 23px;
        max-width: inherit; } }

/* comTextBox
--------------------------------- */
.comTextBox {
  padding: 62px 10px 0;
  min-height: 265px;
  box-sizing: border-box;
  background: url("../img/shozushima_bg01.png") no-repeat left 15.3% top 25%/270px auto, url("../img/shozushima_bg01.png") no-repeat right 9.3% bottom 30%/270px auto;
  background-color: #015D4B;
  border-bottom: 6px solid #348473; }
  .comTextBox img {
    max-width: 100%; }
  .comTextBox.speical {
    padding: 58px 10px 2px;
    min-height: inherit;
    border: 0; }
    @media screen and (max-width: 767px) {
      .comTextBox.speical {
        padding: 35px 10px 40px; } }
  .comTextBox .content {
    max-width: 1008px;
    margin: 0 auto; }
  .comTextBox h2 {
    margin-bottom: 60px;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .comTextBox {
      padding: 35px 10px 40px;
      min-height: inherit;
      background-position: left -35px top 5px,right 10px bottom 5px;
      background-size: 130px auto,130px auto;
      border-bottom: none; }
      .comTextBox h2 {
        margin-bottom: 0; } }

/* com_bgBox
--------------------------------- */
.com_bgBox {
  position: relative;
  height: 1035px;
  box-sizing: border-box;
  padding: 50px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: url("../img/shozushima_tab_bg01.jpg") no-repeat center center/cover; }
  .com_bgBox .posImg {
    position: absolute;
    max-width: 959px;
    width: 49.94vw;
    bottom: 0;
    left: 32px;
    z-index: 10; }
  .com_bgBox .textBox {
    background: inherit;
    width: calc(50% + 24px);
    min-width: 700px;
    position: relative;
    overflow: hidden; }
    .com_bgBox .textBox::before {
      background: inherit; }
    .com_bgBox .textBox .blur_in {
      background-color: rgba(5, 64, 52, 0.65);
      padding: 61px 138px 63px 107px; }
  .com_bgBox h3 {
    margin-bottom: 10px; }
    .com_bgBox h3 span {
      display: inline-block;
      font-size: 36px;
      position: relative;
      color: #FFF;
      font-weight: 700; }
      .com_bgBox h3 span::after {
        width: 50px;
        height: 46px;
        position: absolute;
        top: -21px;
        right: -42px;
        background: url(../img/icon.png) no-repeat right top/100%;
        content: ''; }
  .com_bgBox p {
    font-size: 16px;
    line-height: 2;
    color: #FFF;
    font-weight: 300; }
  .com_bgBox .spBtn {
    display: none; }
  @media screen and (max-width: 767px) {
    .com_bgBox {
      padding: 0;
      display: block;
      height: inherit;
      background: none !important; }
      .com_bgBox .textBox {
        background: #F7F8F2 !important;
        width: 100% !important;
        min-width: inherit !important; }
        .com_bgBox .textBox::before {
          display: none !important; }
        .com_bgBox .textBox .blur_in {
          padding: 16px 15px 0 !important;
          background: none !important; }
        .com_bgBox .textBox01 {
          padding: 16px 15px 30px !important; }
        .com_bgBox .textBox h3 {
          margin-bottom: 12px; }
          .com_bgBox .textBox h3 span {
            font-size: 36px;
            color: #000;
            font-size: 2.2rem;
            line-height: 1.45; }
            .com_bgBox .textBox h3 span::after {
              width: 30px;
              height: 30px;
              top: -9px;
              right: -20px;
              background-image: url(../img/sp_icon.png); }
        .com_bgBox .textBox p {
          font-size: 1.3rem;
          line-height: 1.54;
          color: #000; }
      .com_bgBox .spPhoto img {
        width: 100%; }
      .com_bgBox .spBtn {
        display: block; }
        .com_bgBox .spBtn a {
          padding: 10px 10px 6px;
          display: block;
          text-align: center;
          background: #005d4b; }
          .com_bgBox .spBtn a img {
            width: 28px; }
        .com_bgBox .spBtn.up a {
          padding: 15px 10px 25px;
          background: #F7F8F2 url(../img/arrow02.png) no-repeat center center/28px !important; }
          .com_bgBox .spBtn.up a img {
            opacity: 0; } }

/* kanka
--------------------------------- */
.kanka .comTextBox {
  background-image: url("../img/kanka_bg01.png"), url("../img/kanka_bg01.png");
  background-color: #0A2D5C;
  border-bottom-color: #254D96; }
.kanka .com_tab .tabList li a {
  color: #0a2d5c; }
  .kanka .com_tab .tabList li a:hover {
    background-color: #254D96; }
.kanka .com_tab .tabList li.on a {
  background-color: #254D96; }
.kanka .com_bgBox {
  background-image: url("../img/kanka_tab_bg01.jpg"); }
  .kanka .com_bgBox .textBox .blur_in {
    background-color: rgba(5, 19, 64, 0.65);
    padding: 58px 71px 63px 107px; }
@media screen and (max-width: 767px) {
  .kanka .spBtn a {
    background: #0B2D5B; } }

/* inland
--------------------------------- */
.inland .com_toptitle_box {
  background-image: url(../img/com_toptitle_box-bg.jpg); }
.inland .topTxt {
  margin: 0 70px 70px 73px;
  line-height: 2; }
@media screen and (max-width: 767px) {
  .inland .com_toptitle_box {
    background-image: url(../img/sp_com_toptitle_box-bg.jpg); }
  .inland .topTxt {
    margin: 33px 0;
    line-height: 1.54; } }

/* ikeda
--------------------------------- */
.ikeda {
  background-color: #F8F8F2; }
  .ikeda .com_toptitle_box {
    background-image: url(../img/ikeda_toptitle_box-bg.jpg); }
  .ikeda .container {
    max-width: 1050px; }
  .ikeda .topTxt {
    margin: 0 0 133px; }
  .ikeda .com_tab {
    border-top: 6px solid #348473; }
    .ikeda .com_tab .tabList li {
      max-width: 264px; }
    .ikeda .com_tab .tabList a {
      color: #484B4A; }
  @media screen and (max-width: 767px) {
    .ikeda .com_toptitle_box {
      margin-bottom: 0;
      background-image: url(../img/sp_ikeda_toptitle_box-bg.jpg); }
    .ikeda .container {
      padding: 55px 15px;
      background-color: #FFF; }
      .ikeda .container .topTxt {
        margin-bottom: 0; }
    .ikeda .com_tab {
      border-top: none;
      border-bottom: 30px solid #FFF; } }

/* stay
--------------------------------- */
@media screen and (max-width: 767px) {
  .stay .text02 {
    font-size: 12px;
    margin: 0 15px 25px; } }
.stay .bg {
  background-color: #000;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .stay .bg {
      height: 52px; } }
  .stay .bg p {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif; }
    @media screen and (max-width: 767px) {
      .stay .bg p {
        font-size: 18px;
        text-align: center; } }
.stay .content {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 10px; }
  @media screen and (max-width: 767px) {
    .stay .content {
      max-width: inherit;
      padding: 0 15px; } }
.stay .com_toptitle_box {
  margin-bottom: 0;
  padding-top: 65px;
  background-image: url("../img/stay_bg.png");
  height: 245px; }
  @media screen and (max-width: 767px) {
    .stay .com_toptitle_box {
      padding: 30px 0 0 0;
      height: 119px;
      min-height: 119px;
      background-image: url("../img/sp_stay_bg.png"); } }

.stay_ohkido {
  margin-bottom: 60px;
  position: relative;
  padding: 56px 10px 490px;
  background: url("../img/stay_ohkido_bg.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 767px) {
    .stay_ohkido {
      padding: 10px 0 0 15px;
      margin-bottom: 14px;
      background-image: url("../img/sp_stay_ohkido_bg02.jpg");
      height: 74.5vw;
      box-sizing: border-box; }
      .stay_ohkido .img {
        max-width: 173px; } }
  .stay_ohkido.special {
    background-image: url("../img/stay_ohkido_bg02.jpg"); }
    @media screen and (max-width: 767px) {
      .stay_ohkido.special {
        padding: 10px 19px 0 0;
        background-image: url("../img/sp_stay_ohkido_bg01.jpg"); }
        .stay_ohkido.special .img {
          max-width: 168px;
          margin-left: auto; } }
    .stay_ohkido.special .stay_ohkido_innerBox {
      margin-left: auto; }
      .stay_ohkido.special .stay_ohkido_innerBox p {
        max-width: inherit; }
      .stay_ohkido.special .stay_ohkido_innerBox img {
        max-width: 485px; }

.stay_ohkido_innerBox {
  max-width: 498px; }
  .stay_ohkido_innerBox img {
    max-width: 498px; }
  .stay_ohkido_innerBox p {
    max-width: 435px;
    margin-top: 26px; }

.stay_ohkido_telBox {
  position: relative;
  padding: 10px 27px 14px 20px;
  position: absolute;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 321px; }
  @media screen and (max-width: 767px) {
    .stay_ohkido_telBox {
      padding: 10px 13px 13px;
      position: static;
      background-color: #EDEDED;
      max-width: 210px;
      margin: 0 auto; } }
  .stay_ohkido_telBox.special {
    padding-right: 20px;
    min-width: 360px; }
    @media screen and (max-width: 767px) {
      .stay_ohkido_telBox.special {
        padding-right: 14px;
        max-width: 235px;
        min-width: inherit; } }
  .stay_ohkido_telBox .text {
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -24px; }
    @media screen and (max-width: 767px) {
      .stay_ohkido_telBox .text {
        position: static;
        color: #B2B2B2; } }
  .stay_ohkido_telBox h3 {
    font-size: 18px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .stay_ohkido_telBox h3 {
        font-size: 12px; } }
  .stay_ohkido_telBox p {
    line-height: 1.375; }
    @media screen and (max-width: 767px) {
      .stay_ohkido_telBox p {
        font-size: 1.2rem;
        line-height: 1.33; } }
    .stay_ohkido_telBox p span {
      padding-left: 12px; }

.stay_ohkido_list {
  padding: 0 0 38px; }
  @media screen and (max-width: 767px) {
    .stay_ohkido_list {
      padding: 0 0 29px; } }
  .stay_ohkido_list .photoList {
    margin: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .stay_ohkido_list .photoList {
        margin-left: 22px;
        margin-right: 22px; } }
  .stay_ohkido_list li {
    max-width: 372px; }
    @media screen and (max-width: 767px) {
      .stay_ohkido_list li {
        margin: 27px 0 0 0;
        max-width: inherit; }
        .stay_ohkido_list li p {
          margin: 0 15px;
          font-size: 12px;
          line-height: 1.666;
          text-align: center; } }
    .stay_ohkido_list li h3 {
      font-size: 20px;
      text-align: center;
      font-weight: 700;
      margin-top: 15px; }
      @media screen and (max-width: 767px) {
        .stay_ohkido_list li h3 {
          font-size: 16px;
          margin-bottom: 3px; } }

.stay_imgBox {
  padding: 86px 10px 90px;
  background-color: #fcf7f0; }
  @media screen and (max-width: 767px) {
    .stay_imgBox {
      padding: 46px 0 53px; } }
  .stay_imgBox .imgBox {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media screen and (max-width: 767px) {
      .stay_imgBox .imgBox {
        display: block; } }
    .stay_imgBox .imgBox .photoBox {
      margin-left: 30px;
      position: relative;
      width: 74%;
      max-width: 833px; }
      .stay_imgBox .imgBox .photoBox .img {
        position: absolute;
        max-width: 78px;
        width: 4.06vw;
        right: 3.43vw;
        top: -1.7vw; }
      @media screen and (max-width: 767px) {
        .stay_imgBox .imgBox .photoBox {
          margin-left: 0;
          position: relative;
          width: 100%;
          max-width: inherit; }
          .stay_imgBox .imgBox .photoBox .img {
            max-width: 40px;
            width: auto;
            right: 3.9vw;
            top: -6.7vw; } }
    .stay_imgBox .imgBox .textBox {
      max-width: 255px; }
      @media screen and (max-width: 767px) {
        .stay_imgBox .imgBox .textBox {
          margin-top: 10px;
          display: flex;
          justify-content: space-between;
          max-width: inherit; } }
      .stay_imgBox .imgBox .textBox h3 {
        margin-bottom: 7px;
        font-size: 24px;
        color: #00770e;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .stay_imgBox .imgBox .textBox h3 {
            font-size: 16px; } }
      .stay_imgBox .imgBox .textBox h4 {
        font-weight: 700;
        line-height: 1.375; }
        @media screen and (max-width: 767px) {
          .stay_imgBox .imgBox .textBox h4 {
            font-size: 12px; } }
        .stay_imgBox .imgBox .textBox h4 span {
          margin-left: 16px;
          font-weight: normal;
          display: block; }
      .stay_imgBox .imgBox .textBox p {
        line-height: 1.375; }
        @media screen and (max-width: 767px) {
          .stay_imgBox .imgBox .textBox p {
            line-height: 1.333;
            font-size: 12px; } }
        .stay_imgBox .imgBox .textBox p .txtSpan {
          margin-left: 7px;
          font-size: 16px; }
          @media screen and (max-width: 767px) {
            .stay_imgBox .imgBox .textBox p .txtSpan {
              font-size: 12px; } }
        .stay_imgBox .imgBox .textBox p .sub {
          display: flex; }
        .stay_imgBox .imgBox .textBox p.text {
          margin: 0 0 6px; }
          @media screen and (max-width: 767px) {
            .stay_imgBox .imgBox .textBox p.text {
              margin: 0 0 4px; } }
      .stay_imgBox .imgBox .textBox .borBox {
        border-top: 1px dashed #000;
        padding-top: 18px;
        margin-top: 18px; }
        @media screen and (max-width: 767px) {
          .stay_imgBox .imgBox .textBox .borBox {
            border: 0;
            margin: 0;
            padding: 0;
            width: 46.95%; } }
    .stay_imgBox .imgBox.special {
      margin-top: 70px;
      flex-direction: row; }
      @media screen and (max-width: 767px) {
        .stay_imgBox .imgBox.special {
          margin-top: 46px; } }
      .stay_imgBox .imgBox.special .photoBox {
        margin: 0 30px 0 0; }

/*# sourceMappingURL=style.css.map */
