@charset "UTF-8";
/* CSS Document */
html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 0;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0;
	font-family: "Rounded Mplus 1c Bold","ヒラギノ丸ゴ Std", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #ffffff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
	color: #543221;
	display: inline-block;
}
a:hover{
	opacity: 0.6;
}
ruby rt{
	font-size: 1rem;
}

.pc{
	display: block !important;
}
.sp{
	display: none!important;
}
.pcdl{
	display: inline-block!important;
}
.spdl{
	display: none!important;
}

/*ナビボタン*/
header{
	position: relative;
}
header .nav_btn{
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1000;
}
nav{
	position: fixed;
	background-color: #FDAE00;
	width: 100%;
	height: 100vh;
	z-index: 999;
	display: none;
}
nav .nav_list{
	display: flex;
	justify-content: center;
  	align-items: center;
	height: 100vh;
}
nav ul{
	max-width: 700px;
	width: 100%;
}

nav .nav_list ul{
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
nav .nav_list ul li{
	margin-bottom: 10px;
	width: 50%;
}
nav .nav_list ul li img{
	width: 100%;
}

/*footer｜テンプレ*/
footer{
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}
footer::before{
	content: "";
	position: absolute;
    top: -29%;
    left: 0;
    background: url("../img/common/wave.png");
    background-size: cover;
    width: 100%;
    height: 80px;
}
footer p{
	padding: 50px 0px 40px;
}

/*SP*/
@media screen and (max-width: 743px) {
	.pc{
		display: none!important;
	}
	.sp{
		display: block !important;
	}
	.pcdl{
		display: none !important;
	}
	.spdl{
		display: inline-block !important;
	}

	
	header .nav_btn{
		right: -9%;
	}
	header .nav_btn img{
		width: 70%;
	}
	
	nav{
	}
	nav .nav_list{
		padding: 0px 25px;
	}
	nav .nav_list ul{
		display: block;
		height: 70%;
    	overflow-y: scroll;
	}
	nav .nav_list ul li{
		width: 100%;
	}
	
	footer{
		padding: 0px 45px 20px;
		font-size: 1.5rem;
		font-weight: 400;
	}
	footer::before{
		content: "";
		position: absolute;
		top: -12%;
		left: 0;
		background: url(../img/common/sp/wave.png);
		background-size: 100%;
		width: 100%;
		height: 37px;
	}
	footer p{
		padding: 20px 0px;
	}
}
@media screen and (max-width: 720px) {
	header .nav_btn {
		right: 0;
	}
}
@media screen and (max-width: 414px){
	header .nav_btn {
		right: -9%;
	}
}
/*iphonese*/
@media screen and (max-width: 375px){
	footer {
		padding: 0px 45px 20px;
		font-size: 1.4rem;
		font-weight: 400;
	}
}
/*294px縦*/
@media screen and (max-width: 294px){
	header .nav_btn {
		right: -15%;
	}
	header .nav_btn img {
		width: 60%;
	}
	footer::before {
		top: -10%;
	}
	footer {
		padding: 0px 45px 20px;
		font-size: 1rem;
		font-weight: 400;
	}
}
/*sp横*/
@media screen and (max-width: 896px) and (orientation: landscape){
	header .nav_btn {
		position: fixed;
		top: 0;
		right: 3%;
		cursor: pointer;
		z-index: 1000;
	}
	nav ul {
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 400px;
		width: 100%;
	}
	nav .nav_list ul li{
		margin-bottom: 10px;
		width: 50%;
	}
	nav ul li img{
		width: 100%;
	}
}
/*740px以下横*/
@media screen and (max-width: 740px) and (orientation: landscape){
	nav ul {
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	/*nav ul {
		max-width: 160px;
		width: 100%;
	}*/
}
/*iphonese横*/
@media screen and (max-width: 667px) and (orientation: landscape){
	header .nav_btn {
		position: fixed;
		top: 0;
		right: 0%;
		cursor: pointer;
		z-index: 1000;
	}
	nav ul {
		display: flex!important;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 400px;
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 522px) and (orientation: landscape){
	header .nav_btn{
		right: -5%;
	}
	nav ul {
		max-width: 120px;
		width: 100%;
	}
}

/*スクロールアニメーション*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

/*20230403追記*/
#mov_pop{
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100vh;
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#mov_pop .pop{
	max-width: 920px;
    width: 100%;
    background: white;
    padding: 50px;
    border-radius: 10px;
    position: relative;
}
#mov_pop .pop iframe{
	width: 100%;
    height: 519px;
}
#mov_pop .pop .m_close{
	position: absolute;
    top: 10px;
    right: 10px;
	cursor: pointer;
}
/*タブレット縦*/
@media screen and (max-width: 820px) {
	#mov_pop .pop {
		max-width: 670px;
		width: 100%;
		background: white;
		padding: 50px;
		border-radius: 10px;
		position: relative;
	}
	#mov_pop .pop iframe {
    	width: 100%;
		height: 379px;
	}
}
@media screen and (max-width: 896px) and (orientation: landscape){
	#mov_pop .pop {
		max-width: 650px;
		height: 80vh;
		overflow-y: scroll;
		padding: 20px;
	}
	#mov_pop #pop{
		text-align: center;
	}
	#mov_pop .pop iframe {
		width: 85%;
		height: 312px;
	}
}
@media screen and (max-width: 768px){
	#mov_pop .pop {
		max-width: 620px;
		width: 100%;
		background: white;
		padding: 50px;
		border-radius: 10px;
		position: relative;
	}
	#mov_pop .pop iframe {
		width: 100%;
		height: 357px;
	}
}
@media screen and (max-width: 743px){
	#mov_pop .pop {
		max-width: 100%;
		width: 74%;
		padding: 25px;
		height: 189px;
		overflow-y: scroll;
	}
	#mov_pop .pop iframe {
		width: 100%;
		height: 189px;
	}
	#mov_pop .pop .m_close{
		top: 5px;
    	right: 0px;
	}
	img {
		width: 60%;
	}
}
/*740px以下横*/
@media screen and (max-width: 740px) and (orientation: landscape){
	#mov_pop .pop {
		max-width: 100%;
		width: 74%;
		padding: 25px;
		height: 279px;
		overflow-y: scroll;
	}
	#mov_pop .pop iframe {
		width: 90%;
		height: 279px;
	}
}
@media screen and (max-width: 667px) and (orientation: landscape){
	#mov_pop .pop{
		max-width: 100%;
		width: 74%;
		padding: 25px;
		height: 280px;
		overflow-y: scroll;
	}
	#mov_pop .pop iframe {
		width: 100%;
		height: 279px;
	}
}