@font-face {
	font-family: 'armedlemon';
	src: url('ArmedLemon.TTF') format('truetype');
}

html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: small;
}

body {
    margin: 0px;
    overflow-x: hidden;
    height: 100%;
    scroll-behavior: smooth;
}

.scroll {
    box-sizing: border-box;
    display: flex;

  }

  .parallax-bg {
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 400px;
}
/*
  .parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }
*/
  .img-bg-01 {
    background-image: url('../img/camera-min.JPG');
  }

.img-bg-02 {
    background-image: url('../img/nanamin-min.JPG');
}

.img-bg-03 {
    background-image: url('../img/omiya-min.JPG');
}

.img-bg-04 {
    background-image: url('../img/kousikipos.png');
}

.img-bg-05 {
    background-image: url('../img/saijosan-min.JPG');
}

.img-bg-06 {
    background-image: url('../img/ushiro-min.JPG');
}

.scrollbox2, .scrollbox3, .scrollbox4, .scrollbox7, .scrollbox8 {
    margin: 50px 3%;
    padding: 20px;
    border-bottom: solid;
    border-top: solid;
    border-width: 1.9px;
    border-color: lightgray;
}

.scrollbox5 {
    margin: 50px 0;
}



.lemon {
    font-family: "armedlemon";
    font-size: 18px;
}


a {
    text-decoration: none;
    color: salmon;
}

a:hover {
    color: pink;
}



.parallax-bg h1 {
    margin: auto 10px;
    font-size: 30px;
    white-space: nowrap;
    color: white;
}





#menu {
    width: 100%;
    max-height: 100px;
    background-color: lightcoral;
    opacity: 0.8;
    position: fixed;
    z-index: 100;
}

#menu img {
    width: 180px;
    float: left;
    padding: 10px 20px;
}







  #menu a {
    color: white;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }
  
  #menu a:hover {
    color: gray;
  }



#header {
    width: 100%;
    height: 700px;
}

/* 以下ハンバーガーメニュー
*/
 

	nav{
		display: none;
		position: absolute;
		top:90px;
		width: 100%;
		background: darkblue;
		left: 0;
	}
	header nav ul{
		display: block;
        margin: 0;
        list-style-type: none; 
        vertical-align: middle;
        padding: 0;
	}
	header nav ul li{
		margin: 20px auto;
		text-align: center;
        padding: 0 0 0 10px;
        width: 120px;
        background: url(../img/flower.png) left 0px top 0px no-repeat;
        background-size: 18px auto;
	}

	header nav ul li a{
		display: block; 
    }
    
    #nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
        float: right; 
        margin: 25px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
 
/*ここまでハンバーガーメニュー*/

#top img {
    width: 50vw;
    margin: 150px 0 50px 0;
}

#top {
    width: 100%;
    text-align: center;
}

#top p {
    margin:0px;
    padding:5px;
    font-size: 30px;
    white-space: nowrap;
    font-family: "armedlemon";
    color: black;
}

#shinkanInfo ul {
    list-style: none;
    padding: 0;
}

#shinkanInfo li {
    padding: 0px 28px 0px 28px;
    background: url(../img/flower.png) left 0px top 6px no-repeat;
    background-size: 25px auto;
    font-size: 25px;
  }

#shinkanInfo li2 {
    padding: 0px 28px 0px 28px;
    background: url(../img/korona.png) left 0px top -3px no-repeat;
    background-size: 25px auto;
    font-size: 15px;
  }

#shinkanInfo p {
    padding: 30px 10px;
}

#showing ul {
    list-style: none;
    padding: 0;
}

#showing li {
    padding: 0 20px;
    background: url(../img/flower.png) left 0px top 5px no-repeat;
    background-size: 20px auto;
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
  
  }


.movie {
    margin: 25px 0;
    width: 80vw;
}

.textbox{
    background-color: white;
    border: solid;
    text-align: center; 
    width: 100%;
    font-size: small;
    margin: 0;
    padding: 0;

}



.textbox h3 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    margin: 0;
    padding: 10px 0;
}

.movie img {
    width: 100%;
    border: solid;
}



table {
    width: 95%;
    margin: 0 auto;
}



table th {
    padding: 10px;
    background-color: lightgreen;
}

table td {
    vertical-align: top;
    height: 60px;
    background-color: lightyellow;
    width: 100px;
}

#sun {
    background-color: lightcoral;
}

#sat {
    background-color: steelblue;
}

.other {
    background-color: tan;
}

.pc_calendar {
    display: none;
}

.event {
    font-family: "armedlemon";
}


.show:before {
    content: "";
    display: inline-block;
    background: url(../img/redflower.png) no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
}

.trialday:before {
    content: "";
    display: inline-block;
    background: url(../img/blueflower.png) no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
}

.cherryday:before {
    content: "";
    display: inline-block;
    background: url(../img/flower.png) no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
}

.decide:before {
    content: "";
    display: inline-block;
    background: url(../img/yellowflower.png) no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
}



#footer {
    background-color: black;
    width: 100%;
    height: 100px;
    padding: 0;
    margin: 0;
    position: relative;
}

.footer2 {
    background-color: black;
    width: 300px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px;
}

.footer2 img {
    float: left;
    width: 80px;
    margin: 0px;
}

.footer2 p {
    overflow: auto;
    font-size: 10px;
    padding: 0;
    margin: 0;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.pcut p {
    margin: 0;
}

