@import url("init.css");

/* 横幅769px以上の場合(PC・タブレット向け) */
@media only screen and (min-width: 769px){
.pcnone{
	display:none;
}
.scrEvent {
    display: none;
}
#header{
	overflow:hidden;
	width:930px;
	margin:20px auto;
}
header{
	float:left;
}
header img{
	width:150px;
	height:auto;
}
nav{
	overflow:hidden;
	float:right;
}
nav ul li{
	float:left;
	height:75px;
}
nav ul li a{
	line-height:75px;
}
.menu{
	display:block !important;
}
/* ナビゲーション-メニュー開閉ボタン */
#menuButton{
	display:none !important;
}

/* ナビゲーション-アニメーション */
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	
	padding:0 1em;
	font-weight:bold;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 16: fall down */
.cl-effect-16 a {
	color: #000000;
	font-weight:bold;
}

.cl-effect-16 a::before {
	color: #990000;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

article{
	overflow:hidden;
	width:700px;
	margin:0 auto 80px auto;
}
h1.title01{
	font-family: 'Volkhov', serif;
	font-size:22px;
	line-height:32px;
	color:#000000;
	text-align:center;
	width:700px;
	margin:50px auto 30px auto;
	border-bottom:1px solid #000000;
}
h2.menuTitle{
	font-family: 'Volkhov', serif;
	font-size:60px;
	line-height:80px;
	color:#7B2A2D;
	margin-bottom:20px;
}
div.column{
	overflow:hidden;
	margin-bottom:100px;
}
div.hairMenu{
	width:320px;
	overflow:hidden;
	float:left;
}
div.rightList{
	margin-left:60px;
}
h3.listTitle{
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	background-color:#CCCCCC;
	padding:0.3em 0.5em;
	color:#000000;
}
ul.menuList{
	overflow:hidden;
}
ul.menuList li{
	width:50%;
	float:left;
	margin-top:0.5em;
}
ul.menuList li:nth-child(odd){
	padding-left:0.5em;
}
ul.menuList li:nth-child(even){
	text-align:right;
	padding-right:0.5em;
}
ul.opList{
	overflow:hidden;
	background-color:#E2E2E2;
	padding:0.5em;
	margin:10px 0.5em 0 0.5em;
	border-radius:12px;
}
ul.opList li{
	float:left;
	margin-top:0.5em;
}
ul.opList li:first-child{
	width:100% !important;
	border-bottom:1px solid #FFFFFF;
	text-align:left !important;
	margin-top:0;
	padding-left:0.5em;
}
ul.opList li:nth-child(odd){
	padding-right:0.5em;
	text-align:right;
	width:30%;
}
ul.opList li:nth-child(even){
	text-align:left;
	padding-left:0.5em;
	width:70%;
}

section{
	overflow:hidden;
	width:700px;
	margin:0 auto 80px auto;
}
/* アクセス */
.access{
	overflow:hidden;
}
.access img#mapImg{
	display:block;
	float:left;
}
.accessInfo{
	float:left;
	overflow:hidden;
	margin-left:20px;
	margin-bottom:30px;
}
.accessInfo h2{
	background-color:#7B2A2D;
	padding:0.3em 0.5em;
	width:20em;
	color:#FFFFFF;
	margin-bottom:5px;
}
.accessInfo p{
	margin-left:0.5em;
}
.accessInfo p#sns{
	margin-top:10px;
}
.accessInfo p#sns img:hover{
	opacity:0.8;
}
.accessInfo p#sns .snsicon{
	margin: 0 14px;
}
.phoneNumber, .phoneNumber a{
	font-size:20px;
	line-height:34px;
}
/* フッター */
footer{
	background-color:#F2F2F2;
	padding:30px 0;
	min-width:930px;
	max-width:100%;
}
footer ul{
	overflow:hidden;
	background-color:#CCCCCC;
	width:700px;
	margin:0 auto;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	height:38px;
	padding:0 180px;
}
footer ul li{
	height:38px;
	float:left;
	padding:0 1em;
}
footer ul li a{
	color:#000000;
	line-height:38px;
	font-weight:bold;
}
footer #sitemap{
	width:700px;
	margin:5px auto 80px auto;
}
footer #sitemap a{
	color:#000000;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	vertical-align:middle;
}
footer #sitemap img{
	vertical-align:middle;
	margin-right:5px;
}
footer #address{
	text-align:center;
	font-size:12px;
}
/* トップへ戻るボタン */
#pagetop{
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
}
#pagetop:hover{
	opacity:0.7;
}
/* パンくずリスト */
#panlist{
	overflow:hidden;
	width:930px;
	margin:30px auto 50px auto;
}
ul#pan{
	overflow:hidden;
	height:38px;
}
ul#pan li{
	color:#000000;
	height:38px;
	line-height:38px;
	font-weight:bold;
	float:left;
	padding:0 0.3em;
}
ul#pan li:first-child{
	padding-left:1em;
}
ul#pan li:last-child{
	padding-right:1em;
}
ul#pan li a, ul#pan li span{
	color:#000000;
	line-height:38px;
	font-weight:bold;
}
ul#pan li a:hover, ul#pan li a:hover span{
	color:#990000;
	text-decoration:underline;
}

}

