@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 18px/1.8 YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  opacity: 0.6;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 10px;
        text-align: left;

}

#mainnav a{
         color: #f85c2c;
         font-size: 18px;


}

#mainImg{
padding-top: 20px;
text-align: center;
}


.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
      &.fadein-bottom{
      transform: translate(0,-30px);
  }

    &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
      &.fadein-top{
      transform: translate(0,30px);
  }

    &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
      &.fadein-left{
      transform: translateX(-50px);
  }

    &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}




/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 10px;
}


section h2{
	font-family: YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	width: 100%;
	font-size: 22px;
        color: #f85c2c;
        font-weight:bold;
	text-align: center;
}


.title{
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
}
.inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10px;
        text-align: center;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
}


/* SEC01 MESSAGE
------------------------------------------------------------*/
#sec01{
	background: url(../images/backimage1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 20px 20px;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding-bottom: 10px;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/4);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 Facebook
------------------------------------------------------------*/
#sec03{
	width: 100%;
.fb {text-align: center;}


}


/* SEC05 access
------------------------------------------------------------*/
#sec05{
	background: #f7dab8;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 20px 20px;
}

#sec05 
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

.text-overlay {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
}

.text-overlay2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}



#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	
}


/* SEC06 お申込の流れ
------------------------------------------------------------*/
#sec06{ 
       background: url(../images/backimage1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 20px 20px;
       }

/* SEC07 Calendar
------------------------------------------------------------*/
.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}


/* SEC08 レンタル料金
------------------------------------------------------------*/
#sec08{ 
       background: url(../images/backimage1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 20px 20px;
       }

.table_rentalfee {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 800px;
  text-align: center;
  padding-top: 5px;

}
.table_rentalfee th, .table_rentalfee td {
  border: 2px solid #59bc56;
  padding: 1em;
text-align: center;
}
.table_rentalfee thead th {
  background-color: #59bc56;
  color: #fff;
  border: 2px solid #59bc56;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table_rentalfee thead th:last-of-type {
  border-right: 2px solid #59bc56;
}
.table_rentalfee tbody th {
  color: #59bc56;
  font-weight: bold;
  text-align: center;
}


/* SEC09 利用規約
------------------------------------------------------------*/
#sec09{ 
       background: url(../images/backimage1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 20px 20px;
       }
.box {
  border: 2px solid #fff; 
  padding: 10px; /* 内側の余白 */
  margin: 10px; /* 外側の余白 */
}
.align-left {
  display: flex;
  justify-content: center;
  text-align: left;
}
.align-left red{
color: red;
}

/* SEC10 お申込み
------------------------------------------------------------*/
#sec10{ 
       background: url(../images/backimage1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
       }
form1 {
  margin: 10px
  width: 100%;
  text-align: center;

}
.form1 th {
  background: #e9727e;
  color: #fff;
  padding: 10px;
  border-bottom: solid 2px #fff;
}
.form1 td {
  padding: 10px;
}

@media screen and (max-width: 640px) {
    width: 95%;
  }
  .form1 {
    width: 95%;
    table-layout: fixed; 
    text-align: center;
}
  .form1 th,
  .form1 td {
　　border-bottom: none;
    display: block;
    width: 95%;
    text-align: center;
  }
}

/* SEC11 送信成功・失敗
------------------------------------------------------------*/
#sec11{ 
       background: url(../images/backimage1.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;

       }


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
       #headerWrap{
		position: relative;
		width: 100%;
		height: 250px;
		background: #fff;
	
	}
	.inner{
		width: 1024px;
	}

section h2{
	font-family: YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	width: 100%;
	padding-bottom: 10px;
	font-size: 30px;
	color: #f85c2c;
        font-weight:bold;
	text-align: center;
}
}

@media only screen and (min-width: 800px){
	
body{
		font-size:18px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	#sec03{
	width: 100%;
.fb {text-align: center;}


}
	#sec05 
.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}



	
	
	
  #footer{
		padding: 10px 10px 10px 0;
	}
}


@media only screen and (min-width: 641px){

	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
    body{
		font-size:12px;
	}
   section h2{
	font-family: YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	width: 100%;
	font-size: 20px;
        color: #f85c2c;
        font-weight:bold;
	text-align: center;
}


	#gallery li{
		float: left;
	width: calc(100%/3);
	line-height: 0;
}
	#map iframe{
		width: 100% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
       
	#header{
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 90px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 60px;
		width: auto !important;
	}


#sec03{
	text-align: center;

}
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #f85c2c;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #f85c2c;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #fff;
		background: #f85c2c;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 0px;

	}

	section{
		padding-top: 10px;
	}
	
	}