
@charset   "UTF-8";
@media screen and (max-width:1023px){

body{
  margin: 0;
  
} 

/* --- スマホ用アイコン---- */    

#s-menu{
  border-bottom: 1px solid #b9a4a4;
}   
#s-rogo{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20;
  padding-bottom: 30;
  text-align: center;
}
.p-30{
  width: 20%;
  min-width: 120px;
  max-width: 200px;
} 	
.s-icon{
  text-decoration: none;
  color: #fff;   
}
.s-icon-n{
  padding: 5px 5px 5px 30px;/* 設定順番:上・右・下・左; */
  font-size: 10pt;
  text-align: left;
  text-decoration: none;
  color: #fff; 
  display: block;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(115,84,72,1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}
.s-icon-n:hover {
  background-position: -100% 0;
  color: #fff;
}
.ac-cont p{
  margin-top: 5;
  margin-bottom: 5;
}
.sample-accordion {
  min-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sample-accordion .ac-content {
  margin: 0;
  padding: 0;
}
.sample-accordion input {
  display: none;
}
.sample-accordion label {
  display: block;
  cursor: pointer;
  text-align: left;
  text-indent: 3em;
  padding: 5;
  background: linear-gradient(to bottom, #5a5454, #403a3a);
  color: #fff;
  border-bottom: 1px double #fff;
  box-sizing: border-box;
}
.sample-accordion label:hover {
  background: #746e6e;
}
.sample-accordion .ac-cont {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #9f887f, #806a61);
  box-sizing: border-box;
  transition: 0.2s;
}
.sample-accordion input:checked + .ac-cont {
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}	

/* --- スクロール時に出るトップへのアイコン---- */  
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 20;
  bottom: -100;
  background: #6a8477;
  opacity: 0.7;
  border-radius: 15px;
    z-index: 100;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '↑';
  font-size: 15px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
      
/* --- 全体のフレーム----- */    
#contents{
  width: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;        
}
 /*** 画像サイズの調整 ***/  
.p-100{
  width: 100%;
} 
.p-20{
  width: 10%;
} 
.p-85{
  width: 85%;
} 
.p-90{
  width: 90%;
  min-width: 110px;
} 

/* --- デスクトップ左側ナビゲーションメニュー非表示 ----- */
#sidebar{
display: none;
}
	
#r-contents{
  width: 100%;
  z-index: 1;
}	

/* --- ニュース ----- */  
#news-box{
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  background : url(news.jpg);
  background-size: 100%; 
}
#news-title{
 width: 50%;
 height: auto;
 margin: 20px 0 0 3%;/* 設定順番:上・右・下・左; */  
 padding-right: 20px;
 text-align: left;
 font-size: 24pt;
 font-weight: 800;
 color: #38383c;
 border-bottom: solid 2px #6a8477;
 text-decoration: none; 
 line-height: 0.7;
 display: inline-block;    
}
.news-all{
  width: 96%;
  max-width: 800px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}
