@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px) {
  .pcOnly {
  display: none;
}
}
@media screen and (min-width:768px) {
  .spOnly {
  display: none;
}
}

#str_container {
  width: 960px;
  margin: 5px auto 20px;
}
#container{
	font-family: 'Noto Sans JP',  "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color:#222222;
}
.c-f:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.c-f{
	min-height:1%;
	display:block;
}
h2.rs_h2_title_bar {
	padding: 10px 15px;
	background-color:#0071BE;
	color: #fff;
	font-size: 16px;
	margin-top:40px;
}
h3.rs_h3_title_bar{
	padding: 5px 15px !important;
	background-color:#666666;
	color: #fff;
	font-size: 16px;
	font-weight:normal !important;
	border-left:none !important;
	margin-top:20px !important;
}
h4.rs_h4_title_bar{
	border-left:5px solid #898989;
	padding:0 15px;
	color:#434343;
	font-size: 16px !important;
	font-weight:normal !important;
	margin-top:20px !important;
}
.lead {
    font-size:14px;
    line-height:1.7;
}
.lead  a{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.txt-red{
	color:#eb4055;
}
.txt-gray{
	color:#434343;
}
.txt-kome{
	font-size:11px;
	color:#434343;
}
.indent01 > * {
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------------
  　　ボタン赤
--------------------------------------*/
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:26px;
}
.btn-red a:hover {
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size:26px;
	text-align: center;
}
.btn-red a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*------------------------------------------------
  　ヘッダ下のキャンペーン期間＆プレー対象期間
--------------------------------------------------*/
.deadline {
  background-color: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  /*height: 40px;*/
  text-align: center;
	margin-top:25px;
}
.deadline ul {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  line-height: 2.5;
  display: table;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.deadline ul li {
  background-color: #ffffff;
  color: #313131;
  display: table-cell;
  font-weight: bold;
  padding: 11px 0 11px 10px;/*年をまたぐ時は9px*/
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
}
.deadline ul li+li{
  border-left: 1px solid #dfdfdf;
}
.deadline ul li.ulTitle01,
.deadline ul li.ulTitle02{
  background-color: #f4f4f4;
  width: 14.5%;
}
/*横長用*/
.deadline_pc {
	width: 1920px;
	margin:0 0 20px -480px;
	background-color: #00abeb;
    font-size: 1.2em;
    font-weight: bold;
	padding: 10px 0;
}
.deadline_pc div{
	margin-left: 480px;
	width: 960px;
	vertical-align: middle;
	display: inline-block;
}
.deadline_pc p.left{
	float: left;
	margin-top: 0;
}
.deadline_pc p.right{
	float: right;
	margin-top: 0;
}
.deadline_pc p span {
    float: left;
	vertical-align: middle;
    margin: auto;
    padding: 10px 13px;
	border-bottom: 4px solid #00278c;
	border-right: 4px solid #00278c;
	border-top: 4px solid #00278c;
	background-color: #ffffff;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.deadline_pc .ulTitle01, .deadline_pc .ulTitle02{
    background-color: #ffff01;
	border-left: 4px solid #00278c;
	color: #00278c;
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area{
  padding:12px 0 18px;
  font-size:18px;
  text-align: center;
  color: #064562;
}
#str_container h2.coupon-ttl {
  padding: 0;
  margin: 0 0 16px;
  border-left: none;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.coupon-ttl {
  position: relative;
  font-size: 26px;
}
.coupon-ttl > span:last-of-type {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.coupon-ttl > span:last-of-type:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  /* -webkit-transform: skew(-15deg);
  transform: skew(-15deg); */
  background: #FFDE5C;
  z-index: -1;
}
.coupon-ttl .font-l {
  font-weight: bold;
  font-size: 26px;
}
.coupon-ttl .font-s {
  font-weight: bold;
  font-size: 16px;
}
#str_container .coupon-subttl {
  background-color: #036;
  color: #fff;
  text-align: center;
  padding: 6px 0 3px;
  border: none;
}
#str_container .coupon-subttl span {
  font-size: 24px;
}
.contents-area .contents-text{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 15px;
}
.contents-area .link-arrow a{
  color: #000;
  transition: .2s ease-out;
}
.contents-area .link-arrow a:hover{
  opacity: 0.7;
}
.contents-area .link-arrow a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 3px 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
#str_container h2.bnr-ttl{
  padding: 0;
  margin: 30px 0 8px;
  border-left: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.contents-area .bnr img {
  transition: .2s ease-out;
}
.contents-area .bnr img:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*---------------------------------
  　ゴルフ場コース
-----------------------------------*/
.rs_course .cbox{width: 930px; margin-left: auto; margin-right: auto; background: #eee; margin-top: 20px; padding: 14px; border: 1px solid #ccc;line-height:1.5;}
.rs_course .limg{padding: 6px; background: #fff; width: 410px;}
.rs_course .simg{width:430px;}
.rs_course .simg img{margin:6px 6px 0 0; padding: 5px; background: #fff; float:left; cursor:pointer;}
.rs_course .imbox{float: left;width:410px;}
.rs_course .cbox .course-name{font-size: 24px; font-weight:bold; }
.rs_course .acs{color: #009900}
.rs_course .copy{font-size:14px; margin-top: 5px;}
.rs_course .detailbox {width:480px;float:right;}
.rs_course .star {display:inline-block;float:left;}
.rs_course .detail-right {width:300px;}
.rs_course .detail-left {width:320px;}
.rs_course .txt-yellow {color:#FFAE00;}
.rs_course .txt-14{font-size:105%;}
.rs_course .as{font-size:90%;}
.rs_course .btn-red a {
display: block;
width: 400px;
margin:20px 30px 28px 35px;
padding: 15px 0;
background: #eb4055;
color: #fff;
text-align: center;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
-webkit-tap-highlight-color: transparent;
transition: .3s ease-out;/*変化を緩やかに*/
font-size:16px;
}
.rs_course .btn-red a:hover {
color: #FFF;
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
.rs_course .btn-red-fin span {
display: block;
width: 400px;
margin:20px 30px 28px 35px;
padding: 15px 0;
background-color: #75202a;
border-radius: 3px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
-webkit-tap-highlight-color: transparent;
color: #7f7f7f;
font-size:16px;
text-align: center;
}
.label-pink {
  background-color: #ff6699!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 12px!important;
  line-height: 14px!important;
  margin-right: 3px!important;
  padding: 3px 7px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.label-orange {
  background-color: #ff7e00!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 12px!important;
  line-height: 14px!important;
  padding: 3px 7px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.label-blue {
  background-color: #0071be!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 12px!important;
  line-height: 14px!important;
  padding: 3px 7px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.label-gray {
  background-color: #898989!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 12px!important;
  line-height: 14px!important;
  padding: 3px 7px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.mr3{
margin-right:3px;
}

/*---------------------------------
  　ページTOP
-----------------------------------*/
#page-top {
    bottom: 20px;
    display: block;
    position: fixed;
    margin-left: 980px;
	  width: 960px;
    z-index: 999999;
}
/*--------------------------------------
  　　キャンペーン概要
--------------------------------------*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #0071BE;
	font-size: 1.2em;
}
#outline_box dl{
	margin:5px 0;
	display: flex;
}
#outline_box dt{
	width: 13em;
	padding:10px 10px 10px 15px;
	border-bottom:1px dashed #ccc;
	font-weight:bold;
	color:#0071BE;
	/*float:left;*/
}
#outline_box dd{
	flex: 1;
	padding:10px 10px 10px 10px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box .last dt,
#outline_box .last dd {
	border:0;
}

/*--------------------------------------
  　　注意事項
--------------------------------------*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	font-size: 1.2em;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
	font-size: 1.2em;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
	display: block;width: 40%;
	padding: 15px 0;
	margin: 0 auto;
	text-decoration: none;
	border:1px solid #0071BE;
	color: #0071BE;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;transition: .3s ease-out;
}
.btn_info a:hover{
	color: #5fb0e7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn_info a:active{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*--------------------------------------
  　　キャンペーン終了対応
--------------------------------------*/
#str_container #header{
	width:960px;
	position:relative;
}
#str_container #header .h-txt{
	display:none;
}
#str_container #header-fin{
	width:960px;
	position:relative;
	background:#000;
}
#str_container #header-fin .h-overlay{
	width: 100%;
	height: auto;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:290px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}



/*---------------------------------
  　クーポンエリア
-----------------------------------*/
.coupon-area-wrap {
  --coupon-area-width: 210px;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 20px calc((100% - var(--coupon-area-width) * 4) / 3);
  width: 100%;
  margin: 10px 0 0;
}
.coupon-area {
  padding: 0;
  background: none;
  text-align: left;
}
.coupon-area:has(.coupon-get-1col) {
  width: var(--coupon-area-width);
}
.coupon-area:has(.coupon-get-2col) {
  width: calc(var(--coupon-area-width) * 2 + ((100% - var(--coupon-area-width) * 4) / 3));
}
.coupon-get-2col {
  display: flex;
  flex-flow: row wrap;
  gap: 20px calc(100% - var(--coupon-area-width) * 2);
  width: 100%;
  box-sizing: border-box;
}
.coupon-item.js-get-coupon {
	width: var(--coupon-area-width);
}

/*---------------------------------
  クーポンゲット型
-----------------------------------*/
.coupon-item.js-get-coupon {
  text-align: center;
}
.coupon-item.js-get-coupon a {
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
  color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
	border-radius: 4px;
	pointer-events: none;
	width: 100%;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  width: 280px;
}
.coupon-item.js-get-coupon .js-coupon-detail p {
	margin-top: 0;
  font-size: 14px;
}

.coupon-num{
  position: relative;
	display: inline-block;
  font-size: 16px;
	font-weight: bold;
	color: #0071BE;
	margin-top: 0;
}
.coupon-num span {
  font-size: 28px;
}
.coupon-num:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -20px;
  display: block;
  width: 2px;
  height: 16px;
  background: #0071BE;
  transform:rotate(-20deg);
}
.coupon-num:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: -20px;
  display: block;
  width: 2px;
  height: 16px;
  background: #0071BE;
  transform:rotate(20deg);
}

.contents-area-Wrap {
    display: flex;
    width: 100%;
}



/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
  position: relative;
  display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 10px;
  z-index: 1;
  text-align: center;
  width: 80%;
  font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  width: 100%;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
  font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound.comingsoon span {
	width: 100%;
}

.hide {
  border: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0px;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  margin: 20px auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hide p {
  margin-top: 0px;
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

.view_sp {
	display: none;
}
.btn56-blue {
  width: 100%;
  height: 56px;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #0071BE;
  border: 1px solid #0071BE;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn56-blue:hover {
  color: #fff;
  background-color: #0062A3;
}
#str_container .btn56-red,
#str_container .btn56-blue {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

/* anchor-menu */
.anchor-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 56px;
}

.anchor-menu.is-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.anchor-menu.is-flex-wrap .anchor-menu__btn {
  margin: 0 16px 16px 16px;
}

@media (max-width: 767.9px) {
  .anchor-menu {
    display: block;
    padding: 0 16px 56px;
  }
}

.anchor-menu__btn {
  width: 100%;
  max-width: 345px;
  margin-right: 16px;
}

.anchor-menu__btn:last-child {
  margin-right: 0;
}

@media (max-width: 767.9px) {
  .anchor-menu__btn {
    max-width: 100%;
    margin: 0 auto;
  }
  .anchor-menu__btn + .anchor-menu__btn {
    margin-top: 16px;
  }
}
#str_container .anchor-menu {
  margin: 0 auto 30px;
  padding: 0;
}
#str_container .btn44-white,
#str_container .btn30-white {
  width: 100%;
  height: 44px;
  padding: 0;
  line-height: 1;
  color: #7B6800;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #CCB431;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#str_container .btn30-white {
  height: 30px;
  font-size: 14px;
  font-weight: 500;
}

#str_container .btn44-white-anchor--under {
  background: #fff url("../images/icon_under_arrow_blue.bg.svg") no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
}

