@charset "UTF-8";
@import url("parts.css");
/*-----------------------------文字---------------------------------*/
h2 {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5rem;
  margin: 0 0 3rem; }
  h2 span {
    display: block;
    font-size: 2rem; }
  h2.tag span {
    display: inline-block;
    color: #fff;
    background: #000;
    font-size: 1.3rem;
    padding: 0.2rem 1rem;
    vertical-align: text-bottom; }
  h2.wood {
    background: no-repeat url("../images/1x/bg_wood.jpg");
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 1rem 0; }
  h2.dia::after {
    content: '◆';
    display: block;
    margin: 2rem auto; }
  @media (max-width: 480px) {
    h2 {
      font-size: 2rem; } }

/*--------------------------  コンテナ---------------------------------*/
.text_contents {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 auto;
  padding: 5rem 1rem;
  text-align: center;
  position: relative; }
  .text_contents p {
    line-height: 3.5rem; }

.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }
  .container_block {
    flex-basis: 50%;
    margin: 0 0 5rem;
    width: 100%; }
    .container_block img {
      width: 100%; }
  .container .bgImage a {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 27vw;
    align-items: center;
    justify-content: center; }
    .container .bgImage a p {
      background: #231815;
      color: #fff;
      padding: 1rem 5rem; }
  .container.Margin {
    justify-content: space-around; }
    .container.Margin .container_block {
      flex-basis: 45%; }
  .container.Center {
    margin: 0 5%; }
  .container.threeColumn {
    justify-content: left;
    max-width: 110rem;
    margin: auto; }
    .container.threeColumn .container_block {
      flex-basis: 31%;
      margin: 0 1% 5rem; }

.discription {
  border-top: 1px solid;
  max-width: 100%;
  margin: 5rem 1rem 0; }
  .discription p {
    padding: 0.5rem 0;
    line-height: 3rem; }
    .discription p.border {
      border-bottom: 1px solid; }
  .discription.type1 ul {
    border-bottom: 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 1rem 0; }
    .discription.type1 ul li {
      margin: 0 1rem; }
  .discription.type2 table {
    width: 100%;
    table-layout: fixed; }
  .discription.type2 tr {
    border-bottom: 1px solid;
    display: flex;
    justify-content: left;
    padding: 1rem; }
    .discription.type2 tr th {
      font-weight: 400;
      white-space: nowrap; }
      .discription.type2 tr th::after {
        content: '／'; }
  .discription.type3 table {
    width: 100%; }
  .discription.type3 tr {
    border-bottom: 1px solid;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    width: 100%; }
    .discription.type3 tr th {
      font-weight: 400;
      white-space: nowrap;
      padding: 0 1rem 0 0; }
      .discription.type3 tr th::before {
        content: '■'; }
  @media (max-width: 900px) {
    .discription.type3 tr,
    .discription.type3 th,
    .discription.type3 td {
      display: block;
      text-align: center; } }
  .discription.around {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: none;
    margin: 0 1rem; }
    .discription.around .around_name {
      text-align: center;
      border-bottom: 1px solid; }
    .discription.around p:not(.around_name) {
      font-size: 1.4rem; }

.underCircle::after {
  content: '●';
  bottom: -4rem;
  font-size: 2.5rem;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: center; }

.underDia::after {
  content: '◆';
  bottom: -4rem;
  font-size: 2.5rem;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute; }

@media (max-width: 800px) {
  .container.threeColumn .container_block {
    flex-basis: 48%; } }

@media (max-width: 768px) {
  .container_block,
  .container.Margin .container_block {
    flex-basis: 100%;
    margin: 0 1rem 2rem; }
  .container .bgImage a {
    height: 45vw; }
  .text_contents {
    padding: 4rem 1rem; } }

@media (max-width: 600px) {
  .container.threeColumn .container_block {
    flex-basis: 100%;
    margin: 0 1rem 5rem; } }

/*----------------------------parts---------------------------------*/
.box a {
  display: inline-block;
  border: 1px solid; }

#page_top {
  color: #fff;
  font-size: 2.5rem;
  background: #000;
  padding: 0.5rem 1.5rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  text-align: center; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*----------------------------レスポンシブ---------------------------------*/
.sp,
.spW480 {
  display: none !important; }

