@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/
main hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*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%;
}
p.tx_C{text-align:center;font-size:16px;}
body{
margin:0;
padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.spnone{display:none;}

/* layout
----------------------------------------------- */
.inner{
}
#wrapper{
width: 100% !important;
margin:0 auto;
-webkit-text-size-adjust: 100%;
}
#wrapper #middleArea{
width: 100% !important;
padding: 0;
}


/* Headline
----------------------------------------------- */
#headline{
margin: 5px 0 0 0;
padding: 0;
background: #bda877;
}
#headline h1{
display: block;
margin: 0;
padding: 3px 5px;
color: #fff;
font-size: 0.8em;
font-weight: normal;
}
.titleBox{
margin: 0;
padding: 0;
height: 140px;
text-align: center;
background: url(../images/bg_title_sp.jpg) no-repeat center;
background-size: cover;
}
.titleBox h2{
width: 100%;
text-align: center;
z-index: 1000;
}
.titleimg{
width: 100%;
max-height: 150px;
}


/* pagenav
----------------------------------------------- */

#pagenav{
	background:#f8f2d9;
	margin:0;
	z-index:2000000!important;
	width:100%;
}

#pagenav ul{
	margin:0;
	padding:0;
	overflow:hidden;
	text-align:center;
}
#pagenav ul li{
list-style-type: none;
width:50%;
float:left;
}
#pagenav ul li a{
	display:inline-block;
	margin:0;
	padding:10px 0 10px 0;
	width:100%;
	color:#333;
	font-size:0.8rem;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #fff;
	background:  url(../images/arrow_navi.png) no-repeat center 2rem;
	background-size: 13px;
}


/* Contents
----------------------------------------------- */
#content table {	border-collapse: collapse;}
#content img { border: none; vertical-align: bottom;width: 100%;height: auto;}
#content ol,#content  ul,#content  li { list-style-type: none; margin: 0; padding: 0;}

#content {
display: block;
font-size: 0.9em;
line-height: 1.5;
}
#content h2{
clear:both;
margin:20px 0 20px 0;
color: #7d5b17;
font-size: 20px;
font-weight: bold;
text-align: center;
}
/*iPhone5/SE*/
@media only screen and (max-width: 320px) {
#content h2{font-size: 18px;}
}
#content h3 {
  margin: 0 0 20px 0;
  padding: 0px 0 10px 0;
  height: 35px;
  font-size: 20px;
  line-height: 35px;
  color: #3c0000;
  font-weight: bold;
  text-align: center;
}


#content h2 span::before{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-right: 15px;
background:  url(../images/h2_deco_left1.png) no-repeat bottom;
background-size: 48px;
}
#content h2 span::after{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right1.png) no-repeat bottom;
background-size: 48px;
}

@media only screen and (max-width: 320px) {

#content h2 span::before{
content:'';
width: 40px;
height: 15px;
display: inline-block;
padding-right: 15px;
background:  url(../images/h2_deco_left1.png) no-repeat bottom;
background-size: 40px;
}
#content h2 span::after{
content:'';
width: 40px;
height: 15px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right1.png) no-repeat bottom;
background-size: 40px;
}

}

#content h3 span::before {
  content: "";
  width: 34px;
  height: 35px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/h3_deco_left1.png) no-repeat bottom;
  background-size: 34px;
}
#content h3 span::after {
  content: "";
  width: 34px;
  height: 35px;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/h3_deco_right1.png) no-repeat bottom;
  background-size: 34px;
}

.topleadtxt{
padding: 10px 10px;
text-align: left;
}
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: '＋ 続きをよむ';
	font-size: 0.8rem;
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #d02e58;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 160px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	content: '✕ 閉じる';
	font-size: 0.8rem;
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 60px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/* section
----------------------------------------------- */
.section{
display: block;
overflow: hidden;
margin: 0 0 0 0;
padding: 0 0 20px 0;
}
.section:nth-of-type(2n){
background-color: #f8f2d9;
}



/* planBtn
----------------------------------------------- */
.planBtn{
overflow: hidden;
padding-bottom: 30px !important;
}
.planBtn a{
display: block;
margin: 0 auto 10px auto;
padding: 10px;
width: 80%;
border-radius: 5px;
background:  #d02e58 url(../images/arrow_right_w.png) no-repeat 10px center;
background-size: 10px;
text-align: center;
color: #fff;
text-decoration: none;
}



/* actab
----------------------------------------------- */
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 3;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #bda877;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #f8f2d9;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100%;
}

/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}



/* ----------------------------------------------- 

# hokTour

----------------------------------------------- */
#hokTour {
padding-bottom: 0;
}
#hokTour h2 span::before{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-right: 15px;
background:  url(../images/h2_deco_left1.png) no-repeat bottom;
background-size: 48px;
}
#hokTour h2 span::after{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right1.png) no-repeat bottom;
background-size: 48px;
}
#hokTour h3{
clear:both;
margin:35px 0 10px 0;
padding: 5px 0 0 0;
height: 40px;
font-size: 18px;
color: #fff;
font-weight: normal;
text-align: center;
background:  url(../images/h3_deco_blue.png) no-repeat center 2px;
background-size: 288px;
}

/*pickupBox*/
.pickupBox{
position: relative;
margin: 15px 0 25px 0;
padding: 15px 10px;
background: #fff;
box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1);
}
.pickupArea{
position: absolute;
left: -5px;
top:-10px;
padding: 3px 10px;
color: #fff;
font-size: 0.8rem;
transform: rotate(-10deg);
box-shadow:2px 3px 3px 0px rgba(0,0,0,0.2);
}
.pickupImg{
margin: 0;
padding: 0 10px 10px 0;
width: 40%;
float: left;
vertical-align: top;
}
.pickupTitle{
font-size: 0.8rem;
font-weight: bold;
}
.pickupTxt{
font-size: 0.8rem;
margin: 0;
padding: 10px 0;
}
.pickupBtn {clear:both;}
.pickupBtn a{
display: block;
margin: 0 auto;
padding: 10px;
width: 80%;
border-radius: 5px;
background:  #d02e58 url(../images/arrow_right_w.png) no-repeat 10px center;
background-size: 10px;
text-align: center;
color: #fff;
text-decoration: none;
}

/*tourBox*/
.tourBox{
margin: 0 0 10px 0;
}
.tourInBox{
position: relative;
overflow: hidden;
padding: 10px 25px 10px 10px;
background: #fff url("../images/arrow_right.png") no-repeat 99% center;
background-size: 10px;
box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1);
}
.tourInBox a::after {
content: '';
display: block;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.tourArea{
position: relative;
margin: 0;
padding: 3px 5px;
height: 15px;
width: 10em;
color: #fff;
font-size: 0.7rem;
}
.tourArea::before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	border: none;
	border-right: solid 1.5em #f8f2d9;
	border-bottom: solid 2em transparent;
}
.tourImg{
margin: 0;
padding: 0 10px 0 0;
width: 40%;
float: left;
vertical-align: top;
}
.tourTitle{
margin: 0 0 0 0;
font-size: 0.8rem;
font-weight: bold;
}
.tourTxt{
margin: 10px 0;
font-size: 0.8rem;
}
.tourPrice{
margin-bottom: 0;
font-weight: bold;
text-align: right;
color:#f90000;
}
/*iPhone5/SE*/
@media only screen and (max-width: 320px) {
.tourPrice{clear:both;}
}


