/*@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../font/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../font/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifCJKjp-Regular.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(../font/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
  src: url(../font/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSerifCJKjp-Black.otf) format('opentype');
 }

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
/*全体
-----------------*/
body{
	font-family: 'Noto Sans Japanese' serif;
	font-size: 14px;
	font-size:0.8125rem;
	opacity: 0;

}

body.top_page {
  background: url(../img/top/plan_sec_bg.png) repeat center center;
  -webkit-background-size: contain;
  background-size: contain;

}


/*　パディングをサイズ内側にする処理　*/
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: middle;
}

.search-reserve-btn{
	height: 50px;
}

.mainvisual-frame {
    background-color : #231815;
}
.mainvisual-frame-top {
    background-color : #231815;
	margin-bottom: 20px;
}

.mainvisual {

    max-width : 960px;
    margin : auto;
}

.mainvisual img {
	width: 100%;
}

#wrapper{
	overflow: hidden;
}

/*共通
----------------*/
.inner{
	width: 960px;
	margin: 0 auto;
}

.inner_text{
  width: 615px;
  margin: 0 auto;
}

.inner-img{
	text-align: center;
}

/*clearfix
-----------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/*ヘッダー
-----------------*/

#header {
  background-color: white;
}
.logo img {
	width: 340px;
}

.header_info_outer{
  margin-bottom: 2.5px;
}


.left__header__box{
  width: 320px;
  float: left;
    position: absolute;
    width: 325px;
}
.left__header__box h1{
  padding-top: 5px;
  float: left;
}


.left__text__box{
  float: left;
  margin-left: 10px;
}

.left__text__box span{
  font-family: 'Noto Serif Japanese';
  font-size: 8px;
}

.left__text__box p{
  color: #c9a063;
  font-size: 19px;
  letter-spacing: 3px;
  line-height: 1;
}
.left__header__box p span{
  font-size: 25px;
}

.right__header__box{
  float: right;
}

.tab__box{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul.tab1{
  width: 70px;
  height: 20px;
  line-height: 18px;
  text-align: center;
}

ul.tab1 li a {
    color : #000;
}
ul.tab1 li:first-child{
  color: #231815;
  font-size: 8px;
}

ul.tab2{
  width: 70px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  margin-left: 10px;
}

ul.tab2 li:first-child{
  /*color: #231815;*/
  color: #000000;
  font-size: 8px;
}

ul.tab3 {
  background: #6a3906;
  text-align: center;
  width: 117px;
  height: 27px;
  line-height: 27px;
  margin-left: 20px;
}
ul.tab3 li a{
  color: #fff;
}

.tel a{
    padding-top: 2.5px;
  font-size: 18px;
  color: #595757;
  text-align: right;
	font-family: 'Noto Sans Japanese';
}

/*menu*/
#nav-outer{
  background: #231815;
}

#nav{
  margin: 0 auto;
  width: 960px;
}

.menu li{
  float: left;
  width: 16.66%;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  width:160px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.menu li a{
  color: #fff;
  font-size: 12px;
	font-family: 'Noto Sans Japanese';
}

.menu li:hover{
  background: #dcdddd;
}

.menu li a:hover{
  color: #231815;
}

.menu li.selected{
  background: #dcdddd;
}

.menu li.selected a{
  color: #231815;
}

/*mainvisual
-----------------*/

.slick-prev {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left:0px;
    margin: auto;
    width: 22px;
    height: 60px;
    background: url(../img/item/arrwo_prev.png) no-repeat left center;
    border: none;
    text-indent: -99999999999px;
    background-size: contain;
    cursor: pointer;
}


.slick-next {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    right:0px;
    width: 22px;
    height: 60px;
    background: url(../img/item/arrwo_next.png) no-repeat right center;
    border: none;
    text-indent: -99999999999px;
    background-size: contain;
    cursor: pointer;
}

/*各セクション
-----------------*/

#b_availFrm .submit input {
  background: #8B0005;
}
.bg_box{
  margin-bottom: 10px;
}

.bg_sec{
  margin-bottom: 10px;
}

section.intro_top {
    width : 960px;
    margin : auto;
}

.intro_top img {
	width: 100%;
}

.intro_top {
  margin-bottom: 10px;
}

section.intro {
    -webkit-background-size: cover;
    background-size: cover;
    width : 960px;
    margin : auto;
}

