@charset "UTF-8";
/*
Theme Name: ikuseikai-nagakute-kempo
Theme URI: https://ikuseikai-nagakute-kempo.com/
Description: This is our original theme.
Author: Ku-nel Co.,Ltd.
Author URI:　https://ku-nel.com/
Version:1.0
*/
@import url(css/html5reset-1.6.1.css);

/* common */
/* --------------------------------------------------- */
html {
  scroll-padding-top: 160px; /* ヘッダーの高さ分、調整する */
}
body {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	background-color: #fff;
	background-image: url(img/body-back-img.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}
* {box-sizing: border-box;}
.rotate {
	animation: rotate 1s linear 1;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg) scale(1%);
	}
	100% {
		transform: rotate(360deg) scale(100%);
	}
}
.scale {
	animation: scale 1s linear 1;
}
@keyframes scale {
	0% {
		transform: scale(1%);
	}
	100% {
		transform: scale(100%);
	}
}
/* --------------------------------------------------- */


/* header */
/* --------------------------------------------------- */
header {
	position: fixed !important;
	width: 100%;
	height: 188px;
	background-color: white;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	overflow: hidden;
	z-index: 999;
}
header #header #logo {
	float: left;
	margin: 10px 0 0 calc((100% - 980px) * 0.5);
}
header #header #logo img {
	float: left;
	margin-right: 10px;
}
header #header #logo h1 {
	width: 900px;
	font-family: ｍｓ ｐ明朝,ms pmincho,ヒラギノ明朝 pro w3,hiragino mincho pro,serif;
	font-size: 76px;
	font-weight: bold;
	color: rgb(54,18,21);
	padding: 19px 0 0;
	margin-right: 40px;
}
header #header #facebook {
	float: left;
	width: 120px;
	text-align: center;
	margin-top: 25px;
}
header #header #facebook p.facebooktext {
    display: block;
	width: 100%;
	height: 30px;
	font-size: 10px;
	line-height: 1.3em;
    color: #000;
	padding: 2px 5px;
	background-color: rgb(29,44,243,0.23);
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
}
header #header #link {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 999 !important;
}
header #header #link ul li {
	width: 12px;
	height: 12px;
	margin-bottom: 4px;
	border: 2px solid rgb(54,18,21);
	background-color: #fff;
	border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}
header #header #link ul li a {
	display: table-cell;
	width: 12px;
	height: 12px;
	font-size: 12px;
	text-align: center;
    text-decoration: none;
	vertical-align: middle;
}
header #header #link ul li:hover {
	background-color: rgb(54,18,21);
}
@media (max-width: 1155px) {

header {
	position: static;
	height: 50px;
}
header #header #link {
	display:none;
}

}
@media (max-width: 980px) {

header #header #logo {
	width: 100%;
	margin: 5px 0 0 40px;
}
header #header #logo img {
	width: 40px;
	margin-right: 5px;
}
header #header #logo h1 {
	width: 100%;
	font-size: 24px;
	padding: 8px 0 0;
	margin-right: 0;
}
header #header #facebook {
	display:none;
}

}
/* --------------------------------------------------- */


/* header #side navi */
/* --------------------------------------------------- */
nav#sidenav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
}
nav#sidenav .menuitem ul {
	width: 1155px;
    padding: 0px;
    margin: 0 0 0 calc((100% - 1155px) * 0.5);
}
nav#sidenav .menuitem ul li {
	float: left;
    display: block;
	height: 46px;
    margin: 0 5px;
    padding: 0;
	background-color: #fff;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
    list-style-type: none;
    list-style-image: none;
}
nav#sidenav .menuitem ul li a {
	display: table-cell;
	width: auto;
	height: 46px;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.1em;
    color: #2c2b20;
	vertical-align: middle;
    padding: 0 15px;
    margin: 0;
}
nav#sidenav .menuitem ul li:hover {
	background: rgb(224,163,144);
}
nav#sidenav .menuitem ul li a:hover {
    color: rgb(217,1,9);
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

