/*
Theme Name: show
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: Yumiko Kasuya
Version: 1.0
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

@charset "UTF-8";
     
/************************************************************************************
reset
*************************************************************************************/


blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul{
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


/************************************************************************************
width-size
*************************************************************************************/
.w50{
    width: 50%;
}

.w100{
    width: 100%;
}

/************************************************************************************
margin
*************************************************************************************/

/********************left*************************/
.m-l-10{
    margin-left: 1rem;
}

.m-l-20{
    margin-left: 2rem;
}

/*********************bottom************************/
    
.m-b-3{
    margin-bottom: 0.3rem;
 }

.m-b-6{
    margin-bottom: 0.6rem;
 }

.m-b-12{
margin-bottom: 1.2rem;
}

.m-b-24{
    margin-bottom: 2.4rem;
    }

.m-b-36{
        margin-bottom: 3.6rem;
    }

 .m-b-50{
        margin-bottom: 5rem;
    }


/************************************************************************************
layout
*************************************************************************************/
.row{
    display: flex;
    flex-wrap: wrap;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

/************************************************************************************
font-size
*************************************************************************************/
h1,h2,h3,h4,h5,h6 {
    margin: 10px 0;
    letter-spacing: 2px;
    line-height: 1.2em;
    font-weight: 400;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}


.f-s6{
    font-size: 0.6rem;
 }

 .f-s7{
    font-size: 0.7rem;
 }

 .f-s8{
    font-size: 0.8rem;
 }

 .f-s9{
    font-size: 0.9rem;
 }

 .f-s10{
    font-size: 1rem;
 }

 .f-s12{
    font-size: 1.2rem;
 }


 .red{
    color: #ff0000;
 }


 .txtb{
  font-weight: bold;
}



/************************************************************************************
link
*************************************************************************************/
a:link {
    color: #6e6868;
    text-decoration: none;
    transition: 1s ease-in-out;
}

a:visited {
    color: #6e6868;
    text-decoration: none;
    transition: 1s ease-in-out;
}

a:active {
    color: #b65007;
    text-decoration: none;
}

a:hover {
    color: #b65007;
    text-decoration: none;
}

.ander{
  border-bottom: 0.1rem solid rgb(107, 61, 61);
}

.ander a:link {
  color: #2e0909;
  border-bottom: 0.1rem solid #2e0909;
}

.ander a:hover {
  color: #c31515;
  border-bottom: 0.1rem solid #c31515;
}


.common-style a,
.common-style a:link,
.common-style a:visited{
  color: #0000ff;
  text-decoration: underline;
}

.common-style a:hover{
  font-size: 1.2rem;
}


  /* -- 共通スタイル --= */

 /* --　ウィジェットのリスト消す --= */

 html{
  scroll-behavior: smooth;
}

  li::marker {
    font-size: 0;
  }

body {
    font-size: 0.8rem;
    font-family:"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","BIZ UDPGothic","Meiryo" ,sans-serif;
    letter-spacing: 1.5px;
    color: #333;
    background: url(images/foresta.jpg) fixed no-repeat center top/cover;
    background-color: rgba(255,255,255,0.5) ;
    line-height: 1.9em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.front-top-wrap{
  /* background: rgba(74, 95, 53, 0.266); */
 /* background-color: rgba(255, 255, 255, 0.5) ; */
  padding: 2rem 0;
}



.inner{
    width: 94%;
    margin: 1rem auto;
  }

  /* -- ヘッダーのスタイリング --= */

.header, .main{
    margin: 1rem auto;
    display: flex;
  }
  

  
  .logo img{
    min-width: 160px;
    width: 30%;
    /*  display: block; */
    
  }
  
  .global-nav {
    display: none;
    margin-top: 0.4rem;
    margin-left: auto;
  }



/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
/* hamburger */
.mobile-checkbox {
    display: none;
  }
  
  .mobile-button {
    position: relative;
    background-color: rgb(223, 212, 212); 
    height: 3.8em;
    width: 3.8rem;
    border-radius: 50%;
    position: fixed;
    top: 9.2vh; 
    right: 5vw; 
    z-index: 2000;
    box-shadow: 0 1rem 3rem rgb(110, 96, 96);
    text-align: center; 
    cursor: pointer;
  }
  
  .mobile-background {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    position: fixed;
    top:9.2vh; 
    right: 6vw; 
    background-image: radial-gradient(rgba(26, 55, 22, 0.763), rgba(100, 65, 65, 0.757));
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  }
  
  .mobile-nav {
    height: 100vh;
    position: fixed;
    right: -60vw;
    z-index: 1500;
    opacity: 0;
    width: 0;
    transition: all 0.8s;
  }
  
  .mobile-list {
    position: absolute;
    top: 30%;
    left: 60%;
    transform: translate(-50%, -50%);
    list-style: none;
    width: 100%;
  }

  .sub-menu li {
    padding-left: 2rem;

  }
  
  .mobile-list li{
    margin: 0;
    font-size: 0.8rem;
  }
  
  .mobile-list li a:link,
  .mobile-list li a:visited {
    display: inline-block;
    font-size:  0.8rem;
    font-weight: 300;
    padding: 0.5rem 1rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-image: linear-gradient(
      120deg,  
    );
    border-bottom: dashed 0.4px rgb(255, 255, 255);
    background-size: 220%;
    transition: all 0.4s;
  }
  
  .mobile-list li a:hover,
  .mobile-list li a:active {
    color: rgb(249, 224, 133);
    cursor: pointer;
  }
  
  /* functionality */
  .mobile-checkbox:checked ~ .mobile-background {
    transform: scale(80);
  }
  .mobile-checkbox:checked ~ .mobile-nav {
    opacity: 1;
    width: 100%;
    right: 0;
  }
  
  /* styling hamb ICON */
  .mobile-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .mobile-icon,
  .mobile-icon::before,
  .mobile-icon::after {
    width: 2.6rem;
    height: 2.4px;
    background-color: rgb(108, 93, 93);
    display: inline-block;
  }
  
  .mobile-icon::before,
  .mobile-icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.2s;
  }
  
  .mobile-icon::before {
    top: -0.8rem;
  }
  .mobile-icon::after {
    top: 0.8rem;
  }
  
  .mobile-button:hover icon:before {
    top: -1rem;
  }
  .mobile-button:hover icon::after {
    top: 1rem;
  }
  
  .mobile-checkbox:checked + .mobile-button .mobile-icon {
    background-color: transparent;
  }
  
  .mobile-checkbox:checked + .mobile-button .mobile-icon::before {
    top: 0;
    transform: rotate(135deg);
  }
  .mobile-checkbox:checked + .mobile-button .mobile-icon::after {
    top: 0;
    transform: rotate(-135deg);
  }
  
  /* -- ハンバーガーメニュここまで --= */


  /* ===============================================
パンくずリスト
=============================================== */

  .breadcrumbs {
    margin-bottom:5rem ;
    padding: 0;
    list-style: none;
  }  
  
  .breadcrumbs li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: bold;/*太字*/
  }
  
  .breadcrumbs li:after {/* >を表示*/
    content: '>';
    padding: 0 0.2em;
    color: #555;
  }
  
  .breadcrumbs li:last-child:after {
    content: '';
  }
  
  .breadcrumbs li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
  }
  
  .breadcrumbs li a:hover {
    text-decoration: underline;
  }

