@charset "utf-8";
/* CSS Document */
body {
font-style: normal;
  font-family: fot-tsukuardgothic-std,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #151516;
  text-align: left;
    font-weight: 400;
    letter-spacing: 0;
  xpadding-top: 6rem; /*navの高さをキープ*/
}

b{
font-weight: 700;  
}   
/*bootstrap上書き*/
*:focus {
  outline: none;
  background-color: none
}

a {
  color: #151516;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none
}

.container a {
  text-decoration: underline;
}
a:hover {
  color: #8b8581; /*ブラウンー*/
  text-decoration: none;
}

.active{
     color: #8b8581; 
    text-decoration: underline #8b8581;
    padding-bottom:10px;
}


a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img a:hover {
  color: #8b8581; /*ブルー*/
  text-decoration: none;
}
.container img {
    width: 100%;
    height: auto;
}

header{
	border-bottom:1px solid  #151516;
	padding-top: 1rem;
	padding-bottom: 1rem;
}


.sidebar{
  width: 100%;
    padding-top: 4rem;
}



.current{
	 color: #151516; /*ブラウンー*/
	background-color: #dfd7d1;

}




.sidebar ul li{
    margin-bottom: 2rem;
   
}

.sidebar ul li a:hover{
    
}   
    
.bg-lbeige{
	
	background:  #f0eae6;
   
/*background: linear-gradient(90deg, #f0eae6 0%, #f0eae6 90%, #fff 90%, #fff 100%);
}*/
	
}



@media screen and (max-width:991.98px) {
    
    
 .sidebar ul li{
      text-align: center;
      font-size: 0.875rem;
      margin: 0.2 auto 0;
      width: 33%;     
}  
    

.sidebar{
  width: 100%;
    padding-top:0.6rem;
}

   
.bg-lbeige{
   background:  #f0eae6;
}
}  



#main {
  width: 100%;
  position: relative;
    padding-bottom: 5rem;
}
section {
  width: 100%;
  overflow: hidden;
}

section table td {
  padding: 0.25rem;
}

.logo img{
	width: 200px;
}

.hlogo img{
	width: 200px;
}

.logob{
    padding: 6rem;
}

.logob a{
    text-decoration: none;
}
.logob img{
	width: 160px;
}
#mainv{
	padding-top: 2rem;
    padding-bottom: 2rem;
}

.mainv_top{
	background-image: url("../img/topimg2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	width: 100%;
	height: 500px;
	padding-top: 2rem;
	padding-bottom: 4rem;
     position: relative;
}


.mainv img{
	width: 100%;
}

.catch{
    line-height: 1.2rem;
}

.imgphoto{
	width: 70%;
}


.maintitle{
    position: absolute;
      bottom: 4rem;
  left: 2rem;   
}
.nav-scroller{ 

     border-bottom:1px solid  #151516;
	border-top:1px solid  #151516;
    xpadding: 0.4rem;
}

nav{ 
	margin-bottom: 1rem;
    padding: 0.6rem 0rem; 
}


.nav-pills a:hover {
  color: #ccc; /*ブルー*/
  text-decoration: none;
}
.nav-pills a{ 
	text-decoration: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2e2e2e;
}




h1 {
    padding-top: 4rem;
  font-size: 3rem;
  font-weight: 600;
 margin-bottom: 0.6rem;
	
}

h1 span{
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 0.75rem;
}
h2 {
  font-size: 1.75rem;
	 line-height: 2.5rem;
 font-weight: 600;
	
}

h2 span{
    font-size:1.25rem;
    font-weight: 200;
}

 /*ページ内リンクの位置*/
a.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

.title{
	border-bottom:1px solid  #151516;
	padding-top: 2rem;
    margin-bottom: 3rem;
}

.title img{
	width: 70%;
}

h3 {
  font-size: 1.5rem;
 font-weight: 600;
  padding-bottom: 1rem;
}


h4 {
  font-size: 1.5rem;
}
.icon{
	width:80%;
	height: auto;
}

.border dd{
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}


.border dd:last-child{
	border-bottom:none;
margin-bottom: 0;
}



/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 60;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #141414;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}


.pc {
  display: block !important;
}
.sp {
  display: none !important;
}


/*ビデオ部分切り替え表示*/
/*タブレットとスマホで表示、非表示*/


  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
 

/*no-gutters上書き*/
.no-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}


@media screen and (max-width:834px) {
  .visible-pc {
    display: none !important;
  }
  .visible-sp {
    display: block !important;
  }
	
}

/*-----sidemenu
------------------------------*/




 /* カテゴリーページ内リンクの縦位置調整 */
.item_inner {
  margin-top: -200px;
  padding-top: 200px;
}



.side-menu {
  position: fixed; /* 画面に固定して追従させます */
  top: 20vh; /* 表示画面の上から20%のところから表示を始めます */
  left: 0; /* 固定位置は右側 */
  z-index: 200; /* 他の要素より前に出します */
  letter-spacing: 0.2rem;
  width: 70px;
    align-items: center;

}


.side-menu a {
  -webkit-writing-mode: vertical-rl; /* Chrome,Safari対応*/
  -ms-writing-mode: tb-rl; /* IE対応*/
  writing-mode: vertical-rl;

  /* 以下、装飾 */
  padding: 20px 10px;
  /* color:#9F886E;*/
    align-items: center;
  /*background-color: rgba(255,255,255,0.7);*/
  
	
}

.side-menu-child{
	vertical-align: top;
	text-align: center;
    width: 60px;
	margin-bottom: 1rem;
	border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
	border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
	background-color: #6e7532;
}

footer{
	border-top: 1px solid #151516;
}


.bg-blue{
    background-color: #b2dbd9;
}

.bg-green{
    background-color: #dde0ae;
}
  
.bg-beige{
     background-color: #ccc5bf;
}

    
    
@media screen and (max-width:767.98px) {
  /*　画面サイズが767px以下の場合読み込む ipad含まず　*/
    
 body{
       font-size: 1rem; 
    }
	
    nav{
        font-size:0.874rem;
    }   
    
    
.mainv_top{
    padding: 1rem;
    height: 400px;
}

    
.maintitle{
    position: absolute;
      top: 4rem;
  left: 0.5rem;  
     background-color:rgba(255,255,255,0.6);
    padding: 0.8rem;
    width: 23rem;;
    height: 8rem;
}

.title img{
	width: 100%;
}

#main {
    padding-bottom: 2rem;
   
}
    
h1 {
    font-size: 2rem;
    line-height: 2rem;
	padding-top: 0rem;
    padding-left: 0rem;
    letter-spacing: .2rem;
}
  
h2 {
  font-size: 1.25rem;
    line-height: 1.5rem;
    
}
    
h3 {
  font-size: 1.25rem;
     line-height: 1.5rem;
    letter-spacing: .2rem;
}

h4 {
  font-size: 1.25rem;
}
.box1{
    width: 90%;
    }
    

    
.imgphoto{
	width: 100%;
}

    
 .logo img{
	width: 160px;
}



.hlogo img{
	width: 160px;
}
    
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
}






    
