@charset "utf-8";





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






.color-green{
	color:#306c30;
}
.color-blue{
	color:#2e8dc6;
}
.color-red{
	color:#810a12;
}

/*======================================

	h3
	
========================================*/

.h3-about{
	font-family: "Zen Old Mincho", serif;
	font-size:30px;
	text-indent: 0em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*======================================

	about-head
	
========================================*/


#about-head{
	margin: 12px auto 0px auto;
}

.about-head-catch{
	font-family: "Zen Old Mincho", serif;
	font-size:42px;
	letter-spacing: 0em;
	text-indent: 0.5em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	}
	
.about-head-p{
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	text-align: left;
	margin: 15px auto 0 auto;
	padding: 0 12px 0 12px;
}


.about-head-photo{
	margin: 30px 0 6px 0;
	position: relative;
}

.about-main-photo{
	width: 100%;
	height: 200;
	position: relative;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	border-radius: 10px;
}




.about-head-3col-wrapper{
	display: flex;
	justify-content: space-between;
}

.about-head-3col{
	width: 32%;
	position: relative;
}

.about-head-3col-eyecatch{
	width: 100%;
	position: relative;
}

.eyecatsh-photo{
	width: 100%;
}

.eyecatsh-photo img{
	width: 100%;
	border-radius: 10px;
}






/*======================================

	cateogry
	
========================================*/

#top-category{
	margin: 0px 0 60px 0;
}

.cateogry-wrapper01{
	width: 100%;
	display: block;
	justify-content: space-between;
	align-items: center;
}
.cateogry-wrapper02{
	width: 100%;
	display: block;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

#cateogry-yanehiroba{
	margin: 60px 0 60px 0;
}

#cateogry-gyouza{
	margin: 60px 0 60px 0;
}

#cateogry-omusubi{
	margin: 60px 0 60px 0;
}


.cateogry-h3{
	padding: 0;
	margin: -45px 0 0px 0;
}

.cateogry-h3 span.category-catch{
	display: block;
	font-size: 42px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	padding: 0;
	margin: 0px 0 21px 0;
	line-height: 1;
	text-indent: 0.75em;
	text-align: center;
	color:#fff;
}
.cateogry-h3 span.category-title{
	display: block;
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	padding: 0;
	margin: 0px 0 32px 0;
	text-align: center;
}



.cateogry-left-contents{
    width: 100%;
    position: relative;
	padding: 0 0px 0 0;
	margin: 0 auto 18px auto;
}

.cateogry-left-contents-inner{
    width: 95%;
    text-align: left;
    background: transparent;
	padding: 0 0px 0 0;
	margin: 0 auto 24px auto;
}

.cateogry-right-photo{
	width: 100%;
}

.cateogry-right-photo img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}



.cateogry-right-contents{
    width: 100%;
    position: relative;
	padding: 0 0px 0 0;
	margin: 0 auto 18px auto;
}

.cateogry-right-contents-inner{
    width: 95%;
    text-align: left;
    background: transparent;
	padding: 0 0px 0 0;
	margin: 0 auto 0 auto;
}

.cateogry-left-photo{
	width: 100%;
}

.cateogry-left-photo img{
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}







.about-to-page{
	margin: 0px 0 0px 0;
	}
	
.about-to-page a{
	margin: 0 0 0px 0;
	display: block;
	width: 200px;
	height: 50px;
	color: #fff;
	font-size:13px;
	font-weight: 500;
	background: #cfc1b4;
	text-align: center;
	border-radius: 21px;
	padding: 14px 0 0 0;
	position: relative;
	transition: .7s;
	text-align: center;
	margin: 0 auto;
}
.about-to-page a#to-entry-yanehiroba:hover{
	background: #2e8dc6;
}
.about-to-page a#to-entry-gyouza:hover{
	background: #306c30;
}
.about-to-page a#to-entry-omusubi:hover{
	background: #810a12;
}









/*======================================

	about-access
	
========================================*/

#about-middle{
	background: #fff;
	padding: 45px 0 60px 0;
}


#about-access{
	margin: 0px auto 0 auto ;
}

.about-middle-p{
	text-align: center;
	margin: 21px auto 30px auto;
}



.access-info{
	width: 100%;
	display: block;
	justify-content: space-between;
	margin: 36px 0 0px 0;
}

.access-info-left{
	width: 100%;
}
.access-info-right{
	width: 100%;
}

.access-info-dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: left;
	font-size: 14px;
	margin: 0 0 18px 0;
}

.access-info-dl dt{
	width: 15%;
	font-weight: 600;
	color:#003856;
}
.access-info-dl dd{
	width: 80%;
}




}/*//end  max-width: 480px ///////////////////////*/






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


.color-green{
	color:#306c30;
}
.color-blue{
	color:#2e8dc6;
}
.color-red{
	color:#810a12;
}

/*======================================

	h3
	
========================================*/

.h3-about{
	font-family: "Zen Old Mincho", serif;
	font-size:42px;
	text-indent: 0em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*======================================

	about-head
	
========================================*/


#about-head{
	margin: 36px auto 0 auto;
}

