@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(even){background-color:#fff;}
section:nth-of-type(odd){background-color:#fffddf;}
html {scroll-behavior: smooth;}/*smooth scroll*/

main{
	margin-top: 0 !important;
}

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}
.f-redf00 { color: #FF0000}
/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}
.t20-bold { font-size: 20px; font-weight: bold; color: #141414}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 

p{
    font-feature-settings: "palt";
    list-style-type: disc !important;
    font-family: "Yu Gothic" , sans-serif;
    line-height: 1.4;
}

.small{
	font-size: 15px;
}


.spnone {
    display: none;
}
.smpnone {
    display: none;
}

/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* 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%;
}


	


.inner{
width:100%;
margin:0 auto;
padding: 0;
}

	

.commonBox{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	padding-bottom: 20px;
}
.commonBox img{
	width:100%;
	height:auto;
}

.commonBox strong{
	font-weight:bold;
}


/*title---------------------------------------------------*/

#title{
	position:relative;
	background:url(../images/bg.jpg) repeat-x 50% 50% #eeeeee;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
    background-size: cover;
}

#title p{
	margin:0 0 0 0;
	padding:0;
}

	#title p img{
		max-width: 100%;
	}
#title ul{
	text-align:center;
	letter-spacing:-0.4em;
	margin-top:29px;
}

#title ul li{
	display:inline-block;
	letter-spacing:normal;
	background:url(../images/line.png) no-repeat;
}

#title ul li:nth-of-type(1){
	background:none
}

#title ul li a{
	display:block;
	padding:0 20px;
}

#title ul li a:hover{
	transition: 0.2s ;
	opacity: 0.3 ;
	position:relative;
	top:1px
}

#titleLogo {
	position: absolute;
	width: 25%;
	height: auto;
	margin: 0 auto;
	top: 105px;
	left: 0;
	right: 0;
}


#titleLogo a{
 	display: inline-block;
	    width: 100px;
    height: 25px;
}

#titleInfo {
	padding: 10px;
	background: #eee;
	text-align: left;
	font-weight: bold;
}

.tab_area {
background: #eee;
padding: 10px 0px 10px 0px;
}
.tab_area ul {
padding: 0px;
margin: 0px auto;
list-style: none;
}
.tab_area li {
height: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-radius: 10px;
	background-color: #fffa82;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	padding: 0px 0px;
	vertical-align: middle;
	margin: 0px 10px 10px 10px;
	color: #333;
}
.tab_area li a {
display: block;
height: 40px;
color: #aaa;
background-color: #fff;
border: 1px solid #fff;
border-radius: 10px;
box-sizing:border-box;
text-decoration: none;
}


#navi{
	text-align:center;
	letter-spacing:-0.4em;
	
	background: #fffddf;
}
	
#navi ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display:flex;
	flex-wrap: wrap;
	width:100%;
    margin: 0 auto;
}

#navi li{
    margin:0.4% 0%;
	letter-spacing:normal;
	vertical-align:middle;
    height: 40px;
    background:#7dbe87;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: flex;
    justify-content: center;
    align-items: center;
	 width:calc(100% / 2);
}

#navi li a{
	font-size:10px;
	padding:5px 0px;
	display:block;
	color:#ffffff;
	line-height:14px;
}

#navi li:nth-of-type(1){
	border-left:none;
    width:calc(100% / 2);
}
#navi li:nth-of-type(2),
	#navi li:nth-of-type(6){
    /*padding-top: 8px;*/
    width:calc(100% / 2);
	letter-spacing: -1px;
    border-left:1px solid #fff;
    box-sizing: border-box;
}

/*#navi li:nth-of-type(3){
    width:calc(100% / 3);
	border-left:1px solid #fff;
    box-sizing: border-box;
}
#navi li:nth-of-type(4){
    width:calc(100% / 3);
    box-sizing: border-box;
}
*/
/*#navi li:nth-of-type(5)*//*#navi li:nth-of-type(3){*/
    /*padding-top: 8px;*/
/*    width:calc(100% / 2);
    border-left:1px solid #fff;
    box-sizing: border-box;
}*/
#navi li:nth-of-type(6)/*#navi li:nth-of-type(4)*/{
    /*padding-top: 6px;*/
    width:calc(100% / 2);
    box-sizing: border-box;
	border: 3px double;
	color: #7dbe87;
	background: #fff;
}
#navi li:nth-of-type(6) a/*#navi li:nth-of-type(4) a*/{
	color: #7dbe87;
}

#navi li a:hover{
	text-decoration:none!important
}
#navi li span{
	font-size:10px;
	padding:5px 2px;
	display:block;
	color:#666666;
	line-height:14px;
}

/*.kansai_hatu #navi li:nth-of-type(4){
    padding-top: 6px;
    width:100%;
    box-sizing: border-box;
	border: 3px double;
	color: #7dbe87;
	background: #fff;
}
.kansai_hatu #navi li:nth-of-type(4) a{
	color: #7dbe87;
}*/
	

.in{
	margin:0 auto;
	padding:30px 15px 0px;
    overflow: hidden;
}

.in h2{
	font-size:1.05rem;
    font-weight: bold;
	padding:10px 0 10px 0;
	text-align:center;
	color:#fff;
	clear:both;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.in h3{
	font-size:20px;
	font-weight:bold;
	padding:0px 0 10px;
	text-align:center;
	font-family: "Mplus 1p";
	color:#333;
	clear:both;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: relative;
}

h3 span {
    background: linear-gradient(transparent 70%, #ff6 70%);
}

@media screen and (max-width: 374px) {
.in{
	margin:0 auto;
	padding:30px 3.5% 30px
}
  .in h2{
	font-size:1.0rem;
	font-weight:normal;
    font-weight: bold;
	padding:0px 0 10px 0;
	text-align:center;
	color:#fff;
	clear:both;
}
}

.in h2 img{
	display:inline-block;
	width:50px;
	height:auto;
	vertical-align:top;
	position:relative;
	top:-2px;
	margin-right:15px;
}

a.btnAll{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
    margin-bottom:20px;
	color:#333333;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 10px;
	background: #fff45c;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    border: 2px solid #e4d724;
}
a.btnAll:hover{
	text-decoration:none!important
}

a.btnAll span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:3px;
}

a.btnL{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #e84464;
}
a.btnL:hover{
	text-decoration:none!important
}

a.btnL span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:4px;
}

.mrl50{
	margin:0;
	clear:both;
}

.single{
	margin:0 200px;
}

.btnBox{
	text-align:center;
	letter-spacing:-0.4em;
}

.btnBox a{
	width:195px;
	display:inline-block;
	letter-spacing:normal;
	margin:0 0 0 10px;
	font-size:16px;
	padding:15px 20px 15px 10px
}

/*specialPlanBox*/

p.description {
    text-align: center;
    margin: 5px auto 20px;
    font-size: 16px;
}
p.description2 {
    text-align: center;
    margin: 5px auto 20px;
    font-size: 12px;
}

.specialPlanBox li p {
    float:left;
    width:40%;
    margin-right: 3%;
    padding-bottom : 32767px;
    margin-bottom : -32767px;
}

.specialPlanBox li {
    overflow: hidden;
}

.specialPlanBox li dl{
    margin-bottom:40px;
   overflow: hidden;
	    padding-bottom : 32767px;
    margin-bottom : -32767px;
}

.specialPlanBox li dl dt{
	background:#fff;
	padding:0;
	font-size:17px;
	font-weight: bold;
	margin-bottom:0px;
}

.specialPlanBox li dl dt span{
	font-size:12px;
	font-weight:normal;
	}

.specialPlanBox li dl dd{
	font-size:13px;
	margin-bottom:10px;
	line-height:130%;
	padding-top:0px;
}

.specialPlanBox li{
	margin:0px 0 30px 0;
	background:#FFF;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:1px solid #ccc;
}

.commonPlanBox{
	display:block;
    margin-top:20px;
    margin-bottom: 20px;
}