/*moreSetplan*/
.moreSetplan{
margin: 30px 0 10px 0;
text-align: center;
}
.planBtn.row2 li{
float: left;
width: 50%;
}
.planBtn.row2 li:nth-child(2){
margin-left:10px;
}



/*area color*/
.pickupArea.blue,
.tourArea.blue{
background: #26a6e7;
}
.pickupArea.purple,
.tourArea.purple{
background: #b35cd0;
}
.pickupArea.green,
.tourArea.green{
background: #549f33;
}
.pickupArea.orange,
.tourArea.orange{
background: #d1793e;
}





/* ----------------------------------------------- 

# hokInfo

----------------------------------------------- */
#hokInfo {
padding-top:30px;
background: #fff;
}
#hokInfo .inner{
width:100%;
}

#hokInfo h2 span::before{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-right: 15px;
background:  url(../images/h2_deco_left2.png) no-repeat bottom;
background-size: 48px;
}
#hokInfo h2 span::after{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right2.png) no-repeat bottom;
background-size: 48px;
}

/*seatBox*/
.seatBox{
overflow: hidden;
width: 90%;
padding: 5px 0;
margin: 15px auto;
background: #fff;
box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1);
}
.seatImg{
margin: 10px 10px 5px 10px !important;
padding: 0;
width: 40%;
float:left;
}
.seatTitle{
margin: 10px 10px 5px 10px !important;
font-weight: bold;
}
.seatTxt{
margin: 0 10px 15px 10px !important;
font-size: 0.8rem;
}

/*trainType*/
.trainType dl{
margin: 20px;
padding: 10px;
background:#fff;
box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1);
}
.trainType dl dt{
position: relative;
font-size: 1.1rem;
font-weight: bold;
padding-left: 25px;
}
.trainType dl dt::before{
content: '';
position: absolute;
top: 0px;
left: -20px;
width: 2rem;
height: 2rem;
}
.trainType dl dd{
margin:0;
padding:0 0 0 25px;
font-size: 0.8rem;
}

.trainType .kagayaki dt{color: #709d5c;}
.trainType .hakutaka dt{color: #885c9d;}
.trainType .tsurugi dt{color: #9d715c;}
.trainType .asama dt{color: #5c829d;}

.trainType .kagayaki dt::before{background:  url(../images/type1.png) no-repeat bottom;background-size: 30px;}
.trainType .hakutaka dt::before{background:  url(../images/type2.png) no-repeat bottom;background-size: 30px;}
.trainType .tsurugi dt::before{background:  url(../images/type3.png) no-repeat bottom;background-size: 30px;}
.trainType .asama dt::before{background:  url(../images/type4.png) no-repeat bottom;background-size: 30px;}


/*station table*/
.attTxt{
font-size: 0.7rem;
padding: 10px 10px 0 10px;
}
.station table{
margin:20px auto;
}
.station table caption{display:none;}
.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.cp_table th {
	width: 13%;
	background: #f4f4f4;
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table td {
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #dddddd;
}
.cp_table td:first-child {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	.cp_table {
		display: block;
		width: 90%;
	}
	.cp_table thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}
	.cp_table tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 0;
	}
	.cp_table th {
		display: block;
		width: auto;
		border-width: 1px 1px 0px 1px;
		border-color: #dddddd;
		border-style: solid;
		font-size: 0.8rem;
		}
	.cp_table .col2{
		padding: 30px 10px;
	}
	.cp_table th:last-child {
		border-bottom: 1px solid #dddddd;
	}
	.cp_table tbody tr {
		display: inline-block;
		margin: 0;
		font-size: 0.8rem;
	}
	.cp_table td {
		display: block;
		border-width: 1px 1px 0px 0px;
		border-color: #dddddd;
		border-style: solid;
		font-size: 0.8rem;
	}
	.cp_table td:last-child {
		border-bottom: 1px solid #dddddd;
	}
	.cp_table td.bgGray{background: #ccc;}
	.cp_table td span {
	display: block;
	transform: rotate(90deg);
	}

}

.station .kagayaki{color: #709d5c;}
.station .hakutaka{color: #885c9d;}
.station .tsurugi{color: #9d715c;}
.station .asama{color: #5c829d;}

.atttxt{
font-size: 0.8rem;
text-align: right;
}



/* ----------------------------------------------- 

# hokTourism

----------------------------------------------- */
#hokTourism {
background: #fff;
}
#hokTourism .inner{
width:100%;
}

#hokTourism h2 span::before{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-right: 15px;
background:  url(../images/h2_deco_left2.png) no-repeat bottom;
background-size: 48px;
}
#hokTourism h2 span::after{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right2.png) no-repeat bottom;
background-size: 48px;
}

.areainfo .leadtxt{
margin: 15px 20px !important;
font-size: 0.8rem;
}

/*tourismBox*/
.tourismBox{
overflow: hidden;
width: 90%;
padding: 0;
margin: 20px auto;
background: #fff;
box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1);
}

.tourismType{
position: relative;
margin: 0 0 15px 0 !important;
padding: 10px 10px 10px 50px;
font-weight: bold;
}
.tourismBox.onsen .tourismType{background: #fed7d7;color: #df6565;border-top:2px solid #e47b7b;}
.tourismBox.tourism .tourismType{background: #d0f0f8;color: #4d9fb3;border-top:2px solid #64aabb;}
.tourismBox.gourmet .tourismType{background: #fff6b6;color: #e0922f;border-top:2px solid #f2ab50;}

.tourismType::before{
content: '';
position: absolute;
top: 2px;
left: 10px;
width: 2rem;
height: 2rem;
}
.tourismBox.onsen .tourismType::before{background:  url(../images/ico_onsen.png) no-repeat bottom;background-size: 30px;}
.tourismBox.tourism .tourismType::before{background:  url(../images/ico_tourism.png) no-repeat bottom;background-size: 30px;}
.tourismBox.gourmet .tourismType::before{background:  url(../images/ico_gourmet.png) no-repeat bottom;background-size: 30px;}

.tourismImg{
margin: 0 10px 10px 1rem !important;
padding: 0;
width: 40%;
float:left;
vertical-align: top;
}
.tourismTitle{
margin: 10px 15px 5px 15px !important;
font-weight: bold;
}
.tourismTxt{
margin: 0 15px 15px 15px !important;
font-size: 0.8rem;
}






/* ----------------------------------------------- 

# hokModel

----------------------------------------------- */
#hokModel {
background: #fff;
}
#hokModel .inner{
overflow: hidden;
padding-top: 10px;
}
#hokModel h2 span::before{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-right: 15px;
background:  url(../images/h2_deco_left2.png) no-repeat bottom;
background-size: 48px;
}
#hokModel h2 span::after{
content:'';
width: 48px;
height: 18px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right2.png) no-repeat bottom;
background-size: 48px;
}

/*modelBox_top*/
.modelBox_top{
float:left;
position: relative;
margin: 0 0px 10px 5px;
padding: 0 0 10px 0;
width: 46%;
background: #d02e58 url("../images/arrow_white.png") no-repeat center 97%;
background-size: 13px;
border-radius: 10px;
box-shadow:0px 1px 2px 1px rgba(0,0,0,0.1);
}
.modelBox_top:nth-child(even) {
float: right;
margin: 0px 5px 10px 0px;
}
.modelBox_top a{
display: block;
text-decoration: none;
color: #fff;
}
.modelBox_top:nth-child(2n){
}

.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;
}
.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%;
}

/*iPhone5/SE*/
@media only screen and (max-width: 320px) {
.modelBox_top{
width:46.6%
}


}









