body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
}

img {
	vertical-align: bottom;
}

a {
    text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

/*header*/
header {
	background: url("../images/head_bg.png");
	text-align: center;
	width: 100%;
	height: 70px;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
}

header img {
	width: 222px;
	height: 50px;
	margin: 10px 0;
	
}


/*　ハンバーガーボタン　*/
.menubtn {
	display: block;
	width: 40px;
	height: 40px;
	background-color:#FFF65C;
	border-radius: 10px;
	border: solid 5px #FFE400;
	position: fixed;
	top:10px;
	right: 10px;
	z-index: 101;
	cursor: pointer;
}
.menubtn div {
	height: 2px;
	width: 60%;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.menubtn div:nth-of-type(1) {
	transform: translate(-50%, -10px);
}

.menubtn div:nth-of-type(3) {
	transform: translate(-50%, 10px);
}

.menubtn .active div:nth-of-type(1) {
	transform: rotate(45deg) translate(-50%, 0px);
	transform-origin: 0% 50%;
}

.menubtn .active div:nth-of-type(2) {
	opacity: 0;
}

.menubtn .active div:nth-of-type(3) {
	transform: rotate(-45deg) translate(-50%, 0px);
	transform-origin: 0% 50%;
}

nav {
	opacity: 0;
	visibility: hidden;
	/*transform: translateX(100%);*/
	transition: 0.3s;
	position: fixed;
	top: 0;
	right: 0;
	margin-top: 70px; /*ヘッダーの70px分*/
	padding-top: 30px;
	padding-bottom: 70px;
	background-color:#9ACBFF;
	width: 100%;
	height: 500px;
	max-height: 100vh;
	overflow: auto;
	background-image: url("../images/kumo.png"),url( "../images/hmmenu_bottom.png");
	background-repeat: repeat-x;
	background-position: top,bottom;
	background-size: auto 70px, auto 70px;
	z-index: 99;
}

nav ul {
	background-color: #fff;
	border-radius: 10px;
	width: 300px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

nav ul li {
	text-align: center;
	text-decoration: none;
	/*background-color:#fff;
	border-radius: 5px;*/
	border-bottom: dotted 2px #C8A063;
	width: 250px;
	height: 50px;
	margin: 0 auto;
	/*padding: 5px 0px;*/
}

.nav li {
	font-family: a-otf-jun-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

nav a {
	line-height: 50px;
	display: block;
	color: #000;
	width: 250px;
	height: 50px;
}

nav a:link {
	color: #000;
}

nav a:visited {
	color: #000;
}

nav a:hover {
	color: #000;
}

nav a:hover {
	font-weight: bold;
	color: #000;
	background-image: url("../images/kikyuu.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: left 30px top 8px;
}

nav a:active {
	color: #000;
}

nav.active {
	opacity: 1;
	visibility: visible;
	/*transform: translateX(0%);*/
}


.mask {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	cursor: pointer;
	z-index: 98;
}

.mask.active {
	opacity: 0.5;
	visibility: visible;
}

/*header end*/

/*hero start*/
.hero_box {
	width: 100%;
	height: 214px;
	padding: 0;
	margin-top: 70px;
	object-fit: cover;
	position: relative;
}

.hero {
	width: 100%;
	height: 214px;
	padding: 0;
	margin-top: 70px;
	object-fit: cover;
}
/*
.main-gallery {
	background-image: url("..images/hero_logo.png");
	z-index: 100;
}
*/
.hero_logo {
	position: absolute;
	top: 7px;
	right: 20px;
	
	
}

.hero_logo img {
	width: 60px;
	height: auto;
}

.carousel-cell {
  width: 100%;
  height: 214px;
  counter-increment: gallery-cell;
}

.carousel-cell img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}



/* position dots in gallery */
.flickity-page-dots {
  bottom : 0px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

/*hero end*/

/*top_text*/
.top_text h1 {
	color: #362F2F;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: bold;
    font-style: normal;
	margin: 20px 0 0 0;
    text-align: center;
    line-height: 1.8em;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../images/672123_11.png), url(../images/672123_07.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 43px 31px, 42px 25px;
    background-position: left 15px top 45px, right 15px top 20px;
}

.top_text p {
	font-family: a-otf-jun-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #262626;
	text-align: left;
    font-size: 11px;
    line-height: 2em;
    margin-top: 10px;
    /* margin-bottom: 60px; */
    padding: 0 30px 70px;
    background-image: url(../images/tree_line.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: auto 63px;
}

/*news*/
.news {
	background-color: #C8A063;
    height: 300px;
	position: relative;
	padding-top: 5px;
}

.news h1 {
	width: 255px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #956134;
    margin: 10px auto 10px;
    padding: 7px;
    border-radius: 10px;
	font-family: tbudrgothic-std, sans-serif;
    font-style: normal;
}

.news_list {
	background-color: #fff;
    width: 310px;
    height: 225px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
	font: inherit;
    vertical-align: baseline;
}

.news dl {
	background-color: #fff;
    width: 280px;
    height: 195px;
    position: relative;
    top: 15px;
    left: 15px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.news dt {
	background-image: url(../images/donguri.gif);
    background-repeat: no-repeat;
    background-size: 12px 15px;
	margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 7px;
}

.news dl > :first-child {
    margin-top: 0;
}

.news dd {
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 15px;
    border-bottom: dotted #C8A063;
}

.mogura {
	position: absolute;
    bottom: 5px;
    right: 10px;
}

.link:link {
	color: #007BFF;  /* 青 */
}

.link:visited {
	color: #6F42C1;  /* 紫 */
}

.link:hover {
	color: #0056b3;  /* 明るい青 */
	text-decoration: underline;
}

.link:active {
	color: #D0021B;  /* 赤 */
	text-decoration: underline;
}
	


/*big_banner*/
.big_banner div {
	width: ;
    height: 100px;
    margin-top: 20px;
}

.big_banner a {
	text-decoration: none;
	display: block;
}

.big_banner h2 {
	font-size: 18px;
    font-weight: bold;
    padding-top: 40px;
    padding-left: 65px;
    padding-right: 40px;
    padding-bottom: 42px;
    font-family: tbudrgothic-std, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.big_banner p {
	background-color: white;
    font-size: 11px;
    font-weight: bold;
    width: 100px;
    height: 45px;
    padding: 10px;
    padding-top: 20px;
    padding-left: 14px;
    margin-top: -87px;
    border-radius: 5px;
    text-align: center;
    line-height: 16px;
    margin-left: auto;
    margin-right: 30px;
    font-family: a-otf-jun-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.banner_shoukai {
	background-image: url(../images/bnr_shoukai.png);
}

.banner_shoukai h2 {
	background-image: url(../images/bnr_ai_shoukai.png);
    background-position: 30px 38px;
    background-repeat: no-repeat;
}

.banner_nyuen {
	background-image: url(../images/bnr_nyuuen.png);
}

.banner_nyuen h2 {
	background-image: url(../images/bnr_ai_nyuuen.png);
    background-position: 30px 30px;
    background-repeat: no-repeat;
}


.banner_kujira {
	background-image: url(../images/bnr_kujira.png);
}

.banner_kujira h2 {
	background-image: url(../images/bnr_ai_kujira.png);
    background-position: 30px 33px;
    background-repeat: no-repeat;
}

.banner_instagram {
	background-image: url(../images/insta_back.png);
}

.banner_instagram h2 {
	background-image: url(../images/Insta.png);
    background-position: 30px 33px;
    background-repeat: no-repeat;
}

.banner_line {
	background-image: url("../images/line_back.png");
	background-repeat: no-repeat;
	background-position: center;
}




.banner h2:hover {
	background-color:rgba(255,255,255,0.50);
}

.banner + .banner {
	margin-top: 12px;
}

/*small_banner*/
.small_banner {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
	padding: 0 12px;
}

.s_banner {
	width: calc((100% - 12px) / 2);
}

.s_banner img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.s_banner :hover {
	opacity: 0.8;
}

/*picture*/
.picture {
	background-color: #FEFFDC;
    width: auto;
    background-image: url(../images/pictopbar.png), url(../images/picbottombar.png);
    background-repeat: repeat-x;
    background-size: auto 15px;
    background-position: top, bottom;
	margin-top: 12px;
	padding-bottom: 48px;
}

.picture h1 {
	width: 220px;
    height: 30px;
    background-color: #fffcac;
    text-align: center;
    line-height: 35px;
    color: #358474;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    border-radius: 10px;
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 900;
	
}

.picture_text {
	display: flex;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.picture_text img {
	display: block;
    width: auto;
    height: 30px;
    margin-top: 40px;
}

.picture_hako div {
	margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 220px;
    background-color: #fff;
    position: relative;
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.picture_hako img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 200px;
    position: relative;
    top: 10px;
}

.picture_hako p {
	font-size: 18px;
    color: #5dbaa7;
    text-align: center;
    line-height: 23px;
    width: 150px;
    height: 20px;
    background-color: #fff;
    position: relative;
    top: -175px;
    left: 170px;
    border-radius: 5px;
    transform: rotate(15deg);
    filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 900;
}

.picture_hako div:nth-of-type(odd) {
    transform: rotate(-2deg);
}

.picture_hako div:nth-of-type(even) {
    transform: rotate(2deg);
}

/*bottom_list*/
.bottom_list {
	display: flex;
}

.bottom_list div {
	flex: 1;
	align-items: center;
}

.bottom_list ul {
    width: 150px;
    height: auto;
    margin: 30px auto;
}

.bottom_list ul li {
    color: #000;
    font-size: 16px;
    border-bottom: solid 1px #956134;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    background-image: url(../images/clover_14.gif);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: top 12px left 0px;
    text-decoration: none;
    font-family: a-otf-jun-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.bottom_list p {
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 900;
}

.name {
    width: 80px;
    height: 18px;
    line-height: 1.5em;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #705B00;
    border-radius: 10px;
    position: relative;
    top: 70px;
    left: 45px;
}

.bottom_list img {
    width: 80px;
    height: auto;
    position: relative;
    top: 60px;
    left: 50px;
    transform: rotate(6deg);

}

.bottom_list a:link {
	color: #000;
}

.bottom_list a:visited {
	color: #000;
}

.bottom_list a:hover {
	color: #000;
}

.bottom_list a:active {
	color: #000;
}

.kengaku {
    width: 120px;
    text-align: center;
    font-weight: bold;
    color: #5A3D1C;
    position: relative;
    top: 40px;
    padding: 10px;
    background-color: #fff3ad;
    border-radius: 10px;
    transform: rotate(6deg);
}

.kengaku::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 15px solid #fff3ad;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.chikuwa {
	margin-top: 20px;
}

/*footer*/
.footer_li {
	display: none;
}

footer {
    background-color: #035900;
    background-image: url(../images/foot_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
	padding-bottom: 20px;
}

.footer_img {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}

footer img {
    width: 200px;
    height: auto;
    margin-top: 15px;
}

address {
    font-size: 12px;
    /* border-top: solid 1px #fff; */
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

address p {
    margin-top: 10px;
}

.copy {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
	padding-bottom: 20px;
}





@media (min-width: 768px) {

body {
	max-width: 800px;
	height: 1000px;
	margin: 0 auto;
	background-color:#FFFCDF;
}
/*head start*/
header {
	min-width: 768px;
	max-width: 800px;
	height: 180px;
	background-size: 800px 100px;
	margin: 0 auto;
	position: static;
}

header img {
	margin-top: 16px;
	margin-bottom: 14px;
	width: 311px;
	height: 70px;
}

	
/*nav start*/
.menubtn {
	display: none;
}

nav {
	all: initial;
	z-index: 99;
	margin: 0 auto;
	
	
}
	

nav ul {
	all: initial;
	font-size: 0;
	margin: 0 auto;
	display: flex;
}

nav ul li {
	all: initial;
	flex:1;
	display: block;
	width: 75px;
	height: 80px;
	margin: 0 ;
	padding: 0;
	background-color:#FFFEE2;
	border-left: dotted 1px #E98608;
	border-radius: 10%;
	/*position: relative;*/
	/*justify-content: center;
	align-items: flex-end;*/
}

	nav ul li:first-child {
		border-left:none;
	}
	
nav a {
	all: initial;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 10px;
	line-height: 130px;
	text-align: center;
}

nav a:link {
	color: #000;
	font-size: 10px;
	line-height: 130px;

}

nav a:visited {
	color: #000;
	font-size: 10px;
	line-height: 130px;

}

nav a:hover {
	background-image: none;
	background-color: unset;
	font-size: 10px;
	line-height: 130px;
	cursor: pointer;
	color: #4B0001;
}
	
	/*nav a:hover {
		background-color: unset;
		
		
	}	*/
	
nav a:active {
	color: #000;
	font-size: 10px;
	line-height: 130px;

}
	
.nav_del {
	display: none;
}


	
#shoukai {
	background-image:url("../images/banana.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}
	
#seikatu {
	background-image:url("../images/pain.png");
	background-repeat: no-repeat;
	background-size: 37px 41px;
	background-position: 17px 8px;
}

#donguri {
	background-image:url("../images/remon.png");
	background-repeat: no-repeat;
	background-size: 41px 32px;
	background-position: 17px 14px;
}
	
#kujira {
	background-image:url("../images/maron.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}
	
#konomi {
	background-image:url("../images/itigo.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}

#app {
	background-image:url("../images/momo.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}
	
#nyuen {
	background-image:url("../images/sakuranbo.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}
	
#blog {
	background-image:url("../images/budou.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}
	
#bus {
	background-image:url("../images/nasi.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}

#contact {
	background-image:url("../images/meron.png");
	background-repeat: no-repeat;
	background-size: 41px 41px;
	background-position: 17px 8px;
}
	
	
	
	
	
/*nav end*/
/*head end*/		
	
/*hero s*/
.hero_box {
	width: 100%;
	height: 400px;
	position: relative;
	top: -69px;
}
	
	
	
.carousel-cell {
  width: 100%;
  height: 400px;
  counter-increment: gallery-cell;
}

.carousel-cell img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.hero_logo img {
	width: 120px;
	height: auto;
	display: block;
	position: relative;
	top: 3px;
	
}
/*hero end*/

main {
	display: flex;
	background: white;
	position: relative;
	top: -69px;
	width: 100%;
	padding-bottom: 12px;
}

.leftbox {
	width: 400px;
}

.rightbox {
	width: 400px;
	
}

.big_banner {
	margin-left: 12px;
}

.banner {
	display: block;
	width: 300px;
	border-radius: 10px;
}

.banner + .banner {
	margin-top: 10px;
}

.main h1 {
	line-height: 1.8em;
	font-size: 14px;
	font-weight: bold;
}

.main p {
	text-align: left;
	font-size: 11px;
	}	
	
.banner {
	width: 380px;
	height: 100px;
	margin: 0;
	}	
	
/*pict start*/	
	.picture {
		position: relative;
		top: -69px;
		margin: 0;
		padding: 0;
		padding-bottom: 40px;
	}
	
	.picture_hako {
		display: flex;
		
	}
	
	.picture_hako img {
	width: 170px;
	height: 113px;
	}
	
	.picture_hako div {
	width: 180px;
	height: 130px;
	}

	.picture_text h1 {
		margin-bottom: 20px;
	}
	
	.picture_hako img {
		width: 170px;
		height: 113px;
	}

	.picture_hako p {
		font-size: 12px;
		width: 100px;
		height: 20px;
		position: relative;
		top: -110px;
		left: 80px;
	}
/*pict end*/	

/*bottom_list*/
.bottom_list {
	background: white;
	position: relative;
	top: -69px;
}

/*footer start*/
	footer {
		position: relative;
		bottom: 69px;
		margin-bottom: -69px;
	}
	
	.footer_li {
		display:inline-block;
		text-align: center;
		margin-top: 24px;
	}
	
	.footer_li li {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		margin: 0;
		padding: 0 10px;
		border-left: solid 1px #fff;
		text-align: center;	
		margin-bottom: 15px;
		
	}
	
	.footer_li li:first-child {
		border-left: solid 0px #fff;
	}
	
	.footer_li li:nth-child(10) {
		border-left: solid 0px #fff;
	}
	
	footer li a {
		color: #fff; 
		
	}


	footer li a:link {
		color: #fff;
	}
	
	footer li a:visited {
		color: #fff;
	}

	footer li a:hover {
		color: yellow;
	}
	
	footer li a:active {
		color: #fff;
	}
	
	address {
		margin-top: 25px;
	}

















}/*@media end*/