@media (max-width: 1155px) {

/*ヘッダーまわりはサイトに合わせて調整してください*/
nav#sidenav {
	float: left;
	position: fixed;
	top: 6px;
	left: 6px;
}
nav#sidenav .menuitem ul {
	width: 100%;
    margin: 0;
}
nav#sidenav .menuitem ul li {
	width: 100%;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
	border-radius: 0; 
	-webkit-border-radius: 0;
	-moz-border-radius: 0; 
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #000;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 220px;/*最大幅（調整してください）*/
	height: 100%;
	padding: 5px;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}
/* --------------------------------------------------- */


/* top article */
/* --------------------------------------------------- */
article {
	position: relative;
	top: 180px;
	width: 100%;
}
article section {
	width: 100%;
}
article section.space {
	height: 800px;
}
article section.top {
	height: 700px;
}
article section.top iframe {
	margin: 20px 0 20px 30px;
}
article section.s1,
article section.s2,
article section.s5,
article section.s6,
article section.s7,
article section.s8 {
	padding: 20px calc((100% - 980px) * 0.5);
	background: #fff;
}
a.anchor {
	display: inline-block;
	padding-top: 60px;
	margin-top: -60px;
}

@media (max-width: 980px) {

article {
	top: 40px;
}
article section.space {
	display: none;
}
article section.top {
	height: auto;
}
article section.s1,
article section.s2,
article section.s3,
article section.s4,
article section.s5,
article section.s6,
article section.s7,
article section.s8 {
	padding: 20px;
}

}
/* --------------------------------------------------- */


/* S1 S2 */
/* --------------------------------------------------- */
article section.s6 h2,
article section.s5 h2,
article section.s4 h2,
article section.s3 h2,
article section.s2 h2,
article section.s1 h2 {
	font-family: arial black,arial-w01-black,arial-w02-black,arial-w10 black,sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 0px;
	color: #D61043;
	margin-bottom: 20px;
}
article section.s2 p,
article section.s1 p {
	font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
	font-size: 23px;
	text-align: left;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	line-height: 1.2em;
	color: #8B0000;
	margin-bottom: 20px;
}
article section.s1 h5 {
	font-family: trend-sans-w00-four,sans-serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	line-height: 1.2em;
	color: #272FC4;
	margin-bottom: 20px;
}
article section.s1 h6 {
	font-family: trend-sans-w00-four,sans-serif;
	font-size: 31px;
	font-weight: 100;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	line-height: 1.2em;
	color: #8B0000;
	margin-bottom: 20px;
}
article section.s2 img,
article section.s1 img {
	position: relative;
	max-width: 420px;
	margin-left: calc((100% - 920px) * 0.5);
}
img.imgleft {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}
img.imgright {
	margin-right: 40px;
	margin-bottom: 20px;
}
@media (max-width: 980px) {

article section.s6 h2,
article section.s5 h2,
article section.s4 h2,
article section.s3 h2,
article section.s2 h2,
article section.s1 h2 {
	font-size: 32px;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 0px;
}
article section.s2 p,
article section.s1 p {
	font-size: 15px;
	text-shadow: none;
}
article section.s1 h5 {
	font-size: 32px;
	text-shadow: none;
}
article section.s1 h6 {
	font-size: 15px;
	text-align: left;
	text-shadow: none;
}
article section.s2 img,
article section.s1 img {
	width: 98%;
	margin-left: 1%;
}
img.imgleft {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}
img.imgright {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
}

}
/* --------------------------------------------------- */


/* S3 */
/* --------------------------------------------------- */
article section.s3 {
	height: auto;
	padding: 20px 0;
	background: #fff;
}
/* --------------------------------------------------- */


/* S4 */
/* --------------------------------------------------- */
article section.s4 {
	padding: 20px calc((100% - 824px) * 0.5);
	background: #fff;
}
article section.s4 div.dan4 {
	float: left;
	width: 176px;
	height: auto;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
}
article section.s4 div.dan4 p {
	font-size: 18px;
	line-height: 1.2em;
	color: rgb(139, 0, 0);
}
article section.s4 div.dan4 img {
	width: 134px;
	height: 134px;
	margin: 5px auto;
	border-radius: 67px; 
	-webkit-border-radius: 67px;
	-moz-border-radius: 67px; 
}
/* --------------------------------------------------- */


