@charset "UTF-8"; 
:root{
--main_color:#D36340;    
}
/*!* ress.css • v1.2.2* MIT License* github.com/filipelinhares/ress * 全ての要素にbox-sizing: border-box;. * 全ての背景画像にbackground-repeat: no-repeat.*/html{box-sizing:border-box;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none;vertical-align: bottom}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none;}a{text-decoration:none;}.wrapper{overflow:hidden;}body{overflow-y:scroll;}
/* メインカラー　　#D36340  RGB	211	99	64　
background   #543A32   補色　　　#4890D8　 */

body{
background: #543A32;
}
img{
vertical-align: bottom;
border: 0;
max-width: 100%;
}

.bxslider{
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  }
.bxslider>p{
width: 100%;
height: 100vh ;
}
.bxslider img{
width: 100%;
height:100%;
object-fit: cover;
}
header{
  width: 100%;
  height: 80px;
  background-color:#D36340;
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box; */
  position: fixed;
  top:0;
  z-index: 100;
  }

  header div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 960px;
  }

  header.scroll{
    box-shadow: 0 10px 10px #666;
  }

  h1{
  width: 240px;
  height: 70px;
  margin: 5px auto;
  background: url('../img/01.png') no-repeat center center/contain;
  }

  h1>a{
    height: 70px;  
    width: 240px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }

  h1 a:hover {
    background:rgba(211, 99, 64, 0.5);
}


  #g-nav{
  width: 100%;
  height:100vh;
  background:rgba(0, 0, 0, 0.8);
  /* display: none; */
  position: fixed;
  top:80px;
  z-index: 100;
  transform: translateX(200%);
  transition: 0.3s; 
  }

  #g-nav.is-active{
    transform: translateX(40%);
    transition: .3s;
  }


  #g-nav a{
    display: block;
    color: #fff;
    font-size: 22px;
    padding: 10px;
  }

  #g-nav ul li:first-of-type{
    margin-top: 30px;
  }

  #g-nav a:hover{
 
    font-size: 30px;
    padding: 20px;
  }

#g-nav.scroll{
  box-shadow: 0 10px 10px #666;
}
#g-nav li{
margin: 0 20px;   
}
#g-nav a{
    display:block;
    padding: 20px;
    font-weight:bold;
    color:white;
    /* color:var(--main_color); */
}

/* 共通部分 */

h2 {
    font-size: 3.4rem;
    font-style: italic;
    letter-spacing: .1em;
    color: #fff;
    text-shadow: 2px 2px 0#D89048;
    text-align: center;
    margin-bottom: 20px;
  }

.yt{

  margin-right: 10px;
  text-shadow: none;
}

.tw{

  margin-right: 10px;
  text-shadow: none;
}



h3{
  font-style: italic;
  letter-spacing: .1em;
  color: #fff;
  text-shadow: 2px 2px 0#D89048;
  text-align: center;
}

h3:hover{
  opacity: 0.7;
}

.container{
  max-width:960px;
  margin:0 auto ;
}
/* 見出し　cssで検索してスニペットを入れる。 */

/* .main1部分 */
.main1{
  margin: 0 auto ;
}

#movie{
  width: 100%;
  margin-top: 80px;
}
/* * youtube部分 */ 
.yt-box{
max-width: 100%;   
height:500px;
margin: 20px;
}

.youtube{
width:100%;
height:100%;
}

/* SNS部分 */
#sns{
width: 100%;
margin-top: 80px;
margin-bottom: 80px;

}
.sns-inner{
max-width: 100%;   
margin: 20px;
}

/* GOODS部分 */
.goods{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
 margin: 0px 20px;
}

.item:hover{
 opacity: 0.5;
}
.item p{
  text-align: center;
  color: #fff;
  
}
/* main2部分 */


/* カレンダー部分 Google map もカレンダーもwidth  heigth 取る。指定できないから*/
#info{
  width: 100%;
  margin-top: 80px;
}

.calendar-box{
  max-width: 100%;
  height:450px;
  margin: 0px 20px 0px;
}

.g-calendar{
  width: 100%;
  height:100%;
}

/* MAP部分 */
#map{
  width: 100%;
  margin:80px auto;
}

.map-inner{
  max-width: 100%;
  height: 450px;
margin: 0px 20px ;
}

  .g-map{
    width: 100%;
    height:100%;
  }

  /* iframeの中身は100%100% 外のdivで大きさを調整する */

/* footer----------------------- */


  footer{
    width: 100%;
    background-color:#D36340; 
    
  }
  footer .container{
    position:relative;
  }
 
    footer h3 a{
        display:block;
        padding: 20px 0 0 20px;
        font-weight:bold;
        color:#000;
        text-shadow: 1px 1px 0#fff;
        width: 200px;
        margin: 0 auto;
        font-size: 30px;
    }
    footer h3 a:hover{
    opacity: 0.5;
    }
   footer address {
     color:white;
     padding: 20px;
     font-weight:520;
   }

   dl {
     display: flex;
     flex-wrap: wrap;
   }
   dl dt {
     width: 20%;
     padding-bottom: 10px;
   }
   dl dd {
     width: 80%;
   }

   .tel{
     color: #fff;
     font-size: 30px;
     padding-bottom: 20px;
   }
  address dd:first-of-type:hover{
    opacity: 0.5;
  }
 /* totopボタン */

   #to-top-btn{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top:20px;
  }
  #to-top-btn:hover{
    opacity: 0.5;
  }

/* カレントの設定 */
.current>a{
  text-decoration:underline;
  color: red;
}
  
/* メニューの記述 */
#menu main p{
  max-width: 100%;
  margin:  20px;
}

#menu main p:first-of-type{
  margin-top: 100px;
}

  @media screen and (min-width: 767px) {
    /* 767px以上用（ＰＣ用）の記述 */
      .main1{
        display: grid;
        grid-template-columns: 2fr 1fr ;
      }

      .goods{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
      .main2{
        display: grid;
        grid-template-columns: 1fr 1fr ;
      }
      #movie{
        margin-top: 40px;
      }
      #sns{
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
        }
          .sns-inner{
          margin-left: 0px;
          }
          #info{
            margin: 40px auto;
          }
          #map{
            margin:40px auto;
          }

          .calendar-box{
            max-width: 100%;
            height:450px;
            margin: 0px 10px 40px 20px;
          }
          .map-inner{
            max-width: 100%;
            height: 450px;
          margin: 0px 20px 40px 10px ;
          }

  }
  