@charset "utf-8";
/* レイアウトのためのCSS */

/*===========================================================*/
/* Common Contents */
/*===========================================================*/

body{
    overflow-x: hidden;
	background-image: url(../img/bg.png);
    background-repeat: repeat;
     font-family: 'Sawarabi Gothic', sans-serif; 
	/*font-family: 'Noto Sans JP', sans-serif;*/
	color: #333;
	font-size:1em;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}


ul,
ol{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}
a:hover{
  color:#888;
  cursor: pointer;
}

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

.center{
    text-align: center;
}

*{
    box-sizing: border-box
}

/* font-family */

.header-utility li:last-child a,
.footer-info li dl,
.header-area dl,
#news article time,
#page-top span,
h2 span{
    font-family: 'Lato', sans-serif;
}

/* area */

.inner{
    width:100%;
    margin:0 auto;
    padding:5%;
}

	
@media  (max-width:600px) {
.inner{
    width:100%;
    margin:0 auto;
    padding:20px;
}
}

/*========= breadcrumb　パンクズリスト ===============*/
nav.breadcrumb {
    padding: 0.8em 1em;
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 4px;
    background: hsl(300, 14%, 97%);
}
nav.breadcrumb ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

nav.breadcrumb li {
    display: inline;
	font-size: 0.7em;
	letter-spacing: 0.1em
}

nav.breadcrumb li + li::before {
    display: inline-block;
    margin: 0 0.25em;
    height: 0.8em; content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+)
}
nav.breadcrumb [aria-current="page"] {
    color: #000;
    font-weight: 700;
    text-decoration: none;
}

/*========= Top header ===============*/

#slider{
    height: 100vh;
    position: relative;
}

/* heading */

.heading-block{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.heading-block h1{
    font-size: 2rem;
    color: #fff;
    line-height: 1.8;
    font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    text-shadow: 2px 2px 2px #333333;
    white-space: nowrap;/*改行されない*/
}

.heading-block h1 img {
  width: 400px;
}


/*横幅が768px以下になった際の指定*/
@media  (max-width:768px) {
  .heading-block h1{
    font-size:3vw;
    }
.heading-block h1 span{
    font-size: 3vw;
}
	.heading-block h1 img {
  width: 200px;
}
}





/*========= contact===============*/
.contact-area{
	color: #fff;
	font-size:0.9rem;
    justify-content: center;
    background-color: #9BC483;
	padding: 70px 100px;
}


.contact-area h2{
    text-align: center;
	padding: 10px 0px;
	font-size: 2rem;
	  position: relative;
  display: inline-block;
  margin-bottom: 1em;
    left: 50%;
  -webkit-transform: translateX(-50%);
}

.contact-area h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}

.contact-area a{
    color: #fff;
}
.contact-area li{
    text-align: center;
		padding: 10px 0px;
}

.contact-bottun{
    text-align: center;
	letter-spacing: 0.5em;
}
.hover2 {
	display: inline-block;
	padding: 0.6em 4em;
	margin: 0 0 1em;
	border: 0.1em solid #fff;
	color: #333;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.hover2:hover {
	background: #fff;
	color: #4F813D;
}

.contact-bottun::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
}

.contact-bottun::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
}


.contact-area .contact_tel{
	font-size:0.9rem;
	width: 50%;
	margin: auto;
}

.contact-area .contact_tel dl{
		padding: 10px 20px;
}
.contact-area .contact_tel dt{
	font-size:1rem;
	font-weight: bolder;
	align-content: center;
	letter-spacing: 0.1em;
}

.contact-area .tel a{
    color: #ffffff;
    font-size: 1.5rem;
	font-weight: bolder;
}

.contact-area .tel::before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  font-weight: 900;
  font-size: 1.5rem;
}

.to_form{
	margin: 20px auto;
	text-align: center;
}



@media  (max-width:840px) {
.contact-area{
	font-size:0.8rem;
	padding: 30px 0px;
}

.contact-area li{
    display: block;
    text-align: center;
}	
.contact-area .ex{
	font-size:0.8rem;
	padding:10px;
	letter-spacing: 0.2em;
}
.contact-area .contact_tel{
	width: 100%;
	letter-spacing: 0.2em;
}
.contact-area .tel a{
    color: #ffffff;
    font-size: 1.2rem;
	font-weight: bolder;
}
.contact-area .contact_tel dt{
	font-size:0.9rem;
}  

.contact-area h2{
	font-size: 1.3rem;
}
}

/*========= footer===============*/

#footer{
    padding:100px 70px 300px 70px;
    background:url("../img/footer_bg.png") center bottom;
	background-repeat: repeat-x;
    background-size: cover;
	letter-spacing: 0em;
	background-color: #F4F2EE;
}

.footer-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #457703;
}

.footer-area a{
    color: #457703;
    transition: all .3s;
}

.footer-area a:hover{
     color:#B25938;   
}

.footer-area ul,
.footer-area dl{
    width:25%;
    line-height: 2;
}

.footer-area ul li::before{
    content: '-';
    padding: 0 10px;
}

