@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/**/
/**/
/**/
/*gray*/
/*$mincho: 'Noto Serif JP', serif;*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #555;
  text-decoration: none; }

/* -------------------------------- 
Main components 
-------------------------------- */
html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: #00284D;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

br.brmd {
  display: none; }
  @media screen and (max-width: 768px) {
    br.brmd {
      display: block; } }
  @media screen and (max-width: 640px) {
    br.brmd {
      display: block; } }

br.brsp {
  display: none; }
  @media screen and (max-width: 640px) {
    br.brsp {
      display: block; } }

@media screen and (max-width: 640px) {
  br.brpc {
    display: none; } }

.inner {
  width: 100%;
  padding: 30px;
  max-width: 1260px;
  margin: 0 auto;
  clear: both; }
  @media screen and (max-width: 640px) {
    .inner {
      padding: 15px 25px; } }

section {
  position: relative;
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    section {
      padding: 20px 0; } }

a.btn_link {
  display: inline-block;
  padding: 1em 1em 1em 2em;
  color: #00284D;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #00284D;
  border-radius: 30px;
  transition: .2s; }
  a.btn_link:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f105";
    margin-left: 2em; }
  a.btn_link:hover {
    color: #fff;
    background: #00284D;
    transition: .2s; }
  @media screen and (max-width: 640px) {
    a.btn_link {
      padding: 1em 1em 1em 2em;
      font-size: 14px; } }

a:hover {
  color: #00284D;
  opacity: 0.85; }
  a:hover img {
    opacity: .85; }

@media screen and (max-width: 640px) {
  .pcblock {
    display: none; } }

.spblock {
  display: none; }
  @media screen and (max-width: 640px) {
    .spblock {
      display: block; } }

@media screen and (max-width: 640px) {
  .spnone {
    display: none; } }
/*ul*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/*inview*/
.animate__animated {
  opacity: 0; }

/* -------------------------------- 
header components 
--------------------------------- */
.header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 100; }
  .header div.headerflex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .header div.headerflex {
        display: block; } }
    .header div.headerflex div.left {
      width: 480px; }
      @media screen and (max-width: 1550px) {
        .header div.headerflex div.left {
          width: 380px; } }
      @media screen and (max-width: 640px) {
        .header div.headerflex div.left {
          width: 100%; } }
      .header div.headerflex div.left h1 {
        margin: 0; }
    .header div.headerflex div.right {
      width: calc(100% - 480px);
      padding: 50px;
      display: flex;
      justify-content: flex-end; }
      @media screen and (max-width: 1550px) {
        .header div.headerflex div.right {
          width: calc(100% - 380px); } }
      @media screen and (max-width: 640px) {
        .header div.headerflex div.right {
          justify-content: center;
          display: block;
          width: 100%;
          padding: 30px;
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .header div.headerflex div.right nav {
          margin-bottom: 20px; } }
      .header div.headerflex div.right nav ul li {
        display: inline-block;
        margin-left: 16px;
        height: 28px;
        line-height: 28px; }
        @media screen and (max-width: 1366px) {
          .header div.headerflex div.right nav ul li {
            margin-left: 14px;
            line-height: 24px;
            height: 24px; } }
        @media screen and (max-width: 640px) {
          .header div.headerflex div.right nav ul li {
            display: block;
            text-align: center; } }
        .header div.headerflex div.right nav ul li a {
          position: relative;
          display: block;
          padding-left: 18px;
          font-weight: bold; }
          @media screen and (max-width: 1366px) {
            .header div.headerflex div.right nav ul li a {
              padding-left: 14px;
              font-size: 14px; } }
          .header div.headerflex div.right nav ul li a::before {
            content: '■';
            position: absolute;
            top: 0;
            left: 0;
            font-size: 12px; }
            @media screen and (max-width: 640px) {
              .header div.headerflex div.right nav ul li a::before {
                content: none; } }
          @media screen and (max-width: 640px) {
            .header div.headerflex div.right nav ul li a::after {
              content: '▼';
              margin-left: .5em; } }
      .header div.headerflex div.right a.imglink {
        display: block;
        margin-left: 16px;
        width: auto;
        height: 28px; }
        @media screen and (max-width: 1366px) {
          .header div.headerflex div.right a.imglink {
            margin-left: 14px;
            height: 24px; } }
        @media screen and (max-width: 640px) {
          .header div.headerflex div.right a.imglink {
            margin: 0 8px;
            display: inline-block; } }
        .header div.headerflex div.right a.imglink img {
          width: auto;
          height: 100%; }

/*smartphone*/
/*humburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.hamburger {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 34px;
  z-index: 999; }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00284D;
    border-radius: 4px; }
    .hamburger span:nth-of-type(1) {
      top: 0; }
    .hamburger span:nth-of-type(2) {
      top: 15px; }
    .hamburger span:nth-of-type(3) {
      bottom: 0; }

.hamburger.active span {
  background-color: #fff; }
  .hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg); }
  .hamburger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards; }
  .hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg); }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
/*nav*/
#navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #00284D;
  z-index: 998; }
  #navigation .navigation_inner {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    #navigation .navigation_inner .navigation_menu .navigation_item {
      width: 300px;
      margin: 16px auto 0 auto; }
      #navigation .navigation_inner .navigation_menu .navigation_item a {
        display: block;
        position: relative;
        text-decoration: none;
        font-size: 1.2em;
        line-height: 36px;
        letter-spacing: .2em;
        text-align: center;
        color: #fff;
        font-weight: bold; }
        @media screen and (max-width: 640px) {
          #navigation .navigation_inner .navigation_menu .navigation_item a {
            font-size: 1.1em;
            line-height: 32px; } }
      #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns {
        margin-top: 30px;
        display: flex;
        justify-content: center; }
        #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li {
          margin-right: 10px; }
          #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-size: 16px; }
            @media screen and (max-width: 640px) {
              #navigation .navigation_inner .navigation_menu .navigation_item ul.ul_sns li a i {
                padding-left: 4px; } }

