@charset "utf-8";

/**
 * hokkaido style.css 3.1.1
 * Released on: 5,2025
 */

/*--------------------------------------------------------------
# container Page
--------------------------------------------------------------*/
.container {
    width: 100%;
    margin: 0px auto;
    max-width: 1200px;
    padding-top:20px;
}

@media screen and (max-width: 1119px) {
	.container {
    width: 95%;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 0px;
	}
}

/*--------------------------------------------------------------
# coupon-hokkaido
--------------------------------------------------------------*/

#coupon-hokkaido{}
#coupon-hokkaido .hokkaido_subtitle{
    margin: 0px auto 5px;
    text-align: center;
    font-size: 20px;
    width: 100%;
	
}
#coupon-hokkaido .hokkaido_title{
    margin: 0px auto 60px;
    text-align: center;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    background-image: url(../images/top/title.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
}
#coupon-hokkaido .hokkaido_listbx{
    margin: 0px auto 60px;
    max-width: 1130px;
    width: 100%;
    padding: 0px;
}
#coupon-hokkaido .hokkaido_listbx_bx{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#coupon-hokkaido .hokkaido_listbx_bx ul{
	
}

#coupon-hokkaido .hokkaido_listbx_bx li{
    list-style: url(../images/top/pict.png) inside;
    margin-bottom: 20px;
}
#coupon-hokkaido .hokkaido_listbx_l{
    width: 55%;
    background-image: url(../images/common/hokkaido_logo.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    margin-right: 5%;
}
#coupon-hokkaido .hokkaido_listbx_txt{
    font-size: 16px;
    text-decoration: none;	
}
#coupon-hokkaido .hokkaido_listbx_txt a{
    color: #000;
    text-decoration: none;	
}
#coupon-hokkaido .hokkaido_listbx_txt b{
    color: #a9272d;
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline!important;
}
#coupon-hokkaido .hokkaido_listbx_r{
    width: 40%;
    background-color: #f5f5f5;
    padding: 10px 20px;
    text-align: justify;
    font-size: 14px;
}

/*--------------------------------------------------------------
非掲載
--------------------------------------------------------------*/
#news-page{
    display: none;	
}
/*--------------------------------------------------------------
# coupon-news
--------------------------------------------------------------*/

#coupon-news .coupon-news_bg{
    background-image: url(../images/gallery/news_bg.jpg);
    background-repeat: repeat;
    padding-top: 0px;
}
.coupon-news_listbx  a:link,
.coupon-news_listbx  a:visited{
    color: #000000;	
}
.coupon-news_listbx  a:hover{
    color: #FF0000;	
}
#coupon-news .slick-box-news a:link img:hover{
	opacity: 0.5!important;
}
#coupon-news .news_listbx{
    margin: 0px auto 0px;
    max-width: 1130px;
    width: 100%;
}
#coupon-news .news_listbx:nth-child(even){
   content: "";
  display: block;
  clear: both;
}


#coupon-news .news_list{
    width: calc(50% - 40px);
    margin: 30px auto 10px;
    text-decoration: none;
    padding: 0px;
	display: flex;
	flex-wrap: wrap;
    float: left;
}
#coupon-news .news_list a:hover{
	opacity: 0.5!important;
}

#coupon-news .news_list:nth-child(odd){
    margin-right: 40px;
    margin-bottom: 20px;
}
#coupon-news .news_list:nth-child(even){
    margin-left: 40px;	
    margin-bottom: 20px;
}
#coupon-news .news_list a{
	text-decoration: none;
	color: #000 !important;
}
#coupon-news .news_list h4{
    clear: both;
    width: 100%;
    font-weight: bold;
    margin-top: 3px;
    line-height: 20px;
    margin-bottom: 3px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#coupon-news .news_listbx .news_titel{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	overflow: hidden;
}
#coupon-news .news_listbx .newsDate{
    font-size: 12px;
    color: #666;
    padding: 0px;
    font-weight: normal;
    margin: 0px;
    text-align: left;
	}
#coupon-news .news_listbx .news_txt{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 140%;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_list	.news_bx{
    float: left;
    width: calc(60% - 10px);
    padding-bottom: 10px;
}
.news_list .news_details{
    width: 40%;
    padding-bottom: 10px;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}
#coupon-news .news_list	.news_details .news-item{
    width: 100%;
}
#coupon-news .news_list	.news_details .news-item-img{
    width: 100%;
}
#coupon-news .news_list	.news_details .news-item-img img{
    width: 100%;
    border-radius: 10px;
}
#coupon-news .news_btn{
    max-width: 450px;
    margin: 40px auto!important;
    clear: both;
}
#coupon-news .news-arrow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255,255,255,1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    color: rgba(0,0,0,1)!important;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    max-width: 450px;
    -webkit-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .5);
}
#coupon-news .news-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}
#coupon-news .news-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}
#coupon-news a.news-arrow:link, a.news-arrow:active, a.news-arrow:visited {
    color: rgba(0,0,0,1)!important;
	text-decoration: none;
}
#coupon-news a.news-arrow:hover {
	color: #FFFFFF!important;
	background-color: #666;
}




.park_course .park_btn{
    max-width: 450px;
    margin: 80px auto 40px!important;
    clear: both;
}
.park_course .park_arrow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255,255,255,1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    color: rgba(0,0,0,1)!important;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    max-width: 450px;
    -webkit-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .5);
}
.park_course .park_arrow > *:first-child {
	width: calc(100% - 10px * 3);
}
.park_course .park_arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}
.park_course a.park_arrow:link, .park_course a.park_arrow:active, .park_course a.park_arrow:visited {
    color: rgba(0,0,0,1)!important;
	text-decoration: none;
}
.park_course a.park_arrow:hover {
	color: #FFFFFF!important;
	background-color: #666;
}



#coupon-news .instagram_banner{
    width: 80%;
    margin: 60px auto;
}
#coupon-news .instagram_banner:hover{
	opacity: 0.5;
}
#coupon-news .slick-box-news{
    width: 100%;
    margin: 20px auto;
    max-width: 1130px;
}
#coupon-news .slick-box-news img{
    width: 100%;
}
#coupon-news .news_cap{
    font-size: 10px;
    font-weight: normal;
    padding: 5px 0px;
    line-height: 110%;
    text-align: left;
}
#coupon-news .news_area_donan,
#coupon-news .news_area_douou,
#coupon-news .news_area_dohoku,
#coupon-news .news_area_dotou{
    padding: 3px 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-right: 2px;
}