.footer-area dt{
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

small{
	 width: 100%;
	background:#BAD9D2;
    display: block;
	padding: 20px;
    text-align: center;
	color: aliceblue;
}

@media screen and (max-width:1090px) {
    #footer{
     padding: 40px 30px 0 30px;   
    }
    
.footer-area ul{
    width:30%;
}

.footer-area dl{
    border-top: 1px solid #333;
    width:100%;
    padding: 50px 0 0 0;
    margin:50px 0 0 0;
    text-align: center;
    line-height: 2.5;
    }   
}

@media screen and (max-width:810px) {
    #footer{
     padding: 50px 30px 0 30px;   
    }
.footer-area ul{
    width:47%;
    margin: 0 0 50px 0;
}
.footer-area dl{
    border:none;
    width:47%;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: left;
    line-height: 2;
    }
}

@media screen and (max-width:545px) {
    #footer{
     padding: 50px 30px 0 30px;   
    }
.footer-area ul,
.footer-area dl{
    border-top: 1px solid #457703;
    width: 100%;
    margin: 0 0 30px 0;
    padding:30px 0 0 0;
    line-height: 2.5;
}
.footer-area dl{
    text-align: center;
}
}

#footer .sns-link{
    left: 10px;
    bottom:10px;
}


/* sns */

.sns-link {
    display:block;
}

.sns-link img{
     width:40px; 
	 margin: 0px  10px 0px;
	     padding-top: 30px;
}
.sns-link span {
    padding-bottom: 30px;
}

@media  (max-width:940px) {
    #page-top{
    position: relative;
    text-align: center;
    right: inherit;
    bottom: inherit;
    margin: 10px auto 10px auto;
    width: 80px;
    animation: none!important;
    transform:none!important;
    opacity: 1;
    }
    
}

/* gnavi */

#g-nav {
    background-image: url(../img/gnavi_logo.svg);
    background-repeat: no-repeat;
    background-size: 30% auto;   /* 横幅を30%に、高さは自動 */
    background-position: top center; /* 上の中央に配置 */
}

#g-nav ul {
    justify-content: space-around;
    flex-wrap: wrap;
}

#g-nav.panelactive ul li{
    position: relative;
    width:48%;
    text-align: left;
    white-space: nowrap;
}



#g-nav li a{
    padding: 8px 20px;
}

#g-nav.panelactive ul li::before{
    content:'';
    width:5px;
    height: 15px;
    background:#ededed;
    position: absolute;
    left:-10px;
    top:43%;
}

#g-nav li a{
    padding: 6px 20px;
}

#g-nav.panelactive ul li::before{
    content:'';
    width:5px;
    height: 15px;
    background:#ededed;
    position: absolute;
    left:-10px;
    top:43%;
}


@media  (max-width:840px) {
#g-nav {
    background-size: 50% auto;   /* 横幅を30%に、高さは自動 */
    background-position: top center; /* 上の中央に配置 */
}
#g-nav.panelactive ul li{
    width:100%;
    }
}



/*===========================================================*/
/* midashi Contents */
/*===========================================================*/


/* heading */
#intro h2 span,
#bochi h2 span,
#point h2 span,
#access h2 span,
#facility h2 span{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color:#457703;
    margin: 100px 0 50px 0;
}

@media screen and (max-width:768px){
#intro h2 span,
#bochi h2 span,
#point h2 span,
#access h2 span,
#facility h2 span{
    font-size: 1.4rem;
    margin:50px 0;
}
}

#intro h2 span,
#bochi h2 span,
#point h2 span,
#access h2 span,
#facility h2 span{
    position: relative;
    padding: 0 70px;
}


@media screen and (max-width:550px){
#intro h2 span,
#bochi h2 span,
#point h2 span,
#access h2 span,
#facility h2 span{
    font-size: 1.2rem;
}
#intro h2 span,
#bochi h2 span,
#point h2 span,
#access h2 span,
#facility h2 span{
    padding: 0 50px;
}
}

#intro h2 span,
#bochi h2 span,
#point h2 span,
#access h2 span,
#facility h2 span{
    background: url(../img/bg_header_01.png) no-repeat left, url(../img/bg_header_02.png) no-repeat right;
    background-size: 35px 35px;
    padding: 10px 60px;
    white-space: nowrap;
}



/*===========================================================*/
/* bg Contents */
/*===========================================================*/

/* bg flower */

.flower1{
    position: absolute;
    background:url("../img/bg_flower.png") no-repeat;
    background-size:contain;
    width:140px;
    height: 140px;
    top:25%;
    left:10%;
    animation-delay: .3s;
    z-index: 2;
}

.flower2{
    position: absolute;
    background:url("../img/bg_flower.png") no-repeat;
    background-size:contain;
    width:100px;
    height: 100px;
    top:32%;
    right:10%;
    animation-delay: .5s;
    z-index: 2;
}

@media screen and (max-width:1020px){
  .flower1{
    width:90px;
    height:90px;
      top:15%;
}
.flower2{
    width:70px;
    height:70px;

}  
    
}

@media screen and (max-width:768px){
.flower1{
    width:70px;
    height: 70px;
    top:9%;
    left: 2%;
}
.flower2{
    width:50px;
    height: 50px;
    top:18%;
    right: 5%;
}
    
}

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

