@charset "utf-8";

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

#wrapper{
	font-family: 'Noto Sans JP', sans-serif;
}

.btnone{
	background-color: #cccccc !important;

}


.btnone a{
	pointer-events: none !important;
	color: #ffffff !important;
	background-color: #cccccc !important;
}

.btnone a:before{
	background-color: #ffffff !important;
}


.btnone a:after{
	background-color: #cccccc !important;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* 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;
	background: #FFF500;
	box-shadow: 0px 0px 0px 5px #FFF500;
	border: dashed 2px white;
	padding: 0.5em 1em;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7%;
}
/*
h2:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #FFF #FFF #066531;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}*/

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
	
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
img#mainphoto {
	width: 100%;
	margin-bottom: 5%;
}
	

.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
    max-width: 1000px;
	margin: 0 auto;
 }

	.titleSp img{
		width: 100%;
		vertical-align: bottom;
	}

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

strong {
	font-weight: bold;
}

.unit {
	width: 94%x;
	margin: 0 3% 3%;
	/*font-size: 100%;*/
	font-size: 94%;
	text-align: left;
	background: #FF9;
	padding: 4% 2%;
	border-radius: 0.5em;
}

.unit span {
	font-size: 110%;
	color: #F00;
}

.attention {
	font-size: 15px;
	width: 90%;
	margin: 4% auto 0;
	padding: 2%;
	border: 2px #F00 solid;
	background: #FFF;
	line-height: 1.4;
}