/* ----------------------------------------------- 

# osusume

----------------------------------------------- */
#osusume .inner{
	margin:0 auto;
	padding:0 0 20px 0;
	position:relative;
	overflow: hidden;
	width: 90%;
}

#osusume .itemList4 li {
    background: #EBEAEA;
    overflow: hidden;
    margin: 0 0 10px 0;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
#osusume .itemList4 li dl dt a:link {
	color: #0065d6 !important;
	text-decoration: none !important;
}
#osusume .itemList4 li dl dt a:visited {
	color: #0065d6 !important;
	text-decoration: none !important;
}
#osusume .itemList4 li dl dt a:hover {
	color: #0065d6 !important;
	text-decoration: underline !important;
}
#osusume .itemList4 li dl dt a:active {
	color: #0065d6 !important;
	text-decoration: none !important;
}
#osusume .itemList4 li dl dt a {
	outline: none !important;
}
#osusume .itemList4 .thumb{
	max-width: 50%;
	float:left;
	margin:0 10px 0 0;
}

#osusume .itemList4 .thumb img{
	width:100%;
	height:auto;
}

#osusume .itemList4 dl{
	overflow:hidden;
	margin:0;
	padding:10px 0 ;
}
#osusume .itemList4.cFix dt{
	font-size:0.8rem;
	font-weight:normal;
	margin:0 0 0 0;
	padding:0 10px 0 0;
}
#osusume .itemList4.cFix dd{
	padding:10px 10px 0 0 !important;
	font-size:0.8rem;
	margin:0 !important;
}

#osusume .itemList4{
	display:block;
	margin:0;
	font: 12px/1.4 "ヒラギノ角ゴ Pro W3", "HraKakuProN-W6", "HelveticaNeue";
}
#osusume .itemList4 a{
	color:#333333;
}
#osusume .itemList4 li{
position: relative;
	background:#EBEAEA;
	overflow:hidden;
	margin:0 0 10px 0;
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
#osusume .itemList4 li a::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}














/* ----------------------------------------------- 

# modelcourse

----------------------------------------------- */

#modelcourse .modellink{
padding: 20px 10px 30px 10px;
margin: 0 auto;
}
#modelcourse .modelBox_top{
position: relative;
display: block;
z-index: 1;
background-color: #000;
}
#modelcourse .modelBox_top::after{
content:'';
opacity: 0.4;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
border-radius: 10px;
}
#modelcourse .modelBox_top:nth-child(1)::after{
background: url(../images/top-model001.jpg) no-repeat center center;
background-size: cover;
}
#modelcourse .modelBox_top:nth-child(2)::after{
background: url(../images/top-model002.jpg) no-repeat center center;
background-size: cover;
}
#modelcourse .modelBox_top:nth-child(3)::after{
background: url(../images/top-model003.jpg) no-repeat center center;
background-size: cover;
}
#modelcourse .modelBox_top:nth-child(4)::after{
background: url(../images/top-model004.jpg) no-repeat center center;
background-size: cover;
}
#modelcourse .inner{
margin: 0 auto ;
padding: 20px 10px 30px 10px;
width: 90%;
background: #fff url(../images/section_top.png) no-repeat center top;
background-size: 100%;
}
#modelcourse h2{
position: relative;
font-size: 1.1rem;
margin: 20px 0 15px 0;
font-weight: bold;
}
#modelcourse h2:first-letter{
margin-left:-5px;
}
#modelcourse h2 span{
font-size: 0.8rem;
}
#modelcourse  h2::before{
content:'';
position: absolute;
left:0;
top:8px;
width: 48px;
height: 18px;
padding-right: 15px;
background:  url(../images/h2_deco_left2.png) no-repeat bottom;
background-size: 48px;
}
#modelcourse h2::after{
content:'';
position: absolute;
right:0;
top:8px;
width: 48px;
height: 18px;
display: inline-block;
padding-left: 15px;
background:  url(../images/h2_deco_right2.png) no-repeat bottom;
background-size: 48px;
}

#modelcourse p{
margin: 0;
}
#modelcourse .day{
margin: 20px 0 15px 0;
padding: 2px 10px;
background: #cddbea;
border-left:solid 10px #4e84be;
color: #4e84be;
font-size: 0.8rem;
font-weight: bold;
}
#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;
}

.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: #ffeaeb;
}
.mName{
padding: 5px 10px;
background: #d02e58;
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 10px 0px 10px;
}
.mTxt p{
padding-bottom: 10px;
}


#section04 h2 {
margin: 20px auto 0px auto;
font-size: 16px;
}
div#useWrap{
	padding:10px;
	margin-bottom:30px;
}

div#useWrap div{
	overflow:hidden;
	padding:15px;
	margin:0 0 0 0;
	background:#FFF;
	float:none!important;
	width:auto!important;
	border-bottom:1px dashed #CCC
}



div#useWrap div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}

#useWrap div p img{
	width:100%;
	height:auto;
}

#useWrap div dl{
	overflow:hidden;
	display:block;
	padding:0 0 0 0;
}

#useWrap div:last-child{
	border-bottom:none
}


#useWrap div dl dt{
	font-size:14px;
	margin:0 0 10px 0;
	padding:0;
}

#useWrap div dl dt a{
	color:#000;
}

#useWrap div dl dd{
	font-size:12px;
	color:#999;
}

#useWrap div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}

#useWrap 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;
}

#useWrap div dl dd > span span{
	color:#F69;
	display:inline;
}

#useWrap .commonTit{
	margin:0;
}
#plan {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#plan .inner {
margin-bottom: 20px;
}
#plan .inner ul {
padding: 0px;
margin: 0px auto;
}
#plan .inner li {
padding: 0px;
margin: 0px;
}
.osusume {
position: relative;
width: 280px;
/* box-shadow */
box-shadow:0px 0px 10px 0px #c8c8c8;
background-color: #fff;
margin: 0px auto;
}
.osusume .img1 {
padding: 0px;
margin: 0px 0px 45px 0px;
}
.osusume .img1 img {
width: 100%;
height: auto;
}
.osusume .obi {
position: absolute;
left: -9px;
top: 225px;
width: 141px;
height: 23px;
    background-image: url(../images/im_obi.png);
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	padding: 5px 0px 0px 15px;
	margin: 0px;
	z-index: 100;
}
.osusume dl {
padding: 0px 10px 10px 10px;
margin: 0px;
}
.osusume dl dt {
font-size: 16px;
line-height: 22px;
font-weight: bold;
border-bottom: 1px #d9ce9b solid;
padding: 0px 0px 10px 0px;
margin: 0px 0px 15px 0px;
}
.osusume dl .txt1 {
font-size: 14px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.osusume dl .price {
font-size: 20px;
font-weight: bold;
color: #8a0a36;
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.osusume dl .txt2 {
font-size: 12px;
line-height: 20px;
padding: 0px;
margin: 0px 0px 20px 0px;
}
.osusume dl .btn1,
.panf dl .btn1 {
width: 240px;
height: 40px;
    background-image: url(../images/bt_osusume.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 0px;
	margin: 0px auto;
}
.panf dl .btn1 {
	margin: 2% auto 0;
}
.osusume dl .btn1:hover,
.panf dl .btn1:hover {
    opacity: 0.8;
}
.osusume dl .btn1 a,
.panf dl .btn1 a {
display: block;
width: 240px;
height: 40px;
}

/* ----------------------------------------------- 

# sightseeing_train

----------------------------------------------- */
#sightseeing_train .inner {
}
#sightseeing_train .inner .txt1 {
font-size: 14px;
line-height: 24px;
text-align: center;
padding: 0px 10px;
margin: 0px;
}
/* sightseeing_nav
----------------------------------------------- */
#sightseeing_nav {
  margin: 0 0 0px 0;
}
#sightseeing_nav ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0;
}
#sightseeing_nav ul li {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #333;
  background: url(../images/navi_line.png) no-repeat right center;
}
#sightseeing_nav ul li:last-child {
  background: none;
}
#sightseeing_nav ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  padding: 10px 10px 10px 10px;
}
#sightseeing_nav ul li a:hover {
  color: #8a7b35 !important;
  background: url(../images/arrow_navi.png) no-repeat 48% 90%;
  background-size: 13px;
  text-decoration: none !important;
}
#sightseeing_nav ul li:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: none;
}

