@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
@media only screen and (min-width:481px) and (max-width:1000px) {
	
img { 
	  height: auto;
      max-width:100%;
}
	
/* [ SEC01 ] ================================================*/

#sec01 {
	display: none;
}
	
#sec01-sp {
    display: block;
}
	
#mv-sp {
    width: 100%;
    padding-top: 143.28125%;
    background: url("../img/mv-sp.png?251017") no-repeat;
    background-size: cover;
	position: relative;
	z-index: -1;
}

.hayagake {
	text-align: center;
	margin-top: -150px;
	z-index: +1;
}
	
.hayagake img {
    width: 90%;
}

.date {
	text-align: center;
	margin-top: 34px;
	z-index: +2;
}
	
.date img {
    width: 80%;
}

.entry_bn_sp {
	text-align: center;
	margin-top: 44px;
	z-index: +2;
}
	
.entry_bn_sp img {
    width: 70%;
}
	
/* [ SEC02 ] ================================================*/

#sec02 {
	background-image: url("../img/about-sp.png");
	background-repeat: no-repeat;
	background-size: contain;
	min-width: 100%;
	width: 100%;
	height: auto;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

.ttl-01 {
    font-family: 'Shippori Mincho', serif;
	font-size: 22px;
	padding-top: 103px;
	border-bottom: 3px solid #e1d250;
	width: 80%;
	margin:  0 auto;
	text-align: center;
}

.about-img {
	display: none;
}
	
.about-img-sp {
    display: block;
	text-align: center;
	padding-top: 33px;
}
	
.about-img-sp img {
    width: 80%;
}

.about-txt {
	display:flex;
	text-align:justify;
	padding: 23px 9% 0 9%;
    font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	line-height: 1.6rem;
}

.about-txt:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-bottom:35%;
}

.about-txt-02 {
	font-size: 15px;
	margin-top: 35px;
	color: #e1d250;
	text-align: center;
}

.about-txt-03 {
	font-size: 15px;
	margin-top: 15px;
	color: #e1d250;
	text-align: center;
}

.waku {
	display: block;
	border: 1px solid #e1d250;
	padding: 4px 8px;
	text-align: center;
}
	
.space {
	display: none;
}	
	
/* [ SEC03 ] ================================================*/

.ttl-02 {
	text-align: center;
	width: 90px;
	margin: 0 auto;
	padding-top: 100px;
}

.year {
	width: 100px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.year li {
	font-family: 'Bebas Neue', sans-serif;
	padding: 15px 25px 0 25px;
	font-size: 30px;
}

.on {
	color: #e1d250;
}

.record {
	width: 90%;
	margin: 5% auto;
}

.record ul {
	display: block;
}

.record ul li:first-child {
	padding-right: 0;
}

.record-table-bg {
	background-color: #323232;
}

.ttl-03 {
	font-size: 17px;
	padding-bottom: 10px;
}

.red {
	color: #ff0000;
	font-weight: bold;
}
	
.record-table {
border-collapse: 0; /* セルの境界線の間隔を開けて表示する */
border-spacing: 0; /* 隣接するセルのボーダー間の間隔を指定する */
width: 100%; /* テーブルの横幅を指定する */
margin-bottom: 30px;
	font-size: 12px;
}
.record-table th, .record-table td {
text-align: center; /* セル内のテキストの位置を指定（真ん中）する */
padding: 10.5px; /* 要素の余白を指定する(上下左右) */
border: 1px solid #fff;/* 境界線を実線で指定する */
white-space: nowrap; /* テキストの折り返しをしない */
}
.record-table tr:nth-child(even){
}	
	
/* [ SEC04 ] ================================================*/

#sec04 {
    font-family: 'Shippori Mincho', serif;
	overflow: hidden;
}

.ttl-04 {
	text-align: center;
	padding: 80px 0 44px 0;
	z-index: +5;
}
	
.ttl-04 img {
	width: 200px;
}


.slant-bg {
	float: none;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
    top: -40px;
	z-index: -1;
}

.slant-bg ul {
	display: block;
}

.slant-bg::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #6e2816, #716828);
    transform: skew(0,-13deg);
    z-index: -1;
}

.cmnt-img-01 {
	padding-left: 0;
	text-align: center;
}
	
.cmnt-img-01 img {
	width: 80%;
}
.cmnt-txt-01 {
	width: 80%;
	margin: 0 10%;
	padding: 0 0 0 0;
	display:block;
	text-align:justify;
    font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	line-height: 1.6rem;
}

.cmnt-txt-01:before{
	content:"";
	display: block;
	width:0;
	height:0;
	padding-bottom:0;
}

