@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form {
	font-weight: normal;
}
html {
	width: 100%;
	overflow-y: scroll;
}
body {
	background: #fff;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Helvetica, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 28px;
	height: 100%;
	line-height: 1.7;
	color: #41200a;
	/* border: 4px solid #95b3d7; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border: 0;
}
p {
	word-break: normal;
}
li {
	list-style-type: none;
}
a {
	color: #231815;
	text-decoration: none;
	/*transition: all 0.5s ease 0s;*/
}
a.blue {
	color: #339999;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}*/

/******************************************************フォント*/

.fc01 {
	color: #f43d53;
}

.bold {
	font-weight: bold;
}
.justify {
	text-align: justify;
}

.txt-lg {
	font-size: 18px;
}
.txt-md {
	font-size: 16px;
}
.txt-sm {
	font-size: 11px;
}
.txt-xxs {
	font-size: 9px;
}

.serif {
	font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

/******************************************************ベースレイアウト　*/

.content {
	margin: 0 auto;
	padding: 0 10px;
}

.content .clearfix {
	margin: 0px 0 30px;
}

.content .deco {
	pointer-events: none;
}

.content .deco div {
	position: absolute;
}

.content .deco div:nth-child(1) {
	right: 109px;
	top: 144px;
}

.content .deco div:nth-child(2) {
	left: -24px;
	top: 340px;
	z-index: 1;
}

.content .deco div:nth-child(3) {
	left: -400px;
	top: 180px;
	z-index: 0;
}

.content .deco div:nth-child(4) {
	right: 0px;
	top: -25px;
	z-index: -1;
}

.content .tc img.t155 {
	margin-top: 155px;
}

.fl,
.fr {
	width: 48%;
}

.fl.auto,
.fr.auto {
	width: auto;
}

.fr.mr20 {
	margin-right: 20px;
}

.fl img,
.fr img {
	width: 100%;
}

.small {
	font-size: 75%;
}

.w100 {
	width: 100%;
	height: auto;
}
.w80 {
	width: 80%;
	height: auto;
}
.w40 {
	width: 40%;
	height: auto;
}
.w30 {
	width: 30%;
	height: auto;
}

/* Header */

header {
	position: relative;
}

header .top_logo {
	margin-top: 12px;
	padding: 0 10px;
}
.header-top {
	height: 24px;
	background: url(../images/bg.gif);
}
header h1 {
	font-size: 20px;
	text-align: center;
	/* margin-top: 20px; */
	color: #fff;
	display: block;
	background-color: #694c29;
	padding: 5px 0;
}
header .business-hour-top {
	width: 312px;
	height: 242px;
	position: absolute;
	right: 5px;
	top: 200px;
}

header .business-hour {
	position: absolute;
	right: 5px;
	top: 120px;
}

header .tel {
	position: absolute;
	right: 160px;
	top: 75px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background-color: #fec100;
	border-radius: 10px;
}

/* menuBtn */
#menuBtn {
	position: fixed;
	right: 20px;
	top: 75px;
	z-index: 999;
	width: 120px;
	height: 120px;
	background-color: #fb5561;
	border-radius: 10px;
}

#menuBtn.open {
	top: 20px;
}

#menuBtn > .ico > div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 5px;
	background-color: #ffffff;
	margin: -2px -25px;
	transition: 0.3s;
	transition-property: transform, opacity;
}
#menuBtn > .ico > div:nth-child(1) {
	transform: translateY(-15px);
}
#menuBtn > .ico > div:nth-child(3) {
	transform: translateY(15px);
}
#menuBtn.open > .ico > div:nth-child(1) {
	transform: rotate(45deg);
}
#menuBtn.open > .ico > div:nth-child(2) {
	transform: rotate(90deg);
	opacity: 0;
}
#menuBtn.open > .ico > div:nth-child(3) {
	transform: rotate(135deg);
}

/* gNaviModal */
#gNaviModal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 998;
	overflow: auto;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}