.plan_box{
width: 90%;
	padding:10px;
box-shadow:0px 0px 10px 0px #c8c8c8;
background-color: #fff;
margin: 0px auto 20px auto;
}
.plan_box h5{
	font-size:18px;
	line-height: 20px;
	text-align: center;
	padding:0;
	margin:5px 0 0;
    font-weight: bold;
}
.plan_box .plan_box_inner{
    position: relative;	
}
.plan_box .plan_box_inner p{
padding: 0px;
	margin: 10px 0px 10px 0px;
}
.plan_box .plan_box_inner a{
	width:240px;
	height:40px;
	background: url("../images/btn_bg.png") no-repeat;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #290606;
	display: block;
	padding-top: 8px;
	margin: 0 auto 10px auto;
}

.plan_box .plan_box_inner .inner02 span::after {
}
.plan_box .plan_box_inner img{
	width:100%;
	height:auto;
	background: #dedede;
}
.plan_box .plan_box_inner.noimage img {
display: none;
}

/*seatBox*/
.seatBox {
  float: left;
  position: relative;
  width: 250px;
  margin: 15px 25px 20px 0;
  padding: 15px 25px 20px 25px;
  background: #faf6e7;
}
.seatBox:nth-child(3n) {
  margin-right: 0;
}
.seatImg {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
.seatImg img {
  width: 250px;
}
.seatBox .InBox {
  margin: 0;
  padding: 0;
}
.seatTitle {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.seatTxt {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 14px;
}
/*trainType*/
.trainType dl {
  margin: 20px;
  padding: 15px 35px 20px 35px;
  background: #fff;
}
.trainType dl dt {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
}
.trainType dl dt::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -47px;
  width: 30px;
  height: 30px;
}
.trainType dl dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.trainType .kagayaki {
  background: #e7f2e2;
}
.trainType .hakutaka {
  background: #f2e7f7;
}
.trainType .tsurugi {
  background: #f9ece5;
}
.trainType .asama {
  background: #e2ecf4;
}
.trainType .kagayaki dt {
  color: #709d5c;
}
.trainType .hakutaka dt {
  color: #885c9d;
}
.trainType .tsurugi dt {
  color: #9d715c;
}
.trainType .asama dt {
  color: #5c829d;
}
.trainType .kagayaki dt::before {
  background: url(../images/type1.png) no-repeat bottom;
  background-size: 30px;
}
.trainType .hakutaka dt::before {
  background: url(../images/type2.png) no-repeat bottom;
  background-size: 30px;
}
.trainType .tsurugi dt::before {
  background: url(../images/type3.png) no-repeat bottom;
  background-size: 30px;
}
.trainType .asama dt::before {
  background: url(../images/type4.png) no-repeat bottom;
  background-size: 30px;
}
/*station table*/
.station {
  padding-top: 10px;
}
.attTxt {
  font-size: 0.7rem;
  padding: 10px 10px 0 10px;
}
.station table {
  margin: 20px auto;
}
.station table caption {
  display: none;
}
.cp_table *, .cp_table *:before, .cp_table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.cp_table th {
  width: 4em;
  padding: 10px;
  border: 1px solid #999;
  text-align: center;
}
.cp_table td.hakutaka {
  width: 4em;
}
.cp_table td {
  width: 2em;
  text-align: center;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #999;
}
.cp_table td:first-child {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #f4f4f4;
}
.cp_table td.bgGray {
  background: #ccc;
}
.station .kagayaki {
  color: #709d5c;
}
.station .hakutaka {
  color: #885c9d;
}
.station .tsurugi {
  color: #9d715c;
}
.station .asama {
  color: #5c829d;
}
.atttxt {
  text-align: right;
}
/* ----------------------------------------------- 

# sleeper_train

----------------------------------------------- */
#sleeper_train .inner {
}
#sleeper_train .inner .txt1 {
font-size: 14px;
line-height: 24px;
text-align: center;
padding: 0px 10px;
margin: 0px 0px 20px 0px;
}
.areainfo .leadtxt {
  margin: 15px 20px;
  text-align: center;
}
/*tourismBox*/
.tourismBox {
  float: left;
  position: relative;
  width: 300px;
  margin: 15px 25px 30px 0;
  padding: 0;
  background: #fff;
}
.tourismBox:nth-child(3n) {
  margin-right: 0;
}
.tourismType {
  position: relative;
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
}
.tourismBox.onsen .tourismType {
  background: #fed7d7;
  color: #df6565;
  border-top: 2px solid #e47b7b;
}
.tourismBox.tourism .tourismType {
  background: #d0f0f8;
  color: #4d9fb3;
  border-top: 2px solid #64aabb;
}
.tourismBox.gourmet .tourismType {
  background: #fff6b6;
  color: #e0922f;
  border-top: 2px solid #f2ab50;
}
.tourismType::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 10px;
  width: 2rem;
  height: 2rem;
}
.tourismBox.onsen .tourismType::before {
  background: url(../images/ico_onsen.png) no-repeat bottom;
  background-size: 30px;
}
.tourismBox.tourism .tourismType::before {
  background: url(../images/ico_tourism.png) no-repeat bottom;
  background-size: 30px;
}
.tourismBox.gourmet .tourismType::before {
  background: url(../images/ico_gourmet.png) no-repeat bottom;
  background-size: 30px;
}
.tourismImg {
  margin: 0;
  padding: 0 25px;
  width: 100%;
  vertical-align: top;
}
.tourismImg img {
  width: 250px;
}
.tourismBox .InBox {
  margin: 0;
  padding: 15px 25px 20px 25px;
}
.tourismTitle {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.tourismTxt {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 14px;
}
/*planBtn*/
#sleeper_train .planBtn a {
  display: block;
  width: 280px;
  padding: 10px;
}
#sleeper_train .planBtn.row3 li {
  float: left;
  margin-right: 25px;
}
#sleeper_train .planBtn.row3 li:nth-child(3) {
  margin-right: 0;
}

