<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------
	0. リセット &amp; 追加要素の設定
------------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, form, fieldset, legend, table, th, td, caption, a, article, aside, nav, section, figure, figcaption, footer, header, main, audio, canvas, video, menu, details {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}
fieldset, legend, img { border: 0; }
article, aside, nav, section, figure, figcaption, footer, header, main, menu, details { display: block; }
video, audio, canvas {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ----------------------------------------------------------
	1. ベース
------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	color: #222;
	font: 87.5%/1.6 'Roboto',sans-serif;
	word-wrap: break-word;
}

/* ----------------------------------------------------------
	2. ブロック要素
------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
ul { list-style: none; }
ol { list-style: decimal inside; }
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
pre {
	font-family: monospace, serif;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* ----------------------------------------------------------
	3. インライン要素
------------------------------------------------------------- */
a{
	color: #222;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
a:hover{ opacity: .8; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
img { vertical-align: middle; }

/* ----------------------------------------------------------
	4. テキスト
------------------------------------------------------------- */
address, cite, em, dfn, i, var { font-style: normal; }
strong, b { font-weight: bold; }
code, samp, kbd { font-family: monospace, sans-serif; }
abbr {
	border: 0;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
del { text-decoration: line-through; }
mark {
	background-color: #ff0;
	color: #333;
	font-style: italic;
	font-weight: bold;
}
br { *letter-spacing: 0; }

/* ----------------------------------------------------------
	5. テーブル
------------------------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* ----------------------------------------------------------
	6. 汎用セレクタ
------------------------------------------------------------- */
.fl {
	float: left !important;
	width: auto;
}
.fr {
	float: right !important;
	width: auto;
}
.clear { clear: both; }
.row:before, .row:after,
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.row:after,
.clearfix:after { clear: both; }
.row,
.clearfix { *zoom: 1; }

/* ----------------------------------------------------------
	7. レイアウト用スタイル
------------------------------------------------------------- */

.row {
	margin: 0 -10px 20px;
}
.col-all,.col-1of3,.col-2of3,.col-1of4,.col-1of2,.col-3of4,.col-1of3 {
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}
.col-all {width: 100%;}
.col-1of2 {width: 50%;}
.col-1of3 {width: 33.333333%;}
.col-2of3 {width: 66.666667%;}
.col-1of4 {width: 25%;}
.col-3of4 {width: 75%;}

@media screen and (max-width: 767px) {
.row {margin: 0 -10px;}
.col-1of2 {width: 100%;}
.col-1of3 {width: 100%;}
.col-2of3 {width: 100%;}
.col-1of4 {width: 100%;}
.col-3of4 {width: 100%;}
}
/* ----------------------------------------------------------
	topimg
------------------------------------------------------------- */
.mainvisual {
	position: relative;
}
.topimg {
	position: relative;
	background-size: cover;
	margin-top:10px;
	overflow: hidden;
    max-height: 460px;
}
.topimg div {
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    left: 25%;
    right: 10%;
    margin-left: -540px;
    margin: 0 0 5px;
    padding: 5px;
    color: #fff;
    display: inline-block;
}
.topimg h1 {
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px;
	font-family: 'Roboto Condensed',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:240% !important;
	line-height: 1em;
	background: rgba(0, 0, 0, .8);
}
.topimg p{
  	font-family: "Roboto Condensed","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;							
	display: inline-block;
	font-size: 110%;
    line-height: 1.4em;
    margin: 0 0 5px;
    padding: 2px;
	background: rgba(0, 0, 0, .8);
}

#topimg img {
    height: auto;
    object-fit: cover;
    max-width: 1024px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
.topimg {
	display:grid;
}
.topimg div {
	position:static;
	z-index: 1;
	order:2;
	padding: 0;
}
#topimg img {
    order:1;
}
.topimg h1 {
	padding: 10px;
	font-size:1.8em !important;
}
.topimg p{
  	background: none;
    color: #000;
}
}
/* ----------------------------------------------------------
	Freespace
------------------------------------------------------------- */

.freespace h2{
	font-family: 'Roboto Condensed',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.2;
	font-size: 200%;
    line-height: 1.2em;
    text-rendering: optimizelegibility;
}
.freespace h3 {
    font-size: 130%;
}
.freespace h3 a{
	color:#f3981c!important;
}
.freespace h3 small{
	display: block;
    line-height: 0.2em;
	font-size: 95%;
}
.freespace h3 img{
	margin-left:5px;
	
}
.freespace p{
	border-top: 1px solid #eee;
	padding-top:10px;
	font-size: 122.2%;
}
	
.freespace-img {
	position: relative;
}
.col-1of3 .freespace-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.col-1of2 .freespace-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.freespace #btn{
	background-image: none;
    cursor: pointer;
	-moz-user-select: none;
    border-radius: 3px;
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.43;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
	padding: 8px 100px 8px 110px;
	background-color: #F3981C;
    border-color: #F3981C #F3981C #BB7009;
    color: #fff;
    transition: all 0.2s ease 0s;
	margin:0 auto 15px!important;
	text-align:center;
	width: 300px;
}
/* ----------------------------------------------------------
	MAP
------------------------------------------------------------- */
.img_c {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.img_c img {
    display: inline-block;
}
/* ----------------------------------------------------------
	Guidance
------------------------------------------------------------- */

.guidance h2{
	font-family: 'Roboto Condensed',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.2;
	font-size: 200%;
    line-height: 1.2em;
    padding: 0.5em 0;
    text-rendering: optimizelegibility;
}
.guidance h3 a{
	color: #f36a1c;
    font-size: 160%;
}
.guidance h3 small{
	display: block;
    line-height: 1em;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.guidance h3 img{
	margin-left:5px;
	
}
.guidance p{
	border-top: 1px solid #eee;
	padding-top:10px;
	font-size: 122.2%;
}
	
.guidance-img {
	position: relative;
}
.col-1of3 .guidance-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.col-1of2 .guidance-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.guidance #btn{
	background-image: none;
    cursor: pointer;
	-moz-user-select: none;
    border-radius: 3px;
    display: block;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.43;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
	padding: 8px 100px 8px 110px;
	background-color: #F3981C;
    border-color: #F3981C #F3981C #BB7009;
    color: #fff;
    transition: all 0.2s ease 0s;
	margin:0 auto 45px!important;
	text-align:center;
	width: 300px;
}
/* ----------------------------------------------------------
	Guidance2
------------------------------------------------------------- */
.guidance2 .row{
	border: 3px solid #454545;
	padding: 5px;
}

.guidance2 .guidance2-ttl{
	color: #f36a1c;
    font-size: 180%;
}
.guidance2 .guidance2-txt p{
	border-top: 1px solid #eee;
    padding-top: 10px;
	font-size: 122.2%;
}
.guidance2 img {
    height: 200px;
    width: 100%;
}
.guidance2 iframe {
    height: 200px;
    width: 100%;
}
/* ----------------------------------------------------------
	Special Contents
------------------------------------------------------------- */
.spof {
	position: relative;
}
.spof .price {
	color:#ff0000!important;
}
.spof .price span{
	color:#ff0000!important;	
}
.spof-item {
	display: block;
	float: left;
	width: 100%;
	margin: 0 20px 0 0;
}
.spof-pager {
	text-align: center;
}
.spof-pager a {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 40px 5px 0;
	text-indent: -9999px;
	border-radius: 10px;
	background: #eee;
}
.spof-pager a.selected {
	background: #f3981c;
}
.spof .sttl {
	color: #000;
}
.spof a:hover .sttl{
	color: #f36a1c;
}
.spof-img {
	position: relative;
	width: 40%;
	height:auto;
	float:left;
}
.spof-img img{
	height: auto;
	width: 100%;
}
.spof-txt {	
	width: 55%;
	height: auto;
	margin: 0 0 0 10px;
	float:left;
}
@media screen and (max-width: 767px) {
.spof-img {
	width: 100%;
	height:auto;
	float:left;
}
.spof-img img{
	width: 100%;
	height:auto;
}
.spof-txt {	
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}
}

.spof-discount {
	font-size: 200%;
	font-weight: 700;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 10px;
	padding: 10px 10px 0;
	text-align: center;
	color: #fff;
	border: none;
	background: #f36a1c;
}
.spof-discount::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 25px solid #f36a1c;
	border-right: 50px solid transparent;
}
.spof-discount::after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 25px solid #f36a1c;
	border-left: 50px solid transparent;
}
.spof-discount span {
	font-size: 142.9%;
}
.spof-prev,
.spof-next {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: block;
	width: 20px;
	height: 32px;
}
.spof-prev {
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -520px;
}
.spof-next {
	position: absolute;
	z-index: 9999;
	right: 50%;
	margin-right: -520px;
}
/* ----------------------------------------------------------
	Recommended
------------------------------------------------------------- */
.recom-img {
	position: relative;
}
.col-1of3 .recom-txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
	min-height:80px;
}
.col-1of2 .recom-txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
	min-height:60px;
}
.col-1of3 .recom-txt img{
	position:absolute;
	margin-top:-60px;
	margin-left:122px;
	height: 30px;
	width:18px;
    margin-bottom: 8px;
    padding: 8px;
	display: none;
}
.col-1of2 .recom-txt img{
	position:absolute;
	top: 20%;
    right: 0;
	height: 30px;
	width:18px;
    margin-bottom: 8px;
    padding: 8px;
}
.col-1of3 .recom-img img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.col-1of2 .recom-img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.col-1of3 .recom-txt h3,.col-1of2 .recom-txt h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 40px 10px 20px;
	color: #fff;
}
/* ----------------------------------------------------------
	Similar
------------------------------------------------------------- */
.similar-img {
	position: relative;
}
.col-1of2 .similar-txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    position: relative;
    text-align: center;
    width: 100%;
	min-height:80px;
	margin-top:-80px;
}
.col-1of2 .similar-txt img{
	position:absolute;
	margin-top:-60px;
	margin-left:200px;
	height: 30px;
	width:18px;
    margin-bottom: 8px;
    padding: 8px;
	display: none;
}
.col-1of2 .similar-img img {
	width: 100%;
	height: 300px;
}
.col-1of2 .similar-txt h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 30px 40px 30px 20px;
	color: #fff;
	height:20px;
}