.specialPlanBox a.btn{
	clear: both;
	display:block;
	font-size:14px;
	padding:15px 35px 15px 20px;
    margin-top:30px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fffa82;
     width:100%;
    border: 2px solid #e4d724;
    box-sizing: border-box;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

a.btn:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
.specialPlanBox a.btn span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:1px;
}

.specialPlanBox a.btn_s{
	display:block;
	font-size:14px;
	padding:15px 10px 15px 0px;
    margin-top:0px;
    margin-left:2%;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff45c;
    float:left;
     width:32%;
    border: 2px solid #e4d724;
    box-sizing: border-box;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.specialPlanBox a.btn_s:first-of-type {
    margin-left:0px;
}

a.btn_s:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
.specialPlanBox a.btn_s span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:1px;
}

.specialPlanBox em.btn{
	clear: both;
	display:block;
	font-size:14px;
	padding:15px 35px 15px 20px;
    margin-top:30px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #eee;
     width:100%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


.read3.commonPlanBox li{
	margin:0 0 10px 0;
	background:#FFF;
	padding:10px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:1px solid #78b9c5;
}

.commonPlanBox li dl{
    overflow: hidden;
}

.commonPlanBox li dl dt{
	background:#fff;
	padding:0px 0 8px;
	font-size:15px;
	font-weight: bold;
	color:#724d35;
	margin-bottom:0px;
	text-align:center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
}

.commonPlanBox li dl dd{
	font-size:12px;
	line-height:130%;
	padding-top:0px;
    float:left;
    width:48%;
}
.commonPlanBox li dl dd:first-of-type {
    margin-right: 3%;
}

.commonPlanBox li > a{
	font-size:14px;
	padding:12px;
	display:block;
	margin: 1% 0;
}

/*　特別プラン修正0308　*/
div.specialPlan_Box{
    width: 87%;
    border: 2px solid #ccc;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    margin: 0 auto 30px;
}
.specialPlan_txtbox {
	padding: 20px 0 0;
	color: #141414;
}
.specialPlan_txtbox p{
	padding: 0 0 10px;
}
div.specialPlan_Box img {
    max-width: 300px;
    height: auto;
    object-fit: contain;
}
.specialPlan_title{
	font-size: 24px;
    font-weight: bold;
}
.specialPlan_sub{
	font-size: 20px;
    font-weight: bold;
}

.specialPlan_txt{
	font-size: 18px;
}
.specialPlan_Box a.btn {
    display: block;
    font-size: 18px;
    padding: 15px 35px 15px 20px;
    margin-top: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fffa82;
    border: 2px solid #e4d724;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.specialPlan_Box a.btn span:before {
    content: url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top: 1px;
}

 /*テキスト*/
.txt_shoku {
    font-weight: bold;
    color: #78b9c5;
    font-size: 115%;
}



.read3.area li > span{
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	font-size:12px;
	color:#FFF;
	padding:3px;
}

.read3.area li div{
	font-size:12px;
	line-height:18px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px dashed #b9a395;
}

.read3.area li dd span{
	display:block;
	font-size:14px;
	line-height:140%;
}

/*見出し*/
.ribbon8 {
  /*display: inline-block;*/
  box-sizing: border-box;
  width:100%;
  position: relative;
  padding: 15px 20px !important;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #7dbe87;/*背景色*/
    margin-bottom: 30px;
}

.ribbon8:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(106, 111, 147);/*折り返し部分*/
}

.ribbon8:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px rgb(106, 111, 147);/*折り返し部分*/
}

/* ------------------------------------------
	swiper
------------------------------------------ */
.swiper-container{
margin: 0 10 10px 0 !important;
}
.swiper-wrapper{
padding-bottom: 10px;
}
.swiper-slide{
height: auto;
}
.swiper-slide.media p {
margin: 10px 0 0;
font-size: 12px;
line-height: 1.5;
}

.swiper-button-prev1,
.swiper-button-next1,
.swiper-button-prev2,
.swiper-button-next2,
.swiper-button-prev3,
.swiper-button-next3,
.swiper-button-prev4,
.swiper-button-next4,
.swiper-button-prev5,
.swiper-button-next5,
.swiper-button-prev6,
.swiper-button-next6{display: none;}

.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5,
.swiper-pagination6{
width: 100%;
text-align: center;
padding-top: 5px;
}
.swiper-pagination-bullet{margin:5px;}

/* planbox
------------------------------------------ */
.planslide{
position:relative;
width: 100%;
    margin-bottom: 50px;
}
.planbox{
height: 100%;
margin: 0 ;
padding: 0;
background: #fff;
border:solid 1px #ccc;
box-shadow: 5px 5px 6px rgba(0,0,0,0.1);
cursor: pointer;
    font-size: 14px;
	position: relative;
}
.planbox:hover{
display: block;
opacity: 0.7;
transform: translateY(1px);
}
.planimg{
margin: 14px;
float: left;
width:90%!important;
box-sizing: border-box;
}
.planarea {
position: absolute;
top: 14px;
left: 14px;
display: inline-block;
padding: 3px 12px;
color: #fff;
font-size: 14px;
}
.purple {
background-color: #9B8EC4;
}
.orange {
background-color: #F5A32D;
}
.pink {
background-color: #EE88A0;
}
.blue {
background-color: #62B1E9;
}
.planimg img {
    width:100%;
}
.planname{
position: relative;
margin: 14px 14px 10px 14px;
padding: 0 0 5px;
font-weight: bold;
font-size: 16px;
text-align: center;
border-bottom: 1px dashed #ccc;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.planname span {
position: absolute;
right: 0px;
top: 5px;
}
.planname span img {
width: 54px;
height: auto;
}
.plantxt{
clear:left;
margin: 0 10px 14px 14px;
padding: 0;
line-height: 1.6;
}
.plantxt span {
display: inline-block;
background-color: hotpink;
color: #FFFFFF;
padding: 0px 5px;
}
.plantxt strong {
color: hotpink;
}

.planbox table{
	width: 96%;
	margin: 0 auto 14px;
	font-size: 14px;
	white-space: normal;
	border: none;
	border-collapse: collapse;
}
.planbox table th{
	background: #7dbe87;
	color: #fff;
	text-align: center;
}
.planbox table th,
.planbox table td{
	border: none;
	display: block;
	padding: 5px 10px;
}
.planbox table td{
	margin-bottom: 10px;
	text-align: left;
}


/* =========================================================
◆便利なアクセス
========================================================= */
.note_wrap {
    border: 2px solid red;
    padding: 15px;
    text-align: left;
    box-sizing: border-box;
    margin:1rem 0 2rem;
    background: #fff;
}
p.tit_note{
	font-size:12px;
	color:#333;
	clear:both;
	    margin: 4px 0 0 0;
    font-weight: bold;
}
p.txt_note {
    font-size: 13px;
    padding: 4px 0 0;
    line-height: 1.6;
}
.line {
    border-bottom:1px dashed #999;
    box-sizing: border-box;
}

/**/
.padding_top {
    padding-top: 15px;
}


/* add */
.gettingReady {
	padding: 50px 0;
	font-size: 1rem;
	text-align: center;
}

ul#bannerBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#bannerBox li {
	width: calc(100% / 2 - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
}
ul#bannerBox li:nth-of-type(2n) {
	margin-right: 0;
}
ul#bannerBox li:nth-of-type(5),
ul#bannerBox li:nth-of-type(6){
	margin-bottom: 0;
}

.attention02 {
	width: 85%;
	margin: 0 auto 15px;
	padding: 14px;
	border: 1px solid #000;
	text-align: center;
	box-sizing: border-box;
}
.attention02 p {
	font-size: 13px;
	line-height: 1.7;
}
.attention02 strong {
	background: #7dbe87;
	padding: 2px 4px;
	color: #fff;
}



.attention03 {
    margin: 10px auto;
    text-align: left;
	word-break: break-all;
}

