@charset "shift_jis";

/* Reset
----------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* common
----------------------------------------------------------------------- */
body{
	font-family: 'Hiragino Kaku Gothic ProN',"qMmpS ProN W3",Meiryo,"CI", sans-serif; 
	font-size: 13px;
	line-height: 1.6;
	color: #222222;
	-webkit-text-size-adjust:100%;
}
a{
	text-decoration: none;
	color: inherit;
}
em{
	font-style: normal;
	font-weight: inherit;
}

#contents{
	max-width: 950px;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}


/* Δpclass */
.red{ color: #b90000!important; }
.bold{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }
.mincho{ font-family: "ΰΎ©", YuMincho, "qMmΎ© ProN W3" , "HiraMinProN-W3" , "CI", Meiryo, serif; }

.ro{
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

/* #header
----------------------------------------------------------------------- */
#header{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#header > *{
	display: table-cell;
	vertical-align: middle;
}
#header > .dept{
	width: 222px;
	padding: 5px 0 5px 4px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
	color: #ffffff;
	background: #222222;
}
#header > .dept em{
	font-size: 36px;
}
#header > .white{
	padding: 10px;
	text-align: right;
}
#header > .white h1{
	font-size: 20px;
	font-weight: bold;
}
#header > .white p{
	font-size: 12px;
}
#header > .white h1 br,
#header > .white .logo-sp{
	display: none;
}

@media screen and (max-width: 950px) {
#header > .dept{
	width: 148px;
	font-size: 24px;
}
#header > .dept em{
	font-size: 30px;
}
#header > .white{
	padding: 5px 10px 5px 0;
}
#header > .white h1{
	font-size: 18px;
}
}
@media screen and (max-width: 768px) {
#header > .white h1{
	font-size: 16px;
	line-height: 1.4;
}
#header > .white h1 br{
	display: block;
}

#header > .white p{
	display: none;
}
}
@media screen and (max-width: 480px) {
#header > .dept{
	width: 100px;
	font-size: 16px;
}
#header > .dept em{
	font-size: 20px;
}
#header > .white h1{
	display: none;
}
#header > .white .logo-sp{
	display: table;
	height: 50px;
	margin: 0 auto;
}
#header > .white .logo-sp > *{
	display: table-cell;
	vertical-align: middle;
}
#header > .white .logo-sp > * img{
	display: block;
}

}


/* #main
----------------------------------------------------------------------- */
#main{
	background: #e1c25f;
}

/* .top */
#main .top{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#main .top > *{
	display: table-cell;
	vertical-align: middle;
}
#main .top .txt{
	padding: 10px 0 10px 15px;
}
#main .top .txt .caption{
	font-size: 18px;
	font-weight: bold;
}
#main .top .txt h2{
	margin: 5px 0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1px;
}
#main .top .logo{
	width: 240px;
	padding: 8px 10px;
}
#main .top .logo dl{
	width: 100%;
	padding: 5px 0;
	text-align: center;
	border: 2px solid #222222;
}

/* .menu */
#main .menu{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 2px solid #222222;
	background: #dddddd;
}
#main .menu li{
	position: relative;
	display: table-cell;
	background: center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#main .menu li.area_hokkaido		{ background-image: url(img/photo_hokkaido01.jpg); }
#main .menu li.area_ishikawa		{ background-image: url(img/photo_ishikawa01.jpg); }
#main .menu li.area_hokkaido2		{ background-image: url(img/photo_hokkaido01_2.jpg); }
#main .menu li.area_kansai			{ background-image: url(img/photo_kansai01.jpg); }
#main .menu li.area_chu-shikoku		{ background-image: url(img/photo_chu-shikoku01.jpg); }
#main .menu li.area_kyushu			{ background-image: url(img/photo_kyushu01.jpg); }
#main .menu li.area_kyushu2			{ background-image: url(img/photo_kyushu01_2.jpg); }
#main .menu li.area_okinawa-honto	{ background-image: url(img/photo_okinawa-honto01.jpg); }
#main .menu li.area_okinawa-honto2	{ background-image: url(img/photo_okinawa-honto01_2.jpg); }
#main .menu li.area_okinawa-ishigaki{ background-image: url(img/photo_okinawa-ishigaki01.jpg); }
#main .menu li a{
	display: block;
	width: 100%;
	height: 440px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: rgba(255,255,255,0);
	/* transition */
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	-ms-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
}
#main .menu li a:hover{
	background: rgba(255,255,255,0.5)
}
#main .menu li a p{
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	padding: 5px 0 15px;
	text-align: center;
	background: url(img/arrow01.png) center bottom no-repeat rgba(0,0,0,0.8);
	-webkit-background-size: 20px 18px;
	background-size: 20px 18px;
}

/* .bottom */
#main .bottom{
	padding: 10px 0 10px 2px;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#main .bottom em{
	font-size: 24px;
}

