@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
スライドss
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#container {
	width: 100%;
	text-align: center;
}
/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev, .fullSlideShow .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: fixed; /* absolute or fixed */
	z-index: 105;
}
.fullSlideShow .btnPrev {
	left: 10px;
	background: transparent url(file:///Macintosh%20HD/Users/sobokai/img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
	right: 10px;
	background: transparent url(file:///Macintosh%20HD/Users/sobokai/img/btnNext.png) no-repeat center center;
}
/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
	visibility: visible; /* 非表示にする場合は「hidden」に */
	display:none;
}
.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}
.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}
/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}
/*■スライド終わり*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ヘッダー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header .logo {
	max-width:200px;
	z-index: 9999;
	position: absolute;
	top: 4%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
h1 {
	text-align:center;
	font-size:14px;
	padding-top: 10px;
	letter-spacing: 3px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お知らせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#oshirase{
	margin: 50px auto auto;
	text-align: center;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	padding: 12px;
	font-size: 14px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
写真付きメニュー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
h5 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom:10px;
}
#menubox {
	max-width:960px;
	text-align:center;
	margin:auto;
	margin-bottom:50px;
	margin-top:50px;
}
#menubox #m_box {
	display:flex;
	flex-wrap:wrap;
}
.box1 {
	width: calc(33.333333% - 15px);
	height: 225px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: auto 7.5px 15px;
}
.box1.bunkatsu {
	display:flex;
}
.box1seg {
	width: calc(50% - 7.5px);
	height:100%;
}
.box1seg:first-child {
	margin-right:15px;
}
.box1 a {
	transition: 0.6s;
}
.box1 a:hover {
	opacity: 0.6;
}
.inbox {
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	border: 1px solid rgb(204, 204, 204);
	position: relative;
}
.menu_text span{
	font-size:13px;
}
.menu_text {
	position: absolute;
	bottom: 10px;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: RGBA(182, 146, 101, 0.55);
	font-size: 12px;
	/*width: 100%;*/
	text-align:center;
	padding:11px;
	letter-spacing:2px;
	color:#FFF;
	line-height:19px;
}
@media only screen and (max-width: 1000px) {
#menubox #m_box {
	display:block;
	flex-wrap:no-wrap;
	margin:auto;
}
.box1 {
	width: 92%;
	height: 225px;
	max-width: 350px;
	margin: 4% auto;
}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
相談
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#soudan {
	text-align: center;
	max-width: 550px;
	margin: auto;
	padding: 20px;
	background-color:#E6E6E6;
	border: 1px solid;
	border-color:#C6C6C6;
	margin-bottom:60px;
}
#soudan .text {
	font-size:13px;
	font-weight:600;
}
#soudan .tel {
	letter-spacing: 2px;
	font-size: 13px;
	margin-top: 10px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
アバウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about {
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
	background-color: rgba(181,161,140,0.5);
	padding:40px 0 70px 0;
	margin-top:40px;
	display:inline-flex;
	width: 100%;
}
#about #about_left {
	width:40%;
	padding-right:50px;
}
#about #about_right {
	text-align:left;
	padding-right:50px;
	width:60%;
}
#about h2 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 27px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
#about h2 {
	letter-spacing: 1px;
}
}
/*1000以下*/
@media only screen and (max-width: 1000px) {
#about {
	display:block;
	margin:auto;
}
#about h2 {
	text-align:center;
	line-height: 14px;
}
#about #about_left {
	text-align:center;
	margin:auto;
	padding-right:0;
	width:80%;
}
#about #about_right {
	text-align:center;
	margin:auto;
	padding-right:0;
	width:80%;
}
#about .description {
	text-align:center;
	margin:auto;
}
#about .description br {
	display:none;
}
}
 @media screen and (max-width: 650px) {
#about h2 {
	text-align: center;
	margin: auto auto 20px;
}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
インスタ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#insta {
	margin-top: 130px;
}
#insta h2 {
	text-align: center;
	margin: 0 30px;
	margin-bottom:40px;
}
#insta h2 img {
	max-width: 100%;
}
#load_insta {
	width: 100%;
	margin: auto;
	padding: auto;
	background-color: #A9A9A9;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px;
}
.insta_box {
	width: 25%;
}
@media screen and (max-width: 1024px) {
.insta_box {
	width: 33.3333333%;
}
#load_insta .insta_box:nth-child(n + 7) {
	display: none;
}
}
@media screen and (max-width: 567px) {
.insta_box {
	width: 50%;
}
#load_insta .insta_box:nth-child(n + 5) {
	display: none;
}
}
#load_insta .frame {
	position: relative;
	margin:0 auto;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
}
#load_insta .photo {
	position: absolute;
	top: 50%;
	float:left;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#load_insta .frame_blank {
	border: 15px solid white;
	box-sizing: border-box;
	background: #E8ECEF;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
