@charset "UTF-8";

/*
 *  CSS reset all
 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*
 *  General/Common
 */
body {
	font-size:30px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#352f25;
	background:url('../images/main_bg.webp') repeat;
	line-height:1.6;
}

#contents {
	width:980px;
	margin:0 auto;
}

a {
	color:#f39100;
}

a:hover {
	color:#d98200;
}

h1 {
	font-size:44px;
}

h2 {
	clear:both;
	margin-top:50px;
	margin-bottom:2em;
	font-size:32px;
	color:#655844;
	text-align:center;
}

h2 span {
	display:block;
	text-decoration:none !important;
	font-weight:bold;
}

h3 {
	margin-bottom:0.25em;
	font-size:30px;
	color:#e65305;
	font-weight:bold;
}

p {
	margin:0 0 3em 0;
}

img {
	vertical-align:bottom;
	border-radius:5px;
}

ul,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}

.information dl {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}

dd {
	margin:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #9b8462;
}

td {
	padding:10px;
	text-align:left;
	border:1px solid #9b8462;
}

/*
 *  Generic Class
 */
.menu {
	overflow:hidden;
	margin-bottom:80px;
	padding:20px;
	border-radius: 10px;
	background:#ede2d5;
}

.menu div {
	position:relative;
}

.menu p {
	margin-bottom:0;
}

.map img {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom:40px;
	top: 0;
	left: 0;
	width: 100%;
}

.dx img {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom:40px;
	top: 0;
	left: 0;
	width: 100%;
}

.chart_canvas {
	position: relative;
	overflow: hidden;
	margin-bottom:40px;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 700px;
}

.imgL {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.imgL img {
	float: left;
	margin: 0 2em 2em 0;
}

.imgL li {
	font-size: 22px;
	margin-left: 30px;
	color: #8EB83C;
	font-weight: bold;
}

.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.imgR img {
	float: right;
	margin: 0 0 2em 2em;
}

.best_schedule {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
	margin-bottom: 80px;
}

.best_schedule ul {
	padding: 0;
}

.best_schedule li {
	list-style-type: none;
}

.best_schedule dd {
	margin-left: 0;
}

.best_menu_schedule {
	position: relative;
}

.best_menu_schedule::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.best_menu_schedule > li {
	position: relative;
}

.best_menu_schedule > li:not(:last-child) {
	margin-bottom: 80px;
}

.best_menu_schedule > li .icon01 {
	font-size: 0.8em;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #8EB83C;
	display: inline-block;
	margin-right: 0.3em;
}

.best_menu_schedule > li dl {
	padding-left: 70px;
	position: relative;
}

.best_menu_schedule > li dl::before,
.best_menu_schedule > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.best_menu_schedule > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #8EB83C;
	border-radius: 50%;
	left: -4px;
}

.best_menu_schedule > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.best_menu_schedule > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color: #8EB83C;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.movie img {
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom:40px;
	top: 0;
	left: 0;
	width: 100%;
}

.twoCol {
	overflow:hidden;
	margin-bottom:50px;
	margin-right:-2%;
}
.twoCol div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoCol div:nth-child(2n+1) {
	clear:both;
}
.twoCol img {
	width:100%;
	margin-bottom:0.5em;
}

/*
 *  Header
 */
logo {
	position:relative;
	top:60px;
	left:30px;
}

logo h1, logo img {
	display: inline;
	padding:3px 0;
}

logo h1 a {
	color:#fff;
	text-decoration:none;
}

logo h1 a:hover {
	color:#fff;
}

logo h2 {
    padding:0;
    text-align:left;
}

.topImgs {
    margin:0% 0% 0% 0%;
}

.message {
    position:relative;
    margin:0px 10% 70px 17%;
    float:left;
}