#gNaviModal.open {
	opacity: 1;
	pointer-events: auto;
}
#gNaviModal > .container {
	padding: 40px 40px 80px;
}
#gNaviModal > .container > .header {
	display: flex;
	align-items: flex-start;
	height: 160px;
	padding-right: 160px;
	margin: -40px -40px 101px;
}
#gNaviModal > .container > .header > .logo {
	margin-right: auto;
}
#gNaviModal > .container > .header > .tel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-top: 20px;
	background-color: #fec100;
	border-radius: 10px;
}
#gNaviModal > .container > .btn img {
	width: 100%;
	height: auto;
}
#gNaviModal > .container > .nav {
	margin: 50px 0;
}
#gNaviModal > .container > .nav > ul > li {
	border: 1px dotted #ff7e1e;
	border-width: 4px 0 0;
	text-align: center;
}
#gNaviModal > .container > .nav > ul > li:last-child {
	border-width: 4px 0;
}
#gNaviModal > .container > .nav > ul > li > a {
	display: block;
	padding: 29px 0;
	font-size: 36px;
	line-height: 1.5;
	position: relative;
}
#gNaviModal > .container > .nav > ul > li > a.btn_acordion:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 17px;
	height: 17px;
	margin: -7px 0 0 15px;
	border: 1px solid #ff7e1e;
	border-width: 2px 2px 0 0;
	transform-origin: 75% 25%;
	transform: rotate(135deg);
	transition: transform 0.3s;
}
#gNaviModal > .container > .nav > ul > li > a.btn_acordion.open:after {
	transform: rotate(-45deg);
}
#gNaviModal > .container > .nav > ul > li > a.btn_acordion.open + .sub {
	min-height: 740px;
}
#gNaviModal > .container > .nav > ul > li > .sub {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s;
}
#gNaviModal > .container > .nav > ul > li > .sub > ul {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	padding-bottom: 55px;
}
#gNaviModal > .container > .nav > ul > li > .sub > ul > li {
	flex: 0 0 auto;
	box-sizing: border-box;
	width: 50%;
	padding: 10px;
}
#gNaviModal > .container > .nav > ul > li > .sub > ul > li > a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
	background-color: #fec100;
	border-radius: 50px;
	font-size: 32px;
	line-height: 1.5;
	color: #fff;
}

/* footer */

footer {
	background: url(../images/bg.gif);
	padding: 40px 0;
}
footer h3 {
	font-size: 34px;
	font-weight: bold;
	border-bottom: 2px solid #705357;
}
footer dt {
	float: left;
	width: 16%;
	clear: both;
}
footer dd {
	float: right;
	width: 80%;
}
footer dd img {
	height: 54px;
	width: auto;
	margin-top: 10px;
}
.footer-link {
	padding-bottom: 20px;
}

.footer-link li {
	width: 48%;
}
.footer-link li img {
	width: 100%;
	height: auto;
}
.footer-link li:nth-child(odd) {
	float: left;
}
.footer-link li:nth-child(even) {
	float: right;
}
.copyright {
	font-size: 20px;
}

#f_style001 {
	width: 241px;
	margin: 5px 0 1px 48px;
}

/******************************************************button*/

/******************************************************instagram*/

#instagram {
	margin: 50px 0 50px;
}

#instagram .feed ul {
	padding: 0 10px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#instagram .feed ul li {
	margin-right: 20px;
}

#instagram .feed ul li:nth-child(3n) {
	margin-right: 0;
}

#instagram .feed ul li:nth-child(n + 4) {
	margin-top: 20px;
}

#instagram .feed ul li a {
	display: block;
	width: 210px;
	height: 210px;
	background: center no-repeat;
	background-size: cover;
}

#instagram .btn {
	margin-top: 20px;
	text-align: center;
}

.parking > p a {
	display: block;
	color: #c68038;
}

/******************************************************instagram02*/

#instagram02 {
	margin: 50px 0 50px;
}

#instagram02 .feed ul {
	padding: 0 10px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#instagram02 .feed ul li {
	margin-right: 20px;
}

#instagram02 .feed ul li:nth-child(3n) {
	margin-right: 0;
}

#instagram02 .feed ul li:nth-child(n + 4) {
	margin-top: 20px;
}

#instagram02 .feed ul li a {
	display: block;
	width: 210px;
	height: 210px;
	background: center no-repeat;
	background-size: cover;
}

#instagram02 .btn {
	margin-top: 20px;
	text-align: center;
}

.access {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	margin-bottom: 90px;
}

.access li {
	width: 100%;
	font-size: 32px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #86bc23;
	border: 4px solid #86bc23;
	border-radius: 40px;
	margin-bottom: 20px;
}

.access li:nth-child(2) {
	color: #ff7e1e;
	border-color: #ff7e1e;
}

.access li:nth-child(3) {
	color: #ec5d6d;
	border-color: #ec5d6d;
	margin-bottom: 0;
}

.pic_logo {
	margin-bottom: 20px;
	text-align: center;
}

.pic_tel {
	text-align: center;
	margin-bottom: 32px;
}

.btn_map {
	margin: 20px auto 10px;
	font-size: 30px;
	width: 300px;
	height: 70px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #86bc23;
	color: #fff;
}

.btn_map p {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.btn_map p span {
	transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
	transform: translate(0);
	display: flex;
	align-items: center;
}

.btn_map p span.is-hover {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(110%);
}