.news_area_donan{
    background-color: #ff9600;}
.news_area_douou{
    background-color: #ff6496;}
.news_area_dohoku{
    background-color: #6482c8;}
.news_area_dotou{
    background-color: #64be8c;
}

#coupon-news .slideshow_box{
    width: 100%;
    padding: 40px 0px 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.10);
}
	@media only screen and (max-width:820px) {
	
.news_list	.news_bx{
    float: left;
    width: calc(100% - 10px);
    padding-bottom: 10px;
}
.news_area_donan,
.news_area_douou,
.news_area_dohoku,
.news_area_dotou{
    padding: 1px 12px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
    margin-right: 4px;
    float: left;
}}
@media only screen and (max-width:420px) {

#coupon-news .slideshow_bo{
    width: 90%;
    padding: 0px 0px;
    margin-left: auto;
    margin-right: auto;
}
	.news_area_donan,
.news_area_douou,
.news_area_dohoku,
.news_area_dotou{
    padding: 2px 12px;
}
}
@media only screen and (max-width:1230px) {
	
#coupon-news .news_listbx{
    margin: 0px auto 10px;
    max-width: 90%;
    width: 90%;
}
#coupon-news .news_list{
    width: calc(45% - 20px);
    margin: 20px auto 10px;
    text-decoration: none;
    padding: 0px;
	display: flex;
	flex-wrap: wrap;
    float: left;
}
#coupon-news .news_listbx .news_txt{
    width: 100%;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    line-height: 140%;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

}
	@media only screen and (max-width:820px) {
		
#coupon-news .news_list{
    width: 100%;
    margin: 20px auto 10px;
    text-decoration: none;
    padding: 0px;
}	
	
}

@media only screen and (max-width:420px) {
		
#coupon-news .news_list{
    width: 100%;
    margin: 20px auto 10px;
    text-decoration: none;
    padding: 0px;
}
#coupon-news .news_list .news_bx{
    float: left;
    width: calc(60% - 10px);
    padding-bottom: 10px;
}
#coupon-news .news_list .news_details{
    width: 40%;
    padding-bottom: 10px;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-right: 10px;
}
	
#coupon-news .news_listbx .news_title{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
#coupon-news .news_listbx .newsDate{
    font-size: 10px;
    text-align: left;
	}
#coupon-news .news_listbx .news_txt{
    width: 100%;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    line-height: 120%;
    text-align: justify;
	display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;
}
	
#coupon-news .news_btn{
    max-width: 90%;
   width: 75%;
    margin: 20px auto;
    clear: both;
}
#coupon-news .news-arrow {
    margin-top: 10px;
    font-size: 14px;
}
	
.park_course a.park_btn{
    max-width: 90%;
   width: 75%;
    margin: 20px auto;
    clear: both;
}
.park_course a.park_arrow {
    margin-top: 10px;
    font-size: 14px;
}
	
#coupon-news .instagram_banner{
    width: 90%;
    margin: 20px auto;
}
	
}

@media only screen and (max-width:320px) {

#coupon-news .news_listbx .news_title{
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    line-height: 110%;
}
#coupon-news .news_listbx .news_txt{
    font-size: 11px;
}
#coupon-news .instagram_banner{
    margin: 10px auto;
}
}
/*--------------------------------------------------------------
# coupon-area
--------------------------------------------------------------*/
#coupon-area{}
#coupon-area .back_img{
    background-position: center top;
    background-image: url(../images/gallery/bg_photo01.jpg);
    background-attachment: scroll;
    background-size: cover;
}
#coupon-area .section_title{
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: bold;
}
#coupon-area .section_title img{
	width: 100%;
}
#coupon-area .hotel_cap{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	padding-top: 0px;
	margin-top: 0px;
}
#coupon-area .map{
    width: 100%;
    background-image: url(../images/gallery/pc_map.png);
    min-height: 1000px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
#coupon-area .area-button-title{
    background-color: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
    background-image: url(../images/icon/icon_area.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 45px auto;
    font-weight: bold;
}
#coupon-area .area-button-bx{
    background-color: #f5f5f5;
    padding: 15px;
    width: 270px;
    margin: 0px;	
}
#coupon-area .area-button-bx ul{
    padding: 0px;
    margin: 0px;	
}
#coupon-area .area-button-bx li{
    padding: 0px;
    margin: 0px 0px 10px;
}
#coupon-area .area-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  border-radius: 3px;
  width: 240px;
  height: 60px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}

#coupon-area .area-button::before, #coupon-area .area-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

#coupon-area .area-button::before {
  transform: translateY(-50%) rotate(30deg);
}

#coupon-area .area-button::after {
  transform: translateY(-50%) rotate(-30deg);
}

#coupon-area .area-button:hover {
	opacity: 0.5!important;
}
#coupon-area .area-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}

#coupon-area .area-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
#coupon-area .icon-area{
    margin-left: 45px;
}

#coupon-area .map .area-list-title{
    background-color: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
    background-image: url("../images/icon/icon_hotel.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 45px auto;
    font-weight: bold;
}
#coupon-area .map .btn_access{
    position: absolute;
    bottom: 40px;
    right: 300px;
}
#coupon-area .access a:link,
#coupon-area .access a:visited{
    color: #FFFFFF!important;
    text-decoration: none!important;
}
#coupon-area .map .btn_access img:hover{
  opacity: .7;
	
}
#coupon-area .map .area-list-bx{
    background-color: #f5f5f5;
    padding: 15px;
    width: 270px;
    margin: 0px;	
    right: 0px;
    top: 20px;
    position: absolute;
}
#coupon-area .map .list-title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #FFFFFF;
}
#coupon-area .map .list-title span{
    font-size: 90%;
    padding-left: 10px;
}
#coupon-area .area-list-bx ul{
    padding: 0px;
    margin: 0px;	
    background-color: #FFFFFF;
}
#coupon-area .list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#coupon-area .list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 5px;
    border-bottom: 1px solid #C9C9C9;
}
#coupon-area .list_triangle　li:first-child {
    border-bottom: 0px solid #C9C9C9;
}
#coupon-area .list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #c80000;
    content: "";
}
#coupon-area .area-list {
    display: flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    width: 230px;
    height: 50px;
    transition: 0.3s;
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
}

#coupon-area .area-list:hover {
  opacity: .7;
color: #c80000;
}


/*--------------------------------------------------------------
# coupon-hotel
--------------------------------------------------------------*/
#coupon-hotel{
    padding: 0px;
    margin: 0px;
}
#coupon-hotel .back_img{
    background-position: center center;
    background-image: url(../images/gallery/bg_photo02.jpg);
    background-attachment: scroll;
    background-size: cover;
}
#coupon-hotel .section_title{
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-hotel .hotel_cap{
    color: #fff;	
    margin-bottom: 40px;
}