#str_container .btn44-white-anchor--up {
  background: #fff url(../img/common/icon_up_arrow_blue.bg.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
}

@media (min-width: 768px) {
  #str_container .btn44-white-anchor--up:hover {
    background: #0071BE url(../img/common/icon_up_arrow_white.bg.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
  }
}

#str_container .anchor-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  margin: 25px auto 10px;
}
#str_container .anchor-menu + .anchor-text {
  margin: 0 0 60px;
  text-align: right;
}
#str_container .anchor-menu + .anchor-text a {
  padding-right: 36px;
  background: #fff url(../img/common/icon_under_arrow_blue.bg.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  line-height: 1;
  color: #0071BE;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
#str_container .anchor-menu + .anchor-text a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#str_container .anchor-menu .anchor-menu__btn {
  width: 23.75%;
}
#str_container .anchor-menu.btn-3 .anchor-menu__btn {
  width: 31.98%;
}
#str_container .anchor-menu .anchor-menu__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 56px;
	box-sizing: border-box;
}
#str_container .btn56-red {
	width: 100%;
	height: 56px;
	padding: 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #eb4055;
	border: 1px solid #eb4055;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.lead-box {
	font-size: 18px;
  color: #000000;
	line-height: 1.6;
  text-align: left;
  margin-top: 20px;
}
.course-list img {
	max-width: 100%;
	vertical-align: bottom;
}
.course-list * {
	box-sizing: border-box;
}
.area-title {
  text-align: center;
  background-color: #0071BE;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
}
.course-list {
  margin-bottom: 50px;
}
.course-box {
  background-color: #F4F4F4;
  padding: 30px 40px 40px;
}
.course-box + .course-box {
  margin-top: 90px;
}
.course-box:nth-child(2n) {
  background-color: #EDF6FD;
}
.course-box .course-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}
.course-box .d-flex {
  display: flex;
  justify-content: space-between;
}
.course-box .course-photo {
  width: 440px;
}
.course-box .course-info {
  width: 410px;
  padding: 0;
	font-size: 16px;
	text-align: left;
}
.course-box .course-info dl {
	margin-bottom: 20px;
}
.course-box .course-info dt {
	border-left: 3px solid #000000;
	font-weight: bold;
	color: #000000;
	margin: 0 0 8px;
	padding: 1px 0 1px 6px;
}