/* ニュース（日付・アイコン・見出し・内容）親BOX */
dl{
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px dashed #6a8477;
 
}
/* ニュース（日付・アイコン・見出し） */
dt{
  width: 100%;  
  height: auto;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
/* ニュース（内容） */
dd{
  height: auto;
  margin-left: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}
.news-all dd{
  display: none;
}
.news-all dd:target{
  display: block;
  /* #によるtargetが効いたときに表示*/
  height: auto;
  padding: 0;
  background-color: #fff;
  box-shadow: inset 0 0 15px rgba(0,0,0,.2);
}
/* ニュース（日付） */
.n-ymd{
  float: left;
  width: auto;
  font-size: 11pt;
  color: #000000;
  display: block;
}
/* ニュース（アイコンnew） */
.new-icon{
  float: left;
  width: 30px;
  padding: 3px;
  margin-left: 5%;
  font-size: 75%;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2em;
  white-space: nowrap;
  color: #6a8477;
  border: solid 1px #6a8477;
  border-radius: 5px;
  display: block;
  -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
  -moz-border-radius: 5px;/* for Firefox 対応*/   
}
/* ニュース（アイコン無し） */
.no-icon{
  float: left;
  width: 30px;
  padding: 3px;
  margin-left: 5%;
  display: block;
}
/* ニュース（見出し） */
.news-midashi{
  width: 96%;
  height: auto;
  margin: 0px;
  padding-top: 5px;
  padding-left: 3%;
  font-size: 13pt;
  text-align: left; 
  text-decoration : none; 
  text-indent: 1em;
  line-height: 1.5em;
  letter-spacing: 0.3em;
  color: #484b4e;
  overflow: hidden;
  display: block;
} 
.news-kiji{
  width: 94%;
  height: auto;
  margin: auto;
  padding: 10px 3% 10px 3%;/* 設定順番:上・右・下・左; */
  font-size: 10.5pt;
  text-align: left; 
  text-indent: 1em;
  display: block;
}
.news-pic{
  width: 50%;
  padding: 5px 25% 15px 25%;/* 設定順番:上・右・下・左; */
  display: block;
}

/* ニュース（アイコン全体） */
.news-icon{
  width: 98%;
  max-width: 280px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}

.idou-box{
  float: left;
  width: 60%;
}

/* ニュース（アイコン・左） */
.page-idou-l{
  float: left;
  cursor: pointer;
  width: 60px;
  margin: 0 auto;
  padding: 12px 8px;/* 設定順番:上下・左右; */
  line-height: 10px;
  font-size: 10pt;
  vertical-align: middle;
  text-align:center;
  text-decoration: none;
  color:#ffffff;
  background: #70542c;  
  border-radius: 40px;
  -webkit-border-radius: 40;
  -moz-border-radius: 40;
  transition: .3s;
  display:block;
}
.page-idou-l:hover {
  background: #c09a61;
  text-decoration: none;
}
/* ニュース・リンク通常時 色指定 */
.page-idou-l a:link{
  text-decoration: none;
  color:#fff;
}
/* ニュース・リンク訪問済み 色指定 */
.page-idou-l a:visited{
  text-decoration: none;
  color: #fff;
}

/* ニュース（アイコン・右） */
.page-idou-r{
  float: right;
  cursor: pointer;
  width: 60px;
  margin: 0 auto;
  padding: 12px 8px;/* 設定順番:上下・左右; */
  line-height: 10px;
  font-size: 10pt;
  vertical-align: middle;
  text-align:center;
  text-decoration: none;
  color:#ffffff;
  background: #70542c;  
  border-radius: 40px;
  -webkit-border-radius: 40;
  -moz-border-radius: 40;
  transition: .3s;
  display:block;
}
.page-idou-r:hover {
  background: #c09a61;
  text-decoration: none;
}
/* ニュース・リンク通常時 色指定 */
.page-idou-r a:link{
  text-decoration: none;
  color:#fff;
}
/* ニュース・リンク訪問済み 色指定 */
.page-idou-r a:visited{
  text-decoration: none;
  color: #fff;
}

/* ニュース（アイコン・戻る） */
.news-back {
  float: right;
  cursor: pointer;
  width: 60px;
  margin: 0 auto;
  padding: 12px 8px;/* 設定順番:上下・左右; */
  line-height: 10px;
  font-size: 10pt;
  vertical-align: middle;
  text-align:center;
  text-decoration: none;
  color:#ffffff;
  background: #70542c;  
  border-radius: 40px;
  -webkit-border-radius: 40;
  -moz-border-radius: 40;
  transition: .3s;
  display:block;
}
.news-back:hover {
  background: #c09a61;
  text-decoration: none;
}
/* ニュース・戻る・リンク通常時 色指定 */
.news-back a:link{
  text-decoration: none;
  color:#fff;
}
/* ニュース・戻る・リンク訪問済み 色指定 */
.news-back a:visited{
  text-decoration: none;
  color: #fff;
}

/* ローディングアニメーション */   
body,html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
} 
.anime {
 width: 100%;
 height: 100%;
 max-height: 1080px;
 background-color: #fff;
 position: relative;
} 
.anime img {
 display: block;
 position: absolute;
 top: 30%;
 left: 45%;
 animation-name: fadein;
 animation-duration: 2s;    
}
@keyframes fadein {
from {
  opacity: 0;
  transform: translateY(20px);
}
to {
  opacity: 1;
  transform: translateY(0);
} 
.mainSite {
 width: 100%;
 height: 100%;
 max-height: 1080px;
 background-color: #FC6;
 position: relative;
 animation: fadeIn 2s ease 0s 1 normal;
 -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
    
}

#copyright{
  width: 100%;
  height: 25px;
  padding-top: 5px;
  font-size: 10pt;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: forestgreen;
  position: relative;
  z-index: 60;
}
 
}