.attention span {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.textLeft {
	font-size: 15px;
	text-align: left;
	margin: 3% 0 0;
}

.textLeft img {
  width: 70%;
  padding: 0 15%;
}

.textLeft02 {
	font-size: 108%;
	text-align: left;
	margin: 3% 0 0;
}

.textLeft02 span {
	color: #F00;
}

.textLeft03 {
	font-size: 15px;
    line-height: 1.4;
	text-align: left;
	margin: 2% 0 4%;
    /*padding-bottom: 2%;*/
    /*border-bottom: dashed 2px #FFD603;*/
}
	
	
	.textLeft03_linklist{
		list-style: none;
		margin: 20px 0 0 0;
		/*display: flex;
		justify-content: center;*/
	}
	
	.textLeft03_linklist li{
		font-size: 15px;
		border-right: 1px solid;
		padding: 0 0px 10px 0px;
		text-align: center;
	}
	
	.textLeft03_linklist li:last-of-type{
		border: none;
	}
	
	.textLeft03_linklist li a{
		font-size: 15px !important;
	}
	
			
.daysarea {
		font-size: 15px;
		text-align: center;
		margin: 20px 0 0px 0;
		padding: 20px;
		background-color:#FDFFEF;}
	
	.daysarea strong{
		display: block;
		padding: 10px;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 2px dashed #FFF500;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}
	
	.daysarea p{
		margin: 0 0 20px 0;
	}
	
	.daysarea p:last-of-type{
		margin: 0 0 0 0 !important;
	}				


.saikou_tit{
	font-weight: bold;
	color: #FF0004;
	margin: 0 0 20px 0;
}

.saikou_right{
	text-align: right;
	
}

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

.topNavi ul {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.topNavi ul li {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 49.7%;
	float: left;
	margin: 0;
    padding: 3% 0;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
}

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

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

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(3) { /*左ラインなし*/
	border-left: none;
}

/*3番目*/
/*.topNavi ul li:nth-child(5) { 
	width: 99.7%;
}*/

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

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

/* =========================================================
◆オンラインツアー配信について
========================================================= */
.BnCenter {
	max-width: 100%; 
    height: auto;
	text-align: center;
	margin-top: 3%;
}

.eventBox {
    margin: 4% 0 4%;
	padding: 3%;
	border: 2px #FFD603 solid;
	background: #FFF;
    text-align: center;
}

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

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

.eventBox .eventtitle:before {
  left:0;
}
.eventBox .eventtitle:after {
  right: 0;
}

.eventBox a {
    font-size: 120%;
}




/* =========================================================
◆STU48参加予定メンバー
========================================================= */
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 4% 0 1%;
}

h3 img {
	border-radius: 100px;
	width: 16%;
	vertical-align: middle;
	margin-right: 2%;
}

.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;
	border-bottom: 2px #FFF500 dashed;
	margin-bottom: 3%;
	padding-bottom: 3%;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 40%;
	text-align: center;
}

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

ul.guideList02 {
	font-size: 108%;
	line-height: 1.4;
	margin-top: 3%;
}

ul.guideList02 li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList02 li:before {
	content: '◆';
}

.copyright {
	font-size: 94%;
	text-align: right;
	margin-top: -3%;
}

/* =========================================================
◆旅の見どころ
========================================================= */
.slider img {
	max-width: 98%;
	width: 98%;
	height: auto;
	padding-top: 2%;
}

.slider div p {
	font-size: 94%;
	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;
}

/* =========================================================
◆ツアー行程
========================================================= */
.schedule01 {
	font-size: 94%;
	padding: 2%;
	background: #F36F;
	border-bottom: solid 5px #F03;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: 4%;
	color: #FFF;
}

.schedule02 {
	font-size: 94%;
	padding: 2%;
	background: #F90;
	border-bottom: solid 5px #F07800;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #FFF;
	margin-top: 10%;
}

.schedule01 strong,
.schedule02 strong {
	font-size: 120%;
}

.itineraryBox {
	margin-bottom: -2%;
}

.itineraryBox dl {
	margin: 0;
	padding: 0;
	font-size: 94%;
	line-height: 2.0;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}

.itineraryBox dl.color01 {
	background: #FFE8F3;
}

.itineraryBox dl.color02 {
	background: #FFF4CA;
}

.itineraryBox dt {
	clear: left;
	float: left;
	width: 16%;
	font-weight: bold;
	padding: 2%;
}

.itineraryBox dd {
	margin-left: 16%;
	padding: 2%;
	border-left: 1px solid #CCC;
}
.itineraryBox dd strong {
font-size: 14px;
}

.itineraryBox img {
	vertical-align: middle;
	padding: 0 1%;
}

.trafficBox {
	font-size: 94%;
	width: 96%;
	margin-top: 2%;
	padding: 2%;
	background: #F0F0F0;
	line-height: 2.0;
}

.trafficBox img {
	vertical-align: middle;
	padding: 0 1%;
}

.priceBox {
	font-size: 80%;
	text-align: center;
}

.priceBox span {
	font-size: 200%;
	font-weight: bold;
	color: #F00;
}
	.price{	
position: relative;
	}
	
	.soon{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(90, 90, 90, 0.7);
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		font-weight: bold;

	}

.price dl {
	line-height: 1.4;
	border: 1px solid #333;
	background: #333;
	text-align: center;
	margin-top: 3%;
}

.price dt {
	font-weight: bold;
	color: #FFF;
	padding-bottom: 1%;
	font-size: 20px;
	padding: 1% 0;
}

.price dd {
	background: #FFF;
	font-size: 15px;
	padding: 1% 3% 3%;
}

.price dd span {
	font-size: 25px;
	font-weight: bold;
	color: #F00;
}

/* =========================================================
◆応募期間
========================================================= */
.application {
	font-size: 110%;
	text-align: center;
	margin: 3% 0 0;
	line-height: 1.4;
}

.application span {
	font-size: 80%;
	color: #F00;
}

/* =========================================================
◆応募条件
========================================================= */
ul.guideList {
	font-size: 15px;
	line-height: 1.4;
	margin-top: 3%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}

/* =========================================================
◆当選者発表
========================================================= */
.noteBox span {
	font-size: 200%;
	font-weight: bold;
	color: #F00;
}

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

.detail dt {
	font-weight: bold;
	padding-bottom: 1%;
}

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



.Btn span {
	display: block;
	position: relative;
	text-align: center;
	background: #ccc;
	color: #000;
	text-decoration :none;
	padding: 5%;
}


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

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

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

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

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

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

.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;
}

.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横並び
========================================================= */
.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList3 > div .Btn {
	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: #333;
    text-decoration: none;
}

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

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

.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: #000;
}