#pamphlet {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#pamphlet .inner {
margin-bottom: 20px;
}
#pamphlet .inner ul {
padding: 0px ;
margin: 0px auto;
}
#pamphlet .inner li {
padding: 0px;
margin: 0px;
}
.panf {
position: relative;
width: 280px;
/* box-shadow */
box-shadow:0px 0px 10px 0px #c8c8c8;
background-color: #fff;
margin: 0px auto;
overflow: hidden;
}
.panf .img1 {
float: left;
width: 120px;
padding: 0px 0px 0px 0px;
margin: 10px 5px 10px 10px;
}
.panf dl {
padding: 10px;
margin: 0;
}
.panf dl dt {
font-size: 16px;
line-height: 20px;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}
.panf dl .txt1 {
font-size: 12px;
line-height: 16px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.panf dl .txt2 {
font-size: 12px;
line-height: 16px;
padding: 0px;
margin: 0px 0px 0px 0px;
}

#osusume {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#osusume .inner {
margin-bottom: 20px;
}
#osusume .inner ul.sliderBox3 {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	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;

}
.alpha {
position: relative;
width: 96%;
margin-bottom: 10px;
overflow: hidden;
border-radius:7px;
/* box-shadow */
box-shadow:0px 0px 10px 0px #c8c8c8;
background-color: #fff;
height:300px;
}
.alpha p {
width: 100%;
height: auto;
padding: 0px;
margin: 0px 0px 15px 0px;
overflow: hidden;
}
.alpha p img {
width: 100%;
height: auto;
}
.alpha dl {
padding: 0px 10px 15px 10px;
margin: 0px;
}
.alpha dt {
font-size: 16px;
line-height: 20px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.alpha dd{
	font-size:14px;
	padding: 0px;
	margin: 0px;
}

.alpha dd > span{
	display:block;
	margin:5px 0 0 0;
	font-size:
}

.alpha 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;
}

.alpha dd > span span{
	color:#F69;
	display:inline;
	font-size:14px;
}

#tokushu {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#tokushu .inner {
padding-left: 3%;
}
.kanren {
float: left;
width: 47%;
background-color: #fff;
/* box-shadow */
box-shadow:0px 1px 0px 1px #d9d9d5;
/* border-radius */
border-radius:7px;
margin: 0px 3% 10px 0px;
overflow: hidden;
}
.kanren:nth-child(even) {
margin: 0px 0px 10px 0px;
}
.kanren p {
padding: 0px;
margin: 0px 0px 15px 0px;
}
.kanren dl {
padding: 0px 10px 10px 10px;
margin: 0px;
}
.kanren dt {
font-size: 14px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.kanren dd {
font-size: 12px;
padding: 0px;
margin: 0px 0px 0px 0px;
}

.navitop {
font-size: 14px;
text-align: right;
padding: 0px;
margin: 0px 15px 20px 0px;
}
.navitop a {
color: #494949;
text-decoration: none;
}
/*bnlinks*/
#bnlinks {display: none;}

}

