@charset "UTF-8";
/* Default */
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* 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 */
  -webkit-text-decoration: underline dotted;
          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-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

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

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

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  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] {
  -webkit-box-sizing: border-box;
          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;
}

.nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Adjust if you needed */
html, body {
  font-size: 62.5%;
}

body {
  background: white;
  color: #333333;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

::-moz-selection {
  background: deepskyblue;
  color: white;
}

::selection {
  background: deepskyblue;
  color: white;
}

a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: deepskyblue;
  text-decoration: none;
}
a:focus {
  outline: none;
}

a:focus, *:focus {
  outline: none;
}

@media print {
  * html body {
    zoom: 0.7;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* [ Sample ] */
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
body {
  background-color: #C5C8CB;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.loading {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.loading_main {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/loading.svg);
  background-position: center;
  background-size: cover;
  -webkit-transition: all, 4s;
  transition: all, 4s;
}
.loaded .loading_main {
  -webkit-transform: scale(20);
      -ms-transform: scale(20);
          transform: scale(20);
}

.loading_mask {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 7%;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.header_logo {
  width: 20%;
  max-width: 75px;
  margin: 0;
  line-height: 0;
}
.header_logo a:hover {
  opacity: 0.5;
}
.header_logo {
  opacity: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.scrl .header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(197, 200, 203)), to(rgba(197, 200, 203, 0)));
  background: -webkit-linear-gradient(top, rgb(197, 200, 203) 0%, rgba(197, 200, 203, 0) 100%);
  background: linear-gradient(180deg, rgb(197, 200, 203) 0%, rgba(197, 200, 203, 0) 100%);
}
.scrl .header_logo {
  opacity: 1;
}

.sub .header_logo {
  opacity: 1;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.nav_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_list li {
  margin-right: 20px;
}
.nav_list a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.nav_list a:hover {
  opacity: 0.5;
}
.nav_list_contact {
  padding: 4px 16px;
  border: solid 1px #fff;
  border-radius: 500px;
}
.nav_list_contact:hover {
  background-color: #fff;
  color: #4e4548;
  opacity: 1 !important;
}

.nav_instagram {
  line-height: 0;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.nav_instagram:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.visual {
  position: relative;
  height: 90vh;
  background-image: url(../images/Photo_047.png);
  background-position: center;
  background-size: cover;
}
.visual:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20%;
  background: #C5C8CB;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 200, 203, 0)), to(rgb(197, 200, 203)));
  background: -webkit-linear-gradient(top, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 100%);
  background: linear-gradient(180deg, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 100%);
  content: "";
}
.visual_logo {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 32%;
  max-width: 100px;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.visual_scroll {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 3%;
  -webkit-transform: translateY(-110%) rotate(90deg);
      -ms-transform: translateY(-110%) rotate(90deg);
          transform: translateY(-110%) rotate(90deg);
  color: #fff;
  font-size: 10px;
  font-family: georgia, "times new roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.2em;
}
.visual_scroll span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
          transform: translateX(-120%);
  background-color: #fff;
  content: "";
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.float_contact {
  display: block;
  z-index: 10;
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 100px;
  height: 100px;
  line-height: 0;
}
.float_contact_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.float_contact_texts {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-animation: 5s linear infinite rotation1;
          animation: 5s linear infinite rotation1;
}
.float_contact_texts svg {
  width: 100%;
}

.float_contact:hover .float_contact_icon {
  -webkit-transform: translate(-50%, -50%) scale(1.3);
      -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0;
  margin-bottom: -100px;
  padding: 0 5%;
}
.read_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.read_text {
  text-align: right;
}

.read_title {
  padding-left: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.read_title img {
  width: 60px;
  height: auto;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.insta-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.instagram {
  position: relative;
}
.instagram:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(197, 200, 203, 0)), color-stop(90%, rgb(197, 200, 203)));
  background: -webkit-linear-gradient(right, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 90%);
  background: linear-gradient(270deg, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 90%);
  content: "";
}
.instagram:after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(197, 200, 203, 0)), color-stop(90%, rgb(197, 200, 203)));
  background: -webkit-linear-gradient(left, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 90%);
  background: linear-gradient(90deg, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 90%);
  content: "";
}
.instagram_content {
  width: auto;
  margin: 0 3px !important;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.instagram_content:hover {
  opacity: 0.5;
}
.instagram_content img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.section {
  position: relative;
  margin: 100px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.inner {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 7%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#about {
  overflow-x: hidden;
  overflow-y: hidden;
}

.content_main {
  position: relative;
  padding: 10px 0;
}
.content_main_flex {
  width: 55%;
}

.content_main_reverse {
  margin-left: auto;
}

.content_main-artist {
  padding: 60px 0;
}

.content_main-space {
  padding-top: 60px;
}

.content_main-news {
  padding-top: 60px;
}

.content_sub_flex {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
}
.content_sub_flex img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.content_sub_reverse {
  right: auto;
  left: 0;
}
.content_sub_reverse img {
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
}

.content_sub-space img {
  height: 80%;
}

.content_subtitle {
  position: absolute;
  top: 1.5em;
  -webkit-transform: translateX(-146%) rotate(90deg);
      -ms-transform: translateX(-146%) rotate(90deg);
          transform: translateX(-146%) rotate(90deg);
  font-family: Helvetica, Arial, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.content_subtitle:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(120%);
      -ms-transform: translateX(120%);
          transform: translateX(120%);
  background-color: #fff;
  content: "";
}
.content_subtitle_reverse {
  right: 0;
  -webkit-transform: translateX(120%) rotate(90deg);
      -ms-transform: translateX(120%) rotate(90deg);
          transform: translateX(120%) rotate(90deg);
}

.content_subtitle-about {
  -webkit-transform: translateX(-120%) rotate(90deg);
      -ms-transform: translateX(-120%) rotate(90deg);
          transform: translateX(-120%) rotate(90deg);
}

.content_text {
  margin: 30px 0;
}

.content_ph-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150%;
}

.content_ph_list-about {
  width: 31%;
  margin-right: 1.5%;
}
.content_ph_list-about img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.title {
  margin: 0.5em 0;
  font-weight: normal;
  font-size: 30px;
  font-family: georgia, "times new roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.1em;
}
.title_small {
  display: block;
  margin-top: -0.5em;
  font-size: 14px;
}
.title_small.sp {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.link {
  color: #fff;
}
.link:hover {
  color: #fff;
}
.link_instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.link_instagram_icon {
  line-height: 0;
}

.link_instagram_text {
  padding-left: 10px;
}

.link_instagram:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.menu {
  margin-top: 40px;
}
.menu_list {
  border-bottom: solid 1px #fff;
}
.menu_list:first-child {
  border-top: 1px solid #fff;
}
.menu_list_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  line-height: 1;
  cursor: pointer;
}
.menu_list_title-main {
  margin-right: 15px;
}

.menu_list_title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_arrow_double_bottom.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
.menu_list_title.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.menu_list_wrap {
  display: none;
  position: relative;
  padding-left: 30px;
}

.menu_list_sub {
  margin: 15px 0 30px 0;
  padding-bottom: 10px;
}
.menu_list_sub_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.menu_list_sub_wrap h5 {
  z-index: 1;
  position: relative;
  margin: 0;
  padding-right: 15px;
  background-color: #C5C8CB;
}
.menu_list_sub_wrap:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.menu_list_sub_price {
  z-index: 1;
  position: relative;
  padding-left: 15px;
  background-color: #C5C8CB;
}

.menu_list_sub_read p {
  margin: 0;
  font-size: 13px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#access {
  overflow: hidden;
}

.map {
  height: 500px;
}
.map_wrap {
  width: 125%;
  height: 500px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  height: 860px;
  margin-top: -170px;
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.map_address {
  position: relative;
  margin-top: 40px;
  padding-left: 30px;
  text-align: center;
}
.map_address_title {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #C5C8CB;
  font-weight: normal;
  font-size: 16px;
  font-family: georgia, "times new roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.map_address_main {
  padding: 20px 20px 20px 50px;
  border: solid 1px #fff;
}
.map_address_main p {
  margin: 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.space_price {
  margin: 20px 0;
  padding: 25px;
  border: solid 1px #fff;
}
.space_price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}
.space_price_wrap h5 {
  z-index: 1;
  position: relative;
  margin: 0;
  padding-right: 15px;
  background-color: #C5C8CB;
  font-size: 15px;
}
.space_price_wrap:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.space_price_price {
  z-index: 1;
  position: relative;
  padding-left: 15px;
  background-color: #C5C8CB;
}

.space_read p {
  margin-bottom: 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#news {
  margin-top: -60px;
}

.news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.news_list_date {
  margin-bottom: 6px;
}

.news_list_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #DBE1E6;
  color: #fff;
  text-decoration: none;
}
.news_list_content:hover {
  color: #fff;
  opacity: 0.5;
}

.news_list_read {
  margin: 0;
}

.news_list_ph {
  line-height: 0;
}
.news_list_ph img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.news_list_text {
  width: calc(100% - 140px);
}

.news_link {
  text-align: right;
}
.news_link .link {
  padding-right: 30px;
  background-image: url(../images/icon_arrow_double_right.svg);
  background-position: right center;
  background-size: 10px;
  background-repeat: no-repeat;
  font-size: 15px;
  text-decoration: none;
}
.news_link .link:hover {
  opacity: 0.5;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#contact {
  overflow-x: hidden;
  overflow-y: hidden;
}

.contact_attention {
  font-size: 12px;
}

.contact_text {
  margin-top: 20px;
  font-size: 12px;
}

.contact_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 123%;
  margin-top: 40px;
}
.contact_links_box {
  width: 32%;
  padding: 120px 0;
  border-radius: 10px;
  background-color: #ADB1B6;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.contact_links_box:hover {
  background-color: #454F58;
  color: #fff;
}
.contact_links_box_ph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-bottom: 30px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.contact_links_box_ph svg {
  width: auto;
  height: 40px;
}
.contact_links_box_ph-mail svg {
  height: 30px;
}

