@charset "UTF-8";
/* CSS Document */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
a {
	color: #185FC1;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	background-image: url(images/blue_bg.jpg);
	background-repeat: repeat;
	min-width:1100px;
}
#wrapper-in {
	background-image: url(images/cont_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	background-image: url(images/cont_bg_in.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}
#home #wrapper {
	background-image: url(images/green_bg.jpg);
	background-repeat: repeat;
}
#home #wrapper-in {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#home #page {
	background-image: url(images/top_bg_in.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
}
#page-in {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 20px;
	min-width:1100px;
}
#footer-in {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 18px;
}
#header {
	padding-left: 25px;
	padding-right: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header h1 {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center left;
	width: 404px;
	/*margin-top: 22px;*/
	padding: 0;
}
#header h1,
#header #logo p{
	padding: 32px 0;
	margin: 0px!important;
}
#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 43px;
	width: 404px;
}
#header > .left {
	/*float: left;*/
	width: calc(100% - 315px);  /* rightの値をマイナス  */
	display: flex;
	align-items: center;
}
#header .left img {
	/*float: right;*/
	margin-top: 18px;
}
#header .right {
	width: 315px;
	padding-top: 5px;
	padding-bottom: 2px;
	position: relative;
	padding-bottom: 1em;
}
#header .right p .BusinessHours{
	/*background-color: rgba(255,255,255,0.5);
	padding: 0.05em ;
	border-radius: 2em;*/
	display: block;
	text-align: right;
	white-space: nowrap;
}
#header .right p small{
	font-size: 96.5%;
	display: inline-block;
	line-height: 1.25;
}
#header .Attention{
	text-align: right;
	position: absolute;
	right : 0;
	bottom: 0;
	white-space: nowrap;
}