@media screen and (max-width: 950px) {
#main .top .txt{
	padding: 10px 0 10px 15px;
}
#main .top .txt .caption{
	font-size: 16px;
}
#main .top .txt h2{
	font-size: 32px;
}
#main .top .logo{
	width: 23.5%;
	padding: 8px 10px 8px 0;
}
#main .top .logo dl dd img{
	width: 100%;
	height: auto;
}

#main .menu li a{
	font-size: 14px;
}

#main .bottom{
	font-size: 18px;
}
#main .bottom em{
	font-size: 21px;
}
}
@media screen and (max-width: 768px) {
#main .top .txt{
	padding: 10px 5px;
}
#main .top .txt .caption{
	font-size: 14px;
	line-height: 1.2;
}
#main .top .txt h2{
	font-size: 21px;
	letter-spacing: 0;
}
#main .top .txt p{
	font-size: 12px;
}
#main .top .logo{
	width: 20%;
	vertical-align: top;
}
#main .top .logo dl dt img{
	width: 50px;
	height: auto;
}

#main .menu,
#main .menu li{
	display: block;
}
#main .menu li.area_hokkaido		{ background-image: url(img/photo_hokkaido02.jpg); }
#main .menu li.area_ishikawa		{ background-image: url(img/photo_ishikawa02.jpg); }
#main .menu li.area_kansai			{ background-image: url(img/photo_kansai02.jpg); }
#main .menu li.area_chu-shikoku		{ background-image: url(img/photo_chu-shikoku02.jpg); }
#main .menu li.area_kyushu			{ background-image: url(img/photo_kyushu02.jpg); }
#main .menu li.area_okinawa-honto	{ background-image: url(img/photo_okinawa-honto02.jpg); }
#main .menu li.area_okinawa-ishigaki{ background-image: url(img/photo_okinawa-ishigaki02.jpg); }
#main .menu li a{
	height: auto;
	font-size: 16px;
}
#main .menu li a p{
	position: static;
	width: 132px;
	margin: 0 0 0 auto;
	padding: 10px 20px;
	text-align: left;
	background-position: right center;
	background-color: rgba(0,0,0,0.7)
}

/* .bottom */
#main .bottom{
	padding: 10px 0 10px 2px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}
#main .bottom em{
	font-size: 15px;
}
}
@media screen and (max-width: 480px) {
/* .top */
#main .top,
#main .top > *{
	display: block;
}
#main .top,
#main .top .txt h2{
	font-size: 18px;
	margin: 0 0 5px;
}
#main .top .txt .caption,
#main .top .logo{
	display: none;
}

#main .bottom{
	padding: 5px;
	text-align: left;
	line-height: 1.4;
}
}


/* #lineup
----------------------------------------------------------------------- */
#lineup{
	margin: 15px 20px;
	
}

#lineup .head{
	margin: 15px 0;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	border: 2px solid #222222;
}
#lineup .head h3{
	font-size: 24px;
	font-weight: bold;
}

/* .tour */
#lineup .tour{
	float: left;
	width: 443px;
	margin: 0 24px 30px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #222222;
}
#lineup .tour:nth-child(2n){
	clear: both;
}
#lineup .tour:nth-child(2n+1){
	margin-right: 0;
}
#lineup .tour .photo{
	position: relative;
}
#lineup .tour .photo h4{
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	padding: 2px 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	background: rgba(0,0,0,0.8);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#lineup .tour .info{
	height: 116px;
}
#lineup .tour .info p.title{
	margin: 10px 0 5px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #856603;
}
#lineup .tour .info p.description{
	text-align:justify;
}
#lineup .tour .info p.note{
	margin: 10px 0 0;
	padding: 5px;
	text-align:justify;
	background: #f6f0dd;
}
#lineup .tour .link{
	margin: 5px 0;
	padding: 10px 7px;
	background: #f6f0dd;
	border: 1px solid #e1c25f;
}
#lineup .tour .link ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
#lineup .tour .link ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 3px;
}
#lineup .tour .link ul li a{
	display: block;
	padding: 6px 8px 5px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(img/arrow02.png) right center no-repeat #eab137;
	-webkit-background-size: 18px 14px;
	background-size: 18px 14px;
	border-bottom: 2px solid #7c5c17;
	/* transition */
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
#lineup .tour .link ul li a:hover{
	color: #ffffff;
	background: url(img/arrow02-hover.png) right center no-repeat #d32929;
	-webkit-background-size: 18px 14px;
	background-size: 18px 14px;
	border-bottom: 2px solid #6b1e1e;
}
#lineup .tour .link ul li a span{
	font-size: 18px;
}


@media screen and (max-width: 950px) {
#lineup{
	margin: 15px 10px;
}
#lineup .head{
	margin: 15px 1%;
}