.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: #FC3;
}

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

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

.itemList4 > div {
	width: 50%;
}

.itemList4 > div img {
	width: 97%;
	height: auto;
}

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

.spika {
text-align: center;
font-size: 14px;
padding: 0px;
margin: 10px 0px 0px 0px;
}
.spika img {
width: 100%;
height: auto;
}




.tokuten{
	margin: 10px 0 20px;
	padding: 0px;
	background-color: #ffffff;
	border: #F558A6 solid 2px;
	overflow: hidden;
}

.tokuten_tit{
	font-size: 1.5em;
	background-color: #F558A6;
	padding: 10px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}


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

.tokuten_area ul li{
	width: 83%;
	margin: 0 27px 20px 27px;
	max-width: 400px;
	background-color: #ffffff;
	border: #D0D0D0 2px solid; 
}

.tokuten_area ul li p.tokuten_img{
	margin: 0;
	padding: 0;
	width: 100%;
}

.tokuten_area ul li p.tokuten_img img{
	width: 100%;
}

.tokuten_area ul li p.tokuten_txt{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 20px;
}

.kitty_copy{
	text-align: right;
	margin: 0 10px 10px 0;
}











/* ----------------------------------------------- 

# modelcourse

----------------------------------------------- */
#modelcourse .inner{
margin: 20px auto 30px;
padding: 10px 10px 10px 10px;
width: 100%;
background: #fff url(../images/section_top.png) no-repeat center top;
background-size: 100%;
font-size: 12px;
}
#modelcourse p{
margin: 0;
line-height: 1.5;
font-size: 15px;
}
#modelcourse .day{
margin: 0px 0 15px 0;
padding: 2px 10px;

color: #000000;
font-size: 16px;
font-weight: bold;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
	
#model1 .day{
		background: #f5ca37;
    border-left: solid 15px #ffff00;
	}
	
	#model2 .day{
		background:#00CBFF;
    border-left: solid 15px #ffff00;
		color:#ffffff; 
	}
	
/*#modelcourse .day:first-letter{
font-size: 1.2rem;
}*/
	
#model2{
		margin: 40px 0 0 0;
	}

.ic_none{
	padding: 5px 5px;
}

.ic-place{
padding: 5px 30px;
background: url(../images/ic-place.png) no-repeat 10px center;
background-size: 13px;
}
.ic-train{
padding: 5px 30px;
min-height: 20px;
background: url(../images/ic-train.png) repeat-y 13px center;
background-size: 7px auto;
}
.ic-bus{
padding: 5px 30px;
min-height: 20px;
background: url(../images/ic-bus.png) repeat-y 13px center;
background-size: 7px auto;
}
.ic-walk{
padding: 5px 30px;
min-height: 20px;
background: url(../images/ic-walk.png) repeat-y 14px center;
background-size: 4px auto;
}
.ic-arrow{
padding: 5px 5px 5px 30px;
min-height: 20px;
background: url(../images/ic-arrow.png) repeat-y 10px 2px;
background-size: 14px auto;
}
img.ic-car {
	display: inline;
	width: 35px;
	height: auto;
	vertical-align: bottom;
}
img.ic-bus2 {
	display: inline;
	width: 28px;
	height: auto;
	vertical-align: bottom;
}
img.ic-ropeway {
	display: inline;
	width: 25px;
	height: auto;
	vertical-align: bottom;
}
img.ic-train2 {
	display: inline;
	width: 25px;
	height: auto;
	vertical-align: bottom;
}
img.ic-walk2 {
	display: inline;
	width: 25px;
	height: auto;
	vertical-align: bottom;
}

.mImage{
position: relative;
margin-top:1px !important;
background: #fff;
}
.mImage span.font12{
position: absolute;
right:5px;
bottom:2px;
display: block;
color: #fff;
font-size: 10px;
line-height: 1.2;
text-align: right;
text-shadow: black 1px 1px 2px, black -1px -1px 2px;
}


.mImage .copy1{
	     bottom: 1% !important;
    right: 51% !important;
}