.flower1{
    top:14%;
}   

.flower2{
    top:19%;
    }
    
}


.flower3{
    position: absolute;
    background:url("../img/bg_flower01.png") no-repeat;
    background-size:contain;
    width:80px;
    height: 80px;
    top:5%;
    right:0;
    z-index: -1;
}

.flower4{
    position: absolute;
    background:url("../img/bg_flower02.png") no-repeat;
    background-size:contain;
    width:80px;
    height:80px;
    top:20%;
    right:30%;
    z-index: -1;
}

.flower5{
    position: absolute;
    background:url("../img/bg_flower03.png") no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    top:40%;
    left:0;
    z-index: -1;
}

.flower6{
    position: absolute;
    background:url("../img/bg_flower04.png") no-repeat;
    background-size:contain;
    width:80px;
    height:80px;
    top:60%;
    left:30%;
    z-index: -1;
}

.flower7{
    position: absolute;
    background:url("../img/bg_flower05.png") no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    top:80%;
    left:0;
    z-index: -1;
}

.flower8{
    position: absolute;
    background:url("../img/bg_flower.png") no-repeat;
    background-size:contain;
    width:85px;
    height:85px;
    top:100%;
    left:10%;
    z-index: -1;
}

@media screen and (max-width:1020px){
.flower3,
.flower4,
.flower5,
.flower6,
.flower7,
.flower8{
    display: none;
    }
}



/*===========================================================*/
/* Top Contents */
/*===========================================================*/


/* お問い合わせ追従バナー */
#freecall {
  position: fixed;         /* 追従させる */
  bottom: 0;               /* 画面の下に固定 */
  left: 0;
  width: 100%;             /* 横幅いっぱい */
  background: #fff;        /* 背景色（任意、透明なら不要） */
  text-align: center;      /* 中央寄せ */
  padding: 10px 0;         /* 上下余白 */
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* 上に薄い影をつけて浮かせる */
  z-index: 9999;           /* 最前面に出す */
  display: flex;            /* 横並びにする */
  justify-content: center;  /* 中央寄せ */
  gap: 10px;                /* 画像の間隔 */
}

#freecall img {
  max-width: 640px;        /* バナー画像の最大幅（調整可） */
  width: 100%;              /* 画面幅が狭いときに自動縮小 */
  height: auto;
}

@media screen and (max-width:600px){
#freecall img {
  max-width: 300px;        /* バナー画像の最大幅（調整可） */
  width: 100%;              /* 画面幅が狭いときに自動縮小 */
  height: auto;
}
}

/* news */


#news {
    background-image: url(../img/news_bg.png);
    background-repeat: repeat;
    height: 100%;
	position: relative;
    padding: 50px 0 20px 0;
    margin: 0px;
}

#news .news_box{
max-width: 1000px;
    background:#fff;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 auto 50px;
}

#news h2{
  padding:0 20px 0 40px;
    color: #457703;
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}
#news h2 span{
  padding:0 20px 0 0px;
    color: #457703;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
}

@media screen and (max-width:768px){
#news {
    padding: 50px 0 10px 0;
}

#news .news_box{
    width: 90%;
}
}

@media screen and (max-width:600px){
#news h2{
    font-size: 1.2rem;
    text-align: center;
    padding: 0;
}
#news h2 span{
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}  
}

.btn_ichiran {
    display: flex;
    justify-content: center;
	padding:30px;
}  

/* blog */

.blog-list{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.blog-list section{
    width:28%;
    background: #fff;
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
	margin:0 0 20px 0;
    padding:20px 20px 50px 20px;
    border-radius: 2px;
}

.blog-list section:nth-child(2){
     animation-delay: 0.2s;   
}
.blog-list section:nth-child(3){
     animation-delay: 0.4s;   
}

.blog-list section .blog-date{
    background:#F4E5C1;
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -5px;
	z-index: 2;
	padding: 3px 8px;
	font-size:0.9rem;
}

.blog-list section .blog-img{
	padding-top:8%;
}


.blog-list section h3{
    font-size: 0.8rem;
    text-align: left;
	line-height: inherit;
    border-bottom: 5px double #333;
    margin: 30px 0 0 0;
    padding: 0 0 10px 0;
	letter-spacing: 0.05em;
}


/*checkのアニメーション*/
.hover1 {
	display: inline-block;
	position: absolute;
    right: 15px;
    bottom: -5px;
	padding: 0.3em 1em;
	margin: 0 0 1em;
	background-color: #3498db;
	font-size: 0.9em;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	 border-radius: 5px;
}
.hover1:hover {
	opacity: 0.6;
}


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

.blog-list section{
    width:32%;
    background: #fff;
	position: relative;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
	margin:0 0 20px 0;
    padding:20px 5px 40px 5px;
    border-radius: 2px;
}
	
.blog-list section .blog-date{
    background:#F4E5C1;
	display: inline-block;
	position: absolute;
    left: -5px;
    top: -5px;
	z-index: 2;
	padding: 3px 8px;
	font-size:0.6rem;
}
	
.blog-list section h3{
    font-size: 0.7rem;
    text-align: left;
	line-height: 1.1rem;
    border-bottom: 5px double #333;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
	letter-spacing: 0.01em;
}

.hover1 {
	display: inline-block;
	font-size: 0.7rem;
	position: absolute;
    right: 5px;
    bottom: -5px;
	padding: 0.02em 0.8em;
	margin: 0 0 1em;
	background-color: #3498db;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.hover1:hover {
	opacity: 0.6;
}

}