#coupon-hotel .hotel-list {
    margin: 0 auto;
}
#coupon-hotel .hotel-btn-list ul{
    margin: 0px;
    padding: 0px;	
}
#coupon-hotel .hotel-btn-list{
    width: 100%;
    margin: 0px auto;
    background-color: #FFFFFF;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
#coupon-hotel .hotel-btn-list li{
    width: 100%;
    margin: 0px;
}
#coupon-hotel .hotel-row {
    margin: 0px;
}
#coupon-hotel .hotel-row:before, #coupon-hotel .hotel-row:after {
  content: " ";
  display: table; }
#coupon-hotel .hotel-row:after {
  clear: both; }
#coupon-hotel .hotel-row div:nth-child(1){
    margin-right: 5px;	
}
#coupon-hotel .hotel-row div:nth-child(2){
    margin-left: 5px;	
}
#coupon-hotel .hotel-col-6{
    width: calc(50% - 5px);
    margin: 0 auto;
    position: relative;
    min-height: 1px;
    float: left;
    text-align: center;
}
#coupon-hotel .hotel-list{
    width: 100%;
    padding-bottom: 60px;
    margin: 0px;
}
#coupon-hotel .hotel-btn-plan{
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#coupon-hotel .hotel_img_overlay {
    position: relative;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
#coupon-hotel .hotel_img_overlay:hover{
    background: rgba(0, 0, 0, 0.52);
}

/*== ボタン共通設定 */
#coupon-hotel .hotel-btn-plan{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000;/* ボーダーの色と太さ */
    padding: 10px 5px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    background: #ffcf00;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 13px;
    border-radius: 5px;
    font-weight: bold;
}

#coupon-hotel .hotel-btn-plan .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

/*ボタン内spanの形状*/
#coupon-hotel .hotel-btn-plan span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}

#coupon-hotel .hotel-btn-plan:hover span{
  color:#fff;
}

/*== 背景が流れる（斜め） */
#coupon-hotel .hotel-btn-bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background:#000;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
#coupon-hotel .hotel-btn-bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

#coupon-hotel .hotel-btn-plan-ng{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 2px solid #000;/* ボーダーの色と太さ */
    padding: 10px 5px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    background: #000;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}
@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

#ns_index .ns_tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1230px;
    margin: 10px auto 0px;
    /*	padding-top: 90px;*/
/* ***** */
    padding: 0px;
}

#ns_index .ns_tile .hotel-listphoto{
    text-align: center;
    width: calc((100% - 80px) / 4);
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 0px;
}

#ns_index .ns_tile .hotel-listphoto b:hover {
	text-decoration: none;
	opacity: 1;
}

#ns_index .ns_tile .hotel-listphoto b{
    display: block;
    height: 200px;
    color: #FFF;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
#ns_index .ns_tile .hotel-listphoto .ns_border {
	display: block;
	width: 240px;
	height: 170px;
	border: solid 2px #FFF;
	margin: 0 auto;
	padding-top: 60px;
}
#ns_index .ns_tile .hotel-listphoto:last-child .ns_border {
    margin-bottom: 15px;
}

#ns_index .ns_tile .hotel-listphoto .ns_border2{
	display: block;
	width: 240px;
	height: 170px;
	border: solid 2px #FFF;
	margin: 0 auto;
	padding-top: 50px;
	margin-bottom: 15px;
}
#ns_index .ns_tile .hotel-listphoto:last-child .ns_border2 {
    margin-bottom: 15px;
}
.hotel-subtitle{
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}

#ns_index .ns_tile .hotel-listphoto,
#ns_index .ns_tile .hotel-listphoto b {
	position: relative;
	overflow: hidden;
}
#ns_index .ns_tile .hotel-listphoto img {
    position: absolute;
    left: 0;
    top: 0;
    transition-duration: 0.3s;
    z-index: -1;
}
#ns_index .ns_tile .hotel-listphoto:hover img {
    transform: scale(1.5);
    transition-duration: 0.3s;
    opacity: 1;
}
#ns_index .ns_top_content01 .ns_banner {
	background: none;
}
#ns_index .ns_tile .hotel-listphoto a .hotel_hovertxt{
display: none;
}
#ns_index .ns_tile .hotel-listphoto a:hover .hotel_nomaltxt{
display: none;
}
#ns_index .ns_tile .hotel-listphoto a:hover .hotel_hovertxt{
    display: inline;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: justify!important;
    padding-right: 5px!important;
    padding-left: 5px!important;
	}

/*--------------------------------------------------------------
coupon-model
--------------------------------------------------------------*/
#coupon-model{
}

#coupon-model .back_img{
    width: 100%;
    background-position: center top;
    background-image: url(../images/model/model_bg.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
}
#coupon-model .section_title{
    padding: 0px;
    margin-top: 25px;
    margin-bottom: 40px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#coupon-model .model_listbx{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 60px;
}
#coupon-model .model_list{
    width: calc(92% / 3);
    background-image: url(../images/model/model_list_bg.png);
    background-repeat: repeat;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
#coupon-model .photo_bg01{
    background-image: url(../images/gallery/model_photo01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding-top: 60%;
}
#coupon-model .photo_bg02{
    background-image: url(../images/gallery/model_photo02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding-top: 60%;
}
#coupon-model .photo_bg03{
    background-image: url(../images/gallery/model_photo03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
	padding-top: 60%;
}
#coupon-model .model_list_bg{
    width: 90%;
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: relative;
}

#coupon-model .model_list_bg .pict_box{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0px;
    left: 20%;
    right: 20%;
}
#coupon-model .model_list_bg .pict_box span{
    padding: 0px;
    margin: 0px;
	}
#coupon-model .model_list_bg .pict_box img{
    width: calc(100% / 4);
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}
#coupon-model .model_list_box {
    --x-gradient: linear-gradient(90deg, #666 0 20px, transparent 0 calc(100% - 20px), #666 calc(100% - 20px));
    --y-gradient: linear-gradient(#666 0 20px, transparent 0 calc(100% - 20px), #666 calc(100% - 20px));
    margin: 0.5rem;
    padding: 1rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
    text-align: center;	

}
#coupon-model .model_list_title{
    font: bold 24px/120% "ヒラギノ角ゴ ProN W6","HiraKakuProN-W6","HiraKakuProN-W3","ヒラギノ角ゴ ProN W3", "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px;
    padding: 15% 0px 10px;
}
#coupon-model .model_list_txt{
    font: 14px "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3", "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    margin: 0px;
    padding-bottom: 15px;
}
#coupon-model .model_list_box p {
    line-height: 1.5;
    color: #222;
}
#coupon-model .model_day{
    background-color: #000000;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 10px 5px;
    width: 8em;
    margin-bottom: 20px;
    border-radius: 20px;
}
#coupon-model .model_icon{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0px 0px;
}
#coupon-model .model_icon li{
    width: calc(94% / 3);
    margin: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#coupon-model .model_icon .icon_off{
    border: 1px solid #BCBCBC;
    color: #BCBCBC;
}
#coupon-model .model_icon li:nth-child(1).icon_on{
    border: 2px solid #00a096;
    color: #00a096;
    font-weight: bold;
}
#coupon-model .model_icon li:nth-child(2).icon_on{
    border: 2px solid #d51c24;
    color: #d51c24;
    font-weight: bold;
}
#coupon-model .model_icon li:nth-child(3).icon_on{
    border: 2px solid #ba68c8;
    color: #ba68c8;
    font-weight: bold;
}
#coupon-model .model_icon li:nth-child(4).icon_on{
    border: 2px solid #FF8800;
    color: #FF8800;
    font-weight: bold;
}
#coupon-model .model_icon li:nth-child(5).icon_on{
    border: 2px solid #0010A0;
    color: #0010A0;
    font-weight: bold;
}
#coupon-model .model_listbtn{
    width: 80%;
    margin: 30px auto 10px;
}