header {
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	background:#8EB83C;
	opacity:0.80;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

header nav {
	position:relative;
	width:100%;
	margin:0 auto;
}

header nav .logo {
	font-size: 24px;
	color: #ffffff;
	font-weight:bold;
	margin-top:-17px;
}

header nav .logo img {
	height:39px;
	width:25px;
}

header nav .logo a {
	color: #ffffff;
	text-decoration: none;
}

#whatsnew,
#about,
#certification,
#menu,
#access,
#shipment,
#inquiry {
  position: relative;
  color: #8EB83C;
  margin-top:100px;
}

#whatsnew::before,
#about::before,
#certification::before,
#menu::before,
#access::before,
#shipment::before,
#inquiry::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 5px solid #8EB83C;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(50%);
  transform: translateX(-50%);
}

header nav .contact {
	float:right;
	font-size: 24px;
	color: #ffffff;
	font-weight:bold;
}

header nav .contact span {
  background-color: #fff;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

header nav .contact a {
	color: #8EB83C;
	text-decoration: none;
	margin: 15px;
}

/*
 * Global Navigation
 */
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:-15px 0 10px 0;
	padding:0px 10px;
	font-size: 20px;
}

header nav li a {
	font-weight:bold;
	color:#ffecd1;
	text-decoration:underline;
}

header nav li a:hover {
	color:#ffa06d;
}

/*
 * Footer
 */
footer {
	clear:both;
	padding:2% 0;
	font-size:30px;
	text-align:center;
}

/*
 * Back to top page
 */
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}

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

.totop img {
	background:#867254;
}

.totop img:hover {
	background:#6d5d45;
}

/*
 * Slide show
 */
.slide {
    overflow:hidden;
}

.slide img {
    position:absolute;
    width:400px;
    height:300px;
}

/*
 * For Tablet deivces
 */
@media screen and (max-width:979px) {
    header h1 {
	margin-left:10px;
    }

    #contents {
	box-sizing:border-box;
	width:100vw;
	padding:0 0;
    }
    footer {
	text-align:left;
    }
	header nav li {
	    padding:0px 5px;
	    font-size:15px;
	}
	header nav .logo {
		font-size: 18px;
	}

	header nav .logo img {
		height:28px;
		width:18px;
	}

	header nav .contact {
		font-size: 17px;
	}
}

/*
 * For Smartphone devices
 */
@media screen and (max-width:767px) {
	logo {
	    left:0px;
	}

	logo h1 {
	    padding:0 0;
	}

	header nav li {
	    padding:0px 3px;
	    font-size:8px;
	}
	header nav .logo {
		font-size: 10px;
	}
	header nav .logo img {
		height:17px;
		width:11px;
	}
	header nav .contact {
		font-size: 9px;
	}
	.topImgs {
	    margin:0px 0px 100vw 0px;
	}
	
	.message {
	    float:none;
	    text-align:center;
	}

	.slide img {
	    width:100vw;
	    height:75vw;
	}

	h2 {
		margin-top:32px;
	}

	.menu {
		margin-bottom:40px;
	}

	.imgL {
		margin-bottom:30px;
	}

	.imgL img {
		display:block;
		float:none;
		width:100vw;
		height:75vw;
		margin:0 auto 1em auto;
	}

	.imgL li {
	    font-size:24px;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		width:75vw;
		height:100vw;
		margin:0 12% 1em 12%;
	}

	.best_schedule {
		margin-left: 5px;
	}

	.best_menu_schedule::before {
		width: 8px;
		margin-left: -125px;
	}

	.best_menu_schedule > li:not(:last-child) {
		margin-bottom: 60px;
	}

	.best_menu_schedule > li dl {
		padding-left: 20px;
	}

	.best_menu_schedule > li dl::after {
		width: 13px;
		left: 2px;
	}

	.best_menu_schedule > li dl dt,
	.best_menu_schedule > li dl dd {
		font-size: 0.8em;
		font-weight: 600;
		color: #8EB83C;
		margin-bottom: 0.5em;
		display: flex;
		align-items: center;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
		margin-right:0;
	}
	.twoCol div {
		float:none;
		width:100%;
	}
}