.mImage .copy2{
	    bottom: 1%!important;
    right: 0%!important;
}




.mImage img {
width: 100%;
height: auto;
vertical-align: bottom;	

}

.mPlace{
margin: 10px 0;
background: #DEDFFD;
}
.mName{
position: relative;
padding: 5px 10px;
background: #FFF500;
color: #fff;
font-weight: bold;
font-size: 15px;
text-align: center;
}
.mName .font14{
font-size: 0.8rem;
}
.mName-parts{
margin-left: 15px;
padding: 2px 6px;
background: #fff;
color: #fb7d85;
font-size: 10px !important;
font-weight: lighter;
border-radius: 10px;
}
.mTxt{
font-size: 15px;
padding: 10px;
background-color: #ffff00;
}
.mTxt p{
padding-bottom: 10px;
}
.mTxt p.frame {
	padding: 5px;
	border: 1px dashed #696de5;
}

.smpnone {
display: none;
}


	
	.daysbox{
		border: 2px solid #FFF500;
		padding: 10px;
		background-color: #ffffff;
	}
	
	.daysboxin1{
		margin: 0 0 20px 0;
	}
	
	.daystit{
		padding: 10px;
		background-color: #FFF500;
		color: #ffffff;
		font-weight: bold;
		margin: 0 0 20px 0;
	}
	
	.daysbox ul{
		  
    margin: 0 auto 20px;
    /* border-bottom: dashed 2px #FFF500; */
    /*width: 50%;*/
	}
	
	.daysbox ul:last-of-type{
		border: none ;
	}
	
	.daysbox ul li{
		margin: 15px 0 15px 0;
		font-size: 16px;
	}
	
	.daysbox ul li:last-of-type{
		margin: 0 0 0 0 !important;
	}
	
	.daysbox ul li.koumoku{
		text-align: center;
		background-color: #CF0003;
		color: #ffffff;
		font-weight: bold;
		padding: 10px 10px;
		border-radius: 20px;
	}
	
	.daysbox ul li.naiyou{
		    
    margin: 15px 0 0 0px !important;
    text-align: center;
	}
	
	.olive_intro{
		padding: 20px 20px;
		margin: 20px 0 0 0;
		
		border: 2px solid #808000;
		background-color: #ffffff;
	}
	
	.intro_img{
		max-width: 400px;
		width: 95%;
		margin: 0 auto 20px;
	}
	
	.intro_img img{
		width: 100%;
	}
	
	.intro_txt{
		font-size: 14px;
		line-height: 24px;
		width: 100%;
	}

	.nittei{
		font-size: 24px;
		text-align: center;
		font-weight: bold;
	}
	
	.nitteihyou{
		max-width: 960px;
		margin: 0 auto 0px;
	}
	
	.nitteihyou img{
		width: 100%;
	}
	
	.otanoshimi_intro{
		text-align: center;
		font-size: 14px;
		line-height: 1.8;
		margin: 0 0 30px 0;
	}
	
	.otanosimi ul{
		/*display: flex;
		justify-content: space-between;*/
	}
	.otanosimi ul li.otanosimi_box{
		border: 2px solid #cccccc;
		width: 95%;
		margin: 0 auto 20px;
		max-width: 400px;
		background-color: #ffffff;
	}
	
	.otanosimi_img{
		max-width: 400px;
		width: 100%;
	}
	
	.otanosimi_img img{
		width: 100%;
	}
	
	.otanosimi_txt{
		padding: 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	
	.pricearea{
		
	}
	
	.pricearea p{
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
	
	.pricearea p span{
		font-size: 24px;
		color: #FF0004;
		font-weight: bold;
	}

}

/*760px以上*/
@media screen and (min-width: 760px) {
/* 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;
	background: #FFF500;
	box-shadow: 0px 0px 0px 5px #FFF500;
	border: dashed 2px white;
	padding: 0.5em 1em;
	color: #000;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	margin: 0 0 50px 0;
}
/*
h2:after {
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #000 #000 #066531;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
*/
a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
	
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
u{text-decoration-color: red;}
/*title*/
img#mainphoto {
	width: 100%;
	max-width:970px;
	margin:0 auto 2%;
	display:block;
}
	
	

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

.titleSp {
	display: none !important;
}


.unit {
	width: 850px;
	margin: 20px auto 10px;
	font-size: 138.5%;
	/*font-size: 182%;*/
	text-align: left;
	background: #FF9;
	padding: 30px 20px;
	border-radius: 0.5em;
	line-height: 1.6;
}

.unit span {
	font-size: 120%;
	color: #F00;
}

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

.attention span {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

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

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

.textLeft02 {
	font-size: 153.9%;
	text-align: left;
	margin: 20px 0 0;
}

.textLeft02 span {
	color: #F00;
}

.textLeft03 {
	font-size: 16px;
    line-height: 30px;
	text-align: left;
	margin: 10px 0 0px;
   /* padding-bottom: 10px;*/
    /*border-bottom: dashed 2px #FFD603;*/
}
	
	.textLeft03 p{
		
	}
	
	.textLeft03_linklist{
		list-style: none;
		margin: 20px 0 0 0;
		display: flex;
		justify-content: center;
	}
	
	.textLeft03_linklist li{
		font-size: 16px;
		border-right: 1px solid;
		padding: 0 10px 0 10px;
		text-align: center;
	}
	
	.textLeft03_linklist li:last-of-type{
		border: none;
	}
	
	.textLeft03_linklist li a{
		font-size: 16px !important;
	}
	
	
	
	.daysarea {
		font-size: 16px;
		text-align: center;
		margin: 20px 0 0px 0;
		padding: 20px;
		background-color:#FDFFEF;}
	
	.daysarea strong{
		display: block;
		padding: 10px;
		margin: 0 0 15px 0;
		padding: 0 0 10px 0;
		border-bottom: 2px dashed #FFF500;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
	}
	
	.daysarea p{
		margin: 0 0 20px 0;
	}
	
	.daysarea p:last-of-type{
		margin: 0 0 0 0 !important;
	}

.saikou_tit{
	font-weight: bold;
	color: #FF0004;
	margin: 0 0 20px 0;
}

.saikou_right{
	text-align: right;
	
}

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

.topNavi ul {
	    /* display: table; */
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

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

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

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

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

/* =========================================================
◆オンラインツアー配信について
========================================================= */
.BnCenter {
	max-width: 100%; 
    height: auto;
	text-align: center;
	margin-top: 10px;
}

.eventBox {
    margin: 20px 0 10px;
	padding: 20px;
	border: 2px #FFD603 solid;
	background: #FFF;
    text-align: center;
}

.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;
}

.eventBox a {
    font-size: 120%;
}

/* =========================================================
◆STU48参加予定メンバー
========================================================= */
h3 {
	font-size: 197%;
	font-weight: bold;
	margin: 5px 0;
}

h3 img {
	border-radius: 100px;
	width: 8%;
	vertical-align: middle;
	margin-right: 8px;
}

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

.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;
  border-bottom: 2px #FFF500 dashed;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.slide-box {
  width: 16.666666%;
  padding: 5px;
}

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

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

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

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

ul.guideList02 {
	padding: 0;
	font-size: 153.9%;
	line-height: 1.4;
	margin-top: 20px;
}

ul.guideList02 li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList02 li:before {
	content: '◆';
}

.copyright {
	font-size: 100%;
	text-align: right;
	margin-top: -10px;
}

/* =========================================================
◆旅の見どころ
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

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

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

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -80px; /*矢印の高さ*/
  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;
}

/* =========================================================
◆ツアー行程
========================================================= */
.schedule01 {
	font-size: 123.1%;
	padding: 20px;
	background: #F36F;
	border-bottom: solid 5px #F03;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF;
}

.schedule02 {
	font-size: 123.1%;
	padding: 20px;
	background: #F90;
	border-bottom: solid 5px #F07800;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF;
	margin-top: 90px;
}

.schedule01 strong,
.schedule02 strong {
	font-size: 140%;
	line-height: 1.6;
}

.itineraryBox {
	margin-bottom: -16px;
}

.itineraryBox dl {
	margin: 0;
	padding: 0;
	font-size: 123.1%;
	line-height: 2.0;
	text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}

.itineraryBox dl.color01 {
	background: #FFE8F3;
}

.itineraryBox dl.color02 {
	background: #FFF4CA;
}

.itineraryBox dl .tx_right {
	text-align: right;
}

.itineraryBox dt {
	clear: left;
	float: left;
	width: 90px;
	font-weight: bold;
	padding: 15px;
}

.itineraryBox dd {
	margin-left: 90px;
	padding: 15px;
	border-left: 1px solid #CCC;
}
.itineraryBox dd strong {
font-size: 18px;
}

.itineraryBox img {
	vertical-align: middle;
	padding: 0 2px;
}

.trafficBox {
	font-size: 123.1%;
	margin-top: 10px;
	padding: 10px;
	text-align: left;
	background: #F0F0F0;
	line-height: 1.4;
}

.trafficBox img {
	vertical-align: middle;
	padding: 0 2px;
}

	.price{
		margin: 0 0 20px 0;
		position: relative;
	}
	
	.soon{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background: rgba(90, 90, 90, 0.7);
		color: #ffffff;
		font-size: 24px;
		text-align: center;
		font-weight: bold;

	}
	
.price dl {
	    line-height: 1.4;
    border: 1px solid #333;
    /* background: #333; */
    /* overflow: hidden; */
    display: flex;
    justify-content: flex-start;
}

.price dt {
	/*clear: left; */
    /* float: left; */
    width: 20%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    font-size: 153.9%;
    background-color: #333333;
}
.price dt span {
font-size: 80%;
}

.price dd {
	    padding: 5px 5px 10px;
    /* margin-left: 120px; */
    text-align: center;
    background: #FFF;
    font-size: 123.1%;
    width: 80%;
    /* float: left;*/
}

.price dd span {
	font-size: 240%;
	font-weight: bold;
	color: #F00;
}

/* =========================================================
◆応募期間
========================================================= */
.application {
	font-size: 220%;
	text-align: center;
	margin: 30px 0 10px;
	line-height: 1.6;
}

.application span {
	font-size: 60%;
	color: #F00;
}

/* =========================================================
◆応募条件
========================================================= */
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin: 20px 0 40px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

ul.guideList li span {
	color: #F00;
}

/* =========================================================
◆当選者発表
========================================================= */
.detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 5px 0;
	border-bottom: 1px dashed #333;
}