.slide-box {
  position: relative;
  margin-bottom: 0;
}
.swiper-container {
	overflow: hidden;
  padding: 0;
}
.swiper-container.slider {
	margin-bottom: 5px;
}
.swiper-wrapper {
	height: inherit;
}
.swiper-slide {
  padding: 0;
}
.slide-image {
  /*border: 40px solid #fff;*/
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  background: rgba(0,0,0,0.8);
  border: none;
	transform: translate(0,-50px);
	z-index: 10;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-50%) rotate(-135deg);
  visibility: inherit;
	font-size: inherit;
}
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-50%) rotate(45deg);
  visibility: inherit;
	font-size: inherit;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.course-desc {
  font-size: 17px;
}

.deadline {
  display: flex;
  border:1px solid #CCCCCC;
  color: #000;
  text-align: left;
  border-radius: 8px;
}
.deadline dl {
  display: flex;
}
.deadline dl > * {
  padding: 15px 0 15px 10px;
  font-size: 14px;
  font-weight: bold;
}
.deadline dt {
  background: #F4F4F4;
  border-right:1px solid #CCCCCC;
}
.deadline .Title01 dt {
  width: 112px;
  border-radius: 8px 0 0 8px;
}
.deadline .Title01 dd {
  width: 356px;
}
.deadline .Title02 dt {
  width: 117px;
}
.contents-area:has(.area-box){
  padding-top: 150px;
}
.contents-area-title {
    font-size: 24px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #fff;
    background: #002C3C;
    padding: 12px 0;
    border-radius: 10px 10px 0 0;
}
.bg01 {
  background: #fff url(../images/bg01.png) no-repeat;
  text-align: left;
  padding: 30px 75px;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
  margin-top: 0;
}
.contents-area:has(.charm-area),
.contents-area:has(.prize-area){
  padding-top: 70px;
}

