@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;}
.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初期設定 */
.clear {clear: both;}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* 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;
}

html {scroll-behavior: smooth;}/*smooth scroll*/
#dirPathBlock,
h1,h2,
#anchorLinkBlock,
#wrapper article {font-family: "Noto Sans JP", "Helvetica Neue", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;}
article img,
#bnlinks img {
    width: 100%;
    height: auto;
}

#with_child_osusume_plan .commonBnr li:nth-child(1)  p,
#with_child_osusume_plan .commonBnr li:nth-child(6)  p {color: #E98D97;}
#with_child_osusume_plan .commonBnr li:nth-child(2)  p,
#with_child_osusume_plan .commonBnr li:nth-child(7)  p {color: #C2A0DC;}
#with_child_osusume_plan .commonBnr li:nth-child(3)  p,
#with_child_osusume_plan .commonBnr li:nth-child(8)  p{color: #76B5D9;}
#with_child_osusume_plan .commonBnr li:nth-child(4)  p {color: #7CC7AD;}
#with_child_osusume_plan .commonBnr li:nth-child(5)  p {color: #E7AE6E;}

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

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}
h2{
	font-size: 20px;
    text-align: center;
    color: #666;
    margin-bottom: 25px;
    padding-bottom: 15px;
	position: relative;
}
h2::after {
    content: '';
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 90%;
    height: 4px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 3px, #666 5px 6px);
}
h3 {
	font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #666;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:25px 0;
	display: block;
}

/* ●●●タイトル●●● */
.txt1 {
	font-size: 12px;
    margin: auto;
    padding: 10px;
    color: #666;
}

/*nav*/
main nav{margin: 15px auto;}
main nav ul {
    display: flex;
    width: 100%;
    margin: auto;
    padding: 10px 0 20px 0;
}
main nav ul#g_nav li {
    width: calc((100% - 48px) / 5);
    text-align: center;
    font-size: 12px;
    border-right: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background: #FFF;
    box-shadow: 0px 1px 4px #CED7DC;
    border-radius: 5px;
    margin: 0 4px;
    position: relative;
}
main nav ul#g_nav li a{
    color: #666 !important;
    font-weight: bold !important;
    display: block;
    text-decoration: none !important;
    position: relative;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
main nav ul#g_nav li a:hover{opacity:0.8;}
main nav ul#g_nav li svg{
    position: absolute;
    bottom: -18px;
    left: calc((100% - 13px) / 2);
}
#with_child_hotel nav{margin-bottom:25px;}
#with_child_hotel nav ul{flex-wrap: wrap;}
#with_child_hotel nav li {
	width: calc(100% / 4);
    text-align: center;
    font-size: 12px;
	padding: 10px 0;
}
#with_child_hotel nav a{color:#666;}

/* ●●●バナー●●● */
.commonBnr{
	display:flex;
	flex-wrap:wrap;
}
.commonBnr li {
	width: 46%;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 2% 5%;
    cursor: pointer;
	background: #FFF;
    box-shadow: 0px 1px 4px #CED7DC;
}
.commonBnr li span {
	color: #666 !important;
    font-size: 14px;
    display: block;
    padding: 10px;
}
#with_child_osusume_plan .commonBnr li p{
    font-size: 14px;
    text-align: center;
    color: #E98D97;
    font-weight: bold;
    margin: 10px 0 0px;
}