/* 横幅768px以下の場合(スマホ向け) */
@media only screen and (max-width: 768px){
*{
	font-size:12px;
	line-height:22px;
}
.spnone{
	display:none !important;
}
header{
	margin:5px 0;
}
header img{
	max-width:50%;
	height:auto;
	margin-left:25%;
}
nav{
	margin-bottom:2px;
}
.menu{
	display:none;
}
.menu li{
	height:36px;
}
.menu li+li{
	border-top:1px solid #F2F2F2;
}
.menu li a{
	display:block;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:36px;
	padding-left:0.7em;
}
/* ナビゲーション-メニュー開閉ボタン */
#menuButton {
	display: block;
	width: 100%;
	height:42px;
	position:relative;
	z-index: 3;
	background-color:#666666;
}
#menuButton span {
	display: block;
	background: #CCCCCC;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 12px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 12px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	-moz-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-moz-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

article, section{
	overflow:hidden;
	margin-bottom:50px;
}

h1.title01{
	font-family: 'Volkhov', serif;
	font-size:16px;
	line-height:26px;
	color:#000000;
	text-align:center;
	width:90%;
	margin:10px auto 15px auto;
	border-bottom:1px solid #000000;
}



h2.menuTitle{
	font-family: 'Volkhov', serif;
	font-size:30px;
	line-height:40px;
	color:#7B2A2D;
	margin-bottom:10px;
	width:90%;
	margin:10px auto 15px auto;
}
div.column{
	overflow:hidden;
	width:90%;
	margin:0 auto;
}
div.hairMenu{
	width:100%;
	margin-bottom:60px;
}
h3.listTitle{
	width:100%;
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	background-color:#CCCCCC;
	padding:0.3em 0.5em;
	color:#000000;
}
ul.menuList{
	overflow:hidden;
}
ul.menuList li{
	width:50%;
	float:left;
	font-size:12px;
	line-height:36px;
}
ul.menuList li:nth-child(odd){
	padding-left:0.5em;
}
ul.menuList li:nth-child(even){
	text-align:right;
	padding-right:0.5em;
}
ul.opList{
	overflow:hidden;
	background-color:#E2E2E2;
	padding:0.5em;
	margin-top:10px;
	border-radius:12px;
}
ul.opList li{
	float:left;
	margin-top:0.5em;
}
ul.opList li:first-child{
	width:100% !important;
	border-bottom:1px solid #FFFFFF;
	text-align:left !important;
	margin-top:0;
	padding-left:0.5em;
}
ul.opList li:nth-child(odd){
	padding-right:0.5em;
	text-align:right;
	width:30%;
}
ul.opList li:nth-child(even){
	text-align:left;
	padding-left:0.5em;
	width:70%;
}





/* アクセス */
.access img#mapImg{
	width:90%;
	height:auto;
	margin-left:5%;
}
.accessInfo{
	margin-top:10px;
	width:90%;
	margin-left:5%;
}
.accessInfo h2{
	background-color:#7B2A2D;
	color:#FFFFFF;
	padding-left:0.3em;
}
.accessInfo p{
	margin-left:0.3em;
}
.accessInfo p .phoneNumber, .accessInfo p .phoneNumber a{
	font-size:16px;
}
.accessInfo p#sns{
	margin-top:10px;
}
.accessInfo p#sns .snsicon{
	margin: 0 14px;
}
footer{
	padding-bottom:20px;
	background-color:#E2E2E2;
}
footer ul{
	background-color:#666666;
	margin-bottom:20px;
}
footer ul li{
	width:100%;
	height:46px;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../images/mark02.png);
	background-repeat:no-repeat;
	background-position:96% 50%;
}
footer ul li a{
	display:block;
	color:#FFFFFF;
	padding-left:0.7em;
	line-height:46px;
}
footer p#address{
	font-size:12px;
	text-align:center;
	
}
}