.charm-area {
  background: #fff url(../images/bg01.png) no-repeat;
  padding: 35px 15px 90px;
}
.charm-content:nth-of-type(n+2) {
  margin-top: 50px;
}
.charm-content:nth-of-type(3) {
  margin-top: 80px;
}
.charm-content-number {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #064562;
  display: inline;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.charm-content-title {
  font-size: 22px;
  color: #064562;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin-top: 18px;
}
.charm-content-txt {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin: 25px 60px 0;
}
.course-map-area img {
  width: 100%;
}
.course-map-area {
  width: 520px;
  margin: 35px auto 0;
}
.prize-area {
  background: #fff url(../images/bg01.png) no-repeat;
  padding-bottom: 50px;
}
.prize-edition {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  padding-top: 35px;
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 35px;
  position: relative;
}
.prize-edition span {
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}
.prize-edition span span {
  border-bottom: 2px solid #064562;
  padding: 0 2px;
  margin-top: 0;
}
/* .prize-edition::after, .prize-edition::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  background-color: #064562;
  border-radius: 3px;
}
.prize-edition::before {
  left: calc(50% - 110px);
  transform: rotate(-30deg);
}
.prize-edition::after {
  right: calc(50% - 110px);
  transform: rotate(30deg);
  top: 35px;
} */
.prize-flex-content {
  display: flex;
  flex-wrap: wrap;
  gap:50px 60px;
  padding: 0 75px 50px;
  justify-content: center;
}
.prize-content {
  width: 230px;
}
.prize-special-flex-content {
  display: flex;
  width: 520px;
  justify-content: space-between;
  margin: 0 auto;
}
.prize-content-name {
  color: #000;
  text-align: left;
}
.prize-content-img {
  position: relative;
}
.prize-content-img p {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(222, 197, 53, 1) 0%, rgba(245, 233, 163, 1) 50%, rgba(222, 197, 53, 1) 100%);
  color: #4B0000;
  padding: 4px 25px;
  font-size: 18px;
  margin-top: 0;
}
.prize-content-img img {
  width: 100%;
}

/*コンテンツ幅ぶち抜き*/
.contents-area {
  position: relative;
}
.contents-area::before {
  background: #F1F0E3;
}
.has-bg {
  z-index: 1;
}
.has-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.contents-area:has(#header) {
  padding-top: 0;
}
.prize-area-btn a {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 115px;
  background: #B61B1B;;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));
}
.course-box .course-name {
    display: flex;
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-right: 15px;
    align-items: center;
}
.course-box .course-name {
    font-size: 24px;
    font-weight: bold;
}
.course-name-number {
    font-size: 70px;
    color: #E8E2CE;
     margin-top: 0;
    margin-right: 20px;
}
.course-name-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.course-box {
  background: #fff url(../images/bg01.png) no-repeat;
  position: relative;
}
.course-box .course-info dl {
  font-size: 18px;
}
.course-box .course-info dl dd {
  color: #000;
  line-height: 1.5;
}
.course-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgba(0, 44, 60, 1) 0%, rgba(17, 92, 120, 1) 50%, rgba(0, 44, 60, 1) 100%);
  left: 0;
  top: 0;
}
.course-list .course-box:first-of-type::before {
  display: none;
}
.updated-monthly {
  color: #064562;
  font-size: 22px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  margin-top: 70px;
}
.updated-monthly::after {
    position: absolute;
    content: "";
    background: url(../images/line.svg) no-repeat 0 0 / 40px 43px;
    width: 40px;
    height: 43px;
    top: -26px;
    right: 403px;
}
.coupon-area {
  background: #fff url(../images/bg01.png) no-repeat;
  padding: 55px 0;
}
#container .anchor-menu .anchor-menu__btn a {
  padding: 0;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  background: #fff url(../images/icon_under_arrow.png) no-repeat 0 0 / 15px 9px;
  background-size: 15px 9px;
  background-position: right 20px center;
}
.coupon-detail {
  text-align: center;
  margin-top: 25px;
}
.coupon-detail a {
  color: #0071BE;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.coupon-detail a::after {
  position: absolute;
  top: 55%;
  right: inherit;
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #0071BE;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-75%) rotate(135deg);
  margin-left: 0.6em;
}
.btn-reserve {
  margin-top: 20px;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
.swiper {
  padding: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next {
  display: none;
}

/*--------------------------------------
　キャンペーン概要
--------------------------------------*/
#outline_box {
margin: 0 0 15px;
border: 2px solid #0071BE;
font-size: 15px;
}

/*--------------------------------------
　　注意事項
--------------------------------------*/
.notice_tit {
padding: 8px 15px;
background-color: #ccc;
font-size: 16px;
}
#notice_box {
margin: 0 0 10px;
width: auto;
border: 2px solid #ccc;
font-size: 15px;
}
.has-bg:has(#header){
  padding: 0;
}
.adjustment-precautions p {
  margin-top: 0;
}
#str_container .btn44-white:hover {
  color: #7B6800;
  border: 1px solid #CCB431;
  opacity: 0.7;
}

.prize-area-btn a:hover {
  color: #fff;
  opacity: 0.7;
}