#header p {
	font-size: 12px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 150%;
}
#header-rbox {
	padding-left: 4px;
}
#header-rbox .left {
	float: left;
	width: 192px;
	padding-top: 0px;
}
#header-rbox .right {
	float: right;
	width: 99px;
	padding-top: 2px;
}
#tel-box {
	padding-left: 4px;
	padding-top: 3px;
}
#navi {
	clear: both;
	margin-left: 22px;
	margin-bottom: 3px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#navi ul li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi ul li a {
	height: 56px;
	width: 188px;
	display: block;
}
#navi ul li a:hover {
	-moz-opacity:0.8;
	opacity:0.8;
	filter: alpha(opacity=50);/* ie lt 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.alpha(opacity=50)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    zoom:1;
}
#top {
	clear: both;
}
#top-img {
	background-image: url(images/top_main_waku.png);
	background-repeat: no-repeat;
	height: 325px;
	width: 572px;
	margin-left: 41px;
}
#picture {
	padding-top: 38px;
}
#top .left {
	float: left;
	width: 640px;
}
#top .right {
	float: right;
	width: 325px;
	padding-top: 10px;
}
#ichioshi h2 {
	background-image: url(images/top_ichioshi_ttl.png);
	background-repeat: no-repeat;
	padding: 0px;
	text-indent: -9999px;
	height: 27px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	width: 185px;
}
#ichioshi .right {
	float: right;
	width: 111px;
	padding-top: 5px;
}
#ichi_ttl {
	width: 340px;
	float: left;
	padding-top: 32px;
}
#ichi_ttl p {
	margin: 0px;
	padding: 0px;
}
#ichioshi ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	}
#ichioshi ul li {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 150%;
	vertical-align: middle;
}
#ichioshi .box {
	background-image: url(images/top_ichi_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 25px;
	margin-bottom: 20px;
}
#ichioshi .box_f {
	background-image: url(images/top_ichi_fo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
#ichioshi .box_h {
	background-image: url(images/top_ichi_he.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	height:105px;
	overflow-y:hidden;
}
#ichioshi ul li a {
	margin-left: 3px;
}
#ichioshi ul li img {
	margin-right: 5px;
	vertical-align:middle;
}
#tour {
	margin-right: 25px;
}
#tour .box {
	background-image: url(images/top_tour_waku.png);
	background-repeat: no-repeat;
	height: 260px;
	width: 300px;
}
#tour .box .left {
	float: left;
	width: 145px;
	text-align: right;
}
#tour .box .right {
	float: right;
	width: 145px;
	padding-top: 0px;
}
#tour h2 {
	background-image: url(images/top_tour.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	height: 40px;
}
#tour h3 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	}
#tour ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#tour ul li {
	padding: 0px;
	margin: 0px;
	height: 55px;
}
#tour ul li a {
	text-decoration: none;
}
#staff {
	margin-top: 25px;
}
#staff-ttl-box {
	background-image: url(images/top_staff_ttl.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 306px;
}
#staff h2 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	float: left;
	width: 140px;
}
#staff-ttl-box {
	margin-bottom: 6px;
}
#staff-ttl-box .right {
	float: right;
	width: 160px;
}
#staff-ttl-box .right .blog a{
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 120px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#staff-ttl-box .right .fb a {
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 25px;
	float: right;
}
#staff-ttl-box p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#staff .box {
	background-image: url(images/top_staff_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#staff .box_f {
	background-image: url(images/top_staff_fo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#staff .box_h {
	background-image: url(images/top_staff_he.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:  14px;
	padding-right: 20px;
/*
	padding-bottom: 10px;
*/
	padding-left: 20px;
	height:151px;
}
#staff .box p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#staff ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#staff ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#search-box {
	width: 192px !important;
}
#search-box .gsc-input-box {
	border: 1px solid #D9D9D9;
	background: #fff;
	height: 21px;
	margin: 0px;
	padding: 0px;
}
#search-box .gsib_a {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}
#search-box input.gsc-search-button {
	width: 13px;
	height: 13px;
	min-width: 13px;
	margin-top: 2px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#search-box .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 6px;
}
#search-box table.gsc-search-box {
  border-style : none;
  border-width : 0;
  border-spacing : 0 0;
  width : 100%;
  margin-bottom : 0px;
}
#search-box form.gsc-search-box {
  font-size: 13px;
  margin-top : 0;
  margin-right : 0;
  margin-bottom : 0px;
  margin-left : 0;
  width: 100%;
}
#footer-mes {
	margin:0px;
	margin-top:-10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width: 950px;
	text-align: left;
	font-weight:bold;
}
#footer-bnr {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	text-align: left;
}
#footer-bnr-in {
	padding-left: 10px;
}

#footer-bnr a img {
	margin-right: 55px;
	margin-left: 43px;
  transition: all .3s;
}
#footer-bnr a:hover img {
	filter: brightness(1.1);
}
#footer-block {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#footer-block .right {
	float: right;
	width: 450px;
}
#footer-block .left {
	float: left;
	width: 420px;
}
#footer-block .right p {
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	line-height: 150%;
}
#footer-block .right p a {
	font-size: 14px;
	text-decoration: none;
}
#footer-block .left p {
	margin-left: 0px;
	font-size: 14px;
	padding: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}
#footer-block .left address {
	font-weight: normal;
	font-size: 12px;
	color: #656565;
	font-style: normal;
	line-height: 150%;
}

/* content page */

