@charset "utf-8";
/* 1. All Devices
-------------------------------------------------------------------------------- */

html.js {
  margin-top: 0 !important;
}

html,
body {
  height: 100%;
  width: 100%;
}

.rms,
.gold {
  color: #107b9b;
  letter-spacing: 0.1rem;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.menu-button {
  display: none;
}

.toggle-menu {
  display: none;
}


@keyframes zoom-out {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.kv-slide {
  height: 100vh;
  position: relative;
}

.kv-slide .swiper {
  height: 100%;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide span {
  display: block;
  height: 100vh;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide-1 span {
  background: #000 url("images/slide-1.jpg") no-repeat center;
  background-size: cover;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide-2 span {
  background: #000 url("images/slide-2.jpg") no-repeat center;
  background-size: cover;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide-3 span {
  background:#000  url("images/slide-3.jpg") no-repeat center;
  background-size: cover;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide-4 span {
  background: #000 url("images/slide-4.jpg") no-repeat center;
  background-size: cover;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide-5 span {
  background: #000 url("images/slide-5.jpg") no-repeat center;
  background-size: cover;
}

.kv-slide .swiper .swiper-wrapper .swiper-slide-prev span,
.kv-slide .swiper .swiper-wrapper .swiper-slide-active span,
.kv-slide .swiper .swiper-wrapper .swiper-slide-duplicate-active span {
  width: 100%;
  animation-name: zoom-out;
  animation-duration: 3.5s;
  animation-fill-mode: forwards;
}

.kv-slide .site-name {
  left: 111px;
  top: 77px;
  z-index: 2;
}

.kv-slide .site-name.floating.fixed {
  position: fixed;
  transition: all 0.5s ease;
}

.kv-slide .site-name.floating.fixed.move {
  position: fixed;
  top: 20px;
}

.kv-slide .kv-title {
  z-index: 1;
}

.slide-wrap {
  height: 600px;
}

.header {
  background: #fff
  ;
}

.header.floating-2.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 32px;
}

.header.floating-2.fixed + * {
  padding-top: 170px;
}

.header .inner ul {
  padding-top: 120px;
  margin-left: 300px;
  transition: all 0.5s ease;
}

.header.floating-2.fixed .inner ul {
  padding-top: 64px;
}

.header .inner ul li {
  margin-right: 36px;
  margin-bottom: 20px;
}

.header .inner ul li a {
  font-size: 1.9rem;
  text-decoration: none;
  display: block;
  padding-bottom: 12px;
}

.header .inner ul li a:hover {
  padding-bottom: 8px;
  border-bottom: 4px solid #589DA4;
}


.anc {
  position: relative;
}

#anc-greeting {
  top: -100px;
}

.sec {
  padding-left: 20px;
  padding-right: 20px;
}

.sec-title {
  font-size: 3rem;
  line-height: 2;
  font-weight: 500;
}

.sec-title .text-s {
  font-size: 60%;
}

.text-1 {
  font-size: 2rem;
  line-height: 2;
}

.autoplay-slider-wrap {
  overflow-x: hidden;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: min-content;
  overflow-x: hidden;
  animation: loop-slide 80s infinite linear 1s both;
}

.autoplay-slider .slide {
  height: 247px;
  width: 3700px;
  position: relative;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.bn-group {
  max-width: 1080px;
}

.bn-group a {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
  position: relative;
  display: block;
}

.bn-group a img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  background-image:url("images/gold/k-1427462a.png");
}

.footer a {
  text-decoration: none;
}

.footer .nav {
  max-width: 1160px;
}

.footer .nav li {
  margin-bottom: 24px;
}

.footer .nav li a {
  line-height: 1.6;
  display: block;
}

.footer .footer-info li {
  line-height: 1.6;
  margin: 0 20px 10px;
}

.footer .footer-info li a {
  display: block;
  border-bottom: 1px solid #107b9b;
}

.footer .copyright {
  letter-spacing: 0;
}

@media only screen and (max-width: 1474px) {
  .header .inner ul li a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1340px) {
  .header .inner ul li {
    margin-right: 28px;
  }
  .header .inner ul li a {
    font-size: 1.4rem;
  }
}

/* 1. SP
-------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

  .menu-button {
    display: block;
  }

  .menu-button {
    width: 50px;
    height: 50px;
  }

  .menu-button p {
    font-size: 1rem;
  }

  /* toggle menu
  ----------------------------------------------- */
  .menu-button {
    width: 50px;
    height: 50px;
    z-index: 3;
    position: fixed;
    top: 10px;
    right: 16px;
    padding: 16px 5px 5px 5px;
  }

  .menu-button .inner {
    position: relative;
  }

  .menu-button:hover {
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    background: #107b9b;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0%;
    /* left: 15%; */
    transition: all .4s;
  }

  .menu-button span::before {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    /* background: #ddd; */
  }

  .menu-button span:first-child {
    top: 0px;
  }

  .menu-button span:nth-child(2) {
    top: 8px;
  }

  .menu-button span:last-child {
    top: 16px;
  }

  .menu-button.active span:first-child {
    top: -2px;
    transform: translatey(10px) rotate(45deg);
  }

  .menu-button.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-button.active span:last-child {
    top: 18px;
    transform: translatey(-10px) rotate(-45deg);
  }


  .toggle-menu {
    display: none;
    position: fixed;
    left: 0;
    height: 100vh;
    width: 100%;
    top: 0;
    /* right: 100%; */
    z-index: 2;
    background: #fff;
  }

  .toggle-menu ul li a {
    line-height: 1.3;
    padding: 18px 8px 18px 18px;
    display: inline-block;
    text-decoration: none;
    position: relative;
  }

  .toggle-menu .nav-ul {
    margin-top: 50%;
    display: block !important;
  }

  .toggle-menu .nav-ul li {
    padding: 10px 20px;
    text-align: center;
  }

  .toggle-menu .nav-ul li a {
    font-size: 2rem;
    padding: 6px 24px 6px 24px;
    border-radius: 20px;
  }


  .kv-slide .swiper .swiper-wrapper .swiper-slide-prev img,
  .kv-slide .swiper .swiper-wrapper .swiper-slide-active img,
  .kv-slide .swiper .swiper-wrapper .swiper-slide-duplicate-active img {
    height: 100vh;
  }

  .kv-slide .site-name {
    top: 20px;
    left: 20px;
  }

  .kv-slide .site-name img {
    width: 80px;
  }

  .kv-slide .kv-title img {
    width: 160px;
  }

  .header.floating-2.fixed + * {
    padding-top: 0;
  }

  #anc-greeting {
    top: -100px;
  }

  .sec-title {
    font-size: 2.4rem;
  }

  .sec-title .text-s {
    position: relative;
    top: -20px;
  }

  .text-1 {
    font-size: 1.5rem;
  }

  .bn-group a {
    width: 46%;
    height: 120px;
  }

  .footer .nav li {
    width: 50%;
    text-align: center;
  }

  .footer .footer-info li .telhref {
    display: inline;
    border: none;
  }

  /* 1-1. SP (iPhone SE old)
  -------------------------------------------------------------------------------- */
  @media only screen and (max-width: 320px) {



  }

}

/* 2. PC
-------------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

  /* 2-1. TB
  -------------------------------------------------------------------------------- */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* 2-1-1. TB (horaizontal)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 992px) and (max-width: 1024px) {

    }

    /* 2-1-2. TB (vertical)
    -------------------------------------------------------------------------------- */
    @media only screen and (min-width: 764px) and (max-width: 991px) {



    }
  }
}


/* page
-------------*/
#main_cont{
	width: 730px;
}
.zoom_icon{
	text-align: right;
	margin-right: 20px;
}
#item_spec {
    width: 350px;
    font-size: 12px;
}
#item_spec h3 {
    background-color: #264931;
    color: #FFFFFF;
    font-size: 14px;
    padding: 3px;
    margin-bottom: 10px;
    font-weight: normal;
}
#item_spec table {
    border-collapse: collapse;
    margin-bottom: 20px;
}
#item_spec table th {
    width: 20%;
    font-weight: normal;
    text-align: left;
    padding: 5px;
    vertical-align: top;
    background-color: #F3F3F3;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
}
#item_spec table td {
    width: 80%;
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #CCCCCC;
    font-size: 12px;
}

#q-a{
	padding-top: 30px;
	width: 730px;
	height: 980px;/*q&aの高さ設定*/
}
body div#pagebody span.item_desc .spctb{border-collapse:collapse;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;text-align:left;font-size:12px;}
body div#pagebody span.item_desc .spctb td{border-collapse:collapse;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;text-align:left;font-size:12px;}
body div#pagebody span.item_desc .spctb th{border-collapse:collapse;border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;text-align:left;font-size:12px;}
body div#pagebody span.item_desc .spctb td{padding:6px 8px 4px;font-weight:normal;}
body div#pagebody span.item_desc .spctb th{padding:6px 8px 4px;font-weight:normal;}
body div#pagebody span.item_desc .spctb th{width:20%;background-color:#efefef;}
body div#pagebody span.item_desc .spctb caption{text-align:left;font-weight:bold;}
body div#pagebody span.item_desc .note{line-height: 1.4; margin: 0; padding: 0; font-size: 12px; list-style: none;}