@media screen and (max-width:767px) {
html {
	scroll-behavior: smooth;
}
#container {
	color:#222222;
	font-family:"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  background-color: #F1F0E3;
}
.c-f:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.c-f{
	min-height:1%;
	display:block;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt40{
	margin-top:40px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.lead {
	padding:0 10px;
	max-height:999999px;
}
.lead  a{
	text-decoration:underline;
}
h2.rs_h2_title_bar{
	margin: 30px 10px 0 !important;
	padding: 12px 15px !important;
	background-color:#0071BE;
	color: #fff;
	font-size: 1.0em;
	max-height:999999px;
	font-weight:normal !important;
}
h3.rs_h3_title_bar{
	padding: 10px 15px !important;
	background-color:#666666;
	color: #fff;
	font-size: 1.0em !important;
	font-weight:normal !important;
	border-left:none !important;
	margin: 30px 10px 0 !important;
	max-height:999999px;
}
h4.rs_h4_title_bar{
	border-left:10px solid #898989;
	padding:0 15px;
	color:#434343;
	font-size: 1.0em !important;
	font-weight:normal !important;
	margin: 30px 10px 0 !important;
	max-height:999999px;
}
.txt-red{
	color:#eb4055;
}
.txt-kome{
	font-size:18px;
	color:#434343;
	padding:10px;
}
.bottom_btn{
	margin:0 10px;
	max-height:999999px;
}
.indent01 > * {
  text-indent: -1em;
  padding-left: 1em;
}
/*--------------------------------------
  　キャンペーン期間＆プレー対象期間
--------------------------------------*/
.deadline{
  display: block;
	background-color:#fff;
	text-align:left;
	font-weight: bold;
	font-size:14px;
	margin:10px 0 40px;
	box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  overflow: hidden;
}
.deadline dl{
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.deadline .Title01 dt {
  width: 172px;
}
.deadline dl dt {
  width: 31%;
  border-right: 1px solid #dfdfdf;
}
.deadline .Title01 {
  border-bottom: 1px solid #dfdfdf;
}
.deadline dt,
.deadline dd{
  display: table-cell;
  float: none;
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  width: 238px;
}
.deadline dt{
	background-color:#f4f4f4;
	text-align:center;
}
/*--------------------------------------
  　　独自のコンテンツエリア
--------------------------------------*/
.contents-area{
	margin: 0 15px 0;
	font-size:24px;
	max-height:999999px;
  text-align: center;
}
.coupon-area+.coupon-area {
  margin-top: 30px;
}
.coupon-ttl {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.coupon-ttl > span:last-of-type {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.coupon-ttl span:last-of-type {
  position: relative;
}
.coupon-ttl span:last-of-type:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 100%;
  height: 12px;
  background: #FFDE5C;
  z-index: -1;
}
.coupon-ttl .font-s {
  font-size: 26px;
}
.coupon-subttl {
  background-color: #036;
  color: #fff;
  text-align: center;
  padding: 15px 0 9px;
  border: none;
  font-size: 30px;
  margin-top: 20px;
}
.coupon-subttl span {
  font-size: 40px;
}
.contents-area .note{
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.contents-area .contents-text{
  font-size: 26px;
}
.contents-area .link-arrow{
  text-align: right;
  margin-top: 20px;
}
.contents-area .link-arrow a{
  color: #000;
  transition: .2s ease-out;
}
.contents-area .link-arrow a:hover{
  opacity: 0.7;
}
.contents-area .link-arrow a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px 10px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.contents-area h2.bnr-ttl{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 40px 0 10px;
}
.contents-area .bnr{
  text-align: center;
}
.contents-area .bnr img {
	max-width: 100%;
  transition: .2s ease-out;
}
.contents-area .bnr img:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*---------------------------------
  　ゴルフ場コース
-----------------------------------*/
.rs_course .cbox{margin: 20px 10px 0;background: #eee;padding: 10px; border: 1px solid #ccc;line-height:1.5;}
.rs_course .limg img{width:100%;}
.rs_course .imbox{float: left;width:30%;}
.rs_course .cbox .course-name{font-size: 30px; font-weight:bold; margin-top: 0;float: left;width: 68%;padding-left:10px;}
.rs_course .acs{color: #009900; padding:10px 0;}
.rs_course .star {display:inline-block;float:left;}
.rs_course .txt-yellow {color:#FFAE00;}
.rs_course .detailbox {
clear:both;
font-size: 26px;
margin-bottom:10px;
}
.rs_course .copy {
  padding-top: 5px;
}
.label-pink {
  background-color: #ff6699!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 20px!important;
  line-height: 14px!important;
  margin-right: 10px!important;
  padding: 12px 15px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.label-orange {
  background-color: #ff7e00!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 20px!important;
  line-height: 14px!important;
  padding:12px 15px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.label-blue {
  background-color: #0071be!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 20px!important;
  line-height: 14px!important;
  padding: 12px 15px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.label-gray {
  background-color: #898989!important;
  border-radius: 3px!important;
  color: #fff!important;
  display: inline-block!important;
  font-size: 20px!important;
  line-height: 14px!important;
  padding: 12px 15px!important;
  text-align: center!important;
  vertical-align: baseline!important;
  white-space: nowrap!important;
}
.ml10 {
  margin-left: 10px !important;
}
.check{
font-size:22px;
padding:10px 0;
}

/*--------------------------------------
  　　キャンペーン概要
--------------------------------------*/
#outline_box {
	margin: 0 10px
}
dl.outline {
	margin: 0 10px;
	padding: 10px;
	border: 2px solid #0071BE;
  font-size: 26px;
  background: #fff;
}
dl.outline dt {
	padding: 5px;
	color:#0071BE;
	font-weight: bold;
	max-height:999999px;
}
dl.outline dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 5px;
	border-bottom: 2px dashed #ccc;
	max-height:999999px;
}
dl.outline dd.last {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
/*--------------------------------------
  　　注意事項
--------------------------------------*/
#notice_box {
	margin: 0 10px 15px;
}
h2.notice_tit {
	margin: 0 10px;
	padding: 12px 15px;
	background-color: #ccc;
	font-size: 1.0em;
	color:#333;
}
dl.notice {
	margin: 0 10px;
	border: 2px solid #ccc;
  background: #fff;
}
dl.notice dt {
	padding: 5px;
	font-weight: bold;
	max-height:999999px;
}
dl.notice dd {
	padding: 0 0 10px 5px;
	border-bottom: 2px dashed #ccc;
	margin: 0 0 10px 0;
	max-height:999999px;
}
dl.notice dd.last {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
/*--------------------------------------
  　　ボタン赤
--------------------------------------*/
.btn-red a {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:26px;
	max-height:999999px;
}
.btn-red a:hover {
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn-red-fin span {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size:26px;
	text-align: center;
	max-height:999999px;
}
/*--------------------------------------
  　　キャンペーン終了対応
--------------------------------------*/
#header{
	width:640px;
	position:relative;
	/*margin: 0 0 20px;*/
}
#header img{
	width:100%;
	vertical-align:bottom;
}
#header .h-txt{
	display:none;
}
#header-fin{
	width:640px;
	position:relative;
	background:#000;
	margin:0 0 10px;
}
#header-fin .h-overlay{
	width: 100%;
	height: auto;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	line-height:0;
}
#header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px;
	top:50%;
	left:40px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
	max-height: 999999px;
	line-height:1.3;
  width: 510px;
}
#header-fin .h-txt p {
	font-size:30px;
	font-weight:bold;
	color:#ff0000;
}
#header-fin .h-txt p span {
	font-size:24px;
	font-weight:normal;
}


/*---------------------------------
  　クーポンエリア
-----------------------------------*/
.coupon-area {
  padding: 0;
  background: none;
  text-align: left;
  font-size: 28px;
}
.coupon-item img {
  max-width: none;
  width: 100%;
  vertical-align: bottom;
}

/*---------------------------------
  クーポンゲット型
-----------------------------------*/
.coupon-get-2col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 26px 0;
}
.coupon-get-5col{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 26px 0;
}
.coupon-get-2col .coupon-item:nth-of-type(2n) {
  margin-left: 10px;
}
.coupon-item.js-get-coupon {
  text-align: center;
}
.coupon-item.js-get-coupon a {
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
  color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  border-radius: 4px;
  pointer-events: none;
  width: 100%;
}
.coupon-item.js-get-coupon {
  width: 80%;
  margin-bottom: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.coupon-item.js-get-coupon:last-of-type{
  margin-bottom: 0;
}
.coupon-item.js-get-coupon img{
  width: 100%;
  border-radius: 4px;
  pointer-events: none;
}
.coupon-item.js-get-coupon p{
  max-width: 100%;
}
.coupon-item.js-get-coupon p{
  font-size: 14px;
}
.coupon-num {
  position: relative;
	display: inline-block;
  font-size: 32px;
	font-weight: bold;
	color: #0071BE;
	margin-top: 40px;
}
.coupon-num span {
  font-size: 50px;
}
.coupon-num:before {
  content: "";
  position: absolute;
  top: 4px;
  left: -30px;
  display: block;
  width: 2px;
  height: 70%;
  background: #0071BE;
  transform:rotate(-20deg);
}
.coupon-num:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -30px;
  display: block;
  width: 2px;
  height: 70%;
  background: #0071BE;
  transform:rotate(20deg);
}
/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
  position: relative;
  display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 10px;
  z-index: 1;
  text-align: center;
  width: 80%;
  font-size: 16px;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  font-size: 28px;
}

.hide {
  border: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  margin: 20px 0px;
  font-size: 28px;
  font-weight: normal;
  width: 70%;
  margin: 20px auto;
  font-family: 'Noto Sans JP',  "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.hide p {
  margin-top: 0px;
}

/*---------------------------------
  　ページTOP
-----------------------------------*/
/*/s/ページ*/
#page-top {
    bottom: 100px;
    display: block;
    position: fixed;
    right: 0;
	  z-index:5;
    width: 100%;
    top: 0;
    background: #fff;
    opacity: 1;
}