.attention03 p {
    font-size: 17px;
    margin: 15px 0 30px;
    line-height: 1.7;
	position: relative;
}

.attention04 p {
    font-size: 16px;
    margin: 15px 0 0 1rem;
    text-indent: -1rem;
    line-height: 1.5;
    text-align: center;
}

.attention04 strong {
    margin: 0 10px 0 0;
    color: #109078;
	line-height: 1.5;
}

.attentionList {
    width: 96%;
    box-sizing: border-box;
    margin: 0px auto 50px;
    padding: 10px;
    text-align: left;
    background: #FFF;
}

.attentionList ul {
    margin-bottom: 5px;
}

#aN04 ul li{
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	margin-left: 0.25rem;
    text-indent: -0.5rem;
} 


#aN04 ul li::before{
content: "●";
  font-size: 15px;
}


/*神戸・姫路デジタルパス*/
.search-box {
    margin: 10px auto 40px;
    padding: 4px 0;
    text-align: center;
}


/*南ひょうごバス*/
.attention05 {
    text-align: left;
    box-sizing: border-box;
    margin-left: 1rem!important;
    text-indent: -1rem;
}

.attention05 strong {
    margin: 0 10px 0 0;
    color: #000;
}

.A05boarder {
    border: 1px dashed #666;
        padding: 0 5px 15px 0;
}

img.images{
	margin-bottom: 15px;
}


/*駅レンタカー*/
.my-gallery {
    margin-bottom: 30px;
}

/*たじまわる*/
#aN04 td {
    background-color: #fff;
}

.tdtxtleft {
    text-align: left;
}

.aN04_box.aN04_box2{
	margin-top: 20px;
}


span.s_btn {
    display: inline-block;
    padding: 2px 4px 0;
    text-align: center;
    background-color: #898989;
    color: #fff;
    border: none;
    border-radius: 4px;
}


.linkBtn a.btn{
	display:block;
	font-size:14px;
	padding:15px 35px 15px 20px;
    margin-top:10px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fffa82;
	width:100%;
    border: 2px solid #e4d724;
    box-sizing: border-box;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.linkBtn a.btn span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:1px;
}
.linkBtn.longsmp a.btn{
	position: relative;
	padding:15px 15px 15px 28px;
	text-align:left;
}

.linkBtn.longsmp a.btn span:before {
	position: absolute;
    content:url(../images/arrow2.png);
	width: 16px;
	height: 16px;
	margin: auto 0;
    top: 0;
	bottom: 0;
	left: 5px;
}

.terroir {
	margin: 0 0 30px;
}
.terroir h3 {
	margin-bottom: 20px;
}

#digitalPamphlet ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#digitalPamphlet ul li {
	width: calc(100% / 2 - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
}
#digitalPamphlet ul li:nth-of-type(2n) {
	margin-right: 0;
}
#digitalPamphlet ul li:nth-of-type(5),
#digitalPamphlet ul li:nth-of-type(6){
	margin-bottom: 0;
}

/* =========================================================
◆メディア紹介
========================================================= */
#media {
	width: 90%;
	margin: 0 auto;
}
#aN06 .message {
	margin: 15px 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#media .radioBox {
	margin: 0 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #333;
}
#media .radioBox:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
#media .radioBox .photo {
	margin-bottom: 10px;
	text-align: center;
}
#media .radioBox .photo img {
	width: 60%;
	height: auto;
}
#media .radioBox .photo p {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}

#media .radioBox .detail p {
	margin: 10px 0 0;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
}
#media .radioBox .detail img {
	width: 100%;
	height: auto;
}


/* ----------------------------------------------- 

# modelcourse

----------------------------------------------- */
.modelin {
	margin: 0 auto 30px;
	padding: 0 15px !important;
}

#modelcourse .modellink{
width: 90%;
padding: 0;
margin: 0 auto;
/*display: flex;
justify-content: space-between;
flex-wrap: wrap;
*/
}
#modelcourse .modelBox_top{
z-index: 1;
position: relative;
display: block;
margin: 0 0 10px;
padding: 0 0 10px;
border-radius: 10px;
/*width: calc(100% / 2 - 10px);*/
}
#modelcourse .modelBox_top::after{
content:'';
opacity: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
border-radius: 10px;
}
.modelBox_top a{
display: block;
text-decoration: none;
color: #fff;
/*text-shadow: 0px 0px 5px rgba(0,0,0,1);*/
text-shadow: black 1px 1px 2px, black -1px -1px 2px;
}
.modelBox_top a::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modelImg_top{
margin: 0;
padding: 0;
}
.modelImg_top img{
border-radius: 10px 10px 0 0;
}

.modelTitle_top{
margin: 0;
padding: 10px 15px;
font-weight: bold;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.modelTitle_top span{
font-size: 0.8rem;
font-weight: lighter;
}/*
.modelTitle_top em {
background: rgba(0,0,0,0.3);
}*/
/*
#modelcourse .modelBox_top:nth-child(1)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model001.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: 13px,cover;
}*/
#modelcourse .modelBox_top:nth-child(1)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model002.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: 13px,cover;
}
#modelcourse .modelBox_top:nth-child(2)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model003.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: 13px,cover;
}
#modelcourse .inner{
margin: 0 auto 30px;
padding: 20px 10px 30px 10px;
width: 90%;
background: #fff url(../images/section_top.png) no-repeat center top;
background-size: 100%;
}
#modelcourse h3{
position: relative;
font-size: 1.1rem;
margin: 20px 0 15px 0;
padding: 0 15%;
font-weight: bold;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
text-align: center;
}
#modelcourse h3:first-letter{
/*margin-left:-5px;*/
}
#modelcourse h3 span{
font-size: 0.8rem;
}
#modelcourse  h3::before{
content:'';
position: absolute;
left:0;
top:0;
bottom: 10px;
width: 10%;
height: 18px;
margin: auto 0;
background:  url(../images/smp_h3_deco_left.png) no-repeat bottom;
background-size: contain;
}
#modelcourse h3::after{
content:'';
position: absolute;
right:0;
top: 0;
bottom: 10px;
width: 10%;
height: 18px;
margin: auto 0;
background:  url(../images/smp_h3_deco_right.png) no-repeat bottom;
background-size: contain;
}

#modelcourse p{
margin: 0;
line-height: 1.5;
}
#modelcourse .day{
margin: 20px 0 15px 0;
padding: 2px 10px;
background: #7dbe87;
border-left:solid 10px #ceeeda;
color: #fff;
font-size: 0.8rem;
font-weight: bold;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#modelcourse .day:first-letter{
font-size: 1.2rem;
}

.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: 30px;
	height: auto;
	vertical-align: bottom;
}
img.ic-walk2 {
	display: inline;
	width: 25px;
	height: auto;
	vertical-align: bottom;
}

.spotlist dt{
margin: 0;
padding:0;
font-weight: bold;
color:#d02e58;
}
.spotlist dt span{
font-weight: normal;
}
.spotlist dd{
margin: 0;
padding:0 0 5px 0;
}

.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;
}

.mPlace{
margin: 10px 0;
background: #fffddf;
}
.mName{
position: relative;
padding: 5px 10px;
background: #7dbe87;
color: #fff;
font-weight: bold;
font-size: 1rem !important;
}
.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{
padding: 10px;
}
.mTxt p{
padding-bottom: 10px;
}
.mTxt p.frame {
	padding: 5px;
	border: 1px dashed #696de5;
}

#section04 h2 {
margin: 20px auto 0px auto;
font-size: 16px;
}
div#tripabox{
	padding:10px;
	margin-bottom:30px;
}

div#tripabox div{
	overflow:hidden;
	padding:15px;
	margin:0 0 0 0;
	background:#FFF;
	float:none!important;
	width:auto!important;
	border-bottom:1px dashed #CCC
}



div#tripabox div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}

#tripauncer div p img{
	width:100%;
	height:auto;
}

