/* CSS Document */
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box; height:100%;
}
body{ background:#F4F6F4; height:100%; color:#221814; position:relative;}
a{ color:#221814;}
h1,h2,h3,p{ line-height:1.4em;}
img{ max-width:100%; vertical-align:bottom;}
.sp{ display:none;}
p{ font-size:1.4rem; line-height:1.6em; margin:0 auto; font-weight:400; text-align:left;}
.center{ text-align:center;}

/*トグルボタン*/
#menubtn{
	width:40px;
	height:41px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3;
	border:1px solid #7d8488;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-family:Arial, Helvetica, sans-serif;
	}
header #menubtn{display:none;}

#menubtn #menubtn_line{
    width: 40px;
    height:40px;
    position: absolute;
    top: 0px;
    right: 0px;
	
}
#menubtn #menubtn_line span {
    display: block;
    background: #7d8488;
    width:   23px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menubtn p{color:#fff; position:absolute; bottom:3px; left:8px;}
#menubtn #menubtn_line span:first-child {
    top: 12px;
}
#menubtn #menubtn_line span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menubtn #menubtn_line span:last-child {
    bottom: 12px;
}
#menubtn.active #menubtn_line span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
#menubtn.active #menubtn_line span:nth-child(2) {
    opacity: 0;
}
#menubtn.active #menubtn_line span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}


/*ヘッダー*/
header { width:1000px; max-width:100%; margin:0 auto; position:relative; padding-bottom:15px;}
header .header_top{ display: flex; justify-content: space-between; }
header .logo{ width:285px; top:0; left:0; margin:25px auto 10px 25px; max-width:35%;}
header ul.nav { display: flex; justify-content: right;}
header ul.nav li{ font-size:1.2rem; line-height:1.4rem; padding:5px 20px; font-weight:500;}

#navi_toggle{ width:100%; display:none; background:rgba(255,255,255,0.9); padding:30px; position:absolute; right:0; top:0; z-index:2; box-sizing: border-box;}
#navi_toggle ul{ margin:60px 0 0 0; font-weight: 900;}
#navi_toggle ul li{ font-size:1.4rem; margin:0px 0 30px; padding:3px 5px 2px 3px; text-align:left;}
#navi_toggle ul li span{ padding-left:10px;}


/*フッター*/
#footer_wrap { width:100%; max-width:100%; margin:0 auto; padding:40px 0; background-size:100%;}
footer{ width:1000px; max-width:95%; margin:60px auto; text-align:left; }
footer .footer_top{ display:flex; justify-content: space-between; flex-wrap:wrap;}
footer .left_box{ width:50%; padding:0;}
footer .left_box h1.logo{ margin-bottom:30px;}
footer .left_box h2{ margin-bottom:10px; font-size:2.4rem; line-height:1.2em;}
footer .left_box p{font-size:1.4rem; line-height:1.4em; font-weight:500; margin:0 0 0 20px;}
footer .left_box .tel{ font-size:1.4rem;  padding-left:20px; position:relative; margin-top:10px;}
footer .left_box .tel:before{ content:""; width:20px; height:20px; position:absolute; left:0; top:-3px; background:url(../images/tel.png) no-repeat; background-size:cover;}
footer .right_box{ width:280px; max-width:50%; padding:0; text-align:center;}
footer .right_box p{ margin-bottom:15px; text-align:center;}
footer ul { display: flex; justify-content:center; flex-wrap:wrap; margin:50px auto;}
footer ul li{ font-size:1.2rem; line-height:1.4rem; padding:5px 20px; font-weight:500;}