/* ----------------------------------------------------------
	共通
------------------------------------------------------------- */
.content{
	max-width: 1024px;
	margin:0 auto;
	overflow:hidden;
	padding:10px;
}
.price {
	margin: 5px 0;
	text-align: right;
	color: #f3981c;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.price span {
	font-size: 200%;
	font-weight: 700;
	margin:0 10px 0 0 ;
	color: #f36a1c;
}
.video-txt,
.ranking-txt,
.special-txt {
	margin: 10px 0 0;
}
.video,
.box-spoffer,.guidance,.map, .new,.recom,.similar,.ranking,
.category  {
	position: relative;
}
.map .btn,.new .btn,.video .btn,.recom .btn,.similar .btn{
	font-size: 114.3%; /*16px*/
	position: absolute;
	top: 0;
	right: 0;
}
.map .ttl,.spof .ttl,.ranking .ttl,.video .ttl,.review .ttl,.category .ttl,.recom .ttl,.similar .ttl ,.find .ttl,.freespace .ttl ,.guidance .ttl,.aboutus .ttl,.new .ttl {/*takeda*/
	margin: 20px 0;
	padding: 2px 0 0 45px;
	border-bottom:none!important;
	font-size: 200%!important;
    font-weight: 400!important;
    line-height: 1.2em!important;
}
.new .ttl {
    margin: 0 0 17px;
    padding: 0 0 0 45px;
}
.freespace .ttl {background: rgba(0, 0, 0, 0) url("../../ib/img/top/ico_free.png") no-repeat scroll left center;}
.guidance .ttl {background: rgba(0, 0, 0, 0) url("../../ib/img/top/ico_guidance.png") no-repeat scroll left center;}
.category .ttl {background: rgba(0, 0, 0, 0) url("../../ib/img/top/ico_popcate.png") no-repeat scroll left center;}
.map .ttl {background: url("../../ib/img/top/ico_map.png") center left no-repeat;}
.spof .ttl {background: url("../../ib/img/top/ico_spof.png") center left no-repeat;}
.ranking .ttl {background: url("../../ib/img/top/ico_ranking.png") center left no-repeat;}
.video .ttl {background: url("../../ib/img/top/ico_video.png") center left no-repeat;}
.recom .ttl {background: url("../../ib/img/top/ico_recom.png") center left no-repeat;}
.similar .ttl {background: url("../../ib/img/top/ico_sim.png") center left no-repeat;}
.new .ttl {background: rgba(0, 0, 0, 0) url("../../ib/img/area/ico_new.png") no-repeat scroll left center;}
.find .ttl {background: url("../../ib/img/area/ico_search.png") center left no-repeat;}
.aboutus .ttl {background: url("../../ib/img/area/ico_us.png") center left no-repeat;}

