@charset "utf-8";
p{
	font-size: 16px;
	line-height: 1.75em;
}
h1{
	width: auto;
	position: relative;
	z-index: 0;
}
h3{
	font-size: 28px;
	background-image: url("../img/sub/h3_under.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
	padding-bottom: 20px;
}
.gnavi-btnarea img{
	width: 100%;	
}
#h1_style{
	width: 322px;
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 10;
}
#sub_h1{
	display: inline-block;
	margin-top: 60px;
	position: relative;
	z-index: 100;
	left:0;
}
.sub_style_common #sub_h1{
	margin-top: 120px;
}
#sub_main img,
#sub_contents_area img{
	width: auto;
}
#sub_main{
	background-image: url(../img/sub/sub_main_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 756px;
	text-align: center;
}
#sub_contents_area{
	width: 1300px;
	margin: auto;
	margin-top: -100px;
	position: relative;
	z-index: 90;
}
.sub_style_common #sub_contents_area{
	margin-top: -195px;
}
#sub_contents_upper{
	background-image: url("../img/sub/bg_upper.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 21px;
	width: 1300px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
#sub_contents_lower{
	background-image: url("../img/sub/bg_lower.png");
	background-position: top center;
	background-repeat: no-repeat;
	height: 21px;
	width: 1300px;
	margin-bottom: 30px;	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#sub_contents_body{
	background-color: #fff;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 80px;
	padding-bottom: 62px;
	text-align: center;
	overflow-x: hidden;
}

/**その他**/
#sub_dec_right{
	position: absolute;
	top:10px;
	right: -50px;
}
#sub_dec_left{
	position: absolute;
	bottom:10px;
	left: -50px;
}
.sub_style_common #sub_dec_right{
	top:70px;
	right: -33px;
}
.sub_style_common #sub_dec_left{
	top:1050px;
	left: -50px;	
}
.sub_left_img,
.sub_right_img{
	height: 380px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: left;
}
.sub_left_img img{
	float: left;
	border-radius: 10px;
}
.sub_left_img h3{
	margin-left: 50px;
}
.sub_left_img p{
	display: inline-block;
	width: 540px;
	margin-left: 50px;
	margin-top: 30px;
}
.sub_right_img img{
	float: right;
	border-radius: 10px;
}
.sub_right_img h3{
	margin-right: 50px;
}
.sub_right_img p{
	display: inline-block;
	width: 540px;
	margin-right: 50px;
	margin-top: 30px;
}
.sub_center_box{
	width: 800px;
	text-align: left;
	margin: auto;
	margin-top: 30px;
}
.btn_style{
	display: inline-block;
	width: 288px;
	height: 64px;
	position: relative;
}
.btn_style span{
	position: absolute;
	font-size: 20px;
	display: inline-block;
	left: 100px;
	color: #fff;
	top: 30px;
}