#tripauncer div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}

#tripauncer div:last-child{
	border-bottom:none
}


#tripauncer div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}

#tripauncer div dl dt a{
	color:#000;
}

#tripauncer div dl dd{
	font-size:12px;
	color:#999;
}

#tripauncer div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}

#tripauncer div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}

#tripauncer div dl dd > span span{
	color:#F69;
	display:inline;
}

#tripauncer .commonTit{
	margin:0;
}

.offer {
	margin: -30px 0 15px !important;
}
.modelin .offer {
	margin: 0 0 15px !important;
}
.in.modelbtn {
	margin: -40px auto 20px;
}
#guidance ul {
	margin-bottom: 15px;
}
#guidance ul li {
	list-style-type: disc;
	margin-left: 24px;
	font-size: 12px;
}
#guidance h3 {
	margin-bottom: 10px !important;
	font-size: 15px !important;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}
#guidance h3::before, 
#guidance h3::after {
	display: none;
}

/*
.modelin h3.guidance span {
	padding: 7px 10px !important;
	color: #fff;
	background: #555;
}
*/

.wappen {
	position: absolute;
	top: -0.3em;
	overflow: hidden;
	width: 2.6em;
	height: 2.6em;
	line-height: 2.6em;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px #fff;
	border: dashed 1px #7dbe87;
	text-align: center;
	color: #7dbe87;
	font-size: 15px;
	font-weight: bold;
}
span.wappen_txt {
	display: block;
	margin-left: 3em;
}





/* 兵庫を旅するみちしるべ */
.mapbox{
  margin: 25px; 
}


/* スクロールできるテーブル */
.table-scroll {
  height: 300px;
  max-width: 950px;
  overflow-x: scroll;
  margin: 50px 25px; 
}

#tazima .table-scroll {
    height: 300px;
    max-width: 950px;
    overflow-x: scroll;
    margin: 0 auto 15px;
}
.table-scroll p.txt_note {
	margin: 0;
	padding: 0;
	text-align: left;
}

.table-scroll table {
  font-size: 1rem;
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  text-align: center;
}


/* テーブルセル内の設定*/
.table-scroll thead th,
#campaign_box table th {
  background-color: #7dbe87;
  color: white;
  border: 1px solid #c8d0d2;
  text-align: center;
  padding: 10px;
}

.table-scroll tbody td,
#campaign_box table {
  border: 1px solid #c8d0d2;
  padding: 10px;
}


.table-scroll table_txt_s{
	line-height: 90%;
	font-weight: 100;
}

.colspan_bg{
	background-color: #78b9c5;
}

/*スクロールバーのデザイン*/
.table-scroll::-webkit-scrollbar{
   height: 15px;
}
.table-scroll::-webkit-scrollbar-track{
   background-color: #fff;
}
.table-scroll::-webkit-scrollbar-thumb{
   background-color: #7dbe87;
   border-radius: 10px;
}



.specialPlanBox dd strong {
    line-height: 180%;
    background: #7dbe87;
    padding: 2px 4px;
    margin: 0 3px;
    color: #fff;
    font-weight: normal;
	-webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

h3.op_h3 {
    position: relative;
    margin-top: 40px;
}


.op2 {
position: absolute;
top: -30px;
width: 52px !important;
height: auto;
left: 0;
right: 0;
margin: 0 auto;
}

.op3 {
position: absolute;
top: -35px;
width: 60px !important;
height: auto;
left: 0;
right: 0;
margin: 0 auto;
}

.op4 {
position: absolute;
top: -35px;
width: 60px !important;
height: auto;
left: 0;
right: 0;
margin: 0 auto;
}


#campaign_box .flex {
    margin-bottom: 30px;
}
#campaign_box h3 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
    font-size: 20px;
}
#campaign_box p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
}
#campaign_box div.campaign_box_img {
    margin-bottom: 15px;
}
#campaign_box div.campaign_box_txt {
}
#campaign_box table {
    width: 100%;
    white-space: normal;
    font-size: 16px;
}
#campaign_box table th {
    display: block;
}
#campaign_box table td {
    display: block;
    padding: 8px 0 15px;
    background: #fff;
    text-align: center;
    line-height: 1.4;
}
#campaign_box .link {
    margin-top: 15px;
    font-size: 16px;
}


}

/*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;
}
	

/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

p.images img{
	width:250px;
	height:auto!important;
}

p{
    font-feature-settings: "palt";
    list-style-type: disc !important;
    font-family: "Yu Gothic" , sans-serif;
}

.small{
	font-size: 15px;
}



div.colum3T div{
	cursor:pointer;
}

div.colum3T div:hover img,
a.bnr950:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}

.naviNormal li{
font-size: 1.2em;
}
	
.itemList4 a{
	color:#383333!important;
}

.commonBox{
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	padding-bottom: 25px;
}

.commonBox img{
	width:100%;
	height:auto;
}

.commonBox strong{
	font-weight:bold;
}

.inner{
width:1070px;
margin:0 auto;
padding: 0;
}

.in{
	width:950px;
	margin:0 auto;
	padding:30px 0 0px;
    overflow: hidden;
}

.in h2{
	font-size:34px;
	font-weight:normal;
	padding:15px 0 10px;
	text-align:center;
	color:#fff;
	clear:both;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.in h3{
    font-size: 35px;
    font-weight: normal;
    padding: 20px 0 20px;
	text-align:center;
	color:#333;
	clear:both;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: relative;
}

h3 span {
    background: linear-gradient(transparent 70%, #ff6 70%);
}


/*title---------------------------------------------------*/

#title{
	position:relative;
	background:url(../images/bg.jpg?update=20240329) repeat-x 50% 50% #eeeeee;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
	height:450px;
}

#title p{
	margin: 0px 0 0 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#title ul{
	text-align:center;
	letter-spacing:-0.4em;
	margin-top:29px;
}

#title ul li{
	display:inline-block;
	letter-spacing:normal;
	background:url(../images/line.png?230331) no-repeat;
}

#title ul li:nth-of-type(1){
	background:none
}

#title ul li a{
	display:block;
	padding:0 20px;
}

#title ul li a:hover{
	transition: 0.2s ;
	opacity: 0.3 ;
	position:relative;
	top:1px
}

#titleLogo {
    position: absolute;
    width: 210px;
    height: 60px;
    margin: 0 auto;
    top: 280px;
    left: 0;
    right: 0;
}

#titleLogo a{
 	display: inline-block;
    width: 250px;
    height: 60px;
}

#titleInfo {
	padding: 20px 0px 10px 0;
	background: #eeeeee;
	text-align: center;
	font-weight: bold;
}

.tab_area {
background: #eeeeee;
padding: 20px 0px 20px 0px;
}
.tab_area ul {
width: 950px;
margin: 0px auto;
padding: 0px;
list-style: none;
display: flex;
justify-content:space-between;
align-items: center;
}
.tab_area li {
width: 300px;
height: 70px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	border-radius: 10px;
	background-color: #fffa82;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	padding: 0px 0px;
	vertical-align: middle;
	color: #333;
}
.tab_area li a {
border: 1px solid #fff;
display: block;
height: 70px;
color: #aaa;
background-color: #fff;
border-radius: 10px;
box-sizing:border-box;
text-decoration: none;
}
.tab_area li a:hover {
border-color: #fffa82;
background-color: #fffa82;
opacity: 0.9;
text-decoration: none !important;
color: #333;
}


#navi{
	background:#7dbe87;
	padding:10px 0;
}
#navi ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 970px;
    margin: 0 auto;
	justify-content: center;
}