.detail dt {
	clear: left;
	float: left;
	width: 420px;
	font-weight: bold;
}

.detail dd {
	margin-left: 420px;
	padding-left: 10px;
}

/* =========================================================
◆ボタン
========================================================= */
.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-top: 20px;
}

.Btn span {
	display: block;
	position: relative;
	text-align: center;
	background: #ccc;
	color: #000;
/*height: 80px;*/
	text-decoration :none;
	padding: 20px 0px 20px 0px;
}
.Btn span strong {
font-size: 18px;
}


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

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

.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: #000;
}

.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: #FC3;
}

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

.Btn_gray {
	overflow: hidden;
	width: 70%;
	height: 80px;
	padding-top: 15px;
	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;
	text-decoration :none;
	margin-top: 20px;
}
.Btn_gray span {
font-size: 18px;
}

.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;
}

.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: #FC3;
	color: #000;
	line-height: 80px;
	text-decoration :none;
}

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

.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: #000;
}

.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: #FC3;
}

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

.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;*/
}

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



.tokuten{
	margin: 10px 0 20px;
	padding: 0px;
	background-color: #ffffff;
	border: #F558A6 solid 2px;
	overflow: hidden;
}

.tokuten_tit{
	font-size: 1.5em;
	background-color: #F558A6;
	padding: 10px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}


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