.about-head-catch{
	font-family: "Zen Old Mincho", serif;
	font-size:54px;
	letter-spacing: 0.15em;
	text-indent: 0.75em;
	font-weight: 500;
	text-align: center;
	color: #003856;
	}
	
.about-head-p{
	width: 800px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 500;
	text-align: left;
	margin: 15px auto 0 auto;
}


.about-head-photo{
	margin: 30px 0 30px 0;
	position: relative;
	height: 400px;
}

.about-main-photo{
	width: 100%;
	height: 400px;
	position: absolute;
	top:0;
	left: 0;
	margin: 0 0 0 0;
	border-radius: 10px;
}




.about-head-3col-wrapper{
	display: flex;
	justify-content: space-between;
}

.about-head-3col{
	width: 300px;
	position: relative;
}

.about-head-3col-eyecatch{
	width: 100%;
	height :300px;
	position: relative;
}

.eyecatsh-photo{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}

.eyecatsh-photo img{
	width: 100%;
	border-radius: 10px;
}

.eyecatsh-title{
	font-family: "Zen Old Mincho", serif;
	font-size:72px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	width:100%;
	position: absolute;
	bottom:-3px;
	z-index: 200;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
}

.eyecatsh-title-wifi{
	font-family: "Zen Old Mincho", serif;
	font-size:72px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 500;
	width:100%;
	position: absolute;
	bottom:-10px;
	z-index: 200;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
}

.about-head-3col-note{
	margin: 15px 0 0 0;
	font-size:14px;
	line-height: 1.5;
}






/*======================================

	cateogry
	
========================================*/

#top-category{
	margin: 90px 0 60px 0;
}

.cateogry-wrapper01{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cateogry-wrapper02{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

#cateogry-yanehiroba{
	margin: 90px 0 90px 0;
}

#cateogry-gyouza{
	margin: 90px 0 90px 0;
}

#cateogry-omusubi{
	margin: 90px 0 90px 0;
}


.cateogry-h3{
	padding: 0;
	margin: 12px 0 15px 0;
}

.cateogry-h3 span.category-catch{
	display: block;
	font-size: 45px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	padding: 0;
	margin: 0px 0 21px 0;
	line-height: 1;
	text-indent: -0.1em;
}
.cateogry-h3 span.category-title{
	display: block;
	font-size: 21px;
	font-weight: 600;
	line-height: 1;
	padding: 0;
	margin: 0px 0 32px 0;
}



.cateogry-left-contents{
    width: calc(50% - 60px);
    height: 420px;
    position: relative;
	background-repeat: no-repeat;
}

.cateogry-left-contents-inner{
    width: 420px;
    text-align: left;
    background: transparent;
    position: absolute;
    top:50%;
    left: 0px;
	transform: translate(0%,-50%);
	padding: 0 0px 0 60px;
}

.cateogry-right-photo{
    width: calc(50% + 60px);
}

.cateogry-right-photo img{
	width: 100%;
	height: 440px;
	object-fit: cover;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
}



.cateogry-right-contents{
    width: calc(50% - 60px);
    height: 420px;
    position: relative;
	background-image:url(../i_top/bg_dot.png);
	background-position: left -36px top 0px;
	background-repeat: no-repeat;
}

.cateogry-right-contents-inner{
    width: 420px;
    text-align: left;
    background: transparent;
    position: absolute;
    top:50%;
    right: 0px;
	transform: translate(0%,-50%);
	padding: 0 60px 0 0px;
}

.cateogry-left-photo{
    width: calc(50% + 60px);
}

.cateogry-left-photo img{
	width: 100%;
	height: 440px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 10px;
}







.about-to-page{
	margin: 24px 0 0px 0;
	}
	
.about-to-page a{
	margin: 0 0 0px 0;
	display: inline-block;
	width: 200px;
	height: 50px;
	color: #fff;
	font-size:13px;
	font-weight: 500;
	background: #cfc1b4;
	text-align: center;
	border-radius: 21px;
	padding: 14px 0 0 0;
	position: relative;
	transition: .7s;
}
.about-to-page a#to-entry-yanehiroba:hover{
	background: #2e8dc6;
}
.about-to-page a#to-entry-gyouza:hover{
	background: #306c30;
}
.about-to-page a#to-entry-omusubi:hover{
	background: #810a12;
}









/*======================================

	about-access
	
========================================*/

#about-middle{
	background: #fff;
	padding: 45px 0 60px 0;
}


#about-access{
	margin: 0px auto 0 auto ;
}

.about-middle-p{
	text-align: center;
	margin: 21px auto 30px auto;
}

.about-calendar-wrapper{
	width: 800px;
	margin: 0 auto;
}


.access-info{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 36px 0 0px 0;
}

.access-info-left{
	width: 50%;
}
.access-info-right{
	width: 50%;
}

.access-info-dl{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	text-align: left;
	font-size: 14px;
	margin: 0 0 36px 0;
}

.access-info-dl dt{
	width: 60px;
	font-weight: 600;
	color:#003856;
}
.access-info-dl dd{
	width: 360px;
}


}/*//end  min-width: 481px ///////////////////////*/











