@charset "utf-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
/*	font-family:"Font Awesome 5 Free","Font Awesome 5 Brands";*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:top;
}
.jumbotron {
border-radius: 0;
}
/* ===================================================== */
/* common */
/* ===================================================== */
a {
	color:#434343;
	text-decoration:none;
} 
a:hover{
	color:#434343;
	transition: .5s;
	opacity: .5;
	text-decoration:none;
	cursor: pointer;
}
p {
	color:#434343;
}
h1, h2, h3, h4, h5, h6,
table th {
	font-weight: normal;
}
button:focus {
	outline:none;
}
/* ===================================================== */
/* 共通 */
/* ===================================================== */
body main, body main p {
		color: #5B4A3F;
}
main section .container {
	max-width: 990px;
}
/* ===================================================== */
/* ヘッダー */
/* ===================================================== */
header {
	background-color: #F4F3F2;
}
header .d-md-flex {
	padding:2px 40px 0;
	align-items: flex-end;
}
header .pc-logo {
	max-width: 180px;
}
header p {
	font-size:13px;
}
header p span {
	font-size:16px;
}
header .pc-header {
	width: 100%;
	align-items: flex-end;
}

header .sp-logo {
	max-width: 250px;
}
header .in {
	width:95%;
}
header .header-info img {
	max-width: 380px;
}

/* PCナビゲーション */
header ul.pc-nav {
	background-color:#124228;
	padding:3px 40px 3px 0;
}
header ul.pc-nav li a {
	font-size:16px;
	color:white;
}
header ul.pc-nav li.border-r::after {
	content:"|";
	margin-left:20px;
	color:white;
}
/*スマホナビゲーション*/
header .logo {
	width: 35%;
}
header .hed_tel {
	width: 50%;
	padding-left: 20px;
}
.drawer-nav {
	z-index: 50;
	background-color: #124228;
	padding: 20px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #124228;
	height: 5px;
}
.drawer-menu-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
@media screen and (max-width:991px) {
	.drawer-menu-item a {
		font-size:14px;
	}
}
.drawer-menu-item:hover {
	text-decoration: none;
}

.drawer-hamburger {
	z-index: 999;
}

/* ページTOPへもどるボタン */
#btn_pagetop {
	display: none;
	z-index: 99;
	background: rgba(20,20,20,0.74);
	text-align: center;
	/*border-radius: 50%;*/
	position: fixed;
	bottom: 2%;
	right: 2%;
	cursor: pointer;
	/*border:2px solid white;*/
	padding: 15px 10px 10px;
	width: 40px;
	height: 40px;
}
#btn_pagetop:hover {
	transition: .5s;
	opacity: .5;
}
@media screen and (max-width:767px) {
	#btn_pagetop {
		max-width: 50px;
	}
}
/* ヘッダー */
/*body {
	position: relative;
}
header {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	z-index: 2;
}*/

@media screen and (max-width:991px) {
	header {
		position: static;
		top:unset;
		left: unset;
		width:100%;
		z-index: 2;
	}	
}
/*
@media (min-width: 575.1px) and (max-width: 1000px) {
	main .container {
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 575px) {
	main .container {
		width: 90%;
		margin: 0 auto;
	}
}*/
/*　フッター　*/
/*footer {
		background:url("../images/botom_bg.png");
	background-repeat:repeat-x;
	　background-position:left bottom;
	width: 100%;
	background-color: #124228;
	padding: 20px 0 10px;
}*/
footer {
	color: #fff;
	height: 300px;
	margin:0;
/*	padding:10px;*/
	background:#124228 url(../images/botom_bg.png) fixed repeat-x left bottom;
	width:100%;
/*	min-width:1000px;*//*--Fixes Background Bug--*/
}footer .copy {
	color: #fff;
	font-size: 0.8em;
	padding-top: 100px;
}
footer .logo_foot  p {
	font-size: 0.8em;
}
footer .logo_foot img {
	max-width: 200px;
}
footer p, footer a {
	color: white;
}
footer li {
	padding: 40px 25px 0 25px;
}
footer li > ul li {
	padding: 2px 0;
	line-height:1.1em;
}
footer li > ul li a {
	font-size:14px;
	line-height: 1em;
}
footer li a:hover {
	color:white;
}
@media screen and (max-width:767px) {
footer {
	height: 180px;
	}
footer .copy {
	padding-top: 20px;
}	
}