#coupon-model .btnlinestretches_ng{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    color: #fff;
    border: 1px solid #333;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.3s ease-in-out;
    background-color: #333;
    width: 80%;
    margin-bottom: 20px;
}
/*線の設定*/
#coupon-model .btnlinestretches_ng::before,
#coupon-model .btnlinestretches_ng::after {
  content:'';
    /*絶対配置で線の位置を決める*/   
  position:absolute;
  border:solid #333;
    /*アニメーションの指定*/
  transition:all 0.3s ease-in-out;
  width:calc(100% + 11px);
  height:calc(100% + 11px);
  border-color:#666;
}
/*線の位置と形状*/
#coupon-model .btnlinestretches_ng::before{
  top:-6px;
  left:-6px;
  border-width:1px 0 0 1px;
}

/*線の位置と形状*/
#coupon-model .btnlinestretches_ng::after{
  bottom:-6px;
  right:-6px;
  border-width:0 1px 1px 0;
}


#coupon-model .btnlinestretches{
    /*線の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    color: #fff;
    border: 1px solid #333;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.3s ease-in-out;
    background-color: #333;
    width: 80%;
    margin-bottom: 20px;
}

/*hoverした際の背景の形状*/
#coupon-model .btnlinestretches:hover{
  background:#ffcf00;
  color: #333;
  border-color:transparent;
}

/*線の設定*/
#coupon-model .btnlinestretches::before,
#coupon-model .btnlinestretches::after {
  content:'';
    /*絶対配置で線の位置を決める*/   
  position:absolute;
  border:solid #333;
  width:10px;
  height:10px;
    /*アニメーションの指定*/
  transition:all 0.3s ease-in-out;
}

/*線の位置と形状*/
#coupon-model .btnlinestretches::before{
  top:-6px;
  left:-6px;
  border-width:1px 0 0 1px;
}

/*線の位置と形状*/
#coupon-model .btnlinestretches::after{
  bottom:-6px;
  right:-6px;
  border-width:0 1px 1px 0;
}

/*hoverした際の線の形状*/
#coupon-model .btnlinestretches:hover::before,
#coupon-model .btnlinestretches:hover::after{
  width:calc(100% + 11px);
  height:calc(100% + 11px);
  border-color:#666;
}

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

#coupon-model .model_btn{
    width: 100%;
    max-width: 400px;
    margin: 50px auto 0px!important;
    padding: 0px 0px 80px;
}
#coupon-model .model_btn img{
    width: 100%;
}
#coupon-model .model_btn img:hover{
	opacity: 0.5!important;
}
#coupon-model .model-arrow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255,255,255,1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    color: rgba(0,0,0,1)!important;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    max-width: 450px;
    -webkit-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .5);
}
#coupon-model .model-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}
#coupon-model .model-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}
#coupon-model a.model-arrow:link, a.model-arrow:active, a.model-arrow:visited {
    color: rgba(0,0,0,1)!important;
	text-decoration: none;
}
#coupon-model a.model-arrow:hover {
	color: #FFFFFF!important;
	background-color: #666;
}


/*--------------------------------------------------------------
# coupon-play
--------------------------------------------------------------*/

#coupon-play{
    padding-bottom: 60px;
}
#coupon-play .section_title{
    padding: 0px;
    margin-top: 10px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-play .section_title img{
    width: 100%;
}
#coupon-play .play_read{
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    margin: 0px auto 60px;
}
#coupon-play .counter_header{
    width: 100%;
    max-width: 1130px;
    background-image: url(../images/top/play_left.png),url(../images/top/play_right.png);
    background-position: left center,right center;
    background-repeat:
    /* 1枚目の背景画像の設定 */
    no-repeat,
    /* 2枚目の背景画像の設定 */
    no-repeat;
    background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
#coupon-play .item_box{
    width: 100%;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#coupon-play .item{
    width: 100%;
    margin: 0px auto 0px;
    text-align: center;
}
#coupon-play .card_ng {
    width: 100%; /* 任意の横幅を指定 */
    position: relative;
    margin: 0px auto 0px;
}
#coupon-play .card_ng img {
  width: 100%;
}
#coupon-play .card {
    width: 100%; /* 任意の横幅を指定 */
    position: relative;
    cursor: pointer;
    margin: 0px auto 0px;
}

/* 擬似要素とpadding-topでカードの高さを指定 */

#coupon-play .card::before {
  content: "";
  display: block;
  padding-top: 110%;
}

#coupon-play .card img {
  width: 100%;
}

/* カード裏面・表面の共通スタイル */
#coupon-play .card .back,
#coupon-play .card .front {
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

/* カード表面のスタイル */

#coupon-play .card .front {
  transform: rotateY(-180deg);
}

/* ホバー時のカード裏面 */

#coupon-play .card:hover .back {
  transform: rotateY(180deg);
}

/* ホバー時のカード表面 */

#coupon-play .card:hover .front {
  transform: rotateY(0);
}
/* ==================================================
   park-course
================================================== */
#coupon-play .park_course{
    width: 100%;
    margin: 10px auto 80px;
}
#coupon-play .slideshow_box{
    margin: 0px;
    padding: 0px;
	}
#coupon-play .slide_bg_w{
    width : calc(100% - 20px);
    margin: 10px;
    box-shadow: 0 0px 3px 0 rgba(0, 0, 0, .5);
    background-color: #FFFFFF;
    border-radius: 5px;

}
#coupon-play .slide_photo{
    width: 100%;
    margin: 0px auto;
    padding: 10px;
}
#coupon-play .slide_photo img{
    width: 100%;
}
#coupon-play .park-arrow {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255,255,255,1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
    color: rgba(0,0,0,1);
    font-size: 14px;
    padding: 5px 5px 15px;
    text-align: center;
    max-width: none;
    -webkit-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
    margin-top: 0px;
}
#coupon-play .park-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}

