@charset "utf-8";

html,body {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;	
	background: #FFF;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}


a:hover {
	color: #fff;			
}

header {
	height: 100%;
	overflow: auto;
	position: relative;
	background: url(../images/mainimg.jpg) no-repeat center center / cover;	
}

header #logo img {
	display: block;
	width: 20%;	
	position: absolute;
	left: 40%;		
	bottom: 50%;
}

#menubar {
	position: absolute;
	bottom: 20%;
	left: 0px;
	width: 100%;
	text-align: center;
}

#menubar li {
	display: inline-block;
	margin: 0 1%;
}

#menubar li a {
	text-decoration: none;
	display: block;
	text-align: center;
	width: 140px;
	color: #fff;
	border-bottom: 5px solid transparent;
}

#menubar li a:hover {
	border: solid 2px #fff;
    border-radius: 10px;
	letter-spacing: 0.1em;			
}

#container {
	max-width: 1000px;	
	margin: 0 auto;
}


#contents {
	overflow: hidden;
	padding: 50px 3%;
}


#contents h2 {
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;
	font-size: 20px;		
	text-align: center;		
	letter-spacing: 0.1em;	
	color: #fff;
	background: -moz-linear-gradient(#ff0000,#ff7f50);
  background: -webkit-linear-gradient(#ff0000, #ff7f50);
  background: linear-gradient(to right, #ff0000, #ff7f50);
}



#contents p {
	padding: 0px 20px 20px;	
}

.list {
	overflow: hidden;
	line-height: 1.5;
	border-bottom: 1px solid #999;
	padding: 20px;
}

.list:first-of-type {
	border-top: 1px solid #999;
}

.list h4 {
	font-size: 20px;
	margin-bottom: 10px;
}

.list img {
	width: 20%;		
	float: left;		
	margin-right: 3%	
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_cssslider {
	width: 320px;
	padding-top: 320px; /* 画像の高さ */
	position: relative;
	margin: 2em auto;
	text-align: center;
}
.cp_cssslider > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
	display: none;
}

/* サムネイル */
.cp_cssslider label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
}
.cp_cssslider label:hover {
	opacity: 0.9;
}
.cp_cssslider label img {
	display: block;
	width: 40px;
	border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
}

.shopicon{
	margin-bottom: 30px;
}

footer {
	clear: both;
	text-align: center;
	color: #fff;		
	font-size: 85%;
	background: -moz-linear-gradient(#ff0000,#ff7f50);
  background: -webkit-linear-gradient(#ff0000, #ff7f50);
  background: linear-gradient(to right, #ff0000, #ff7f50);
}
footer a {
	color: #fff;
	text-decoration: none;
}


.ta1 caption {
	border: 1px solid #999;
	border-bottom: none;	
	text-align: center;		
	background: #dfdfdf;	
	font-weight: bold;		
	padding: 10px;			
}

.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	
	padding: 10px;
}

.ta1 th {
	text-align: center;
	width: 30%;
}

.c {
	text-align: center;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	}
	.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}


/*画面幅800px以下の設定*/
@media screen and (max-width:1400px){

header #logo img {
	width: 50%;	
	left: 25%;
}

}


/*画面幅480px以下の設定*/
@media screen and (max-width:480px){

header #logo img {
	width: 50%;	
	left: 25%;	
}

#container {
	font-size: 12px;
	font-size: 2.93vw;
}

#contents h2 {
	font-size: 16px;
}

#contents h3 {
	font-size: 14px;
}


.list h4 {
	font-size: 16px;
}

.ws {width: 96%;}
.size1 {font-size: 22px;letter-spacing: normal;}

}