/*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;
	min-width:760px;
    margin: 0 auto 5px;
}
p.tx_C{text-align:center;font-size:16px;}

.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pcnone {
  display: none;
}
/* layout
----------------------------------------------- */
#wrapper {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
}
#wrapper #middleArea {
  width: 100% !important;
  padding: 0;
}
#pastlist {
  padding: 0px 10px 0px 15px;
  font-size: 12px;
  height: 1em;
}
#pastlist p {
  margin: 0;
}
/* Headline
----------------------------------------------- */
#headline {
  margin-top: 5px;
  padding: 0;
  background: #bda877;
}
#headline h1 {
  margin: 5px auto 0 auto;
  padding: 4px 0 4px 0;
  width: 950px;
  height: 0;
  font-size: 14px;
  color: #fff;
}
.titleBox {
  margin: 0;
  padding: 0;
  height: 350px;
  text-align: center;
  background: url(../images/bg_title.jpg) no-repeat center;
  background-size: cover;
}
.titleimg {
  /*	*/
  width: 520px;
  height: 176px;
  margin: 30px 300px 0 0;
}
/* pagenav
----------------------------------------------- */
#pagenav {
  background: #d9ce9b;
  margin: 0 0 0 0;
}
#pagenav ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0;
}
#pagenav ul li {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  min-height: 50px;
  color: #333;
  background: url(../images/navi_line.png) no-repeat right center;
}
#pagenav ul li:last-child {
  background: none;
}
#pagenav ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 50px 20px 43px;
}
#pagenav ul li a:hover {
  color: #8a7b35 !important;
  background: url(../images/arrow_navi.png) no-repeat 48% 90%;
  background-size: 13px;
  text-decoration: none !important;
}
#pagenav ul li:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: none;
}
/* Contents
----------------------------------------------- */
#content table {
  border-collapse: collapse;
}
#content img {
  border: none;
  vertical-align: bottom;
}
#content ol, #content ul, #content li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content a:hover {
  opacity: 0.7;
}
#content {
  font-size: 14px;
  line-height: 1.5;
}
#content {
  display: block;
  padding: 0;
}
.topleadtxt {
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 15px;
  line-height: 2;
}
/*
input,
label{
display:none;
}*/
/* section
----------------------------------------------- */
.section {
  display: block;
  overflow: hidden;
  margin: 0 0 50px 0;
  padding: 40px 0;
}
.section:nth-of-type(2n) {
  background: #eae9e4;
  background-size: 950px;
  margin-bottom: 0;
  padding: 40px 0;
}
/* planBtn
----------------------------------------------- */
.planBtn {
  overflow: hidden;
  padding-bottom: 30px !important;
}
.planBtn a {
  display: block;
  margin: 0 auto 10px auto;
  padding: 15px 10px;
  width: 80%;
  border-radius: 10px;
  background: #fbffb3 url(../images/arrow_right_w.png) no-repeat 20px center;
  background-size: 10px;
  text-align: center;
  color: #5c756d;
  text-decoration: none;
}
.planBtn a:hover {
  text-decoration: none !important;
  color: #fff !important;
}
/* ----------------------------------------------- 

# content

----------------------------------------------- */
#content h3 span::before {
  content: "";
  width: 34px;
  height: 35px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/h3_deco_left1.png) no-repeat bottom;
  background-size: 34px;
}
#content h3 span::after {
  content: "";
  width: 34px;
  height: 35px;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/h3_deco_right1.png) no-repeat bottom;
  background-size: 34px;
}
#content h2{
  clear: both;
  margin: 0;
  padding: 28px 0 0 0;
  height: 80px;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: url(../images/h3_deco_blue.png) no-repeat center 2px;
  background-size: 410px;
}
/*pickupBox*/
.pickupBox {
  float: left;
  position: relative;
  width: 180px;
  margin: 15px 10px 20px 0;
  padding: 15px 25px 20px 25px;
  background: #fff;
}
.pickupBox:nth-child(4n) {
  margin-right: 0;
}
.pickupArea {
  position: absolute;
  left: -5px;
  top: -10px;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  transform: rotate(-10deg);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.pickupImg {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
.pickupImg img {
  width: 178px;
}
.pickupBox .InBox {
  margin: 0;
  padding: 0;
}
.pickupTitle {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.pickupTxt {
  margin: 0;
  padding: 15px 0 20px 0;
  font-size: 14px;
}
.pickupBtn {
  clear: both;
  margin: 0;
  padding: 0;
}
.pickupBtn a {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background: #fbffb3 url(../images/arrow_right_w.png) no-repeat 20px center;
  background-size: 10px;
  text-align: center;
  color: #5c756d;
  text-decoration: none;
}
.pickupBtn a:hover {
  text-decoration: none !important;
  color: #fff !important;
}
/*tourBox*/
.tourBox {
  margin: 0 0 15px 0;
}
.tourBox {
  float: left;
  position: relative;
  margin: 15px 25px 20px 0;
  padding: 0;
}
.tourBox:nth-child(3n) {
  margin-right: 0;
}
.tourInBox {
  position: relative;
  overflow: hidden;
  width: 250px;
  padding: 15px 25px 20px 25px;
  background: #fff;
}
.tourInBox:hover {
  opacity: 0.7;
}
.tourInBox a::after {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tourArea {
  position: relative;
  margin: 0;
  padding: 5px 10px 5px 15px;
  height: 16px;
  width: 10em;
  color: #fff;
  font-size: 14px;
}
.tourArea::before {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border: none;
  border-right: solid 1.5em #cbf7e8;
  border-bottom: solid 2em transparent;
}
.tourImg {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.tourImg img {
  width: 100%;
}
.tourInBox .InBox {
  margin: 0;
  padding: 0;
}
.tourTitle {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.tourTxt {
  margin: 10px 0;
  font-size: 14px;
}
.tourPrice {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #f90000;
}
/*moreSetplan*/
.moreSetplan {
  margin: 30px 0 15px 0;
  text-align: center;
  font-size: 20px;
}
.planBtn.row2 li {
  float: left;
  width: 50%;
}
.planBtn.row2 li:nth-child(2) {
  margin-left: 15px;
}
/*area color*/
.pickupArea.blue, .tourArea.blue {
  background: #26a6e7;
}
.pickupArea.purple, .tourArea.purple {
  background: #b35cd0;
}
.pickupArea.green, .tourArea.green {
  background: #549f33;
}
.pickupArea.orange, .tourArea.orange {
  background: #d1793e;
}
/* ----------------------------------------------- 

# sightseeing_train

----------------------------------------------- */
#sightseeing_train h2 span::before {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/h2_deco_left2.png) no-repeat bottom;
  background-size: 95px;
}
#sightseeing_train h2 span::after {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/h2_deco_right2.png) no-repeat bottom;
  background-size: 95px;
}
#sightseeing_train h3 {
  clear: both;
  margin: 0 0 20px 0;
  padding: 5px 0 0 0;
  height: 57px;
  font-size: 28px;
  color: #3c0000;
  font-weight: normal;
  text-align: center;
  background-size: 410px;
}
#sightseeing_train .inner {
  margin: 0 auto;
  width: 1000px;
}
#sightseeing_train .inner .txt1 {
font-size: 16px;
line-height: 30px;
text-align: center;
padding: 0px;
margin: 0px;
}
/*seatBox*/
.seatBox {
  float: left;
  position: relative;
  width: 250px;
  margin: 15px 25px 20px 0;
  padding: 15px 25px 20px 25px;
  background: #faf6e7;
}
.seatBox:nth-child(3n) {
  margin-right: 0;
}
.seatImg {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
.seatImg img {
  width: 250px;
}
.seatBox .InBox {
  margin: 0;
  padding: 0;
}
.seatTitle {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.seatTxt {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 14px;
}
/*trainType*/
.trainType dl {
  margin: 20px;
  padding: 15px 35px 20px 35px;
  background: #fff;
}
.trainType dl dt {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
}
.trainType dl dt::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -47px;
  width: 30px;
  height: 30px;
}
.trainType dl dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.trainType .kagayaki {
  background: #e7f2e2;
}
.trainType .hakutaka {
  background: #f2e7f7;
}
.trainType .tsurugi {
  background: #f9ece5;
}
.trainType .asama {
  background: #e2ecf4;
}
.trainType .kagayaki dt {
  color: #709d5c;
}
.trainType .hakutaka dt {
  color: #885c9d;
}
.trainType .tsurugi dt {
  color: #9d715c;
}
.trainType .asama dt {
  color: #5c829d;
}
.trainType .kagayaki dt::before {
  background: url(../images/type1.png) no-repeat bottom;
  background-size: 30px;
}
.trainType .hakutaka dt::before {
  background: url(../images/type2.png) no-repeat bottom;
  background-size: 30px;
}
.trainType .tsurugi dt::before {
  background: url(../images/type3.png) no-repeat bottom;
  background-size: 30px;
}
.trainType .asama dt::before {
  background: url(../images/type4.png) no-repeat bottom;
  background-size: 30px;
}
/*station table*/
.station {
  padding-top: 10px;
}
.attTxt {
  font-size: 0.7rem;
  padding: 10px 10px 0 10px;
}
.station table {
  margin: 20px auto;
}
.station table caption {
  display: none;
}
.cp_table *, .cp_table *:before, .cp_table *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.cp_table th {
  width: 4em;
  padding: 10px;
  border: 1px solid #999;
  text-align: center;
}
.cp_table td.hakutaka {
  width: 4em;
}
.cp_table td {
  width: 2em;
  text-align: center;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #999;
}
.cp_table td:first-child {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #f4f4f4;
}
.cp_table td.bgGray {
  background: #ccc;
}
.station .kagayaki {
  color: #709d5c;
}
.station .hakutaka {
  color: #885c9d;
}
.station .tsurugi {
  color: #9d715c;
}
.station .asama {
  color: #5c829d;
}
.atttxt {
  text-align: right;
}
/* ----------------------------------------------- 

# sleeper_train

----------------------------------------------- */
#sleeper_train h2 span::before {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/h2_deco_left1.png) no-repeat bottom;
  background-size: 95px;
}
#sleeper_train h2 span::after {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/h2_deco_right1.png) no-repeat bottom;
  background-size: 95px;
}
#sleeper_train h3 {
  clear: both;
  margin: 35px 0 10px 0;
  padding: 5px 0 0 0;
  height: 57px;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: url(../images/h3_deco_blue.png) no-repeat center 2px;
  background-size: 410px;
}
#sleeper_train .inner {
  margin: 0 auto;
  width: 1000px;
}
#sleeper_train .inner .txt1 {
font-size: 16px;
line-height: 30px;
text-align: center;
padding: 0px;
margin: 0px 0px 30px 0px;
}
.areainfo .leadtxt {
  margin: 15px 20px;
  text-align: center;
}
/*tourismBox*/
.tourismBox {
  float: left;
  position: relative;
  width: 300px;
  margin: 15px 25px 30px 0;
  padding: 0;
  background: #fff;
}
.tourismBox:nth-child(3n) {
  margin-right: 0;
}
.tourismType {
  position: relative;
  margin: 0 0 15px 0;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
}
.tourismBox.onsen .tourismType {
  background: #fed7d7;
  color: #df6565;
  border-top: 2px solid #e47b7b;
}
.tourismBox.tourism .tourismType {
  background: #d0f0f8;
  color: #4d9fb3;
  border-top: 2px solid #64aabb;
}
.tourismBox.gourmet .tourismType {
  background: #fff6b6;
  color: #e0922f;
  border-top: 2px solid #f2ab50;
}
.tourismType::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 10px;
  width: 2rem;
  height: 2rem;
}
.tourismBox.onsen .tourismType::before {
  background: url(../images/ico_onsen.png) no-repeat bottom;
  background-size: 30px;
}
.tourismBox.tourism .tourismType::before {
  background: url(../images/ico_tourism.png) no-repeat bottom;
  background-size: 30px;
}
.tourismBox.gourmet .tourismType::before {
  background: url(../images/ico_gourmet.png) no-repeat bottom;
  background-size: 30px;
}
.tourismImg {
  margin: 0;
  padding: 0 25px;
  width: 100%;
  vertical-align: top;
}
.tourismImg img {
  width: 250px;
}
.tourismBox .InBox {
  margin: 0;
  padding: 15px 25px 20px 25px;
}
.tourismTitle {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.tourismTxt {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 14px;
}
/*planBtn*/
#sleeper_train .planBtn a {
  display: block;
  width: 280px;
  padding: 10px;
}
#sleeper_train .planBtn.row3 li {
  float: left;
  margin-right: 25px;
}
#sleeper_train .planBtn.row3 li:nth-child(3) {
  margin-right: 0;
}
/* ----------------------------------------------- 

# pamphlet

----------------------------------------------- */
#pamphlet {
}
#pamphlet h2 span::before {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/h2_deco_left2.png) no-repeat bottom;
  background-size: 95px;
}
#pamphlet h2 span::after {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/h2_deco_right2.png) no-repeat bottom;
  background-size: 95px;
}
#pamphlet h3 {
  clear: both;
  margin: 35px 0 10px 0;
  padding: 5px 0 0 0;
  height: 57px;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: url(../images/h3_deco_blue.png) no-repeat center 2px;
  background-size: 410px;
}
/*modelBox_top*/
.modelBox_top {
  float: left;
  position: relative;
  margin: 0 10px 20px 0;
  padding: 0 0 10px 0;
  width: 230px;
  background: #fbffb3 url("../images/arrow_white.png") no-repeat center 97%;
  background-size: 13px;
  border-radius: 10px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.modelBox_top:hover {
  opacity: 0.7;
}
.modelBox_top a {
  display: block;
  text-decoration: none;
  color: #5c756d;
}
.modelBox_top a:hover {
  text-decoration: none !important;
  color: #fff !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;
}
.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

----------------------------------------------- */
#modelcourse {
  background: #cbf7e8;
  padding-bottom: 50px;
}
#modelcourse .modellink {
  padding: 40px 0 30px 0;
  margin: 0 auto;
  width: 950px;
  text-align: center;
}
#modelcourse .modelBox_top {
  position: relative;
  display: block;
  z-index: 1;
  padding: 30px 0;
  background-color: #000;
}
#modelcourse .modelBox_top {
  position: relative;
  display: block;
  z-index: 1;
  background-color: #000;
}
#modelcourse .modelBox_top::after {
  content: '';
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}
#modelcourse .modelBox_top:nth-child(1)::after {
  background: url(../images/top-model001.jpg) no-repeat center center;
  background-size: cover;
}
#modelcourse .modelBox_top:nth-child(2)::after {
  background: url(../images/top-model002.jpg) no-repeat center center;
  background-size: cover;
}
#modelcourse .modelBox_top:nth-child(3)::after {
  background: url(../images/top-model003.jpg) no-repeat center center;
  background-size: cover;
}
#modelcourse .modelBox_top:nth-child(4)::after {
  background: url(../images/top-model004.jpg) no-repeat center center;
  background-size: cover;
}
#modelcourse .modelTitle_top {
  font-size: 16px;
}
#modelcourse .inner {
  margin: 0 auto 60px auto;
  padding: 20px;
  width: 910px;
  background: #fff;
}
.modelbox:after {
  content: "";
  clear: both;
  display: block;
}
#modelcourse h2 {
  padding-top: 20px;
  font-size: 24px;
  text-align: center;
}
#modelcourse h2 br {
  display: none;
}
#modelcourse h2 span {
  padding: 0 0 0 30px;
  font-size: 16px;
  text-align: center;
}
#modelcourse h2::before {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-right: 20px;
  background: url(../images/h2_deco_left2.png) no-repeat bottom;
  background-size: 95px;
}
#modelcourse h2::after {
  content: "";
  width: 95px;
  height: 36px;
  display: inline-block;
  padding-left: 20px;
  background: url(../images/h2_deco_right2.png) no-repeat bottom;
  background-size: 95px;
}
#modelcourse .lead {
  text-align: center;
}
#modelcourse p {
  margin: 0;
  font-size: 13px;
}
#modelcourse .day {
  margin: 20px 0 15px 0;
  padding: 3px 20px 3px 20px;
  background: #cddbea;
  border-left: solid 15px #4e84be;
  color: #4e84be;
  font-size: 20px;
  font-weight: bold;
}
#modelcourse .day:first-letter {
  font-size: 28px;
}
.modelbox {
  position: relative;
  width: 440px;
  padding-left: 470px;
}
.ic-place {
  padding: 5px 50px;
  background: url(../images/ic-place.png) no-repeat 25px center;
  background-size: 13px;
}
.ic-train {
  padding: 5px 50px;
  min-height: 20px;
  background: url(../images/ic-train.png) repeat-y 28px center;
  background-size: 7px auto;
}
.ic-bus {
  padding: 5px 50px;
  min-height: 20px;
  background: url(../images/ic-bus.png) repeat-y 28px center;
  background-size: 7px auto;
}
.ic-walk {
  padding: 5px 50px;
  min-height: 20px;
  background: url(../images/ic-walk.png) repeat-y 29px center;
  background-size: 4px auto;
}
.spotlist dt {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #fbffb3;
}
.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: #ffeaeb;
}
.mName {
  position: relative;
  padding: 5px 10px;
  background: #fbffb3;
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
}
.ic-photo {
  padding-left: 50px;
  background: #fbffb3 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: #fbffb3;
  font-size: 12px !important;
  font-weight: lighter;
  border-radius: 14px;
}
.mTxt {
  padding: 16px 20px 6px 20px;
}
.mTxt p {
  padding-bottom: 10px;
}
/*model1*/
#model1 .modelbox.day1 {
  min-height: 900px;
}
#model1 .modelbox.day2 {
  min-height: 600px;
}
#model1 .model1-day1-1 {
  top: 0;
}
#model1 .model1-day1-2 {
  top: 300px;
}
#model1 .model1-day1-3 {
  top: 600px;
}
#model1 .model1-day2-1 {
  top: 0;
}
#model1 .model1-day2-2 {
  top: 300px;
}
/*model2*/
#model2 .modelbox.day1 {
  min-height: 600px;
}
#model2 .modelbox.day2 {
  min-height: 600px;
}
#model2 .model2-day1-1 {
  top: 0;
}
#model2 .model2-day1-2 {
  top: 300px;
}
#model2 .model2-day2-1 {
  top: 0;
}
#model2 .model2-day2-2 {
  top: 300px;
}
/*model3*/
#model3 .modelbox.day1 {
  min-height: 300px;
}
#model3 .modelbox.day2 {
  min-height: 600px;
}
#model3 .modelbox.day3 {
  min-height: 900px;
}
#model3 .model3-day1-1 {
  top: 0;
}
#model3 .model3-day1-2 {
  top: 300px;
}
#model3 .model3-day2-1 {
  top: 0;
}
#model3 .model3-day2-2 {
  top: 300px;
}
#model3 .model3-day3-1 {
  top: 0;
}
#model3 .model3-day3-2 {
  top: 300px;
}
#model3 .model3-day3-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;
}
#section04 h2 {
  margin: 0px auto 0px auto;
}
div#useWrap {
  padding: 10px;
  margin-bottom: 30px;
}
div#useWrap div {
  overflow: hidden;
  padding: 15px;
  margin: 0 0 0 0;
  background: #FFF;
  float: none !important;
  width: auto !important;
  border-bottom: 1px dashed #CCC;
}
div#useWrap div p {
  float: left;
  margin: 0 20px 0 0;
  width: 150px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
