@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font: 1.2rem/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}

ul,
ol,
dl,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img {
	width: 100%;
	vertical-align: bottom;
}

a img {
	border: none;
}

a {
	color: #709c2f;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

p {
	width: 90%;
	margin: 20px auto;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px #ccc solid;
}

h2 {
	margin: 30px 0 10px 0;
	padding: 5px 5%;
	/*background: #957a66;
	color: #fff;*/
	text-align: center;
}

h3 {
	padding: 20px 0;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #253241;
	text-align: center;
}

.youtube_box {
	position: relative;
	padding-bottom: 56.25%;
}

.youtube_box iframe {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
}

/*--------------------------------------------------------------------------------
　header
--------------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	position: relative;
	font-family: 'Lora', serif;
	background: #fff;
	z-index: 10000;
}

header h1 {
	width: 30%;
	margin: 0 0 0 10px;
	padding: 0;
	height: 40px;
	/*background: url(../../img/headerLogoSP.png) 5px 5px no-repeat;
	background-size: 90% auto;
	text-indent: -9999px;*/
	float: left;
}

.fixed {
	position: fixed;
	top: 0;
	filter: alpha(opacity=99);
	-moz-opacity: 0.99;
	opacity: 0.99;
	-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1));
	-moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1));
	-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1));
	-o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1));
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .1));
}

/*
header .banner {
	text-align: right;
}
header .banner a.entry  {
	width: 140px;
	height: 34px;
	margin: 0 auto;
	padding: 10px 4px 4px 4px;
	background: #b73965;
	font-family: 'Cormorant', serif;
	font-size: 20px;
	text-align: center;
	color: #fff;
	display: inline-block;
}
header .banner a.entry:hover {
	background: #e76492;
}
 
header .tel {
	background: #253241;
}*/

header .sns {
	float: right;
}

header .sns li:first-child {
	width: 75px;
}

header .sns li {
	width: 25px;
	margin: 10px 3px 0 3px;
	float: left;
}

header .sns li img {
	width: 100%;
}

/*--------------------------------------------------------------------------------
　campaign
--------------------------------------------------------------------------------*/
#campaign {
	margin: 0 0 40px 0;
	padding: 30px 0;
	background: #f3f0ea;
	text-align: center;
}

#campaign img {}


/*--------------------------------------------------------------------------------
　contents
--------------------------------------------------------------------------------*/

/* =========== #slideshow =========== */
#slideshow {
	margin-top: 40px;
}

.slideshow {
	position: relative;
	width: 100%;
	min-height: 300px;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s;
	/* フェードの時間(秒) */
}

.slideshow .show {
	opacity: 1;
	z-index: 1;
}


/* =========== .reserve =========== */
.reserve {
	margin: 0 auto;
	padding: 5px 0;
	background: #ceb467;
	text-align: center;
}

/* =========== .news =========== */
.news {
	margin: 0 0 20px 0;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	color: #253240;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* =========== #contBlock01 =========== */
#contBlock01 p {
	margin: 20px auto;
}

#contBlock01,
#contBlock02,
#contBlock03,
#contBlock04,
#contBlock05 {
	margin-bottom: 30px;
}

/* MAP */
.info {
	width: 100%;
	background: #f3f0ea;
	color: #fff;
}

.info a {
	color: #fff;
}

.info a.black {
	color: #253240;
}

.info a.map,
.info a.mail {
	color: #fff;
	text-decoration: underline;
}

.info strong {
	font-size: 150%;
	margin: 6px 0;
	display: block;
}

.info strong img {
	margin: 10px 0;
}

.info .txt {
	padding: 20px;
	background: #253241;
}

.info .txt .logo {
	margin: 0 0 10px 0;
	font-size: 18px;
}

/*.info i {
	width: 13px;
	height: 13px;
	margin: 0 3px 10px 0;
	padding: 5px;
	background: #fff;
	color: #252d59;
	border-radius: 100px;
	text-align: center;
}
*/

.info .txt .youtube_box iframe {
	width: 100%;
	left: 0;
}


.info .btn li {
	margin: 0 10px 10px 0;
	float: left;
}

.info .btn li a {
	padding: 2px 8px;
	color: #fff;
	border-radius: 4px;
	display: block;
}

.info .btn li.mail a {
	background: #fff;
	color: #252d59;
}

.info .btn li.line a {
	background: #44c506;
}


/***********     recruit     ***********/
#recruit {
	padding: 30px 0;
	border-top: 1px solid #ddd;
}

#recruit h3 {
	margin: 0;
}

#recruit div.inner>p {
	width: 86%;
	margin: 10px auto 20px auto;
}

#recruit h4 {
	margin: 20px auto 0 auto;
	padding: 10px 0;
	background: #aaa;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

#recruit p {
	text-align: left;
}

#recruit dl {
	width: 90%;
	margin: 20px auto 30px auto;
}

#recruit dt {
	width: 96%;
	margin: 0 0 10px 0;
	padding: 5px 2%;
	background: #e5e5e5;
	border-radius: 5px;
}

#recruit dd {
	width: 96%;
	margin: 0 0 20px 0;
	padding: 5px 2%;
	text-align: left;
}

#recruit article {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border: 2px solid #ddd;
	text-align: left;
}

#recruit article strong {
	margin-bottom: 30px;
	text-align: center;
	display: block;
}

#recruit article p {
	padding: 0 20px;
}

#recruit article p span {
	color: #999;
}

#recruit article p a {
	color: #4c84c5;
	text-decoration: underline;
}

#recruitment {
	margin-top: -140px;
	padding-top: 140px;
}

/***********     link     ***********/
#link {
	padding: 0 0 90px 0;
	border-top: 1px solid #eee;
}

#link ul {
	width: 90%;
	margin: 0 auto;
}

#link li {
	text-align: left;
}

#link a {
	color: #4c84c5;
}



article.access {
	padding: 20px;
	text-align: left;
}

article.access strong {
	margin: 6px 0;
	font-size: 150%;
	display: block;
}

a.map {
	text-decoration: underline;
}


footer {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #253241;
}

footer .pc {
	width: 100px;
	margin: 0 auto 10px auto;
	padding: 7px;
	border: 1px solid #fff;
}

footer .pc a {
	color: #fff;
}


/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 104px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto 20px auto;
	width: 100%;
	height: 104px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 104px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 160px;
	height: 104px;
	float: left;
	display: inline;
	overflow: hidden;
}

/* =========== クラス =========== */
.col_red {
	color: #C00;
}

.col_pr {
	color: #9b72b0;
}

.size_s {
	font-size: 80%;
}

a.button {
	width: 60%;
	margin: 20px auto;
	padding: 10px;
	background: #9c7056;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	display: block;
}


.cap {
	font-size: 15px !important;
	font-weight: normal;
}

/********************** clear fix **********************/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

/********************** 黄追加分20190711 **********************/

.newsWrap {
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 4% 5%;
}


.newsWrap h3 {
	padding: 0;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #253241;
	text-align: center;
	margin-block-start: inherit;
	margin-block-end: inherit;
}

.newsWrap table tr {
	border-bottom: 1px solid #E7E7E7;
}

.newsWrap table tr th,
.newsWrap table tr td {
	color: #253240;
	padding: 3px 0;
}

.newsWrap table th {
	vertical-align: top;
}

.newsWrap table tr th {
	padding-right: 10px;
	width: 85px;
}

.newsWrap table tr td {
	text-align: left;
}

/***********     黄追加分20230509     ***********/

.floating {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
}

.floating a {
	display: block;
}

.floating img {
	box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.18);
}