@charset "utf-8";
/* CSS Document */

/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/ 

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*font*/


* { 
margin: 0;
 padding: 0;
  border: 0;
   list-style: none; 
   }

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #3887B3;
    text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
    color: #C03A4B;
} 
a:active {
　　color: #CC0066; 
} 

.green {
	color: #7EAC5D;
}

h1 {
    width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}
h1 img {
	width: 100%;
}
.animated:hover{
animation: shake 1s;
}
.animated2:hover{
animation: swing 1s;
}

h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-radius: 10px;
    line-height: 1.3em;
    font-family: "Kiwi Maru", serif;
    background-image: url(images/bg_h2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
}

h2 div {
    font-size: 0.6em;
    color: #949494;
    font-family: "Noto Sans", serif;
}
h3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: left;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 4px;
    padding-left: 4px;
    position: relative;
    background-color: #36E0E3;
    box-shadow: 0px 0px 0px 5px #36E0E3;
    border: dashed 2px white;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 5px #36E0E3;
    border-radius: 10px;
}



h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #22862B;
    margin-bottom: 15px;
    border-top: 1px dotted #97D765;
    border-bottom: 1px dotted #97D765;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F4FDEE;
}

img {
	vertical-align: bottom;
	border: 0px;

}


/*
main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}
*/



/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  font-family: "Kosugi Maru", serif;
    font-size: 17px;
    color: #564235;
    background-color: #FFFFFF;
    background-image: url("images/bg_header.png"),url("images/bg_body.png");
    background-position: center top,center top;
    background-repeat: no-repeat,no-repeat;
    background-size: 100% auto,100% auto;
	line-height: 1.8em;
    background-attachment: fixed;
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url("images/bg_footer.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
}

header {
    background-image: url(images/bg_header2.png);
    background-repeat: no-repeat;
    background-position: center top;

}

#menu{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#menu ul{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 2em;
}

#menu li a{
    color: #562D00;
    font-weight: bold;
    font-size: 1.2em;

}
#menu li{
    text-align: center;
    width: 12.5%;
    border-radius: 10px;

}

#menu li a:hover img {
    opacity: 0.7;
    color: rgba(255,133,133,1.00);
	transform: rotate(-8deg);
	transition-duration: 1s;
}
#menu li a img {
	width: 100%;
	transition-duration: 1s;
}


#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }


main {
}
#maintop {
    background-repeat: repeat-x;
    background-position: center top;
}

footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

footer .copy {
    text-align: center;
    font-size: 13px;
    color: #514639;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
footer .copy img {

	}


#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0px;
    bottom: -80px;
    z-index: 100;
}
#page_top a img {
    width: 100%;
	transition-duration: 1s;
}
#page_top a:hover img {
	transform: rotate(-5deg);
	transition-duration: 1s;
}

.box {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* トップ */


#topslide {
	position: relative;
}
.slider img {
	width: 100%;
	height: 55vw;
	object-fit: cover;
}

.mskImg {
  mask-image: url("images/mask.png");
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-image: url("images/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;

}
#topimg1 {
    position: absolute;
    top: 50px;
    left: 60px;
    width: 130px;
}

#topimg1 img {
	width: 100%;
}
#topimg2 {
	position:absolute;
	top:120px;
	right: -50px;
	width: 210px;
}
#topimg2 img {
	width: 100%;
}
#topimg3 {
    position: absolute;
    bottom: 200px;
    left: -60px;
    width: 210px;
}
#topimg3 img {
	width: 100%;
}


#news {
	margin-bottom: 50px;
	}
#news iframe {
    width: calc(100% - 20px);
    height: 600px;
    overflow: scroll;
    border: 10px solid #A4CAE7;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#kihon {
	margin-bottom: 50px;
	}
#kihon table {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
    font-size: 1.1em;
}
#kihon th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #FFE0CC;
}
#kihon td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFAE5;
}

#map {
    width: 46%;
	}
	
#map iframe {
    width: 100%;
    height: 295px;
	}

.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

.txt {
    padding: 30px;
    background-color: hsla(51,35%,89%,1.00);
    border-radius: 20px;
    text-align: left;
}
#floor {
	margin-bottom: 50px;
}


#outline {}
.rinentxt {
    margin-bottom: 40px;
    padding: 30px;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 20px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
    box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
}
.illust1 {
    background-image: url(images/illust1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 20px;
    text-align: left;
    padding-right: 150px;
    -webkit-box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
    box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
	min-height: 150px;
}

.illust2 {
    background-image: url(images/illust2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 20px;
    text-align: left;
    padding-right: 160px;
    -webkit-box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
    box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
	min-height: 150px;
}
#outline figure img {
	width:100%;
}
#kosodate {}

.kosodatebox {
    margin-bottom: 40px;
    padding: 30px;
    background-color: hsla(330,100%,96%,0.80);
    border-radius: 20px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
    box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
    width: 85%;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
.kosodatetxt {
	width: 70%;
}
.kosodatetxt dl {
    text-align: left;
    background-color: rgba(255,255,255,1.00);
	padding: 15px;
    border-radius: 20px;
}
.kosodatetxt dl dt {
    font-size: 1.1em;
    color: #007F82;
    border-bottom: 2px dashed #36E0E3;
    margin-bottom: 2px;
}

.kosodatetxt dl dd {
	margin-left: 1em;
	margin-bottom: 1em;
}

.kosodateimg {
	width: 25%;
}
.kosodateimg img {
	width: 100%;
}

#kosodate figure img {
	width: 700px;
	}


#daily {
	margin-bottom: 60px;
}