.post-text{
  margin-top: 2rem;
}

  .post-time{
    display: block;
    text-align: right;
    font-size: 0.8rem;
  }

 
 /* ===============================================
  footerのスタイル
=============================================== */

  .footer{
    background: rgba(74, 95, 53, 0.54);
    color: #fff;
    padding: 2rem;
  }


  .foorer4{
    display: flex;
  }
  
  .footer-logo{
    min-width: 160px;
    width: 30%;
    margin-top: 2rem;
    /*  display: block; */
    
  }



/*--- sns-menu ---*/

.sns{
  margin: 0;
  padding: 0;
  width: 160px;
  display: flex;
  justify-content:space-between;
}

.sns li{
  padding: 0;
  margin: 0 15px;
}

.sns li a:hover,
.sns li a:link,
.sns li a:visited{
  display: block;
  width: 17px;
  height: 25px
}

.sns img,
.mobile-sns img{
  width: 17px;
  margin: 0;
}

.footer_box{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding-bottom: 3rem;
}

.footer1 ,
.footer2 ,
.footer3,
.footer4 {
  display: block;
  width: 45%;

}

.footer1 a,
.footer2 a,
.footer3 a{
  color: #ffffff;
  text-decoration: underline;
}

.footer1 a:hover,
.footer2 a:hover,
.footer3 a:hover{
  background-color: #947d8dc2;
color: #ffffff;
padding: 0.5rem;
border-radius: 3px;
text-decoration: none;
}

  small{
    margin: 0.4rem auto;
    display: block;
    text-align: center;
} 