#navi li{
	/*display:inline-block;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
	letter-spacing:normal;
	border-left:1px solid #fff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#navi li a{
	padding:15px 20px;
	display:block;
	font-size:18px;
	color:#fff;
    text-align: center;
}

#navi li:nth-of-type(1){
	border-left:none;
}
/*
#navi li:nth-of-type(2),
#navi li:nth-of-type(3),
#navi li:nth-of-type(4)
#navi li:nth-of-type(5),
#navi li:nth-of-type(6){
    box-sizing: border-box;
    height:74px;
}
#navi li:nth-of-type(2),#navi li:nth-of-type(3),#navi li:nth-of-type(4)
#navi li:nth-of-type(5),
#navi li:nth-of-type(6){
	padding-top:12px;
}*/
/*#navi li:nth-of-type(4) a*/#navi li:nth-of-type(6) a{
	margin-left: 20px;
	margin-top: -3px;
	padding: 15px 10px;
	background: #7dbe87;
	font-weight: bold;
	border: 3px double;
}
#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
#navi li span{
	font-size:18px;
	padding:15px 20px;
	display:block;
	color:#666666;
}


/*.kansai_hatu #navi li:nth-of-type(4){
	padding-top:12px;
    box-sizing: border-box;
    height:74px;
}
.kansai_hatu #navi li:nth-of-type(4) a{
	margin-left: 20px;
	margin-top: -3px;
	padding: 15px 10px;
	background: #7dbe87;
	font-weight: bold;
	border: 3px double;
}*/




a.btnAll{
	display:block;
	font-size:22px;
	padding:25px 35px 25px 20px;
    margin-top:15px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 10px;
	background: #fff45c;
    margin-bottom:50px;
    border: 2px solid #e4d724;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.single{
	margin:0 200px;
}

.btnBox{
	text-align:center;
	letter-spacing:-0.4em;
}

.btnBox a{
	width:195px;
	display:inline-block;
	letter-spacing:normal;
	margin:0 0 0 10px;
	font-size:16px;
	padding:15px 20px 15px 10px
}

/*　特別プラン　*/
.specialPlanBox{
	display:block;
    width:916px;
    border:2px solid #ccc;
    padding:15px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.specialPlanBox:last-of-type{
}

.specialPlanBox li p {
    float:left;
    width:250px;
}

.specialPlanBox li dl {
    float:right;
    margin-left:15px;
    width:650px;
}
.specialPlanBox li dl dt {
    font-size:20px;
    color: #141414;
    padding: 10px 0;
}

.specialPlanBox li dl dt span{
	font-size:12px;
	font-weight:normal;
}

.specialPlanBox li dl dd {
    font-size:16px;
    color: #141414;
}
.specialPlanBox a.btn{
	display:block;
	font-size:18px;
	padding:15px 35px 15px 20px;
    margin-top:20px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fffa82;
    float:right;
     width:595px;
    border: 2px solid #e4d724;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

a.btn:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
.specialPlanBox a.btn span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:1px;
}

.specialPlanBox a.btn_s{
	display:block;
	font-size:17px;
	padding:15px 10px 15px 0px;
    margin-top:20px;
    margin-left:10px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff45c;
    float:right;
     width:210px;
    border: 2px solid #e4d724;
    box-sizing: border-box;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

a.btn_s:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
.specialPlanBox a.btn_s span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:1px;
}

.specialPlanBox dd strong {
	line-height:  150%;
	background: #7dbe87;
	padding: 2px 4px;
	color: #fff;
	font-weight: normal;
}

.specialPlanBox em.btn{
	display:block;
	font-size:18px;
	padding:15px 35px 15px 20px;
    margin-top:20px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #eee;
    float:right;
     width:595px;
    border: 2px solid #ccc;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	cursor: default;
}
.specialPlanBox em.btn:hover{
	opacity: 1;
}


/*　プラン3列　*/
p.description {
    text-align: center;
    margin: 5px auto 20px;
    font-size: 18px;
}
p.description2 {
    text-align: center;
    margin: 5px auto 20px;
    font-size: 14px;
}
a.btnAll:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
a.btnAll span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:2px;
}
a.btnL{
	display:block;
	font-size:22px;
	padding:15px 35px 15px 20px;
    margin-top:15px;
	color:#ffffff;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #e84464;
     width:895px;
}
a.btnL span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:1px;
}

.commonPlanBox{
	display:block;
    margin-top:20px;
    padding-bottom:50px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


.read3.commonPlanBox li{
	width: 31.3334%;
	float:left;
	margin:0 0 30px 3%;
	background:#fff;
	padding:15px 15px 0;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:1px solid #78b9c5;
}

.read3.commonPlanBox_g li{
	width: 31.3334%;
	float:left;
	margin:0 0 30px 3%;
	background:#fff;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:2px solid #cfe3a1;
}
.read3.commonPlanBox_o li{
	width: 31.3334%;
	float:left;
	margin:0 0 30px 3%;
	background:#fff;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:2px solid #f7c971;
}

.commonBox:nth-of-type(2n) li{
	background:#FFFFFF;
}

.commonPlanBox.read3 li:nth-of-type(3n+1),
.commonPlanBox_g.read3 li:nth-of-type(3n+1),
.commonPlanBox_o.read3 li:nth-of-type(3n+1){
	margin:0 0 30px 0
}
.commonPlanBox li dl{
}

.commonPlanBox li dl dt{
	background:#fff;
	padding:0 0 10px;
	font-size:18px;
    font-weight: bold;
	color:#724d35;
	margin-bottom:15px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:265px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.commonPlanBox li dl dd{
	font-size:14px;
	margin-bottom:15px;
	line-height:170%;
	padding-top:0px;
}

.commonPlanBox li > a{
	font-size:16px;
	padding:12px;
	display:block;
	margin: 1% 0;
}

.attention{
	font-size:12px;
	color:#F00;
	margin-bottom:40px;
}




.read3.area li > span{
	display:inline-block;
	position:absolute;
	top:0px;
	left:0px;
	color:#FFF;
	padding:8px;
}

.read3.area li div{
	font-size:12px;
	line-height:18px;
	padding:10px 0 0 0;
	margin:10px 0 0 0;
	border-top:1px dashed #b9a395;
}

.read3.area li dd span{
	display:block;
}

.panf a.btnAll{
	font-size:16px;
	padding:8px;
	margin-top:15px;
}

/*　特別プラン修正0308　*/
div.specialPlan_Box{
    display: flex;
    max-width: 916px;
    border: 2px solid #ccc;
    padding: 15px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    justify-content: space-between;
}
.specialPlan_txtbox {
    flex: 2;
    padding-left: 15px;
	color: #141414;
	line-height: 1.25;
}
.specialPlan_txtbox p{
	padding: 0 0 10px;
}
div.specialPlan_Box img {
    max-width: 300px;
    height: auto;
    object-fit: contain;
    flex: 1;
}
.specialPlan_title{
	font-size: 26px;
    font-weight: bold;
}
.specialPlan_sub{
	font-size: 20px;
    font-weight: bold;
}

.specialPlan_txt{
	font-size: 18px;
}
.specialPlan_Box a.btn {
    display: block;
    font-size: 18px;
    padding: 15px 35px 15px 20px;
    margin-top: 20px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fffa82;
    border: 2px solid #e4d724;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.specialPlan_Box a.btn span:before {
    content: url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top: 1px;
}
/*bnr950*/
a.bnr950{display:block;margin-bottom:2%;}

/*graybtn*/
p.graybtn{
	background: #999;
    padding: 14px 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}
/*setouchidc*/

div#tripabox {
    padding: 10px;
    margin-bottom: 30px;
}

div#tripabox div {
    overflow: hidden;
    padding: 15px;
    margin: 0 0 0 0;
    background: #FFF;
    float: none !important;
    width: auto !important;
    border-bottom: 1px dashed #CCC;
}

div#tripabox div p {
    float: left;
    margin: 0 20px 0 0;
    width: 150px;
    height: auto;
}

div#tripabox div p img{
	width:100%;
	height:auto;
}

#tripauncer div dl {
    overflow: hidden;
    display: block;
    padding: 0 0 0 0;
}

#tripauncer div dl dt {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}
#tripauncer div dl dd{
	font-size:14px;
}