.btn56-blue {
  width: 100%;
  height: 56px;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #0071BE;
  border: 1px solid #0071BE;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn56-blue:hover {
  color: #fff;
  background-color: #0062A3;
}
.main-content .btn56-red,
.main-content .btn56-blue {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

/* anchor-menu */
.anchor-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 56px;
}

.anchor-menu.is-flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.anchor-menu.is-flex-wrap .anchor-menu__btn {
  margin: 0 16px 16px 16px;
}

@media (max-width: 767.9px) {
  .anchor-menu {
    display: block;
    padding: 0 16px 56px;
  }
}

.anchor-menu__btn {
  width: 100%;
  max-width: 345px;
  margin-right: 16px;
}

.anchor-menu__btn:last-child {
  margin-right: 0;
}

@media (max-width: 767.9px) {
  .anchor-menu__btn {
    max-width: 100%;
    margin: 0 auto;
  }
  .anchor-menu__btn + .anchor-menu__btn {
    margin-top: 16px;
  }
}
.main-content .anchor-menu {
  margin: 0 auto 30px;
  padding: 0;
}
.main-content .btn44-white,
.main-content .btn30-white {
  width: 100%;
  height: 44px;
  padding: 0;
  line-height: 1;
  color: #7B6800;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  border: 4px solid #CCB432;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  .main-content .btn44-white:hover,
  .main-content .btn30-white:hover {
    color: #fff;
    background-color: #0071BE;
    border-color: #0071BE;
  }
}

.main-content .btn30-white {
  height: 30px;
  font-size: 14px;
  font-weight: 500;
}

.main-content .btn44-white-anchor--under {
  /* background: #fff url("../images/icon_under_arrow_blue.bg.svg") no-repeat; */
  background-size: 20px 20px;
  background-position: right 10px center;
}

@media (min-width: 768px) {
  .main-content .btn44-white-anchor--under:hover {
    background: #0071BE url("../images/icon_under_arrow_white.bg.svg") no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
  }
}

.main-content .btn44-white-anchor--up {
  background: #fff url(../img/common/icon_up_arrow_blue.bg.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
}

@media (min-width: 768px) {
  .main-content .btn44-white-anchor--up:hover {
    background: #0071BE url(../img/common/icon_up_arrow_white.bg.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
  }
}

.main-content .anchor-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  /*margin: 0 auto 60px;*/
  margin: 0 auto 20px;
}
.main-content .anchor-menu + .anchor-text {
  margin: 0 0 60px;
  text-align: right;
}
.main-content .anchor-menu + .anchor-text a {
  padding-right: 36px;
  /* background: #fff url(../img/common/icon_under_arrow_blue.bg.svg) no-repeat; */
  background-size: 20px 20px;
  background-position: right 10px center;
  line-height: 1;
  color: #0071BE;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.main-content .anchor-menu + .anchor-text a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 767.9px) {
  .main-content .anchor-menu,
  .main-content .anchor-menu + .anchor-text {
    display: none;
  }
}

