@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.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: #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}

/* CSS初期設定 */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd { 
	margin:0;
	padding:0;
	color:#000;
	text-decoration:none;
}
ul,ol {
	list-style:none;
}
a {
	overflow: hidden;
}
strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

html {scroll-behavior: smooth;}/*smooth scroll*/
main {font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;}
main img {
    width: 100%;
    height: auto;
}
main h2, main h3 {font-weight: bold;}

/*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: 10px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}

/* ●●●背景●●● */
h1{
	color:#333;
	font-size:12px;
	font-weight: lighter;
	padding: 2px;
	margin:0;
}
article {
	width:100%;
box-sizing:border-box;
	padding-bottom:15px;
	font-size:14px;
}
article img {
	border:0;
	vertical-align: bottom;
}
articleIn {
	clear: both;
	padding:10px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* ●●●タイトル●●● */
#title {
	width:100%;
	box-sizing:border-box;
}
#title span {
	display:block;
	width:100%;
	box-sizing:border-box;
}

/* ●●●タブ●●● */
#boxTab li.select,
#boxTab li a{
	width: 33.33333%;
    float: left;
    background: #fb667a;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    box-sizing: border-box;
}

#boxTab li.select{
	background: #0297c1;
}

/* ●●●プラン一覧●●● */
h2.titArea{
	color: #fb667a;
    border-top: 1px solid #fb667a;
    border-bottom: 1px dotted #fb667a;
    text-align: center;
    line-height: 1.4;
    clear: both;
    margin: 2% 0;
    padding: 5px 0;
    font-size: 18px;
}
.boxSpot{
	width: 98%;
    margin: 5% 1%;
    padding: 0 12px 12px;
    float: left;
    border: 1px solid #d3a729;
    border-radius: 5px;
    box-sizing: border-box;
	position:relative;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,236,233,1) 90%, rgba(255,236,233,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,236,233,1) 90%, rgba(255,236,233,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,236,233,1) 90%, rgba(255,236,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffece9",GradientType=1);
}
.boxSpot h3{
	font-size:20px;
	text-align: center;
	margin: 5% 1%;
	line-height: 72%;
}

.boxSpot h3 span[class]{
	font-size:12px!important;
}
.boxSpot h3 ruby[class]{
	font-size:20px!important;
}

.boxSpot h3 span{
	font-size:12px;

}
.boxSpot .prefname,
.boxSpot .prefname2,
.boxSpot .prefname3{
	width: 72px;
    text-align: center;
    font-size: 16px;
    color: #8b2d18;
    background: #FFF;
    margin: -64px 0 0 0;
    border-radius: 100px;
    position: absolute;
    top: 50px;
    left: -2px;
    font-weight: bold;
    text-indent: 0;
    border: 1px solid #d3a729;
}
.boxSpot .prefname2{
	font-size: 14px;
}
.boxSpot .prefname3{
	font-size: 12px;
}
.imgSpot {
	width: 72px;
    float: left;
	margin: 5px;
	box-sizing: border-box;
}
.txtSpot {
	width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
	box-shadow: 3px 5px 5px 0px rgb(0 0 0 / 20%);
}

.txtSpot dt {
	color: #8b2d18;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #d3a729;
	margin-bottom: 2px;
    padding-bottom: 5px;
}
.txtSpot dd {
	color:#2b2000;
	line-height:18px;
	padding:7px 0px 0px 12px;
}
.addressSpot dt {
	float:left;
	width:25%;
	color:#8b2d18;
	font-weight:bold;
	line-height:18px;
	text-indent:7px;
	margin-bottom:5px;
}
.addressSpot dd {
	float:left;
	width:75%;
	color:#2b2000;
	line-height:18px;
	margin-bottom:5px;
}
.accessSpot dt {
	float:left;
	width:25%;
	color:#8b2d18;
	font-weight:bold;
	line-height:18px;
	text-indent:7px;
	padding-bottom:12px;
}
.accessSpot dd {
	float:left;
	width:75%;
	color:#2b2000;
	line-height:18px;
	padding-bottom:12px;
}
.boxSpotIn ul {
	padding:0px 0px 0px 4px;
}
.btnJR a,
.btnAir a,
.btnSyuku a {
	width: 80%;
    background: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    display: block;
    margin: 0 auto 2%;
    color: #d3a729;
	text-decoration:none;
	box-sizing:border-box;
	border:1px solid #d3a729;
	transition: 0.3s;
}

/*おすすめ特集*/
#osusume_bnlinks li {
    width: 48%;
    float: left;
    margin: 1%;
    text-align: center;
}

#osusume_bnlinks li dd a{
    color: #333;
    font-size: 14px;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#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: 12px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}
main h2 {
    margin: 17px 0 0 0;
    font-size: 25px;
}