#tripauncer div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}

#tripauncer div dl dd > span a{
	color:#CCC;
	display:inline-block;
	background:none;
	padding:0;
	text-align:center;
	margin-top:0;
	font-size:14px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-bottom:none;
}

#tripauncer div dl dd > span span{
	color:#F69;
	display:inline;
	font-size:14px;
}

.text_wrap01 {
    width: 925px;
    border-bottom: 2px #f18fa2 solid;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: url(../images/text_back01.png) no-repeat;
}
.text_border01 {
    color: rgba(249, 190, 202, 1);
    text-shadow: 1px 1px 1px #e84464, -1px 1px 1px #e84464, 1px -1px 1px #e84464, -1px -1px 1px #e84464, 1px 1px 1px #e84464, -1px 1px 1px #e84464, 1px -1px 1px #e84464, -1px -1px 1px #e84464, 4px 4px #FDCCD9;
    font-size: 30px;
    font-weight: bold;
    float:left;
}
.text_wrap02 {
    width: 925px;
    border-bottom: 2px #57d28d solid;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: url(../images/text_back02.png) no-repeat;
}
.text_border02 {
    color: rgba(207, 226, 161, 1);
    text-shadow: 1px 1px 1px #009540, -1px 1px 1px #009540, 1px -1px 1px #009540, -1px -1px 1px #009540, 1px 1px 1px #009540, -1px 1px 1px #009540, 1px -1px 1px #009540, -1px -1px 1px #e84464, 4px 4px #dcedb4;
    font-size: 30px;
    font-weight: bold;
    float:left;
}
.text_wrap03 {
    width: 925px;
    border-bottom: 2px #fb8659 solid;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
    background: url(../images/text_back03.png) no-repeat;
}
.text_border03 {
    color: rgba(254, 200, 136, 1);
    text-shadow: 1px 1px 1px #f85a3b, -1px 1px 1px #f85a3b, 1px -1px 1px #f85a3b, -1px -1px 1px #f85a3b, 1px 1px 1px #f85a3b, -1px 1px 1px #f85a3b, 1px -1px 1px #f85a3b, -1px -1px 1px #f85a3b, 4px 4px #fcd09d;
    font-size: 30px;
    font-weight: bold;
    float:left;
}
.text_sub {
    font-size: 16px;
    padding-top: 14px;
    margin-left: 10px;
    display: inline-block;
}




/* ------------------------------------------
	swiper
------------------------------------------ */
.swiper-wrapper{
}
.swiper-container {
position: relative;
width: 950px;
padding: 15px 10px 10px 10px;
}
.swiper-slide {
width: 300px;
}

.planslide.media {
width: 940px;
margin: 0 auto 50px;
}
.swiper-container.media {
position: relative;
width: 800px;
padding: 15px 10px 10px 10px;
}
.swiper-slide.media {
width: 800px !important;
}
.swiper-slide.media p {
margin: 10px 0 0;
font-size: 14px;
line-height: 1.5;
}

.swiper-button-prev1:focus,
.swiper-button-next1:focus,
.swiper-button-prev2:focus,
.swiper-button-next2:focus,
.swiper-button-prev3:focus,
.swiper-button-next3:focus,
.swiper-button-prev4:focus,
.swiper-button-next4:focus,
.swiper-button-prev5:focus,
.swiper-button-next5:focus,
.swiper-button-prev6:focus,
.swiper-button-next6:focus,
.swiper-pagination-bullet1:focus,
.swiper-pagination-bullet2:focus,
.swiper-pagination-bullet3:focus,
.swiper-pagination-bullet4:focus,
.swiper-pagination-bullet5:focus,
.swiper-pagination-bullet6:focus{
outline: none;
}
.swiper-button-prev1::after,
.swiper-button-next1::after,
.swiper-button-prev2::after,
.swiper-button-next2::after,
.swiper-button-prev3::after,
.swiper-button-next3::after,
.swiper-button-prev4::after,
.swiper-button-next4::after,
.swiper-button-prev5::after,
.swiper-button-next5::after,
.swiper-button-prev6::after,
.swiper-button-next6::after{
content:'';
}
.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3,
.swiper-button-prev4,
.swiper-button-prev5,
.swiper-button-prev6{
position: absolute;
top:45%;
left:0;
width: 40px;
height:40px;
background: url("../images/arrow_prev.png") no-repeat;
}
.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3,
.swiper-button-next4,
.swiper-button-next5,
.swiper-button-next6{
position: absolute;
top:45%;
right:0;
width: 40px;
height:40px;
background: url("../images/arrow_next.png") no-repeat;
}

.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4,
.swiper-pagination5,
.swiper-pagination6{
width: 100%;
text-align: center;
padding-top: 10px;
}
.swiper-pagination-bullet{margin:5px;}

/* planbox
------------------------------------------ */
.planslide{
position:relative;
width: 1070px;
    margin-bottom: 50px;
}
.planbox{
height: 100%;
margin: 0 ;
padding: 0;
background: #fff;
border:solid 1px #ccc;
box-shadow: 5px 5px 6px rgba(0,0,0,0.1);
cursor: pointer;
    font-size: 14px;
	position: relative;
}
.planbox:hover{
display: block;
opacity: 0.7;
transform: translateY(1px);
}
.planarea {
position: absolute;
top: 14px;
left: 14px;
display: inline-block;
padding: 5px 15px;
color: #fff;
font-size: 14px;
}
.purple {
background-color: #9B8EC4;
}
.orange {
background-color: #F5A32D;
}
.pink {
background-color: #EE88A0;
}
.blue {
background-color: #62B1E9;
}
.planimg{
margin: 14px;
/*float: left;*/
/*width:270px!important;*/
width:430px!important;
box-sizing: border-box;
}
.planimg img {
    width:100%;
}
.planname{
position: relative;
margin: 14px 14px 10px 14px;
padding: 0 0 5px;
font-weight: bold;
font-size: 16px;
text-align: center;
border-bottom: 1px dashed #ccc;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.planname span {
position: absolute;
left: 0px;
top: -5px;
}
.planname span img {
width: 54px;
height: 30px;
}
.plantxt{
clear:left;
margin: 0 10px 14px 14px;
padding: 0;
line-height: 1.6;
}
.plantxt span {
display: inline-block;
background-color: hotpink;
color: #FFFFFF;
padding: 0px 5px;
margin-bottom: 3px;
}
.plantxt strong {
color: hotpink;
}

.planbox table{
	width: 430px;
	margin: 0 auto 14px;
	font-size: 14px;
	white-space: normal;
	border-collapse: collapse;
}
.planbox table th{
	width: 4em;
	background: #7dbe87;
	color: #fff;
	text-align: center;
}
.planbox table th,
.planbox table td{
	padding: 10px;
	border: 1px solid #ccc;
}
.planbox table td{
	text-align: left;
}


 /*テキスト*/
.txt_shoku {
    font-weight: bold;
    color: #78b9c5;
    font-size: 115%;
}

 /*見出し*/
.ribbon8 {
  display: inline-block;
    width:950px;
  position: relative;
  padding: 15px 20px;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #7dbe87;/*背景色*/
    margin-bottom: 30px;
}

.ribbon8:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #699e7f;/*折り返し部分*/
}

.ribbon8:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #699e7f;/*折り返し部分*/
}

/* =========================================================
◆photoswipe
========================================================= */
.my-gallery {
    margin-bottom: 30px;
}

figure {
	width: 950px;
	position: relative;
	margin: 30px auto 0;
}

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;
}

/* =========================================================
◆ひょうごを旅する道しるべ
========================================================= */

.mapcontainer {
  display: flex;
	margin: 50px;
	height:100%;
	justify-content: space-between;
}
.mapbox {
  width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
}

#aN06 .mapbox img {
  max-width: 100%;
  max-height: 100%;
}

.mapbox:nth-child(1) {
  background-color: #fff;
}
.mapbox:nth-child(2) {
  background-color: #fff;
}