#coupon-play .park-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}
#coupon-play .slide_bg_w a img:hover {
    opacity: 0.5;
    color: #000000!important;
    text-decoration: none!important;
}
#coupon-play .slide_bg_w a:link {
    color: #000000!important;
}
#coupon-play .slide_bg_w a:hover {
    color: #000000!important;
}
#coupon-play .park-arrow a:link {
    text-decoration: underline!important;
}
#coupon-play .sdgs_course{
    background-color: #e7f3e4;
    width: 100%;
    max-width: 1130px;
    padding: 25px;
    margin: 0px auto 40px;
}
#coupon-play .sdgs_title{
    text-align: left;
    font-weight: bold;
    line-height: 150%;
}
.sdgs_title_icon{
    float: left;	
}
#coupon-play .sdgs_title01{
    text-align: left;
    font-weight: bold;
    line-height: 200%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#coupon-play .sdgs_title02{
    text-align: left;
    font-weight: bold;
    line-height: 150%;
}
#coupon-play .sdgs_course a:link,
#coupon-play .sdgs_course a:visited{
    color: #000000!important;
}
#coupon-play .sdgs_course a:hover{
    color: #FF0000!important;
}
#coupon-play .sdgs_box{
    background-color: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
#coupon-play .sdgs_box_txt{
    width: calc(40% - 20px);
    margin: 10px;
    font-size: 14px;
    text-align: justify;
}
#coupon-play .sdgs_box_img{
    width: calc(60% - 20px);
    margin: 10px;
    background-color: #000;
}
#coupon-play .sdgs_box_img img{
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    align-items: center;
}
/*--------------------------------------------------------------
# coupon-movie
--------------------------------------------------------------*/

#coupon-movie{
    padding-bottom: 60px;}
#coupon-movie .section_title{
    padding: 0px;
    margin-top: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#coupon-movie .section_title .camera{
    position: absolute;
    top: 20%;
    left: 15%;
}
#coupon-movie .section_title .camera img{
    width:70%;
}
#coupon-movie .section_title img{
    width: 100%;
}
#coupon-movie .movie_read{
    text-align: center;
    font-size: 16px;
    line-height: 120%;
    margin: 0px auto 60px;
}
#coupon-movie .item{
    width: 100%;
    margin: 0px auto 40px;
    text-align: center;
}
#coupon-movie .item img{
    width: 100%;
}
#coupon-movie .item p{
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    margin-top: 10px;
}

#coupon-movie .movie-link a:link,
#coupon-movie .movie-link a:visited{
    color: #000;
    text-decoration: none;
}
#coupon-movie .movie-link a:hover{
    color: #c80000;
}


/*--------------------------------------------------------------
# coupon-shopping
--------------------------------------------------------------*/

#coupon-shopping{
    padding-bottom: 60px;}
#coupon-shopping .section_title{
    padding: 0px;
    margin-top: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
#coupon-shopping .section_title img{
    width: 100%;
}
#coupon-shopping .shopping_box{
    width: 100%;
    margin: 60px auto 60px;
    max-width: 980px;
}
#coupon-shopping .shopping_box img{
    width: 100%;
}
#coupon-shopping .shopping_read{
    text-align: center;
    font-size: 16px;
    line-height: 120%;
	
}
#coupon-shopping .shopping_cap{
    text-align: center;
    font-size: 12px;
    line-height: 110%;
}
#coupon-shopping .shopping_btn{
    max-width: 450px;
    margin: 40px auto!important;
    clear: both;
}
#coupon-shopping .shopping-arrow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(255,255,255,1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    color: rgba(0,0,0,1)!important;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    max-width: 450px;
    -webkit-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .5);
}
#coupon-shopping .shopping-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}
#coupon-shopping .shopping-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}
#coupon-shopping a.shopping-arrow:link, a.shopping-arrow:active, a.shopping-arrow:visited {
    color: rgba(0,0,0,1)!important;
	text-decoration: none;
}
#coupon-shopping a.shopping-arrow:hover {
	color: #FFFFFF!important;
	background-color: #666;
}
#coupon-shopping .ranking_icon{
    height: 20px;
    width: 5em;
    margin-left: auto;
    margin-right: auto;
    text-indent: 2em;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
#coupon-shopping .icon01{
    background-image: url(../images/ranking/ranking_icon01.png);
}
#coupon-shopping .icon02{
    background-image: url(../images/ranking/ranking_icon02.png);
}
#coupon-shopping .icon03{
    background-image: url(../images/ranking/ranking_icon03.png);
}
#coupon-shopping .icon04{
    background-image: url(../images/ranking/ranking_icon04.png);
}
#coupon-shopping a:link .ranking_title,
#coupon-shopping a:visited .ranking_title{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
} 
#coupon-shopping .shopping_box a:hover .ranking_title{
color: #c80000;
}
#coupon-shopping .shopping_box img:hover{
  opacity: .7;
}
/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1230px) {
#coupon-play .counter_header{
    width: 95%;
    background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    300px
}
#coupon-play .sdgs_course{
    width: 90%;
    margin: 40px auto;
}
#ns_index .ns_tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 90%;
	width: 90%;
    margin: 0 auto;
/*	padding-top: 90px;*/
/* ***** */
	padding-top: 20px;
}

#ns_index .ns_tile .hotel-listphoto {
    text-align: center;
    margin: 10px;
    width: calc((100% - 40px) / 2);
}
#ns_index .ns_tile .hotel-listphoto b{
    display: block;
	height: auto;
    color: #FFF;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
	
#ns_index .ns_tile .hotel-listphoto img {
	position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	transition-duration: 0.3s;
}
#ns_index .ns_tile .hotel-listphoto .ns_border {
    display: block;
    width: 90%;
    border: solid 2px #FFF;
    padding-top: 70px;
    margin-bottom: 15px;
    padding-bottom: 70px;
    height: auto;
}

#ns_index .ns_tile .hotel-listphoto .ns_border2 {
	display: block;
	width: 90%;
	border: solid 2px #FFF;
    padding-top: 55px;
    margin-bottom: 15px;
    padding-bottom: 55px;
    height: auto;
}
	
/*--------------------------------------------------------------
# coupon-area
--------------------------------------------------------------*/