#useWrap div dl {
  overflow: hidden;
  display: block;
  padding: 0 0 0 0;
}
#useWrap div dl dt {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
#useWrap div dl dd {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
#useWrap div dl dd > span {
  display: block;
  margin: 5px 0 0 0;
  font-size:
}
#useWrap 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;
}
#useWrap div dl dd > span span {
  color: #F69;
  display: inline;
}

.plan_box{
	width:940px;
	padding:20px 30px;
	background: #fff;
	border:1px solid #dedede;
	margin-bottom: 50px;
}
.plan_box h5{
	font-size:2em;
	padding:0 0px 10px 0px;
	margin:0;
	border-bottom: 1px #dedede solid;
}
.plan_box .plan_box_inner{
	margin-top:10px;
    position: relative;	
	overflow: hidden;
}
.plan_box hr {
display: none;
}

.plan_box .plan_box_inner p{
float: left;
	width:520px;
	padding:0px 0px 0px 20px;
	margin: 0px;
}
.plan_box .plan_box_inner a{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width:240px;
	height:40px;
	background: url("../images/btn_bg.png") no-repeat;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color: #290606;
	display: block;
	padding-top: 8px;
}

.plan_box .plan_box_inner .inner02 span::after {
}
.plan_box .plan_box_inner img{
float: left;
	width:400px;
	height:300px;
	background: #dedede;
}
.plan_box .plan_box_inner.noimage img {
display: none;
}
.plan_box .plan_box_inner.noimage p {
width: 100%;
padding: 0px;
}
.plan_box .plan_box_inner.noimage a {
position: relative;
margin-left: 425px;
}