/* =========================================================
◆便利なアクセス
========================================================= */

#aN04 ul li{
  list-style-type: none;
  margin: 0;
	font-size: 16px;
	padding: 0 5px;
	line-height: 1.4rem;
    text-indent: -0.5rem;
} 


#aN04 ul li::before{
content: "●";
  font-size: 24px;
}


.note_wrap {
    width:950px;
    padding: 15px;
    text-align: left;
    box-sizing: border-box;
    margin:0px 40px 50px;
    background: #fff;
}
p.tit_note{
	font-size:16px;
	padding: 10px 0 0px;
	text-align:left;
	color:#333;
	clear:both;
    font-weight: bold;
}
p.txt_note {
    font-size: 16px;
    padding: 4px 0 0;
    line-height: 1.6;
}
.line {
    border-bottom:1px dashed #666;
}



/* add */
.gettingReady {
	padding: 50px 0;
	font-size: 20px;
	text-align: center;
}

ul#bannerBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul#bannerBox li {
	width: calc(100% / 4 - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
}
ul#bannerBox li:nth-of-type(4),
ul#bannerBox li:nth-of-type(6){
	margin-right: 0;
}
ul#bannerBox li:nth-of-type(5),
ul#bannerBox li:nth-of-type(6){
	margin-bottom: 0;
}

.attention02 {
	width: 450px;
	margin: 15px auto;
	padding: 15px;
	border: 1px solid #000;
	text-align: center;
}
.attention02 p {
	font-size: 15px;
}
.attention02 strong {
	background: #7dbe87;
	padding: 2px 4px;
	color: #fff;
}


.attention03 {
    width: 950px;
    margin: 30px auto 40px;
    text-align: center;
    line-height: 2;
	position: relative;
}
.attention03 p {
	font-size: 18px;
	padding-left: 50px;
}

.attention03 strong {
	font-size: 18px;
}

.attention04 {
    width:950px;
    text-align: left;
    box-sizing: border-box;
    margin: 10px auto 0;
    line-height: 1.7;
}

.attention04 p {
	font-size: 18px;
	margin: 20px 0 0;
}

.attention04 strong {
	margin: 0 10px 0 0;
	color: #109078;
	line-height: 1.5;
}


.attention04_list{
  box-sizing: border-box;
  padding: 0 10px;
}

.attentionList ul {
    margin-bottom: 5px;
}

.attention05 {
    text-align: left;
    box-sizing: border-box;
    margin-left: 1rem!important;
    text-indent: -1rem;
}

.A05boarder {
    border: 1px dashed #666;
    padding: 0 15px 15px;
	margin-right: 80px;
}

.attention05 strong {
	margin: 0 10px 0 0;
	color: #000;
}


.search-box {
	width: 950px;
	margin:0 auto 40px;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
}


.attentionList {
    width:950px;
	box-sizing: border-box;
    margin:0px auto 20px;
    padding: 20px;
    text-align: left;
    background: #FFF;
}
.attentionList a:visited {
    color: #0065d6;
    text-decoration: none;
}

.aN04_container {
    display: flex;
    width: 950px;
    margin: 20px auto 0;
}

.aN04_box  {
  flex: 1;
}

.aN04_box1{
 flex: 65%;
}

.aN04_box2{
 flex: 35%;
}

.images{
	display: block;
	margin-bottom: 13px;
}

#aN04 td{
	background-color: #fff;
}

.tdtxtleft {
    text-align: left;
}

#aN04 .table-scroll{
	height: 250px;
    max-width: 950px;
    margin:5px auto;
}

.tazima_attention{
	width: 950px;
	font-size: 16px;
	margin: 10px auto;
}

.tazima_attention a:visited {
    color: #0065d6;
    text-decoration: none;
}



.linkBtn a.btn{
	display:block;
	box-sizing: border-box;
	font-size:18px;
	padding:15px 35px 15px 20px;
    margin-top:20px;
	color:#333333;
	text-align:center;
    font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fffa82;
    width:100%;
    border: 2px solid #e4d724;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.linkBtn a.btn:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}
.linkBtn a.btn span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:1px;
}
.terroir {
	width: 80%;
	margin: 0 auto 50px;
}
.terroir h3 {
	margin-bottom: 30px;
}

#digitalPamphlet ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 20px 0;
	justify-content: center;
}
#digitalPamphlet ul li {
	width: calc(100% / 3 - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
}
#digitalPamphlet ul li:nth-of-type(4),
#digitalPamphlet ul li:nth-of-type(6){
	margin-right: 0;
}
#digitalPamphlet ul li:nth-of-type(5),
#digitalPamphlet ul li:nth-of-type(6){
	margin-bottom: 0;
}
#digitalPamphlet ul li a:link {
	transition: 0.2s;
}
#digitalPamphlet ul li a:hover {
	transition: 0.2s;
	opacity: 0.5;
}

/* =========================================================
◆メディア紹介
========================================================= */
#media {
	width: 900px;
	margin: 0 auto;
}
#aN06 .message {
	margin: 15px 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#media .radioBox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 0 25px;
}
#media .radioBox .photo {
	margin-right: 20px;
}
#media .radioBox .photo img {
	display: block;
	width: auto;
	height: 130px;
}
#media .radioBox .photo p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#media .radioBox .detail p {
	margin: 10px 0 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
#media .radioBox .detail img {
	width: auto;
	height: 130px;
}




/* ----------------------------------------------- 

# modelcourse

----------------------------------------------- */
.modelin {
	margin: 0 auto 30px;
	padding: 0 !important;
}

/*modelBox_top*/
.modelBox_top{
position: relative;
margin: 0 0 20px;
padding: 0 0 10px 0;
width: calc(100% / 2 - 20px);
background-size: 13px;
border-radius: 10px;
}
#modelcourse.kansai .modelBox_top{
width: calc(100% / 2 - 20px);
}

.modelBox_top a{
display: block;
text-decoration: none;
color: #fff;
/*text-shadow: 0px 0px 5px rgba(0,0,0,1);*/
text-shadow: black 1px 1px 2px, black -1px -1px 2px;

}
.modelBox_top a:hover{
text-decoration: none !important;
}
.modelBox_top:nth-child(4n){
margin-right:0;
}
.modelImg_top{
margin: 0;
padding: 0;
}
.modelImg_top img{
width: 100%;
border-radius: 10px 10px 0 0;
}

.modelTitle_top{
margin: 0;
padding: 10px 15px;
font-weight: bold;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";

}
.modelTitle_top span{
font-size: 0.8rem;
font-weight: lighter;
}
.modelBox_top a::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


#modelcourse {
padding-bottom: 50px;
}
#modelcourse .modellink{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 30px auto 0;
width: 950px;
text-align: center;
}
#modelcourse .modelBox_top{
position: relative;
display: block;
z-index: 1;
padding: 30px 0;
}
#modelcourse .modelBox_top::after{
content:'';
opacity: 1;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
border-radius: 10px;
filter: grayscale(100%);
transition-duration: 0.5s;
}
#modelcourse .modelBox_top:hover::after{
filter: grayscale(0);
transition-duration: 0.5s;
}

/*#modelcourse .modelBox_top:nth-child(1)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model001.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: auto,cover;
}*/
#modelcourse .modelBox_top:nth-child(1)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model002.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: auto,cover;
}
#modelcourse .modelBox_top:nth-child(2)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model003.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: auto,cover;
}
#modelcourse.kansai .modelBox_top:nth-child(1)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model004.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: auto,cover;
}
#modelcourse.kansai .modelBox_top:nth-child(2)::after{
background-image: url("../images/arrow_white.png"),url(../images/top-model005.jpg);
background-position:  center 97%,center center;
background-repeat: no-repeat,no-repeat;
background-size: auto,cover;
}
#modelcourse .modelTitle_top{
box-sizing: border-box;
font-size: 16px;
/*
background: rgba(0,0,0,0.3);
height: 4.5em;
padding-top: 1em;*/
}
/*
#modelcourse .modelBox_top:nth-child(2) .modelTitle_top {
padding-top: 0.5em;
}

#modelcourse.kansai .modelTitle_top{
height: 5em;
padding-top: .5em;
}
*/
/*
#modelcourse .modelBox_top:nth-child(1) .modelTitle_top {
background: rgba(0,0,0,0.3);
}
#modelcourse .modelBox_top:nth-child(3) .modelTitle_top {
padding-top: 1.5em;
}
*/