/* intro */

 #intro{
    width: 100%;
    margin: 0px auto 0px;
    text-align: center;
    position: relative;
    top: -50px;
    z-index: 1;
    background-repeat: no-repeat;
} 


#intro h2{
	margin: 50px auto 0px;
	padding: 100px 0 0;
} 

.intro-area{
   width:100%;
   background-color:#E8F2E7;
	margin: 0px auto 0px;
	text-align: center;
	background-image: url("../img/top_intro_bgpic.svg");
} 

#intro .intro-comment{
    font-size: 1.3rem;
	font-weight: bolder;
	margin: 50px auto 30px;
} 


#intro .blue_line {
    font-size: 1.5rem;
	color: #1958A4;
	background:linear-gradient(transparent 60%, #F9E595 0%)
		;}
	
#intro .intro-text{
	width: 86%;
max-width: 900px;
text-align: left;
	padding:90px 0px 0px;
	font-size: 1.2rem;
	margin: 0px auto;
} 

@media  (max-width:1280px) {
#intro .intro-comment{
    }
}

@media  (max-width:840px) {
#intro .intro-comment{
    font-size: 1rem;
    }
}

@media  (max-width:768px) {
#intro h2{
	margin: 30px auto 0px;
	padding: 30px 0 0;
}  
#intro .intro-comment{
    font-size: 0.9rem;
	margin: 0px auto 20px;
	letter-spacing: 0.01em;
    }
#intro .intro-text{
	width: 86%;
	padding:80px 0px;
	font-size: 0.9rem;
}
} 
	
@media  (max-width:600px) { 

#intro .intro-comment:nth-child(5){
	margin: 0px auto 90px;
    }
#intro .blue_line {
    font-size: 1.2rem;
		;}
}



.intro-bottom {
    height: 100%;
    padding: 0;
    margin: 0px auto;
	align-content: center;
	position:relative;
	top:-1px;
}




/* bochi */
#bochi {
width: 90%;
max-width: 1100px;
    padding: 0px 0px 50px;
    margin: 0px auto 50px;
}

#bochi h2 {
    padding: 50px 0px;
    margin: 0px auto  50px;
	text-align: center;
}


 #bochi h3 {
font-size: 1.5rem;
 position:relative;
 line-height:2;
 padding:0.2em 1.3em;
 text-align: center;
}

#bochi h3:before,h3:after{
 position:absolute;
 content:'';
 width:20px;
 height:30px;
 display:inline-block;
}

#bochi h3:before{
 border-left:solid 3px #4F813D;
 border-top:solid 3px #4F813D;
 top:0;
 left: 0;
}

#bochi h3:after{
 border-right:solid 3px #4F813D;
 border-bottom:solid 3px #4F813D;
 bottom:0;
 right: 0;
}

#bochi .content-area h4 {
	font-size: 1rem;
    color: #4F813D;
	padding:0.2em 0em 1.5em;
text-align: center;
}

#bochi .service-area{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 200px 0;
}

#bochi .service-area:nth-of-type(4){
    margin:0 0 0px 0;
}

#bochi .service-area::after{
    content: '';
    position: absolute;
    width: 70%;
    height: 23em;
    background-repeat: repeat;
    background-position: center;
    background-image: url("../img/bochi_picbg.jpg");
    right: 10%;
    top: 20%;
    z-index: -1;
}


#bochi .service-area:nth-of-type(2n+1){
     flex-direction: row-reverse;
}


#bochi .service-area .img{
    width: 50%;
	border-radius: 20px; 
}

#bochi .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:50px;
		border-radius: 10px; 
}

#bochi .service-area .content-area{
    padding:30px;   
}

#bochi .service-area .content-area p{
     margin:0 0 10px 0; 
	 letter-spacing: 0.05em;
	 	padding:10px 5%;
}


@media (max-width:990px) {
#bochi .service-area{
    margin:0 0 200px 0;   
}

#bochi .service-area .content{
    width:47%;
    top:70px;
}

#bochi .service-area .content-area{
    padding:15px;   
}

#bochi .service-area::after{
    height: 22em;
    top: 10%;
}
#bochi .service-area .content-area p{
	 font-size: 0.8rem;
     margin:0 0 10px 0;   
}
}

@media (max-width:768px) {
#bochi .service-area::after{
    height: 18em;
    top: 16%;
}
}

@media (max-width:600px) {
 #bochi h3 {
font-size: 1.3rem;
}
#bochi .heading-product {
	display: inline;
	font-size: 1.5rem;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(98,98,175) 10%);
}
#bochi .service-area{
    margin:0 auto 30px;
	width:86%;
}