/* sightseeing_nav
----------------------------------------------- */
#sightseeing_nav {
  margin: 0 0 30px 0;
}
#sightseeing_nav ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px 0;
}
#sightseeing_nav ul li {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0;
  padding: 0;
  min-height: 50px;
  color: #333;
  background: url(../images/navi_line.png) no-repeat right center;
}
#sightseeing_nav ul li:last-child {
  background: none;
}
#sightseeing_nav ul li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px 20px 25px;
}
#sightseeing_nav ul li a:hover {
  color: #8a7b35 !important;
  background: url(../images/arrow_navi.png) no-repeat 48% 90%;
  background-size: 13px;
  text-decoration: none !important;
}
#sightseeing_nav ul li:last-child {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border-right: none;
}






#plan {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#plan .inner {
width: 905px;
  margin: 0 auto;
  position: relative;
}
#plan .inner ul {
}
#plan .inner li {
/*margin: 0px 15px;*/margin: 0px 235px;
}
.osusume {
/*position: relative;
float: left;
width: 280px;
box-shadow:0px 0px 10px 0px #c8c8c8;
background-color: #fff;
margin: 0;*/

position: relative;
float: left;
width: 280px;
box-shadow: 0px 0px 10px 0px #c8c8c8;
background-color: #fff;
margin: 30px 78px 0;
}
.osusume .img1 {
padding: 0px;
margin: 0px 0px 40px 0px;
}
.osusume .obi {
position: absolute;
left: -9px;
top: 220px;
width: 141px;
height: 23px;
    background-image: url(../images/im_obi.png);
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	color: #fff;
	padding: 5px 0px 0px 15px;
	margin: 0px;
	z-index: 100;
}
.osusume dl {
padding: 0px 20px 20px 20px;
margin: 0px;
}
.osusume dl dt {
font-size: 18px;
line-height: 24px;
font-weight: bold;
border-bottom: 1px #d9ce9b solid;
padding: 0px 0px 10px 0px;
margin: 0px 0px 15px 0px;
}
.osusume dl .txt1 {
font-size: 14px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.osusume dl .price {
font-size: 20px;
font-weight: bold;
color: #8a0a36;
text-align: center;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.osusume dl .txt2 {
font-size: 12px;
line-height: 20px;
padding: 0px;
margin: 0px 0px 20px 0px;
}
.osusume dl .btn1,
.panf dl .btn1 {
width: 240px;
height: 40px;
    background-image: url(../images/bt_osusume.png);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	padding: 0px;
	margin: 0px auto;
}
.osusume dl .btn1:hover,
.panf dl .btn1:hove {
    opacity: 0.8;
}
.osusume dl .btn1 a,
.panf dl .btn1 a {
display: block;
width: 240px;
height: 40px;
}





#pamphlet {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#pamphlet .inner {
width: 880px;
  margin: 0 auto;
  position: relative;
}
#pamphlet .inner ul {
}
#pamphlet .inner li {
margin: 0px 10px ;
}
.panf {
position: relative;
float: left;
width: 420px;
/* box-shadow */
box-shadow:0px 0px 10px 0px #c8c8c8;
background-color: #fff;
margin: 0px 0px 0px 0px;
overflow: hidden;
}
.panf .img1 {
float: left;
width: 170px;
padding: 0px 0px 0px 0px;
margin: 10px 10px 10px 10px;
}
.panf dl {
padding: 10px;
margin: 0;
}
.panf dl dt {
font-size: 16px;
line-height: 20px;
font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
}
.panf dl .txt1 {
font-size: 12px;
line-height: 16px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.panf dl .txt2 {
font-size: 12px;
line-height: 16px;
padding: 0px;
margin: 0px 0px 0px 0px;
}



#osusume {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#osusume .inner {
width: 880px;
  margin: 0 auto;
  position: relative;
}
#osusume .inner ul {
}
#osusume .inner li {
}
.alpha {
position: relative;
float: left;
width: 280px;
border: 1px #dedede solid;
background-color: #fff;
margin: 0px 0px 0px 0px;
overflow: hidden;
}
.alpha p {
width: 280px;
height: 200px;
padding: 0px;
margin: 0px 0px 15px 0px;
overflow: hidden;
}
.alpha p img {
width: 100%;
height: auto;
}
.alpha dl {
padding: 0px 10px 15px 10px;
margin: 0px;
}
.alpha dt {
font-size: 16px;
line-height: 20px;
font-weight: bold;
padding: 0px;
margin: 0px 0px 0px 0px;
}
.alpha dd{
	font-size:14px;
	padding: 0px;
	margin: 0px;
}

.alpha dd > span{
	display:block;
	margin:5px 0 0 0;
	font-size:
}

.alpha 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;
}

.alpha dd > span span{
	color:#F69;
	display:inline;
	font-size:14px;
}




#tokushu {
font-family: "メイリオ", Meiryo;
color: #494949;
}
#tokushu .inner {
width: 910px;
  margin: 0 auto;
}
.kanren {
float: left;
width: 200px;
height: 280px;
background-color: #fff;
/* box-shadow */
box-shadow:0px 1px 0px 1px #d9d9d5;
/* border-radius */
border-radius:7px;
margin: 0px 35px 0px 0px;
overflow: hidden;
}
.kanren:last-child {
margin-right: 0px;
}
.kanren p {
padding: 0px;
margin: 0px 0px 15px 0px;
}
.kanren p img {
width: 100%;
height: auto;
}
.kanren dl {
padding: 0px 10px 0px 10px;
margin: 0px;
}
.kanren dt {
font-size: 16px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.kanren dd {
font-size: 14px;
padding: 0px;
margin: 0px 0px 0px 0px;
}

.navitop {
font-size: 16px;
text-align: right;
padding: 0px;
margin: -30px 0px 20px 0px;
}
.navitop a {
color: #494949;
text-decoration: none;
}

/*bnlinks*/
#bnlinks {
    clear: both;
    display: inline;
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: 10px auto;
    padding: 10px 0 0;
    background: #FFFFFF;
    border-top: 1px dashed #CCC;
}
#bnlinks ul {
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: 10px auto;
    padding: 10px 0 0;
    border-top: 1px dashed #CCC;
}
#bnlinks li {
    float: left;
    display: inline;
    width: 180px;
    margin: 0 5px;
    padding: 0;
    font-size: 10px;
}
#bnlinks li dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

}