@charset "UTF-8";
.sp-none {
  display: none !important;
}

.inbox {
  width: 90%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: All .4s ease;
  transition: All .4s ease;
  cursor: pointer;
}
a img {
  -webkit-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

.com-mail-btn {
  width: 50px;
  text-align: center;
}
.com-mail-btn a {
  font-size: 18px;
  height: 50px;
  background: #a49063;
  line-height: 1;
}
.com-mail-btn .icon {
  width: 25px;
}
.com-mail-btn .txt {
  display: none;
}

.com-tel {
  font-size: 1.8rem;
  font-weight: 700;
}
.com-tel small {
  font-size: 1.2rem;
}

/*==================================================
 header
==================================================*/
#header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
#header .hd-info {
  z-index: 100;
}
#header .hd-info li {
  margin-right: 5px;
}
#header .hd-info li:last-of-type {
  margin-right: 0;
}
#header .hd-info .hd-tel {
  width: 50px;
  height: 15vw;
  text-align: center;
}
#header .hd-info .hd-tel a span {
  display: none;
}
#header .hd-info .com-hd-btn {
  text-align: center;
}
#header .hd-info .com-hd-btn a {
  height: 100%;
}
#header .hd-info .com-hd-btn a .txt {
  display: none;
}

/*==================================================
 Main Visual
==================================================*/
.main-visual {
  position: relative;
  padding-top: 75px;
}

.main-catch {
  text-align: center;
  position: absolute;
  margin: auto;
  z-index: 10;
}

.bx-wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: #fff;
  margin-bottom: 0;
  height: calc(100vh - 155px);
}
.bx-wrapper .bx-viewport,
.bx-wrapper #slider,
.bx-wrapper .com-img {
  height: 100% !important;
}
.bx-wrapper #slider li {
  height: 100% !important;
}

/*==================================================
 イメージスライダー
==================================================*/
#top-gallery {
  padding: 15% 0;
  background: #f2f2f2;
}
#top-gallery .inbox {
  width: 90%;
  margin: 0 auto;
}
#top-gallery .top-gallery-ttl {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 10%;
  font-weight: 700;
}
#top-gallery .top-gallery-ttl span {
  position: relative;
}
#top-gallery .top-gallery-wrap {
  position: relative;
}
#top-gallery .swiper-wrapper li {
  height: 40vw;
}
#top-gallery .swiper-wrapper li img {
  cursor: pointer;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  width: 100%;
  height: 100%;
}
#top-gallery .swiper-wrapper li:hover {
  opacity: .6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#top-gallery .swiper-button-next,
#top-gallery .swiper-button-prev {
  height: 25vw;
  width: 7vw;
  z-index: 1;
  top: 50%;
  margin-top: -12.5vw;
}
#top-gallery .swiper-button-prev {
  left: -3vw;
}
#top-gallery .swiper-button-next {
  right: -3vw;
}
#top-gallery .swiper-button-prev {
  background: rgba(255, 255, 255, 0.9) url(../img/top/prev-btn.png) no-repeat center;
}
#top-gallery .swiper-button-next {
  background: rgba(255, 255, 255, 0.9) url(../img/top/next-btn.png) no-repeat center;
}

/*==================================================
 その他リンク
==================================================*/
#top-info {
  padding: 0 0 20% 0;
}

/*リンクリスト
---------------------------------------------------*/
.top-others-link {
  margin: 15% 0 25%;
}
.top-others-link .top-others-link-bx {
  width: 48%;
  margin: 4% 4% 0 0;
  position: relative;
}
.top-others-link .top-others-link-bx:nth-of-type(2n) {
  margin-right: 0;
}
.top-others-link .top-others-link-bx:nth-of-type(-n+2) {
  margin-top: 0;
}
.top-others-link .top-others-link-bx a {
  display: block;
  padding-bottom: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-others-link .top-others-link-bx .top-others-link-ttl {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: 0;
  background: #193d72;
  color: #fff;
  padding: 3% 4%;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  left: -2vw;
  top: 2vw;
  font-size: 1.3rem;
}
.top-others-link .top-info01 {
  background: url(../img/top/top-info01-bg-sp.jpg) no-repeat center top/cover;
}
.top-others-link .top-info02 {
  background: url(../img/top/top-info02-bg-sp.jpg) no-repeat center top/cover;
}

/*トグルテキスト
---------------------------------------------------*/
#top-sales-point {
  padding: 20% 0;
}

.sales-point {
  padding: 10% 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #ccc;
}
.sales-point .sales-point-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #193d72;
  line-height: 1.5;
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 2px solid #193d72;
}
.sales-point p {
  font-size: 1.4rem;
  margin-top: 5%;
}
.sales-point .readmore {
  display: none;
}

/*タブ切り替え
---------------------------------------------------*/
#tab-topic .tab-list {
  border-bottom: 5px solid #193d72;
}
#tab-topic .tab-list li {
  margin-right: 2%;
  padding: 2% 5%;
  list-style: none;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e6e3de;
  font-weight: 500;
  font-size: 1.2rem;
}
#tab-topic .tab-list li:last-child {
  margin-right: 0;
}
#tab-topic .tab-list .current {
  background: #193d72;
  color: #fff;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail {
  border-bottom: 1px solid #ccc;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail:last-of-type {
  border-bottom: none;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail a {
  padding: 8% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail-img {
  width: 25%;
  padding-top: 25%;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail-bx {
  width: 70%;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail-ttl {
  font-weight: 700;
  font-size: 1.4rem;
  padding-bottom: 3%;
  margin-bottom: 20px;
  color: #193d72;
  border-bottom: 2px solid #193d72;
}
#tab-topic .tab_list-wrp .tab-more-btn {
  text-align: center;
  margin-top: 5%;
}
#tab-topic .tab_list-wrp .tab-more-btn a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  background: #193d72;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 30px;
}
#tab-topic .tab_list-wrp .com-tab-detail-txt {
  font-size: 1.2rem;
}

