@charset "utf-8";

* { box-sizing: border-box; }

a:link {text-decoration: none; color:#00F;}
a:visited {text-decoration: none; color: #00F;}
a:active {text-decoration: none; color: #00F;}
a:hover {text-decoration:  underline; color:#F00;}
body {
	margin:auto 0;background-color:#FFFFFF;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

img{border: 0px;}
table{border: 0px;}
ul {padding:0;margin:0;} 

p {
	margin:10px 0 20px 0;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

header{
	width:1050px;
	text-align:left;
	margin:3px auto;
	padding:0;
}

h1 {
	font-size:12px;
	color:#333;
	padding:0;
	margin:0 0 10px 0;
	font-weight:normal;
}

header img {
	margin:0;
}

#h-r {
	display:block;
	float:right;
	width:600px;
	height:55px;
	float:right;
	text-align:right;
}

#h-r img {
	margin:0 0 0 25px;
	vertical-align:middle;
}

section {
	width:1050px;
	margin:20px auto;
}

section .limg {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:15px;
}

section p {
	font-size:12px;
	color:#4C4C4C;
	text-align:center;
	margin:0 0 20px 0;
}

#area {
	width:100%;
	border:3px solid #0066CC;
	line-height:40px;
	font-size:16px;
	text-align:center;
	margin:25px 0;
}

#area strong {
	margin-left:20px;
	font-size:18px;
}

#tel {
	display:none;
}

h2,h3 {
	font-size:30px;
	color:#4C4C4C;
	text-align:center;
	margin:20px 0 5px 0;
	letter-spacing:1px;
}

#tresult {
	list-style:none;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}

#tresult li {
	width:250px;
	background-color:#F3F3F3;
	text-align:center;
	font-size:12px;
	line-height:24px;
	padding-bottom:5px;
}

#tresult li strong {
	display:block;
	width:90%;
	margin:0 5%;
	font-size:14px;
	border-bottom:1px solid #CCC;
}

#genre {
	list-style:none;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}

#genre li {
	width:238px;
	background-color:#FFF;
	border:1px solid #DDD;
	border-radius:5px;
	font-size:14px;
	line-height:24px;
	padding:10px 15px;
}

#genre li img {
	display:block;
	margin:0 auto;
}

#genre .sub {
	margin:5px 10px;
	font-size:14px;
	color:#0066CC;
	text-align:center;
	line-height:30px;
}

#genre .sub strong {
	display:block;
	font-size:22px;
}

.gen-bot {
  display:block;
  margin:10px 0 0 0;
  padding: 0.25em 0.8em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  text-align:center;
  font-size:16px;
}

.gen-bot a {
	color:#FFF;
}

.gen-bot:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#tvoice {
	list-style:none;
	width:100%;
	display:flex;
	justify-content:space-between;
}

#tvoice li {
	width:190px;
	border:1px solid #CCC;
	padding:10px;
}

#tvoice li img {
	width:100%;
	height:auto;
}

footer {
	clear:both;
	float:left;
	width:100%;
	margin:0 auto;
	text-align:center;
	background-color:#0066CC;
}

#fot_in {
	width:1050px;
	margin:0 auto;
	padding-top:20px;
	font-size:12px;
	color:#FFF;
	line-height:22px;
	text-align:left;
}

#fot_in a {
	color:#FFF;
}

#fot-menu {
	float:right;
	width:750px;
	line-height:34px;
	text-align:right;
	margin-top:10px;
}

small {
	clear:both;
	display:block;
	width:100%;
	font-size:12px;
	text-align:center;
	line-height:40px;
}

.pc_no {
	display:none;
}

.pc_only {
	margin:30px 0 10px;
}

@media screen and (max-width:768px){

body {
	margin:0;
	background:none;
}

header{
	width:96%;
	text-align:left;
	margin:0 auto;
	padding:0;
}

header img {
	width:40%;
	height:auto;
	max-width:195px;
	height:auto;
}

h1 {
	width:90%;
	text-align:center;
	font-size:10px;
	color:#333;
	margin:0 5% 5px 5%;
}

#h-r {
	display:none;
}

#fimg {
	width:100%;
	height:auto;
}

#area {
	width:100%;
	border:3px solid #0066CC;
	line-height:26px;
	font-size:14px;
	text-align:center;
	margin:15px 0;
	padding:10px 0;
}

#area strong {
	display:block;
	margin-left:0;
	font-size:15px;
}

#tel {
	display:block;
	width:90%;
	margin:15px auto;
	font-size:12px;
	font-weight:bold;
	background-color:#FF0000;
	border-radius:20px;
	text-align:center;
	padding:5px 0;
}

#tel a {
	color:#FFF;
}

#tel strong {
	display:block;
	font-size:18px;
}

h2,h3 {
	font-size:20px;
	margin:15px 0 5px 0;
}

section {
	margin:0 auto;
	width:96%;
}

#tresult {
	flex-wrap:wrap;
	margin-bottom:20px;
}

#tresult li {
	width:48%;
	margin:0 0 5px 0;
	font-size:12px;
	line-height:24px;
	padding-bottom:5px;
}

#tresult li img {
	width:100%;
	height:auto;
}

#genre {
	flex-wrap:wrap;
	margin-bottom:20px;
}

#genre li {
	width:48%;
	padding:10px 5px;
	margin-bottom:10px;
}

#genre li img {
	width:80%;
	height:auto;
	display:block;
	margin:0 10%;
}

.gen-bot {
  font-size:14px;
}

#tvoice {
	flex-wrap:wrap;
}

#tvoice li {
	width:48%;
	margin-bottom:10px;
}

#fot_in {
	width:100%;
	padding-top:20px;
	line-height:22px;
	text-align:center;
}

#fot_in img {
	width:50%;
	height:auto;
}

#fot-menu {
	display:none;
}

small {
	font-size:10px;
}

.pc_no {
	display:block;
}

.pc_only {
	display:none;	
}

}