.tokuten_area ul li{
	width: 45%;
	margin: 0 27px 20px 27px;
	max-width: 400px;
	background-color: #ffffff;
	border: #D0D0D0 2px solid; 
}

.tokuten_area ul li p.tokuten_img{
	margin: 0;
	padding: 0;
	width: 100%;
}

.tokuten_area ul li p.tokuten_img img{
	width: 100%;
}

.tokuten_area ul li p.tokuten_txt{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 20px;
}

.kitty_copy{
	text-align: right;
	margin: 0 10px 10px 0;
}
















/* ----------------------------------------------- 

# modelcourse

----------------------------------------------- */
#modelcourse {
padding-bottom: 50px;
}
#modelcourse .inner{
margin: 0 auto 0px auto;
padding: 20px;
width:970px;
background: #fff;
}
.modelbox:after {
  content: "";
  clear: both;
  display: block;
}
#modelcourse p{
margin: 0;
font-size: 13px;
line-height: 1.5;
}

#modelcourse .day{
margin: 20px 0 15px 0;
    padding: 10px 20px 10px 20px;
    
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}
	
	#model1 .day{
		background: #f5ca37;
    border-left: solid 15px #ffff00;
	}
	
	#model2 .day{
		background:#00CBFF;
    border-left: solid 15px #ffff00;
		color:#ffffff; 
	}
	