.dailybox {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
.dailytxt {
	width: 60%;
}
.dailyimg {
	width: 40%;
}
#daily img {
	width: 90%;
}

#daily table{
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	border-spacing: 1px;
}
#daily table th {
    width: 20%;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 2px solid #E3C0A9;
    color: #1870A8;
    font-weight: bold;
    font-size: 1.1rem;
}
#daily table td {
    width: auto;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    border-bottom: 2px solid #E3C0A9;
}

#event {
}

#event table {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    margin-bottom: 15px;
    font-size: 1.1em;
}
#event th {
    padding: 0.5em;
    text-align: left;
    width: 20%;
    white-space: nowrap;
    font-weight: normal;
    background-color: #FFE0CC;
}
#event td {
    padding: 0.5em;
    text-align: left;
    background-color: #FFFAE5;
}



#recruit {
    margin-bottom: 50px;
}
#recruit > div {
    margin-bottom: 40px;
    padding: 30px;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 20px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
    box-shadow: 1px 1px 5px rgba(164,159,159,1.00);
}
.rtxt1 {
    color: rgba(255,77,80,1.00);
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.rtxt2 {}
.rtxt2 a {
	font-size: 1.3rem;
}
.brsp {
	display: none;
}


#contactform {
margin-bottom: 50px;
}
#contactform dl {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #F1EEFF;
    margin-bottom: 30px;
    margin-top: 20px;
    border-radius: 20px;
}
#contactform dt {
	font-weight: bold;
	font-size: 1.1em;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
#contactform dd {
	margin-bottom: 15px;
	border-bottom: 1px dotted #8E5E46;
	padding-bottom: 15px;
}

#contactform dd input[type="text"] {
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #fff;
    margin-top: 2px;
    margin-bottom: 2px;
}

#contactform dd textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}	

#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
	width: 48%;

}
#contactform .reset {
	width: 48%;

}
#contactform .soushinbox {
    width: 480px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
input[type="submit"]  {
    width: 200px; /*送信ボタンの幅を指定*/
    margin-bottom: 5px;
    border: 1px solid #B7B7B7;
    background-color: #FF1D6A;
    padding: 0.4em;
    cursor: pointer;
    color: rgba(255,255,255,1.00);
}

input[type="reset"]  {
	width: 200px; /*リセットボタンの幅を指定*/
	border: 1px solid #B7B7B7;
	background-color: #E1E1E1;
	padding: 0.4em;
	cursor: pointer;
}
.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #F93358;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}









@media screen and (max-width:768px){

html,body {

    background-image: url("images/bg_header.png"),url("none");

}

header {
	height: auto;
	width: auto;
    background-size: 130% auto;
}
main {
}


h1 {
	width: 45%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#top {
	height: auto;
	}
	
.sp { display: block !important; }	
.toggle{
	position: absolute;
	top:10px;
	right: 10px;
}
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background-color: #B1A179;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	

	
#menu{
    display: none;
    width: 100%;
    background-color: rgba(255,255,255,0.76);
}

#menu ul{
    width: 98%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;

}

#menu li{
    width: 25%;

    box-sizing: border-box;
    border-left: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

#menu li a img{
width: 95%;
}	


h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-radius: 10px;
    line-height: 1.3em;
    font-family: "Kiwi Maru", serif;
    background-image: url(images/bg_h2.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
    background-size: 100% auto;
}

.bgbox {
    padding: 10px 0;
}	
.bgbox2 {
    padding: 10px;
    border-radius: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
	
.box {
	width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

#topslide {

}	
#topimg1 {
	display: none;
}
	
#topimg2 {
	display: none;
}

#topimg3 {
	display: none;
}

#topimg4 {
	display: none;
}

#topimg5 {
	display: none;
}

	
.slider img {
	width: 100%;
	height: 54vw;
	object-fit: cover;
}
#event table {
    width: 100%;

}	
#floor figure img {
    width: 100%;
}
	
.kosodatebox {
	width:auto;
}	
	
#kosodate figure img {
	width: 100%;
	}
	
#contactform dl {
		width: auto;
	}
#contactform dd input[type="text"] {
	width: 100%;
	box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;

}

	
		
}

@media screen and (max-width:480px){


h1 {

}
	
#menu {
    width: 90%;
}	
#menu li{
    width: 33.33%;
}

#menu li a img{
width: 90%;
}	

h2 {
    font-size: 25px;
    padding-bottom: 26px;
}
h3 {
	font-size: 17px;
}
	footer {

}
footer img {
	width:60%;
}

#page_top{

}	


#kihon th {
	width: auto;
display: block;
}

#kihon td {
	width: auto;
display: block;
}
	#kihon table {
		width: 100%;
	}
	#map {
		width: 100%;
	}


.illust1 {
    background-image: url(images/illust1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 150px;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 20px;
    text-align: left;
    padding-right: 30px;
}

.illust2 {
    background-image: url(images/illust2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 150px;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 20px;
    text-align: left;
    padding-right: 30px;
}
	


.kosodatetxt {
	width: 100%;
}

.kosodateimg {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.dailytxt {
	width: 100%;
}
.dailyimg {
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
	
	
	
#contactform .soushinbox {
	width: auto;
	display: block;
}
#contactform .submit {
	margin-left: auto;
	margin-right: auto;
}
#contactform .reset {
	margin-left: auto;
	margin-right: auto;
}
	
#contactform dl {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}	
	
.brsp {
	display: block;
}	
	
	
	}





@media screen and (min-width: 768px){
.br-sp {display: none; }
}