#coupon-area .map{
    width: 100%;
    min-height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: static;
    background-image: none;
}
#coupon-area .sp_map{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
#coupon-area .sp_map img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
#coupon-area .area-button-bx{
    background-color: #f5f5f5;
    padding: 15px;
    width: 100%;
}
#coupon-area .area-button-title{
    background-color: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
    background-image: url(../images/icon/icon_area.svg);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 45px auto;
    font-weight: bold;
}
#coupon-area .area-button-bx ul{
    padding: 0px;
    margin: 0px;	
  display: flex;
}
#coupon-area .area-button-bx li{
    padding: 0px;
    margin: 0px 0px 10px;
	 width: calc(100% /4);
}
#coupon-area .area-button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    width: 98%;
    height: 60px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-left: 1%;
    margin-right: 1%;
}

#coupon-area .area-button::before, #coupon-area .area-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

#coupon-area .area-button::before {
  transform: translateY(-50%) rotate(30deg);
}

#coupon-area .area-button::after {
  transform: translateY(-50%) rotate(-30deg);
}

#coupon-area .area-button:hover {
	opacity: 0.5!important;
}
#coupon-area .area-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}

#coupon-area .area-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
#coupon-area .icon-area{
    margin-left: 45px;
}

#coupon-area .map .area-list-title{
    background-color: #fff;
    padding: 10px;
    margin: 0px 0px 10px;
    background-image: url("../images/icon/icon_hotel.svg");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 45px auto;
    font-weight: bold;
}
#coupon-area .map .btn_access{
    position: absolute;
    bottom: 40px;
    right: 300px;
    text-decoration: none!important;
}
#coupon-area .map .btn_access img:hover{
  opacity: .7;
	
}
#coupon-area .map .area-list-bx{
    background-color: #f5f5f5;
    width: 100%;
    position: static;
    margin-bottom: 60px;
}
#coupon-area .map .list-title{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #FFFFFF;
}
#coupon-area .map .list-title span{
    font-size: 90%;
    padding-left: 10px;
}
#coupon-area .area-list-bx ul{
    padding: 0px;
    margin: 0px;	
    background-color: #FFFFFF;
}
#coupon-area .list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#coupon-area .list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 5px;
    border-bottom: 1px solid #C9C9C9;
}
#coupon-area .list_triangle　li:first-child {
    border-bottom: 0px solid #C9C9C9;
}
#coupon-area .list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #c80000;
    content: "";
}
#coupon-area .area-list {
    display: flex;
    align-items: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    width: 100%;
    height: 50px;
    transition: 0.3s;
    background-color: #ffffff;
    text-align: left;
    padding-left: 5px;
}

#coupon-area .area-list:hover {
  opacity: .7;
color: #c80000;
}
	
#ns_index .ns_tile .hotel-listphoto a:hover .hotel_hovertxt{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 30px;
	}
	
}
@media screen and (max-width: 1079px) {
	
#coupon-news .section_title,
#coupon-hotel .section_title,
#coupon-area .section_title,
#coupon-model .section_title,
#coupon-play .section_title,
#coupon-movie .section_title,
#coupon-shopping .section_title,
#coupon-plan .section_title{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	
/*--------------------------------------------------------------
# coupon-hokkaido
--------------------------------------------------------------*/

#coupon-hokkaido .hokkaido_title{
    margin: 0px auto 60px;
    text-align: center;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    background-image: url(../images/top/title.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
}
#coupon-hokkaido .hokkaido_listbx{
    margin: 0px auto 60px;
    width: 100%;
    padding: 0px;
}
#coupon-hokkaido .hokkaido_listbx_bx{
    display: block;
}
#coupon-hokkaido .hokkaido_listbx_bx ul{
    width: 100%;
	
}

#coupon-hokkaido .hokkaido_listbx_bx li{
    list-style: url(../images/top/pict.png) inside;
    margin-bottom: 20px;
}
#coupon-hokkaido .hokkaido_listbx_l{
    width: 95%;
    background-image: url(../images/common/hokkaido_logo.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
#coupon-hokkaido .hokkaido_listbx_txt{
    font-size: 16px;
    text-align: left;	
    text-decoration: none!important;	
}
#coupon-hokkaido .hokkaido_listbx_txt a{
    text-decoration: none!important;	
}
#coupon-hokkaido .hokkaido_listbx_txt b{
    color: #a9272d;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline!important;
}
#coupon-hokkaido .hokkaido_listbx_r{
    width: 90%;
    background-color: #f5f5f5;
    padding: 10px 20px;
    text-align: justify;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}
	
#coupon-play .counter_header{
    width: 95%;
    background-size:
    /* 1、2枚目の背景画像の共通サイズ */
    250px;
}
#coupon-play .park_course{
    width: 90%;
    max-width: 90%;
    margin: 0px auto 80px;
}

#coupon-model .model_list{
    width: 90%;
    max-width: 680px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px!important;
}	
#coupon-model .model_listbx{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
#coupon-model ul {
    margin: 0px;
    padding: 0px;
}
#ns_index .ns_tile .hotel-listphoto .ns_border {
    display: block;
    padding-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 20px
}
#ns_index .ns_tile .hotel-listphoto .ns_border2 {
    display: block;
    padding-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
	
#coupon-movie .section_title .camera{
    position: absolute;
    top: 10%;
    left: 10%;
}
	
#ns_index .ns_tile .hotel-listphoto a:hover .hotel_hovertxt{
    font-size: 14px;
    line-height: 30px;
    text-align: justify!important;
    padding-right: 5px!important;
    padding-left: 5px!important;
	}
#coupon-hotel .hotel-btn-plan-ng{
    padding: 10px 5px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
/*== ボタン共通設定 */
#coupon-hotel .hotel-btn-plan{
    font-size: 12px;
    line-height: 21px;
}
}

@media screen and (max-width: 680px) {
#coupon-news .section_title,
#coupon-area .section_title,
#coupon-hotel .section_title,
#coupon-model .section_title,
#coupon-play .section_title,
#coupon-movie .section_title,
#coupon-shopping .section_title,
#coupon-plan .section_title{
    width: 100%;
    margin: 0px auto;
}
#coupon-hokkaido .hokkaido_title{
    margin: 0px auto 60px;
    text-align: center;
    font-size: 24px;
    width: 90%;
    font-weight: bold;
    background-image: url(../images/top/title.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    background-size: contain;
}
#coupon-movie .section_title .camera{
    position: absolute;
     top: 10%;
    left: 5%;
}
#coupon-movie .section_title .camera img{
    width:50%;
}

#coupon-hokkaido .hokkaido_listbx_l{
    width: 95%;
    background-image: none;
}
#coupon-hokkaido .hkd_logo{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
	}
	#coupon-hokkaido .hkd_logo img{
    width: 100%;
		
	}