/*共通*/
h1.title{ font-size:2.4rem; line-height:1.4em; margin:100px auto 80px; color:#00863B;}

/*トップページ*/
.mainimage{ width:100%; background:#fff; text-align:center;}
.sec1_wrap{ width:100%; background:#EDF5E1;}
.sec1{ width:1200px; max-width:90%; margin:0 auto; padding:50px 0;}
.sec1 h2{ font-size:2.2rem; line-height:1.6em; text-align:center; margin:50px auto 80px;}
.sec1 .right_box{ width:700px; max-width:55%; padding:20px; text-align:left;}
.sec1 .left_box{ max-width:45%;}
.sec1 .colu{ margin:50px auto; display:flex; justify-content: space-between; flex-wrap:wrap;}

.sec1 h3{ font-size:2rem; line-height:1.4em; text-align:center; margin:20px auto 10px; font-weight:bold; border-bottom:1px solid #666; padding:0 10px 5px; text-align:left;}
.sec1 p{ font-size:1.6rem; line-height:1.6em; padding:10px;}
.sec1 img,.sec2 img{ margin:5px;}

.sec2 { width:998px; max-width:90%; margin:50px auto -50px; text-align:left;}
.sec2 h1{ text-align:center;}
.sec2 h2{ font-size:1.8rem; line-height:1.6em; margin:50px auto; text-align:left;  font-weight:bold;}
.sec2 h2:before{ content:"■"; color:#00863B; padding-right:8px;}
.sec2 .menu_colu { display:flex; justify-content: space-between; flex-wrap:wrap; align-items:center;}
.sec2 .menu_colu .left_box{ width:470px; max-width:50%;}
.sec2 .menu_colu .right_box{ width:500px; max-width:50%; padding:20px;}
.sec2 .menu_colu .right_box p{ width:350px; max-width:100%; margin:0 auto;}
.sec2 .menu_colu.other{ margin-top:80px;}

.sec2 .meal_contents{ display:flex; justify-content: space-between; flex-wrap:wrap; align-items:center; margin:70px auto 0px;}
.sec2 .meal_contents .left_box{ width:640px; max-width:60%;}
.sec2 .meal_contents .right_box{ width:350px; max-width:40%;}
.line{ background:#00863B; width:100%; height:100px;}



.sec3 { width:780px; max-width:90%; margin:0 auto;}
.sec3 h2{ font-size:1.8rem; line-height:1.6em; margin:50px auto; text-align:left;  font-weight:bold;}
.sec3 h3{ font-size:1.8rem; line-height:1.6em; margin:50px auto; text-align:left;  font-weight:bold;}
.sec3 h3:before{ content:"■"; color:#00863B; padding-right:8px;}

.sec3 dl{ width:600px; max-width:100%; margin:80px auto; font-size:1.6rem; line-height:1.6em; display:flex; justify-content: space-between; flex-wrap:wrap; text-align:left;}
.sec3 dl dt{ width:180px; border-bottom:1px solid #999; padding:15px;}
.sec3 dl dd{ width:calc(100% - 180px); border-bottom:1px solid #999; padding:15px;}


.sec3 .regato_logo{ width:680px; max-width:100%; text-align:right; margin-bottom:80px;}



.gmap {
position: relative;
width:770px;
padding-bottom:50%;
height:0;
overflow: hidden;
max-width:100%;
margin:0 auto;
border:1px solid #CCCCCC;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

 
 
 
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}



#privacy { width:940px; max-width:90%; margin:60px auto;}
#privacy h2{ max-width:100%;  text-align:left; font-size:2.6rem; line-height:1.4em; margin:13px auto 16px;}
#privacy h3{ max-width:100%;  font-size:2rem; line-height:1.6em; text-align:left; margin:30px auto 10px;}
#privacy h4{ max-width:100%;  font-size:1.8rem; line-height:1.6em; text-align:left; margin:0 auto 10px; font-weight:normal;}
#privacy p{ max-width:100%; font-size:1.6rem; line-height:1.6em; text-align:left; margin-bottom:20px;}
#privacy .sec1 section{ margin-bottom:60px;}

#contact{ width:800px; max-width:90%; margin:60px auto 100px;}

#contact p{ font-size:1.4em; line-height:3em; }
@media screen and (max-width: 1033px){
#top .sec3 .equipment_list{justify-content:center;}
}


@media screen and (max-width: 960px){
header .nav_wrap,header ul.sns_nav{ display:none;}
header #menubtn{ display:block;}
.sec1 .right_box{ width:100%; max-width:100%; margin:0 auto; padding:0;}
.sec1 .left_box{ width:350px; margin:0 auto; max-width:100%;}
.sec1 .colu{ margin:30px auto; display:block;}
.sec1 h3{ font-size:2rem; line-height:1.4em; text-align:center; margin:40px auto 10px; font-weight:bold; border-bottom:1px solid #666; padding:0 10px 5px; text-align:left;}
.sec1 p{ margin-bottom:30px;}
}
@media screen and (max-width: 900px){

}
@media screen and (max-width: 780px){
}
/*767以下 ipadを含まない*/
@media screen and (max-width: 767px){
.spno{ display:none;}

.sec2 .menu_colu { display:block;}
.sec2 .menu_colu .left_box{ width:470px; max-width:100%;}
.sec2 .menu_colu .right_box{ width:500px; max-width:100%; padding:20px;}
.sec2 .menu_colu .right_box p{ width:350px; max-width:100%; margin:0 auto;}
.sec2 .menu_colu.other{ margin-top:80px;}

.sec2 .meal_contents{ display:block; margin:70px auto 0px;}
.sec2 .meal_contents .left_box{ width:640px; max-width:100%; padding:30px 20px;}
.sec2 .meal_contents .right_box{ width:350px; max-width:100%;}

}





/*600以下 */
@media screen and (max-width: 600px){


footer .footer_top{ display:block;}
footer .left_box{ width:100%; padding:0;}
footer .right_box{ max-width:100%; margin-top:30px; padding-left:20px; text-align:left;}
footer .right_box p{  text-align:left;}





#footer_wrap{ padding:30px 0;}
footer .logo{max-width:60%;}

}

/*560以下 */
@media screen and (max-width: 560px){
header .logo{ margin:15px auto 10px 15px; max-width:60%;}

.sec3 dl{margin:50px auto; display:block;}
.sec3 dl dt{ width:100%; border-bottom:1px solid #ddd; padding: 15px 15px 2px;}
.sec3 dl dd{ width:100%; border-bottom:1px solid #999; padding:15px;}
footer ul{ display:block;}





/*グーぐるマップ*/
.gmap {
position: relative;
width:480px;
padding-bottom: 70%;
height: 0;
overflow: hidden;
max-width:100%;
margin:0 auto;
border:1px solid #CCCCCC;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
}
/*414以下 iphone縦*/
@media screen and (max-width: 414px){
	
.spno2{ display:none;}
h1.title{ font-size:2rem; line-height:1.4em; margin:50px auto 40px; color:#00863B;}
.sec1 h2{ font-size:1.8rem;}





}

