@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow&display=swap');

@import url("../font/ionicons-2.0.1/css/ionicons.min.css");

@font-face {
	font-family: "Impact";
	src:url(../font/Impact.eot) format("eot"),
			url(../font/Impact.woff2) format("woff2"),
			url(../font/Impact.woff) format("woff");
}

@font-face {
	font-family: "Gentium Book Basic";
	src:url(../font/GenBkBasI.eot) format("eot"),
			url(../font/GenBkBasI.woff2) format("woff2"),
			url(../font/GenBkBasI.woff) format("woff");
}

@font-face {
	font-family:'Book Antiqua';
	src:url('../font/BKANT.woff') format('woff'),
			url('../font/BKANT.woff2') format('woff2'),
			url('../font/BKANT.TTF') format('truetype');
}
@font-face {
	font-family:'OCRB';
	src:url('../font/OCRB.woff') format('woff'),
			url('../font/OCRB.woff2') format('woff2'),
			url('../font/OCRB.TTF') format('truetype');
}
@font-face {
	font-family:'pristina';
	src:url('../font/PRISTINA.woff') format('woff'),
			url('../font/PRISTINA.woff2') format('woff2'),
			url('../font/PRISTINA.TTF') format('truetype');
}
@font-face {
	font-family: "Nanum Pen Script";
	src:url(../font/NanumPenScript-Regular.eot) format("eot"),
			url(../font/NanumPenScript-Regular.woff2) format("woff2"),
			url(../font/NanumPenScript-Regular.woff) format("woff");
}
@font-face {
	font-family: 'Chalkduster';
	src:url(../font/Chalkduster.eot) format("eot"),
			url(../font/Chalkduster.woff2) format("woff2"),
			url(../font/Chalkduster.woff) format("woff");
}

/* Icons */
@font-face
{
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.nanumpen {
	font-family: 'Nanum Pen Script', cursive;
}
.chalkduster {
	font-family: 'Chalkduster', cursive;
	font-weight:normal;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	background-color: #F4F4F4;
	color: #000;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-feature-settings : "palt" 1;
	letter-spacing: 0.1em;
}
@media screen and (max-width:700px){
	body {
		font-size: 26px;
	}
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	display: none;
}

body .replace {
	text-indent: -10000em;
	background-repeat: no-repeat;
}

a {
	text-decoration: none;
}

a:link {
	color: #3F587E;
}

a:visited {
	color: #3F587E;
}

a:hover {
	color: #99ADCC;
}

input { font-family: 'Noto Sans Japanese', sans-serif; }

/* ---------------------------------
	ヘッダー
------------------------------------*/
header {
}
header #header {
	position:relative;
	margin: 30px auto 0 auto;
	max-width: 1100px;
}
header #header a.logo {
	margin: 0 auto;
	width: 360px;
	display: block;
}

/* ---------------------------------
	フッター
------------------------------------*/
footer {
	padding: 35px 0 0 0;
}
footer #footer {
	position:relative;
	width: 100%;
	margin: 0 auto 0 auto;
}
footer #footer_wrap {
	position:relative;
	margin: 50px auto 0 auto;
	max-width: 1100px;
	min-height: 200px;
}
footer #footer_aboutus {
	display:block;
	position:relative;
	margin: 0 0 0 10px;
	width: 620px;
	vertical-align: top;
}
footer #footer_aboutus .logo {
	position: absolute;
	width: 274px;
	height: 150px;
}
footer #footer_aboutus .name {
	position:relative;
	margin: 0 0 0 300px;
	width: 320px;
	font-size:26px;
	font-weight:bold;
	font-style:normal;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
}
footer #footer_aboutus .name span{
	margin: 0 0 0 0;
	font-weight:normal;
	font-size:15px;
}
footer #footer_aboutus .rsv_tel {
	position:relative;
	margin: 15px 0 0 300px;
	width: 320px;
	letter-spacing: 1px;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	font-family: 'Noto Serif JP', sans-serif;
}
footer #footer_aboutus .rsv_tel span {
	margin: 10px 0 0 0;
	display: inline-block;
}
footer #footer_aboutus .addr {
	position:relative;
	margin: 0 0 0 300px;
	width: 320px;
	letter-spacing: 1px;
	font-size:13px;
	font-weight:normal;
	font-style:normal;
	font-family: 'Noto Serif JP', sans-serif;
}
footer #footer_banner {
	width:412px;
	display:block;
	position:absolute;
	top: 0;
	right: 0;
}
footer #footer_banner a {
	display:inline-block;
	margin:0 0 10px 0;
	background-size: contain;
}
footer #footer_banner .banner_hotpepper {
	width:412px;
	height:86px;
	background-image: url(../images/hotpepper_s.png);
}
footer #footer_banner .banner_groovy {
	width:410px;
	height:84px;
	margin:0 0 0 0;
	background-image: url(../images/banner_groovy.png);
}
footer #footer_banner a.groovy {
	font-size: 14px;
	margin:0 0 10px 0;
}