/*KW*/
ul.keyword_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.keyword_box li {
	margin: 5px;
    display: block;
    border: 1px solid #666;
    border-radius: 50px;
    line-height: 2.5;
    font-size: 14px;
    background: #FFF;
}
ul.keyword_box li:hover {background: #F29A16;}
ul.keyword_box li a {color: #666;display: block;padding: 0 10px;}
ul.keyword_box li a:hover {color: #fff;}

/*with_child_hotel*/
.hotelarea{margin:0 auto 25px;}
.hotelarea > ul li{width: 100%;}
.hotelarea dl{
	background: #FFF;
	box-shadow: 0px 1px 4px #CED7DC;
	border-radius: 15px;
	overflow:hidden;
	font-size:100%;
	margin:0 0 25px;
	padding:10px;
}
.hotelarea dt img{border-radius: 10px;}
.hotelarea dd p{
	font-size: 16px;
	text-align: center;
	color: #E98D97;
	margin-bottom: 15px;
    font-weight: bold;
}
.hotelarea dd p small{
	width: 100%;
    display: inline-block;
    text-align: right;
    margin: 10px 0;
    font-size: 12px;
	color: #666;
    font-weight: normal;
}
.hotelarea dd span{
	display:block;
    font-size: 14px;
	margin-bottom:13px;
    color:#666;
}
.hotelarea dd ul{margin-bottom: 15px;}
.hotelarea dd ul li{
	width: fit-content;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: normal;
    color: #666;
    margin: 0 2px 8px;
    padding: 5px;
    font-size: 0.9em;
    border-radius: 15px;
}

/*ボタン*/
.osusume_btn_wrap a{
    width: 90%;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin: 5px auto;
	position:relative;
	background: #E98D97;
	border-radius: 5px;
}
.osusume_btn_wrap a:hover{
	cursor:pointer;
	transition: 0.2s ;
	opacity: 0.5 ;
	color:#FFF!important;
	text-decoration:none!important;
}
.osusume_btn_wrap a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 36%;
    right: 1%;
}

/*tripa*/
#tripa{
	overflow:hidden;
	display:block;
	margin-bottom:15px;
}
#tripa div{
	border-bottom:2px solid #ffe4ea!important;
	padding: 5px 5px;
	background:#FFF;
	margin-bottom:10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#tripa div:last-child{
	border-bottom:none!important;
}
#tripa div ul{
	overflow:hidden;
	margin:0 0 20px 0;
}
#tripa div li{
	float:left;
	text-align:center;
	width:31%;
	margin:0 0 15px 1.7%;
}
#tripa div li img{
	display:block;
	margin:0 0 5px 0;
	width:100%;
	height:auto;
}
#tripa div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#tripa div p img{
	width:100%;
	height:auto;
}
#tripa div dl{
	overflow:hidden;
	display:block;
}
#tripa div dl dt{
	font-size:16px;
	margin:0 0 10px 0;
}
#tripa div dl dt a{
	color:#000;
}
#tripa div dl dd{
	font-size:14px;
	color:#999;
}
#tripa div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#tripa div dl dd > span a{
	color:#CCC;
}
#tripa div dl dd > span span{
	color:#F69;
	display:inline;
}
#tripa div .commonTit{
	margin:0;
}

}

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

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2{
    width: fit-content;
	font-size: 24px;
    text-align: center;
    color: #666;
    margin: 0 auto 25px;
    padding-bottom: 15px;
	position: relative;
}
h2::after {
    content: '';
    position: absolute;
    left: calc((100% - 120%) / 2);
    bottom: 0;
    width: 120%;
    height: 5px;
    transform: skew(-45deg);
    background-image: repeating-linear-gradient(90deg, transparent 0 3px, #666 5px 6px);
}
h3 {
	font-size: 20px;
    color: #666;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #666;
}
.inner{
	width: 96%;
	max-width:970px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

/* ●●●タイトル●●● */
.txt1 {
	width: 100%;
	max-width:970px;
	min-width:760px;
    font-size: 14px;
    margin: 25px auto;
    text-align: center;
    color:#666;
}

/*nav*/
main nav{
	width: 100%;
	max-width:970px;
	min-width:760px;
    margin: 15px auto;
}
main nav ul {display: flex;}
main nav ul#g_nav li {
	width:calc((100% - 50px) / 5);
	background: #FFF;
	box-shadow: 0px 1px 4px #CED7DC;
	border-radius: 5px;
	margin:0 5px;
	position: relative;
}
main nav ul#g_nav li a{
	font-size: 16px;
    text-align: center;
    color: #666;
    display: block;
	padding: 12px 0 30px;
}
main nav ul#g_nav li a:hover{opacity:0.8;}
main nav ul#g_nav li svg{
	position: absolute;
    bottom: 10px;
    left: calc((100% - 13px) / 2);
}
#with_child_hotel nav{margin-bottom:25px;}
#with_child_hotel nav li {
	width: 13.5%;
    border: 1px solid #FFF;
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
}
#with_child_hotel nav a{color:#666;}