.main-content .anchor-menu .anchor-menu__btn {
  width: 23.75%;
}
.main-content .anchor-menu.btn-3 .anchor-menu__btn {
  width: 31%;
}

.main-content .anchor-menu .anchor-menu__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 80px;
}
.main-content .btn56-red {
	width: 100%;
	height: 56px;
	padding: 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #eb4055;
	border: 1px solid #eb4055;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.main-content .btn56-red {
	width: 100%;
	height: 76px;
	padding: 0;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	background-color: #eb4055;
	border: 1px solid #eb4055;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.course-list img {
	max-width: 100%;
	vertical-align: bottom;
}
.course-list * {
	box-sizing: border-box;
}
.area-title {
  text-align: center;
  background-color: #0071BE;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em;
}
.course-list {
  margin-bottom: 50px;
}
.course-box {
  background: #fff url(../images/bg02_sp.png) no-repeat;
  padding: 30px 40px 50px;
}
.course-box + .course-box {
  margin-top: 20px;
}
.course-box:nth-child(2n) {
  background-color: #EDF6FD;
}
.course-box .course-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
.course-box .d-flex {
  display: flex;
  justify-content: space-between;
}
.course-box .course-photo {
  width: 440px;
}
.course-box .course-info {
  width: 410px;
  padding: 0;
	font-size: 22px;
	text-align: left;
}
.course-box .course-info dt {
	border-left: 3px solid #000000;
	font-weight: bold;
	color: #000000;
	margin: 0 0 8px;
	padding: 1px 0 1px 6px;
}
.slide-box {
  position: relative;
  margin-bottom: 20px;
}
.swiper-container {
	overflow: hidden;
  padding: 0;
}
.swiper-container.slider {
	margin-bottom: 5px;
}
.swiper-wrapper {
	height: inherit;
}
.swiper-slide {
  padding: 0;
}
.slide-image {
  /*border: 40px solid #fff;*/
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  background: rgba(0,0,0,0.8);
  border: none;
	transform: translate(0,-50px);
	z-index: 10;
	cursor: pointer;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 200%;
	line-height: 1;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-50%) rotate(-135deg);
  visibility: inherit;
	font-size: inherit;
}
.swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid #fff;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%,-50%) rotate(45deg);
  visibility: inherit;
	font-size: inherit;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.course-desc {
  font-size: 17px;
}
.btn56-blue {
  width: 100%;
  height: 56px;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #0071BE;
  border: 1px solid #0071BE;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn56-blue:hover {
  color: #fff;
  background-color: #0062A3;
}
.main-content .btn56-red,
.main-content .btn56-blue {
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.lead-box {
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0 40px;
  color: #000000;
}
.main-content .anchor-menu {
	display: flex;
	width: auto;
	margin: 0 22px 40px 15px;
	/*overflow-x: auto;*/
}
.main-content .anchor-menu .anchor-menu__btn {
	width: auto;
	margin: 0 5px 10px 0;
}
.anchor-menu__btn + .anchor-menu__btn {
	margin-top: 0;
}
.main-content .anchor-menu .anchor-menu__btn a {
	padding: 0;
	font-size: 26px;
	white-space: nowrap;
  position: relative;
}
.main-content .anchor-menu .anchor-menu__btn a::after {
	position: absolute;
  display: inline;
  content: "";
  background: url(../images/icon_under_arrow.png) no-repeat 0 0/16px 10px;
  width: 16px;
  height: 10px;
  bottom: -30px;
}
.main-content .btn44-white-anchor--under {
	background-size: 0.8em 0.8em;
}
.area-box {
	margin: 0;
}
.area-title {
	font-size: 30px;
	padding: 0.3em;
}
.course-list {
	margin-bottom: 50px;
}
.course-box {
	padding:0px 15px 25px;
  position: relative;
}
.course-box .course-name {
	display: flex;
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-right: 15px;
  align-items: center;
}
.course-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #002C3C;
  left:0;
  top: 0;
}
.course-name-number {
  font-size: 50px;
  color: #E8E2CE;
  margin-right: 15px;
}
.course-name-title {
  font-size: 20px;
  margin-top: 0;
}

.course-box .d-flex {
	display: block;
}
.course-box .course-photo {
	width: auto;
	margin: 0 0 25px;
}
.course-box .course-info {
	width: auto;
}
.course-box .course-info dt {
	font-size: 16px;
}
.course-box .point-txt dd {
  font-size: 16px;
  line-height: 1.6;
}
.swiper-button-next,
.swiper-button-prev {
	width: 60px;
	height: 60px;
	transform: translate(0, -75px);
}
.swiper-button-next::after,
.swiper-button-prev::after {
	width: 0.4em;
	height: 0.4em;
}
.course-desc {
	font-size: 24px;
}
.main-content .btn56-red,
.main-content .btn56-blue {
	font-size: 24px;
}
.main-content .coupon_detail {
	padding-left: 0;
}
.course-box + .course-box {
	margin-top: 56px;
}
.contents-area-title {
  font-size: 24px;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  background: #002C3C;
  padding: 15px 0 10px;
  border-radius: 10px 10px 0 0;
  line-height: 1.1;
}
.contents-area-title.bottom_border {
  padding: 30px 0 10px;
}

.bg01 {
  background: #fff url(../images/bg01_sp.png) no-repeat;
  text-align: left;
  padding: 25px 15px;
  font-size: 16px;
  line-height: 1.5;
}
.charm-area {
  background: #fff url(../images/bg01_sp.png) no-repeat;
  padding:15px 15px 50px;
}
.charm-content {
  padding: 0;
}
.charm-content .charm-content-number {
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #064562;
  border-bottom:2px solid #064562;
  display: inline;
  font-weight: bold;
}
.charm-content .charm-content-title {
  font-size: 20px;
  color: #064562;
  font-family:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin: 15px 0;
}
.charm-content .charm-content-txt {
  font-size: 16px;
  text-align: left;
  padding: 0;
  line-height: 1.5;
}