リクルート
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#recruit {
	text-align: center;
	max-width: 550px;
	margin: auto;
	padding-bottom: 30px;
	background-color: rgba(181,161,140,0.5);
	border: 1px solid;
	border-color: rgba(83,71,65,0.5);
	margin-bottom:60px;
	margin-top:60px;
}
#recruit .text {
	font-size:13px;
	letter-spacing:2px;
	font-weight:600;
}
#recruit .tel {
	letter-spacing: 2px;
	font-size: 13px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
アクセス
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#access {
	text-align:center;
	width: 100%;
	float:none;
	clear:both;
}
#access h3 {
	margin-bottom: 50px;
}
#access h1 {
	text-align: center;
	margin:0;
	margin-bottom: 40px;
}
#mapimage {
	width: 86%;
	float: left;
	margin-left: 7%;
	margin-bottom: 30px;
}
#map1 {
	float:left;
	width:27%
}
#map1 img {
	width:100%;
}
#map2 {
	float:left;
	width:27%
}
#map2 img {
	width:100%;
}
#map3 {
	float:left;
	width:46%
}
#map3 img {
	width:100%;
}
#map {
	height: 400px;
	width: 860px;
	left: 50%;
	margin-left: -430px;
}
#access .a_detail {
	margin-top: 0px;
	margin-bottom: 50px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	width: 80%;
	margin-left: 10%;
	margin-right: auto;
	padding-bottom: 10px;
}
#access .a_detail p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 85%;
	line-height: 130%;
	color: #666;
	letter-spacing: .1em;
	text-align: left;
	margin: auto;
}
#access .shosai {
	width: 80%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	text-align: left;
	letter-spacing: 2px;
	line-height: 25px;
	color: #333;
	margin-left: 10%;
	text-align: left;
	margin-top: -29px;
	margin-bottom: 70px;
}
#access .a_detail a {
	color:#666
}
/*850px以下のメニュー*/
@media only screen and (max-width: 850px) {
#mapimage {
	width: 90%;
	float: left;
	margin-left: 3%;
	margin-bottom: 30px;
}
#map1 {
	float:left;
	width:50%
}
#map1 img {
	width:100%;
}
#map2 {
	float:left;
	width:50%
}
#map2 img {
	width:100%;
}
#map3 {
	float: left;
	width: 70%;
	padding-left: 7%;
}
#map3 img {
	width:100%;
}
}
/*641px以下のメニュー*/
@media only screen and (max-width: 641px) {
#mapimage {
	width: 90%;
	float: left;
	margin-left: 3%;
	margin-bottom: 30px;
}
#map1 {
	float:left;
	width:95%
}
#map1 img {
	width:100%;
}
#map2 {
	float:left;
	width:95%;
	margin-left:5%;
	margin-bottom: 52px;
	margin-top: -35px;
}
#map2 img {
	width:100%;
}
#map3 {
	float: left;
	width: 100%;
	padding-left: 7%;
}
#map3 img {
	width:100%;
}
}
/*950px以下のメニュー*/
@media only screen and (max-width: 950px) {
#map {
	height: 400px;
	width: 700px;
	left: 50%;
	margin-left: -351px;
}
}
/*700px以下のメニュー*/
@media only screen and (max-width: 700px) {
#map {
	height: 400px;
	width: 547px;
	left: 50%;
	margin-left: -271px;
}
}
/*580px以下のメニュー*/
@media only screen and (max-width: 580px) {
#map {
	height: 400px;
	width: 290px;
	left: 50%;
	margin-left: -144px;
}
}