#coupon-area .area-button-bx ul{
    padding: 0px;
    margin: 0px;	
  display: flex;
	flex-wrap: wrap;
}
#coupon-area .area-button-bx li{
    padding: 0px;
    margin: 0px 0px 10px;
	 width: calc(100% /2);
}
#coupon-area .area-button {
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    width: 98%;
    height: 60px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-left: 1%;
    margin-right: 1%;
}
	#coupon-play .park_course{
    width: 90%;
    max-width: 90%;
    margin: 0px auto 60px;
}
#coupon-movie .movie_read,
#coupon-shopping .shopping_read{
    font-size: 14px;		
	}
	#coupon-movie .movie_read{
    margin-bottom: 30px;
	}
	
#coupon-play .counter_header{
    background-image: none;
}
#coupon-shopping .shopping_box{
    margin: 30px auto 30px;
    width: 90%;
}
#coupon-shopping .shopping_box a:link,
#coupon-shopping .shopping_box a:visited{
text-decoration: none;
		
	}

#coupon-shopping .shopping_btn{
    max-width: 90%;
   width: 75%;
    margin: 20px auto;
    clear: both;
}
main .hkd_line{
    width: 100%;
    padding-top: 5px;
    background-size: auto 5px;
}
#coupon-movie .item p{
    font-size: 12px;
    margin-top: 5px;
}
#coupon-play .park-arrow{
    font-size: 14px;
    line-height: 16px;		
}
#coupon-play .sdgs_box{
    background-color: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}
#coupon-play .sdgs_box_txt{
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0px;
    font-size: 14px;
}
#coupon-play .sdgs_box_img{
    width: calc(100% - 20px);
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0px;
}
	
#coupon-model .model_list{
    width: 100%;
    max-width: 100%;
    margin: 10px auto 60px;
    padding: 0px;
}
	
#coupon-model .model_listbtn{
    width: 100%;
}

#coupon-model .btnlinestretches{
    width: 90%;
    margin-bottom: 20px;
}

#ns_index .ns_tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 100%;
	width: 100%;
    margin: 0 auto;
/*	padding-top: 90px;*/
/* ***** */
	padding-top: 20px;
}

#ns_index .ns_tile .hotel-listphoto {
    text-align: center;
    margin: 5px;
    width: calc((100% - 20px) / 2);
}
	#ns_index .ns_tile .hotel-listphoto img{
	width: 105%;
	}
#ns_index .ns_tile .hotel-listphoto .ns_border {
    display: block;
    padding-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 20px
}
#ns_index .ns_tile .hotel-listphoto .ns_border2 {
    display: block;
    padding-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#ns_index .ns_tile .hotel-listphoto b{
    display: block;
    height: auto;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
}
.hotel-subtitle{
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 12px;
}
#coupon-hotel .hotel-col-sm-12{
    width: 100%;
    margin: 0 auto 5px;
    position: relative;
    min-height: 1px;
    padding: 0px;
}
#coupon-hotel .hotel-row div:nth-child(1){
    margin-right: 0px;	
}
#coupon-hotel .hotel-row div:nth-child(2){
    margin-left: 0px;	
}
#coupon-model .model_btn{
    width: 90%;
    max-width: 550px;
    margin: 20px auto 0px!important;
    padding-bottom: 60px;
}
#ns_index .ns_tile .hotel-listphoto a:hover .hotel_hovertxt{
    font-size: 14px;
    line-height: 20px;
    text-align: justify!important;
    padding-right: 5px!important;
    padding-left: 5px!important;
	}
	
#coupon-shopping a:link .ranking_title,
#coupon-shopping a:visited .ranking_title{
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
} 
#coupon-hotel .hotel-btn-plan-ng{
    padding: 10px 5px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 50px;
}
}


@media screen and (max-width: 420px) {

#coupon-play .sdgs_title{
    line-height: 100%;
}
#coupon-play .park-arrow{
    font-size: 14px;
}
.btn_plan{
    font-size: 16px;
}
#coupon-model .model_list_title{
    margin: 0px;
    padding: 15% 0px 10px;
    font-size: 20px;
    line-height: 30px;
}
	#coupon-model .model_list_txt{
    margin: 0px;
    padding-bottom: 15px;
}
#ns_index .ns_tile .hotel-listphoto .ns_border {
    display: block;
    padding-top: 20px;
    margin-bottom: 15px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 16px;
}
#ns_index .ns_tile .hotel-listphoto .ns_border2 {
    display: block;
    padding-top: 12px;
    margin-bottom: 15px;
    padding-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 16px;
}
#ns_index .ns_tile .hotel-listphoto a:hover .hotel_hovertxt{
    font-size: 9px;
    line-height: 14px;
	}
#coupon-shopping a:link .ranking_title,
#coupon-shopping a:visited .ranking_title{
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
} 
	
.row {
  margin-left: -20px;
  margin-right: -20px; }
.row:before, .row:after {
  content: " ";
  display: table; }
.row:after {
  clear: both; }
#coupon-shopping .shopping_box .row{
  padding-left: -5px;
	padding-right: -5px;
}
#coupon-shopping .shopping_box .col-sm-6,
#coupon-shopping .shopping_box .col-md-6{
  position: relative;
  min-height: 1px;
  padding-left: 5px;
	padding-right: 5px;
	}
}
@media screen and (max-width: 376px) {
#coupon-shopping .shopping_cap{
    font-size: 10px;
}
#coupon-play .sdgs_box_txt{
    font-size: 12px;
}

#coupon-movie .item p{
    font-size: 10px;
}
.sns_list li:nth-child(1){
    width:70px;
}
.sns_list li:nth-child(2){
    width: 40px;
}
.sns_list li:nth-child(3){
    width: 40px;
}
.sns_list li:nth-child(4){
    width: 40px;
}
.sns_list li:nth-child(5){
    width: 40px;
}
#coupon-model .model_list_title{
    font-size: 16px;
}
#ns_index .ns_tile .hotel-listphoto {
    display: block;
    text-align: center;
    margin: 5px auto 5px;
    width: 95%!important;
    min-height: 200px;
}
	
#ns_index .ns_tile .hotel-listphoto b{
    font-size: 14px!important;
    font-weight: bold;
    line-height: 20px;
}

#ns_index .ns_tile .hotel-listphoto .ns_border {
    display: block;
    padding-top: 40px;
    padding-bottom: 45px;
}
#ns_index .ns_tile .hotel-listphoto .ns_border2 {
    display: block;
    padding-top: 42px;
    padding-bottom: 47px;
}
.hotel-subtitle{
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    line-height: 14px;
}