/* ●●●バナー●●● */
.commonBnr{
	display: flex;
    flex-wrap: wrap;
}
.commonBnr li {
    width: calc((100% - 80px) / 4);
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px 25px;
    cursor: pointer;
    background: #FFF;
	box-shadow: 0px 1px 4px #CED7DC;
}
.commonBnr li span {
	color: #666 !important;
    font-size: 14px;
    display: block;
    padding: 10px;
}
#with_child_osusume_plan .commonBnr li p{
    font-size: 17px;
    text-align: center;
    color: #E98D97;
    font-weight: bold;
    margin: 10px 0 0px;
}

/*KW*/
ul.keyword_box {
	display: flex;
	flex-wrap: wrap;
}
ul.keyword_box li {
	margin: 5px;
    display: block;
    border: 1px solid #666;
    border-radius: 50px;
    line-height: 2.5;
    font-size: 14px;
    background: #FFF;
}
ul.keyword_box li:hover {background: #F29A16;}
ul.keyword_box li a {color: #666;display: block;padding: 0 10px;}
ul.keyword_box li a:hover {color: #fff;}

/*with_child_hotel*/
.hotelarea{
	width: 100%;
	max-width:970px;
	min-width:760px;
	overflow:hidden;
	margin:0 auto 50px;
}
.hotelarea > ul {
	display: flex;
    flex-wrap: wrap;
}
.hotelarea > ul li{width:calc(100% / 3);}
.hotelarea dl{
	background: #FFF;
	box-shadow: 0px 1px 4px #CED7DC;
	border-radius: 15px;
	overflow:hidden;
	font-size:100%;
    margin: 20px 10px 5px 10px;
	padding:10px;
}
.hotelarea dt img{border-radius: 10px;}
.hotelarea dd p{
	font-size: 16px;
	text-align: center;
	color: #E98D97;
	margin-bottom: 15px;
    font-weight: bold;
}
.hotelarea dd p small{
	width: 100%;
    display: inline-block;
    text-align: right;
    margin: 10px 0;
    font-size: 12px;
	color: #666;
    font-weight: normal;
}
.hotelarea dd span{
	display:block;
    font-size: 14px;
	margin-bottom:13px;
    color:#666;
}
.hotelarea dd ul{margin-bottom: 15px;}
.hotelarea dd ul li{
	width: fit-content;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: normal;
    color: #666;
    margin: 0 2px 8px;
    padding: 5px;
    font-size: 0.9em;
    border-radius: 15px;
}

/*ボタン*/
.osusume_btn_wrap a{
    width: 90%;
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    margin: 5px auto;
	position:relative;
	background: #E98D97;
	border-radius: 5px;
}
.osusume_btn_wrap a:hover{
	cursor:pointer;
	transition: 0.2s ;
	opacity: 0.5 ;
	color:#FFF!important;
	text-decoration:none!important;
}
.osusume_btn_wrap a:after {
    width: 13px;
    height: 13px;
    content: "";
    display: block;
    background: url(/shared2015/common/images/im_arrow.png) no-repeat;
    position: absolute;
    top: 36%;
    right: 1%;
}

/*tripa*/
#tripa{
	overflow:hidden;
	display:block;
	padding:0 20px;
	margin-bottom:15px;
}
#tripa div{
	border-bottom:2px solid #ffe4ea!important;
	padding:20px;
	background:#FFF;
	margin-bottom:10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#tripa div:last-child{
	border-bottom:none!important;
}
#tripa div ul{
	overflow:hidden;
	margin:0 0 20px 0;
}
#tripa div li{
	float:left;
	text-align:center;
	width:31%;
	margin:0 0 15px 1.7%;
}
#tripa div li img{
	display:block;
	margin:0 0 5px 0;
	width:100%;
	height:auto;
}
#tripa div p{
	float:left;
	margin:0 20px 0 0;
	width:75px;
	height:75px;
}
#tripa div p img{
	width:100%;
	height:auto;
}
#tripa div dl{
	overflow:hidden;
	display:block;
}
#tripa div dl dt{
	font-size:16px;
	margin:0 0 10px 0;
}
#tripa div dl dt a{
	color:#000;
}
#tripa div dl dd{
	font-size:14px;
	color:#999;
}
#tripa div dl dd > span{
	display:block;
	margin:5px 0 0 0;
}
#tripa div dl dd > span a{
	color:#CCC;
}
#tripa div dl dd > span span{
	color:#F69;
	display:inline;
}
#tripa div .commonTit{margin:0;}

}