.crumb-list{
	max-width:1024px;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
.map .ttl,.spof .ttl,.ranking .ttl,.video .ttl,.review .ttl,.category .ttl,.recom .ttl,.similar .ttl ,.find .ttl,.freespace .ttl ,.guidance .ttl,.aboutus .ttl,.new .ttl {
	font-size: 1.6em!important;
}
}
/* ----------------------------------------------------------
	 ボタン
------------------------------------------------------------- */

.btnAllplan .btn{
	background-image: none;
    cursor: pointer;
	-moz-user-select: none;
    border-radius: 3px;
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.43;
    max-width: 100%;
    vertical-align: middle;
    white-space: nowrap;
	padding: 15px auto!important;
	background-color: #F3981C;
    border-color: #F3981C #F3981C #BB7009;
    color: #fff;
    transition: all 0.2s ease 0s;
	margin:0 auto 30px!important;
	text-align:center;
	width: 300px;
	height:50px;
}

.btnAllplan .btn:hover{
filter: alpha(opacity=50);
-ms-filter: alpha(opacity=50);
opacity: 0.5;
}



/* ----------------------------------------------------------
	その他
------------------------------------------------------------- */
.label-chugoku {
    background: #1d6d8b;
    color: #fff!important;
}

.caroufredsel_wrapper{
display: block;
text-align: start;
float: none;
position: relative;
inset: auto;
z-index: auto;
width: 100%;
height: 150px;
margin: 0px;
overflow: hidden;
}
#specialoffers{
text-align: left;
float: none;
position:absolute;
inset: 0px auto auto 0px;
margin: 0px;
width: 100%;
height: 150px;
}

@media screen and (max-width: 767px) {
.caroufredsel_wrapper{
height: auto;
min-height:380px;
}
#specialoffers{
height: auto;
min-height:380px;
}
.video .col-1of3 {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video .col-1of3 iframe {
    width: 100%;
    height: 100%;
}
.video .col-1of2 {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video .col-1of2 iframe {
    width: 100%;
    height: 100%;
}
}

#cate_btn2{
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  padding: 10px;
}
#cate_btn2 div p {
    color: #fff;
    font-size: 14px;
 /*   font-weight: bold;*/
    padding-bottom: 5px;
    margin-top:6px;
/*    font-family: "Roboto Condensed",sans-serif;*/
}
#cate_btn2 .txt_right {
    color: #fff;
    font-size: 14px;
 /*   font-weight: bold;*/
    padding-bottom: 5px;
    margin-top:-27px;
/*    font-family: "Roboto Condensed",sans-serif;*/
	text-align:right;
}

.ranking-txt h3 a {
    display: flex;
}

.ranking-txt h3 a img {
    width: 15px!important;
    height: 15px!important;
    margin-top: 5px;
}

</pre></body></html>