﻿@charset "utf-8";
@import "base.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body{
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.65;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
#wrapper,#tappuri50_wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
* {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.reverse {
	flex-flow: row-reverse;
}

/* main　
------------------------------------------------------------*/
.cont {
	margin-top: 20px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.inr50 {
	padding-left: 50px;
	padding-right: 50px;
}
.inr25 {
	padding-left: 25px;
	padding-right: 25px;
}

.cont01 {
	min-height: 1000px;
	background-color: #fbb509;
	padding-top: 30px;
	padding-bottom: 0;
	position: relative;
}
.cont01 .ttl {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.cont01 .img {
	width: 81.88%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
}
.saku01,
.saku02,
.nori01,
.nori02,
.nori03 {
	position: absolute;
	z-index: 3;
}
.saku01 {
	width: 31.6%;
	left: 80px;
	top: 360px;
	z-index: 9;
	animation: jump 1.5s ease infinite;
}
.saku02 {
	width: 28%;
	left: 240px;
	top: 600px;
	z-index: 9;
	animation: jump2 1.5s ease infinite;
}
/* @keyframes jump {
	0% , 100%{ transform: scale(1) translate(0, 0); }
	50%{ transform: scale(1, .8) translate(0, 100px); }
} */


@keyframes jump {
	0% , 49%{ transform: scale(1) translate(6vw, 6vw); }
	50% , 100%{ transform: scale(1) translate(0, 0); }
}
@keyframes jump2 {
	0% , 24%{ transform: scale(1) translate(0,0); }
	25% , 74%{ transform: scale(1) translate(6vw, -6vw); }
	75% , 100%{ transform: scale(1) translate(0,0); }
}

.nori01 {
	width: 34.7%;
	right: 30px;
	bottom: 10px;
	animation: swing 3s ease infinite;
}
.nori02 {
	width: 24.3%;
	right: 240px;
	bottom: 320px;
	animation: swing 4s ease infinite;
}
.nori03 {
	width: 32%;
	left: 30px;
	bottom: 20px;
	animation: swing 5s ease infinite;
}
@keyframes swing {
	0% , 100%{ transform: translate(0, 0) rotate(2deg); }
	50%{ transform: translate(20px, 0) rotate(-2deg); }
}

.cont02 {
	padding-top: 0;
}
.cont02 .ttl {
	background-color: #262212;
	text-align: center;
	padding: 30px 15px;
}
.cont02 .img {
	padding-top: 60px;
}

.cont03 {
	background-color: #262212;
	padding-top: 0;
	padding-bottom: 10px;
	position: relative;
}
.cont03 .ttl {
	background-color: #262212;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.cont03 .ttl .txt {
	width: 66%;
}
.cont03 .ttl .medal {
	width: 34%;
	position: absolute;
	right: -30px;
	top: -10px;
}
.cont03 .box {
	width: 48%;
	position: absolute;
	right: 5%;
	bottom: 20px;
}

.cont03 .box .txt {
	color: #ffffff;
	text-align: center;
}

.cont04 {
	background-color: #262212;
	color: #ffffff;
}
.cont04 .ttl {
	text-align: center;
}
.cont04 .img {
	margin-top: 10px;
}
.cont04 .txt {
	font-size: 40px;
	text-align: center;
}

.cont05 {
	background-image: url(../img/cont_bg01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	position: relative;
}
.cont05 .ttl {
	text-align: center;
}
.cont05 .box {
	margin-top: 20px;
	align-items: flex-end;
}
.cont05 .txt {
	width: 48%;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 20px;
}
.cont05 .txt span {
	display: inline-block;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.cont05 .txt span.bg01 {
	background-image: url(../img/cont05_line01.png);
}
.cont05 .txt span.bg02 {
	background-image: url(../img/cont05_line02.png); 
}
.cont05 .img {
	width: 52%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.cont06 {
	background-image: url(../img/cont_bg02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.cont06 .ttl {
	text-align: center;
}
.cont06 .box {
	margin-top: 20px;
}
.cont06 .txt {
	width: 50%;
	font-size: 40px;
	font-weight: 700;
}
.cont06 .txt img {
	margin: 10px 0;
}
.cont06 .txt span {
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 3em;
}
.cont06 .img {
	width: 50%;
	display: flex;
	align-items: flex-end;
}

.cont07 {
	background-color: #fbb509;
}
.cont07 .ttl {
	text-align: center;
}
.cont07 .box {
	margin-top: 30px;
	justify-content: space-between;
}
.cont07 .img {
	width: 49%;
}
.cont07 table {
	width: 100%;
	border: 8px solid #221c16;
	border-radius: 33px 33px 0 0;
	border-collapse: separate;
	margin-top: 20px;
}
.cont07 table th,
.cont07 table td {
	text-align: center;
	padding: 20px 10px;
}
.cont07 table th {
	width: 100%;
	background-color: #221c16;
	border-radius: 20px 20px 0 0;
	text-align: center;
}
.cont07 table td {
	background-color: #ffffff;
	border-right: 4px solid #221c16;
	border-bottom: 4px solid #221c16;
	font-size: 35px;
	font-weight: 700;
}
.cont07 table td:first-child {
	border-left: none;
}
.cont07 table td:last-child {
	border-right: none;
}
.cont07 table tr:last-child td {
	border-bottom: none;
}

.cont08 {
	background-color: #fbb509;
	padding-bottom: 20px;
}
.cont08 .txt {
	margin-bottom: 20px;
}
.cont08 dl {
	margin-bottom: 10px;
}
.cont08 dl dt {
	color: #d5252b;
	font-size: 35px;
	font-weight: 700;
	text-indent: -1em;
	padding-left: 1em;
}
.cont08 dl dd {
	font-size: 32px;
}

.cont09 {
	background-image: url(../img/cont_bg01.jpg);
	background-position: lcenter;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0;
}
.cont09 .ttl {
	text-align: center;
}
.cont09 .box {
	margin-top: 20px;
}
.cont09 .box .img {
	width: 33.33%;
}

.cont10 {
	background-color: #ece2ca;
	padding-top: 0;
	padding-bottom: 0;
}
.cont10 .ttl {
	background-color: #262212;
	text-align: center;
	padding: 30px 15px;
}
.cont10 dl {
	background-image: url(../img/cont10_line.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 20px 0 30px;
}
.cont10 dl:last-child {
	background-image: none;
}
.cont10 dl dt {
	font-size: 32px;
	font-weight: 900;
}
.cont10 dl dd {
	font-size: 25px;
}
.cont10 dl dd span {
	color: #a91d22;
	font-size: 30px;
}

.cont11 {
	padding-top: 0;
	padding-bottom: 0;
}
.cont11 .img:nth-child(2) {
	margin: 20px 0;
}

.cont12 {
	background-image: url(../img/nori_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.cont12 .ttl {
	text-align: center;
}
.cont12 .box {
	margin-top: 30px;
	align-items: center;
}
.cont12 .img {
	width: 50%;
}
.cont12 .txt {
	width: 50%;
	font-size: 29px;
}
.cont12 .txt span {
	display: inline-block;
	width: 100%;
	font-size: 24px;
	text-align: right;
}

.cont13 {
	background-image: url(../img/nori_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.cont13 .ttl {
	text-align: center;
}
.cont13 .box {
	justify-content: space-between;
	align-items: flex-end;
	margin: 40px 0 30px;
}
.cont13 .box .img {
	width: 32%;
}
.cont13 .txt {
	font-size: 32px;
}
.cont13 .txt span {
	color: #fbb509;
}

.cont14 {
	background-image: url(../img/cont_bg03.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #262212;
}
.cont14 .ttl {
	text-align: center;
}
.cont14 .box {
	margin-top: 80px;
	justify-content: flex-end;
}
.cont14 .img {
	width: 48%;
}
.cont14 .txt {
	width: 48%;
	max-width: 405px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.6;
	margin-left: 4%;
}
.cont14 .txt .capacity {
	font-size: 45px;
	font-weight: 900;
	margin-top: 15px;
}

.cont15 {
	padding-top: 0;
	padding-bottom: 0;
}
.cont15 .box {
	width: calc(100% - 30px);
	background-color: #ffebc8;
	border-radius: 33px;
	margin: 0 auto 20px;
	padding: 50px;
}
.cont15 .box01 {
	max-width: 886px;
	margin: 0 auto;
	justify-content: space-between;
}
.cont15 .box01 .official {
	width: 228px;
	height: 228px;
	background-color: #d5252b;
	color: #ffffff;
	font-size: 68px;
	font-weight: 700;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont15 .box01 .item .ttl {
	font-size: 70px;
	font-weight: 900;
}
.cont15 .box01 .item04 .ttl,
.cont15 .box01 .item05 .ttl,
.cont15 .box01 .item06 .ttl {
	font-size: 59px;
}
.cont15 .box01 .item .sub {
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
}
.cont15 .box01 .item01 .sub {
	background-color: #262212;
}
.cont15 .box01 .item02 .sub {
	background-color: #8b1d13;
}
.cont15 .box01 .item03 .sub {
	background-color: #325327;
}
.cont15 .box01 .item04 .sub,
.cont15 .box01 .item05 .sub,
.cont15 .box01 .item06 .sub {
	background-color: #ffffff;
	border: 5px solid #d5252b;
	color: #d5252b;
}
.cont15 .box02 {
	margin-top: 30px;
	justify-content: center;
	align-items: center;
}
.cont15 .box02 .img {
	width: 49%;
	text-align: center;
	margin-left: 2%;
}
.cont15 .box02 .price {
	width: 49%;
}
.cont15 .btn {
	text-align: center;
	margin-top: 10px;
}
.cont15 .btn a:hover {
	opacity: 0.7;
}

#tappuri50_wrapper .cont{
	margin-top: 20px;
	margin-bottom: 20px;
}
#tappuri50_wrapper .cont10 .ttl{
	background-color: unset;
	padding: 0;
}
#tappuri50_wrapper .cont10 dl dd span {
    color: unset;
    font-size: unset;
}

#tappuri50_wrapper .cont .box{
	background-color: #ece2ca;
}

#tappuri50_wrapper .cont .txt {
    font-size: 40px;
	margin-top: 20px;
}

#tappuri50_wrapper .cont3 dl dd{
	z-index: 2;
	position: relative;
}
#tappuri50_wrapper .cont3{
	position: relative;
}
#tappuri50_wrapper .cont3::after{
	position: absolute;
	bottom: 5px;
	right: 5px;
	content: "";
	width: 200px;
	height: 200px;
	background: url(../img/tappri50.png) no-repeat;
	background-size: contain;
	z-index: 1;
}
@media screen and (max-width: 520px) {
	#tappuri50_wrapper .cont3::after{
		width: 150px;
		height: 150px;
	}

}
@media screen and (max-width: 475px) {
	#tappuri50_wrapper .cont3::after{
		width: 100px;
		height: 100px;
	}

}


.cl_red {
	color: #a00000;
}

.bold{
	font-weight: bold;
}
.highlight{
	background-color: #edd99d;
}
.ta_center{
	text-align: center;

}
@media screen and (max-width: 1000px) {
	.cont05 .txt,
	.cont06 .txt {
		font-size: 30px;
	}
	.cont06 .txt span {
		font-size: 20px;
	}
}

@media screen and (max-width: 960px) {
	.cont07 table td {
		font-size: 28px;
	}

	.cont12 .txt {
		font-size: 24px;
	}
	.cont12 .txt span {
		font-size: 16px;
	}

	.cont15 .box01 .item .ttl {
		font-size: 7vw;
	}
	.cont15 .box01 .item04 .ttl,
	.cont15 .box01 .item05 .ttl,
	.cont15 .box01 .item06 .ttl {
		font-size: 5.9vw;
	}
	.cont15 .box01 .item .sub {
		font-size: 5vw;
	}
	.cont15 .box01 .official {
		width: 26.2%;
		height: 24vw;
		font-size: 6.8vw;
	}
}

@media screen and (max-width: 880px) {
	.cont04 .txt {
		font-size: 36px;
	}

	.cont14 .txt {
		font-size: 32px;
	}
	.cont14 .txt .capacity {
		font-size: 36px;
	}
}

@media screen and (max-width: 768px) {
	.cont {
		margin-top: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.inr50 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.inr25 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cont01 {
		min-height: 1px;
		padding-bottom: 80vw;
	}
	.saku01 {
		left: 10%;
		top: 36%;
	}
	.saku02 {
		left: 30%;
		top: 55%;
	}
	.nori02 {
		right: 28%;
		bottom: 30%;
	}
	.nori03 {
		left: 10px;
	}

	.cont02 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.cont02 .ttl {
		padding: 20px 15px;
	}
	.cont02 .img {
		padding-top: 30px;
	}

	.cont03 {
		padding-top: 0;
	}
	.cont03 .ttl {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cont03 .ttl .medal {
		right: -15px;
		top: 10px;
	}

	.cont04 .txt {
		font-size: 24px;
	}
	
	.cont05 .txt {
		font-size: 16px;
	}
	.cont05 .txt br {
		display: none;
	}

	.cont06 {
		padding-bottom: 0;
	}
	.cont06 .txt {
		font-size: 16px;
	}
	.cont06 .txt br {
		display: none;
	}
	.cont06 .txt span {
		font-size: 14px;
		padding-left: 1em;
	}
	.cont06 .txt span br {
		display: inline-block;
	}
	.cont06 .img {
		margin-top: 20px;
	}

	.cont07 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cont07 .box {
		margin-top: 20px;
	}
	.cont07 table td {
		font-size: 16px;
		padding: 10px;
	}

	.cont08 {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.cont08 dl dt {
		font-size: 16px;
		line-height: 1.2;
	}
	.cont08 dl dd {
		font-size: 14px;
	}

	.cont09 {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.cont10 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.cont10 .ttl {
		padding: 20px 15px;
	}
	.cont10 dl dt {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 5px;
	}
	.cont10 dl dd {
		font-size: 14px;
	}
	.cont10 dl dd span {
		font-size: 16px;
	}

	.cont11 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.cont11 .img:nth-child(2) {
		margin: 10px 0;
	}

	.cont12 .txt {
		font-size: 16px;
	}
	.cont12 .txt span {
		font-size: 14px;
		text-align: left;
		margin-top: 5px;
	}

	.cont13 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cont13 .txt {
		font-size: 16px;
	}
	.cont13 .txt span {
		display: block;
	}

	.cont14 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cont14 .box {
		margin-top: 30px;
		align-items: center;
	}
	.cont14 .txt {
		font-size: 16px;
	}
	.cont14 .txt .capacity {
		font-size: 18px;
	}

	.cont15 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.cont15 .box {
		margin: 0 auto 10px;
		padding: 30px 20px 20px;
	}
	#tappuri50_wrapper .cont .txt {
		font-size: 20px;
		width: 90%;
		margin: 20px auto;

	}
}

@media screen and (max-width: 480px) {
	.cont04 .txt {
		font-size: 16px;
		text-align: left;
	}
	.cont04 .txt br {
		display: none;
	}

	.cont07 table td {
		font-size: 10px;
		padding: 5px;
	}

	.cont12 .img {
		width: 100%;
		text-align: center;
	}
	.cont12 .txt {
		width: 100%;
	}

	.cont15 .box01 .official {
		width: 80px;
		height: 80px;
		font-size: 21px;
	}
	.cont15 .box01 .item {
		width: calc(100% - 94px);
		text-align: center;
	}
	.cont15 .box01 .item .ttl {
		font-size: 5vw;
	}
	.cont15 .box01 .item04 .ttl,
	.cont15 .box01 .item05 .ttl,
	.cont15 .box01 .item06 .ttl {
		font-size: 4.5vw;	
	}
	#tappuri50_wrapper .cont .txt {
		font-size: 14px;
		width: 90%;
		margin:20px auto;
	}
}