#header #logo p {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 404px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #logo p a {
	text-indent: -9999px;
	display: block;
	height: 43px;
	width: 404px;
}
#content {
	clear: both;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
}
#ttl-box {
	background-image: url(images/tour_s_ttl.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 950px;
}
#ttl-in {
	background-repeat: no-repeat;
	height: 85px;
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
}
#content h1 {
	font-size: 20px;
	width: 714px;
	line-height: 130%;
	font-weight: normal;
	display: block;
	padding: 0px;
	margin: 0px;
}
#tour-img-box {
	width:950px;
	margin-bottom: 15px;
	background-image: url(images/tour_s_img1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:10px;
}
#tour-img-box-f {
	background-image: url(images/tour_s_img2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:10px;
}
#tour-img-box-main {
	background:#ffffff;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.cont-box {
	background-image: url(images/tour_h.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
.cont-box .box_bg {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.cont-box .box_f {
	background-image: url(images/tour_f.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 50px;
}
.cont-box h2 {
	background-color: #F7FC92;
	background-image: url(images/tree.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
#plan .icon {
	margin-bottom:5px;
}
#plan .icon img {
	margin-right: 10px;
}
#plan p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
#plan .box {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#plan .box2 {
	padding-bottom: 15px;
}
#plan p.pdf {
	background-image: url(images/pdf_mark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	line-height: 27px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.cont-box h3 {
	background-image: url(images/h3_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 34px;
	font-size: 16px;
	font-weight: normal;
}
.cont-box ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-image: none;
}
.cont-box ul li{
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
margin-bottom:0px;
	margin-left: 0px;
	font-size: 14px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
padding-bottom:10px;
}
.cont-box ul li ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
}
.cont-box ul li ul li{
	line-height: 130%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 14px;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#list ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#list ul li {
	padding: 0px;
	line-height: 200%;
line-height: 140%;
	font-size: 14px;
	vertical-align: middle;
	margin: 0px;
	padding-top:7px;
	padding-bottom:7px;
	list-style:none;
	background:none;
}
#list ul li div.mark {
	float:left;
	width:165px;
	margin-top:1px;
}
#list ul li div.cont {
	float:right;
	width:745px;
}
#list ul li {
	zoom:1;
}
#list ul li:after {
	content: " ";clear: both;height: 0;display: block;visibility: hidden;
}
#list ul li a {
	padding-left: 5px;
}
#list ul li img {
	margin-right: 5px;
}

#lineup  ul li {
	margin-bottom:0px;
	padding-bottom:10px;
}

#privacy p {
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#privacy .box {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#privacy .box-right {
	text-align:right;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
#shop .box {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

table#shopdesc {
	border-collapse: collapse;
	line-height: 150%;
	border: 1px solid #999999;
	width:auto;
	margin-bottom:0px;
}
table#shopdesc th {
	width:100px;
	background-color: #B9FFCD;
	white-space:nowrap;
	border: 1px solid #999999;
}
table#shopdesc th span {
	display:block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 200%;
	font-size: 14px;
	color: #337b0f;
}
table#shopdesc td {
	border: 1px solid #999999;
	width:810px;
}
table#shopdesc td span {
	display:block;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 150%;
	font-size: 14px;
}
table#shopdesc td.col2 {
	width:490px;
}
table#shopdesc td.honsya {
	width:320px;
	text-align:center;
}
table#daihyou {
	margin:0px;
	padding:0px;
	border:none;
}
table#daihyou th {
	margin:0px;
	padding:0px;
	border:none;
	width:105px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	background:none;
}
table#daihyou td {
	margin:0px;
	padding:0px;
	border:none;
	width:auto;
}

#shop p {
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#shop .daihyo {
	text-align: right;
}
#recruit table ,
#recruit th ,
#recruit td {
	border-collapse: collapse;
	line-height: 150%;
	border: 1px solid #999999;
}
#recruit th {
	text-align: left;
	width: 15%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 200%;
	background-color: #B9FFCD;
	font-size: 14px;
	color: #337b0f;
	font-weight: normal;
}
#recruit td {
	width: 85%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 150%;
	font-size: 14px;
}
#recruit .box {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#recruit .salary table {
	width: 80%;
}
#recruit .salary table,
#recruit .salary th ,
#recruit .salary td {
	border-collapse: collapse;
	line-height: 150%;
	border: 0px;
}
#recruit .salary th {
	text-align: left;
	width: 30%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 200%;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	background-color: #FFF;
}
#recruit .salary td {
	width: 22%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 150%;
	font-size: 14px;
	text-align: center;
}
#recruit table ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 10px;
	}
#recruit table ul li {
	background-image: none;
	padding-left: 0px;
	}#recruit p {
	font-size: 14px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
#recruit .red {
	color: #F00;
}
#agree .box {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* slider */

#slider {
	height: 252px;
	width: 527px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.box p.read {
	margin-top:0px;
}
