@charset "UTF-8";
/* CSS Document */
body{
	background-color: #F7F3ED;
    width: 100%;
}
/*中心に揃える*/
.wrapper{
	width: 1000px;
	margin: 0 auto;
}
@media (max-width:768px){
    .wrapper{
	width: 84%;
    max-width: 768px;
	margin: 0 auto;
    }}
/*フォント*/
.nav_item, #intro_text {
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h3, h4{
  font-family: "Josefin Slab", serif;
  font-optical-sizing: auto;
  color: #603512;
  font-weight: 700;
  font-style: normal;
}
#t_item_text, #FoodMenu_tx, #Story_text p, #Story_more{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #603512;
}
h2, #BookShelf_s{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#BS_text{
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

h3{
	font-size: 26px;
}
@media (max-width:768px){
    h3{
	font-size: 6.1vw;
}
    h4{
    font-size: 4vw;
    }
}
/*ヘッダー*/
.site-header{
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 10000;
}
.container{
	display: flex;
    flex-direction: row;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: auto;
	background-color: rgba(247,243,237,0.85);
	padding: 0 40px 0 40px;
}
#nav_items{
	display: flex;
	flex-direction: row;
	list-style-type: none;
}
.site-header a{
	text-decoration: none;
	color: #603512;
	padding: 20px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.header_nav a:hover{
	color: #E07722;
}
@media (max-width:768px){
    .site-header{
        width: 100vw;
        height: auto;
}
    .container{
        padding: 0 4%;
        margin: 0;
    }
    .header_logo img{
        height: 10vw;
        width: auto;
    }
    .header_logo{
        margin: 3% 0;
    }
    .site-header a{
        color: #FFFFFF;
    }
}
/* ハンバーガーメニュー */
.menu-btn {
    display: none; /* デフォルトで非表示 */
}

@media (max-width: 768px) {
    #menu-btn-check {
        display: none;
    }

    .menu-btn {
        display: block; /* 768px以下で表示 */
        position: relative;
        width: 30px;
        height: 26.25px;
        cursor: pointer;
        z-index: 2; /* 他の要素より前面に表示 */
    }

    .menu-btn span {
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #603512;
        transition: all 0.5s ease-in-out; /* アニメーションのタイミングを調整 */
        transform-origin: center center; /* 回転の中心点を調整 */
    }

    .menu-btn span:nth-child(1) {
        top: 0;
    }

    .menu-btn span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-btn span:nth-child(3) {
        bottom: 0;
    }

    /* メニュー開閉時のアニメーション */
    #menu-btn-check:checked ~ .menu-btn span:nth-child(1) {
        transform: translateY(12px) rotate(-45deg);
    }

    #menu-btn-check:checked ~ .menu-btn span:nth-child(2) {
        opacity: 0;
    }

    #menu-btn-check:checked ~ .menu-btn span:nth-child(3) {
        transform: translateY(-12px) rotate(45deg);
    }

    /* ナビゲーションメニュー */
    #nav_items {
        display: none; /* デフォルトで非表示 */
        flex-direction: column;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: rgba(158, 122, 95, 0.95);
        text-align: center;
    }

    #menu-btn-check:checked ~ #nav_items {
        display: block; /* チェックボックスがチェックされたら表示 */
        padding: 0;
    }

    .nav_item {
        width: 100%;
        border-top: 1px solid #FFFFFF;
    }

    .nav_item a {
        display: block;
        padding: 20px 0;
    }
}
.site-main{
    width: 100vw;
}
/*メインビジュアル*/
.MV{
	position: relative;
	margin-top: 80px;
    width: 100vw;
    height: 580px;
}
.container_main{
	background-image: url("../img/main.png");
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	height: 100%;
    width: 100%;
}
@media (max-width:768px){
    .container_main{
        background-image: url("../img/main_sp.png");
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
}
.MV_logo{
	position: absolute;
	right: 55px;
	bottom: 40px;
}
@media (max-width:768px){/*MVのロゴ部分*/
    .MV_logo{
        position: static;
        text-align: center;
    }
    .MV_logo img{
	width: 45vw;
    height: auto;
}
}
 .chatchcopy{
	color: #FFFFFF;
	padding: 55px 0 0 135px;
	letter-spacing: 10px;
	font-size: 30px;
	text-shadow: 5px 5px 10px #603512;
	writing-mode: vertical-rl;
	line-height: 1.25;
    /*アニメーション*/ 
    animation: fadeInBottom 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(50px); /* 下から上に移動 */
    opacity: 0; /* 透明 */
  }
  100% {
    transform: translateY(0); /* 元の位置に戻る */
  }
}
@media (max-width:768px){
    .chatchcopy{
	padding: 0;
	letter-spacing: 0.2em;
    margin: 0;
    font-size: 5.5vw;
}
}
 .chatchcopy:hover {
  transform: scale(1.1);
}
/*イントロダクション*/
#intro_caption{
	font-size: 24px;
	letter-spacing: 5px;
	white-space: nowrap;
	padding-top: 50px;
	line-height: 1.8;
}
@media (max-width:768px){
    #intro_caption{
        font-size: min(20px, 5vw);
        letter-spacing: 1vw;
        padding-top: 15vw;
        line-height: 1.55;
        white-space: pre-wrap;
}
}
#introduction_text{
	display: flex;
	margin-top: 50px;
	color: #603512;
}
@media (max-width:768px){
    #introduction_text{
        flex-direction: column;
        align-items: center;
        margin-top: 5vw;
    }
}
#intro_text{
	letter-spacing: 6px;
	line-height: 2;
}
@media (max-width:768px){
    #intro_text{
        font-size: 16px;
        letter-spacing: 1vw;
        line-height: 1.75;
    }
}
#intro_pic{
	margin: 0 0 0 30px;
}
@media (max-width:768px){
    #intro_pic{
	margin: 0;
    margin-top: 15vw;
}
}
.introduction p{
	margin: 0;
}
#intro_text_f{
	margin-bottom: 40px;
}
/*トピックス*/
@media (max-width:768px){
    .topics .wrapper{
        padding: 0;
    }
}
.topics{
	margin-top: 100px;
	margin-bottom: 100px;
	color: #603512;
	background-image: url("../img/topics_bg.png");
	background-size: cover;
	background-position: center;
    padding: 60px 0;
}
#topics_{
	padding: 30px 60px;
	background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width:768px){
    #topics_{
        padding: 30px 30px;
    }
}
.topics h3{
	text-align: center;
	font-weight: bold;
	margin: 25px 0 45px 0 ;
}
#topics_items{
	padding-inline-start: 0;
}
#topics_items li{
	list-style-type: none;
	font-size: 15px;
	border-bottom: solid 1px #9E7A5F;
	line-height: 1.5;
	letter-spacing: 1.5px;
}
#topics_items li a{
	margin: 0 10px 0 auto;
}
.t_items_l{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.t_item_text_arrow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.t_item_info{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.t_item_category{
	background-color: #9E7A5F;
	color: #FFFFFF;
	font-size: 15px;
	min-width: 100px;
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.t_item_date{
	margin-left: 30px;
	color: #9E7A5F;
}
.t_past a{
	display: flex;
	justify-content: flex-end;
	text-decoration: none;
	color: #603512;
	align-items: center;
}
.t_past a:hover{
	color: #E07722;
}
#t_past_t{
	margin-right: 20px;
}
@media (max-width:768px){
    .topics h3{
	margin: 5vw 0 7vw 0;
}
    .t_items_l{
        flex-direction: column;
        align-items: flex-start;
    }
      dd{
        margin: 0;
        overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
    }
    #topics_items li {
        font-size: 13px;
    }
    .t_item_date{
	margin-left: 7%;
}
}
/*BOOKSHELF*/
#BookShelf{
	background-image: url("../img/bookshelf_bg.png");
	background-size: cover;
	height: auto;
	width: 100%;
}
#BookShelf_s{
	color: rgba(96, 53, 18, 0.5);
	font-size: 15.5vw;
	text-align: center;
	margin: 0;
}
#BS_text{
	color: #FFFFFF;
    margin-bottom: 40px;
}
#BS_T_s{
    font-size: 28px;
    margin: 0px;
    letter-spacing: 1.25px;
}
@media (max-width:768px){/*BookShelfの頭のフォント部分*/
    #BS_T_s{
        font-size: min(4.5vw, 25px);
    }
}
#BS_T_t{
    margin-top: 10px;
    font-size: 17px;
}
@media (max-width:768px){/*BookShelfの頭のフォント部分*/
    #BS_T_t{
        font-size: min(max(12px, 4vw), 16px);
    }
}
#BookShelf_main{
    position: relative;
}
#BS_logo{
    position: absolute;
    top: 125px;
    right: 50px;
}
@media (max-width:768px){
    #BS_logo{
        top: 40vw;
        right: -6vw;
    }
    #BS_logo img{
        width: 70%;
        height: auto;
    }
}
#BS_list{
    padding-inline-start: 0;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
}
.Booklist_i{
    height: 220px;
    width: auto;
    margin-bottom: 24px;
}
.Booklist_c{
    display: inline-block;
    background-color: #C46823;
    line-height: 1.75em;
    padding: 0 15px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
.booklist_w{
    margin-bottom: 2px;
}
.Booklist_n{
    margin: 0;
    font-size: 20px;
}
.Booklist_tag{
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 1.25;
}
@media (max-width:768px){/*ブックリスト部分sp*/
    #BS_list{
        flex-direction: column;
        align-items: center;
        width: 100%;
        z-index: 10000;
    }
    .booklist{
        margin: 10vw 0;
    }
    #BK_past{
    margin-right: 7%;
     padding: 5vw 0;   
    }
    .Booklist_i{
        height: auto;
        width: 172px;
        margin-bottom: 2vw;
        text-align: center;
    }
    .Booklist_i img{
        width: 100%;
    }
    .Booklist_c{
        line-height: 1.75em;
        padding: 0 5vw;
        border-radius: 7vw;
        margin-top: 3vw;
    }
    .booklist_w{
    margin-top: 4vw;
    margin-bottom: 1vw;
}
    .Booklist_n{
    font-size: 18px;
}
    .Booklist_tag{
    font-size: 14px;
    letter-spacing: 0.25vw;
    line-height: 1.5;
}
}
/*ブックリスト_過去の本棚をみる*/
#BK_past{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 55px;
    padding: 30px 0 50px 0;
}
#BK_past a{
    text-decoration: none;
    color: #FFF;
    padding-right: 10px;
}
#BK_past a:hover{
    color: #E07722;
}
@media (max-width:768px){
    #BK_past{
        margin-right: 10vw;
        padding: 10vw 0 10vw 0;
    }
    #BK_past a{
    padding-right: 1.5vw;
}
}
/*Food Menu*/
#FoodMenu{
    margin: 80px 0;
}
#FoodMenu h3{
    text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