.contact_links_box_title span {
  display: inline-block;
  padding: 3px 20px;
  border: solid 1px #fff;
  border-radius: 500px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
#footer {
  margin: 60px 0;
  text-align: center;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.page {
  margin: 80px 0;
}
.page_visual {
  position: relative;
  height: 40vh;
  background-image: url(../images/visual.jpg);
  background-position: center;
  background-size: cover;
}
.page_visual:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20%;
  background: #C5C8CB;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 200, 203, 0)), to(rgb(197, 200, 203)));
  background: -webkit-linear-gradient(top, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 100%);
  background: linear-gradient(180deg, rgba(197, 200, 203, 0) 0%, rgb(197, 200, 203) 100%);
  content: "";
}
.page_visual-contact {
  background-image: url(../images/visual_contact.jpg);
}

.page_visual-information {
  background-image: url(../images/visual_information.jpg);
}

.page_title {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-size: 30px;
  font-family: georgia, "times new roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.form_wrap {
  max-width: 800px;
  margin: 0 auto;
}

.form_box {
  margin: 25px 0;
}
.form_box .wpcf7-form-control-wrap {
  display: block;
}
.form_box input[type=text], .form_box input[type=email], .form_box input[type=tel], .form_box textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 14px 19px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
}
.form_box input[type=text]::-webkit-input-placeholder, .form_box input[type=email]::-webkit-input-placeholder, .form_box input[type=tel]::-webkit-input-placeholder, .form_box textarea::-webkit-input-placeholder {
  color: #ADB1B6;
}
.form_box input[type=text]::-moz-placeholder, .form_box input[type=email]::-moz-placeholder, .form_box input[type=tel]::-moz-placeholder, .form_box textarea::-moz-placeholder {
  color: #ADB1B6;
}
.form_box input[type=text]:-ms-input-placeholder, .form_box input[type=email]:-ms-input-placeholder, .form_box input[type=tel]:-ms-input-placeholder, .form_box textarea:-ms-input-placeholder {
  color: #ADB1B6;
}
.form_box input[type=text]::-ms-input-placeholder, .form_box input[type=email]::-ms-input-placeholder, .form_box input[type=tel]::-ms-input-placeholder, .form_box textarea::-ms-input-placeholder {
  color: #ADB1B6;
}
.form_box input[type=text]::placeholder, .form_box input[type=email]::placeholder, .form_box input[type=tel]::placeholder, .form_box textarea::placeholder {
  color: #ADB1B6;
}
.form_box .wpcf7-list-item {
  margin-right: 20px;
  margin-left: 0;
}
.form_box .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.form_box input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
}

