@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Meddon');
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
*{
  box-sizing:border-box;
}
html,body{
  background: #fff;
  height: 100%;
  line-height: 1.5;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
body{
  color:#111;
  font-size: 13px;
  height: 100%;
}
.cont_wrap{
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.contents_sub .cont_wrap{
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.cont_wrap02{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.cont_wrap03{
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
a{
  color: #111;
}
a > img,
.hover{
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}
a:hover > img,
.hover:hover{
  opacity: 0.7;
}
/*---*/
body > header{
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
  z-index: 2000;
}
body > header .pc_header{
  padding: 15px 0;
}
body > header .pc_header .logo{
  float: left;
}
body > header .pc_header .menu{
  float: right;
  text-align: right;
}
body > header .pc_header .menu > li{
  text-align: center;
  display: inline-block;
  padding: 10px 10px;
  position: relative;
}
body > header .pc_header .menu > li .ja{
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  color: #111;
}
body > header .pc_header .menu > li:hover .ja,
body > header .pc_header .menu > li.current .ja{
  color: #9C3401;
}
body > header .pc_header .menu > li:hover:after,
body > header .pc_header .menu > li.current:after{
  content: " ";
  display: block;
  width: 36px;
  height: 5px;
  background: #9C3401;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -18px;
}
body > header .pc_header .menu > li .en{
  font-size: 10px;
  font-style: italic;
  color: #ccc;
  font-weight: bold;
}
body > header .pc_header .menu > li a{
  text-decoration: none;
  display: block;
}
body > footer{
  background: #FFF;
  padding: 20px 0;
}
body > footer > .inner{
  padding: 10px;
  padding-left: 200px;
}
body > footer > .inner .logo{
  position: absolute;
  top: 10px;
  left: 10px;
}
body > footer > .inner .social{
  position: absolute;
  top: 10px;
  right: 10px;
  letter-spacing: -0.5em;
}
body > footer > .inner .suumo_banner{
    position: absolute;
    right: 140px;
    top: 5px;
}
body > footer > .inner .social > li{
  display: inline-block;
  letter-spacing: normal;
  margin: 2px;
}
body > footer > .inner .social > li a{
  display: block;
  font-size: 20px;
  background: #000;
  color: #FFF;
  text-decoration: none;
  width: 35px;
  height: 35px;
  padding-top: 3px;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 35px;
          border-radius: 35px;
}
body > footer > .inner .social > li:hover a{
  opacity: 0.7;
}

body > footer > .inner .banner{
  position: absolute;
  bottom: 60px;
  right: 10px;
}
body > footer > .inner small{
  position: absolute;
  bottom: 20px;
  right: 10px;
}
body > footer > .inner .info .name{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
body > footer > .inner .info > p{
  margin-bottom: 5px;
  color: #666;
}
body > footer > .inner .info > .menu{
  padding-top: 15px;
  padding-bottom: 35px;
}
body > footer > .inner .info > .menu > li{
  margin-bottom: 3px;
}
body > footer > .inner .info > .menu > li a{
  color: #111;
  font-weight: bold;
}
body > footer > .inner .info > .menu > li:before{
  content:"\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}
.right_fixed_nav > a{
  display: inline-block;
  padding: 15px 0;
  width: 45px;
  line-height: 45px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.right_fixed_nav > a:hover{
  opacity: 0.7;
}
.right_fixed_nav > a:nth-of-type(1){
  background: #833529;
  position: fixed;
  top: 162px;
  right: 0px;
  z-index: 2000;
}
.right_fixed_nav > a:nth-of-type(2){
  background: #226669;
  position: fixed;
  top: 300px;
  right: 0px;
  z-index: 2000;
}
.right_fixed_nav > a:nth-of-type(3){
  background: #475184;
  position: fixed;
  top: 414px;
  right: 0px;
  z-index: 2000;
}
.foot_nav_container{
  padding-top: 35px;
  padding-bottom: 35px;
}
.foot_nav_container_sub{
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.foot_tel{
  text-align: center;
  margin-bottom: 40px;
}
.foot_tel .note01{
  font-size: 18px;
  margin-bottom: 15px;
}
.foot_tel .note02{
  color: #999;
}
.foot_tel .tel{
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.foot_tel .tel a{
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: default;
}
.foot_tel .tel a:before{
  content:"\f095";
  font-family: FontAwesome;
  line-height: 1;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #111;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  line-height: 40px;
  margin-right: 15px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  text-align: center;
}
.foot_nav_container .btn_wrap{
  text-align: center;
  letter-spacing: -0.5em;
}
.foot_nav_container .btn_wrap > li{
  letter-spacing: normal;
  width: 30%;
  color: #FFF;
  background: #ccc;
  text-align: center;
  margin: 3px;
  display: inline-block;
  vertical-align: top;
}
.foot_nav_container .btn_wrap > li a{
  display: block;
  padding: 35px 0;
  color: #FFF;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.foot_nav_container .btn_wrap > li a:hover{
  opacity: 0.8;
}
.foot_nav_container .btn_wrap > li a > .title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.foot_nav_container .btn_wrap > li.btn01 a{
  background: #226669;
}
.foot_nav_container .btn_wrap > li.btn02 a{
  background: #3F476E;
}
.foot_nav_container .btn_wrap > li.btn03 a{
  background: #833529;
}
/*---*/
.only_pc{display: block;}
.only_mb{display: none;}
img.full{
  width: 100% !important;
  height: auto !important;
}
.contents_sub{
  padding-top: 90px;
}
.sub_mv{
  width: 100%;
  height: 260px;
  text-align: center;
  padding-top: 80px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.sub_index_mv{
  width: 100%;
  height: 600px;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.sub_mv .title_en,
.sub_index_mv .title_en{
  color: #FFF;
  font-size: 44px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
  text-shadow:0px 0px 15px #999;
}
.sub_mv .title_ja,
.sub_index_mv .title_ja{
  background: #000;
  color: #FFF;
  width: 210px;
  padding: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: bold;
}
.sub_index_mv > .inner{
  width: 600px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -150px;
}
.sub_index_mv .title_en{
  font-size: 100px;
}
.breadcrumb{
  padding: 15px 0;
  border-bottom: 2px solid #e9e9e9;
}
.breadcrumb > ul > li{
  display: inline-block;
}
.breadcrumb > ul > li:before{
  content:"\f105";
  font-family: FontAwesome;
  margin: 0 10px;
  color: #999;
}
.breadcrumb > ul > li:first-child:before{
  content: "";
  display: none;
}
.vertical_text{
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.pager{
  padding: 20px;
  letter-spacing: -0.5em;
  text-align: center;
}
.pager > li{
  letter-spacing: normal;
  display: inline-block;
  margin: 2px;
}
.pager > li.disable{
  display: none;
}
.pager > li > a{
  display: block;
  vertical-align: top;
  color: #9C3401;
  background: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #9C3401;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.pager > li.current a,
.pager > li:hover a{
  color: #FFF;
  background: #9C3401;
}
span.note{
  color: #9C3401;
  font-weight: bold;
}
.gen_info_box01{
  border: 3px solid #9C3401;
}
.inner_cont_wrap{
  margin-left: 80px;
  margin-right: 80px;
}
.gen_info_box01 > .title{
  background: #9C3401;
  color: #FFF;
  text-align: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
}
.gen_info_box01 > .text{
  background: #FFF;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  padding: 15px 20px;
}
.gen_link_btn01{
  display: inline-block;
  padding: 10px 30px;
  background: #000;
  color: #FFF;
  font-weight: bold;
  border: 2px solid #000;
  text-decoration: none;
}
.gen_link_btn01:hover{
  background: #FFF;
  color: #000;
}
.gen_link_btn02{
  display: inline-block;
  padding: 35px 85px;
  background: #9c3401;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  opacity: 1;
  text-decoration: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.gen_link_btn02:hover{
  opacity: 0.7;
}
.gen_link_btn03{
  display: inline-block;
  padding: 20px 50px;
  background: #000;
  color: #FFF;
  font-weight: bold;
  border: 2px solid #000;
  text-decoration: none;
}
.gen_link_btn03:hover{
  background: #FFF;
  color: #000;
}
.gen_h01{
  position: relative;
  margin-left: auto;
  margin-bottom: 15px;
  width: 200px;
  height: 40px;
}
.gen_h01 > span{
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #000;
  background: #FFF;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 20;
  -webkit-transform: skewX(-10deg);
     -moz-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
       -o-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.gen_h01:before{
  content: " ";
  width: 200px;
  height: 34px;
  background: #000;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 10;
  -webkit-transform: skewX(10deg);
     -moz-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
       -o-transform: skewX(10deg);
          transform: skewX(10deg);
}
.editor_area{
  word-break: break-all;
}
.editor_area img{
  max-width: 100%;
  height: auto !important;
}
.editor_area b,
.editor_area strong{
  font-weight: bold;
}
/*---*/
.top_mv_wrap{
  width: 100%;
  height: 800px;
  position: relative;
  margin-bottom: 30px;
}
.top_mv_movie{
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1300;
  background: #000;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 2s ease;
     -moz-transition: opacity 2s ease;
      -ms-transition: opacity 2s ease;
       -o-transition: opacity 2s ease;
          transition: opacity 2s ease;
}
.top_mv_movie.on{
  opacity: 1;
}
.top_mv_wrap .slide_container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_mv_wrap .slide_container div{
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.mv_news_wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 50px;
  z-index: 1500;
}
.mv_news_wrap > .left{
  display: table-cell;
  width: 140px;
  padding: 0 20px;
  background: #9C3401;
  color: #fff;
  vertical-align: middle;
  font-size: 13px;
}
.mv_news_wrap > .right{
  display: table-cell;
  vertical-align: middle;
}
.newsticker {
  height: 50px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.newsticker ul {
  width: 100%;
  position: relative;
}
.newsticker ul > li {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  line-height: 50px;
  display: none;
  color: #9C3401;
  font-size: 15px;
}
.newsticker_mb{
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid #9C3401;
  background: #fff;
  color: #9C3401;
}
.newsticker_mb li{
  font-weight: bold;
  font-size: 13px;
  padding: 10px;
  border-bottom: 1px dotted #ddd;
}
.newsticker_mb li:last-child{
  border-bottom: none;
}
.top_mv_banner_container{
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -590px;
  z-index: 1650;
}
.top_mv_banner_container > li{
  float: left;
}
.top_mv_banner_container > li:last-child{
  float: right;
}
/*---*/
.top_event_block{
  margin-bottom: 50px;
}
.top_event_block > ul > li{
  float: left;
  width: 373px;
  margin-right: 20px;
}
.top_event_block > ul > li:nth-child(3n){
  float: right;
  margin-right: 0;
}
.top_event_block > ul > li a{
  text-decoration: none;
}
.top_event_block > ul > li a:hover .title{
  text-decoration: underline;
}
.top_event_block > ul > li .tag{
  width: 110px;
  background: #000;
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.top_event_block > ul > li .title{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top_event_block > ul > li .title:after{
  content: " ";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top_event_block .to_all_btn{
  padding-top: 10px;
  text-align: right;
}
.top_event_block .to_all_btn i{
  margin-right: 5px;
}
/*---*/
.top_point_block{
  padding-top: 20px;
  padding-bottom: 50px;
}
.top_point_block > h2{
  text-align: center;
  margin-bottom: 30px;
}
.top_point_block > h2 .title{
  margin-bottom: 3px;
}
.top_point_block > h2 .ja{
  color: #666;
}
.top_point_block > ul{
  display: table;
  width: 100%;
}
.top_point_block > ul > li{
  width: 25%;
  vertical-align: top;
  display: table-cell;
}
.top_point_block > ul > li a{
  text-decoration: none;
}
.top_point_block > ul > li .image{
  color: #FFF;
  width: 100%;
  height: 220px;
  line-height: 220px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.top_point_block > ul > li .image:before{
  content: " ";
  display: block;
  width: 100%;
  height: 220px;
  background: rgba(0,0,0,0.0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.top_point_block > ul > li:hover .image:before{
  background: rgba(0,0,0,0.3);
}
.top_point_block > ul > li .title{
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 5px;
}
.top_point_block > ul > li .text{
  padding: 5px;
  color: #666;
}
.top_point_block > ul > li .obj01{
  padding: 5px;
  margin-bottom: 40px;
}
.top_point_block > ul > li .obj02{
  padding: 5px 30px 5px 5px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.top_point_block > ul > li .obj03{
  padding: 5px;
}
/*---*/
.top_works_block{
  padding-top: 20px;
  padding-bottom: 50px;
}
.top_works_block > h2{
  text-align: center;
  margin-bottom: 30px;
}
.top_works_block > ul{

}
.top_works_block > ul > li{
  float: left;
  width: 373px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.top_works_block > ul > li:hover{
  opacity: 0.7;
}
.top_works_block > ul > li:nth-child(3n+1){
  margin-right: 21px;
}
.top_works_block > ul > li:nth-child(3n){
  float: right;
  margin-right: 0;
}
.top_works_block > ul > li a{
  text-decoration: none;
}
.top_works_block > ul > li .image{
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.top_works_block > ul > li .title{
  text-align: left;
  margin-bottom: 40px;
  font-size: 16px;
  height: 20px;
  overflow: hidden;
}
.top_works_block .to_all_btn{
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
/*---*/
.top_voice_block{
  padding-top: 40px;
  margin-bottom: 50px;
  background-image: url(assets/image/bg01.jpg);
  background-repeat: repeat;
}
.top_voice_block > h2{
  text-align: center;
  margin-bottom: 40px;
}
.top_voice_block > .top_voice_item_list{

}
.top_voice_block > .top_voice_item_list .item{
  float: left;
  width: 360px;
  opacity: 1;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.top_voice_block > .top_voice_item_list .item:hover{
  opacity: 0.7;
}
.top_voice_block > .top_voice_item_list .item a{
  text-decoration: none;
}
.top_voice_block > .top_voice_item_list .item .image{
  width: 100%;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.top_voice_block > .top_voice_item_list .item .info{
  padding: 15px 20px 20px 20px;
  border-right: 1px solid #ccc;
}
.top_voice_block > .top_voice_item_list .item .title{
  text-align: left;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
}
.top_voice_block > .top_voice_item_list .item .text{
  text-align: left;
  height: 2.9em;
  overflow: hidden;
}
/*---*/
.top_info_block_wrap{
  padding-top: 20px;
  padding-bottom: 50px;
}
.top_news_block{
  width: 430px;
  float: left;
}
.top_bunjo_block{
  width: 670px;
  float: right;
}
.top_news_block ul,
.top_bunjo_block ul{
  margin-bottom: 20px;
}
.top_news_block a,
.top_bunjo_block a{
  text-decoration: none;
}
.top_news_block .to_all_btn,
.top_bunjo_block .to_all_btn{
  text-align: right;
  margin-bottom: 20px;
}
.top_news_block > ul > li{
  border-bottom: 1px solid #ccc;
}
.top_news_block > ul > li a{
  display: block;
  padding: 15px 0;
}
.top_news_block .title{
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  padding-bottom: 10px;
  font-weight: bold;
}
.top_news_block li:hover .title{
  text-decoration: underline;
}
.top_news_block .title:after{
  content: " ";
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_news_block .date{
  font-size: 12px;
  font-weight: bold;
}
.top_bunjo_block > ul > li .image{
  width: 100%;
  height: 140px;
  position: relative;
  padding: 0 30px;
  line-height: 140px;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
  opacity: 1;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.top_bunjo_block > ul > li:hover .image{
  opacity: 0.7;
}
.top_bunjo_block > ul > li .image .area{
  width: 130px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  text-shadow: none;
}
.top_bunjo_block > ul > li{
  margin-bottom: 20px;
}
/*---*/
.top_link_block{
  padding-top: 20px;
  padding-bottom: 20px;
}
.top_link_block > ul{

}
.top_link_block > ul > li{
  float: left;
  width: 373px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.top_link_block > ul > li:hover{
  opacity: 0.7;
}
.top_link_block > ul > li:nth-child(3n+1){
  margin-right: 20px;
}
.top_link_block > ul > li:nth-child(3n){
  float: right;
  margin-right: 0;
}
.top_link_block > ul > li a{
  text-decoration: none;
}
.top_link_block > ul > li .image{
  width: 100%;
  height: 210px;
  line-height: 210px;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
/*---*/
.top_tenji_block{
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url(assets/image/bg02.jpg);
  background-repeat: repeat;
}
.top_tenji_block > .inner > h2{
  text-align: center;
  margin-bottom: 40px;
}
.top_tenji_block .map_container{
  float: left;
  width: 390px;
  height: 460px;
}
.top_tenji_block .item_container{
  float: right;
  width: 740px;
}
.top_tenji_block .item_container > ul > li{
  background: #FFF;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.top_tenji_block .item_container > ul > li a{
  width: 240px;
  height: 70px;
  padding: 10px;
  padding-left: 70px;
  display: block;
  position: relative;
  text-decoration: none;
}
.top_tenji_block .item_container > ul > li:nth-child(3n){
  float: right;
  margin-right: 0;
}
.top_tenji_block .item_container > ul > li .image{
  width: 60px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.top_tenji_block .item_container > ul > li .name{
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 2px;
}
.top_tenji_block .item_container > ul > li:hover .name{
  color: #9C3401;
}
.top_tenji_block .item_container > ul > li .address{
  font-size: 11px;
  color: #666;
  line-height: 1.2;
}
/*---*/
.event_index_container{
  padding-top: 100px;
  padding-bottom: 100px;
}
.event_index_container .item_list{
  margin-bottom: 30px;
}
.event_index_container .item_list > li{
  width: 380px;
  height: 380px;
  float: left;
  overflow: hidden;
}
.event_index_container .item_list > li a{
  text-decoration: none;
}
.event_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 30px;
}
.event_index_container .item_list > li:nth-of-type(3n){
  float: right;
}
.event_index_container .item_list > li .image{
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.event_index_container .item_list > li:hover .image{
  opacity: 0.7;
}
.event_index_container .item_list > li .cat{
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background: #999;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: bold;
}
.event_index_container .item_list > li .cat01{
  background: #9C3401;
}
.event_index_container .item_list > li .cat02{
  background: #137173;
}
.event_index_container .item_list .tag{
  letter-spacing: -0.5em;
  margin-bottom: 15px;
}
.event_index_container .item_list .tag > li{
  letter-spacing: normal;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding: 5px 10px;
  background: #E7E7E7;
  margin-right: 4px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.event_index_container .item_list .title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.event_index_container .item_list .date{
  color: #999;
  font-size: 12px;
}
/*---*/
.event_detail > article{
  padding-top: 30px;
}
.event_detail > article > .head{
  padding: 20px 0;
}
.event_detail > article > .head .category{
  margin-bottom: 0;
}
.event_detail > article > .head .tag span{
  background: #000;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px;
  float: left;
  margin-right: 5px;
  border: 1px solid #000;
}
.event_detail > article > .body{
  font-size: 16px;
  line-height: 1.7;
}
.event_detail > article > .body > .image img{
  width: 100%;
  height: auto !important;
  margin-bottom: 30px;
}
.event_detail > article h1{
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.event_detail > article > .body > .info{
  padding: 20px 0px;
  font-weight: bold;
  line-height: 2;
}
.event_detail > article > .body > .editor_area{
  padding: 20px 0 100px 0;
  line-height: 1.8;
}
.post_nav{
  background: #f8f8f8;
  padding: 25px 0;
}
.post_nav .prev{
  float: left;
  margin-left: 30px;
  margin-right: 30px;
}
.post_nav .next{
  float: right;
  margin-left: 50px;
  margin-right: 10px;
}
.post_nav .item{
  width: 450px;
  position: relative;
  display: table;
}
.post_nav .item .image{
  width: 90px;
  height: 90px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.post_nav .item a{
  display: block;
  text-decoration: none;
}
.post_nav .item .left{
  display: table-cell;
  width: 90px;
  vertical-align: top;
}
.post_nav .item:hover:before{
  background: #9c3401;
}
.post_nav .item:hover .title{
  color: #9C3401;
}
.post_nav .prev:before{
  content:"\f0d9";
  font-family: FontAwesome;
  width: 20px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
  color: #FFF;
  background: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.post_nav .next:before{
  content:"\f0da";
  font-family: FontAwesome;
  width: 20px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  color: #FFF;
  background: #000;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.post_nav .item .right{
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
.post_nav .item .title{
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
  text-decoration: underline;
}
.post_nav .item .date{
  color: #977B2E;
  font-size: 13px;
}
.event_detail .to_all_btn{
  text-align: center;
  padding: 25px;
}
/*---*/
.sub_head h1{
  font-size: 36px;
  font-weight: bold;
  text-align: right;
  padding: 45px 0;
  vertical-align: middle;
}
.sub_head h1:before{
  content: "[";
  color: #ccc;
  margin-right: 0.7em;
  vertical-align: middle;
}
.sub_head h1:after{
  content: "]";
  color: #ccc;
  margin-left: 0.7em;
  vertical-align: middle;
}
/*---*/
.horizontal_right_block{
  padding-left: 100px;
  position: relative;
}
.horizontal_right_block .vertical_text{
  font-size: 43px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.danran section.gray{
  background: #f8f8f8;
}
.danran section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.danran section:nth-of-type(1){
  padding-top: 60px;
  padding-bottom: 100px;
}
.danran_attestation .block01 .image{
  margin-bottom: 40px;
}
.danran section h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.danran section .text{
  font-size: 17px;
  line-height: 1.8;
}
.danran_attestation .block01 .horizontal_right_block{
  padding-bottom: 100px;
}
.danran_attestation .block01 .item_container > li{
  display: block;
  width: 290px;
  height: 240px;
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
  text-align: center;
}
.danran_attestation .block01 .item_container > li:nth-child(4n){
  float: right;
  margin-right: 0;
}
.danran_attestation .block01 .item_container > li.item{
  color: #FFF;
  padding-top: 50px;
}
.danran_attestation .block01 .item_container > li.item .title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1.2em;
}
.danran_attestation .block01 .item_container > li.item .text{
  font-size: 14px;
}
.danran_attestation .block01 .item_container > li.item01{
  background: #3F818F;
}
.danran_attestation .block01 .item_container > li.item02{
  background: #4273AE;
}
.danran_attestation .block01 .item_container > li.item03{
  background: #7A8B23;
}
.danran_attestation .block01 .item_container > li.item04{
  background: #3D744A;
}
.danran_attestation .block01 .item_container > li.item05{
  background: #A63C2C;
}
.danran_attestation .block01 .item_container > li.item06{
  background: #A65F2B;
}
.danran_attestation .block01 .item_container > li.item07{
  background: #973953;
}
.danran_attestation .block02{
  padding-top: 90px;
}
.danran_attestation .block02 .text{
  margin-bottom: 40px;
}
.danran_attestation .block03{
  padding-top: 80px;
  margin-bottom: 50px;
}
.danran_attestation .block03 .text{
  margin-bottom: 30px;
}
.danran_attestation .block03 .item_wrap .left{
  float: left;
  width: 600px;
}
.danran_attestation .block03 .item_wrap .right{
  float: right;
  width: 400px;
  padding-top: 40px;
}
.danran_attestation .block03 .item_wrap .right .num{
  color: #9C3401;
  font-weight: bold;
  font-size: 28px;
}
.danran_attestation .block03 .item_wrap .right .num span{
  font-size: 140px;
  line-height: 1;
}
.danran_foot_btn_area{
  width: 100%;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(assets/image/danran_sub_mv.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.danran_foot_btn_area a{
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_foot_btn_area a:hover{
  background: rgba(255,255,255,0.2);
}
.danran_foot_btn_area a span{
  display: block;
  width: 100%;
  height: 100%;
}
.danran_foot_btn_area a:before{
  content: "";
  width: 2px;
  height: 85%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_foot_btn_area a:after{
  content: "";
  width: 2px;
  height: 85%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_foot_btn_area span:before{
  content: "";
  width: 95%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_foot_btn_area span:after{
  content: "";
  width: 95%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_foot_btn_area a:hover:before{
  content: "";
  height: 100%;
}
.danran_foot_btn_area a:hover:after{
  content: "";
  height: 100%;
}
.danran_foot_btn_area a:hover span:before{
  content: "";
  width: 100%;
}
.danran_foot_btn_area a:hover span:after{
  content: "";
  width: 100%;
}
/*---*/
.danran_taika .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_taika .block01 .info_wrap > .left{
  width: 570px;
  float: left;
}
.danran_taika .block01 .info_wrap > .right{
  width: 450px;
  float: right;
}
.danran_taika .block01 .info_wrap > .right > .text{
  margin-bottom: 20px;
}
.danran_taika .block01 .info_wrap > .right > .gen_info_box01{
  margin-bottom: 10px;
}
.danran_taika .block01 .info_wrap{
  padding-top: 30px;
}
/*---*/
.bunjo_foot_btn_area{
  width: 100%;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(assets/image/bunjo_mv.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.bunjo_foot_btn_area a{
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.bunjo_foot_btn_area a:hover{
  background: rgba(255,255,255,0.2);
}
.bunjo_foot_btn_area a span{
  display: block;
  width: 100%;
  height: 100%;
}
.bunjo_foot_btn_area a:before{
  content: "";
  width: 2px;
  height: 85%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.bunjo_foot_btn_area a:after{
  content: "";
  width: 2px;
  height: 85%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.bunjo_foot_btn_area span:before{
  content: "";
  width: 95%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.bunjo_foot_btn_area span:after{
  content: "";
  width: 95%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.bunjo_foot_btn_area a:hover:before{
  content: "";
  height: 100%;
}
.bunjo_foot_btn_area a:hover:after{
  content: "";
  height: 100%;
}
.bunjo_foot_btn_area a:hover span:before{
  content: "";
  width: 100%;
}
.bunjo_foot_btn_area a:hover span:after{
  content: "";
  width: 100%;
}
/*---*/
.news_index_container{
  padding-top: 10px;
  padding-bottom: 50px;
}
.news_index_container a{
  text-decoration: none;
}
.news_index_container a:hover{
  text-decoration: underline;
}
.news_index_container > .right{
  width: 76%;
  float: right;
}
.news_index_container > .left{
  width: 23%;
  float: left;
  position: relative;
  min-height: 350px;
  padding-left: 80px;
  padding-top: 15px;
}
.news_index_container > .left h2.vertical_text{
  font-size: 43px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.news_index_container > .left > .label{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.news_index_container > .left > .label:before{
  content: "・";
}
.news_archive_toggle{
  cursor: pointer;
}
.archive_m{
  display: none;
}
.news_index_container > .left .archive_m > li{
  padding-left: 20px;
  color: #909090;
  margin-bottom: 10px;
}
.news_index_container > .left .archive_m > li:last-of-type{
  margin-bottom: 25px;
}
.news_index_container > .left .archive_m > li a{
  color: #666;
}
.news_index_container > .right .item_list{
  margin-bottom: 30px;
}
.news_index_container > .right .item_list > li{
  border-bottom: 1px solid #ccc;
}
.news_index_container > .right .item_list > li .date{
  font-weight: bold;
  width: 140px;
  vertical-align: middle;
  display: inline-block;
}
.news_index_container > .right .item_list > li a{
  width: 690px;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #666;
}
/*---*/
.news_detail > article{
  padding-top: 30px;
  padding-bottom: 100px;
}
.news_detail > article > .head{
  padding: 20px 0;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #111;
}
.news_detail > article > .head > .title{
  font-size: 28px;
  font-weight: bold;
}
.news_detail > article > .head > .date{
  color: #A78428;
}
.news_detail > article .editor_area{
  padding: 20px 0 100px 0;
  line-height: 1.8;
  font-size: 16px;
}
.news_detail > article > .body{
  padding-top: 30px;
  padding-bottom: 30px;
}
.news_detail .to_all_btn{
  text-align: center;
  padding: 25px;
}
/*---*/
.kodawari_house section{
  padding-bottom: 30px;
}
.kodawari_house section+section{
  padding-top: 10px;
}
.kodawari_house section .image{
  margin-bottom: 30px;
}
.kodawari_house section .image img{
  width: 100%;
}
.kodawari_house section h2{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.kodawari_house section .text{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
}
.kodawari_house section .btn{
  margin-bottom: 40px;
}
.kodawari_house .graph_wrap{
  padding-top: 50px;
}
.kodawari_house .graph_wrap > .left{
  float: left;
  width: 725px;
}
.kodawari_house .graph_wrap > .left img{
  width: 100%;
}
.kodawari_house .graph_wrap > .right{
  float: right;
  width: 230px;
}
/*---*/
.kodawari_flow .block01{
  padding-bottom: 150px;
  background-image: url(assets/image/kodawari_flow_bottom_bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.kodawari_flow .block01 > .head{
  text-align: center;
  margin-bottom: 60px;
}
.kodawari_flow .block01 > .head > h2{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 40px;
}
.kodawari_flow .block01 > .head > h3{
  font-size: 30px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 30px;
}
.kodawari_flow .block01 > .head .text{
  text-align: center;
}
.kodawari_flow .block01 .text{
  line-height: 1.8;
  font-size: 16px;
  color: #444;
}
.kodawari_flow .step_wrap01{
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.kodawari_flow .step_wrap01 .item{
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.kodawari_flow .step_wrap01 .item > .left{
  width: 400px;
  display: table-cell;
  vertical-align: middle;
}
.kodawari_flow .step_wrap01 .item > .right{
  display: table-cell;
  vertical-align: middle;
  padding-left: 70px;
}
.kodawari_flow .step_wrap01 .item > .right .title{
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 5px;
  position: relative;
}
.kodawari_flow .step_wrap01 .item > .right .title .num{
  display: block;
  width: 52px;
  height: 64px;
  text-align: center;
  line-height: 80px;
  font-family: 'Meddon', cursive;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 0;
  left: -70px;
  background-image: url(assets/image/kodawari_flow_step_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.kodawari_flow .step_wrap02{
  margin-bottom: 60px;
}
.kodawari_flow .step_wrap02.last{
  margin-bottom: 0;
}
.kodawari_flow .step_wrap02 .item{
  width: 49%;
  height: 140px;
  float: left;
  display: table;
  margin-bottom: 10px;
}
.kodawari_flow .step_wrap02 .item:nth-child(2n){
  width: 49%;
  float: right;
}
.kodawari_flow .step_wrap02 .item > .left{
  display: table-cell;
  width: 145px;
  vertical-align: top;
}
.kodawari_flow .step_wrap02 .item > .right{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.kodawari_flow .step_wrap02 .item > .right .title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.kodawari_flow .step_wrap02 .item > .right .title .num{
  font-family: 'Meddon', cursive;
  color: #CF3A1C;
  margin-right: 15px;
}
/*---*/
.danran .sub_nav{
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFF;
  border-bottom: 2px solid #e9e9e9;
}
.danran .sub_nav ul{
  text-align: center;
}
.danran .sub_nav ul > li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.danran .sub_nav ul > li a{
  text-decoration: none;
  color: #999;
  font-weight: bold;
}
.danran .sub_nav ul > li a:hover{
  text-decoration: underline;
}
.danran_index > .main_wrap > .head{
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
}
.danran_index > .main_wrap > .head h1{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.danran_index > .main_wrap > .head .text{
  font-size: 16px;
  line-height: 2;
}
.danran_index > .main_wrap .item01{
  margin-bottom: 100px;
  padding: 30px;
}
.danran_index > .main_wrap{
  display: block;
}
.danran_index > .main_wrap a{
  text-decoration: none;
}
.danran_index > .main_wrap a:nth-child(even) .item01{
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 360px;
}
.danran_index > .main_wrap a:nth-child(odd) .item01{
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 360px;
}
.danran_index > .main_wrap .item01 .inner{
  width: 490px;
  height: 275px;
  padding:40px 40px 10px 40px;
  background: #FFF;
  position: absolute;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_index > .main_wrap .item01 h2{
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_index > .main_wrap .item01 h2:after{
  content: " ";
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -15px;
}
.danran_index > .main_wrap .item01:nth-child(even) h2{
  top: 30px;
  left: 30px;
}
.danran_index > .main_wrap a:nth-child(odd) .item01 h2{
  top: 30px;
  right: 30px;
}
.danran_index > .main_wrap a:nth-child(even) .item01 .inner{
  top: 42px;
  right: 0px;
}
.danran_index > .main_wrap a:nth-child(odd) .item01 .inner{
  top: 42px;
  left: 0px;
}
.danran_index > .main_wrap a:hover .item01 .inner{
  color: #fff;
  background: #9C3401;
}
.danran_index > .main_wrap .item01 .inner h3{
  font-size: 26px;
  font-weight: bold;
}
.danran_index > .main_wrap .bottom_block_wrap{
  padding-bottom: 50px;
}
.danran_index > .main_wrap .item02{
  width: 590px;
  margin-bottom: 80px;
}
.danran_index > .main_wrap .item02 a img{
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.danran_index > .main_wrap .item02 a:hover img{
  opacity: 0.7;
}
.danran_index > .main_wrap .item02 img{
  width: 100%;
}
.danran_index > .main_wrap .item02:nth-child(even){
  float: right;
}
.danran_index > .main_wrap .item02:nth-child(odd){
  float: left;
}
.danran_index > .main_wrap .item02 .image{
  margin-bottom: 20px;
}
.danran_index > .main_wrap .item02 .title{
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
.danran_index > .main_wrap .item02 .text{
  line-height: 2;
  font-size: 16px;
}
/*---*/
.danran_zeh .block01{

}
.danran_zeh .block01 .image{
  margin-bottom: 40px;
}
.danran_zeh .block01 .text{
  margin-bottom: 40px;
}
.danran_zeh .block01 h4{
  color: #9C3401;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
}
.danran_zeh .block01 table{
  width: 100%;
  border: 3px solid #9C3401;
}
.danran_zeh .block01 table th{
  color: #FFF;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  background: #9C3401;
}
.danran_zeh .block01 table td{
  color: #9C3401;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border-right: 1px solid #ccc;
  font-weight: bold;
}
.danran_zeh .block01 table td:last-child{
  border-right: none;
}
.danran_zeh .block01 table td span{
  font-size: 32px;
}
.danran_zeh .block02{
  counter-reset: zeh_block;
}
.danran_zeh .block02 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left{
  width: 290px;
  float: left;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left h3{
  font-size: 23px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left p.text{
  margin-bottom: 15px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .left p.text:before{
  counter-increment:zeh_block;
  content:counter(zeh_block);
  color: #9C3401;
  font-weight: bold;
  margin-right: 7px;
  font-size: 20px;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .right{
  width: 750px;
  float: right;
}
.danran_zeh .block02 .horizontal_right_block > .item_wrap > .right img{
  width: 100%;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap{
  margin-bottom: 60px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .left{
  width: 300px;
  float: left;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right{
  width: 730px;
  float: right;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .text{
  margin-bottom: 30px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .item_wrap > .left{
  width: 48%;
  float: left;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .item_wrap > .right{
  width: 48%;
  float: right;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .item_wrap .title span{
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #9C3401;
  color: #9C3401;
  margin-bottom: 10px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap > .right > .item_wrap .text{
  font-size: 13px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left{
  width: 480px;
  float: left;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .right{
  width: 550px;
  float: right;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .right img{
  width: 100%;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item{
  padding-left: 110px;
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item:nth-child(1){
  background-image: url(assets/image/danran_zeh_image04.png);
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item:nth-child(2){
  background-image: url(assets/image/danran_zeh_image05.png);
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item:nth-child(1) .title{
  color: #378CCC;
}
.danran_zeh .block03 .horizontal_right_block > .item_wrap02 > .left > .item:nth-child(2) .title{
  color: #F47200;
}
.danran_zeh .block04 .horizontal_right_block > .item_wrap > .left{
  width: 580px;
  float: left;
}
.danran_zeh .block04 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_zeh .block04 .horizontal_right_block > .item_wrap > .right{
  width: 450px;
  float: right;
}
/*---*/
.danran_structure .block02,
.danran_structure .block03,
.danran_structure .block04{
  padding: 80px 0 50px 0;
}
.danran_structure .block01 .image{
  margin-bottom: 40px;
}
.structure_item_wrap > li{
  width: 49%;
  float: left;
  margin-bottom: 40px;
}
.structure_item_wrap > li:nth-child(2n){
  float: right;
}
.structure_item_wrap > li > .title{
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #9C3400;
}
.structure_item_wrap > li > .image{
  padding-right: 10px;
}
.structure_item_wrap > li > .image img{
  width: 100%;
}
.structure_item_wrap > li > .detail_wrap{
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.structure_item_wrap > li > .detail_wrap > .left{
  display: table-cell;
  width: 160px;
  vertical-align: top;
}
.structure_item_wrap > li > .detail_wrap > .right{
  display: table-cell;
  vertical-align: top;
  padding: 0 10px 0 20px;
}
.structure_item_wrap > li > .detail_wrap > .right .text{
  font-size: 14px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left{
  width: 570px;
  float: left;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left .image img{
  width: 100%;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left .image{
  margin-bottom: 40px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left h3{
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 15px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left h3 span{
  font-size: 32px;
  color: #46B036;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left > .item{
  margin-bottom: 15px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left > .item > .title{
  color: #46B036;
  font-size: 19px;
  font-weight: bold;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left > .item > .title span{
  font-size: 29px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .left > .item > .text{
  padding: 10px 20px;
  font-size: 13px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right{
  width: 450px;
  float: right;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head > .left{
  width: 80px;
  vertical-align: top;
  display: table-cell;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head > .right{
  vertical-align: top;
  display: table-cell;
  padding-left: 20px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head > .right .title{
  font-size: 25px;
  font-weight: bold;
  color: #9C3400;
  margin-bottom: 10px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .head > .right .text{
  font-size: 13px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body{
  border: 3px solid #9C3400;
  text-align: center;
  padding: 20px 0;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .title{
  font-size: 25px;
  font-weight: bold;
  color: #9C3400;
  margin-bottom: 10px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .text{
  font-size: 13px;
  margin-bottom: 20px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap{
  letter-spacing: -0.5em;
  text-align: center;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap .item{
  letter-spacing: normal;
  width: 42%;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap .title{
  font-size: 15px;
  height: 35px;
  margin-bottom: 20px;
}
.danran_structure .block04 .horizontal_right_block > .item_wrap > .right > .body .item_wrap .text{
  text-align: left;
}
/*---*/
.danran_elec .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_elec .block01 .head{
  margin-bottom: 40px;
}
.danran_elec .block01 .body h4{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 26px;
  color: #9C3401;
  text-align: center;
}
.danran_elec .block01 .body .item_wrap > li{
  width: 260px;
  height: 240px;
  padding: 20px;
  float: left;
  margin-right: 20px;
  border: 3px solid #9C3401;
  background: #FFF;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.danran_elec .block01 .body .item_wrap > li .title{
  font-weight: bold;
  font-size: 26px;
  color: #9C3401;
  text-align: center;
  margin-bottom: 15px;
}
.danran_elec .block01 .body .item_wrap > li .text{
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
.danran_elec .block01 .body .item_wrap > li:nth-child(4){
  float: right;
  margin-right: 0;
}
.danran_elec .block02 .horizontal_right_block > .text{
  margin-bottom: 30px;
}
.danran_elec .block02 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap{
  margin-bottom: 30px;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .left{
  width: 530px;
  float: left;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .right{
  width: 550px;
  float: right;
}
.danran_elec .block02 .horizontal_right_block > .item_wrap > .right img{
  width: 100%;
}
.danran_elec .block03 .abs_area{
  position: relative;
}
.danran_elec .block03 .abs_area .parts01{
  width: 420px;
  position: absolute;
  top: 0;
  left: 190px;
}
.danran_elec .block03 .abs_area .parts03{
  position: absolute;
  top: 0;
  right: 0;
}
.danran_elec .block03 .abs_area .parts04{
  position: absolute;
  bottom: 0;
  right: 0;
}
/*---*/
.danran_exterior .block02{
  padding-top: 80px;
  padding-bottom: 60px;
}
.danran_exterior .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_exterior .block01 .horizontal_right_block > h3{
  font-size: 27px;
}
.danran_exterior .block02 .horizontal_right_block > .head{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.danran_exterior .block02 .horizontal_right_block > .head > .left{
  display: table-cell;
  width: 23%;
  vertical-align: top;
}
.danran_exterior .block02 .horizontal_right_block > .head > .left .title{
  color: #9C3401;
  font-weight: bold;
  font-size: 24px;
}
.danran_exterior .block02 .horizontal_right_block > .head > .right{
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}
.danran_exterior .block02 .horizontal_right_block > .body{
  margin-bottom: 90px;
}
.danran_exterior .block02 .horizontal_right_block > .body .image{
  border: 3px solid #9C3401;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_exterior .block02 .horizontal_right_block > .body .image img{
  width: 100%;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap{

}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li{
  width: 260px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li:nth-child(4n){
  margin-right: 0;
  float: right;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .head{
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #9C3401;
  padding-top: 25px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .head.adj{
  padding-top: 15px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .head .title{
  font-size: 22px;
  line-height: 1.2;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .head .title span{
  font-size: 13px;
  line-height: 1.2;
  display: block;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .body{
  width: 100%;
  height: 340px;
  background: #FFF;
  padding: 20px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .body .image{
  text-align: center;
  margin-bottom: 15px;
  min-height: 135px;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .body .image img{
  max-width: 100%;
}
.danran_exterior .block02 .horizontal_right_block > .item_wrap > li .body .text{
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
/*---*/
.danran_interior .block02,
.danran_interior .block03{
  padding-top: 80px;
  padding-bottom: 60px;
}
.danran_interior .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_interior .block02 .horizontal_right_block > .head{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.danran_interior .block02 .horizontal_right_block > .head > .left{
  display: table-cell;
  width: 16%;
  vertical-align: top;
}
.danran_interior .block02 .horizontal_right_block > .head > .left .title{
  color: #9C3401;
  font-weight: bold;
  font-size: 24px;
}
.danran_interior .block02 .horizontal_right_block > .head > .right{
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}
.danran_interior .block02 .horizontal_right_block > .body{
  margin-bottom: 90px;
}
.danran_interior .block02 .horizontal_right_block > .body .image{
  border: 3px solid #9C3401;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_interior .block02 .horizontal_right_block > .body .image img{
  width: 100%;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap{

}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li{
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap02 > li{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li:nth-child(2n){
  margin-right: 0;
  float: right;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(2n){
  margin-right: 2%;
  float: left;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(3n){
  margin-right: 0;
  float: right;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .head{
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  height: 70px;
  background: #9C3401;
  padding-top: 25px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .head .title{
  font-size: 22px;
  line-height: 1.2;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body{
  width: 100%;
  height: 340px;
  background: #FFF;
  padding: 20px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body .image{
  text-align: center;
  margin-bottom: 15px;
  min-height: 135px;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body .image img{
  max-width: 100%;
}
.danran_interior .block02 .horizontal_right_block > .item_wrap > li .body .text{
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}
.danran_interior .block03 .item_wrap img{
  max-width: 100%;
}
.danran_interior .block03 .item_wrap > .left{
  float: left;
  width: 530px;
}
.danran_interior .block03 .item_wrap > .right{
  float: right;
  width: 500px;
}
/*---*/
.danran_kitchen .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_kitchen .block01 .horizontal_right_block > .text{
  margin-bottom: 50px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap{

}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li{
  width: 260px;
  height: 400px;
  margin-right: 20px;
  padding: 20px;
  float: left;
  background: #FFF;
  border: 3px solid #E6E6E6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li .image{
  text-align: center;
  height: 70px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li .image img{
  margin-top: 15px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li:nth-child(4) .image img{
  margin-top: 5px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li .text{
  font-size: 14.5px;
  line-height: 1.6;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li:nth-child(4n){
  float: right;
  margin-right: 0;
}
.danran_kitchen .block02 .horizontal_right_block > .text{
  margin-bottom: 50px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap{
  margin-bottom: 30px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap > li{
  width: 539px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap > li img{
  width: 100%;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap > li:nth-child(1){
  float: left;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap > li:nth-child(2){
  float: right;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .title{
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #9C3401;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .text{
  font-size: 14px;
  line-height: 1.6;
  padding-left: 15px;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(1){
  width: 22%;
  margin-right: 2%;
  float: left;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(2){
  width: 52%;
  float: left;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li:nth-child(3){
  width: 22%;
  float: right;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info{
  display: table;
  width: 100%;
}
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info > .left,
.danran_kitchen .block02 .horizontal_right_block > .item_wrap02 > li .info > .right{
  display: table-cell;
  vertical-align: top;
}
.danran_kitchen .block03 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_kitchen .block03 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_kitchen .block04 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_kitchen .block04 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_kitchen .block05 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_kitchen .block05 .horizontal_right_block > .image img{
  width: 100%;
}
/*---*/
.danran_bathroom .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_bathroom .block01 .horizontal_right_block > .text{
  margin-bottom: 50px;
}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap{

}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap > li{
  width: 260px;
  height: 400px;
  margin-right: 20px;
  padding: 20px;
  float: left;
  background: #FFF;
  border: 3px solid #E6E6E6;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap > li .image{
  text-align: center;
  height: 70px;
}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap > li .image img{
  margin-top: 15px;
}
.danran_kitchen .block01 .horizontal_right_block > .item_wrap > li:nth-child(4) .image img{
  margin-top: 5px;
}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap > li .text{
  font-size: 14.5px;
  line-height: 1.6;
}
.danran_bathroom .block01 .horizontal_right_block > .item_wrap > li:nth-child(4n){
  float: right;
  margin-right: 0;
}
.danran_bathroom .block02 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_bathroom .block02 .horizontal_right_block > .image{
  margin-bottom: 20px;
}
.danran_bathroom .block02 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li:nth-child(1){
  width: 49%;
  float: left;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li:nth-child(2){
  width: 49%;
  float: right;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .title{
  font-size: 19px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 15px;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .info{
  display: table;
  width: 100%;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .left,
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .right{
  display: table-cell;
  vertical-align: top;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li .text{
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.7;
}
.danran_bathroom .block02 .horizontal_right_block > .item_wrap > li strong{
  font-size: 18px;
  font-weight: bold;
}
.danran_bathroom .block03 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_bathroom .block03 .horizontal_right_block > .image{
  margin-bottom: 20px;
}
.danran_bathroom .block03 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_bathroom .block04 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_bathroom .block04 .horizontal_right_block > .image{
  margin-bottom: 20px;
}
.danran_bathroom .block04 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_bathroom .block05 .horizontal_right_block > .text{
  margin-bottom: 40px;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .left{
  float: left;
  width: 560px;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .left img{
  width: 100%;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .right{
  float: right;
  width: 460px;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap > .right img{
  width: 100%;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap .title{
  font-size: 19px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 10px;
}
.danran_bathroom .block05 .horizontal_right_block > .item_wrap .text{
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.danran_bathroom .block06 .horizontal_right_block .left{
  width: 429px;
  float: left;
  padding-top: 15px;
}
.danran_bathroom .block06 .horizontal_right_block .left img{
  width: 100%;
}
.danran_bathroom .block06 .horizontal_right_block .right{
  float: right;
  width: 640px;
}
.danran_bathroom .block06 .horizontal_right_block .right > .title{
  font-size: 19px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 10px;
}
.danran_bathroom .block06 .horizontal_right_block .right > .text{
  margin-bottom: 35px;
}
.danran_bathroom .block06 .horizontal_right_block .right > .title02{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.danran_bathroom .block06 .horizontal_right_block .right > .item_wrap{
  letter-spacing: -0.5em;
}
.danran_bathroom .block06 .horizontal_right_block .right > .item_wrap > li{
  display: inline-block;
  letter-spacing: normal;
  margin-right: 10px;
  border: 3px solid #9C3401;
  color: #9C3401;
  width: 115px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_bathroom .block06 .horizontal_right_block .right > .item_wrap > li:last-child{
  margin-right: 0;
}
/*---*/
.danran_sanitary .block01 .horizontal_right_block > .image{
  margin-bottom: 40px;
}
.danran_sanitary .logo{
  margin-bottom: 20px;
}
.danran_sanitary .block02 .horizontal_right_block > .item{
  margin-bottom: 70px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .left{
  float: left;
  width: 500px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right{
  float: right;
  width: 520px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right .title{
  font-size: 19px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 10px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right .info{
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right .info > .image{
  display: table-cell;
  vertical-align: top;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap > .right .info > .text{
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.7;
}
.danran_sanitary .block02 .horizontal_right_block > .image img{
  width: 100%;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .left{
  float: left;
  width: 600px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .right{
  float: right;
  width: 500px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .right .info{
  margin-bottom: 70px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .right .title{
  font-size: 19px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 10px;
}
.danran_sanitary .block02 .horizontal_right_block > .item > .item_wrap02 > .right .text{
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.7;
}


.danran_sanitary .block03 .horizontal_right_block > .item{
  margin-bottom: 70px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .left{
  float: left;
  width: 380px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right{
  float: right;
  width: 685px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right > .title{
  font-size: 28px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 10px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right > .spec{
  font-size: 14px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 20px;
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid #9C3401;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right > .text{
  margin-bottom: 25px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item{
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item > .left{
  display: table-cell;
  vertical-align: top;
  width: 170px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item > .left img{
  width: 100%;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item > .right{
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.7;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item .title{
  font-size: 19px;
  font-weight: bold;
  color: #9C3401;
  margin-bottom: 5px;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item .text{
  font-size: 14px;
  line-height: 1.7;
}
.danran_sanitary .block03 .horizontal_right_block > .item > .item_wrap > .right .item > .image img{
  max-width: 100%;
}
/*---*/
.results_index_container{
  padding-top: 60px;
  padding-bottom: 100px;
}
.results_index_container .item_list{
  margin-bottom: 30px;
}
.results_index_container .item_list > li{
  width: 380px;
  height: 300px;
  margin-bottom: 10px;
  float: left;
  overflow: hidden;
}
.results_index_container .item_list > li a{
  text-decoration: none;
}
.results_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 30px;
}
.results_index_container .item_list > li:nth-of-type(3n){
  float: right;
}
.results_index_container .item_list > li .image{
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.results_index_container .item_list > li:hover .image{
  opacity: 0.7;
}
.results_index_container .item_list > li .title{
  font-size: 16px;
}
.results_tab_selctor p:nth-child(1){
  float: left;
  width: 49%;
}
.results_tab_selctor p:nth-child(2){
  float: right;
  width: 49%;
}
.results_tab_selctor{
  margin-bottom: 60px;
}
.results_tab_selctor p > a{
  display: block;
  text-align: center;
  padding: 30px;
  color: #fff;
  background: #9C3401;
  border-top: 2px solid #9C3401;
  border-left: 2px solid #9C3401;
  border-right: 2px solid #9C3401;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
.results_tab_selctor p > a.current{
  display: block;
  cursor: default;
  color: #111;
  text-align: center;
  padding: 30px;
  background: #FFF;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.results_detail > article{
  padding-top: 10px;
}
.results_detail > article > .head{
  width: 100%;
  height: 580px;
  margin-bottom: 40px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.results_detail > article > .head > .info{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(255,255,255,0.85);
  padding: 10px;
  width: 390px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.results_detail > article > .head > .info h2{
  font-size: 28px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #333;
  line-height: 1.5;
}
.results_detail > article > .head > .info .name{
  padding: 15px 20px 5px 20px;
  font-weight: bold;
  font-size: 17px;
}
.results_detail > article > .editor_area{
  padding: 20px 0 50px 0;
  line-height: 1.8;
}
.results_detail > article > .editor_area > p{
  margin-bottom: 1em;
}
.results_detail > article > .editor_area > p:nth-of-type(1){
  margin-bottom: 50px;
}
.results_detail .to_all_btn{
  text-align: center;
  padding: 25px;
}
/*---*/
.editor_template01,
.editor_template02{
  margin-bottom: 60px;
}
.editor_template01:nth-of-type(odd) > .image{
  width: 50%;
  float: left;
}
.editor_template01:nth-of-type(odd) > .text{
  width: 50%;
  float: right;
  padding: 30px;
  padding-right: 0;
}
.editor_template01:nth-of-type(even) > .image{
  width: 50%;
  float: right;
}
.editor_template01:nth-of-type(even) > .text{
  width: 50%;
  float: left;
  padding: 30px;
  padding-left: 0;
}
.editor_template01 > .text h3,
.editor_template02 > .text h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.5;
}
.editor_template01 > .text p,
.editor_template02 > .text p{
  font-size: 13px;
  line-height: 2;
}
.results_detail .to_related_post_btn{
  text-align: right;
  padding-bottom: 35px;
}
.editor_template03{
  margin-bottom: 60px;
}
.editor_template03 > .item{
  width: 49%;
  margin-bottom: 60px;
}
.editor_template03 > .item:nth-of-type(odd){
  float: left;
}
.editor_template03 > .item:nth-child(even){
  float: right;
}
.editor_template03 > .item .image{
  text-align: center;
}
.editor_template03 > .item img{
  max-width: 100%;
  margin-bottom: 15px;
}
/*---*/
.kodawari_index{
  padding-bottom: 60px;
}
.kodawari_index section .text{
  font-size: 16px;
  line-height: 1.8;
}
.kodawari_index > .main_wrap > .head{
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
}
.kodawari_index > .main_wrap > .head h1{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.kodawari_index > .main_wrap > .head .text{
  font-size: 16px;
  line-height: 2;
}
.kodawari_index > .main_wrap .item01{
  margin-bottom: 100px;
  padding: 30px;
}
.kodawari_index > .main_wrap{
  display: block;
}
.kodawari_index > .main_wrap a{
  text-decoration: none;
}
.kodawari_index > .main_wrap a:nth-child(even) .item01{
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 360px;
}
.kodawari_index > .main_wrap a:nth-child(odd) .item01{
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 360px;
}
.kodawari_index > .main_wrap .item01 .inner{
  width: 600px;
  height: 275px;
  padding:60px 30px 10px 30px;
  background: #FFF;
  position: absolute;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.kodawari_index > .main_wrap a:hover .item01 .inner{
  color: #fff;
  background: #9C3401;
}
.kodawari_index > .main_wrap a:nth-child(even) .item01 .inner{
  top: 42px;
  right: 0px;
}
.kodawari_index > .main_wrap a:nth-child(odd) .item01 .inner{
  top: 42px;
  left: 0px;
}
.kodawari_index > .main_wrap .item01 .inner h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*---*/
.company_index{
  padding-bottom: 100px;
}
.company_index section{
  height: 350px;
  margin-bottom: 40px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.company_index section:hover{
  opacity: 0.8;
}
.company_index section > .info{
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(255,255,255,0.85);
  padding: 10px;
  width: 390px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.company_index section > .info h2{
  font-size: 28px;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #333;
  line-height: 1.5;
}
.company_index section > .info .text{
  padding: 15px 20px 5px 20px;
  font-weight: bold;
  font-size: 17px;
  color: #888;
}
/*---*/
.company_profile > .head{
  padding: 150px 0;
  color: #FFF;
  background-image: url(assets/image/company_profile_image01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.company_profile > .head .text{
  position: relative;
  padding-left: 70px;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  font-weight: bold;
}
.company_profile > .head .text:last-child{
  margin-bottom: 0;
}
.company_profile > .head .text:before{
  content:"一、";
  position: absolute;
  top: 0;
  left: 0;
}
.company_profile > .detail{
  padding-top: 60px;
  padding-bottom: 100px;
}
.company_profile > .detail .info_table{
  width: 100%;
}
.company_profile > .detail .info_table tr{
  border-bottom: 1px solid #ccc;
}
.company_profile > .detail .info_table th,
.company_profile > .detail .info_table td{
  padding: 25px 20px;
  font-size: 16px;
  vertical-align: top;
}
.company_profile > .detail .info_table th{
  font-weight: bold;
  width: 20%;
}
.company_profile .map_container{
  width: 100%;
  height: 460px;
}
/*---*/
.company_greeting > .inner > .block01{
  padding-top: 60px;
  padding-bottom: 10px;
}
.company_greeting > .inner > .block01 h2{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1em;
}
.company_greeting > .inner > .block01 .text{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
}
.company_greeting > .inner > .image img{
  width: 100%;
  height: auto !important;
}
.company_greeting > .inner > .name_wrap{
  text-align: right;
  padding-bottom: 90px;
  font-size: 21px;
  font-weight: bold;
}
.company_greeting > .inner > .name_wrap p{
  margin-bottom: 10px;
}
/*---*/
.company_history > .inner{
  padding-top: 60px;
  padding-bottom: 130px;
}
.company_history .history_table{
  width: 100%;
}
.company_history .history_table tr{
  border-bottom: 1px solid #ccc;
}
.company_history .history_table th,
.company_history .history_table td{
  padding: 25px 20px;
  font-size: 16px;
  vertical-align: top;
}
.company_history .history_table th{
  font-weight: bold;
  width: 15%;
  font-style: italic;
  font-family: serif;
}
.company_history .history_table td{
  color: #555;
}
/*---*/
.bunjo_index_container{
  padding-top: 100px;
  padding-bottom: 100px;
}
.bunjo_index_container .item_list{
  margin-bottom: 30px;
}
.bunjo_index_container .item_list > li{
  width: 380px;
  height: 380px;
  float: left;
  overflow: hidden;
  margin-bottom: 60px;
}
.bunjo_index_container .item_list > li a{
  text-decoration: none;
}
.bunjo_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 30px;
}
.bunjo_index_container .item_list > li:nth-of-type(3n){
  float: right;
}
.bunjo_index_container .item_list > li .image{
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.bunjo_index_container .item_list > li .image > .area{
  display: inline-block;
  padding: 15px 15px 15px 0;
  background: #FFF;
  font-size: 0;
}
.bunjo_index_container .item_list > li:hover .image{
  opacity: 0.7;
}
.bunjo_index_container .item_list > li .title{
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  background: #EDEDED;
  margin-bottom: 15px;
}
.bunjo_index_container .item_list > li .info{

}
.bunjo_index_container .item_list > li .info{

}
.bunjo_index_container .item_list > li .info .label{
  width: 75px;
  font-weight: bold;
  display: inline-block;
}
.bunjo_foot_btn_area{
  width: 100%;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(assets/image/bunjo_foot_bg.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.bunjo_foot_btn_area.plan_foot{
  background-image:url(assets/image/plan_foot_bg.jpg);
}
/*---*/
.item_viewer_container{
  margin-bottom: 60px;
}
.item_viewer_container > .left{
  width: 897px;
  float: left;
}
.item_viewer_container > .right{
  width: 184px;
  float: right;
}
.item_viewer_container > .right > .item_wrap > li{
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.__plan_stylefit .item_viewer_container > .right > .item_wrap > li{
  width: 180px;
  height: 180px;
  float: none;
}
.item_viewer_container > .right > .item_wrap > li:nth-child(2n){
  float: right;
}
.__plan_stylefit .item_viewer_container > .right > .item_wrap > li:nth-child(2n){
  float: none;
}
.item_viewer_container > .right > .item_wrap > li:hover{
  opacity: 0.7;
}
.item_viewer_container > .right > .item_wrap > li > .detail{
  display: none;
}
.item_viewer_container .item_viewer_main .image{
  margin-bottom: 20px;
}
.item_viewer_container .item_viewer_main img{
  max-width: 100%;
  height: auto;
}
.item_viewer_container .item_viewer_main .text{
  font-size: 16px;
  line-height: 2;
}
/*---*/
.bunjo_detail section.gray{
  background: #f8f8f8;
}
.bunjo_detail section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.bunjo_detail section:nth-of-type(1){
  padding-top: 60px;
  padding-bottom: 80px;
}
.bunjo_detail .map_container{
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
}
.bunjo_detail .info_wrap01{
  text-align: center;
  letter-spacing: -0.5em;
  margin-bottom: 25px;
}
.bunjo_detail .info_wrap01 > .item{
  letter-spacing: normal;
  width: 45%;
  vertical-align: top;
  display: inline-block;
  margin: 0 1%;
  font-size: 16px;
}
.bunjo_detail .info_wrap01 > .item table{
  width: 100%;
}
.bunjo_detail .info_wrap01 > .item th{
  width: 25%;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 3px;
}
.bunjo_detail .info_wrap01 > .item td{
  vertical-align: top;
  text-align: left;
  padding: 3px;
}
.bunjo_detail .info_wrap02{
  margin-bottom: 30px;
}
.bunjo_detail .info_wrap02 > .left{
  width: 330px;
  float: left;
}
.bunjo_detail .info_wrap02 > .left img{
  max-width: 100%;
  height: auto;
}
.bunjo_detail .info_wrap02 > .right{
  width: 690px;
  float: right;
}
.bunjo_detail .info_wrap02 .title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bunjo_detail .info_wrap02 .title:before{
  content: url(assets/image/marker01.gif);
  margin-right: 5px;
  vertical-align: middle;
}
.bunjo_detail .info_wrap02 > .right .land_table{
  width: 100%;
}
.show_land_table_btn_wrap{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.show_land_table_btn_wrap span{
  display: none;
  cursor: pointer;
}
.show_land_table_btn_wrap span i{
  margin-right: 5px;
}
.bunjo_detail .info_wrap02 > .right .land_table thead th{
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.bunjo_detail .info_wrap02 > .right .land_table tbody th{
  padding: 10px;
  text-align: center;
  background: #F2F2F2;
  border: 1px solid #D5D5D5;
}
.bunjo_detail .info_wrap02 > .right .land_table tbody td{
  border: 1px solid #D5D5D5;
  padding: 10px;
}
.bunjo_detail .movie_block{
  margin-top: 15px;
  margin-bottom: 15px;
}
.bunjo_detail .contact_box{
  padding: 30px;
  letter-spacing: -0.5em;
  border: 2px solid #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.bunjo_detail .contact_box > div{
  letter-spacing: normal;
}
.bunjo_detail .contact_box > .label{
  width: 24.5%;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
}
.bunjo_detail .contact_box > .info{
  width: 75%;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  border-left: 1px solid #DADADA;
  padding-left: 30px;
}
.bunjo_detail .contact_box > .info > table{
  width: 100%;
}
.bunjo_detail .contact_box > .info > table th{
  width: 30%;
  padding: 0px;
}
.bunjo_detail .contact_box > .info > table td{
  width: 70%;
  padding: 0px;
}
.bunjo_detail .contact_box .name{
  font-size: 20px;
  font-weight: bold;
}
.bunjo_detail .contact_box .tel a{
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 36px;
  cursor: default;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
}
.bunjo_detail .contact_box .tel a:before{
  content:"\f095";
  font-family: FontAwesome;
  line-height: 1;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: #111;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  line-height: 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-align: center;
}
.bunjo_detail .to_event_btn{
  text-align: right;
  padding-top: 25px;
  padding-bottom: 25px;
}
.bunjo_detail .to_event_btn a{
  position: relative;
  padding: 15px 30px 15px 0;
  color: #9C3401;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #9C3401;
}
.bunjo_detail .to_event_btn a:after{
  content:"\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0px;
  font-size: 15px;
  margin-top: -10px;
}
.bunjo_detail > .block02 > .item{
  margin-bottom: 30px;
}
.bunjo_detail > .block02 .horizontal_right_block > .item > h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
/*---*/
.tenji_index .map_container{
  width: 100%;
  height: 860px;
  margin-bottom: 100px;
}
.tenji_index > section > .inner{
  padding-top: 60px;
  border-top: 1px solid #ddd;
}
.tenji_index > section > .inner > .horizontal_right_block{
  min-height: 200px;
}
.tenji_index > section:nth-of-type(1) > .inner,
.tenji_index > section:last-of-type > .inner{
  border-top: none;
}
.tenji_index_nav{
  padding-top: 80px;
  padding-bottom: 10px;
}
.tenji_index_nav > ul > li{
  width: 232px;
  margin-right: 10px;
  float: left;
}
.tenji_index_nav > ul > li:nth-child(4){
  margin-right: 0;
}
.tenji_index_nav > ul > li:nth-child(5){
  margin-right: 0;
  float: right;
}
.tenji_index_nav > ul > li > a{
  display: block;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  background: #9C3401;
  padding: 20px;
  text-decoration: none;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tenji_index_nav > ul > li > a:hover{
  opacity: 0.7;
}
.tenji_index_nav > ul > li:nth-child(5) > a{
  background: #134573;
}
.tenji_index > section .item_wrap > li{
  width: 350px;
  height: 320px;
  margin-bottom: 10px;
  float: left;
}
.tenji_index > section .item_wrap > li:nth-child(3n+1){
  margin-right: 25px;
}
.tenji_index > section .item_wrap > li:nth-child(3n){
  float: right;
}
.tenji_index > section .item_wrap > li .image{
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.tenji_index > section .item_wrap > li a:hover .image{
  opacity: 0.7;
}
.tenji_index > section .item_wrap > li .title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tenji_index > section .item_wrap > li .address:before{
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(assets/image/pin_g.png);
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.tenji_index > section.block01 .item_wrap > li .address:before{
  content: " ";
  background-image: url(assets/image/pin_g.png);
}
.tenji_index > section.block02 .item_wrap > li .address:before{
  content: " ";
  background-image: url(assets/image/pin_o.png);
}
.tenji_index > section.block03 .item_wrap > li .address:before{
  content: " ";
  background-image: url(assets/image/pin_p.png);
}
.tenji_index > section.block04 .item_wrap > li .address:before{
  content: " ";
  background-image: url(assets/image/pin_b.png);
}
.tenji_index > section.block05 h2{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.tenji_index > section .item_wrap > li a{
  text-decoration: none;
}
/*---*/
.tenji_foot_btn_area{
  width: 100%;
  margin-bottom: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(assets/image/bunjo_foot_bg.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.tenji_shopimage_slider_wrap{
  position: relative;
}
.tenji_shopimage_slider_wrap .prev{
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: #000;
  cursor: pointer;
}
.tenji_shopimage_slider_wrap .prev:after{
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -4px;
}
.tenji_shopimage_slider_wrap .next{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: #000;
  cursor: pointer;
}
.tenji_shopimage_slider_wrap .next:after{
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -5px;
  margin-right: -4px;
}
.tenji_shopimage_slider{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.tenji_shopimage_slider .item{
  padding: 0 5px;
}
.tenji_shopimage_slider .item img{
  width: 100%;
  height: auto;
}
.tenji_detail section.gray{
  background: #f8f8f8;
}
.tenji_detail section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.tenji_detail section:nth-of-type(1){
  padding-top: 60px;
  padding-bottom: 80px;
}
.tenji_detail .block01 .map_container{
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
}
.tenji_detail .block01 .info_wrap01{
  text-align: center;
  margin-bottom: 25px;
}
.tenji_detail .block01 .info_wrap01 > .item{
  font-size: 16px;
}
.tenji_detail .block01 .info_wrap01 > .item table{
  width: 100%;
}
.tenji_detail .block01 .info_wrap01 > .item th{
  width: 25%;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  padding: 3px;
}
.tenji_detail .block01 .info_wrap01 > .item td{
  vertical-align: top;
  text-align: left;
  padding: 3px;
}
.tenji_detail .block02 .item_wrap{
  margin-bottom: 30px;
}
.tenji_detail .block02 .item_wrap > .left{
  width: 420px;
  float: left;
}
.tenji_detail .block02 .item_wrap > .left img{
  width: 100%;
}
.tenji_detail .block02 .item_wrap > .right{
  width: 640px;
  float: right;
  padding: 20px 10px;
}
.tenji_detail .block02 .item_wrap > .right .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tenji_detail .block02 .item_wrap > .right .text{
  font-size: 15px;
  line-height: 1.8;
}
.tenji_detail .block03 .horizontal_right_block > .image{
  margin-bottom: 30px;
}
.tenji_detail .block03 .horizontal_right_block > .image img{
  width: 100%;
}
.tenji_detail .block04 .horizontal_right_block > .image{
  margin-bottom: 30px;
}
.tenji_detail .block04 .horizontal_right_block > .image img{
  width: 100%;
}
.sub_news_wrap a{
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sub_news_wrap a:hover{
  text-decoration: underline;
}
.sub_news_wrap a:after{
  content:"\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 16px;
  margin-top: -10px;
}
.tenji_detail .block05{
  background: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.tenji_detail .block05 .text{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.tenji_detail .block05 .btn a{
  display: inline-block;
  padding: 20px 50px;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.tenji_detail .block05 .btn a:hover{
  opacity: 0.7;
}
.tenji_detail .block05 .btn a:before{
  content: url(assets/image/marker_line.gif);
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
/*---*/
.privacy > .inner{
  padding-bottom: 100px;
}
.privacy .item_wrap{
  margin-bottom: 60px;
}
.privacy .item_wrap > .item{
  width: 47%;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
  float: left;
}
.privacy .item_wrap > .item:nth-of-type(2n){
  float: right;
}
.privacy .item_wrap > .item .title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.privacy .item_wrap > .item .text{
  line-height: 1.8;
  font-size: 16px;
  height: 7em;
}
.privacy .item_wrap > .item:nth-of-type(n+7){
  border: none;
}
.privacy .contact_box{
  background: #f4f4f4;
  padding: 60px;
  letter-spacing: -0.5em;
}
.privacy .contact_box > .title{
  width: 24%;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: normal;
}
.privacy .contact_box > .info{
  width: 75%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: normal;
}
/*---*/
.reform .block01 .image{
  margin-bottom: 40px;
}
.reform .block01 h3{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.reform .block01 .text{
  font-size: 17px;
  line-height: 1.8;
}
.reform .block02 .step_wrap02{
  margin-bottom: 60px;
}
.reform .block02 .step_wrap02.last{
  margin-bottom: 0;
}
.reform .block02 .step_wrap02 .item{
  width: 49%;
  height: 140px;
  float: left;
  display: table;
  margin-bottom: 20px;
}
.reform .block02 .step_wrap02 .item:nth-child(2n){
  width: 49%;
  float: right;
}
.reform .block02 .step_wrap02 .item > .left{
  display: table-cell;
  width: 145px;
  vertical-align: top;
}
.reform .block02 .step_wrap02 .item > .right{
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.8;
}
.reform .block02 .step_wrap02 .item > .right .title{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.reform .block02 .step_wrap02 .item > .right .title .num{
  font-family: 'Meddon', cursive;
  color: #CF3A1C;
  margin-right: 15px;
}
.reform section.gray{
  background: #f8f8f8;
}
.reform section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.reform section:nth-of-type(1){
  padding-top: 60px;
  padding-bottom: 80px;
}
.reform section:nth-of-type(2){
  padding-top: 80px;
  padding-bottom: 20px;
}
.reform_tab_selector{
  margin-bottom: 80px;
}
.reform_tab_selector > li{
  width: 235px;
  margin-right: 6px;
  float: left;
  color: #FFF;
  padding: 30px;
  text-align: center;
  background: #9C3401;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #9C3401;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.reform_tab_selector > li.on{
  border-bottom: 3px solid #F8F8F8;
  background: #F8F8F8;
  color: #9C3401;
}
.reform_tab_selector > li:nth-child(4){
  margin-right: 0;
}
.reform_tab_selector > li:nth-child(5){
  margin-right: 0;
  float: right;
}
.reform_tab_container > .item{
  display: none;
}
.reform_tab_container > .item .head{
  margin-bottom: 30px;
}
.reform_tab_container > .item .text{
  font-size: 15px;
  line-height: 1.7;
}
.reform_tab_container > .item .head > .left{
  float: left;
}
.reform_tab_container > .item .head > .right{
  float: right;
}
.reform_tab_container > .item .item_wrap > .item .image > img{
  width: 100%;
}
.reform_tab_container > .item01 .item_wrap{
  margin-bottom: 40px;
}
.reform_tab_container > .item01 .item_wrap > .item{
  width: 355px;
  float: left;
  margin-right: 17px;
}
.reform_tab_container > .item01 .item_wrap > .item:nth-of-type(2){
  margin-right: 0;
}
.reform_tab_container > .item01 .item_wrap > .item:nth-of-type(3){
  float: right;
  margin-right: 0;
}
.reform_tab_container > .item01 .item_wrap > .item .image{
  margin-bottom: 5px;
}
.reform_tab_container > .item .btn_wrap{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.reform_tab_container > .item .btn_wrap a{
  display: inline-block;
  padding: 25px 80px;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.reform_tab_container > .item .btn_wrap a:hover{
  opacity: 0.7;
}
.reform_tab_container > .item02 .item_wrap{
  margin-bottom: 40px;
}
.reform_tab_container > .item02 .item_wrap > .item{
  width: 355px;
  float: left;
  margin-right: 17px;
}
.reform_tab_container > .item02 .item_wrap > .item:nth-of-type(2){
  margin-right: 0;
}
.reform_tab_container > .item02 .item_wrap > .item:nth-of-type(3){
  float: right;
  margin-right: 0;
}
.reform_tab_container > .item02 .item_wrap > .item .image{
  margin-bottom: 5px;
}
.reform_tab_container > .item03 .item_wrap{
  margin-bottom: 40px;
}
.reform_tab_container > .item03 .item_wrap > .item{
  width: 355px;
  float: left;
  margin-right: 17px;
}
.reform_tab_container > .item03 .item_wrap > .item:nth-of-type(2){
  margin-right: 0;
}
.reform_tab_container > .item03 .item_wrap > .item:nth-of-type(3){
  float: right;
  margin-right: 0;
}
.reform_tab_container > .item03 .item_wrap > .item .image{
  margin-bottom: 5px;
}
.reform_tab_container > .item04 .item_wrap02 .image{
  margin-bottom: 40px;
}
.reform_tab_container > .item04 .item_wrap02 .image img{
  max-width: 100%;
}
.reform_tab_container > .item05 .horizontal_right_block{
  margin-bottom: 60px;
}
.reform_tab_container > .item05 .item_wrap02 .image{
  margin-bottom: 30px;
}
.reform_tab_container > .item05 .item_wrap02 .image img{
  max-width: 100%;
}
/*---*/
.after_index{
  padding-bottom: 60px;
}
.after_index section .text{
  font-size: 16px;
  line-height: 1.8;
}
.after_index > .main_wrap > .head{
  padding-top: 100px;
  padding-bottom: 90px;
  text-align: center;
}
.after_index > .main_wrap > .head h1{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.after_index > .main_wrap > .head .text{
  font-size: 16px;
  line-height: 2;
}
.after_index > .main_wrap .item01{
  margin-bottom: 100px;
  padding: 30px;
}
.after_index > .main_wrap{
  display: block;
}
.after_index > .main_wrap a{
  text-decoration: none;
}
.after_index > .main_wrap a:nth-child(even) .item01{
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 360px;
}
.after_index > .main_wrap a:nth-child(odd) .item01{
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 360px;
}
.after_index > .main_wrap .item01 .inner{
  width: 600px;
  height: 275px;
  padding:60px 30px 10px 30px;
  background: #FFF;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.after_index > .main_wrap a:hover .item01 .inner{
  color: #fff;
  background: #9C3401;
}
.after_index > .main_wrap a:nth-child(even) .item01 .inner{
  top: 42px;
  right: 0px;
}
.after_index > .main_wrap a:nth-child(odd) .item01 .inner{
  top: 42px;
  left: 0px;
}
.after_index > .main_wrap .item01 .inner h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*---*/
.qa_container{
  margin-bottom: 100px;
}
.qa_container .cont_wrap{
  padding-left: 80px;
  padding-right: 80px;
}
.qa_container > .item{
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.qa_container > .item + .item{
  border-top: none;
}
.qa_container > .item .head{
  position: relative;
  cursor: pointer;
}
.qa_container > .item .head:before{
  content: " ";
  width: 24px;
  height: 2px;
  position: absolute;
  top: 29px;
  right: 20px;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.qa_container > .item .head:after{
  content: " ";
  width: 2px;
  height: 24px;
  position: absolute;
  top: 18px;
  right: 31px;
  background: #000;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.qa_container > .item .head.on:before{
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa_container > .item .head.on:after{
  opacity: 0;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa_container > .item .head .num{
  color: #aaa;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.qa_container > .item .head .title{
  font-size: 20px;
  font-weight: bold;
}
.qa_container > .item .body{
  padding: 50px 10px 20px 20px;
  font-size: 16px;
  line-height: 1.8;
  display: none;
  overflow: hidden;
}
.qa_container > .item .body iframe{
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100%;
}
.qa_container > .item .body img{
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto !important;
}
/*---*/
.faq_head_text{
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 17px;
}
.after_faq .qa_container > h2{
  font-size: 36px;
  color: #9C3401;
  font-weight: bold;
  margin-bottom: 25px;
}
.after_faq .category_selector{
  padding-left: 80px;
  padding-right: 80px;
  margin-bottom: 60px;
}
.after_faq .category_selector > p{
  width: 49%;
}
.after_faq .category_selector > p > a{
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 30px;
  background: #9C3401;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.after_faq .category_selector > p > a:hover{
  opacity: 0.7;
}
.after_faq .category_selector > p:nth-of-type(1){
  float: left;
}
.after_faq .category_selector > p:nth-of-type(2){
  float: right;
}
/*---*/
.after_intro .block01{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.after_intro .block01 h2{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.after_intro .block01 .text{
  font-size: 16px;
  line-height: 2;
}
.after_intro .block02{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F1EEE5;
}
.after_intro .block02 h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #B59421;
}
.after_intro .block02 .text{
  font-size: 16px;
  line-height: 2;
}
.after_intro .block03{
  padding-top: 80px;
  padding-bottom: 100px;
}
.contact .note{
  text-align: center;
  margin-bottom: 50px;
}
.contact .note span{
  display: inline-block;
  padding: 15px 30px;
  background: #EDEDED;
  font-size: 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.contact form .item{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
.contact form .item input[type=text],
.contact form .item textarea{
  padding: 10px 20px;
  width: 100%;
  background: #f8f8f8;
  border: none;
  font-size: 16px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.contact form .item input[type=text].half{
  width: 50%;
}
.contact form .item input[type=text].mini{
  width: 20%;
  text-align: right;
}
.contact form .item input#form_postal.mini{
  text-align: left;
}
.contact form .item select{
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.contact form .item .label{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact form .item .label span{
  color: #B59421;
}
.contact form .item .form{
  padding-left: 30px;
}
.contact form .item label{
  margin-right: 50px;
  font-size: 16px;
}
.contact form .foot{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 50px;
}
.contact form .btn_wrap{
  text-align: center;
}
.contact form input[type=submit]{
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  display: block;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 30px 100px;
  background: #9C3401;
  text-decoration: none;
  opacity: 1;
  margin: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.contact form input[type=submit]:hover{
  opacity: 0.7;
}
/*---*/
.contact_index .block03{
  padding-top: 50px;
  padding-bottom: 100px;
}
.contact .float_container .item{
  width: 48%;
  float: left;
}
.contact .float_container .item .label{
  font-size: 17px;
}
.contact .float_container .item:nth-child(2n){
  float: right;
}
.contact .float_container select{
  width: 70%;
}
/*---*/
.wsp-pages-title{
  display: none;
}
.wsp-container a{
  border-bottom: 1px dotted #ccc;
  display: block;
  padding: 5px 0;
}
.wsp-container ul{
  margin-bottom: 20px;
}
.wsp-container ul li{
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 5px;
  color: #999;
}
.wsp-container .page_item_has_children > a{
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 20px;
}
.wsp-container .page_item_has_children > a:hover{
  text-decoration: none;
}
.wsp-container a{
  font-size: 16px;
  text-decoration: none;
}
.wsp-container a:hover{
  text-decoration: underline;
}
.wsp-container h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  background: #eee;
}
.plan_copy{
  font-size: 30px;
  padding-bottom: 40px;
  text-align: right;
  font-weight: bold;
}
.plan_label_wrap{
  display: inline-block;
  margin-right: 20px;
  padding: 0 15px;
  color: #fff;
  background: #36BBF4;
  line-height: 30px;
  height: 30px;
  vertical-align: middle;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.__plan_stylefit .plan_label_wrap{
  background: #BCA796;
  font-family: 'Itim', cursive;
  font-weight: normal;
  line-height: 26px;
}
@media all and (-ms-high-contrast:none) {
  .plan_label_wrap {
    margin-top: -12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.head_plan_name{
  vertical-align: middle;
}
.plan_label_wrap .label{
  vertical-align: middle;
  font-size: 11px;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;
}
.plan_label_wrap .num{
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
.__plan_stylefit .plan_label_wrap .num{
  font-weight: normal;
}
.plan_info_wrap{
  display: table;
  width: 100%;
}
.plan_info_wrap .left{
  width: 40%;
  display: table-cell;
  vertical-align: top;
}
.plan_info_wrap .right{
  width: 60%;
  display: table-cell;
  vertical-align: top;
}
.plan_info_wrap .left .inner{
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.plan_info_wrap .left .inner .title{
  color: #FFF;
  background: #000;
  display: block;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 15px;
}
.__plan_stylefit .plan_info_wrap .left .inner .title{
  background: #6F5E56;
}
.plan_info_wrap .left .inner .price_wrap{
  vertical-align: baseline;
}
.plan_info_wrap .left .inner .price_wrap .price{
  font-size: 38px;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
}
.plan_info_wrap .left .inner .price_wrap .label{
  font-size: 20px;
  font-weight: bold;
  vertical-align: baseline;
}
.plan_info_wrap .right .title{
  color: #FFF;
  background: #000;
  display: block;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
}
.__plan_stylefit .plan_info_wrap .right .title{
  background: #6F5E56;
}
.plan_info_wrap .right .area_list{
  padding-left: 50px;
  padding-right: 50px;
}
.plan_info_wrap .right .area_list li{
  list-style-type: disc;
  font-weight: bold;
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 10px;
}
.plan_info_wrap .right .area_list li .label{
  width: 160px;
  vertical-align: middle;
  display: inline-block;
}
.plan_info_wrap .right .area_list li .value{
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
/*---*/
.plan_index_container{
  padding-top: 60px;
  padding-bottom: 100px;
}
.plan_index_container .head_image{
  text-align: center;
  margin-bottom: 60px;
}
.plan_index_container .head_image2 img{
  max-width: 47%;
  margin: 0 1%;
}
.plan_index_container .item_list{
  margin-bottom: 30px;
}
.plan_index_container .item_list > li{
  width: 380px;
  height: 380px;
  float: left;
  overflow: hidden;
  margin-bottom: 25px;
}
.plan_index_container .item_list > li a{
  text-decoration: none;
}
.plan_index_container .item_list > li:nth-of-type(3n+1){
  margin-right: 30px;
}
.plan_index_container .item_list > li:nth-of-type(3n){
  float: right;
}
.plan_index_container .item_list > li .image{
  width: 100%;
  height: 210px;
  margin-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.plan_index_container .item_list > li:hover .image{
  opacity: 0.7;
}
.plan_index_container .item_list > li .image .title{
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 1;
  background: #36BCF1;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
}
.__plan_stylefit.plan_index_container .item_list > li .image .title{
  background: #BCA796;
  font-family: 'Itim', cursive;
  font-weight: normal;
  -webkit-border-radius: 0 0 10px 0;
          border-radius: 0 0 10px 0;
}
.plan_index_container .item_list > li .image .title .label{
  padding-top: 23px;
  font-size: 10px;
  display: block;
  letter-spacing: 1px;
}
.plan_index_container .item_list > li .image .title .num{
  font-size: 28px;
  display: block;
}
.__plan_stylefit.plan_index_container .item_list > li .image .title .num{
  font-size: 18px;
  padding-top: 5px;
}
.plan_index_container .item_list > li .info{
  background: #ededed;
  padding: 20px;
}
.plan_info_name{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.top_plan_banner_wrap{
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.top_plan_banner_wrap img{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
input.c-date{
	width: 12em !important;
}
.contact_reserve_param{
  display: none;
}
.mw_wp_form_confirm .contact_reserve_param{
  display: block;
}
.privacy_hoken_pdf_box a{
  display: block;
  padding: 20px;
  color: #FFF;
  text-decoration: none;
  background: #3F476E;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
     -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
       -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  width: 47%;
  margin-bottom: 30px;
  text-align: center;
}
.privacy_hoken_pdf_box a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
.privacy_hoken_pdf_box a{
width: 100%;
}
}
/*-20220905 added-*/
.top_eventbanner_wrap{
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
  /*
  background-image: url(assets/image/bg01.jpg);
  background-repeat: repeat;
  */
}
.top_eventbanner_wrap .to_all_btn{

}
.top_eventbanner_block{
  padding-bottom: 10px;
}
.eventbanner_item{
  display: inline-block;
  width: 380px;
  height: 14vw;
  padding: 0 10px;
}
.eventbanner_item a{
  display: block;
  width: 100%;
  height: 100%;
}
.eventbanner_item_image{
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.top_eventbanner_wrap .slick-dots{
  text-align: center;
  padding-top: 15px;
}
.top_eventbanner_wrap .slick-dots li{
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.top_eventbanner_wrap .slick-dots .slick-active{
  background: #666;
}
.top_eventbanner_wrap .slick-dots button{
  display: none;
}
.eventbanner_foot{
  position: relative;
}
.eventbanner_prev{
  position: absolute;
  font-size: 20px;
  top: -35px;
  left: calc(50% - 80px);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  line-height: 1;
  color: #ccc;
}
.eventbanner_prev:hover{
  color: #666;
}
.eventbanner_next{
  position: absolute;
  font-size: 20px;
  top: -35px;
  left: calc(50% + 80px);
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  line-height: 1;
  color: #ccc;
}
.eventbanner_next:hover{
  color: #666;
}

.extra_contact_content{
  margin-bottom: 30px;
  padding: 10px 15px;
  background: #fff;
  font-size: 15px;
}

.extra-header-insta{
  vertical-align: top;
}
.extra-header-insta a{
  display: block;
  color: #FFF;
  background: #111;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  font-size: 20px;
  transition: all 0.3s ease;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  /*
  padding-top: 1px;
  padding-left: 1px;
  */
}
.extra-header-insta.__mb{
  display: block;
  position: absolute;
  top: 7px;
  right: 50px;
  text-align: center;
}
.extra-header-insta a:hover{
  opacity: 0.7;
}
.extra-header-insta:after{
  display: none !important;
}
.extra-header-button{
  position: absolute;
  display: block;
  top: 10px;
  right: 95px;
  text-decoration: none;
  padding: 5px 10px;
  background: #999;
  text-align: center;
  font-size: 12px;
  color: #FFF;
  background: #e3761b;
}
/*--202405 bunjo add--*/
.bunjo_nav{
  margin-top: -30px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bunjo_nav{
    margin-top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.bunjo_nav_titlebar{
  background: #444;
  padding: 10px 20px;
  padding-right: 30px;
  position: relative;
  color: #FFF;
  cursor: pointer;
}
.__off .bunjo_nav_titlebar:after{
  content:"\f107";
  font-family: FontAwesome;
  color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.__on .bunjo_nav_titlebar:after{
  content:"\f106";
  font-family: FontAwesome;
  color: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.bunjo_nav_title{
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.bunjo_selected_terms{
  font-size: 12px;
  vertical-align: middle;
}
.bunjo_nav_inner{
  padding: 10px;
  border: 1px solid #444;
  padding-bottom: 0;
}
.bunjo_nav input[type=checkbox]{
  margin-right: 5px;
}
.bunjo_nav_cat_area_items span,
.bunjo_area_name{
  user-select: none;
}
.bunjo_nav_cat_area{
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  padding: 5px;
  margin-bottom: 5px;
}
.bunjo_nav_cat_area_items{
  margin-bottom: 5px;
  padding: 5px;
}
.bunjo_nav_cat_area_items li{
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .bunjo_nav_cat_area_items li{
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.bunjo_nav_cat_area_items *{
  vertical-align: middle;
}
.bunjo_nav_buttons{
  text-align: center;
  margin-bottom: 10px;
}
.bunjo_nav_button{
  text-decoration: none !important;
  display: inline-block;
  border-radius: 5px;
  color: #FFF;
  background: #000;
  width: 150px;
  text-align: center;
  padding: 10px;
  border: none;
  margin: 5px;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bunjo_nav_button{
    width: 100px;
  }
}
.bunjo_nav_button.__reset{
  background: #666;
}

.foot-logo-type{
  width: 180px;
}
@media screen and (max-width: 768px) {
  .foot-logo-type{
    width: 150px;
  }
}