/*
Theme Name:フラワーガーデン
*/
/****************************************
* リセットCSS
*****************************************/
*, *::before, *::after {
box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-size: 100%;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
scroll-behavior: smooth;
}
body {
width: 100%;
height: 100%;
margin: 0 auto;
letter-spacing: 1.5px;
line-height: 1.5;
font-size: 0.75rem;
z-index: 0;
}
img {
max-width: 100%;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
}
a {
text-decoration: none;
color: #333;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}

input,textarea {
-webkit-appearance: none;
}

.container{
margin-left: 250px;
}

.wrapper{
max-width: 1100px;
padding: 0px 20px;
margin: 0 auto;
}


.site-title {
width: 200px;
margin: 20px auto 30px;
text-align: center;

}
.site-title a {
display: block;
font-family: 'Satisfy', cursive;
font-size: 2rem;
line-height: 2rem;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
width: 250px;
height: 100%;
background-color: rgb(255, 253, 225);
padding: 40px 0px 30px 0px;
position: fixed;
top: 0;
overflow-y: auto;
}



#header .nav-menu {
margin-bottom: 60px;
}
#header li {
font-size: 0.875rem;
text-align: center;
display: block;
}

#navi .nav-menu li a{
display: block;
padding:8px 5px ;
}

#navi ul li :hover{
background-color:green;
transition:all 1s ease-out;
color: #fff;
}

#header #navi .sns{
	display: none;
}



/*-------------------------------------------
about
-------------------------------------------*/
#about {
position: relative;
}


#about .slider .title{
width: 60%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
color: white;
font-weight: bold;
text-align: center;
letter-spacing: 7px;
text-shadow:1px 2px 3px #808080 ;
font-family: 'Satisfy', 'cursive',serif;

background-color: rgba(129, 129, 129, 0.281);
}
#about .slider .title h2{
font-size: 2.8rem;
margin-bottom: 20px;
letter-spacing: 3px;
}

#about .slider .title p{
font-size: 1.3rem;
}

#about .sns{
position: absolute;
top: 10px;
right: 10px;
}

#about .sns ul{
display: flex;
}

#about .sns ul li {
margin-right: 10px;
}

#about .sns a {
display: block;
}
#about .sns a img{
width: 30px;
}

/*-------------------------------------------
guide
-------------------------------------------*/
#guide {
padding-top: 80px;
padding-bottom: 80px;
}

.sec-title{
margin: 50px auto;
text-align: center;
font-size: 2rem;
}

#guide .flex{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#guide .space{
width: 50%;
padding: 20px;
opacity: 0;

}

#guide .space :hover{
opacity: 0.7; 
filter: brightness(110%);
-webkit-transition: all .3s; transition: all 1s;

}

#guide .desc{
margin:10px auto;
font-size: 1.2rem;
padding: 5px;
}

.fadein {
opacity : 0;
transform: translateY(50px);
transition: 1.5s;
}


#guide .img{
width: 100%;
overflow: hidden;
display: block;
border-radius: 30px;

}

#guide img{
border-radius: 30px;
width: 100%;
height: 300px;
object-fit: cover;

}
#guide .img:hover{
transform: scale(1.1,1.1);
}

/*-------------------------------------------
event
-------------------------------------------*/
#event{
padding: 30px 0;
background-color: #9dc04c;
}

.wrapper{
	padding: 0 20px;
}

#event ul{
display: flex;
justify-content: space-between;

}

#event li{
padding: 10px;
width: calc(100%/3);
}

#event .event-box{
overflow: hidden;
border-radius: 30px;
border: 2px solid #fff;
background-color: #fff;

}

#event .event-box img{
width: 100%;
height: 200px;
object-fit: cover;
}

#event .event-box .event-title{
text-align: center;
font-size: 1rem;
margin: 10px auto;
font-weight: bold;
}

#event .btn{
margin: 100px auto;
text-align:center ;
}

#event .btn a{
display: inline-block;
padding: 18px 60px;
font-size:1.1rem;
border: 3px solid #fff;
background-color: #fff;
border-radius: 30px;
color: #000;
font-weight: bold;
}

/*-------------------------------------------
location
-------------------------------------------*/
#location{
padding-bottom: 50px;
}

#location .flex{
display: flex;
}


#location iframe{
width: 100%;

}

.left-box{
width: 40%;
padding: 10px;
}


.access-list li a{
display: inline-block;
}
.access-list li{
width: 100%;
margin: 50px auto;
display: flex;
align-items: center;
justify-content: center;
background-color:#9dc04c;
color: #fff;
border-radius: 30px;
padding: 10px 05px;
}