#bochi .service-area .img{
    width:100%;
    z-index: 2;
				border-radius: 3px; 

}
#bochi .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
			border-radius: 10px; 
}
#bochi .service-area .content-area p{
	 font-size: 0.8rem;
	letter-spacing: 0.1em;
}

#bochi .service-area:nth-of-type(4){
        margin:0 auto 30px;
	width:86%;
}

}

#bochi .btn{
    text-align: right;
}


/* point */

#bochi_bg{
    background:url("../img/bochi_bg.webp") no-repeat center;
	background-attachment: fixed;
	background-size: cover;
    padding: 140px 0px;
}

@media  (max-width:600px) {
#bochi_bg{
background:url("../img/bochi_bg_sp.webp") no-repeat center;
background-size: cover;
background-attachment: scroll; /* または省略（デフォルトがscroll） */
padding: 140px 0px;
}
}

#point {
max-width: 1200;
    height: 100%;
    padding: 100px 0 50px 0;
    margin: 0px auto;
	align-content: center;
	background: #E8F2E7;
}

#point h2 {
    padding: 50px 0px;
    margin: 0px auto;
	text-align: center;
}

.point-list{
	display: flex;
    justify-content: space-around;
}

.point-list div{
    width:30%;
    background: #fff;
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
	margin:0px 0 50px 0;
    padding:20px;
    border-radius: 2px;
}

.point-list div:nth-child(2){
     animation-delay: 0.2s;   
}
.point-list div:nth-child(3){
     animation-delay: 0.4s;   
}


.point-list div .product-img{
	padding-top:70%;
	background-size:cover!important;
}



.point-list div h3{
    font-size: 1.0rem;
    text-align: center;
    margin: 10px 0 0 0;
	letter-spacing: 0.017em;
	color:#4F813D;
	padding:10px;
	background-color: #E8F2E7;
}


.point-list div .exp {
    font-size: 0.8rem;
    text-align: left;
    margin: 5px auto;
	letter-spacing: 0.07em;
	padding:10px;
}

/*.point-list div h3:after {
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  font-weight: 900;
} */

.point_inner{
	display: flex;
    align-items: center;
    justify-content: center;
}

.point_bnr{
	width:95%;
	max-width:800px;
	cursor: pointer;
	margin-bottom: 20px;
}


@media  (max-width:1090px) {
.point-list div h3{
    font-size: 1rem;
}    
}

@media  (max-width:990px) {
.point-list div h3{
    font-size: 1em;
}    
}

@media (max-width:840px) {
.point-list div{
    width:32%;
}
}

@media  (max-width:600px) {
#point {
    padding: 20px 0 20px 0;
}

.point-list{
	display: block;
    justify-content: center;
}


.point-list div{
    width:80%;
    background: #fff;
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
	margin:0px auto 50px;
    padding:5px;
    border-radius: 2px;
}

.point-list div h3{
    font-size: 0.8rem;
    text-align: center;
    margin: 10px 0 0 0;
	letter-spacing: 0.2em;
}
}

/* hakajimai */
#hakajimai {
width: 100%;
    padding: 30px 0px 0px;
    margin: 10px auto;
text-align: center;
}
@media (max-width:840px) {
#hakajimai {
width: 80%;
font-size: 0.8rem;
}
#hakajimai p {
font-size: 0.8rem;
letter-spacing: 0em;
}
}

/* bnr */


.bnr-list{
	display: flex;
    justify-content: space-around;
}

.bnr-list div{
    width:28%;
	position: relative;
	margin:0px 0 50px 0;
}

.bnr-list div:nth-child(2){
     animation-delay: 0.2s;   
}
.bnr-list div:nth-child(3){
     animation-delay: 0.4s;   
}


@media (max-width:840px) {
.bnr-list div{
    width:32%;
}
}

@media  (max-width:600px) {
.bnr-list div{
    width:33%;
	position: relative;
	margin:0px 0 50px 0;
}

}


/* link */

#link{
	padding: 2% 10%;
    background:url("../img/bg_link.png") repeat;
}
.item-list{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.item-list .item{
  padding: 20px;  
}
#link img{
	zoom: 70%;
}

@media  (max-width:600px) {
.item-list .item{
  padding: 5px;  
}
}

/*========= access===============*/

#access{
    text-align: center;
    padding: 100px 100px;
}
#access  h2{
    margin: 50px 0;
}

#access .access-logo img{
width: 300px;
}

#access  .access-name{
    margin: 0 0 20px 0;
	color:#223682;
	font-size: 1.8em;
	font-weight: 800;
}
#access  .access-ad{
    margin: 0 0 20px 0;
	font-size: 1em;
	font-weight: 800;
}

@media  (max-width:600px) {
#access{
    padding: 50px 10px;
}
#access  h2{
    margin: 30px 0;
}

#access .access-logo img{
width: 300px;
}

#access  .access-name{
	font-size: 1.4em;
}
#access  .access-ad{
	font-size: 1em;
	font-weight: 600;
}
}


#access .howto_access {
    width:90%;
    max-width:600px;
     margin: auto;
     padding: 20px 30px;   
    font-size: 0.9rem;
	background-color: #ffffff;
}
#access .howto_access ul{
text-align: left;
}

@media  (max-width:600px) {
#access .howto_access {
    width:90%;
}
}

