@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags:
Version: 0.1.2
*/

body,
p {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500;
    }

p.small {
	font-size: small;
	}

.gMenu_name {
    font-weight:bold !important;
    }

footer .copySection p:nth-child(2) {
    display:none !important;
    }

table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table th {
  background-color: #eee;
  text-align: left;
}

span.anchorlink {
       position: relative;
       top: -50px;
       display: block;
}

.small {
	font-size: 70%;
}

h2 {
  margin-top: 80px;
}

.couponcode {
  font-size: 2.0em;
  font-weight: 900;
  background:linear-gradient(transparent 70%, #ffee00 0%);
}

a.btn_moushikomi {
  display: inline-block;
  background: #64b0e6;
  padding: 1.5rem 2rem;
  color: #FFF;
  text-decoration: none;
  letter-spacing: .1rem;
  border-radius: 27px;
  margin: 13px 0 0;
}

a.btn_moushikomi:hover {
	color: #fff;
	background: #27acd9;
}

h2.agentpage {
  border-top-color:transparent;
  background-color: #000000;
  color: #ffffff;
  margin-top: 4em;
  padding-left: 1em;
}

.contents_agent {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.left {
  width: 30%;
  padding: 10px 20px;
  text-align: center;
}
.right {
  width: 70%;
  padding: 10px 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contents_agent {
    width: 100%;
    display: block;
  }
  .left {
    width: 100%;
    text-align: center;
  }
  .right {
    width: 100%;
    text-align: center;
  }
}

.left img {
  border: solid;
  border-color: #aaa !important;
  border-width: 1px;
}

.carousel-control .icon-next:before{
  display: none;
}

/* カルーセル（Swiper）*/
@media screen and (min-width: 768px) {
  .swiper {
    margin-top: 100px;
  }
  .swiper-slide img {
    object-fit: cover;
    width: 100%;
    max-height: calc(100vh - 140px);
  }
}
@media screen and (max-width: 767px) {
  .swiper {
    margin-top: 49px;
  }
  .swiper-slide img {
    height: auto;
    width: 100vw;
  }
}
/* ナビゲーション調整 */
.container.siteHeadContainer{
  width: 100%;
}
@media screen and (min-width: 992px) {
  ul.gMenu {
    margin-top: 0px;
  }
}
.nav>li>a {
  padding: 4px 15px;
}

/* SP、PC表示 */
.pc-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 992px) {
  .sp-only {
    display: none;
  }
}