/*==================================================
 お知らせ
==================================================*/
#top-news {
  background: #193d72;
  padding: 15% 0;
}
#top-news .top-news-bx {
  padding: 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
#top-news .news-ttl-wrp {
  padding-bottom: 3%;
  margin-bottom: 4%;
  border-bottom: 2px solid #ccc;
}
#top-news .news-ttl {
  font-weight: 700;
}
#top-news .news-ttl .main {
  font-size: 2rem;
  margin-right: 15px;
}
#top-news .news-ttl .sub {
  font-size: 1.2rem;
  color: #a49063;
}
#top-news .top-news-btn {
  width: 40%;
  text-align: center;
  background: #193d72;
  color: #fff;
  padding: 3% 0;
  font-size: 1rem;
}
#top-news .top-news-post {
  height: 350px;
  overflow-y: scroll;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-news .top-news-post article {
  border-bottom: 1px solid #ccc;
}
#top-news .top-news-post article a {
  display: block;
  padding: 4% 0;
}
#top-news time {
  display: block;
  line-height: 1;
  text-align: right;
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 3%;
}
#top-news .tag-list {
  font-size: .9rem;
  margin-bottom: 3%;
}
#top-news .tag-list li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 2px 5px;
  background: #a49063;
  margin: 2px 2px 0 0;
}
#top-news .top-news-post-ttl {
  font-weight: 700;
  font-size: 1.1rem;
  color: #193d72;
}

/*==================================================
 店舗情報
==================================================*/
#top-company {
  padding: 15% 0;
}
#top-company .top-company-ttl {
  font-weight: 700;
  margin-bottom: 10%;
  text-align: center;
}
#top-company .top-company-ttl span {
  display: block;
}
#top-company .top-company-ttl .main {
  font-size: 2.4rem;
}
#top-company .top-company-ttl .sub {
  color: #a49063;
  font-size: 1.5rem;
}
#top-company .top-company-info {
  display: block;
}
#top-company .top-map-iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 8%;
}
#top-company .top-map-iframe iframe {
  width: 100%;
  height: 100%;
}
#top-company .company-table tr {
  border-bottom: 1px solid #a49063;
}
#top-company .company-table tr:last-of-type {
  border-bottom: none;
}
#top-company .company-table tr th,
#top-company .company-table tr td {
  font-size: 1.2rem;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-company .company-table tr th {
  width: 30vw;
  color: #fff;
  background: #193d72;
}
#top-company .company-table tr td {
  width: 70vw;
}

/*==================================================
 お問い合わせバナー
==================================================*/
.com-contact-banner {
  padding: 15% 0;
  text-align: center;
}
.com-contact-banner .com-contact-banner-ttl {
  font-size: 2rem;
  border-bottom: 3px solid #a49063;
  padding: 5% 0;
  margin-bottom: 8%;
  font-weight: 700;
}
.com-contact-banner .com-contact-banner-bx {
  border: solid 3px #193d72;
  padding: 6% 6% 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-contact-banner .com-contact-banner-txt {
  margin: 0 auto 10%;
  font-weight: 500;
  font-size: 1.4rem;
}
.com-contact-banner .com-contact-banner-list li {
  margin-right: 5%;
}
.com-contact-banner .com-contact-banner-list li:last-of-type {
  margin-right: 0;
}

/*==================================================
 footer
==================================================*/
#footer {
  border-top: #193d72 solid 5px;
}
#footer .ft-wrp {
  text-align: center;
}
#footer .ft-nav {
  display: none;
}
#footer .sns-list {
  margin-bottom: 5%;
}
#footer .sns-list li {
  margin-right: 5%;
}
#footer .sns-list li:last-child {
  margin-right: 0;
}
#footer .ft-bx {
  padding: 10% 0;
}
#footer .ft-bx .ft-logo {
  width: 50%;
  max-width: 150px;
  margin: 0 auto 10%;
}
#footer .ft-bx .com-tel {
  margin-bottom: 5%;
}
#footer .ft-address {
  font-size: 1.2rem;
}
#footer #copyright {
  text-align: center;
}
#footer #copyright a {
  color: #fff;
}

.follow-navi {
  display: none !important;
}

/*==================================================
 追従ナビ
==================================================*/
#sp-fixed-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sp-fixed-nav .sp-fixed-nav-list li {
  text-align: center;
}
#sp-fixed-nav .sp-fixed-nav-list li a {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sp-fixed-nav .sp-fixed-nav-list li span {
  display: block;
}
#sp-fixed-nav .sp-fixed-nav-list li .icon {
  height: 32px;
  margin-bottom: 5px;
}
#sp-fixed-nav .sp-fixed-nav-list li .txt {
  font-size: .9rem;
  font-weight: 500;
}