/* -------------------------------- 
main components 
--------------------------------- */
/*swiper*/
.main {
  margin-top: -60px; }
  @media screen and (max-width: 1550px) {
    .main {
      margin-top: -20px; } }
  @media screen and (max-width: 640px) {
    .main {
      margin-top: 0; } }
  .main section.slide {
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    max-width: 1360px;
    /*swiper*/ }
    @media screen and (max-width: 640px) {
      .main section.slide {
        padding: 0; } }
    .main section.slide .swiper-button-next, .main section.slide .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      z-index: 10;
      cursor: pointer;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        .main section.slide .swiper-button-next, .main section.slide .swiper-button-prev {
          width: 30px;
          height: 30px;
          margin-top: -15px; } }
    .main section.slide .swiper-button-next, .main section.slide .swiper-container-rtl .swiper-button-prev {
      background-image: url("../img/arrow_right.png");
      right: 0;
      left: auto; }
    .main section.slide .swiper-button-prev, .main section.slide .swiper-container-rtl .swiper-button-next {
      background-image: url("../img/arrow_left.png");
      left: 0;
      right: auto; }
  .main section.intro {
    padding: 60px 0 80px;
    background-image: url("../img/bg1.png"), url("../img/bg2.png");
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left 20px, bottom -1px right;
    background-size: 22% auto, 20% auto; }
    @media screen and (max-width: 1550px) {
      .main section.intro {
        padding: 40px 0 60px; } }
    .main section.intro div.inner {
      padding: 80px 60px;
      max-width: 850px; }
      @media screen and (max-width: 1550px) {
        .main section.intro div.inner {
          max-width: 800px; } }
      @media screen and (max-width: 640px) {
        .main section.intro div.inner {
          padding: 80px 40px 20px; } }
      .main section.intro div.inner p.txt_b {
        margin: 0 auto 1.5em;
        font-size: 1.7em;
        line-height: 1.6;
        font-weight: bold;
        text-align: center; }
        @media screen and (max-width: 1550px) {
          .main section.intro div.inner p.txt_b {
            font-size: 1.6em; } }
        @media screen and (max-width: 640px) {
          .main section.intro div.inner p.txt_b {
            font-size: 1.2em;
            text-align: justify;
            line-height: 1.6; } }
      .main section.intro div.inner p.txt_s {
        font-size: 1.1em;
        line-height: 1.7;
        font-weight: bold; }
        @media screen and (max-width: 1550px) {
          .main section.intro div.inner p.txt_s {
            font-size: 1.05em; } }
        @media screen and (max-width: 640px) {
          .main section.intro div.inner p.txt_s {
            font-size: 1em;
            text-align: justify;
            line-height: 1.6; } }
  .main section.sengyo, .main section.houyou {
    padding: 0 0 140px; }
    .main section.sengyo::before, .main section.houyou::before {
      content: '';
      position: absolute;
      top: 40px;
      right: 0;
      width: calc(100% - 130px);
      height: 660px;
      background-color: #00284D;
      z-index: -1; }
      @media screen and (max-width: 640px) {
        .main section.sengyo::before, .main section.houyou::before {
          content: none; } }
    .main section.sengyo div.secintro, .main section.houyou div.secintro {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: -40px; }
      @media screen and (max-width: 640px) {
        .main section.sengyo div.secintro, .main section.houyou div.secintro {
          display: block;
          margin-top: 0;
          background-color: #00284D; } }
      .main section.sengyo div.secintro div.img, .main section.houyou div.secintro div.img {
        width: 52%;
        padding-right: 100px; }
        @media screen and (max-width: 640px) {
          .main section.sengyo div.secintro div.img, .main section.houyou div.secintro div.img {
            width: 100%;
            padding-right: 0; } }
      .main section.sengyo div.secintro div.txt, .main section.houyou div.secintro div.txt {
        padding-top: 40px;
        width: 36%;
        color: #fff; }
        @media screen and (max-width: 640px) {
          .main section.sengyo div.secintro div.txt, .main section.houyou div.secintro div.txt {
            padding: 40px;
            width: 100%; } }
        .main section.sengyo div.secintro div.txt h2.txt_b, .main section.houyou div.secintro div.txt h2.txt_b {
          margin-top: 0;
          font-size: 1.2em;
          letter-spacing: .15em;
          font-weight: bold; }
          @media screen and (max-width: 1366px) {
            .main section.sengyo div.secintro div.txt h2.txt_b, .main section.houyou div.secintro div.txt h2.txt_b {
              font-size: 1.1em;
              line-height: 1.6; } }
        .main section.sengyo div.secintro div.txt p.txt_m, .main section.houyou div.secintro div.txt p.txt_m {
          margin-bottom: 0;
          font-size: 1.8em;
          letter-spacing: .15em;
          line-height: 1.8; }
          @media screen and (max-width: 1366px) {
            .main section.sengyo div.secintro div.txt p.txt_m, .main section.houyou div.secintro div.txt p.txt_m {
              font-size: 1em;
              line-height: 1.6; } }
        .main section.sengyo div.secintro div.txt p.txt_s, .main section.houyou div.secintro div.txt p.txt_s {
          margin-bottom: 0;
          font-size: 1.1em;
          letter-spacing: .15em;
          line-height: 1.8; }
          @media screen and (max-width: 1366px) {
            .main section.sengyo div.secintro div.txt p.txt_s, .main section.houyou div.secintro div.txt p.txt_s {
              font-size: 1em;
              line-height: 1.6; } }
    .main section.sengyo div.inner, .main section.houyou div.inner {
      padding: 0; }
      @media screen and (max-width: 1366px) {
        .main section.sengyo div.inner, .main section.houyou div.inner {
          padding: 0 20px; } }
      .main section.sengyo div.inner ul.gallary, .main section.houyou div.inner ul.gallary {
        display: flex;
        flex-wrap: wrap;
        margin-top: 80px; }
        @media screen and (max-width: 640px) {
          .main section.sengyo div.inner ul.gallary, .main section.houyou div.inner ul.gallary {
            display: block;
            margin-top: 40px; } }
        .main section.sengyo div.inner ul.gallary li, .main section.houyou div.inner ul.gallary li {
          margin-right: 30px;
          margin-bottom: 30px;
          width: calc(33.3333% - 20px); }
          @media screen and (max-width: 640px) {
            .main section.sengyo div.inner ul.gallary li, .main section.houyou div.inner ul.gallary li {
              margin-right: 0;
              width: 100%; } }
          .main section.sengyo div.inner ul.gallary li:nth-child(3n), .main section.houyou div.inner ul.gallary li:nth-child(3n) {
            margin-right: 0; }
          .main section.sengyo div.inner ul.gallary li div.txt, .main section.houyou div.inner ul.gallary li div.txt {
            padding: .8em 0 0; }
            .main section.sengyo div.inner ul.gallary li div.txt p.txt_b, .main section.houyou div.inner ul.gallary li div.txt p.txt_b {
              margin: 0;
              font-size: 1em;
              line-height: 1.5;
              font-weight: bold; }
            .main section.sengyo div.inner ul.gallary li div.txt p.txt_s, .main section.houyou div.inner ul.gallary li div.txt p.txt_s {
              margin: .25em 0 0;
              font-size: .9em;
              line-height: 1.5; }
      .main section.sengyo div.inner div.info, .main section.houyou div.inner div.info {
        display: flex;
        justify-content: space-between;
        margin-top: 40px; }
        @media screen and (max-width: 640px) {
          .main section.sengyo div.inner div.info, .main section.houyou div.inner div.info {
            display: block; } }
        .main section.sengyo div.inner div.info div.box, .main section.houyou div.inner div.info div.box {
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-right: 40px;
          padding: 30px;
          width: calc(50% - 20px);
          border: 2px solid #00284D; }
          @media screen and (max-width: 640px) {
            .main section.sengyo div.inner div.info div.box, .main section.houyou div.inner div.info div.box {
              display: block;
              margin-right: 0;
              width: 100%; } }
          .main section.sengyo div.inner div.info div.box:last-child, .main section.houyou div.inner div.info div.box:last-child {
            margin-right: 0; }
            @media screen and (max-width: 640px) {
              .main section.sengyo div.inner div.info div.box:last-child, .main section.houyou div.inner div.info div.box:last-child {
                margin-top: 30px; } }
          .main section.sengyo div.inner div.info div.box h4, .main section.houyou div.inner div.info div.box h4 {
            margin: 0 0 20px;
            font-size: 1.4em;
            text-align: center; }
            @media screen and (max-width: 640px) {
              .main section.sengyo div.inner div.info div.box h4, .main section.houyou div.inner div.info div.box h4 {
                font-size: 1.2em;
                text-align: left; } }
          .main section.sengyo div.inner div.info div.box p, .main section.houyou div.inner div.info div.box p {
            margin: 0;
            font-weight: bold;
            text-align: center; }
            @media screen and (max-width: 640px) {
              .main section.sengyo div.inner div.info div.box p, .main section.houyou div.inner div.info div.box p {
                text-align: left; } }
          .main section.sengyo div.inner div.info div.box a.tellink, .main section.houyou div.inner div.info div.box a.tellink {
            display: block;
            margin: 20px auto 0;
            width: 100%;
            max-width: 300px; }
          .main section.sengyo div.inner div.info div.box.horei, .main section.houyou div.inner div.info div.box.horei {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 40px; }
            @media screen and (max-width: 640px) {
              .main section.sengyo div.inner div.info div.box.horei, .main section.houyou div.inner div.info div.box.horei {
                display: block;
                padding: 30px; } }
            .main section.sengyo div.inner div.info div.box.horei div.img, .main section.houyou div.inner div.info div.box.horei div.img {
              width: 180px; }
              @media screen and (max-width: 640px) {
                .main section.sengyo div.inner div.info div.box.horei div.img, .main section.houyou div.inner div.info div.box.horei div.img {
                  margin: 0 auto 20px; } }
            .main section.sengyo div.inner div.info div.box.horei div.txt, .main section.houyou div.inner div.info div.box.horei div.txt {
              padding-left: 30px;
              width: calc(100% - 180px); }
              @media screen and (max-width: 640px) {
                .main section.sengyo div.inner div.info div.box.horei div.txt, .main section.houyou div.inner div.info div.box.horei div.txt {
                  width: 100%;
                  padding-left: 0; } }
              .main section.sengyo div.inner div.info div.box.horei div.txt h4, .main section.sengyo div.inner div.info div.box.horei div.txt p, .main section.houyou div.inner div.info div.box.horei div.txt h4, .main section.houyou div.inner div.info div.box.horei div.txt p {
                text-align: left; }
  .main section.houyou::before {
    left: 0; }
  .main section.houyou div.secintro {
    flex-direction: row-reverse; }
    .main section.houyou div.secintro div.img {
      padding-right: 0;
      padding-left: 100px; }
      @media screen and (max-width: 640px) {
        .main section.houyou div.secintro div.img {
          padding-left: 0; } }
  .main section.houyou div.inner ul.room li:nth-child(1) {
    margin-right: 3%;
    width: 37.6%; }
  .main section.houyou div.inner ul.room li:nth-child(2) {
    margin-right: 3%;
    width: 37.6%; }
  .main section.houyou div.inner ul.room li:nth-child(3) {
    width: 18.8%; }
  @media screen and (max-width: 640px) {
    .main section.houyou div.inner ul.room li:nth-child(1) {
      margin-right: 0;
      width: 100%; }
    .main section.houyou div.inner ul.room li:nth-child(2) {
      margin-right: 0;
      width: 100%; }
    .main section.houyou div.inner ul.room li:nth-child(3) {
      width: 100%; } }
  .main section.houyou div.inner div.price {
    margin: 40px auto 80px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #00284D;
    border-bottom: 1px solid #00284D; }
    @media screen and (max-width: 640px) {
      .main section.houyou div.inner div.price {
        display: block; } }
    .main section.houyou div.inner div.price div.left {
      width: 159px;
      border-right: 1px solid #00284D; }
      @media screen and (max-width: 640px) {
        .main section.houyou div.inner div.price div.left {
          width: 100%;
          border-right: 0; } }
      .main section.houyou div.inner div.price div.left h4 {
        margin-top: .1em;
        font-size: 1.2em; }
    .main section.houyou div.inner div.price div.right {
      width: calc(100% - 160px);
      padding-left: 2em; }
      @media screen and (max-width: 640px) {
        .main section.houyou div.inner div.price div.right {
          width: 100%;
          padding-left: 0; } }
      .main section.houyou div.inner div.price div.right ul {
        margin: 0; }
        .main section.houyou div.inner div.price div.right ul li {
          padding: .25em 0; }
  .main section.houyou div.inner div.flex_houyou {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 640px) {
      .main section.houyou div.inner div.flex_houyou {
        display: block; } }
    .main section.houyou div.inner div.flex_houyou h3 {
      margin: 0;
      width: 80px; }
      .main section.houyou div.inner div.flex_houyou h3 img {
        width: 50px; }
      @media screen and (max-width: 640px) {
        .main section.houyou div.inner div.flex_houyou h3 {
          margin-bottom: 1em;
          padding: .5em .5em .6em;
          width: 100%;
          color: #fff;
          background: #00284D; } }
    .main section.houyou div.inner div.flex_houyou ul.gallary {
      margin-top: 0;
      width: calc(100% - 80px); }
      @media screen and (max-width: 640px) {
        .main section.houyou div.inner div.flex_houyou ul.gallary {
          width: 100%; } }
  .main section.access::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #00284D;
    z-index: -1; }
    @media screen and (max-width: 640px) {
      .main section.access::before {
        height: 100%; } }
  .main section.access .ggmap {
    position: relative;
    padding-bottom: 35%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .main section.access .ggmap {
        padding-bottom: 50%; } }
    .main section.access .ggmap iframe, .main section.access .ggmap object, .main section.access .ggmap embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .main section.access div.txt {
    margin: 0 auto 40px;
    color: #fff;
    text-align: center; }
    .main section.access div.txt h2 {
      margin-top: 0; }
    .main section.access div.txt p.tel {
      margin-bottom: 0; }
      .main section.access div.txt p.tel a {
        color: #fff;
        text-decoration: underline; }
  .main section.info {
    padding: 0 0 60px; }
    @media screen and (max-width: 640px) {
      .main section.info {
        padding: 40px 0; } }
    .main section.info div.inner {
      max-width: 1040px; }
      .main section.info div.inner div.flexbox {
        display: flex;
        justify-content: space-between; }
        @media screen and (max-width: 640px) {
          .main section.info div.inner div.flexbox {
            display: block; } }
        .main section.info div.inner div.flexbox div.left {
          width: calc(50% - 20px);
          margin-right: 40px;
          background-color: #efefef; }
          @media screen and (max-width: 640px) {
            .main section.info div.inner div.flexbox div.left {
              width: 100%;
              margin-right: 0; } }
          .main section.info div.inner div.flexbox div.left div.img img {
            vertical-align: bottom; }
          .main section.info div.inner div.flexbox div.left div.txt {
            text-align: center;
            font-weight: bold;
            font-size: 1.1em;
            line-height: 1.5; }
            @media screen and (max-width: 640px) {
              .main section.info div.inner div.flexbox div.left div.txt {
                padding-bottom: 1em;
                font-size: 1em;
                background-color: #efefef; } }
        .main section.info div.inner div.flexbox div.right {
          width: calc(50% - 20px); }
          @media screen and (max-width: 640px) {
            .main section.info div.inner div.flexbox div.right {
              width: 100%;
              margin-top: 20px; } }

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  text-align: center;
  background: #00284D; }
  footer p.copy {
    margin: 0;
    padding: 1.5em 0;
    color: #fff;
    font-size: 13px; }
    @media screen and (max-width: 640px) {
      footer p.copy {
        font-size: 10px; } }

/* -------------------------------- 
page_top
--------------------------------- */
p.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px; }
  p.pagetop a {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #00284D;
    border-radius: 50%;
    line-height: 50px; }
    p.pagetop a i {
      font-size: 20px;
      color: #fff;
      line-height: 50px; }