.cmnt-name {
	display: block;
	padding: 40px 0 8px 0;
	margin-bottom: 20px;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.slant-bg02 {
	float: none;
    width: 100%;
    margin: 3px 0 0 0;
    padding: 50px 0;
    position: relative;
    top: -40px;
	z-index: -1;
}

.slant-bg02 ul {
	display: block;
}

.slant-bg02 p {
}

.slant-bg02::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to left, #6e2816, #716828);
    transform: skew(0,-13deg);
    z-index: -1;
}	
	
/* [ SEC05 ] ================================================*/

#sec05 {
	width: 90%;
	margin: 5% auto;
	padding-top: 52px;
}

#sec05 ul {
	display: block;
    justify-content: center;
    align-items: center;
    list-style: none;
	margin-bottom: 0;
}

.pa86 {
	padding-right: 0;
}	

.youtube-sp {
	width: 100%;
}
	
/* [ SEC06 ] ================================================*/

.ttl-05 {
	text-align: center;
	padding: 80px 0 24px 0;
	z-index: +5;
}
	
.ttl-05 img {
	width: 300px;
}

.slider_area {
    display: block;
    width: 100%;
    margin-top: 24px;
	margin-bottom: 15px;
    position: relative;
    z-index: +3;
}

.slider-sp {
    width: 100%;
    padding: 0;
}

.slider-sp li {
    margin: 10px;
}

.slider-sp li img {
}

.slick-dots {
}

.photo_btn {
	display: flex;
	flex-wrap: wrap; 
	margin: 3% auto;
	width: 94%;
    justify-content: center;
    align-items: left;
    list-style: none;
}

.photo_btn li {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	margin: 10px 10px;
}

.photo_btn li a {
	border: 2px solid #fff;
	padding: 2px 48px 1px 48px;
}

.photo_btn li a:hover {
	color: #e1d250;
	border: 2px solid #e1d250;
}	
	
/* [ SEC07 ] ================================================*/

#sec07 {
	width: 90%;
	margin: 5% auto;
}

.ttl-06 {
    font-family: 'Shippori Mincho', serif;
    font-size: 25px;
    padding-top: 42px;
	margin-bottom: 22px;
    border-bottom: 3px solid #e1d250;
    width: 60%;
	text-align: center;	
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

#sec07 ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

#sec07 ul li {
	padding: 13px 2%;
	width: 46%;
}
	
/* [ SEC08 ] ================================================*/

#sec08 {
	position: relative;
}

.sec08 {
	width: 90%;
	margin: 0 auto;
}

.ttl-06 {
    font-family: 'Shippori Mincho', serif;
    font-size: 25px;
    padding-top: 42px;
	margin-bottom: 22px;
    border-bottom: 3px solid #e1d250;
    width: 60%;
	text-align: center;	
}

.sec08_bg {
	display: none;
}

button.input2 {
    font-family: 'Shippori Mincho', serif;
font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #db4128;
	border: none;
}

.sec08_btn {
	display: none;
}

.history-sp {
	display: block;
}	

.history-sp-area {
	display: block;
    width: 80%;
    margin: 0 auto;
}	

.history-ttl {
    font-family: 'Hina Mincho', serif;
    font-size: 1.4rem;
    margin-top: -16px;
}

.history-cmnt {
    text-align: justify;
    font-family: 'Shippori Mincho', serif;
    font-size: 15px;
    line-height: 1.6rem;
	margin-top: 20px;
}
	
.history_bn_sp {
	display: block;
	text-align: center;
	margin-top: 44px;
	z-index: +2;
}
	
.history_bn_sp img {
    width: 70%;
}	
	
/* [ SEC09 ] ================================================*/

.form-iframe-sp {
	display: block;
	width: 80%;
	height: 2380px;
	margin: 10% auto;
	background-color: #fff;
	padding: 3% 3% 20% 3%;
}
	
.form-iframe {
    display: none;
}
	
/* [ footer top ] ================================================*/

.bn {
	padding: 60px 0;
	text-align: center;
}

.bn a img {
}
	
.kyousan {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 90%;
    justify-content: space-between;
	align-items: center;
    list-style: none;
}

.kyousan li img {
	width: 100%;
}

.kyousan li {
	width: 46%;
	padding:7px 2%;
}

footer {
	margin-top: 200px;
	text-align: center;
    font-family: 'Shippori Mincho', serif;
	font-size: 14px;
}

.fotter-name {
	padding-top: 30px;
}

#copy_out {
	padding: 30px 0 10px 0;
	font-size: 12px;
}

	

/* [ PAGE TOP ] ================================================*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 0;
}
	#page-top img {
		width: 80%;
	}
	
	

}