/**テーブル**/
.table_style1{
	margin: auto;
	text-align: left;
}
.table_style1 th,
.table_style1 td{
	background-image: url("../img/sub/table_under_line.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-bottom: 27px;
	padding-right: 20px;	
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.table_style1 th{
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
}
.table_style1 td{
	margin-left: 20px;
	font-size: 16px;
	width: 440px;
}

.table_style2{
	margin: auto;
	text-align: left;
	position: relative;
}
.table_style2 th,
.table_style2 td{
	background-image: url("../img/sub/table_under_line.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-right: 20px;	
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.table_style2 th{
	margin-right: 30px;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
	height: 43px;
}
.table_style2 td{
	margin-left: 20px;
	font-size: 16px;
	width: 440px;
}

/**文字関係**/
.font0{
	font-size: 0;
}
.mt90{
	margin-top: 90px !important;
}
.mt60{
	margin-top: 60px !important;
}
.mt30{
	margin-top: 30px !important;
}
.strong_style{
	background:linear-gradient(transparent 60%, #fff3a6 60%);
}

/**アクセス**/
#footer-map{
	width: 1000px;
	height: 400px;
}
#sub_access_trial li{
	display: inline-block;
	position: relative;
	width: 512px;
	height: 192px;
}
#sub_access_trial p{
	position: absolute;
	left: 160px;
	bottom: 20px;
}

/**フォーム**/
.error {
  border: 3px solid #b21e23;
  background: rgba(178, 30, 35, 0.5);
  color: #ffffff;
  padding: 9px 18px;
  margin-bottom: 27px;
  margin-top: 27px;
  letter-spacing: 0.1rem;
  font-size: 20px;
}
.inq_req::after {
  margin-left: 12px;
  vertical-align: top;
  font-size: 14px;
  content: "必須";
  color: #ffffff;
  background: #b21e23;
  border-radius: 3px;
  padding: 2px 6px;
  letter-spacing: 1.2px;
}
select, input, textarea {
    padding: 8px;
    border: 1px solid #454545;
    letter-spacing: 1.8px;
    font-size: 20px;
}
.imeon {
	ime-mode: active; /* 全角モード */
}
.imeoff {
	ime-mode: inactive; /* 半角モード */
}
.w200{
	width: 200px;
}
.w300 {
	width: 300px;
}
.w450{
    width: 450px;
}
#sub_form_comment{
	height: 207px;
}

/**施設ごと　スタイル１**/
#sub_style1{
	background: url(../img/sub/style1_bg.gif) repeat top left;
}
#sub_style2{
	background: url(../img/sub/style2_bg.gif) repeat top left;
}
#sub_style2_main,
#sub_style1_main{
	background-image: url(../img/sub/style1_main_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 756px;
	text-align: center;	
}
#sub_style2_main{
	background-image: url(../img/sub/style2_main_bg.jpg);
}
.sub_style_common h2{
	margin-top: 80px;	
}
.sub_style_common h2 img{
	width: 510px !important;
}
#slickslider_area{
	margin-top: 30px;
}
#slickslider_area .slider_img{
	margin-left: 50px;
	margin-right: 50px;
}
#slickslider_area .slider_img h3{
	margin-top: 40px;
	margin-bottom: 20px;
}
#slickslider_area #slick_nav_left{
	position: absolute;
	left: 95px !important;
	top: 230px !important;
	z-index: 10000;
}
#slickslider_area #slick_nav_right{
	position: absolute;
	right: 95px !important;
	top: 230px !important;
	z-index: 10000;
}
#slickslider_wrap{
	position: relative;
	margin: auto;
	margin-bottom: 180px;
}
#ss_cover_left{
	position: absolute;
	top:0px;
	left: -701px;
	z-index: 1000;
}
#ss_cover_right{
	position: absolute;
	top:0px;
	right: -701px;
	z-index: 1000;
}
#sub_access_left{
	display: inline-block;
	width: 500px;
	text-align: center;
	padding-top: 35px;
}
#sub_access_fukidashi{
	font-size: 20px;
	background-image: url("../img/sub/fukidashi.png");
	background-position: center;
	background-repeat: no-repeat;
	color: #8fb041;
	margin-top: 28px;
	margin-bottom: 20px;
	height: 78px;
}
.btn_inquire{
	display: inline-block;
	background-image: url("../img/sub/btn_inquire.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 320px;
	height: 64px;
}
#sub_access_right{
	display: inline-block;
	width: 524px;
	font-size: 20px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	margin-right: 50px;
}
#sub_access_right li:nth-child(1){
	background-image: url("../img/sub/address.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-bottom: 28px;
	padding-top: 25px;
	border-bottom-color: #d9c793;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
#sub_access_right li:nth-child(2){
	background-image: url("../img/sub/phone.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-bottom: 28px;
	padding-top: 25px;
	border-bottom-color: #d9c793;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
}
#sub_access_right li:nth-child(3){
	background-image: url("../img/sub/fax.png");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 33px;
	padding-bottom: 28px;
	padding-top: 25px;
}
.sub_route_box{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sub_route_left{
	display: inline-block;
	border-radius: 10px;
}
.sub_route_right{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 424px;
	text-align: left;
	padding-left: 130px;
	padding-top: 70px;
}
.sub_ttl_style1{
	font-size: 22px;
	font-family: "MPLUS-B-ex", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}
.sub_route_number{
	position: absolute;
	font-size: 46px;
	font-family: "MPLUS-B", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
	font-weight: bold;
	color: #f1ab0d;
	border-color: #f1ab0d;
	border-style: dashed;
	border-width: 2px;
	border-radius: 100px;
	width: 90px;
	height: 60px;
	text-align: center;
	padding-top: 30px;
	top: 20px;
	left: 510px;
}
#sub_contents_area #banner_area-inner{
	margin-bottom: 0px !important;
}


/**共通**/
.for_sp{
	display: none;
}