.prize-area {
  padding: 0 15px 45px;
  background: #fff url(../images/bg01_sp.png);
}
.prize-edition {
  position: relative;
  color: #064562;
  font-size: 22px;
  margin-bottom: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}
/* .prize-edition::after,
.prize-edition::before {
  position: absolute;
  top: 0;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #064562;
  border-radius: 3px;
}
.prize-edition::after {
  right: 90px;
  transform: rotate(30deg);
}
.prize-edition::before {
  left: 90px;
  transform: rotate(-30deg);
} */
.prize-edition span {
  font-size: 18px;
  display: inline-block;
  margin-top: 15px;
}
.prize-edition span span {
  margin-top: 0;
  border-bottom: 2px solid #064562;
  display: inline-block;
  padding: 0 4px;
}
.prize-flex-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
  padding: 0;
}
.prize-content {
  width: calc((100% - 20px)/2);
}
.prize-content-img {
  position: relative;
  text-align: left;
}
.prize-content-img > img {
  width: 100%;
}
.prize-content-img > p {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg,rgba(222, 197, 53, 1) 0%, rgba(245, 233, 163, 1) 50%, rgba(222, 197, 53, 1) 100%);
  color: #4B0000;
  padding: 4px 25px;
  font-size: 16px;
}
.prize-content-name {
  color: #000000;
  font-size: 13px;
  text-align: left;
}
.prize-area-btn {
  margin-top: 45px;
}
.prize-area-btn a {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  padding: 3px 0;
  width: 100%;
  background: #B61B1B;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.16));
}
.prize-area-btn a > img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 16px;
}
.updated-monthly {
  color: #064562;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  margin-top: 50px;
}
.updated-monthly::after {
  position: absolute;
  content: "";
  background: url(../images/line.svg) no-repeat 0 0 /40px 40px;
  width: 40px;
  height: 40px;
  top: -26px;
  right: 95px;
}
.coupon-area {
  padding: 45px 20px;
  background: #fff url(../images/bg01_sp.png) no-repeat;
}
.coupon-detail {
  margin-top: 20px;
  text-align: center;
}
.coupon-detail a {
  color: #0071BE;
  font-size: 16px;
  text-align: center;
  position: relative;
}
.coupon-detail a::after {
  position: absolute;
  top: 55%;
  right: inherit;
  display: inline-block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #0071BE;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-75%) rotate(135deg);
  margin-left: 0.6em;
}
.root-img {
  margin:0;
}
.course-map-area {
  position: relative;
  margin:15px auto 0;
  width: 100%;
}
.course-map-area > img {
  width: 100%;
}
.course-map-area  p a {
  color: #4B0000;
  font-size: 24px;
  font-weight: bold;
}
.course-map-area  p a span {
  font-size: 18px;
}
.course-map-area > p {
  position: absolute;
  text-align: left;
  line-height: 1.2;
}
.course-map-area > p:nth-of-type(1) {
  top: 9px;
  left: 155px;
}
.course-map-area > p:nth-of-type(2) {
  top: 88px;
  left: 12px;
}
.course-map-area > p:nth-of-type(3) {
  top: 96px;
  right: 22px;
}
.course-map-area > p:nth-of-type(4) {
  top: 172px;
  right: 37px;
}
.course-map-area > p:nth-of-type(5) {
  top: 230px;
  left: 14px;
}
.course-map-area > p:nth-of-type(6) {
  top: 333px;
  left: 27px;
}
.bg-white {
  background: #fff;
  padding: 20px 0;
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
#str_container  {
  width: 100%;
  margin-top: 60px;
}
#str_container #header {
    width: 100%;
    position: relative;
}
#str_container .anchor-menu {
  width: 100%;
  margin: 0 auto 10px;
}
#container .anchor-menu .anchor-menu__btn a {
  position: relative;
  background: #fff;
}
#container .anchor-menu .anchor-menu__btn a::after {
  position: absolute;
  display: inline;
  content: "";
  background: url(../images/icon_under_arrow.png) no-repeat 0 0 / 16px 10px;
  width: 16px;
  height: 10px;
  bottom: -20px;
}
.charm-content:nth-of-type(3) {
    margin-top: 35px;
}
#str_container .coupon_detail {
  padding-left: 0;
}
h2.rs_h2_title_bar{
padding: 10px 15px;
background-color:#0071BE;
color: #fff;
font-size: 16px;
margin-top:20px;
}
.notice_tit { 
  margin: 0 10px;
}
#outline_box dl {
display: flex;
}
.contents-area:has(.charm-area), .contents-area:has(.prize-area) {
    padding-top: 32px;
}
.charm-content-txt {
  margin: 0;
}
#outline_box dt {
  float: none;
  padding: 0 0 0 5px;
  max-height: 999999px;
}
#outline_box dd {
  padding: 0 0 10px 5px;
  max-height: 999999px;
}
#outline_box dl {
    display: block;
}
#outline_box dt {
  border-bottom: none;
  width: 100%;
}
#notice_box dt {
  float: none;
}
#notice_box dd {
  padding: 10px 10px 10px 30px;
}
.contents-area:has(.area-box) {
  padding-top: 50px;
}
.adjustment-mt {
  padding-top: 10px;
}
.has-bg:has(#header){
  margin: 0;
}
.course-box + .course-box {
  margin-top: 30px;
}
#outline_box {
  border: 1px solid #0071BE;
}
dl.notice,#notice_box {
  border: 1px solid #ccc;
}
.notice dd:first-of-type {
  margin-bottom: 0;
}
#outline_box dl {
  padding: 3px;
}


}




