@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

body {
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	letter-spacing: 0.1em;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #664900;
	background: #fef6e2;

}

a {
	color: #0066ff;
	text-decoration: none;
}

a:active,
a:focus,
input:active,
input:focus {
	outline: 0;
}

/* ローディング画面
----------------------------------------------------------*/
/* .loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #fdfdfd;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading .circle {
  display: block;
  position: relative;
  top: calc( 50% - 20px );
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 8px solid #e0e0e0;
  border-top: 7px solid #ffcccc;
  border-radius: 50px;
  animation: loading 700ms linear 0ms infinite normal both;
}
@keyframes loading {
  0% { transform: rotate( 0deg ); }
  100% { transform: rotate( 360deg ); }
} */

/* ヘッダー
------------------------------------------------------------*/
#mainnav a {
	color: #664900;
	font-family: "MinionPro-Semibold", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}



/* フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

.c-right {
	font-size: larger;
	vertical-align: middle;
}

#sec04 .inner {
	border-bottom: 1px solid #a0a0a0;
}

/* 共通
------------------------------------------------------------*/
h1,
h2 {
	font-family: "MinionPro-Semibold", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}

img {
	max-width: 100%;
	height: auto;
}

section {
	clear: both;
}

section h2 {
	width: 60%;
	margin: 70px auto;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}

section h2 span {
	background-image: url(../images/waffle-bg-05.png);
	background-size: 60px;
	background-repeat: no-repeat;
	padding: 30px;
	background-position: center;
}

.inner {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

/* .scroll_up {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}

.scroll_up.on {
	transform: translateY(0);
	opacity: 1.0;
} */

/* SEC01 Concept
------------------------------------------------------------*/
#sec01 h2 {
	margin: 30px auto;
	padding-top: 100px;
}

/* SEC02 Menu
------------------------------------------------------------*/
#sec02 h2 {
	margin: -20px auto;
	padding-top: 100px;
}

.col3 {
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
	border-radius: 30px;
}

.col3 p {
	font-weight: bolder;
}

.col3 span {
	font-size: x-small;
}

/* SEC03 Access
------------------------------------------------------------*/
#sec03 h2 {
	margin: 30px auto;
	padding-top: 100px;
}

#sec03 p {
	margin-bottom: 5px;
}

.col2 li {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#map {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* SEC04 CONTACT
------------------------------------------------------------*/
#sec04 h2 {
	margin: -20px auto;
	padding-top: 100px;
}

.table-form {
	margin: 0 auto;
}

.c-form {
	background-color: #fff;
	border-radius: 30px;
}

.c-form tr {
	position: relative;
}

.c-form tr::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px dotted #664900;
}

.c-form th,
.c-form td {
	padding: 10px;
}

.c-form input[type="text"],
.c-form input[type="email"],
.c-form textarea {
	border: 1px solid #dfc88b;
	border-radius: 5px;
	padding: 5px;
	color: #664900;
}

.form-text {
	display: table;
	margin: 0 auto;
	/* padding-bottom: 20px; */
	padding: 20px!important;
}

.submitbtn {
	text-align: center;
	padding: 30px 0 0 0;
}

.btn01 {
	padding: 8px 40px;
	background-color: #664900;
	border: none;
	border-radius: 5px;
	color: #fef6e2;
}

.btn01:hover {
	background-color: #dfc88b;
}

.confirm04 {
	padding-top: 0px;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px) {
	body {
		font-size: 14px;
	}

	#wrapper {
		width: 100%;
	}

	#content {
		width: 80%;
		margin: 0 0 0 auto;
	}

	#sidebar {
		width: 12%;
		position: fixed;
		top: 0;
		left: 4%;
		padding: 10px;
		text-align: center;
	}

	.logo-sp {
		display: none;
	}

	a#menu {
		display: none;
	}

	.panel {
		display: block !important;
	}

	#sidebar h1 {
		padding: 30px 0;
	}

	#mainnav li {
		font-size: 14px;
		padding: 10px 0;
	}

	a:hover,
	.active {
		background-image: url(../images/waffle-bg-05.png);
		background-size: 40px;
		background-repeat: no-repeat;
		padding: 30px;
		background-position: center;
	}

	.scroll_up {
		transition: 0.8s ease-in-out;
		transform: translateY(30px);
		opacity: 0;
	}
	
	.scroll_up.on {
		transform: translateY(0);
		opacity: 1.0;
	}

	/* Menu
	-----------------*/
	.col3 {
		text-align: center;
	}

	.col3 li {
		display: inline-block;
		width: 25%;
		padding: 0 3%;
		vertical-align: top;
		text-align: left;
		margin: 20px 0;
	}

	/* Access
	-----------------*/
	#map iframe {
		height: 200px !important;
	}

	#footer {
		padding: 30px 10px 70px 0;
	}

	/* Contact
	-----------------*/
	.c-form {
		padding: 50px;
	}

}


@media only screen and (min-width: 641px) {

	/* Access
	-----------------*/
	.col2 li {
		width: 60%;
		vertical-align: top;
	}

	.col2 li:first-child {
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px) {
	.innerS {
		width: 94%;
		padding-bottom: 30px;
	}

	/* Access
	-----------------*/
	#map iframe {
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px) {
	#sidebar {
		position: fixed;
		width: 100%;
		z-index: 500;
	}

	#sidebarWrap {
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}

	#sidebar h1 {
		text-align: center;
		padding-top: 9px;
	}

	#sidebar h1 img {
		width: auto !important;
		max-height: 25px;
	}

	a#menu {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		margin: 10px;
	}

	#menuBtn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #000;
		transition: .2s;
	}

	#menuBtn:before,
	#menuBtn:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 2px;
		background: #000;
		transition: .3s;
	}

	#menuBtn:before {
		margin-top: -7px;
	}

	#menuBtn:after {
		margin-top: 5px;
	}

	a#menu .close {
		background: transparent;
	}

	a#menu .close:before,
	a#menu .close:after {
		margin-top: 0;
	}

	a#menu .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.panel {
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav {
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul {
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: center;
	}

	#mainnav li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #664900;
		font-weight: 400;
	}

	#mainImg {
		padding-top: 40px;
	}

	section h2 {
		margin: 55px auto;
	}

	.logo-pc {
		display: none;
	}

	.inner {
		width: 90%;
	}

	/* Concept
	-----------------*/
	#sec01 h2 {
		padding-top: 60px;
	}

	.fade-in {
		display: none;
	}

	/* Menu
	-----------------*/
	#sec02 h2 {
		padding-top: 80px;
	}

	.col3 {
		padding-bottom: 10px;
	}

	.col3 li {
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}

	/* Access
	-----------------*/
	#sec03 h2 {
		padding-top: 20px;
	}

	/* Contact
	-----------------*/
	#sec04 h2 {
		padding-top: 80px;
	}

	.c-form {
		margin-top: -20px;
	}

	.c-form tbody,
	.c-form th,
	.c-form td {
		display: table;
		width: 300px;
	}

	.c-form td {
		display: inline-table;
		margin-bottom: 10px;
	}

	.c-form tr {
		display: block;
		margin-bottom: 10px;
	}

	.form-text {
		padding: 30px 0 20px 0;
	}

	.submitbtn {
		padding: 10px 0 20px 0;
	}

	/* confirm04 */
	.confirm04 h2 {
		margin: 0px auto !important;
		padding-top: 120px!important;
	}
}