.FoodMenu_column{
    width: 245px;
}
.FoodMenu_column h4{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}
.FoodMenu_tx{
    color: #603512;
    font-size: 12px;
}
.Foodmenu_more{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.FoodMenu_column a{
    text-decoration: none;
    color: #603512;
    font-size: 14px;
}
.FoodMenu_column a:hover{
	color: #E07722;
}
.FoodMenu_M_m{
    margin-right: 10px;
}
#FoodMenu_columns{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media (max-width:768px){
    #FoodMenu{
    margin: 20% 0;
}
    #FoodMenu h3{
	margin: 8% 0;
}
    #FoodMenu_columns{
    width: 80%;
    display: block;
    justify-content: center;
}
    .FoodMenu_column{
    width: 100%;
    margin: 0 auto;
    }
    .FoodMenu_column h4{
    font-size: 4vw;
    margin-top: 10%;
}
    .FoodMenu_M_m{
    margin-right: 2vw;
}
    .FoodMenu_img{
        width: 100%;
        height: auto;
        text-align: center;
        object-fit: contain;
    }
}
/*Story*/ 
#Story{
    height: 600px;
    width: 100%;
    margin: 100px 0;
}
#S_container{
    height: 600px;
    width: auto;
    display: grid;
    grid-template-columns: auto 30px 310px 30px auto;
    grid-template-rows: auto 350px auto;
    gap: 0px;
    justify-content: space-between;
}
#Story_img01{
   grid-row: span 2 / span 2;
}
#Story_text{
    grid-column-start: 3;
    grid-row-start: 2;
    display: flex;
    flex-direction: column;
}
#Story_img02{
   grid-row: span 2 / span 2;
   grid-column-start: 5;
   grid-column-end: -1;
   grid-row-start: 2;
   grid-column-end: -1; 
}
#Story_text h3{
    margin: 0;
}
#Story_text_about{
    margin-top: 5px;
    letter-spacing: 1px;
}
#Story_bookicon{
    display: flex;
    flex-direction: column;
    width: 310px;
    height: auto;
}
#Story_bookicon img{
    max-width: 100%;
    height: auto;
    opacity: 1;
}
#Story_t_s{
    width: auto;
    height: auto;
    margin: 20px auto;
    letter-spacing: 2px;
    line-height: 1.5;
    align-content: center;
    font-size: 15px; 
}
#Story_more{
    display: flex;
    justify-content: flex-end;
    margin-top: 55px;
}
#S_more_more{
    margin-right: 10px;
}
#S_more_more:hover{
    color: #E07722;
}
#Story_text a{
    text-decoration: none;
}
@media (max-width:768px){
    #Story{
    height: auto;
    margin: 30% 0;
}
    #S_container{
        display: flex;
        justify-content: space-around;
        height: auto;
        width: 100vw;
        margin: 20% 0;
}
    #Story_bookicon{
        width: 60vw;
        height: auto;
        box-sizing: border-box;
        margin: 5vw 0;
    }
    #Story_img01{
        width: auto;
        max-width: 10%;
        margin-right: 10%;
        overflow: hidden;
    }
    #Story_img01 img{
        width: auto;
      height: 100%;
      object-fit: cover;
    }
    #Story_img02{
        width: auto;
        max-width: 10%;
        margin-left: 10%;
        overflow: hidden;
    }
    #Story_img02 img{
        width: auto;
      height: 100%;
      object-fit: cover;
    }
    #Story_text{
        margin: 15vw 10vw;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    #Story_t_s{
        font-size: max(11px, 2.5vw);
        width: 100%;
        height: 70%;
        background-color: #F7F3ED;
    }
    #Story_more{
        margin-top: 10vw;
    }
}
/*Access*/
#Access h3{
    text-align: center;
	font-weight: bold;
	margin: 20px 0;
}
#Access_text{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: #603512;
    text-align: center;
    line-height: 3;
    font-size: 14px;
}
#google_map{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 100px;
}
#google_map iframe{
    flex-basis:100%;
}
@media (max-width:768px){
    #Access{
        height: auto;
        margin-top: 20%;
    }
    #Access h3{
	    margin: 5% 0;
}
    #Access_text{
        line-height: 6vw;
        display: block;
        width: 60%;
        margin: 0 auto;
        font-size: max(3.25vw, 12px);
}
    #google_map{
    margin: 10% 0 20% 0;
}
}
/*フッター*/
footer{
    width: 100%;
    height: auto;
    background-color: #9E7A5F;
}
#footer_{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 50px;
}
footer #copy{
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}
#footer_logo{
    text-align: center;
    padding: 50px;
}
#footer_logo img{
    width: 200px;
    height: auto;
}
#nav_items_footer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 5px 0;
    list-style: none;
}
.footer_nav a{
    margin: 0 0 0 25px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
}
.footer_nav a:hover{
    color: #603512;
}
@media (max-width:768px){
    #footer_{
    padding: 6vw 6vw 0 6vw;
}
    #sns_icon{
        display: flex;
        flex-direction: row;
    }
    #sns_icon a{
        margin-right: 10%;
    }
    .footer_nav{
        display: none;
    }
    #footer_logo{
    padding: 7%;
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
}
}
/*トップに戻るボタン*/
.go_to_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
}
button{
    display: inline-block;
    background-color: #603512;
    height: 60px;
    width: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
@media (max-width:768px){
    button{
        display: none;
    }
}
button:hover{
    background-color: #9E7A5F;
}
button img{
    width: 80%;
    height: auto;
}