/*   toTOPボタン    */

#topButton img{
  z-index: 3000;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 10px;
}


#topButton img:hover{
  transform: rotate(360deg);
  transition-duration: 0.5s;
}

 /* ===============================================
 ▼　768px以上（タブレット向け）
  =============================================== */
  @media screen and (min-width: 800px) {


  /* モバイルメニュー　*/ 
  .mobile-button, .mobile-background{
    display: none;
 }

 .inner{
    width: 90%;
    margin: 1rem auto;
  }

  .flex{
    display: flex;
  }

  .header h1{
    margin: 0;
  }

  .logo img{
    min-width:165px ;
    width: 50%;
    margin: 0;  
  }


/* ナビゲーションメニュー */   
.global-nav {
 display: block;
  color: #fff; /* メニューテキストの色 */
}
.nav-list {
  background:  rgba(177, 156, 156, 0.9);
  display: flex;
  column-gap: min(2vw, 3.2rem);
  width: clamp(33rem, 68vw, 44rem);
  height: 3.4rem;
  border: 1px solid #86867db5;
  border-radius: 3rem;
}
.nav-list li {
  font-size: 0.74rem;
  position: relative;
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
  padding:0.3rem 0 0.3rem 1.2rem;
}

/* メニューアイテムのホバースタイル */
.nav-list li:hover .sub-menu {
  transform: scaleY(1); /* ドロップダウンメニューの表示 */
}
.nav-list li:hover {
  background-color: #696969; /* メニューアイテムのホバー時の背景色 */
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
  padding-right: 1.2rem;
}
.sub-menu li:hover {
  opacity: .8; /* ドロップダウンメニューアイテムのホバー時の不透明度 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
}

.nav-list li a {
  align-items: center;
  color: #fff; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  height: 50px;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.sub-menu {
  left: 0;
  position: absolute;
  top: 100%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform .3s; /* 表示の変化をアニメーション化 */
  width: max-content;
  z-index: 1;
  padding-left:0;
}
.sub-menu li {
  background-color: #696969; /* ドロップダウンメニューの背景色 */
  transition: opacity .3s; /* 不透明度の変化をアニメーション化 */
  padding-right: 1.2rem;
}

.post-text{
  margin-bottom: 5rem;
}



.footer1 ,
.footer2 ,
.footer3 ,
.footer4{
  display: block;
  width: 22%;

}

  
.footer-logo{
  min-width:165px ;
  margin: 0; 

}

/*   toTOPボタン    */

#topButton img{
  width: 80px;

}

  }


 /*-------------------------------
 ▼　1025px以上　（ｐｃ）
 --------------------------------*/
 @media screen and (min-width:1340px) {

  .inner{
    max-width: 1200px;
  }

  .logo img{
    width: 80%;
    max-width: 300px;
  }

  .nav-list {
    width: clamp(36rem, 50vw, 40rem);
  }

 .nav-list {
  column-gap: min(2vw, 3.2rem);
  width: clamp(33rem, 68vw, 44rem);
 }

 .nav-list li {
 padding-left: 2rem;
 }
  .current-menu-item{
    margin-left: 2rem;
  }

  


}