.access-list li p{
font-size: 1.3rem;
font-weight: bold;
align-items: center;
width: 80%;
}

.arrow{
width: 0;
height: 0;
border-left: 15px solid #fff;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
margin-right: 10px;
}


.left-box .img{
width: 80px;
margin-right: 20px;
margin-left: 10px;

}

.left-box .img img{
border-radius: 50%;
}

.info{
padding: 10px;
width: 60%;
}
/****************************************
* コンタクトフォーム
*****************************************/
.ContactForm7{
background-color:#fff;
width: 100%;
padding-top: 150px;
color: #fff;
margin: 0 auto;
}

.ContactForm7 p{
text-align: left;
}

.contact-wrapper{
max-width: 500px;
width: 100%;
margin: 0 auto;
padding: 10px;
text-align: center;
}


.contact__label{
margin: 20px auto;
color: #000;
}

.contact__label span{
margin-left:10px ;
background-color: red;
color: white;
}

.contact__submit{
margin-bottom: 100px;
text-align: center;
display: block;
margin: 0 auto;
width: 100px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
background-color: #fff;
color: #000;
width: 100%;
height: 30px;
border: 1px solid #000;
border-radius: 10px;
}
.wpcf7 textarea{
width: 100%;
border-radius: 10px;
}

.wpcf7 input[type="date"]{
width: 100%;
height: 40px;
}
/*-------------------------------------------
記事表示　archive-event
-------------------------------------------*/
.achive-event h2{
	font-size: 2rem;
	text-align: center;
	margin: 30px auto;
}

.achive-event a{
	color: black;
}

.achive-event ul{
	display:flex ;
	flex-wrap: wrap;
}
.achive-event ul li{
	width: calc(100%/3);
	padding: 20px;
}
.achive-event ul li .date ,.achive-event ul li .date{
	margin:5px auto ;
}
.achive-event ul li .thumb{
	height: 300px;
}

.achive-event ul li .thumb img{
	object-fit: cover;
	border-radius: 30px;
}

.achive-event .navigation{
	text-align: center;
	margin: 30px auto;
}

/*-------------------------------------------
記事表示　single-event
-------------------------------------------*/
.single__event{
	padding: 10px 20px 100px
}

.single__event .flex{
	display: flex;
}

.single__event .flex .img__event{
	width: 50%;
	height: 400px;
}

.single__event .flex .img__event img{
	border-radius: 30px;
	padding: 10px;
	object-fit: cover;
}


.single__event .flex .text__box{
	width: 50%;
	padding: 10px;
}

.single__event .flex .text__box .title{
	font-size: 2rem;
	margin-bottom: 50px;
}

.single__event .flex .text__box .comment{
	font-size: 1.2rem;

}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
background-color:rgba(0, 54, 29, 0.7); ;
background-position:50% 70%;
padding: 20px 0;
margin: 0 auto;
color: rgb(255, 255, 255);
}




#footer .menu {
display: flex;
justify-content: center;
margin: 30px 0 60px 0;
font-size: 1rem;
}
#footer .menu li {
border-right: solid 1px #fff;
font-size: 0.875rem;
padding: 0 20px;

}

#footer .menu li:last-child {
border-right: none;
}
#footer .menu li a {
display: block;
color: rgb(255, 255, 255);
}
#footer .copyright {
font-size: 0.75rem;
text-align: center;
}



/*-------------------------------------------
トップへ戻るボタン
-------------------------------------------*/
/*
右下に固定で配置
表示・非表示の切り替えはjQueryで行うため、詳細は「main.js」のコメントを参照
*/
#to-top {
width: 50px;
height: 50px;
background-color: #121212;
border: solid 1px #fff;
border-radius: 50%;
position: fixed;
right: 25px;
bottom: 25px;
}
/*
中の三角は疑似要素で作成
*/
#to-top::after {
content: "";
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #fff;
position: relative;
left: 17px;
bottom: 3px;
}

#header2 {
	width: 100%;
	height: 230px;
	padding: 0;
	z-index: 10;
	padding-bottom: 20px;
}


#header2 #navi2{
	opacity: 1;
	display: flex;
	left: 0;
	align-items: center;
	padding: 0 20px;
}


#header2 .nav-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#header2 .nav-menu li{
	
	width: calc(100%/3);
	padding: 5px;
	border: 1px solid #fff;
}



/*-------------------------------------------
レスポンシブ　タブレット
-------------------------------------------*/
@media screen and (max-width: 1000px) {
/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
	width: 100%;
	height: 230px;
	padding: 0;
	z-index: 10;
	padding-bottom: 20px;
}


#header #navi{
	opacity: 1;
	display: flex;
	left: 0;
	align-items: center;
	padding: 0 20px;
}