@media (max-width: 768px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

@media (max-width: 480px) {
  .spW480 {
    display: block !important; }
  .pcW480 {
    display: none !important; } }

/*--------------------------main---------------------------------*/
main {
  padding: 5rem 0 0; }
  main:not(.bgWhite) {
    background: url(../images/1x/bg_main.jpg); }
  main.bgGray {
    background: #DCDDDD; }
  main.about {
    padding: 5rem 0 0; }
  @media (max-width: 768px) {
    main {
      padding: 2rem 0 0; } }

.bgWhite {
  background: #fff; }

/*--------------------------ヘッダー---------------------------------*/
header {
  position: relative;
  background: #000; }
  header h1 {
    margin: 0; }
    header h1 img {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      max-height: 75vh;
      display: block;
      z-index: 1; }
  header .header_slide {
    animation: fadein 3s; }
    header .header_slide img {
      width: 100%;
      height: calc(100vh - 68px);
      margin: 0 auto;
      object-fit: cover;
      opacity: 0.8; }
  header .header_image {
    background: #000; }
    header .header_image img {
      width: 100%;
      object-fit: cover;
      opacity: 0.8; }
  header .modal_open {
    display: none; }
    header .modal_open a {
      cursor: pointer;
      z-index: 1;
      text-align: center;
      position: absolute; }
    header .modal_open h1 {
      margin: 0 0 0 1rem; }
      header .modal_open h1 img {
        position: initial; }
    @media (max-width: 768px) {
      header .modal_open {
        display: block; } }
  header .modal_content {
    display: none;
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    z-index: 2; }
    header .modal_content ul {
      list-style: none;
      padding: 1rem;
      text-align: center; }
      header .modal_content ul li a {
        color: #fff;
        display: block;
        padding: 1rem 0;
        position: relative; }
  header .menu {
    background: no-repeat url("../images/1x/bg_wood.jpg");
    background-size: cover;
    padding: 2rem 0;
    position: relative; }
    header .menu a {
      color: #fff; }
    header .menu ul {
      flex-wrap: wrap;
      justify-content: center; }
    header .menu li {
      display: inline-block; }
      header .menu li::before, header .menu li:last-child::after {
        content: '|';
        color: #fff;
        margin: 0 1rem; }
    header .menu .english {
      position: absolute;
      top: 2rem;
      right: 5%; }
  @media (max-width: 1000px) {
    header .menu .english {
      position: initial;
      text-align: center; } }
  @media (max-width: 768px) {
    header .menu {
      display: none; }
    header .header_image img {
      height: 90vw; }
    header .header_slide img {
      height: 100vh; } }

.fixed {
  position: fixed; }

/*------------------------フッター---------------------------------*/
footer {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: none; }
  footer .menu {
    align-items: center;
    justify-content: space-around;
    padding: 2rem 1rem; }
    footer .menu ul li {
      display: inline-block; }
    footer .menu .internal {
      flex-basis: 60%;
      flex-wrap: wrap;
      font-size: 1.4rem;
      justify-content: center; }
      footer .menu .internal li:not(:last-child)::after {
        content: '|';
        margin: 0 1rem; }
    footer .menu .external {
      align-items: center;
      flex-basis: 30%; }
      footer .menu .external li {
        margin: 0 1rem; }
  footer .under {
    align-items: center;
    background: no-repeat url("../images/1x/bg_wood.jpg");
    background-size: cover;
    color: #fff;
    flex-wrap: wrap;
    padding: 3rem 6rem; }
    footer .under .tel span {
      font-size: 2rem;
      margin: 0 0 0 1rem; }
  @media (max-width: 1000px) {
    footer .menu {
      flex-direction: column; }
      footer .menu ul {
        margin: 0 0 1rem; }
    footer .under {
      padding: 3rem 1rem; }
      footer .under p {
        margin: auto; } }
  @media (max-width: 480px) {
    footer .menu .external {
      flex-direction: column; }
      footer .menu .external li {
        margin: 0 0 1rem; }
    footer .under .tel span {
      display: block; } }

/*--------------------------top--------------------------------*/
.top .bgImage.facility a {
  background-image: url("../images/1x/top_link1.jpg"); }

.top .bgImage.plan a {
  background-image: url("../images/1x/top_link2.jpg"); }

.top footer {
  border-top: 1px solid #231815; }

.information {
  background: #fff;
  padding: 3rem 0 6rem; }
  .information .vacancy a {
    padding: 1rem 4rem;
    margin: 0 0 3rem; }
  .information .rute a {
    padding: 2rem 0;
    margin: 2rem 0 0;
    width: 30rem;
    max-width: 100%;
    text-align: center; }
  .information .map {
    height: 40rem; }
    .information .map iframe {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }
  .information .access {
    align-items: center;
    flex-wrap: nowrap; }
  .information .haad {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.5rem 0; }
    .information .haad::before {
      content: '■';
      padding: 0 0.5rem; }
  .information .text {
    padding: 0 3rem; }
    .information .text p {
      margin: 0 0 1rem; }

@media (max-width: 768px) {
  .information .access {
    flex-wrap: wrap; }
  .information .text {
    padding: 0 1rem; } }

/*------------------------湯田中 湯本とは---------------------------------*/
.about .information > div {
  border-bottom: 1px solid;
  max-width: 100rem;
  margin: 0; }

.about .information .data {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: 100%;
  justify-content: space-around;
  padding: 5rem 0; }
  .about .information .data ul {
    padding: 0 1rem; }

@media (max-width: 768px) {
  .about .information .data {
    flex-direction: column; } }

/*------------------------ご予約・お問合わせ---------------------------------*/
.contact_form {
  max-width: 65rem;
  margin: 0 auto; }
  .contact_form dl {
    display: flex;
    justify-content: space-between;
    margin: 0 1rem 1.5rem; }
  .contact_form dt {
    flex-basis: 15%; }
  .contact_form dd {
    flex-basis: 85%; }
  .contact_form input[type="text"],
  .contact_form input[type="tel"],
  .contact_form input[type="email"] {
    border: none;
    height: 3.4rem;
    width: 100%; }
    .contact_form input[type="text"].short,
    .contact_form input[type="tel"].short,
    .contact_form input[type="email"].short {
      width: 7rem;
      max-width: 100%; }
  .contact_form .other {
    display: block; }
  .contact_form textarea {
    border: none;
    float: right;
    resize: none;
    width: 60rem;
    max-width: 100%;
    height: 11.5rem; }
  .contact_form .submitBtn {
    padding: 3rem 0 5rem; }
    .contact_form .submitBtn button {
      border: none;
      background: #fff;
      display: inline-block;
      margin: 0 1rem;
      padding: 0.5rem 1rem; }
  @media (max-width: 600px) {
    .contact_form dl {
      flex-direction: column; }
    .contact_form .day {
      display: block;
      margin: 0 0 0.5rem; } }

/*------------------------IE---------------------------------*/
@media all and (-ms-high-contrast: none) {
  .flex_column {
    flex-direction: row; }
  .facility .container_block {
    margin: 0 auto 5rem; } }

/*# sourceMappingURL=style.css.map */