#access_bg{
    background:url("../img/access_bg.webp") no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	hight:200px;
    padding: 150px 0px;
}

@media  (max-width:600px) {
#access_bg{
background:url("../img/access_bg_sp.webp") no-repeat center;
background-size: cover;
background-attachment: scroll; /* または省略（デフォルトがscroll） */
padding: 140px 0px;
}
}
 




/*===========================================================*/
/* In page */
/*===========================================================*/


/*========= In header ===============*/

#in_header{
	position: fixed;/*header固定*/
	height: 80px;/*Headerの高さ設定*/
	width:100%;
    z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
    background:#fff;
	box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.8);
}

@media screen and (max-width:990px) {
#in_header{
    height: 75px;
    }  
}

.heading-in h1 a {
    font-size: 2.2rem;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
    position: fixed;
    top: 1%;
    left: 2%;
    z-index: 5;
    line-height: 1;
    letter-spacing: 0.05em;
    background-image: url("../img/in_logo_header.svg");
    background-position: 1% 2%;
    background-size: 100px 50px;
    background-repeat: no-repeat;
    padding: 10px 0px 15px 120px;
    color: #223682;
}


@media  (max-width:768px) {
  .heading-in h1 a{
    font-size:4vw;
    }
}

@media  (max-width:600px) {
  .heading-in h1 a{
    font-size:5vw;
	 padding: 17px 0px 20px 100px;
    }
}


/*========= In common ===============*/
#main{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contents_box{
	max-width:  1000px;
    margin:10px auto;
	text-align: left;
}

/* title */

.top-lead{
	text-align: center;
    position: fixed;
    /*bottom:20%;*/
	top:20%;
    left: 50%;
    transform: translateX(-50%); /* 横方向の中央揃え */
	color: #FFFFFF;
    font-size:2.5rem;
    font-weight: bold;
    line-height: 1.5;
	text-shadow: 2px 2px 2px #333333;
	z-index:-1;
}



@media  (max-width:768px) {
.top-lead{
    font-size:1.6rem;
    }
}

@media  (max-width:550px) {
.top-lead{
    font-size:1.3rem;
    }
}



/* main_contents */

#main-contents{
	position: relative;
	z-index:1;
	width:100%;
}

#in-contents{
	position: relative;
	z-index:2;
	margin: auto;
	padding: 20px;
	width:90%;
	background:#fff;
}

@media  (max-width:990px) {
#in-contents{
	padding: 10px;
	width:90%;
}
}

@media  (max-width:600px) {
#in-contents{
	padding: 5px;
	width:96%;
}
}


/*========= marche ===============*/

/* inpage title用*/

#news-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#news-main:before{
	content: '';
	position:fixed;
	top:6vh;
	left:5%;
	z-index:-5;
	width:90%;
	height: 50vh;
	/*背景画像設定*/
	background:url("../img/titlepic_news.webp") no-repeat center;
	background-size:cover;
}

@media  (max-width:768px) {
#news-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}


#news{
	width:100%;
	padding:50px 0px;
}


/*========= shukatsu ===============*/

/* inpage title用*/

#shukatsu-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#shukatsu-main:before{
	content: '';
	position:fixed;
	top:6vh;
	left:5%;
	z-index:-5;
	width:90%;
	height: 50vh;
	/*背景画像設定*/
	background:url("../img/titlepic_shukatsu.webp") no-repeat center;
	background-size:cover;
}

@media  (max-width:768px) {
#shukatsu-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}

.schedule{
padding: 30px 0px;
font-size: 1.1em;
font-weight:bolder;
} 

.schedule dt{
padding: 5px 10px;
background-color: #E8F2E7;
} 

.schedule dd{
padding: 10px 20px  20px;
} 



/*========= hakajimai ===============*/

/* inpage title用*/

#hakajimai-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#hakajimai-main:before{
	content: '';
	position:fixed;
	top:6vh;
	left:5%;
	z-index:-5;
	width:90%;
	height: 50vh;
	/*背景画像設定*/
	background:url("../img/titlepic_hakajimai.webp") no-repeat center;
	background-size:cover;
}

@media  (max-width:768px) {
#hakajimai-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}

/*========= marche ===============*/

/* inpage title用*/

#marche-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#marche-main:before{
	content: '';
	position:fixed;
	top:6vh;
	left:5%;
	z-index:-5;
	width:90%;
	height: 50vh;
	/*背景画像設定*/
	background:url("../img/titlepic_marche.webp") no-repeat center;
	background-size:cover;
}

@media  (max-width:768px) {
#marche-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}


#marche{
	width:100%;
	margin: auto;
text-align: center;
	padding:50px 0px;
}


/*========= bochi ===============*/

/* inpage title用*/

#bochi-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#bochi-main:before{
	content: '';
	position:fixed;
	top:6vh;
	left:5%;
	z-index:-5;
	width:90%;
	height: 50vh;
	/*背景画像設定*/
	background:url("../img/titlepic_bochi.webp") no-repeat center;
	background-size:cover;
}

@media  (max-width:768px) {
#bochi-main:before{
    background-position: top center;
	
    }
}