.intro h3{
  font-size: 30px;
  text-align: center;
  background: url(../img/common/intro_title_line.png) no-repeat center top,url(../img/common/intro_title_line.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
  color: #fff;
  padding: 5px 0;
  line-height: 2;
  margin-bottom: 70px;
  font-family: 'Noto Serif Japanese';
}

.intro p{
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

section.bar {
    max-width : 960px;
    max-width: initial;
    margin : auto;
}

.bar img{
	width: 100%;
}

section.facility {
    max-width : 960px;
    max-width: initial;
    margin : auto;
}
.facility img{
	width: 100%;
}

.title_h3{
  text-align: center;
  color: #fff;
  font-size: 39px;
  margin-bottom: 62px;
  padding-top: 134px;
}

.bar_text{
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 45px;
}

.facility_text{
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 25px;
}

.link_btn a{
  width: 167px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #231815;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
    font-size: 14px;
    position: relative;
}

.link_btn a:before{
  content:'';
  position: absolute;
  top:2px;
  bottom:0;
  margin: auto;
  left: 25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.link_btn a:hover{
  opacity: 0.7;
}




/*TOP　plan
-----------------*/
.plan{
  /*background: url(../img/top/plan_sec_bg.png) repeat center center;
  background-size: contain; */
  padding: 20px 0 25px;
}

.plan_block {
	text-align: center;
	position: relative;
}

.plan_link {
	display: inline-block;
	position: absolute;
	width: 150px;
	top: 281px;
	left: 320px;
}

.plan_titel{
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.plan_titel:before{
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom:-25px;
  width: 196px;
  height: 17px;
  margin: auto;
  background:
   url(../img/top/plan_title_bg.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
}


.plan_list li{
  float: left;
  width: 300px;
  background: #fff;
}
.plan_list li:hover{
  opacity: 0.7;
}

.plan_list li + li{
  margin-left: 30px;
}

.plan_list li a h4{
  text-align: center;
  font-size: 19px;
  color: #231815;
}
.plan_list li a h4 span{
  display: block;
}

.plan_list li:nth-child(1) a h4 span{
  color: #e8486d;
}
.plan_list li:nth-child(n + 2) a h4 span{
  color: #036eb8;
}


/*form
-----------------*/
.form_title{
  font-size: 14px;
  text-align: center;
  background: #231815;
  color: #fff;
  font-family: 'Noto Serif Japanese';
}
.form_bg{
  padding: 25px 0;
    /*background: url(../img/top/form_bg.png) repeat-x center bottom;
    -webkit-background-size: contain;
    background-size: contain; */
}

form{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.form_bg p{
  font-size: 11px;
  color: #000;
}

.form_text{
  display: inline-block;
  margin-right: 10px;
}

.form_bg select {
	border: #000 1px solid;
}

.form_bg input[type=date] {
	border: #000 1px solid;
	width: 92px;
}

label {
  position: relative;
  display: inline-block;
  width: 91px;
  height: 19px;
  background: #fff;
}

input[type="date"] {
  position: relative;
  border: 0;
}

input[type="date"] {
  outline: none;
}

label::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  width: 18px;
  height: 15px;
  background: url(../img/item/icon_01.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}
input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 18px;
  display: block;
  padding: 0;
  background: rgba(255, 0, 0, 0);
  color: transparent;
  cursor: pointer;
}

.submit input[type="submit"]{
  width: 138px;
  background: #6a3906;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

.submit:hover{
  opacity: 0.7;
}

/*news
-----------------*/
.news{
  background: url(../img/top/news_bg.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0 10px 0;
  background-color :white;
  margin-top: -80px;
}

.news_box h3{
  background: #000;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'Noto Serif Japanese';
}

.news__link{
  width: 100%;
  padding: 8px 100px 0;
  background: #fff;
  margin: 0 auto 10px;
}

.news__link li dl {
  clear: both;
  overflow: hidden;
  line-height: 2.2;
  margin-bottom: 5px;
}
.news__link li dl dt{
  font-size: 15px;
  float: left;
  color: #231815;
  font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
}

.news__link li dl dd{
  font-size: 14px;
  color: #036eb8;
  float: left;
}

.news__link li dl dd span{
  display: inline-block;
  color: #231815;
  margin-left: 20px;
  border: 1px solid #d2b07c;
  width: 83px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
}

.news_btn a{
  font-size: 12px;
  color: #036eb8;
  position: relative;
/*  padding-left: 20px; */
  padding-left: 260px; 
/*  text-align: right; */
  text-align: left;
}

.news_btn a:hover{
  opacity: 0.7;
}
.news_btn a:before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    right: 330px;
    right:auto;
    left: 240px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #036eb8;
    border-right: 2px solid #036eb8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
-----------------*/


/*link_box 各種リンク
-----------------*/
.link_box{
/*  background: url(../img/item/bg_link.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; */
  padding: 30px 0;
}

.movie_link_list{
  margin-bottom: 47px;
}

.movie_link_list li{
  width: 465px;
  float: left;
}
.movie_link_list li + li{
  margin-left: 30px;
}



.link_list{
  margin-bottom: 43px;
}
.link_list li{
  width: 200px;
  height: 200px;
  text-align: center;
  float: left;
}
.link_list li a{
  font-size: 22px;
  color: #fff;
  margin-top: 90px;
}
.link_list li:hover{
  opacity: 0.7;
}
.link_list li + li{
  margin-left: 51px;
}

.link_list li:nth-child(1){
  background: url(../img/footer/f_banner_link_01.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.link_list li:nth-child(2){
  background: url(../img/footer/f_banner_link_02.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.link_list li:nth-child(3){
  background: url(../img/footer/f_banner_link_03.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.link_list li:nth-child(4){
  background: url(../img/footer/f_banner_link_04.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}


/*ソーシャル*/
.social{
  margin: 0 auto;
  text-align: center;
}

.social li{
  width: 100px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 0 5px 5px;
  margin: 0 15px;
  text-align: center;
}

.social li:hover{
  opacity: 0.7;
}

/*fb*/
.social li:nth-child(1) p{
  width: 80px;
  display: inline-block;
  margin-top: 3px;
}

/*tw*/
.social li:nth-child(2) p{
  width: 80px;
  display: inline-block;
}

/*line*/
.social li:nth-child(3) p{
  width: 80px;
  margin-top:4px;
  display: inline-block;
}

/*insta*/
.social li:nth-child(4) p{
  width: 80px;
  margin-top: 4px;
  display: inline-block;
}


/*footer
-----------------*/
#footer{
  background: #404040;
  padding: 15px 5px;
  color: #fff;
  position: relative;
}

.f_logo{
  width: 93px;
  height: 78px;
  float: left;
  margin-left: 10px;
}

.qr{
  width: 54px;
  height: 54px;
  float: left;
  margin-top: 10px;
}

.f_text_box{
  width: 755px;
  float: left;
  margin-top: 30px;
  margin-left: 20px;
  letter-spacing: 1px;
}
.company_ad{
  float: left;
  font-size: 12px;
}
.copy{
  font-size: 12px;
  float: left;
  margin-left: 10px;
}

/*TOPへ戻る
-----------------*/
#page-top {
    position: absolute;
    top:-100px;
    right: 20px;
    font-size: 77%;
    width: 47px;
    height: 47px;
}
#page-top:hover{
  opacity: 0.7;
}


/*下層共通部分
-----------------*/
h3.intro_common{
  background:none;
  margin-bottom: 0;
  position: relative;
  margin-top: 60px;
}

.intro_common:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom:-20px;
    width: 196px;
    height: 17px;
    margin: auto;
    background: url(../img/top/plan_title_bg.png) no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: contain;
}

.base_title{
  font-size: 39px;
  font-family: 'Noto Serif Japanese';
  text-align: center;
  color: #c9a063;
  font-weight: normal;
  border-top: 2px solid #a48b78;
  border-bottom: 2px solid #a48b78;
  padding: 17px 0;
  position: relative;
}

.base_title:after{
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  width: 100%;
  height: 88%;
  border-top: 1px solid #a48b78;
  border-bottom: 1px solid #a48b78;
}

.base_h4_title{
  font-size: 30px;
  font-family: 'Noto Serif Japanese';
  text-align: center;
  color: #727171;
  font-weight: normal;
  position: relative;
}

.recurit_box{
  height: 540px;
  line-height: 540px;
}

.base_text{
  font-size: 15px;
  line-height: 2;
  color: #727171;
}

.base_h4_title02{
  font-size: 30px;
  font-family: 'Noto Serif Japanese';
  color: #727171;
  font-weight: normal;
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.base_h4_title02:after{
  content: '';
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  width: 45px;
  height: 45px;
  background: url(../img/common/title_base_icon.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}


/*宿泊のご案内
-----------------*/
.stay_time{
  font-size: 22px;
  color: #595757;
  padding-left: 55px;
  margin-bottom: 30px;
}

.stay_text{
  font-size: 18px;
  color: #727171;
  padding-left: 55px;
}

.cancel_list{
  padding-left: 55px;
  margin-top: 30px;
}

.cancel_list li{
  width: 147px;
  height: 147px;
  overflow: hidden;
  float: left;
  font-size: 21px;
  text-align: center;
  color: #fff;
}

.cancel_list li + li{
  margin-left: 30px;
}

.stay .img_block:last-of-type{
  padding-bottom: 83px;
}

.stya_02{
  position: absolute;
  width: 830px;
  top:100px;
  left:0;
}


.stay_table{
  margin-left: 100px;
  margin-bottom: 10px;
}

.stay_table th{
  font-size: 24px;
  text-align: center;
  color: #727171;
  background: #dbd1c9;
  padding: 20px;
  border-bottom: 1px solid #898989;
  border-top: 1px solid #898989;
  border-left: 1px solid #898989;
}

.stay_table th:last-child{
    border-right: 1px solid #898989;
}

.stay_table td:last-child{
    border-right: 1px solid #898989;
}

.stay_table td{
  text-align: center;
  padding: 10px;
  font-size: 20px;
  border-bottom: 1px solid #898989;
  border-left: 1px solid #898989;
}

.stay_table td:nth-child(n + 2){
  line-height: 3;
}

.stay_table td .pink{
  display: block;
  color: #e8486d;
  line-height: 1;
}
.stay_table td .blue{
  display: block;
  color: #036eb8;
  line-height: 1;
}

.stay_check{
  font-size: 18px;
  color: #727171;
  margin-left: 100px;
}


/*施設紹介
-----------------*/
.img_block{
  border-bottom: 1px solid #e9e3df;
  padding: 40px 0;
  position: relative;
}

.img_block:nth-of-type(1){
  overflow: hidden;
}
.img_block:after {
    content: '';
    position: absolute;
    bottom: 3px;
    border-bottom: 2px solid #e9e3df;
    width: 100%;
    height: 1px;
}


.img_list .top_box{
  height: 123px;
  border-bottom: 1px solid #dbd1c9;
  margin-bottom: 50px;
}

.img_list .top_box p{
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Noto Serif Japanese';
  color: #727171;
}

.img_list .bottom_box p{
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Noto Serif Japanese';
  color: #727171;
}
.img_list li{
  float: left;
}
.img_list li:nth-child(1){
  width: 480px;
}
.img_list li:nth-child(2){
  width: 464px;
  margin-left: 10px;
  padding-top: 20px;
}

.sightssing_area .img_list li:nth-child(2){
  width: 464px;
  margin-left: 10px;
  padding-top: 0;
}

.sightssing_area .img_list .top_box{
  border-bottom: 1px solid #dbd1c9;
  margin-bottom: 50px;
  height: auto;
  padding-bottom: 5px;
}

.bottom_box a{
  color: #727171;
}

.bottom_box a:hover{
  opacity: 0.7;
  cursor: pointer;
}

.facility_01 {
    position: absolute;
    top: -360px;
    right: 50%;
    width: 535px;
    margin-right: -900px;
}


.facility_02 {
    position: absolute;
    top: -220px;
    left: 50%;
    width: 435px;
    margin-left: -770px;
    z-index: -1;
}

.facility_03 {
    position: absolute;
    top: 0;
    right: 50%;
    width: 665px;
    margin-right: -900px;
}


.sightessing_01 {
    position: absolute;
    top: -50px;
    right: 50%;
    width: 940px;
    margin-right: -1060px;
}

.sightessing_02 {
    position: absolute;
    top: 290px;
    left: 50%;
    width: 940px;
    margin-left: -870px;
    z-index: -1;
}

/*プラン
-----------------*/

.plan_block_box{
  padding-top: 25px;
  padding-bottom: 100px;
}

.plan_block_box{
  background: url(../img/common/plan_block_bg.png) no-repeat 460px 310px;
  -webkit-background-size: contain;
  background-size: contain;
}

.plan_block_list li {
  width: 300px;
  float: left;
}
.plan_block_list li + li{
  margin-left: 30px;
}

.plan_block_list li h4{
  text-align: center;
  font-size: 19px;
  color: #727171;
  border: 1px solid #dbd1c9;
  font-weight: normal;
}
.plan_block_list li h4 span{
  display: block;
}

.plan_block_list li:nth-child(1) h4 span{
  color: #e8486d;
}
.plan_block_list li:nth-child(n + 2) h4 span{
  color: #036eb8;
}

.plan_text{
  font-size: 12px;
  font-family: 'Noto Serif Japanese';
  line-height: 1.5;
  color: #727171;
}

/*コンセプト
-----------------*/
.consept_text_box{
  padding: 40px 0;
}

.consept_text_box{
  background: url(../img/common/consept_block_bg.png) no-repeat  right bottom;
  background-size: 500px;
}

.consept_text_box h4{
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  color: #727171;
  margin-bottom: 35px;
}


.consept_img_box{
  height: 478px;
  overflow: hidden;
}
/*採用情報
-----------------*/
.recruit_img_box{
  height: 386px;
  margin-bottom: 10px;
  overflow: hidden;
}

/*お問い合わせ
-----------------*/
.news_area{
  padding: 25px 0 85px;
  position: relative;
}

.news_area .news_box{
  border: 1px solid #dbd1c9;
  padding-bottom: 5px;
}
/*
.news_area .news_btn a{
  text-align: center;
}

.news_area .news_btn a:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 450px; 
 	text-align: center;
    width: 7px;
    height: 7px;
    border-top: 2px solid #036eb8;
    border-right: 2px solid #036eb8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}*/

.contact_tel a{
  font-size: 35px;
  color: #595757;
  padding-left: 55px;
  margin-bottom: 30px;
}

.contact form{
  display: block;
}
.contact form input{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  margin-bottom: 10px;
  font-size: 18px;
  border: 1px solid #898989;
}

.contact textarea{
  width: 100%;
  height: 347px;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  border: 1px solid #898989;
}

.contact_btn{
  margin: 0 auto 20px;
  width: 167px;
  height: 42px;
  text-align: center;
}

.contact form input[type=submit]{
  border: none;
  color: #fff;
  line-height: 0;
}
.check_text{
  font-size: 18px;
  color: #727171;
}

.contact_block{
  padding-bottom: 50px;
}

.contact_img_list:nth-of-type(1){
  margin-bottom: 30px;
}

.contact_img_list li:nth-child(1){
  width: 475px;
  float: left;
}
.contact_img_list li:nth-child(2){
  width: 465px;
  float: left;
  margin-left: 10px;
}
.contact_img_list li:nth-child(2) h5{
  font-size: 30px;
  color: #727171;
  font-weight: normal;
}

.contact_ad{
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}
.map_link a{
  font-size: 18px;
  color: #727171;
  margin-bottom: 10px;
}

.contact_text{
  font-size: 18px;
  color: #727171;
  line-height: 1.5;
}

.top_img_lnk img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}


/*
-----------------*/

.appeal {
	position: relative;
    padding-bottom: 20px;
}
.appeal .inner {
  position: relative;
}

.appeal_link {
	width: 300px;
	position: absolute;
}

.appeal_link_1_1 {
	top: 560px;
	left: 20px;
}

.appeal_link_1_2 {
	top: 590px;
	left: 20px;
}

.appeal_link_2 {
	top: 560px;
	left: 345px;
}

.appeal_link_3 {
	top: 560px;
	left: 670px;
}

.appeal_link_4 {
	top: 1080px;
	left: 20px;
}

.appeal_link_5 {
	top: 1080px;
	left: 345px;
}

.appeal_link_6 {
	top: 1080px;
	left: 670px;
}

.appeal_titel {
  font-size: 24px;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}

.appeal_titel:before{
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  bottom:-25px;
  width: 196px;
  height: 17px;
  margin: auto;
  background:
   url(../img/top/plan_title_bg.png) no-repeat center bottom;
  -webkit-background-size: contain;
  background-size: contain;
}

.appeal ul li {
	display: inline-block;
	vertical-align: top;
	width: 317px;
}





/* post */

.post_content {
  width: 100%;
  max-width: 840px;
  margin: 40px auto 80px;



}
.post_content h4 {
  text-align: center;
  padding: 5px 0 ;
  font-weight: normal;
  font-size: 20px;
  background: #231815;
  color: #fff;
    border: 1px solid #231815;

}

.post_content p {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
    border: 1px solid #231815;
    color: #666;

}
.post_content p:after {
  content:"";
  display: block;
  clear:both;
}
.back {text-align: right;color: #666;margin-top: 10px;}


/*lang menu*/

#lang {
  position: relative;
  z-index: 100;
}
#lang li ul {
  padding-top: 5px;
  background: #fff;
  display: none;
}
#lang a {
  padding: 5px 0;
  font-size: 12px;
  color: #333;
}