#lineup .tour{
	width: 48%;
	margin: 0 1% 25px!important;
}
#lineup .tour .photo img{
	width: 100%;
	height: auto;
}
#lineup .tour .info{
	min-height: 130px;
	height: auto;
}
#lineup .tour .info p.title{
	font-size: 18px;
}
}
@media screen and (max-width: 768px) {
#lineup .tour .info{
	min-height: 170px;
	height: auto;
}
#lineup .tour .link{
	padding: 5px 2px;
}
#lineup .tour .link ul li{
	padding: 0 2px;
}
#lineup .tour .link ul li a,
#lineup .tour .link ul li a:hover{
	display: block;
	padding: 5px;
	font-size: 13px;
	letter-spacing: 0;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
#lineup .tour .link ul li a span{
	font-size: 14px;
}

}
@media screen and (max-width: 480px) {
#lineup .head{
	margin: 15px 0;
}
#lineup .head .note{
	text-align: left;
}

/* .tour */
#lineup .tour{
	float: none;
	width: 100%;
	margin: 0 0 20px!important;
}
#lineup .tour .photo h4{
	font-size: 16px;
}
#lineup .tour .info{
	height: auto;
	min-height: 0;
	margin-bottom: 10px;
}
#lineup .tour .link{
	padding: 10px 7px;
}
#lineup .tour .link ul li{
	padding: 0 3px;
}
#lineup .tour .link ul li a,
#lineup .tour .link ul li a:hover{
	padding: 5px 8px;
	font-size: 15px;
	letter-spacing: 1px;
	-webkit-background-size: 18px 14px;
	background-size: 18px 14px;

}
#lineup .tour .link ul li a span{
	font-size: 18px;
}

}



/* #group
----------------------------------------------------------------------- */
#group{
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #e1c25f;
}
#group > *{
	display: table-cell;
	vertical-align: middle;
}
#group > h2{
	width: 130px;
	padding: 15px 25px 15px 45px;
	text-align: center;
}
#group > ul{
	padding: 15px 40px 15px 0;
}
#group > ul li{
	display: inline-block;
	background: url(img/icon01.png) left 5px no-repeat;
	padding:0 0 0 17px;
	margin:0 15px 5px 0;
	white-space: nowrap;
}
#group > ul a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 950px) {
}
@media screen and (max-width: 768px) {
#group > h2{
	padding: 10px 15px;
}
#group > ul{
	padding: 15px 15px 10px 0;
}
}
@media screen and (max-width: 480px) {
#group > h2{
	padding: 5px;
}
#group > h2 img{
	width: 80px;
	height: auto;
}
#group > ul{
	display: none;
}
}


/* #fotter
----------------------------------------------------------------------- */
#footer{
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background: #222222;
}

@media screen and (max-width: 950px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
#footer{
	font-size: 11px;
	padding: 20px 0 25px;
}
}



/* ¦GAͺ­Θ’κpi.osa, .tyoj
----------------------------------------------------------------------- */
/* #main - .menu */
@media screen and (max-width: 768px) {
.tyo #main .menu,
.osa #main .menu{ display: table; }
.tyo #main .menu li,
.osa #main .menu li{
	position: relative;
	display: table-cell;
}
.tyo #main .menu li.area_hokkaido,
.osa #main .menu li.area_hokkaido		{ background-image: url(img/photo_hokkaido01.jpg); }
.tyo #main .menu li.area_kyushu,
.osa #main .menu li.area_kyushu			{ background-image: url(img/photo_kyushu01.jpg); }
.tyo #main .menu li.area_okinawa-honto,
.osa #main .menu li.area_okinawa-honto	{ background-image: url(img/photo_okinawa-honto01.jpg); }
.tyo #main .menu li a,
.osa #main .menu li a{ height: 360px; }
.tyo #main .menu li a p,
.osa #main .menu li a p{
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px;
	text-align: center;
	background: url(img/arrow01.png) center bottom no-repeat rgba(0,0,0,0.8);
	-webkit-background-size: 20px 18px;
	background-size: 20px 18px;
}
}
@media screen and (max-width: 480px) {
.tyo #main .menu li a,
.osa #main .menu li a{ height: 180px; }
}

/* #main - bottom */
.tyo #main .bottom,
.osa #main .bottom{ letter-spacing: 0; }
.tyo #main .bottom br,
.osa #main .bottom br{ display: none; }
@media screen and (max-width: 950px) {
.tyo #main .bottom,
.osa #main .bottom{ font-size: 17px; }
.tyo #main .bottom em,
.osa #main .bottom em{ font-size: 20px; }
}
@media screen and (max-width: 768px) {
.tyo #main .bottom,
.osa #main .bottom{ font-size: 13px; line-height: 1.4; /*white-space: nowrap;*/}
.tyo #main .bottom em,
.osa #main .bottom em{ font-size: 15px; }
.tyo #main .bottom br,
.osa #main .bottom br{ display: block; }
}
@media screen and (max-width: 480px) {
.tyo #main .bottom,
.osa #main .bottom{ font-size: 12px; text-align: center; }
}