#modelcourse .inner{
margin: 0 auto 60px auto;
padding: 20px;
width:910px;
background: #fff;
}



#modelcourse h3{
position: relative;
padding: 20px 115px 10px;
font-size: 24px;
text-align: center;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*#modelcourse h3 br{display: none;}*/
#modelcourse h3 span{
padding: 0 0 0 30px;
font-size: 16px;
text-align: center;
}




#modelcourse h3::before{
position: absolute;
content: "";
width: 230px;
height: 44px;
margin: auto 0;
background:  url(../images/h3_deco_left.png) no-repeat bottom;
left: -70px;
top:0;
bottom: 0;
}
#modelcourse h3::after{
position: absolute;
content: "";
width: 230px;
height: 44px;
margin: auto 0;
background: url(../images/h3_deco_left.png) no-repeat bottom;
right: -70px;
top: 0;
bottom: 0;
}


#modelcourse .lead{
text-align: center;
}
#modelcourse p{
margin: 0;
font-size: 13px;
line-height: 1.5;
}

#modelcourse .day{
margin: 20px 0 15px 0;
padding: 3px 20px 3px 20px;
background: #7dbe87;
border-left:solid 15px #ceeeda;
color: #fff;
font-size: 20px;
font-weight: bold;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#modelcourse .day:first-letter{
font-size: 28px;
}

.modelbox{
position: relative;
width: 440px;
padding-left: 470px;
}
.ic-place{
padding: 5px 5px 5px 50px;
background: url(../images/ic-place.png) no-repeat 25px center;
background-size: 13px;
}
.ic-train{
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-train.png) repeat-y 28px center;
background-size: 7px auto;
}
.ic-bus{
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-bus.png) repeat-y 28px center;
background-size: 7px auto;
}
.ic-walk{
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-walk.png) repeat-y 29px center;
background-size: 4px auto;
}
.ic-arrow{
padding: 5px 5px 5px 50px;
min-height: 20px;
background: url(../images/ic-arrow.png) repeat-y 24px top;
background-size: 16px auto;
}


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: 40px;
	height: auto;
}
img.ic-walk2 {
	display: inline;
	width: 35px;
	height: auto;
}







.spotlist dt{
margin: 0;
padding:0;
font-weight: bold;
color:#d02e58;
}
.spotlist dt span{
font-weight: normal;
}
.spotlist dd{
margin: 0;
padding:0;
}

.mImage{
position: absolute;
left: 0;
width:440px;
height: auto;
}
.mImage img{
margin-bottom: 5px;
}
.mPlace{
margin: 10px 0;
background: #fffddf;
}
.mName{
position: relative;
padding: 5px 10px;
background: #d02e58;
color: #fff;
font-size: 18px !important;
font-weight: bold;
}
.ic-photo{
padding-left: 50px;
background: #7dbe87 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{
padding: 16px 20px 6px 20px;
}
.mTxt p{
padding-bottom: 10px;
}
.mTxt p.frame {
	padding: 5px;
	border: 1px dashed #696de5;
}


/*各モデルコースの設定・写真の位置調整*/
/*model1*/
#model1 .modelbox.day1,
#model1 .modelbox.day2 {
min-height: 900px;
}
#model1 .model1-day1-1,
#model1 .model1-day2-1 {
top:0;
}
#model1 .model1-day1-2,
#model1 .model1-day2-2 {
top:300px;
}
#model1 .model1-day1-3,
#model1 .model1-day2-3 {
top:600px;
}

/*model2*/
#model2 .modelbox.day1,
#model2 .modelbox.day2 {
min-height: 900px;
}
#model2 .model2-day1-1,
#model2 .model2-day2-1 {
top:0;
}
#model2 .model2-day1-2,
#model2 .model2-day2-2 {
top:300px;
}
#model2 .model2-day1-3,
#model2 .model2-day2-3 {
top:600px;
}


/*model3*/
#model3 .modelbox.day1,
#model3 .modelbox.day2 {
min-height: 900px;
}
#model3 .model3-day1-1,
#model3 .model3-day2-1 {
top:0;
}
#model3 .model3-day1-2,
#model3 .model3-day2-2 {
top:300px;
}
#model3 .model3-day1-3,
#model3 .model3-day2-3 {
top:600px;
}

/*model4*/
#model4 .modelbox.day1{
min-height: 600px;
}
#model4 .modelbox.day2{
min-height: 600px;
}
#model4 .model4-day1-1{
top:0;
}
#model4 .model4-day1-2{
top:300px;
}
#model4 .model4-day2-1{
top:0;
}
#model4 .model4-day2-2{
top:300px;
}

.offer {
	margin: -30px 0 15px !important;
	text-align: center;
}
.modelin .offer {
	margin: 0 0 15px !important;
}
#guidance ul {
	margin-bottom: 15px;
}
#guidance ul li {
	list-style-type: disc;
	margin-left: 24px;
	font-size: 13px;
}
#guidance h3 {
	margin-bottom: 10px !important;
	font-size: 16px !important;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
}
#guidance h3::before, 
#guidance h3::after {
	display: none;
}
/*
.modelin h3.guidance span {
	padding: 7px 10px !important;
	color: #fff;
	background: #555;
}
*/


.in.modelbtn {
	margin: -50px auto 30px;
}
.wappen {
	position: absolute;
	top: -0.2em;
	overflow: hidden;
	width: 2.6em;
	height: 2.6em;
	line-height: 2.6em;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 2px #fff;
	border: dashed 1px #7dbe87;
	text-align: center;
	color: #7dbe87;
	font-size: 16px;
}
span.wappen_txt {
	padding-left: 3em;
}


/* テーブル */
.table-scroll {
  height: 300px;
  max-width: 950px;
  margin: 50px auto 0; 
}


.table-scroll table,
#campaign_box table {
  font-size: 1rem;
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  text-align: center;
}
.table-scroll p.txt_note {
	margin: 0;
	padding: 0;
	text-align: right;
}

/* テーブルセル内の設定*/
.table-scroll thead th,
#campaign_box table th {
  background-color: #7dbe87;
  color: white;
  border: 1px solid #c8d0d2;
  text-align: center;
  padding: 10px;
}

.table-scroll tbody td,
#campaign_box table td {
  border: 1px solid #c8d0d2;
  padding: 10px;
}


table_txt_s{
	line-height: 90%;
	font-weight: 100;
}


.colspan_bg{
	background-color: #78b9c5;
}
.tab_area .nolink {
	background-color: #ccc !important;
}

.op2 {
position: absolute;
left: 178px;
top: 20px;
width: 90px !important;
height: auto;
}

.op3 {
position: absolute;
left: 75px;
top: 17px;
width: 110px !important;
height: auto;
}

.op4 {
position: absolute;
left: 110px;
top: 17px;
width: 110px !important;
height: auto;
}


#campaign_box .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 30px;
}
#campaign_box h3 {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
    font-size: 25px;
}
#campaign_box p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
}
#campaign_box div.campaign_box_img {
    width: 350px;
    margin-right: 30px;
}
#campaign_box div.campaign_box_txt {
    width: 570px;
}
#campaign_box table {
    width: 100%;
    white-space: normal;
}
#campaign_box table td {
    background: #fff;
    text-align: left;
    line-height: 1.4;
}
#campaign_box .link {
    margin-top: 15px;
    font-size: 16px;
}

}