@charset "utf-8";

/***********************************************/
/* CSS file For 天橋立観光協会.               */
/* FileName: style.css                          */
/* data:2014/11/10                             */
/***********************************************/

/* MacIE hack \*/

@import "basic.css";
@import "layout.css";

/* End MacIE hack */

body {
	font-size:16px;
}

body.koshitsu {
	background-image:none;
	background-color:#000;
}

#Container {
	background:
	url(../img/head-main.png) center top / contain no-repeat,
	url(../img/head-bar.png) top center / contain repeat-x,
	url(../img/head-back.png) top center / contain repeat-x;
}

.koshitsu #Container {
	background:none;
}


body.koshitsu h1 {
	display:block;
}

header h1 img {
	margin:0 -20%;
}

body.koshitsu h2 {
	display:none;
}

header h2 {
	height:25vh;
}

h3 {
	text-align:left;
}

h3 img.kani {
	width:100%;
	max-width:430px;
}

h3 img.buri {
	width:100%;
	max-width:523px;
}

h3 img.kaniburi {
	width:100%;
	max-width:520px;
}

a:hover img {
	opacity:0.8;
}

.page-header {
	align-items:center;
}

.page-header h3 {
	margin-right:20px;
}

.header-caption {
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#f00;
}

/* プランボックス */
.plan-box {
	margin-bottom:2em;
}

.plan-box h4 img {
	width:100%;
}

.plan-box .photo {
	background-image:url(../img/bg-photo.png);
	background-repeat:repeat-x;
	background-color:#580000;
	background-position:top;
	border-radius:5px;
	padding:10px;
}

.plan-box .photo img {
	width:100%;
}

.plan-box .name {
	background: #870000;
	border: 2px solid #230000;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.plan-box .price {
    background: #870000;
    border: 2px solid #230000;
    font-size: 15px;
    color: #FFB100;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.plan-box .comment02 {
	width: 100%;
	height: 120px;
	background-image: url(../img/commentback120.png);
	background-repeat:no-repeat;
	background-size:cover;
	padding: 10px;
}

.plan-box .comment02 .text {
	height: 100%;
	overflow: auto;
	line-height: 185%;
	text-align:left;
}

/* フッターバナー */
#footer-bn {
	margin-bottom:2em;
}

#footer-bn img {
	width:100%;
}

.home img {
	width:100%;
	max-width:500px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	header h2 {
		height:450px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	header h2 {
		height:700px;
	}

	.plan-box .comment02 {
		background-size: contain;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.plan-box .comment02 {
		background-size: contain;
		height: 150px;
	}

	header h1 img {
		max-width:1366px;
	}
}