/*フローティングバナー*/
.floating {
	position: fixed;
	right: 0;
	top: 50px;
	width: 60px;
	display: none;
	z-index: 20;
}
.floating a {
	display: block;
	padding: 0;
	opacity: 1;
}
.floating a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 767px) {
	.floating {
	  position: fixed;
	  right: 0;
	  top: 50px;
		width: 60px;
	  display: none;
		z-index: 20;
	}
	.floating a {
	  display: none;
	  padding: 0;
	  opacity: 1;
	}
}
/*　　トップページ　　*/
#top .read_box, #top .read_box p {
	color: #000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2.5em;
}
#top .read_box h1 {
	font-size: 1.5rem;
	padding-bottom: 20px;
}
#top .info_box {
	background-color: rgba(255,255,255,0.80);
}
#top .info_box .container {
	width: 100%;
	padding: 30px;
}
#top .jumbotron {
	background-image: url("../images/main_bg.jpg");
	 background-position:center bottom;   /* 画像の表示位置を指定 */
    background-size:cover;     /* 画像のサイズを指定  */
    width:100%;    /* 横幅のサイズを指定  */
   /* height:400px;*/   /* 縦幅のサイズを指定  */
}
.r-line {
/*margin: 2em auto;*/
/*padding: 1em;*/
width: 100%;
color: #000; 
border-right: 1px solid #ccc; 
}
@media screen and (max-width:767px) {
.r-line {border-right: 0;	
	}
}
#top .info_box h5 {
	color: #124228;
	font-size: 1.2rem;
	font-weight: bolder;
}
.info_box .container {
	width: 100%;
}
/*　メニュー　*/
#menu main .jumbotron {
	background-color: #F5F9EF;
}
#menu main h1 {
	color: #124228;
	font-size: 1.8rem;
	font-weight: 700;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #124228;
	margin-bottom: 1em;
}
#menu main .navigation {
	padding-top:3em;
}
#menu main .navigation ul {
	width: 75%;
}
#menu main .navigation ul li {
	width: 33.33%;
	margin-right: 5px;
	background-color: #E6E6E6;
	position:relative;
}
#menu main .navigation ul li a {
	padding:15px;
	text-align: center;
	display: block;
	font-size:16px;
	font-weight: bold;
}
/*#menu main .navigation ul li::before {
 font-family: "Font Awesome 5 Free";
  content: 'f00c';
}*/
#menu main .navigation ul li::after{
	position:absolute;
	content:"";
display:inline-block;
	width:1em;
	height:1em;
	background:url("../images/down.png") no-repeat;
	background-size:contain;
	right:40px;
	top:45%;
}
#menu h2 {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
	background-color: #80A765;
	color: #fff;
	width: 100%;
	padding: 10px;
}
#menu .menu_list h5 {
	color: #9E370A;	
	font-weight: bolder;
}
#menu .menu_list hr {
	width: 100%;
	margin-top: 30px;
/*padding-top: 20px;*/
	border: dotted 1px #C6C6C6; 
}
#menu .menu_list span {
	color: red;
	font-weight: bolder;
	background-color: #FBFBB8;
}
#menu .menu_list .list_bg {
	padding: 15px;
	background-color: #E9EDE6;	
	margin-bottom: 3px;
}
#menu .menu_list dl {
  display: flex;
  flex-wrap: wrap;
}
#menu .menu_list dl dt {
flex-basis: 75%;
color: #4A9E08;	
font-weight: bolder;
}
#menu .menu_list dl dd {
flex-basis: 25%;
	font-weight: bolder;
}
@media screen and (min-width: 767.1px) and (max-width: 900px) {
#menu main .navigation ul li::after{
	right:10px;
	}	
}
@media screen and (max-width:767px) {
#menu .menu_list dl {
flex-flow: column;
}
#menu main .navigation {
		padding-top:20px;
		padding-bottom:40px;
	width: 100%;
	max-width: 767px;
	}	
	#menu main .navigation ul {
	width: 100%;
}
#menu main .navigation ul li a {
		font-size:12px;
		padding:5px;
	}	
#menu main .navigation ul li::after{
	width:10px;
	height:10px;
	right:10px;
	}
}
/*メニュー　アラカルト*/
#menu main .order {
background-color: #F9F8ED;
}
/*　コンセプト　*/
#concept main .jumbotron {
	background-color: #F5F9EF;
	padding-bottom: 30px;
}
#concept .goto {
	max-width: 30px;
	margin-top: 20px;
}
#concept h2 {
	background-color: #4A9E08;
	color: #fff;
	margin: 20px 20px 10px;
	padding: 10px 20px;
border-radius: 30px;        /* CSS3草案 */  
 -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 30px;   /* Firefox用 */  
}
/*インフォ*/
#info main .jumbotron {
	background-color: #F5F9EF;
	padding-bottom: 30px;
}
#info main .jumbotron table {
	width: 100%;
}
#info main .jumbotron table th {
	width: 25%;
	letter-spacing: 0.3em;
	padding: 10px 0;
}
#info main .jumbotron table td {
	width: 75%;
	padding: 10px 0;
}
#info main .jumbotron table .list1 {
		letter-spacing: 1em;
}
#info main h1 {
	color: #124228;
	font-size: 1.8rem;
	font-weight: 700;
	border-bottom: solid 1px #124228;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
 border-left: solid 5px #124228;/*左線*/
 background: transparent;/*背景透明に*/
		margin-bottom: 1em;
}
#info main .info_box {
	background-color:rgba(209,242,245,0.70);
	margin-bottom: 0;
}