/*#modelcourse .day:first-letter{
font-size: 28px;
}*/

.modelbox{
position: relative;
width: 440px;
padding-left: 470px;
}

.ic_none{
	width: 460px;
	padding: 5px 5px 5px 5px;
	font-size: 14px !important;
}
.ic-place{
width: 460px;
padding: 5px 5px 5px 50px;
background: url(../images/ic-place.png) no-repeat 25px 10px;
background-size: 13px;
font-size: 14px !important;
}
.ic-train{
width: 460px;
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-train.png) repeat-y 28px center;
background-size: 7px auto;
}
.ic-bus{
width: 460px;
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-bus.png) repeat-y 28px center;
background-size: 7px auto;
}
.ic-walk{
width: 460px;
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-walk.png) repeat-y 29px center;
background-size: 4px auto;
}
.ic-arrow{
/*display: table-cell;*/
width: 460px;
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-arrow.png) repeat-y 24px top;
background-size: 16px auto;
font-size: 12px;
vertical-align: middle;
}
img.ic-car {
	display: inline;
	width: 44px;
	height: auto;
}
img.ic-bus2 {
	display: inline;
	width: 38px;
	height: auto;
}
img.ic-ropeway {
	display: inline;
	width: 35px;
	height: auto;
}
img.ic-train2 {
	display: inline;
	width: 35px;
	height: auto;
}
img.ic-walk2 {
	display: inline;
	width: 35px;
	height: auto;
}

.mImage{
position: absolute;
left: 0;
width:440px;
height: auto;
}
.mImage img{
margin-bottom: 5px;
}

.mImage .copy1,
.mImage .copy2{
	display: block;
	position: absolute;
}

.mImage .copy1{
	    bottom: -12%;
    left: -2%;
}

.mImage .copy2{
	bottom: -12%;
    left: 50%;
}





.mPlace{
margin: 10px 0;
background: #5cbeff;
}
.mName{
width: 460px;
position: relative;
padding: 5px 10px;
background: #d02e58;
color: #fff;
font-size: 18px !important;
font-weight: bold;
}
.ic-photo{
background: #FFF500 url(../images/ic-photo.png) no-repeat 12px 10px;
background-size: 22px auto;
}
.mName-parts{
position: absolute;
right:10px;
top:5px;
margin-top: 2px;
padding: 2px 6px;
background: #fff;
color: #d02e58;
font-size: 12px !important;
font-weight: lighter;
border-radius: 14px;
}
.mTxt{
width: 460px;
padding: 16px 20px 6px 20px;
background-color: #ffff00;
}
.mTxt p{
padding-bottom: 10px;
}
.mTxt p.frame {
	padding: 5px;
	border: 1px dashed #696de5;
}


/*各モデルコースの設定・写真の位置調整*/
/*model1*/
#model1 .modelbox.day1 {
min-height: 300px;
}
/*
#model1 .modelbox.day1_1 {
min-height: 150px;
}

#model1 .modelbox.day2 {
min-height: 1630px;
}


#model1 .modelbox.day2_1 {
min-height: 1520px;
}*/
	
	#model2{
		margin: 40px 0 0 0;
	}
	
	#model2 .modelbox.day1 {
