/*------------------------------------------------------------------------------------------*/
/*  local
/*------------------------------------------------------------------------------------------*/

body{
  background: url(../img/common/main-bg.png) #927d60 no-repeat 0 0;
  background-color: #927d60;
  background-attachment: fixed;
}


/*=================
  FlexBox
==================*/
.jus-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* ページヘッダー */
section.hdr{
    padding-top: 60px;
}
section.hdr h2.title{
  font-size: 158px;
  position: relative;
  z-index: 1;
  margin-left: 20%;
  font-weight: normal;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.hdr-bg{
    margin-left: 310px;
    position: relative;
    margin-top: -55px;
}
.hdr-bg img{
    width: 100%;
}
.hdr-box{
    position: absolute;
    bottom: 70px;
    left: 45px;
}


/* 右コンテンツ */
section.right_contents {
    margin-left: 310px;
    margin-right: 100px;
    position: relative;
    padding-bottom: 120px;
}
.contents_inner{
  padding:  3em;
}
.contents_inner p{
  color: #fff;
}

.contents_inner p a{
	color: #ffffff;
}

hr.bd_btm{
  color: #131313;
  border: none;
  border-bottom: 1px solid #131313;
}

/*=================
  text
==================*/
.text-center{
  text-align: center;
}

/* Headder */
h4.ttl_01{
  background: #111;
  padding: 1em;
  color: #fff;
  margin-bottom: .5em;
}
h3.ttl_05{
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: .4em;
}

/* Box */
.txt_box{
  color: #fff;
  line-height: 2rem;
  margin-bottom: 1.5em;
}

/*=================
  list
==================*/
/* Lists */
ul.lists {
    padding: 1em;
    margin: 1em 0 0 0;
    padding-left: 2em;
}
ul.lists li {
    list-style-type: circle;
}
ul.sitemap_list{
  margin-bottom: 2em;
}
ul.sitemap_list li{
  font-weight: bold;
  margin: .5em 0;
  padding: .5em 0 .5em 1em;
  border-bottom: 1px solid #111111;
}
ul.sitemap_list li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
  color: #111;
  margin-right: .5em;
}

ul.sitemap_list li a{
  color: #111;
}
/*=================
  Contact
==================*/
#contact .contact_tbl{
  background: #111;
  padding: 3em 2em;
  margin-bottom: 2em;
}
#contact .contact_tbl h3{
  text-align: center;
  color: #fff;
  margin-bottom: 3em;
  font-size: 1.4rem;
}
#contact .contact_tbl table{
  border: none;
}
#contact .contact_tbl th,
#contact .contact_tbl td{
  color: #fff;
  border: none;
  padding: .5em;
}
#contact input[type="text" i] ,
#contact input[type="email" i] ,
#contact textarea{
    padding: 1em 0;
    margin: .5em 0;
    background: #000;
    border: 1px solid #6c6c6c;
    width: 100%;
    color: #CCC;
}

#contact input{
	padding: 1em 1em !important;
}

#contact button.zip-button ,
#contact select{
  background: #111;
  color: #fff;
  border: 1px solid #6c6c6c;
  padding: .5em;
}

input.imp_short {
    width: calc(18% - 15px)!important;
    display: inline-block;
    width: auto;
}

i{ font-style: normal; }


#contact .submitbtn input.btnsend ,
#contact .submitbtn input.btnback{
    padding: 1em;
    width: 20%;
    background: #111;
    color: #fff;
    margin: .5em;
}
#contact .contact_tbl a{
  color: #fff;
  text-decoration: underline;
}
/*=================
  News
==================*/
#allnews
#news .news__list .page_link {
    margin-top: 6em;
}
#news .news__list .page_link span {
    color: #131313;
}
#news .news__list .page_link a {
    background: #131313;
    color: #fff;
    cursor: pointer;
}
#news .news__list .page_link span, #news .news__list .page_link a {
    border: 1px solid #131313;
    padding: .8em 1em;
    margin: 1em .5em;
}
#news #entry_data{
  padding-bottom: 7em;
}
#news #entrybox time{
  font-size:.8rem;
}
#news #entrybox .content{
  padding: 3em 0;
  line-height: 2.5rem;
}
#news #entry_data a.btn_back{
  font-size: 1.7rem;
  text-decoration: underline;
}
#news .news-box-detail {
    display: flex;
    margin-bottom: 15px;
}
#news .news-box-detail{ display: flex; margin-bottom: 15px; }
#news .news-box-detail span{ width: 45px; }
#news .news-box-detail a *{ color: #ffffff; font-size: 14px; line-height: 1.4; }
#news .news-box-detail time{ color: #ffffff; font-size: 14px; line-height: 1.4; }
#news .btnMore { color: #ffffff; display: inline-block; border-bottom: #ffffff 1px solid; }
#news .btnMore a{ display: inline-block; }
#news .btnMore a span{ display: block; background: url('../images/top/icon-news-arrow.png') no-repeat 100% 50%; padding-right: 25px; font-size: 20px; color: #ffffff; }

.news__list time.newicon_{
  padding-left: 3em;
}
.news__list time.newicon_new{
  display: block;
  padding-left: 3em;
  background: url('../img/common/ico_new.png') no-repeat left center;
}
.news__list dl dd{
  padding-left: 3em;
}



@media screen and (max-width: 950px)  {
      /* 右コンテンツ */
      section.hdr h2.title{
        font-size: 80px;
        margin-left: 0px;
      }
      .hdr-bg{
          margin-left: 0px;
      }
      section.right_contents {
          margin-left: 0px;
          margin-right: 0px;
          padding-bottom: 120px;
      }
}