.form_title {
  display: inline-block;
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
  font-size: 16px;
}
.form_title:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: #fff;
  content: "";
  color: #fff;
}
.form_title.must:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 4.5px 9px;
  -webkit-transform: translate(120%, -50%);
      -ms-transform: translate(120%, -50%);
          transform: translate(120%, -50%);
  border-radius: 100px;
  background-color: #ad6a6a;
  content: "必須";
  color: #fff;
  font-size: 10px;
  line-height: 1;
  white-space: nowrap;
}

.form_send input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 14px 19px;
  border: none;
  border-radius: 10px;
  background-color: #56799F;
  color: #fff;
  cursor: pointer;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.single {
  max-width: 800px;
  margin: 0 auto;
}

.article_title {
  margin: 0 0 20px 0;
  font-size: 16px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hreader_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
}

.fadein {
  -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
          transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fadein.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .contact_links {
    display: block;
    width: 100%;
  }
  .contact_links_box {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 45px 0;
  }
}
@media only screen and (max-width: 840px) {
  .news_list_content {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .inner {
    width: 100%;
  }
  .content_main {
    padding: 0;
  }
  .content_main_flex {
    width: 100%;
  }
  .content_sub {
    position: static;
    width: 100%;
    height: 300px;
    margin: 30px 0;
  }
  .content_sub img {
    border-radius: 10px;
  }
  .content_subtitle {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .header .header_spnav span, .header_spnav .header span, .header .header_spnav:after, .header .header_spnav:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header_spnav {
    display: block;
    z-index: 1001;
    position: absolute;
    top: 50%;
    right: calc(5% + 49px);
    width: 21px;
    height: 16px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_spnav:before {
    top: 0;
    content: "";
  }
  .header_spnav:after {
    bottom: 0;
    content: "";
  }
  .header_spnav span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header_spnav-active:before {
    -webkit-transform: translateY(7px) rotate(-45deg);
        -ms-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
    background-color: #fff !important;
  }
  .header_spnav-active:after {
    -webkit-transform: translateY(-7px) rotate(45deg);
        -ms-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
    background-color: #fff !important;
  }
  .header_spnav-active span {
    background-color: #fff !important;
    opacity: 0;
  }
  .nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(67, 65, 61, 0.9);
  }
  .nav_instagram svg {
    width: 21px;
    height: auto;
  }
  .nav_list {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .nav_list li {
    margin-right: 0;
  }
  .nav_list li a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
  }
  .nav_list li a.nav_list_contact {
    margin-top: 10px;
    padding: 10px 0;
  }
  .read_text {
    text-align: left;
  }
  .read_text br {
    display: none;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 2;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .visual {
    background-image: url(https://no6.tokyo/wp-content/uploads/2025/09/Photo_048.jpg);
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .float_contact {
    opacity: 0;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .scrl .float_contact {
    opacity: 1;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .read {
    margin-bottom: 0;
  }
  .read_title {
    padding-left: 26px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .section {
    position: relative;
    margin: 50px 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .content_ph-about {
    width: 121%;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .title {
    font-size: 23px;
  }
  .menu .title {
    font-size: 18px;
  }
  .title_small.sp {
    display: block;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .map {
    height: 400px;
  }
  .map_wrap {
    width: 100%;
    height: 400px;
  }
  .map iframe {
    height: 760px;
  }
  .news_list_ph img {
    width: 90px;
    height: 90px;
  }
  .news_list_text {
    width: calc(100% - 110px);
  }
  .news_list_date {
    margin-top: 10px;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .page {
    margin: 40px 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .instagram_content img {
    width: 150px;
    height: 150px;
  }
  .instagram:before, .instagram:after {
    width: 24px;
  }
  .visual_logo {
    width: 21%;
  }
  .header_logo {
    width: 15%;
  }
  .nav_list li a.nav_list_contact {
    margin-top: 28px;
    padding: 5px 0;
  }
  .menu_list_sub {
    margin: 15px 0 17px 0;
  }
  .nav_instagram svg {
    width: 19px;
  }
}/*# sourceMappingURL=style.css.map */