min-height: 300px;
}

.model1-day1-1_1{
	top: 0px;
}

.model1-day1-1 {
top:203px;
}
.model1-day1-2{
top:200px;
}
.model1-day1-3{
top:531px;
}
.model1-day1-4{
top:839px;
}
.model1-day1-5 {
top:1160px;
}
.model1-day1-6{
top:1680px;
}


#model1 .model1-day2-1 {
top:40px;
}

#model1 .model1-day2-2 {
top:277px;
}

#model1 .model1-day2-3 {
top:502px;
}

#model1 .model1-day2-4 {
top:856px;
}

#model1 .model1-day2-5 {
top:1219px;
}

#model1 .model1-day2-6 {
top:1680px;
}


.koutei1 {
height: 60px;
}
.koutei2 {
height: 137px;
}
.koutei3 {
height: 95px;
}
.koutei4 {
height: 48px;
}
.koutei5 {
height: 48px;
}
.koutei6 {
height: 87px;
}


.koutei1_1 {
height: 140px;
}
.koutei2_1 {
height: 177px;
}
.koutei3_1 {
height: 196px;
}
.koutei4_1 {
height: 113px;
}
	
	
	.daysbox{
		border: 2px solid #FFF500;
		padding: 10px;
		background-color: #ffffff;
	}
	
	.daysboxin1{
		margin: 0 0 20px 0;
	}
	
	.daystit{
		padding: 10px;
		background-color: #FFF500;
		color: #ffffff;
		font-weight: bold;
		margin: 0 0 15px 0;
	}
	
	.daysbox ul{
		    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 0px;
    /* border-bottom: dashed 2px #FFF500; */
    width: 45%;
	}
	
	.daysbox ul:last-of-type{
		border: none ;
	}
	
	.daysbox ul li{
		margin: 15px 0 15px 0;
		font-size: 16px;
	}
	
	.daysbox ul li:last-of-type{
		margin: 0 0 0 0 !important;
	}
	
	.daysbox ul li.koumoku{
		display: flex;
		justify-content: center;
		align-items: stretch;
		background-color: #CF0003;
		color: #ffffff;
		font-weight: bold;
		padding: 10px 20px;
		border-radius: 20px;
	}
	
	.daysbox ul li.naiyou{
		    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 0 15px !important;
    text-align: left;
		line-height: 24px;
	}
	
	.olive_intro{
		padding: 20px 20px;
		margin: 20px 0 0 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		border: 2px solid #808000;
		background-color: #ffffff;
	}
	
	.intro_img{
		max-width: 400px;
		width: 30%;
	}
	
	.intro_img img{
		width: 100%;
	}
	
	.intro_txt{
		font-size: 16px;
		line-height: 24px;
		width: 68%;
	}

	.nittei{
		font-size: 36px;
		text-align: center;
		font-weight: bold;
	}
	
	.nitteihyou{
		max-width: 960px;
		margin: 0 auto 0px;
	}
	
	.nitteihyou img{
		width: 100%;
	}
	
	.otanoshimi_intro{
		text-align: center;
		font-size: 16px;
		line-height: 1.8;
		margin: 0 0 30px 0;
	}
	
	.otanosimi ul{
		display: flex;
		justify-content: space-between;
	}
	.otanosimi ul li.otanosimi_box{
		border: 2px solid #cccccc;
		width: 32%;
		max-width: 400px;
		background-color: #ffffff;
	}
	
	.otanosimi_img{
		max-width: 400px;
		width: 100%;
	}
	
	.otanosimi_img img{
		width: 100%;
	}
	
	.otanosimi_txt{
		padding: 10px;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.pricearea{
		
	}
	
	.pricearea p{
		text-align: center;
		font-weight: bold;
		font-size: 24px;
	}
	
	.pricearea p span{
		font-size: 36px;
		color: #FF0004;
		font-weight: bold;
	}
}