@charset "UTF-8";
/* reset.css */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, 
p, a, img, dl, dt, dd, ol, ul, li, label, table, 
tbody, tr, th, td,figure,figcaption{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}
address {
	font-style: normal;
}
body {
	line-height: 1.6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#333;
	overflow-x: hidden;
	font-size: 18px;
}
ul {
	list-style: none;
	font-size:0;
}
ol {
	padding-left:1.5rem;
	margin-bottom: 1.5rem;
}
ol li {
	margin-bottom: 0.8rem;
}
li {
	font-size:16px;
}

table, td, th {
	border: 1px solid #434242;
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline: none;
	text-decoration: none;
	display:block;
	color:#434242;
}
a:hover {
	text-decoration: none;
}
img {
	width:100%;
	vertical-align: top;
}
/* 右寄せ */
.right {
	text-align:right;
}

/* センター寄せ */
.center {
	text-align:center;
}

.cf {
	overflow: hidden;
	zoom:1;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.flex {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.flex li {
	width:49%;
	text-align: center;
}
.textBold {
	font-weight: bold;
	font-size: 18px;
}
.mb2 {
	margin-bottom: 2%;
}
.mb4 {
	margin-bottom: 4%;
}
.mb4 {
	margin-bottom: 4%;
}
.mb6 {
	margin-bottom: 7%;
}
header {
    width: 100%;
	height: 100px;
    background-color: #961e23;
}

header h1 {
    width: 134px;
    margin: 0px auto;
    padding: 10px;
}

#mainPhoto {
	width:100%;
	max-width: 1120px;
	margin: 0 auto;
}
.innerBox {
	width:100%;
	max-width: 1120px;
	padding:6% 4%;
	margin: 0 auto;
}

#mainBg {
	background: url(../img/bg01.jpg)repeat-x;
}

h2 {
	width:45%;
	margin: 0 auto;
}

h3 {
	font-size: 300%;
	font-weight: bold;
	color:#30213e;
	text-align: center;
	margin: 0 0 2%;
}
h4 {
	color: #961d23;
	font-weight: bold;
	font-size: 120%;
}
h4 span {
	font-size: 75%;
}

.youtube {
	position: relative;
	padding-top: 56.2%;
	margin: 0 auto 0;
	width: 70%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70%;
	margin: 10% auto 0;
}
				
.bgColor01 {
	border-top: 8px solid #961d23;
	background: #fffbfb url(../img/bg03.png)no-repeat 100% 100%;
	background-size: 80%;
}

.bgColor01.innerBox {
	padding:6% 4% 0;
}

.bgColor02 figure,.bgColor03 figure,.bgColor04 figure {
	margin-bottom: 2%;
}
.bgColor02 {
	background: #fffceb url(../img/bg04.png)no-repeat 0 0;
	background-size: 80%;
}

.bgColor02 .floatL {
	width:60%;
}

.bgColor02 .floatR {
	width: 36%;
	margin: 0 0 0 4%;
}


.bgColor03 {
	background: #fffbfb url(../img/bg03.png)no-repeat 100% 0;
	background-size: 80%;
}

.bgColor03 .floatR {
	width:36%;
	margin: 0 0 0 0;
}

.bgColor03 #text-wrap .hide-text02 .floatL {
	width:60%;
}

.bgColor03 #text-wrap .hide-text02 .floatR {
	width:36%;
	margin: 0;
}

.bgColor04 {
	background: #fffceb url(../img/bg04.png)no-repeat 0 0;
	background-size: 80%;
}
.bgColor04 .innerBox {
	padding: 6% 4% 1%;
}

.bgColor04 figure.floatL {
	width:60%;
}

.bgColor04 .floatR {
	width:36%;
	margin: 0 0 0 4%;
}
p.koromon {
    width: 10%;
    margin: 0 auto ;
}
#text-wrap {
	width: 100%;
    display: block;
    margin: 0 auto;
}

.show-text {
    margin: 0;
}

.hide-text01,.hide-text02,.hide-text03 {
    display: none;
}
 
 
button.readmore01,button.readmore02,button.readmore03 {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 2% auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore01::after,button.readmore02::after,button.readmore03::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore01:hover::after,button.readmore02:hover::after,button.readmore03:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

#btnList {
	margin: 15% auto 0;
}

#btnList li {
	float: left;
	width:32%;
	margin: 0 2% 4% 0;
	text-align: center;
}
#btnList li:last-child {
	float: left;
	width:32%;
	margin: 0 0 4% 0;
}

#btnList li a {
	display: block;
	padding:0.8rem 0;
	background: #961d23;
	color:#fff;
	text-align: center;
}

footer {
	text-align: center;
}
footer address {
    padding: 0.5% 0 0.5%;
    font-size: 70%;
    background: #961d23;
    color: #fff;
}

.sp {
	display:none;
}
.textSmall {
	font-size: 75%;
}
p.textSmall {
	margin: 0 auto ;
	width: 100%;
	max-width: 980px;
	padding-bottom: 1%;
}

@media screen and (max-width: 767px){
	
body {
	font-size: 14px;
}
li {
	font-size:14px;
}	
header {
	width: 100%;
	height: auto;
	margin: 0 auto ;
}
	
header h1 {
    width: 23%;
    padding: 1.5%;
}	
.flex {
    display: block;
}	
.flex li {
	width: 100%;
	margin: 0 0 6%;
}
.youtube {
	width: 100%;
	margin: 0 auto 20%;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.innerBox {
	width:98%;
	max-width: unset;
}

h2 {
	width:80%;
}

h3 {
	font-size: 140%;
}
				
.bgColor01 {
	background-size: 100%;
}

.bgColor02 {
	background-size: 100%;
}

.bgColor02 figure.floatL {
	float:none;
	width:100%;
}

.bgColor02 .floatR,.bgColor03 .floatR,.bgColor04 .floatR {
	float:none;
	width: 50%;
	margin: 0 auto 6%;
}


.bgColor03 #text-wrap .hide-text02 .floatL {
	float:none;
	width: 100%;
}
.bgColor03 {
	background-size: 100%;
}

.bgColor03 .floatL {
	float:none;
	width:100%;
}

.bgColor03 figure.floatR {
	float:none;
	width:100%;
}
.bgColor03 #text-wrap .hide-text02 .floatR {
	width:100%;
}

.bgColor03 .hide-text02 .floatR ul {
    overflow: hidden;
	margin: 4% 0;
}

.bgColor03 .hide-text02 .floatR ul li {
  float:left;
	width:49%;
	margin: 0 2% 2% 0;
}

.bgColor03 .hide-text02 .floatR ul li:last-child {
	margin: 0 0 2% 0;
}

.bgColor04 {
	background-size: 100%;
}

.bgColor04 figure.floatL {
	float:none;
	width:100%;
}

#text-wrap {
    width: 100%;
}

#text-wrap .floatL {
	float:none;
	width:100%;
}
#text-wrap .floatR {
	float:none;
	width:100%;
}

#btnList li {
	float: none;
	width:80%;
	margin: 0 auto 4%;
	text-align: center;
}
#btnList li:last-child {
	float: none;
	width:80%;
	margin: 0 auto 4%;
}
#btnList li a {
    padding: 0.5rem 0;
	font-size: 90%;
}
p.koromon {
    width: 20%;
    margin: 0 auto ;
}	
.pc {
	display:none;
}
.sp {
	display:block;
}
p.textSmall {
	width: 96%;
}

	
}