@charset "utf-8";

/*--------------------------
	共通の設定/=iPhone 320px(縦)からの設定 /
-------------------------- */
html{
	font-size: 62.5%;/*初期値10px設定*/
}
body{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    background-color: rgba(105,86,54,0.1);
}

.header{
    /*width: 100vw;*/
    height: 100vh;
    background-image: url("../img/img/top01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 74%;
    margin-bottom: 80px;
}
#h_nav{
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
}
.h_box{
    position: absolute;
}
.h_box h1{
    width: 53.33%/*200px/375*/;
    position: relative;
    top: 180px;
    left: 40px;
/*じわっと画像が表示される*/
    animation: fadeIn 5s ease 0s 1 normal;
/*animation: アニメーション名　時間　変化率　遅延　繰り返し　繰り返した場合の往復処理*/
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.fadeIn{
    transition: 1s;
    opacity: 0;
}
.fadeIn.animated {
    opacity: 1;
}
/*========= ページトップのためのCSS ===============*/
/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 20px;
    margin-bottom: 20px;
    z-index: 2;
    opacity: 0;/*はじめは非表示*/
    transform: translateY(100px);
}
#page-top.UpMove{/*上に上がる動き*/
    animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
#page-top.DownMove{/*下に下がる動き*/
    animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
    opacity: 1;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(100px);
}
}
/*========= ページトップのためのCSSここまで ===============*/
.arrow{
    max-width: 6px/*1.33%*/;
    margin: 0 auto;
    margin-bottom: 150px;
}
.about_title{
    max-width: 107px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.about_txt{
    width: 88.33%/*350px*/;
    margin: 0 auto;
    text-align: center;
    line-height: 2.5;
    padding-bottom: 80px;
    opacity: 0;/*ゆっくり表示*/
    transform: translateY(-20px);    
    transition: 5s ease;
}
.menu_title{
    max-width: 76px/*21.8%*/;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
h3{
	line-height: 60px;
	text-align: center;
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
}
.menu_box{
    margin: 0 auto;
}
.menu_img{
    width: 80%/*300px*/;
    margin: 0 auto;
    margin-bottom: 20px;
}
.menu_txt{
    width: 80%/*300px*/;
    margin: 0 auto;
    line-height: 2;
    margin-bottom: 40px;
    opacity: 0;/*ゆっくり表示*/
    transform: translateX(20px);
    transition: 5s ease;
}
.menu_txt_last{
    margin-bottom: 50px;
}
.menu_en{
    width: 53.33%/*200px*/;
    padding-left: 100px;
}
.menu_more{
    max-width: 78px;
    margin: 0 auto;
    margin-bottom: 80px;
}
/*== 影がついて浮き上がる */
.float1{/*ボタンの形状*/
    border: solid 1px #999;
    color: #333;
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none; 
    outline: none;
    /*アニメーションの指定*/
    transition: all .3s;
}
/*hoverをしたらボックスに影がつく*/
.float1:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    border-color: transparent;
}
.access_title{
    max-width: 94px/*25.88%*/;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
.access_img{
    width: 50%/*190px*/;
    margin: 0 auto;
    margin-bottom: 50px;
}
.aaa {/*imgをふわっと表示*/
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
.access_box_02{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.access_box_02 dt{
    /*width: 80%*//*190px*/
    margin: 0 auto;
    border-bottom: solid 1px #000;
    margin-bottom: 5px;
    line-height: 1.4;
}
.access_box dd{
    /*width: 66.66%*//*250px*/
    margin: 0 auto;
    padding-left: 10px;
    padding-bottom: 14px;
}
.access_last{
    margin-bottom: 50px;
}
.map{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.kotira a{
    text-decoration: none;
    line-height: 4;
    color: #9E3300;
}
.kotira a:hover {
	opacity: 0.6;
}
/*iframe{
    width: 100%;
    height: 400px;
    padding: 30px;
}*/
.f_box{
    width: 98%;
    margin: 0 auto;
}
.f_box_top{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.f_box_top p{/*ロゴ*/
    width: 20.6%/*100px*/;
    margin-bottom: 10px;
}
.f_box_top li{
    list-style: none;
    line-height: 2;
}
.f_nav_menu{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-family: 'Caudex', serif;/*hhhhhhhhhhhhh*/
}
.f_nav_menu li{
    padding-right: 20px;
    margin-bottom: 10px;
    z-index: 10;
}
.f_nav_menu li a{
    color: #695636;
    text-decoration: none;
    font-weight: bold;
}
.f_nav_menu li a:hover{
    color: #999;
}
.copyright{
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 60px;
}
/*--------------------------
	タブレット / iPad 768px(縦)から1023pxまでの設定 /
-------------------------- */
@media screen and (min-width:768px){
/*TB用のCSSをここに記述*/
body{
    font-size: 1.5rem;
}
.h_box h1{
    width: 68.16%;/*220px*/
    top: 280px;/*180_280_*/
    left: 130px;/*40_130_*/
}
.arrow{
    max-width: 7px;
    margin: 0 auto;
    margin-bottom: 180px;
}
.about_title{
    max-width: 127px;
}
.about_txt{
    line-height: 4;
    padding-bottom: 60px;
}
.menu_title{
    max-width: 96px;
}
.menu_box{
    width: 78.43%/*800px*/;
    margin: 0 auto;
}
.menu_box h3{
    margin-bottom: 10px;
}
.menu_box div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.menu_img{
    width: 60.41%/*300px*/;
    margin: 0 auto;
    margin-bottom: 20px;
}
.menu_txt{
    width: 60.41%/*300px*/;
    margin: 0 auto;
    padding-left: 50px;
}
.access_title{
    max-width: 114px;
    margin-bottom: 60px;
}
.access_box{
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-right: 80px;
    display: flex;
    justify-content: center;
}
.access_img{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
    /*padding-left: 80px;*/
    padding-right: 14px;
}
.map{
    width: 75%;
}
.f_nav_menu li{
    z-index: 999;
}
.f_box_top p{/*ロゴ*/
    max-width: 170px/*25.88%*/;
    margin: 0 200px 0 30px;
}
.copyright{
    max-width: 140px;
}
}
/*--------------------------
	PC /1024px以上の設定/
-------------------------- */
@media screen and (min-width:1024px) {
body{
    font-size: 1.6rem;
}
.h_box h1{
    width: 84%/*280px*/;
    top: 320px;/*180_280_*/
    left: 280px;/*40_130_*/
}
.menu_box{
    padding: 0 150px 0 150px;
}
.access_box{
    max-width: 600px;
    padding-right: 40px;
}
.map{
    width: 50%;
}
.f_box_top p{/*ロゴ*/
    margin-left: 0px;
}
}