#bochi_name h2 {
text-align: center;
  position: relative;
  line-height: 1.4;
   padding:0px 15px;
   margin: 50px auto;
  color:#4F813D;
font-size:2.5em;
letter-spacing: 0.5em;
 background:linear-gradient(transparent 10%,#FFFABD 60%);
  margin-bottom: 1em;
}
#bochi_name h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #4F813D;
  border-radius: 2px;
}

@media  (max-width:768px) {
#bochi_name h2 {
font-size:1.8em;
}
}

@media  (max-width:768px) {
#bochi_name h2 {
font-size:1.6em;
}
}
@media  (max-width:550px) {
#bochi_name h2 {
font-size:1.4em;
}
}

#bochi_detail{
	width:100%;
	text-align: center;
	padding: 50px 0px;
} 

#bochi_detail h3{
font-size:1.6em;
  position: relative;
  line-height: 1.4;
  margin: 80px 0px;
  padding:0.25em 1em;
  display: inline-block;
  color:#B4D07E;
}

#bochi_detail h3:before, #bochi_detail h3:after { 
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}

#bochi_detail h3:before {
  border-left: solid 1px #4F813D;
  border-top: solid 1px #4F813D;
  top:0;
  left: 0;
}

#bochi_detail h3:after {
  border-right: solid 1px #4F813D;
  border-bottom: solid 1px #4F813D;
  bottom:0;
  right: 0;
}

@media  (max-width:768px) {
#bochi_detail h3 {
font-size:1.2em;
  margin: 30px 0px;
}
}

@media  (max-width:550px) {
#bochi_detail{
	padding: 20px 0px;
} 
#bochi_detail h3 {
font-size:1.1em;
  margin: 30px 0px;
}
}

/* facility_slider */

#facility{
    text-align: center;
}

#slider-area{
    position: relative;
	width:80%;
	margin: 30px auto;
}

#slider-area .scrolldown1{
    top: inherit;
    bottom:0;
    z-index: 1;
}



.bochi_box26 {
width: 80%;
max-width: 800px;
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #4F813D;
    border-radius: 8px;
	text-align: left;
}
.bochi_box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #4F813D;
    font-weight: bold;
}
.bochi_box26 p {
    margin: 0; 
    padding: 0;
}

/* bochi-menu */


#menu{
    margin: 0 auto 100px;
	padding: 20px;
	background:url(../img/bg_washi.png) repeat center;
}

@media screen and (max-width:768px) {
#menu {
    width: 96%;
    }
}

#menu h4{
    letter-spacing:0.2em;
    font-size:2rem;
    margin:100px 0;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

#menu h4:before, #menu h4:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}

#menu h4:before {
  border-top: dotted 1px #535aaa;
  border-left: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  left: 0;
}

#menu h4:after {
  content: '';
  border-top: dotted 1px #535aaa;
  border-right: dotted 1px #535aaa;
  border-bottom: dotted 1px #535aaa;
  right: 0;
}

@media  (max-width:768px) {
#menu h4 {
font-size:1.5em;
    margin:50px 0;
}
}

@media  (max-width:550px) {
#menu h4 {
font-size:1.2em;
    margin:30px 0;
}
}

#menu section{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

#menu section:nth-of-type(2n){
    flex-direction:row-reverse;
}

#menu .menu-img{
    width:50%;
    height:40vh;
}

#menu .menu-img-detail{
    height:40vh;
}

#menu .menu-box{
    animation-delay:.5s;
}

#menu .menu-content{
    width:50%;
    display:flex;
    justify-content:center;
    align-items:center;
	padding: 30px;
}

#menu .menu-content h5 {
    font-size:1.2rem;
    margin:0 0 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

#menu .menu-content h5:before, #menu .menu-content h5:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

#menu .menu-content h5:before {
  left:0;
}
#menu .menu-content h5:after {
  right: 0;
}

#menu .menu-content p{
    height:13em;
    line-height:2.5;
}


@media screen and (max-width:768px) {
#menu {
    width: 96%;
    }
#menu .menu-content h5 {
    font-size:1em;
  padding: 0 20px;
}

#menu .menu-content h5:before, #menu .menu-content h5:after {
  width: 10px;
  height: 2px;
}
}



@media screen and (max-width:768px) {
#menu .menu-bg{
    background-attachment: inherit;
    }
}

@media screen and (max-width:600px) {
#menu .menu-img,
#menu .menu-content{
    width:100%;
    margin: 0 0 20px 0;
}
    
}

.bochi_price span{
font-size: 3em;
	padding: 50px 0px;
	color:#B92E43;
}
@media screen and (max-width:768px) {
.bochi_price span{
font-size: 2em;
	padding: 20px 0px;
}  
}

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


#menu .menu-content h5 {
    font-size:1.2rem;
    margin:0 0 0 1em;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  letter-spacing: 0;
}

#menu .menu-content h5:before, #menu .menu-content h5:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45px;
  height: 2px;
}
}





/* jyumoku_menu */
.jyumoku_kukaku:nth-of-type(1) .menu-img-detail {
    background:url(../img/jyumoku_1_9380.webp) no-repeat center;
    background-size:cover;
}