#coupon-shopping a:link .ranking_title,
#coupon-shopping a:visited .ranking_title{
    font-size: 10px;
    line-height: 14px;
    text-decoration: none;
} 
}
@media screen and (max-width: 320px) {

#coupon-play .park-arrow{
    font-size: 12px;
}
.sns_list li:nth-child(1){
    width:55px;
}
.sns_list li:nth-child(2){
    width: 35px;
}
.sns_list li:nth-child(3){
    width: 35px;
}
.sns_list li:nth-child(4){
    width: 35px;
}
.sns_list li:nth-child(5){
    width: 35px;
}
.btn_plan{
    font-size: 12px;
}
#coupon-movie .item p{
    font-size: 8px;
}
#coupon-movie .section_title .camera img{
    width:40%;
}

}

#coupon-area .cooming{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    height: 60px;
    position: relative;
    transition: 0.3s;
    text-align: center;
}


@media screen and (max-width: 1230px) {
#coupon-area .cooming {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    border-radius: 3px;
    width: 98%;
    height: 60px;
    position: relative;
    transition: 0.3s;
    margin-left: 1%;
    margin-right: 1%;
}
}
@media screen and (max-width: 680px) {
#coupon-area .cooming {
    font-size: 16px;
}
	.breadcrumbs_bx{
    width: 95%;
    margin: 20px auto;
	}
}

/*--------------------------------------------------------------
# yado
--------------------------------------------------------------*/
.yado_bg{
    width: 100%;
    margin: 20px auto 100px;
    background: #F7C7CA;
    background: -webkit-linear-gradient(170deg, rgba(247, 199, 202, 1) 0%, rgba(255, 243, 200, 1) 100%);
    background: -moz-linear-gradient(170deg, rgba(247, 199, 202, 1) 0%, rgba(255, 243, 200, 1) 100%);
    background: linear-gradient(170deg, rgba(247, 199, 202, 1) 0%, rgba(255, 243, 200, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F7C7CA", endColorstr="#FFF3C8", GradientType=0);
    max-width: 1140px;
    padding: 20px;
    font-feature-settings: "palt";
}
.yado_titlebg{
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    background-image: url(../images/yado/bg.png);
    background-position: center center;
    background-size: cover;
}
.yado_title{
    width: 35%;
    max-width: 600px;
    margin: 10px auto 0px;
}
.yado_title img{
    width: 100%;
}
.yado_read{
    width: 64%;
    padding: 20px 30px 0px 0px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-left: 1%;
}
.yado_list{
    width: 90%;
    margin: -15px auto 0px;
    font-size: 20px;
    text-decoration: underline;
    text-align: center!important;
    padding-bottom: 20px;
    padding-top: 0px;
}
.yado_list a:link,
.yado_list a:visited{
    color: #00A1E9;
}
.yado_list a:hover,
.yado_list a:active{
    color: #EB6D80;
}
.yado_bg ul{
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0px;
    padding: 0px;
}
.yado_bg li{
    list-style: none;
    width: calc((100% - 80px)/ 5);
    margin-right: 20px;
}
.yado_bg li:nth-last-child(1){
    margin-right: 0px;
}
.yado_bg li img{
    width: 100%;
}
.yado_button_bx{
    width: 840px;
    max-width: 1100px;
    margin: 20px auto 0px;
    padding: 0px;
}
.yado_button_bx a:link,
.yado_button_bx a:visited{
    color: #ffffff!important;
    text-decoration: none;
    width: 46%;
    margin-left: 2%;
}
.yado_button_bx a:hover,
.yado_button_bx a:active{
    color: #ffffff!important;
    text-decoration: none;
}
.yado_button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff!important;
    font-size: 20px;
    border-radius: 3px;
    height: 60px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    margin-bottom: 10px;
    background-color: #EB6D80;
    margin-right: 10px;
}


.yado_button::before,.yado_button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

.yado_button::before {
  transform: translateY(-50%) rotate(30deg);
}
.yado_button::after {
  transform: translateY(-50%) rotate(-30deg);
}
.yado_button:hover {
	opacity: 0.5!important;
}
.yado_button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
.yado_button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
@media screen and (max-width: 1140px) {
.yado_bg{
    width: 90%;
    margin: 20px auto 30px;
}
.yado_titlebg{
    width: 100%;
    margin: 0px auto;
    background-image: url(../images/yado/sp_bg.png);
    background-position: center center;
    background-size: cover;
}
.yado_title{
    width: 40%;
    margin: 20px auto 0px;
}
.yado_read{
    width: 90%;
    margin: 0px auto;
    padding: 0px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.yado_button_bx{
    width: 90%;
    max-width: auto;
    margin: 20px auto 0px;
    padding: 0px;
}
}
@media screen and (max-width: 780px) {
.yado_title{
    width: 60%;
    margin: 20px auto 0px;
}
.yado_read{
    width: 90%;
    margin: 0px auto;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}
.yado_bg li:nth-child(1),
.yado_bg li:nth-child(2){
    width: calc((100% - 40px)/ 3);
    margin-right: 20px;
    margin-bottom: 20px;
}
.yado_bg li:nth-child(3){
    width: calc((100% - 40px)/ 3);
    margin-right: 0px;
    margin-bottom: 20px;
}
.yado_bg li:nth-child(4){
    width: calc((100% - 40px)/ 3);
    margin-left: calc((100% - 80px)/ 5);
    margin-right: 20px;
    margin-bottom: 20px;
}
.yado_bg li:nth-child(5){
    width: calc((100% - 40px)/ 3);
    margin-right: 0px;
    margin-bottom: 20px;
}
.yado_button_bx a:link,
.yado_button_bx a:visited{
    color: #ffffff!important;
    text-decoration: none;
    width: 100%;
    margin-left: 0%;
}
.yado_list{
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 20px;
}
}
@media screen and (max-width: 420px) {
.yado_title{
    width: 80%;
    margin: 20px auto 0px;
}
.yado_bg{
    width: 90%;
    margin: 0px auto 30px;
    padding: 10px;
}
.yado_read{
    font-size: 12px;
    line-height: 20px;
}
.yado_list{
    font-size: 12px;
}
.yado_bg ul{
    margin: 10px auto 0px;
}
.yado_bg li:nth-child(1),
.yado_bg li:nth-child(2){
    width: calc((100% - 20px)/ 3);
    margin-right: 10px;
    margin-bottom: 10px;
}
.yado_bg li:nth-child(3){
    width: calc((100% - 20px)/ 3);
    margin-right: 0px;
    margin-bottom: 10px;
}
.yado_bg li:nth-child(4){
    width: calc((100% - 20px)/ 3);
    margin-left: calc((100% - 80px)/ 5);
    margin-right: 10px;
    margin-bottom: 10px;
}
.yado_bg li:nth-child(5){
    width: calc((100% - 20px)/ 3);
    margin-right: 0px;
    margin-bottom: 10px;
}
.yado_button{
    font-size: 16px;
    border-radius: 3px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 420px) {
.spnone{
    display: none!important;        
    }

}