/* ナビ */
footer #footer #footer_navi {
	position:relative;
	width: 90%;
	margin:60px auto 0px auto;
}
footer #footer #footer_navi #menu {
	display:none;
}

footer #footer #footer_navi ul.footer_navi {
	margin:35px 0 0 0;

  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
footer #footer #footer_navi ul.footer_navi li {
	display: table-cell;
	vertical-align: middle;
	margin: 0 0 20px 0;
	border-right:1px solid #999;
}
footer #footer #footer_navi ul.footer_navi li:first-child {
	border-left:1px solid #999;
}
footer #footer #footer_navi ul.footer_navi li a {
	box-sizing: border-box;
	display: block;
	padding:10px 0 10px 0;
	color:#222020;
	text-align:center;
	font-family: 'Archivo Narrow', sans-serif;
}

footer #footer #footer_map {
	position:relative;
	width: 100%;
	height:453px;
	margin:30px auto 0px auto;
}


/* -------------------- */

/* ページ先頭へ戻る */
#pagetop a{
	display: block;
	position:fixed;
	right:10px;
	bottom:50px;
	width:50px;
	height:50px;
	padding: 10px;
	background:#D2CEBF;
	color:#FFF;
	opacity:0.8;
	overflow:hidden;
	-webkit-border-radius:50%;
     -moz-border-radius:50%;
      -ms-border-radius:50%;
					border-radius:50%;
	-webkit-transition: all 300ms 0s ease;
					transition: all 300ms 0s ease;
}
#pagetop a::before {
	position:relative;
	display:inline-block;
	margin:-15px 0 0 8px;
	font-family: "Ionicons";
	font-size:50px;
	content: "\f398";
	font-weight: 900;
	color:#FFF;
}
#pagetop a:hover {
	opacity:1;
}




#copyright {
	width: 100%;
	margin: 0 auto 0 auto;
	padding:2px 0px 2px 0px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#222021;
	font-weight: lighter;
}
/* ---------------------------------
	コンテンツ
------------------------------------*/
#contents {
	max-width:1100px;
	padding:0px 0px 0 0px;
	position:relative;
	margin:calc(100vh - 114px) auto 0 auto;
}
#contents h1 {
	text-align: center;
	color:#12145A;
	font-size:20px;
	padding: 10px 0 0 0;
}

/* **********************************
	スマホ用スタイル
********************************** */
@media screen and (max-width:700px){

header #header {
	position:relative;
	margin:0px 0 0 10px;
}
#index header #header {
	position:relative;
	margin:0px 0 0 0;
}
header #header a.logo {
	margin: 25px auto 0 auto;
}

/* ---------------------------------
	フッター
------------------------------------*/
footer {
	background: #FFF;
	padding: 135px 0 0 0;
}
footer #footer_wrap {
	max-width: 100%;
	margin: 0px auto 0 auto;
}
footer #footer_aboutus {
	margin: 0 0 0 0;
	width: 100%;
}
footer #footer_aboutus .logo {
	position: relative;
	width:auto;
	height:auto;
	text-align: center;
}
footer #footer_aboutus .name {
	margin: 0 auto 0 auto;
	width:auto;
	text-align: center;
	line-height: 1.5em;
}
footer #footer_aboutus .rsv_tel {
	margin: 35px auto 0 auto;
	width:auto;
	text-align: center;
}
footer #footer_aboutus .rsv_tel span {
	margin: 0 0 0 0;
	font-size: 22px;
}
footer #footer_aboutus .addr {
	width:auto;
	margin: 0 auto 0 auto;
	font-size: 14px;
	text-align: center;
}
footer #footer_banner {
	width: auto;
	position: relative;
	text-align: center;
}
footer #footer_banner a.groovy {
	font-size: 20px;
	margin:0 0 20px 0;
}

/* ナビ */
footer #footer #footer_navi ul.footer_navi {
  table-layout: initial;

	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;

	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-box-pack:start;						/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:start;							/*--- IE10 ---*/
	-webkit-justify-content:space-start;			/*--- safari（PC）用 ---*/
	justify-content: space-start;							/*--- flex仕様 ---*/
}
footer #footer #footer_navi ul.footer_navi li {
	display: block;
	padding: 0 20px;
}
#copyright {
	font-size:12px;
}
/* ページ先頭へ戻る */
#pagetop a{
	bottom:50px;
}
/* ---------------------------------
	コンテンツ
------------------------------------*/
#contents {
		padding:30px 0px 0 0px;
}























}
