@charset "UTF-8";
body {
  min-width: 1280px;
}

.pc-none {
  display: none !important;
}

.inbox {
  width: 1080px;
  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 0.4s ease;
  transition: All 0.4s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
a img {
  -webkit-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

.com-mail-btn {
  width: 210px;
  text-align: center;
}
.com-mail-btn a {
  font-size: 18px;
  height: 70px;
  line-height: 1;
}
.com-mail-btn .icon {
  width: 25px;
  margin-right: 15px;
}
.com-mail-btn .txt {
  font-weight: 700;
}

.com-tel {
  font-size: 28px;
  font-weight: 700;
}
.com-tel small {
  font-size: 18px;
}

/*==================================================
 header
==================================================*/
#header {
  overflow: hidden;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}
#header .hd-info {
  width: 560px;
}
#header .hd-info li {
  margin-right: 15px;
}
#header .hd-info li:last-of-type {
  margin-right: 0;
}
#header .hd-info li a {
  color: #333;
}
#header .hd-info .hd-tel a span {
  font-size: 26px;
}
#header .hd-info .hd-tel a small {
  font-size: 16px;
}
#header .hd-info .com-hd-btn {
  width: 70px;
  height: 70px;
  text-align: center;
}
#header .hd-info .com-hd-btn a {
  height: 100%;
  color: #fff;
  background: #193d72;
}

/*==================================================
 Main Visual
==================================================*/
.main-visual {
  position: relative;
}

.main-catch {
  text-align: center;
  position: absolute;
  width: 100%;
  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: 800px;
}
.bx-wrapper .bx-viewport,
.bx-wrapper #slider,
.bx-wrapper .com-img {
  height: 100% !important;
}

/*==================================================
 Gnav
==================================================*/
#gnav {
  background: #193d72;
}
#gnav ul li {
  text-align: center;
}
#gnav ul li a {
  width: 100%;
  display: block;
}
#gnav ul li span {
  display: block;
  letter-spacing: 0.2rem;
}
#gnav ul li .eng {
  font-size: 18px;
}

/*==================================================
 店舗情報＆SNS
==================================================*/
#top-detail {
  background: #fffdf9;
  overflow: hidden;
}
#top-detail .top-detail-bx {
  padding: 35px 0;
}
#top-detail .top-detail-bx .in-dl {
  margin-bottom: 10px;
}
#top-detail .top-detail-bx .in-dl dt {
  margin-right: 15px;
}
#top-detail .sns-link {
  width: 590px;
}
#top-detail .sns-link li {
  margin-right: 15px;
}
#top-detail .sns-link li:last-of-type {
  margin-right: 0;
}

/*==================================================
 イメージスライダー
==================================================*/
#top-gallery {
  padding: 120px 0;
  background: #f2f2f2;
}
#top-gallery .inbox {
  width: 90%;
  margin: 0 auto;
}
#top-gallery .top-gallery-ttl {
  font-size: 35px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 700;
}
#top-gallery .top-gallery-ttl span {
  position: relative;
}
#top-gallery .top-gallery-wrap {
  position: relative;
}
#top-gallery .swiper-wrapper li {
  height: 300px;
}
#top-gallery .swiper-wrapper li img {
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 100%;
  height: 100%;
}
#top-gallery .swiper-wrapper li:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#top-gallery .swiper-button-next,
#top-gallery .swiper-button-prev {
  height: 165px;
  width: 60px;
  z-index: 1;
  margin-top: -82.5px;
}
#top-gallery .swiper-button-prev {
  left: -30px;
}
#top-gallery .swiper-button-next {
  right: -30px;
}
#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 120px 0;
}

/*リンクリスト
---------------------------------------------------*/
.top-others-link {
  margin: 100px 0;
}
.top-others-link .top-others-link-bx {
  margin: 40px 40px 0 0;
  position: relative;
}
.top-others-link .top-others-link-bx:hover {
  opacity: 0.8;
}
.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;
  width: 465px;
  height: 310px;
  -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: 15px 20px;
  line-height: 1.5;
  font-weight: 700;
  min-width: 250px;
  position: relative;
  left: -20px;
  top: 10px;
  font-size: 25px;
}
.top-others-link .top-info01 {
  background: url(../img/top/top-info01-bg.jpg) no-repeat center top;
}
.top-others-link .top-info02 {
  background: url(../img/top/top-info02-bg.jpg) no-repeat center top;
}

/*トグルテキスト
---------------------------------------------------*/
#top-sales-point {
  padding: 150px 0;
}

