@charset "UTF-8";


html{
	background-image: url("../img/back01.png");
	background-repeat: repeat;
	font-family: "M PLUS 1p","Avenir","Helvetica Neue","Helvetica","Arial","Hiragino Sans","ヒラギノ角ゴシック","YuGothic","Yu Gothic","メイリオ", "Meiryo","ＭＳ Ｐゴシック","MS PGothic";

}
.gray{color: #414041;}
.pink{color: #ff07eb;}
.orange{color: #f47f21;}
.purple{color:#706df4;}

/*----------- top -------------*/

header{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
	margin: 50px auto 0 auto;
	background: url(../img/kakegawa-photo03.jpg) center / cover;
	font-weight: 700;
    font-style: normal;
}
.topnami-ue{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
	background: url(../img/namiback-ue.png) repeat-x;
}
.topnami-shita{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
	background: url(../img/namiback-shita.png) repeat-x;
	background-position: bottom;
}

.topbox{
	position: relative;
	width: 90%;
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
}
.top-nyaon{
	width: 100%;
	height: auto;
	max-width: 1300px;
	margin: 0 auto;
}

.top-nyaon p{
	position:absolute;
	width: 70%;
	max-width: 650px;
	margin: 0 0 0 auto;
	right: 0px;
	top:200px;
	text-align: right;
}

.top-title h1{
	position:absolute;
	width: 80%;
	max-width: 700px;
	left: 0;
	top: -50px;
}

.top-messe{
	position:absolute;
	width: 50%;
	left: 20px;
	top: 130px;
}
.top-messe p{
	writing-mode: vertical-rl;
	transform: rotate(-10deg); 
	font-size: 1.4rem;
	line-height: 1.5rem;
	color: #ffe777;
	text-shadow: 2px 1px 10px rgb(0 0 0 / 100);
}
.navi-icon{
	position:absolute;
	width: 15%;
	text-align: right;
	top: 30px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}


/*---------- main ------------*/
.main{
	width: 100%;
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
	font-weight: 700;
    font-style: normal;
}
/*---------- nyaondayo ------------*/

.nyaondayo{
	width:95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	}
.nyaonphoto{
	width: 45%;
	max-width: 210px;
	}
.hello{
	width:-moz-fit-content;
    width:fit-content; 
	margin: 0 0 0 10px;
	transform: rotate(10deg); 
    text-shadow: 
       3px  3px 2px #ffffff,
      -3px  3px 2px #ffffff,
       3px -3px 2px #ffffff,
      -3px -3px 2px #ffffff,
       3px  1px 2px #ffffff,
       1px  3px 2px #ffffff,
      -3px  1px 2px #ffffff,
       1px -3px 2px #ffffff;  
	}

.hello01{
	color: #f47f21;
	font-size: 1.2rem;
	text-indent: -2rem;
}
.hello02{
	color: #f47f21;
	font-size: 1rem;
	text-indent: -1rem;
}
.hello-nyaon{
	color: #0090ff;
	font-size: 1.4rem;
}
.hello03{
	color: #f47f21;
	font-size: 1rem;
}
.hello04{
	color: #f47f21;
	font-size: 1rem;
}
.hello-kin{
	color: #ff07eb;
	font-size: 1.7rem;
}
.hello05{
	color: #f47f21;
	font-size: 1rem;
}
.hello04 rt {
  font-size: 0.7rem;
}
.hello-shiru{
	font-size: 1rem;
	}


.toyama-link01{
	width: 50%;
	max-width: 320px;
	margin: 40px auto 5px auto;
}

.sm-340{display: block}
.sm-350{display: none}





/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 350px) {
	
.sm-340{display: none}
.sm-350{display: block}	

	
header{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 600px;
	margin: 50px auto 0 auto;
	background: url(../img/kakegawa-photo03.jpg) center / cover;
	font-weight: 700;
    font-style: normal;
}
.topnami-ue{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 600px;
	background: url(../img/namiback-ue.png) repeat-x;
}
.topnami-shita{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 600px;
	background: url(../img/namiback-shita.png) repeat-x;
	background-position: bottom;
}
	

.top-nyaon{
	width: 100%;
	height: auto;
	max-width: 1300px;
	margin: 0 auto;
}

.top-nyaon p{
	position:absolute;
	width: 70%;
	max-width: 650px;
	margin: 0 0 0 auto;
	right: 0px;
	top:250px;
	text-align: right;
}

.top-title h1{
	position:absolute;
	width: 85%;
	max-width: 700px;
	left: 10px;
	top: -50px;
}

.top-messe{
	position:absolute;
	width: 50%;
	left: 50px;
	top: 200px;
}
.top-messe p{
	writing-mode: vertical-rl;
	transform: rotate(-10deg); 
	font-size: 1.4rem;
	line-height: 1.5rem;
	color: #ffe777;
	text-shadow: 2px 1px 10px rgb(0 0 0 / 100);
}
.navi-icon{
	position:absolute;
	width: 15%;
	text-align: right;
	top: 30px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
	
	
	
.hello04{
	text-indent: -1rem;
}
.hello-shiru{
	font-size: 1.2rem;
	}
	

	
	
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 400px) {

header{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
	margin: 50px auto 0 auto;
	font-weight: 700;
    font-style: normal;
}
.topnami-ue{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
}
.topnami-shita{
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 500px;
}

.topbox{
	position: relative;
	width: 80%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
}
.top-nyaon{
	width: 90%;
	height: auto;
	max-width: 1300px;
	margin: 0 auto;
}
	
.top-nyaon p{
	position:absolute;
	width: 60%;
	max-width: 600px;
	margin: 0 0 0 auto;
	right: 0px;
	top:200px;
	text-align: right;
}

.top-title h1{
	position:absolute;
	width: 70%;
	max-width: 700px;
	left: 10px;
	top: -20px;
}

.top-messe{
	position:absolute;
	width: 50%;
	left: 50px;
	top: 160px;
}
.top-messe p{
	writing-mode: vertical-rl;
	transform: rotate(-10deg); 
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #ffe777;
	text-shadow: 2px 1px 10px rgb(0 0 0 / 100);
}

.navi-icon{
	position:absolute;
	width: 20%;
	max-width: 60px;
	text-align: right;
	top: -10px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}	
	
	
	

	
}


/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 500px) {
	
header{
	width: 100%;
	height: 100vh;
	min-height: 550px;
	max-height: 550px;
	margin: 50px auto 0 auto;
	font-weight: 700;
    font-style: normal;
}
.topnami-ue{
	width: 100%;
	height: 100vh;
	min-height: 550px;
	max-height: 550px;
}
.topnami-shita{
	width: 100%;
	height: 100vh;
	min-height: 550px;
	max-height: 550px;
}

.topbox{
	position: relative;
	width: 80%;
	height: auto;
	max-width: 500px;
	margin: 0 auto;
}
.top-nyaon{
	width: 90%;
	height: auto;
	max-width: 1300px;
	margin: 0 auto;
}
	
.top-nyaon p{
	position:absolute;
	width: 60%;
	max-width: 600px;
	margin: 0 0 0 auto;
	right: 0px;
	top:200px;
	text-align: right;
}

.top-title h1{
	position:absolute;
	width: 70%;
	max-width: 700px;
	left: 10px;
	top: -20px;
}

.top-messe{
	position:absolute;
	width: 50%;
	left: 50px;
	top: 200px;
}
.top-messe p{
	writing-mode: vertical-rl;
	transform: rotate(-10deg); 
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #ffe777;
	text-shadow: 2px 1px 10px rgb(0 0 0 / 100);
}

.navi-icon{
	position:absolute;
	width: 20%;
	max-width: 60px;
	text-align: right;
	top: -10px;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
	
/*---------- nyaondayo ------------*/

.nyaondayo{
	width:95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	}
.nyaonphoto{
	width: 45%;
	max-width: 210px;
	margin: 0 10px 0 0;
	}

.hello01{
	color: #f47f21;
	font-size: 1.3rem;
	text-indent: -2rem;
}
.hello02{
	color: #f47f21;
	font-size: 1.2rem;
	text-indent: -1rem;
}
.hello-nyaon{
	color: #0090ff;
	font-size: 1.8rem;
}
.hello03{
	color: #f47f21;
	font-size: 1.3rem;
}
.hello04{
	color: #f47f21;
	font-size: 1.3rem;
}
.hello-kin{
	color: #ff07eb;
	font-size: 2rem;
}
.hello05{
	color: #f47f21;
	font-size: 1.3rem;
}
.hello04 rt {
  font-size: 1rem;
}
.hello-shiru{
	font-size: 1.3rem;
	}


.toyama-link01{
	width: 50%;
	margin: 40px auto 5px auto;
}

.sm-340{display: block}
.sm-350{display: none}



}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 700px) {
	
/*---------- nyaondayo ------------*/

.nyaonphoto{
	width: 45%;
	margin: 0 10px 0 0;
	}

.hello01{
	font-size: 1.6rem;
	text-indent: -2rem;
}
.hello02{
	font-size: 1.5rem;
	text-indent: -1rem;
}
.hello-nyaon{
	font-size: 2.3rem;
}
.hello03{
	font-size: 1.5rem;
}
.hello04{
	font-size: 1.5rem;
}
.hello-kin{
	font-size: 2.5rem;
}
.hello05{
	font-size: 1.5rem;
}
.hello04 rt {
  font-size: 1rem;
}
.hello-shiru{
	font-size: 1.6rem;
	}


.toyama-link01{
	width: 50%;
	margin: 40px auto 5px auto;
}
	
	
}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 850px) {

.top-title h1{
	position:absolute;
	width: 70%;
	max-width: 700px;
	left: -20px;
	top: -20px;
}

.navi-icon{
	position:absolute;
	width: 35%;
	max-width: 200px;
	text-align: right;
	top: -10px;
	right: -70px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.top-messe{
	position:absolute;
	width: 80%;
	left: -50px;
	top: 250px;
}
.top-messe p{
	writing-mode: horizontal-tb;
	transform: rotate(-10deg); 
	font-size: 1.5rem;
	line-height: 2rem;
}
	
}


/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 900px) {
	



}
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
/*------------------------------*/
@media only screen and (min-width: 980px) {	
	
	header{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 600px;
	margin: 50px auto 0 auto;
	font-weight: 700;
    font-style: normal;
}
.topnami-ue{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 600px;
}
.topnami-shita{
	width: 100%;
	height: 100vh;
	min-height: 600px;
	max-height: 600px;
}

.topbox{
	position: relative;
	width: 80%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
}
.top-nyaon{
	width: 90%;
	height: auto;
	max-width: 1300px;
	margin: 0 auto;
}
	
.top-nyaon p{
	position:absolute;
	width: 60%;
	max-width: 600px;
	margin: 0 0 0 auto;
	right: -80px;
	top:200px;
	text-align: right;
}

.top-title h1{
	position:absolute;
	width: 80%;
	max-width: 700px;
	left: -40px;
	top: -20px;
}

.top-messe{
	position:absolute;
	width: 80%;
	left: -40px;
	top: 320px;
}
.top-messe p{
	writing-mode: horizontal-tb;
	transform: rotate(-10deg); 
	font-size: 1.7rem;
	line-height: 2.1rem;
}
.navi-icon{
	position:absolute;
	width: 35%;
	max-width: 300px;
	text-align: right;
	top: -10px;
	right: -90px;
}

/*---------- nyaondayo ------------*/

.nyaonphoto{
	width: 45%;
	max-width: 280px;
	margin: 0 10px 0 0;
	}

.hello01{
	font-size: 2rem;
	text-indent: -2rem;
}
.hello02{
	font-size: 1.8rem;
	text-indent: -1rem;
}
.hello-nyaon{
	font-size: 2.7rem;
}
.hello03{
	font-size: 2rem;
}
.hello04{
	font-size: 2rem;
}
.hello-kin{
	font-size: 2.8rem;
}
.hello05{
	font-size: 1.9rem;
}
.hello04 rt {
  font-size: 1.3rem;
}
.hello-shiru{
	font-size: 2rem;
	}


.toyama-link01{
	width: 50%;
	margin: 40px auto 5px auto;
}
}