.jyumoku_kukaku:nth-of-type(2) .menu-img-detail{
    background:url(../img/jyumoku_new.webp) no-repeat center;
    background-size:cover;
}

.jyumoku_kukaku:nth-of-type(3) .menu-img-detail{
    background:url(../img/jyumoku_34_9381.webp) no-repeat center;
    background-size:cover;
}


/* ippan_menu */

.ippan_kukaku:nth-of-type(1) .menu-img-detail{
    background:url(../img/ippan_A1001237.webp) no-repeat center;
    background-size:cover;
}
.ippan_kukaku:nth-of-type(2) .menu-img-detail {
    background:url(../img/ippan_A1001258.webp) no-repeat center;
    background-size:cover;
}

.ippan_kukaku:nth-of-type(3) .menu-img-detail{
    background:url(../img/ippan_A1001231.webp) no-repeat center;
    background-size:cover;
}

.ippan_kukaku:nth-of-type(4) .menu-img-detail{
    background:url(../img/ippan_A1001402.webp) no-repeat center;
    background-size:cover;
}

/* glass_menu */
.glass_kukaku:nth-of-type(1) .menu-img-detail {
    background:url(../img/glass_A1001326.webp) no-repeat center;
    background-size:cover;
}
.glass_kukaku:nth-of-type(2) .menu-img-detail {
    background:url(../img/glass_A1001350.webp) no-repeat center;
    background-size:cover;
}

/* shibafu_menu */
.shibafu_kukaku:nth-of-type(1) .menu-img-detail {
    background:url(../img/shibafu_A1001204.webp) no-repeat center;
    background-size:cover;
}




/*========= contact ===============*/

/* inpage title用*/

#contact-main{
	width:100%;
	height: 40vh;
	position: relative;
} 

#contact-main:before{
	content: '';
	position:fixed;
	top:6vh;
	left:5%;
	z-index:-5;
	width:90%;
	height: 50vh;
	/*背景画像設定*/
	background:url("../img/titlepic_contact.webp") no-repeat center;
	background-size:cover;
}

@media  (max-width:768px) {
#contact-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}


.contact-wrapper{
padding: 60px 0px;
    }


@media  (max-width:600px) {
.contact-wrapper{
padding: 20px 0px;
    }
}




/* tbl_form
------------------------------ */
#form_body table.tbl_form {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    letter-spacing: 2px;
    font-size: 0.9em;
    color: #333333;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
#form_body table.tbl_form li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin:0 0.5em 0.5em 0;
}
#form_body table.tbl_form th,
#form_body table.tbl_form td {
	padding:10px 10px 10px;
}
#form_body table.tbl_form th {
    text-align: right;
    border-right: 1px solid #B4B4B4;
    font-size: 0.85em;
}
#form_body table.tbl_form td {
	text-align: left;
}
#form_body table.tbl_form p {
	margin-bottom:8px;
}

#form_body .tbl_form .horizon li {
	display:inline-block;
	vertical-align:top;
	white-space:nowrap;
	margin:0 1em 0.5em 0;
}
#form_body .tbl_form .horizon li input,
#form_body .tbl_form .horizon li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
#form_body .tbl_form .horizon li label {
	margin-right:5px;
}
#form_body .tbl_form .horizon li span {
	padding:4px 0 0 2px;
}
#form_body .tbl_form .in_txt,
#form_body .tbl_form .in_txta {
	border:1px solid #D1C0CA;
	padding:10px;
	width:80%;
}
#form_body .tbl_form .in_txt2 {
	border:1px solid #D1C0CA;
	padding:10px;
	width:10em;
}

.must_red {
    color: #FF5500;
    border: 1px solid #FF5500;
    padding: 2px;
    border-radius: 3px;
    margin: 0px 10px;
}
/* form_btn
------------------------------ */
#form_body .form_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
#form_body .form_btn p {
	display:inline-block;
	vertical-align: top;
	margin:0 35px;
	width:230px;
	box-sizing:border-box;
}
#form_body .form_btn p input {
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    font-size: 1em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#form_body .form_btn .reset input {
	border:1px solid #cccccc;
	background-color:#eeeeee;
	color:#666666;
}
#form_body .form_btn .submit input {
	border:1px solid #00A6DD;
	background-color:#6EA76F;
	color:#ffffff;
}

@media  (max-width:768px) {
#form_body .form_btn p {
	margin:0 20px;
	width:180px;
}
}

@media  (max-width:600px) {

/* tbl_form
------------------------------ */

#form_body table.tbl_form th,
#form_body table.tbl_form td {
    width:100%;
    display:block;
	}
#form_body table.tbl_form th {
    text-align: left;
	background-color: #F2F6FF;
}
#form_body table.tbl_form td {
	text-align: left;
}

#form_body .tbl_form .in_txt,
#form_body .tbl_form .in_txta {
	border:1px solid #D1C0CA;
	padding:10px;
	width:100%;
}
	#form_body .form_btn {
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
	box-sizing:border-box;
}
#form_body .form_btn p {
	margin:0 10px;
    display: inline-block;
	width:40%;
}
}

contact_bnr{
	margin:10px 0 30px ;
	
}