.sales-point {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #ccc;
}
.sales-point .sales-point-ttl {
  font-size: 25px;
  font-weight: 700;
  color: #193d72;
  padding-bottom: 10px;
  border-bottom: 2px solid #193d72;
}
.sales-point p {
  font-size: 17px;
  margin-top: 20px;
}
.sales-point .readmore {
  display: none;
}

/*タブ切り替え
---------------------------------------------------*/
#tab-topic .tab-list {
  border-bottom: 5px solid #193d72;
}
#tab-topic .tab-list li {
  margin-right: 10px;
  width: 200px;
  padding: 20px;
  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;
}
#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: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail-img {
  width: 170px;
  height: 170px;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail-bx {
  width: 800px;
}
#tab-topic .tab_list-wrp .tab_list .com-tab-detail-ttl {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #193d72;
  border-bottom: 2px solid #193d72;
}
#tab-topic .tab_list-wrp .tab-more-btn {
  text-align: center;
  margin-top: 30px;
}
#tab-topic .tab_list-wrp .tab-more-btn a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  background: #193d72;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
}

/*==================================================
 お知らせ
==================================================*/
#top-news {
  background: #193d72;
  padding: 100px;
}
#top-news .top-news-bx {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
#top-news .news-ttl-wrp {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
}
#top-news .news-ttl {
  width: 900px;
  font-weight: 700;
}
#top-news .news-ttl .main {
  font-size: 28px;
  margin-right: 15px;
}
#top-news .news-ttl .sub {
  color: #a49063;
}
#top-news .top-news-btn {
  width: 150px;
  text-align: center;
  background: #193d72;
  color: #fff;
  padding: 10px 0;
}
#top-news .top-news-post {
  height: 250px;
  overflow-y: scroll;
  padding: 10px;
  -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: 20px 0;
}
#top-news time {
  display: block;
  line-height: 1;
  text-align: right;
  color: #ccc;
  font-size: 12px;
  margin-bottom: 5px;
}
#top-news .tag-list {
  font-size: 12px;
  margin-bottom: 10px;
}
#top-news .tag-list li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding: 5px 10px;
  background: #a49063;
  margin: 2px 3px 0 0;
}
#top-news .top-news-post-ttl {
  font-weight: 700;
  font-size: 18px;
  color: #193d72;
}

/*==================================================
 店舗情報
==================================================*/
#top-company {
  padding: 120px 0;
}
#top-company .top-company-ttl {
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}
#top-company .top-company-ttl span {
  display: block;
}
#top-company .top-company-ttl .main {
  font-size: 40px;
}
#top-company .top-company-ttl .sub {
  color: #a49063;
}
#top-company .top-map-iframe {
  width: 500px;
  height: 400px;
}
#top-company .top-map-iframe iframe {
  width: 100%;
  height: 100%;
}
#top-company .company-table {
  width: 540px;
}
#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 {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-company .company-table tr th {
  width: 180px;
  color: #fff;
  background: #193d72;
}
#top-company .company-table tr td {
  width: 360px;
}

/*==================================================
 お問い合わせバナー
==================================================*/
.com-contact-banner {
  padding: 80px 0 100px;
  text-align: center;
}
.com-contact-banner .com-contact-banner-ttl {
  font-size: 35px;
  letter-spacing: 0.2rem;
  border-bottom: 5px solid #a49063;
  padding: 15px 0;
  margin-bottom: 30px;
  font-weight: 700;
}
.com-contact-banner .com-contact-banner-bx {
  border: solid 5px #193d72;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-contact-banner .com-contact-banner-txt {
  width: 900px;
  margin: 0 auto 60px;
  font-weight: 500;
}
.com-contact-banner .com-contact-banner-list li {
  margin-right: 40px;
}
.com-contact-banner .com-contact-banner-list li:last-of-type {
  margin-right: 0;
}

/*==================================================
 footer
==================================================*/
#footer .ft-wrp {
  text-align: center;
}
#footer .ft-logo {
  margin-bottom: 30px;
}
#footer .sns-list {
  margin-bottom: 30px;
}
#footer .sns-list li {
  margin-right: 15px;
}
#footer .sns-list li:last-child {
  margin-right: 0;
}
#footer .ft-nav ul li {
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
  border-right: 1px solid #fff;
}
#footer .ft-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footer .ft-nav ul li a {
  font-size: 14px;
  color: #fff;
}
#footer #copyright {
  text-align: center;
  padding: 10px 0;
}
#footer #copyright a {
  color: #fff;
}

.follow-navi {
  display: none !important;
}

#nav {
  display: none;
}