/* S5 */
/* --------------------------------------------------- */
article section.s5 div.dan3 {
	float: left;
	width: 306px;
	height: auto;
	margin-right: 30px;
	margin-bottom: 20px;
}
article section.s5 div.dan3:last-child {
	margin-right: 0;
}
article section.s5 div.dan3 p {
	font-size: 18px;
	line-height: 1.5em;
	color: rgb(139, 0, 0);
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	margin-top: 20px;
	margin-left: 1.5em;
	margin-bottom: 20px;
}
article section.s5 div.dan3 iframe {
	width: 100%;
	height: 355px;
}
/* --------------------------------------------------- */


/* S6 */
/* --------------------------------------------------- */
article section.s6 p {
	font-family: メイリオ,meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 2em;
	color: #8B0000;
	margin-bottom: 20px;
}
article section.s6 p a {
	color: #8B0000;
}
/* --------------------------------------------------- */


/* S7 */
/* --------------------------------------------------- */


/* --------------------------------------------------- */


/* footer */
/* --------------------------------------------------- */
footer {
	position: relative;
	width: 100%;
	height: 260px;
	background-color: #fff;
	padding: 38px 0px;
}
footer #footer {
	position: relative;
	width: 980px;
	margin: 0 0 0 calc((100% - 980px) * 0.5);
}
footer #footer p.mark {
	float: left;
	width: 131px;
	margin-right: 7px;
}
footer #footer p.mark a img {
	width: 131px;
}
footer #footer h2 {
	float: left;
	font-size: 50px;
	font-weight: bold;
	color: rgb(139, 0, 0);
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	margin-top: 22px;
	margin-bottom: 18px;
}
footer #footer p {
	float: left;
	font-size: 20px;
	line-height: 1.4;
	color: rgb(139, 0, 0);
	margin-right: 50px;
}
footer #footer p a {
	text-decoration: underline;
	color: rgb(139, 0, 0);
}
footer #footer #mailcontact {
	float: left;
	width: 245px;
    height: 40px;
	margin-right: 20px;
	background-color: rgb(219, 184, 154);
	border: 1px solid #000;
	border-radius: 10px;
}
footer #footer #mailcontact:hover {
	background-color: rgb(94, 60, 23);
}
footer #footer #mailcontact p {
	width: auto;
	margin-right: 0;
}
footer #footer #mailcontact p a {
	display: table-cell;
	width: 245px;
    height: 40px;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 1.4em;
	color: rgb(139, 0, 0);
	vertical-align: middle;
}
footer #footer #mailcontact p a:hover {
	color: #fff;
}
@media (max-width: 980px) {

footer #footer {
	width: 100%;
	margin: 0;
}
footer #footer p.mark {
	width: 40px;
	margin-right: 4px;
}
footer #footer p.mark a img {
	width: 100%;
}
footer #footer h2 {
	font-size: 28px;
	text-shadow: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
footer #footer p {
	font-size: 14px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}

}
/* --------------------------------------------------- */


/* 会員ログイン */
/* --------------------------------------------------- */
#wpmem_restricted_msg {
	width: 50%;
	margin: 40px auto 20px;
}
#wpmem_restricted_msg p {
	font-size: 0px;
}
#wpmem_restricted_msg p:before {
	font-size: 16px;
	color: #fff;
	content: "会員限定のサイトです。※ID、PASSをお持ちでない方はお問い合わせからご連絡ください。";
}
#wpmem_login {
	width: 60%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 10px auto 40px;
}
#wpmem_login legend {
	display: none;
}
#wpmem_login fieldset > label:nth-child(2) {
	font-size: 0px;
}
#wpmem_login fieldset > label:nth-child(2):before {
	font-size: 14px;
	content: "ログインID";
}
#wpmem_login input#log,
#wpmem_login input#pwd {
	width: 50%;
	height: 40px;
	margin: 10px auto 40px;
}
#wpmem_login input.buttons {
	width: 30%;
	height: 40px;
	font-size: 18px;
	font-weight: 100;
}
#wpmem_reg {
	display: none;
}
/* --------------------------------------------------- */