/* ●●●背景●●● */
h1{
	color:#333;
	font-size:12px;
	font-weight: lighter;
	padding: 2px;
}
article {
	width:950px;
	padding-bottom:15px;
	font-size:16px;
    margin: auto
}
article img {
	border:0;
	vertical-align: bottom;
}
articleIn {
	padding:17px 0px 0px 11px;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

/* ●●●タイトル●●● */
#title {
	position:relative;
	height: 205px;
	width: 950px;
}
#title span {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	height: 205px;
	width: 950px;
}

/* ●●●タブ●●● */
#boxTab {
	background-image: url(../images/box_tab.jpg);
	background-repeat: no-repeat;
	/*height: 55px;*/
	width: 950px;
}
#boxTab ul {
	padding:0;
	display:flex;
}
#boxTab li {
width: 20%;
}

#boxTab li.select,
#boxTab li a{
	background: #fb667a;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
	display: block;
}

#boxTab li.select{
	background: #0297c1;
}

#boxTab li a:hover{
	background: #e03d53;
    color: #fff;
	text-decoration:none!important;
    opacity: 1;
}

/* ●●●プラン一覧●●● */
h2.titArea{
	color: #fb667a;
    border-top: 1px solid #fb667a;
    border-bottom: 1px dotted #fb667a;
    text-align: center;
    line-height: 2;
    clear: both;
    margin-bottom: 2%;
}
.boxSpot{
	width: 48%;
    margin: 2% 1%;
    padding: 0 12px 12px;
    float: left;
    border: 1px solid #d3a729;
    border-radius: 5px;
    box-sizing: border-box;
	position:relative;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,236,233,1) 90%, rgba(255,236,233,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,236,233,1) 90%, rgba(255,236,233,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,236,233,1) 90%, rgba(255,236,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffece9",GradientType=1);
}
.boxSpot h3{
	font-size:28px;
	text-align: center;
	margin-bottom: 3%;
}
.boxSpot h3 span{
	font-size:14px;
}
.boxSpot .prefname,
.boxSpot .prefname2,
.boxSpot .prefname3{
	width: 72px;
    text-align: center;
    font-size: 20px;
    color: #8b2d18;
    background: #FFF;
    margin: -64px 0 0 0;
    border-radius: 100px;
    position: absolute;
    top: 50px;
    left: -10px;
    font-weight: bold;
    text-indent: 0;
    border: 1px solid #d3a729;
	display: grid;
    align-items: center;
}
.boxSpot .prefname{height: 72px;}
.boxSpot .prefname2{
    height: 62px;
    padding-top: 10px;
}
.boxSpot .prefname3{
	height: 62px;
	padding-top: 10px;
	font-size: 16px;
}
.imgSpot {
	float:left;
	margin:0 10px 10px 0;
}
.txtSpot {
	float: left;
    width: 250px;
    background: #fff;
	margin-bottom: 5%;
    padding: 10px;
    box-sizing: border-box;
	box-shadow: 3px 5px 5px 0px rgb(0 0 0 / 20%);
}

.txtSpot dt {
	color: #8b2d18;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #d3a729;
    margin-bottom: 5px;
    padding-bottom: 8px;
}
.txtSpot dd {
	color:#2b2000;
	line-height:18px;
	padding:7px 0px 0px 12px;
}
.addressSpot dt {
	float:left;
	width:70px;
	color:#8b2d18;
	font-weight:bold;
	line-height:18px;
	text-indent:7px;
	margin-bottom:5px;
}
.addressSpot dd {
	float:left;
	width:350px;
	color:#2b2000;
	line-height:18px;
	margin-bottom:5px;
}
.accessSpot dt {
	float:left;
	width:88px;
	color:#8b2d18;
	font-weight:bold;
	line-height:18px;
	text-indent:7px;
	padding-bottom:12px;
}
.accessSpot dd {
	float:left;
	width:335px;
	color:#2b2000;
	line-height:18px;
	padding-bottom:12px;
}
.boxSpotIn ul {
	padding:0px 0px 0px 4px;
}
.btnJR a,
.btnAir a,
.btnSyuku a {
	width: 80%;
    background: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 0 auto 2%;
    color: #d3a729;
	text-decoration:none;
	box-sizing:border-box;
	border:1px solid #d3a729;
	transition: 0.3s;
}
.btnJR a:hover,
.btnAir a:hover,
.btnSyuku a:hover {
	width: 80%;
    background: #d3a729;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    display: block;
    margin: 0 auto 2%;
    color: #FFF!important;
	text-decoration:none!important;
	box-sizing:border-box;
	border:1px solid #FFF;
	transition: 0.3s;
}
.bnrCar {
	clear:both;
	width:180px;
	margin:0px auto;
	padding-right:11px;
}

/*おすすめ特集*/
#osusume_bnlinks li {
    width: 23%;
    float: left;
    margin: 1%;
    text-align: center;
}
#osusume_bnlinks li dd a{
    color: #333;
    font-size: 14px;
}
#osusume_bnlinks a img{
    width:100%;
	height: auto;
}
#osusume_bnlinks a:hover{
	opacity:0.8;
	text-decoration:none!important;
}

}