@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#E0F1FF;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/


main{
	margin-top: 0px !important;
}
/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}
img {
    image-rendering: -webkit-optimize-contrast;
}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	position: relative;
	color: #039;
	font-size: 153.9%;
	padding: 2% 0;
	text-align: center;
	margin: 30px 0 30px;
}

h2:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	width: 100px;
	height: 50px;
	border-radius: 50%;
	border: 4px solid #7F99CC;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

h3 {
	background: #039;
	color: #FFF;
	padding: 3%;
	border-radius: 6px;
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
	margin: 4% 0 3%;
}

h3 img {
	max-width: 30px; 
    height: auto;
	padding-right: 1%;
	vertical-align: middle;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 4% 1%;
}

/*title*/

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
    background-size: 211%;
	max-width: 1000px;
}
	
	.titleSp img{
		width: 100%;
	}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 5% 0 2% 0;
}

p.attention {
	font-size: 123.1%;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}


p.attention span{
	display: block;
	margin: 0 0 20px 0;
}

ul.attentionList {
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

ul.attentionList li {
    font-size: 94%;
	line-height: 1.5;
	padding-bottom: 2%;
	text-indent: -1em;
    margin-left: 1em;
    list-style: none;
}

ul.attentionList li:before {
	content: '●';
}

ul.attentionList li.no:before {
	content: '';
}

.departure {
  text-align: center;
  font-size: 123.1%;
  font-weight: bold;
  margin-bottom: 4%;
}

.departure span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.borderBox {
	display: inline-block;
	padding: 4% 5%;
	border: solid 3px #09F;
	position: relative;
	font-size: 123.1%;
	background-color: #fff;
}

.borderBox:after {
	content: "";
	border: dashed 2px #09F;
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.catch img {
	text-align: center;
	width: 90%!important;
	margin: 0 5%;
	padding-top: 4%;
}

.unit {
	width: 94%;
	margin: 0 3% 3%;
	font-size: 123.1%;
	text-align: center;
	background: #FFFFD9;
	padding: 4% 2%;
	border-radius: 0.5em;
}

.marker {
    background: linear-gradient(transparent 0%, #ffff66 0%);
    display: inline-block;
}

.textLeft {
	font-size: 94%;
	text-align: left;
    margin-top: 2%;
}

.textCenter {
	font-size: 94%;
	text-align: center;
}

p.line {
    border-top: 1px dashed #000000;
    margin: 5% 3%;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #09F;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	display: block;
	width: 50%;
	float: left;
	margin: 0;
    padding: 2% 0;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li:nth-child(n+7) { /*5番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(odd) { /*奇数*/
	border-left: none;
}

.topNavi ul li:last-child {
	width: 98%;
	clear: both;
	text-align: center;
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 2%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 80%;
	text-align: center;
	max-width: 400px;
	width: 80%;
	margin: 0 2% 0 0;
}

	.slide-box img{
		width: 100%;
	}	

.slide-box p {
	text-align: left;
	font-size: 123.1%;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 123.1%;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 90%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

.slide-box2 {
	margin: 1% 3% 0 0;
    flex: 0 0 50%;
	text-align: center;
}

.slide-box2 p {
	text-align: left;
	font-size: 123.1%;
	padding: 2% 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 8% 5%;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 8% 5%;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	overflow: hidden;
    width: 123.1%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 94%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 94%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 0 4%;
	background: #FFF;
}

/* =========================================================
◆SEA SPICA　etSETOraの説明
========================================================= */
.aboutBox {
}

.aboutBox .photo {
	text-align: center;
	width: 100%!important;
	margin: 0 auto;
	padding-bottom: 2%;

}
	
	.aboutBox .photo img{
		width: 100%;
	}

.aboutBox .detail {
	width: 100%;
}

.aboutBox .detail img {
	margin-bottom: 2%;
	width: 100%;
}

/* =========================================================
◆岡山大学×日本旅行 コラボ企画
========================================================= */
p.note {
	font-size: 123.1%;
	margin-bottom: 2%;
	text-align: center;
}

p.note .large {
	font-size: 110%;
}

p.note span {
  background: linear-gradient(transparent 50%, #FF6 50%);
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
	overflow: hidden;
    width: 94%;
	margin: 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.Btn_off {
	overflow: hidden;
    width: 94%;
	margin: 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
	display: block;
	position: relative;
	text-align: center;
	background-color: darkgray;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.Btn_off:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_off:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-color: darkgray;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.Btn_navy {
	overflow: hidden;
    width: 94%;
	margin: auto 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.Btn_navy a {
	display: block;
	position: relative;
	text-align: center;
	background: #006;
	color: #fff;
	text-decoration :none;
	padding: 5%;
}

.Btn_navy a:hover {
	background: #003;        /* マウスオーバーカラー */  
}

.Btn_navy a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_navy a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #006;
}

.Btn_navy a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #003;
}

/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
	font-size: 123.1%;
    margin-top: 8%;
}

.radioBox .photo {
	text-align: center;
	width: 100%!important;
	padding-bottom: 2%;
}

.radioBox .photo p {
	font-weight: bold;
}

.radioBox .detail {
	width: 100%;
}

.radioBox .detail img {
	margin: 2% 0;
}

.txtSyuzai {
font-size: 14px;
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}



.op_long_box{
	/*display: flex;
	justify-content: space-between;
	align-items: flex-start;*/
	/*padding: 10px;
	background-color: #ffffff;
	border: 2px solid #039;*/
	width: 95%;
	margin: 0 auto;
}

.img_tit_area{
	width: 100%;
	max-width: 400px;
	margin: 0 auto 20px;
}

.longbox_img{
	max-width: 400px;
	margin: 0 0 10px 0;
}

.longbox_img img{
	width: 100%;
}

.longbox_tit_txt{
	margin: 0 0 0 0;
}

.longbox_tit{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.longbox_txt{
	font-size: 16px;
	margin: 0 0 0px 0;
}

.detail_area{
	width: 100%;
	margin: 0 0 20px 0;
}

.detail_area ul{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #000000;
}

.detail_area ul:last-of-type{
	margin: 0 0 0 0 !important;
}

.detail_area ul li{
	font-size: 16px;
}


.detail_area ul li.koumoku{
	/*width: 20%;*/ 
	/*padding: 10px;*/
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	/*color: #ffffff;
	background-color: #000000;*/
	font-weight: bold;
	margin: 0px 0 20px 0;
}

.detail_area ul li.naiyou{
	width: 76%;
	margin: 0px 0 0px 0px;
}

.detail_area ul li.naiyou img{
	width: 100%;
}


p.im_list {
	width:94%;
	margin: 7px 3% 0;
}
p.im_list img {
	width:100%;
	height: auto;
}
	

#coupon{
	overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(255, 252, 209, 1) 8px, rgba(255, 252, 209, 1) 16px );
}

.coupondetailalea h4.title1 {
  width: 80%;
  line-height: 50px;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  background: #E2201B;
  padding: 4px;
  box-shadow: -4px 4px 0px -2px #E2201B;
}
.coupondetailalea h4.title1 span{
  border: 4px solid  #FFFFFF;
  width: 100%;
  display: block;
}

.coupondetailalea h4.title1::after{
	    content: '';
	background-image:none !important;
}



.coupondetailalea h4.title2 {
  width: 80%;
  line-height: 50px;
	margin: 20px auto;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  background: #0044FF;
  padding: 4px;
  box-shadow: -4px 4px 0px -2px #0044FF;
}
.coupondetailalea h4.title2 span{
  border: 4px solid  #FFFFFF;
  width: 100%;
  display: block;
}

.coupondetailalea h4.title2::after{
	    content: '';
	background-image:none !important;
}



.coupondetailalea .comment_box{
  width: 90%;
	margin: 20px auto 40px;
	background: rgba(255,255,255,0.8);
	padding: 30px 20px;
  text-align: center;
	border-radius: 30px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}
.coupondetailalea .comment_box p{
	font-size: 16px;
	line-height: 1.8;
}


.coupondetailalea .step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 20px;
}
.coupondetailalea .step_box {
	    width: 80%;
    margin: 0 auto 50px;
    background: #FFFFFF;
    border: 2px solid #ffe100;
    border-radius: 20px;
    text-align: center;
    padding: 35px 15px 10px;
    position: relative;
    font-size: 14px;
}

.coupondetailalea .step_box h5 {
	position: absolute;
	top:-30px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}



.coupondetailalea .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.coupondetailalea .step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}



.coupondetailalea a.link_pdf {
	width: 60%;
	display: block;
	margin: 30px auto 80px;
	background: #e2201b;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
.coupondetailalea a.link_pdf img{
	width: 20px;
  vertical-align: middle !important;
  margin-left: 5px;
}
.coupondetailalea a.link_pdf:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	opacity: 0.8;
}


.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;

}
.entry_site {
	/*background: url("images/receiving_screen.png")no-repeat left top;
  background-size: 60%;
	padding: 40px 0 20px 60%;*/
	text-align: left;
	margin: 10px 0 15px;
	list-style: none;
	padding: 0;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention2{
	margin-left: 1em;
}

.coupon_titarea{
	/* display: flex; */
	justify-content: center;
	align-items: stretch;
	background-color: #ffffff;
	padding: 10px 10px;
	border:  2px solid #ffe100;
	margin: 0 0 20px 0;
	border-radius: 10px;
}

.coupontitsub{
	
	background: #E2201B;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
	margin: 0 0% 2% 0;
	text-align: center;
}


.coupontitsub p{
	/*border: 4px solid #ffffff;*/
	text-align: center;
	border-radius: 20px;
	padding: 0px;
	
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}


.coupontitmain{
	width: 100%;
}

.couponsubtit{
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.coupontxt1{
	color: #ffffff;
	background-color: #3333ff;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt2{

	color: #ffffff;
	background-color: #ff66cc;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt3{
	color: #ffffff;
	background-color: #00b050;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt4{
	color: #ffffff;
	background-color: #ff6600;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt5{
	color: #ffffff;
	background-color: #00206f;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.couponmaintit{
	font-size: 26px;
	color: #2f5597;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-align: center;
}

.couponkikan{
	border-radius: 10px;
	border: 2px #000000 solid;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
}


.couponchui{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.couponchui li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.couponchui li span{
	display: block;
}

.couponchui li span.mark{
	margin: 0 5px 0 0;
}

.red{
	color: #E2201B;
}

.coupondetailalea2{
	margin: 20px 0 20px 0;
	background-color: #ffffff;
}

.coupondetailalea2 .chui{
	color: #E2201B;
	font-size: 14px;
	margin: 20px 0 20px 10px;
}

.chui{
	color: #E2201B;
	font-size: 14px;
	margin: 20px 0 20px 10px;
}
h5.coupondetailbox_tit{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	padding: 10px 20px;
	background-color: #ff66cc;
	margin: 0;
}

.coupondetailbox{
	background-color: #0A75CD;
	padding: 10px 10px;
	margin: 0 0 20px 0;
}

.coupondetailboxin{
	/*display: flex;
	justify-content: center;
	align-items: stretch;*/
}

.coupondetail_koumoku{
	    font-size: 18px;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    margin: 0 0 10px 0;
}

.coupondetail_naiyoubox{
	background-color: #ffffff;
    padding: 10px;
    width: 100%;
}

.coupondetail_naiyouboxin{
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}

.coupondetail_naiyou1{
	width: 100%;
}
.coupondetail_naiyou1 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.coupondetail_naiyou1_box1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.coupondetail_naiyou1_box1 span{
	font-size: 14px;
}

.coupondetail_naiyou1_box2{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
	background-color: #92d050;
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 60%;
}

.coupondetail_naiyou2{
	    font-size: 16px;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    width: 100%;
    margin: 10px 0 10px 0;
}

.coupondetail_naiyou3{
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}

.coupondetail_naiyou3 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #ffc000;
}

.coupondetail_naiyou3_box1{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 59%;
}

.coupondetail_naiyou3_box2{
	width: 37%;
	max-width: 400px;
}

.coupondetail_naiyou3_box2 img{
	width: 100%;
}

.coupondetail_naiyou3 .righttxt{
	    font-size: 14px;
    /* position: absolute; */
    /* right: 0px; */
    /* bottom: -34px; */
    text-align: right;
}

.coupondetail_naiyou_bottom1{
	    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.coupondetail_naiyou_bottom2{
	font-size: 12px;
	color: #E2201B;
}


.coupondetail_naiyouboxin2{
	padding: 10px;
	background-color: #FFFFD9;
}

.coupondetail_naiyouboxin_1{
	/*display: flex;
	justify-content: flex-start;
	align-items: stretch;*/
}

.coupondetail_naiyou4{
	font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    background-color: #ff66cc;
    margin: 0 0px 10px 0px;
    font-weight: bold;
    width: 100%;
}

.coupondetail_naiyou5{
	    font-size: 18px;
    color: #E2201B;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 0 10px 0;
	text-align: center;
}

.coupondetail_naiyou5 span{
	    font-size: 12px;
    padding: 0 0 0 0px;
}


.nimotsutit{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.nimotsutit span{
	text-decoration: underline;
}

.coupondetail_naiyouboxin2 ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.coupondetail_naiyouboxin2 ul li{
	font-size: 14px;
}

.couponlistarea{
	background-color: #0A75CD;
	padding: 10px;
	
}

.couponlistbox{
	margin: 0 0 20px 0;
	background-color: #ffffff;
	padding: 10px;
}

.couponlistbox .slide-box p.point{
	background: #e6ffce !important;
}

.areatit{
	padding: 10px 10px 20px;
	text-align: center;
	font-size: 18px;
	background-color: #0A75CD;
	color: #ffffff;
	font-weight: bold;
}

.bluetxt{
	color: #0054FF;
	font-size: 12px !important;
}

.boxlong {
	padding: 10px;
	margin: 20px 0;
}

.boxlong p {
  font-size: 123.1%;
}

.boxlong p span {
	font-weight: bold;
}

.boxlong p.point {
	background: #e6ffce;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.boxlong p.point span {
	color: #F00;
}

.boxlong_couponarea{
	/*display: flex;
	justify-content: space-between;
	align-items: stretch;*/
}

.boxlong_coupon1{
	width: 100%;
	max-width: 400px;
	margin: 10px auto 10px;
}

.boxlong_coupon2{
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.boxlong_coupon1 ul{
	display: flex;
	justify-content: center;
	align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}

.boxlong_coupon1 ul li{
	width: 50%;
}

.boxlong_coupon1 ul li.txtarea{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #ff66cc;
}
.boxlong_coupon1 ul li.imgarea{
	max-width: 400px;
	margin: 0 auto;
}
.boxlong_coupon1 ul li.imgarea img{
	width: 100%;
	vertical-align: bottom;
}


.cap{
	padding: 10px;
	background-color: #e6ffce;
}

.cap p{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
	position: relative;
	color: #039;
	font-size: 220%;
	padding: 10px 0;
	text-align: center;
	margin: 30px 0 50px;
}

h2:before {
	content: "";
	position: absolute;
	top: -14px;
	left: 50%;
	width: 150px;
	height: 80px;
	border-radius: 50%;
	border: 5px solid #7F99CC;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

h3 {
	background: #039;
	color: #FFF;
	padding: 0.5em;
	border-radius: 0.5em;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	margin: 30px 0 20px;
}

h3 img {
	max-width: 100%; 
    height: auto;
	padding-right: 5px;
	vertical-align: middle;
}

h4 {
  position: relative;
  padding: 0 0.5rem 1rem;
  text-align: center;
   font-size: 200%;
	margin: 0 0 30px 0;
}
	
h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00458C), to(#0066cc));
  background-image: -webkit-linear-gradient(right, #00458C 0%, #0066cc 100%);
  background-image: linear-gradient(to left, #00458C 0%, #0066cc 100%);
}
	
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
.inner {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
}

/*title*/

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
	height: 500px;
}

.titleSp {
	display: none !important;
}
	
p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 5px 0;
}

p.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

p.attention span{
	display: block;
	margin: 0 0 20px 0;
}

ul.attentionList {
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

ul.attentionList li {
    font-size: 123.1%;
	line-height: 1.5;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    list-style: none;
}

ul.attentionList li:before {
	content: '●';
}

ul.attentionList li.no:before {
	content: '';
}

.departure {
  text-align: center;
  font-size: 167%;
  font-weight: bold;
  margin-bottom: 20px;
}

.departure span {
  background: linear-gradient(transparent 60%, #ffff66 0%);
}

.borderBox {
	display: inline-block;
	padding: 20px 20px;
	border: solid 3px #09F;
	position: relative;
	font-size: 123.1%;
	line-height: 1.5;
	background-color: #fff;
}

.borderBox:after {
	content: "";
	border: dashed 2px #09F;
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.borderBox strong {
	font-size: 150%;
	line-height: 1.5;
	text-align: center;
}

.catch img {
	margin-top: 10px;
}

.unit { 
	width: 850px;
	margin: 10px auto;
	font-size: 123.1%;
	text-align: center;
	background: #FFFFD9;
	padding: 20px;
	border-radius: 0.5em;
	line-height: 1.5;
}

.marker {
    background: linear-gradient(transparent 0%, #ffff66 0%);
    display: inline-block;
}

.textLeft {
	font-size: 123.1%;
	text-align: left;
    margin-top: 10px;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
    margin-top: 10px;
}

p.line {
    border-top: 1px  dashed #000000;
    margin: 0 20px 20px;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #09F;
	text-align: center;
}

.topNavi ul {
	width: 1030px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
	/*width: 20%;*/
	width: 25%;
}

/*.topNavi ul li:nth-child(3),*/
.topNavi ul li:nth-child(4),
.topNavi ul li:last-child { /*4番目と最後*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li:nth-child(-n+4) { /*3番目以降*/
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide-box {
  width: 33.33333%;
  padding: 10px;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box p {
  font-size: 123.1%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: 60px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div .Btn {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.itemList3 > div .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.itemList3 > div .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.itemList3 > div .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.itemList3 > div .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.itemList3 > div .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.itemList3 > div .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 10px 0;
	background: #FFF;
}

/* =========================================================
◆SEA SPICA　etSETOraの説明
========================================================= */
.aboutBox {
}

.aboutBox .photo {
	float: left;
	margin-right: 10px;
}

.aboutBox .photo img {
	width: 500px;
	height: auto;
}

.aboutBox .detail {
	width: 100%;
}

.aboutBox .detail img {
	width: 400px;
	height: auto;
}

/* =========================================================
◆岡山大学×日本旅行 コラボ企画
========================================================= */
p.note {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

p.note .large {
	font-size: 120%;
}

p.note span {
  background: linear-gradient(transparent 50%, #FF6 50%);
}

video {
	margin-bottom: 20px;
}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 0 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 58%;
  margin-top: -120px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
	overflow: hidden;
	width: 70%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
}

.Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}


.Btn_off {
	overflow: hidden;
	width: 70%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
	position: relative;
	text-align: center;
	background-color: darkgray;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}


.Btn_off:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_off:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: darkgray;
}



.Btn_navy {
	overflow: hidden;
	width: 70%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
}

.Btn_navy a {
	display: block;
	position: relative;
	text-align: center;
	background: #006;
	color: #fff;
	line-height: 80px;
	text-decoration :none;
}

.Btn_navy a:hover {
	background: #003;        /* マウスオーバーカラー */  
}

.Btn_navy a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_navy a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #006;
}

.Btn_navy a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #003;
}

/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
	font-size: 123.1%;
	line-height: 1.5;
    margin-top: 20px;
}

.radioBox .photo {
	float: left;
	margin-right: 10px;
}

.radioBox .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox .photo img {
	width: 310px;
	height: auto;
}

.radioBox .detail {
	float: left;
	width: 630px;
}

.radioBox .detail img {
	margin: 10px 0;
}

.txtSyuzai {
font-size: 18px;
text-align: center;
padding: 0px;
margin: 0px 0px 15px 0px;
}



/*固定ボタン
.upper a {
	position: fixed;
	right: 110px;
	bottom: 26px;
	transition: 1s;
	width: 300px;
	padding: 20px 10px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	font-size: 153.9%;
	font-weight: bold;
	background: #F60;
	color: #fff;
	text-align: center;
	z-index: 1000;
}
.upper a:hover{
	opacity: 1;
	background: #F30;
}
*/

.op_long_box{
	/*display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px;
	background-color: #ffffff;
	border: 2px solid #039;*/
	margin: 0 0 20px 0;
}

.img_tit_area{
	width: 45%;
	margin: 0 0 20px 0;
}

.longbox_img{
	max-width: 400px;
	margin: 0 0 10px 0;
}

.longbox_img img{
	width: 100%;
}

.longbox_tit_txt{
	margin: 0 0 0 0;
}

.longbox_tit{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.longbox_txt{
	font-size: 18px;
	margin: 0 0 0px 0;
}

.detail_area{
	width: 100%;
	/*display: flex;
	justify-content: space-between;
	align-items: stretch;*/
	margin: 0 0 20px 0;
}

.detail_area ul{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 0px 0;
    /*border-bottom: 1px solid #000000;*/
    width: 100%;
}

.detail_area ul:last-of-type{
	margin: 0 0 0 0 !important;
}

.detail_area ul li{
	font-size: 16px;
	
}


.detail_area ul li.koumoku{
	/* width: 20%; */
	padding: 0px;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	/*color: #ffffff;
	background-color: #000000;
	text-align: center;*/
	font-weight: bold;
	margin: 0px 0px 10px 0;
}

.detail_area ul li.naiyou{
	/*width: 70%;*/ 
	margin: 0px 0 0px 0px;
	letter-spacing: -1px;
}

.detail_area ul li.naiyou img{
	width: 100%;
}


p.im_list {
	width:870px;
	margin: 0 40px;
}
p.im_list img {
	width:100%;
	height: auto;
}

#coupon{
	overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(255, 252, 209, 1) 8px, rgba(255, 252, 209, 1) 16px );
}

.coupondetailalea p.title1 {
  width: 50%;
  line-height: 60px;
	margin: 20px auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  background: #E2201B;
  padding: 4px;
  box-shadow: -4px 4px 0px -2px #E2201B;
	display: block;
}
.coupondetailalea p.title1 span{
  border: 4px solid  #FFFFFF;
  width: 100%;
  display: block;
}

.coupondetailalea p.title1::after{
	    content: '';
	background-image:none !important;
}



.coupondetailalea h3.title2 {
  width: 50%;
  line-height: 60px;
	margin: 20px auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
  background: #0044FF;
  padding: 4px;
  box-shadow: -4px 4px 0px -2px #0044FF;
}
.coupondetailalea h3.title2 span{
  border: 4px solid  #FFFFFF;
  width: 100%;
  display: block;
}

.coupondetailalea h3.title2::after{
	    content: '';
	background-image:none !important;
}



.coupondetailalea .comment_box{
  width: 90%;
	margin: 20px auto 40px;
	background: rgba(255,255,255,0.8);
	padding: 30px 20px;
  text-align: center;
	border-radius: 30px;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
}
.coupondetailalea .comment_box p{
	font-size: 16px;
	line-height: 1.8;
}


.coupondetailalea .step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 90px 0 20px;
}
.coupondetailalea .step_box {
	width: 30.3%;
	margin: 0 1.5%;
	background: #FFFFFF;
	border: 2px solid #ffe100;
	border-radius: 20px;
	text-align: center;
	padding: 35px 15px 10px;
	position: relative;
	font-size: 14px;
}

.coupondetailalea .step_box h5 {
	position: absolute;
	top:-32px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}



.coupondetailalea .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.coupondetailalea .step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}



.coupondetailalea a.link_pdf {
	width: 50%;
	display: block;
	margin: 30px auto 80px;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
.coupondetailalea a.link_pdf img{
	width: 25px;
  vertical-align: middle !important;
  margin-left: 5px;
}
.coupondetailalea a.link_pdf:hover {
	text-decoration: none !important;
	color: #FFFFFF !important;
	opacity: 0.8;
}


.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;

}
.entry_site {
	/*background: url("images/receiving_screen.png")no-repeat left top;
  background-size: 60%;
	padding: 40px 0 20px 60%;*/
	text-align: left;
	margin: 10px 0 15px;
	list-style: none;
	padding: 0;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention2{
	margin-left: 1em;
}

.coupon_titarea{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	padding: 20px 20px;
	border:  2px solid #ffe100;
	margin: 0 0 20px 0;
	border-radius: 20px;
	
}

.coupontitsub{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #E2201B;
	padding: 0px;
	border-radius: 20px;
	width: 25%;
	margin: 0 2% 0 0;
}


.coupontitsub p{
	/*border: 4px solid #ffffff;*/
	text-align: center;
	border-radius: 20px;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
}


.coupontitmain{
	/*width: 75%;*/
}

.couponsubtit{
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.coupontxt1{
	color: #ffffff;
	background-color: #3333ff;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt2{

	color: #ffffff;
	background-color: #ff66cc;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt3{
	color: #ffffff;
	background-color: #00b050;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt4{
	color: #ffffff;
	background-color: #ff6600;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.coupontxt5{
	color: #ffffff;
	background-color: #00206f;
	padding: 5px;
	display: inline-block;
	margin: 0 5px 0 0;
}

.couponmaintit{
	font-size: 60px;
	color: #2f5597;
	font-weight: bold;
	margin: 0 0 0 0;
}

.couponkikan{
	border-radius: 10px;
	border: 2px #000000 solid; 
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #ffffff;
	text-align: center;
}

.couponchui{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.couponchui li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.couponchui li span{
	display: block;
}

.couponchui li span.mark{
	margin: 0 5px 0 0;
}


.coupondetailalea2{
	margin: 20px 0 20px 0;
	background-color: #ffffff;
}

.coupondetailalea2 .chui{
	color: #E2201B;
	font-size: 14px;
	margin: 20px 0 20px 10px;
}


h5.coupondetailbox_tit{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 10px 20px;
	background-color: #ff66cc;
	margin: 0;
}

.coupondetailbox{
	background-color: #0A75CD;
	padding: 20px 20px;
	margin: 0 0 20px 0;
}

.coupondetailboxin{
	/*display: flex;
	justify-content: center;
	align-items: stretch;*/
}

.coupondetail_koumoku{
	font-size: 24px;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

.coupondetail_naiyoubox{
	background-color: #ffffff;
	padding: 20px;
	width: 100%;
}

.coupondetail_naiyouboxin{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.coupondetail_naiyou1{
	width: 35%;
}
.coupondetail_naiyou1 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.coupondetail_naiyou1_box1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.coupondetail_naiyou1_box1 span{
	font-size: 16px;
}

.coupondetail_naiyou1_box2{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
	background-color: #92d050;
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 51%;
}

.coupondetail_naiyou2{
	font-size: 18px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}

.coupondetail_naiyou3{
	position: relative;
	width: 33.7%;
}

.coupondetail_naiyou3 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #ffc000;
}

.coupondetail_naiyou3_box1{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 59%;
}

.coupondetail_naiyou3_box2{
	width: 37%;
	max-width: 400px;
}

.coupondetail_naiyou3_box2 img{
	width: 100%;
}

.coupondetail_naiyou3 .righttxt{
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: -34px;
}

.coupondetail_naiyou_bottom1{
	font-size: 20px;
	font-weight: bold;
}

.coupondetail_naiyou_bottom2{
	font-size: 14px;
	color: #E2201B;
}


.coupondetail_naiyouboxin2{
	padding: 10px;
	background-color: #FFFFD9;
}

.coupondetail_naiyouboxin_1{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.coupondetail_naiyou4{
	font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    background-color: #ff66cc;
    margin: 0 20px 0 0px;
    font-weight: bold;
    width: 40%;
}

.coupondetail_naiyou5{
	    font-size: 24px;
    color: #E2201B;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coupondetail_naiyou5 span{
	    font-size: 14px;
    padding: 0 0 0 10px;
}


.nimotsutit{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.nimotsutit span{
	text-decoration: underline;
}

.coupondetail_naiyouboxin2 ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.coupondetail_naiyouboxin2 ul li{
	font-size: 16px;
}

.couponlistarea{
	background-color: #0A75CD;
	padding: 20px 20px;
	margin: 20px 0 30px 0;
}

.couponlistbox{
	margin: 0 0 20px 0;
	background-color: #ffffff;
	padding: 10px;
}


.couponlistbox .slide-box p.point {
	background: #e6ffce !important;
}

.areatit{
	padding: 10px 0px 25px;
	text-align: center;
	font-size: 24px;
	background-color: #0A75CD;
	color: #ffffff;
	font-weight: bold;
}

.bluetxt{
	color: #0054FF;
	font-size: 14px !important;
}

.boxlong {
	padding: 10px;
}

.boxlong p {
  font-size: 123.1%;
}

.boxlong p span {
	font-weight: bold;
}

.boxlong p.point {
	background: #e6ffce;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.boxlong p.point span {
	color: #F00;
}

.boxlong_couponarea{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.boxlong_coupon1{
	width: 45%;
}

.boxlong_coupon2{
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.boxlong_coupon1 ul{
	display: flex;
	justify-content: center;
	align-items: stretch;
	list-style: none;
	margin: 0;
	padding: 0;
}

.boxlong_coupon1 ul li{
	width: 50%;
}

.boxlong_coupon1 ul li.txtarea{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	background-color: #ff66cc;
}
.boxlong_coupon1 ul li.imgarea{
	max-width: 400px;
}
.boxlong_coupon1 ul li.imgarea img{
	width: 100%;
	vertical-align: bottom;
}


.cap{
	padding: 10px;
	background-color: #e6ffce;
}

.cap p{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.chui{
	color: #E2201B;
	font-size: 14px;
	margin: 20px 0 20px 10px;
}

}










@media screen and (min-width: 760px),print {
.eventBox {
    margin: 20px 0 0px;
	padding: 20px;
	background: #FFF;
    text-align: center;
}
	
	.flexarea{
		display: flex;
		justify-content: space-between;
		
	}
	
	.flexdetail{
		width: 70%
	}
	
	.fleximg{
		width: 30%;
	}
	
	.fleximg img{
		width: 100%;
	}

.eventBox .eventtitle {
	position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 153.9%;
    font-weight: bold;
    text-align:  center;
}

.eventBox .eventtitle:before,
.eventBox .eventtitle:after {
 content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.eventBox .eventtitle:before {
  left:0;
}
.eventBox .eventtitle:after {
  right: 0;
}
	.flexarea{
		display: flex;
		justify-content: space-between;
		
	}
	
	.flexdetail{
		width: 70%
	}
	
	.fleximg{
		width: 30%;
	}
	
	.fleximg img{
		width: 100%;
	}
	
.textLeft03 {
	font-size: 123.1%;
    line-height: 1.4;
	text-align: left;
	margin: 10px 0 30px;
   /* padding-bottom: 10px;*/
    /*border-bottom: dashed 2px #FFD603;*/
}
	
	.textLeft03:last-of-type{
		margin: 0 0 0 0;
	}
	.planarea{
		margin: 0px 0px 0;
		padding: 20px 20px;
		background-color: #ffffff;
	}	
	
	.planarea dl{
		margin: 0 0 0px 0;
	}	
	
	/*.planarea dl:last-of-type{
		margin: 0 0 0 0;
	}*/

	.planarea dl dt{
		font-size: 18px;
		font-weight: bold;
		border-bottom: 2px dotted #09F;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}
	
	.planarea dl dd{
		font-size: 16px;
		margin: 0 0 30px 0;
		line-height: 1.8;
	}
	
	.plantit_sub{
		margin: 0 0 20px 0;
		padding: 10px 10px;
		font-weight: bold;
		color: #fff;
	}
	.usagi {
	background-color: #ff66cc;
	}
	.shimanami {
	background-color: #0099ff;
	}
	
	.planarea dl dd table{
		border-collapse: collapse;
		width: 100%;
	}
	
	.planarea dl dd table th,
	.planarea dl dd table td{
		border: 1px solid #cccccc;
		padding: 10px 10px;
		font-size: 16px;
		text-align: center;
	}
	
	.planarea dl dd table th{
		background-color: #F4F4F4;
		color: #000000;
		vertical-align: middle;
	}
	.planarea p.chui{
		font-size: 14px;
		color: #000;
		margin-left: 0;
		margin-top: 0;
	}
.tx_unk {
background-color: #FFFABA;
color: purple;
font-size: 18px;
font-weight: bold;
text-align: center;
padding: 10px;
margin-bottom: 15px;
}
.unk {
display: flex;
align-items:center;
gap: 0px 10px;
margin-bottom: 20px;
}
.unk dl {
width: 100%;
border: 1px solid #000;
}
.unk dt {
font-size: 16px;
font-weight: bold;
text-align: center;
background-color: #F4F4F4;
border-bottom: 1px solid #000;
padding: 10px;
}
.unk dd {
font-size: 14px;
text-align: center;
padding: 10px;
}
.unk p {
font-size: 16px;
}
.tx_unk2 {
text-align: right;
font-size: 12px;
margin: -15px 0px 20px 0px;
}
}

@media screen and (max-width: 759.9px) {
.eventBox {
width: 100%;
    margin: 4% 0 0 0;
	padding: 3%;
	background: #FFF;
    text-align: center;
}

/*.flexarea{
		display: flex;
		justify-content: space-between;
		
	}*/
	
	.flexdetail{
		width: 100%;
	}
	
	.fleximg{
		width: 100%;
		max-width: 950px;
		margin: 0 0 20px 0;
	}
	
	.fleximg img{
		width: 100%;
	}

.textLeft03 {
	font-size: 15px;
    line-height: 1.4;
	/*text-align: left;*/
	margin: 2% 0 4%;
    /*padding-bottom: 2%;*/
    /*border-bottom: dashed 2px #FFD603;*/
}
.planarea{
		margin: 0px 0px 0;
		padding: 10px 10px;
		background-color: #ffffff;
	}	
	
	.planarea dl{
		margin: 0 0 0px 0;
	}	
	
	/*.planarea dl:last-of-type{
		margin: 0 0 0 0;
	}*/

	.planarea dl dt{
		font-size: 14px;
		font-weight: bold;
		border-bottom: 2px dotted #09F;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
	}
	
	.planarea dl dd{
		font-size: 14px;
		margin: 0 0 20px 0;
		line-height: 1.8;
	}
	
	.plantit_sub{
		margin: 0 0 20px 0;
		padding: 10px 10px;
		font-weight: bold;
		color: #fff;
	}
	.usagi {
	background-color: #ff66cc;
	}
	.shimanami {
	background-color: #0099ff;
	}
	
	.tablearea{
		display: block;
		overflow-x: auto;
	
	}
	
	
	.planarea dl dd table{
		border-collapse: collapse;
		width: 100%;
			min-width: 970px;
        table-layout: fixed;
	}
	
	.planarea dl dd table th,
	.planarea dl dd table td{
		border: 1px solid #cccccc;
		padding: 10px 10px;
		font-size: 12px;
		text-align: center;
	}
	
	.planarea dl dd table th{
		background-color: #F4F4F4;
		color: #000000;
		vertical-align: middle;
	}
	.planarea p.chui{
		font-size: 12px;
		color: #000;
		margin-left: 0;
		margin-top: 0;
	}
	.price {
	min-width: 300px !important;
	}
.tx_unk {
background-color: #FFFABA;
color: purple;
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 10px;
margin-bottom: 10px;
}
.unk {
margin-bottom: 20px;
}
.unk dl {
width: 80%;
border: 1px solid #000;
margin: 0px auto;
}
.unk dt {
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: #F4F4F4;
border-bottom: 1px solid #000;
padding: 5px;
}
.unk dd {
font-size: 14px;
text-align: center;
padding: 5px;
}
.unk p {
font-size: 14px;
text-align: center;
margin: 5px 0px;
}
.tx_unk2 {
text-align: center;
font-size: 12px;
margin: -15px 0px 20px 0px;
}
}