#header .nav-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
#header .nav-menu li{
	
	width: calc(100%/3);
	padding: 5px;
	border: 1px solid #fff;
}



.container {
	margin-left: 0;
}

.site-title {
	width: 180px;
	margin: 20px auto; 
}

.sec-title {
	display: block;
	font-size: 1.25rem;
	margin-bottom: 30px;
}
.sec-title::before,
.sec-title::after {
	width: 18%;
}
/*-------------------------------------------
about
-------------------------------------------*/
#about{
	padding-top: 200px;
}

#about .slider .title{
	top: 400px;
}

/*-------------------------------------------
guide
-------------------------------------------*/
#guide {
padding-top: 0px;
padding-bottom: 0px;
}

#guide .flex{
flex-direction: column;

}

#guide .space{
width: 100%;
padding: 20px;
opacity: 0;

}


#guide .desc{
margin:10px auto;
font-size: 1.2rem;
padding: 5px;
text-align: center;
}



/*-------------------------------------------
event
-------------------------------------------*/
#event{
	
}
#event ul{
flex-direction: column;	
}

#event li{
width:100%;
}
#event .event-box{
	margin-bottom: 50px;
}
#event .event-box img{
width: 100%;
height: 350px;
object-fit: cover;
}

/*-------------------------------------------
location
-------------------------------------------*/
#location{
padding-bottom: 50px;
}

#location .flex{
flex-direction: column-reverse;
}


#location iframe{
width: 100%;

}

.left-box{
width: 100%;
}

.access-list li p{
font-size: 1.3rem;
font-weight: bold;
align-items: center;
width: 80%;
}
.access-list li {
    width: 100%;
    margin: 30px auto;
}

.info{
width: 100%;
}
/*-------------------------------------------
記事表示　archive-event
-------------------------------------------*/
.achive-event {
	padding-top: 230px;
}

.achive-event ul li{
	width:100%;
}




/*-------------------------------------------
記事表示　single-event
-------------------------------------------*/
.single__event{
	padding: 200px 20px 100px
}

.single__event .flex{
	flex-direction: column;
}



.single__event .flex .img__event{
	width: 100%;
}
.single__event .flex .text__box{
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

.single__event .flex .text__box .comment{
	text-align: left;
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer{
	padding: 20px 40px;
}

#footer .menu {
	flex-direction: column;
	font-size: 1rem;
	display: inline-block;
}

#footer .menu li {
border-right:none;
margin-bottom: 10px;
}
#footer .menu li a::before{
	content: "●";
}
.contact{
	display: inline;
}






}


/*-------------------------------------------
SP　スマホ
-------------------------------------------*/
@media screen and (max-width: 520px) {

	#header{
		height: 200px;
	}
	#header .nav-menu li a{
		font-size: 2vw;
	}
/*-------------------------------------------
about
-------------------------------------------*/
#about{
	padding-top: 155px;
	height: 100%;
}
#about .slider .title{
	display: inline-block;
	width: 100%;
	padding:0 10px;
	top: 310px;
}
#about .slider .title h2{
	display: inline-block;
	width: 80%;
	font-size: 1.5rem;
}



#about .slider .title p{
	font-size: 0.8rem;
}
/*-------------------------------------------
guide
-------------------------------------------*/

#guide .flex{
	flex-direction: column;

}

#guide .space{
	width: 100%;
	padding: 20px;
	opacity: 0;
	
}


#guide .desc{
	margin:10px auto;
	font-size: 1.2rem;
	padding: 5px;
	text-align: center;
}



/*-------------------------------------------
event
-------------------------------------------*/

#event ul{
	flex-direction: column;	
}

#event li{
	width:100%;
}

#event .event-box img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}

/*-------------------------------------------
location
-------------------------------------------*/
#location{
	padding-bottom: 50px;
}

#location .flex{
	flex-direction: column-reverse;
}


#location iframe{
	width: 100%;
	
}

.left-box{
	width: 100%;
}

.access-list li{
	width: 320px;
	margin: 50px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#9dc04c;
	color: #fff;
	border-radius: 30px;
	padding: 10px 05px;
}


.access-list li p{
	font-size: 1.3rem;
	font-weight: bold;
	align-items: center;
	width: 80%;
}



.info{
	width: 100%;
}
/*-------------------------------------------
記事表示　archive-event
-------------------------------------------*/
.achive-event {
	padding-top: 230px;
}

.achive-event ul li{
	width:100%;
}

.achive-event ul li .thumb{
	height: 300px;
}


/*-------------------------------------------
記事表示　single-event
-------------------------------------------*/

.single__event .flex .text__box .title{
	font-size: 5vw;

}






}

