body{
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    font-family: "hina-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6A2E04;
}
a:hover{
    cursor: pointer;
}
img{
    width: 100%;
    vertical-align: top;
}
h2,h3{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
}
#top h2::before,
#top h3::before,
#club h3::before,
#room #event h3::before {
    content: '';
    display: block;
    background-image: url('../images/flower.svg');
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
nav{
    width: calc( 100% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 70px;
    margin: 0 auto 0;
    position: fixed;
    z-index: 5;
    background: rgba(253, 253, 253, 0.3);
    backdrop-filter: blur(4px);
}
nav ul{
    display: flex;
    align-items: space-between;
    gap: 35px;
}
#top section{
    margin-top: 50px;
}
.inner{
    width: calc(100% - 40px);
    margin: 0 auto;
}
.washi01{
    background-image: url(../images/bg_washi01.jpg);
    background-size: 200px;
    background-repeat: repeat;
}
.washi02{
    background-image: url(../images/bg_washi02.jpg);
    background-repeat: repeat;
    text-align: center;
    background-size: 100%;
}
.summary{
    padding: 25px 0;
    position: relative;
    color: #EFDBCD;
}
.summary h4{
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.summary .button{
    width: 292.5px;
    background-color: #EFDBCD;
    color: #6A2E04;
    position: relative;
    margin-top: 25px;
}
.summary .button::before{
    content:'';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 1px #EFDBCD;
}
.tertiary{
    text-align: center;
    padding: 37.5px 0;
}
.tertiary h5{
    font-size: 1.5rem;
}
.tertiary_content_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.tertiary_img_content{
    width: 100%;
    margin-top: 25px;
    position: relative;
}
.tertiary .button{
    width: 292.5px;
    background-color: #6A2E04;
    color: #EFDBCD;
    position: relative;
    margin-top: 50px;
    text-align: center;
    margin: 50px auto 0;
}
.tertiary .button::before{
    content:'';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 1px #6A2E04;
}



/** 共通フッター **/
footer{
    height: 800px;
    background-image: url(../images/bg_washi02.jpg);
    color: #ffffff;
    padding: 80px 25px;
    margin-bottom: 0;
}
footer img{
    width: 180px;
}
.footer_content{
    display: block;
}
.footer_left {
    border-right: none;
    padding-right: 0;
    gap: 20px;
}
.footer_content{
    display: flex;
    flex-direction: column;
}
.footer_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}
.footer-right {
    padding-top: 0;
    margin-top: 0;
}
.add_txt:nth-of-type(2){
    margin-top: 12.5px;
}
.tel_txt{
    font-size: 2rem;
}



/** 共通加増ページヘッダー **/
.lower_header {
    height: 137.5px;
}
.lower_header::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .4);
    background-image: radial-gradient(#6A2E04 20%, transparent 0), radial-gradient(#6A2E04 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;
}
.lower_header h1{
    font-size: 2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    position: absolute;
}
.catchphrase{
    margin-top: 37.5px;
    margin-bottom: 37.5px;
    background-image: url(../images/cherry_blossoms.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: bottom -115px right -30px;
}
.inner.catchphrase {
    padding: 0;
}



/** パンくずリスト **/
.breadcrumb{
    font-size: 14px;
    display: flex;
    margin-top: 12.5px;
}
.breadcrumb li:nth-child(2)::before{
    content: '>';
    padding: 0 12.5px;
}



/** 縦書き **/
.tate{
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#room .tate,
#banquet_hall .tate{
  position: absolute;
  background-color: #f9eade;
  top: -10px;
  right: 0;
  padding: 25px 5px;
  filter: drop-shadow(5px 1px 23px rgba(221, 114, 37, 0.57));
  font-size: 1.25rem;
}


/** ナビゲーションボタン **/
#menu-wrap {
    background: #6A2E04;
    z-index: 99;
    position: fixed;
    right: 0;
    top: 0;
    transition: .4s;
}
.hamburger-menu-inner {
    display: block;
    position: relative;
    width: 62.5px;
    height: 62.5px;
    padding: 20px 12.5px;
    transition: .4s;
}
#menu-wrap span {
    position: absolute;
    content: "";
    background: #fff;
    width: 37.5px;
    height: 2.5px;
    transition: .4s;
}
#menu-wrap span:first-of-type {
    display: block;
}
#menu-wrap span:nth-of-type(2) {
    margin-top: 7.5px;
}
#menu-wrap span:last-of-type {
    margin-top: 15px;
}
.hamburger-menu.opened span:first-of-type {
    transform: rotate(45deg);
    top: 30px;
}
.hamburger-menu.opened span:nth-of-type(2) {
    display: none;
}
.hamburger-menu.opened span:last-of-type {
    transform: rotate(-45deg);
    bottom: 30px;
}
li.sp_logo img {
    width: 80%;
    margin-bottom: 30px;
}


/** glo-nav **/
#sp-glo-nav {
    z-index: 98;
    background: #6A2E04;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    transition: .4s;
}
#sp-glo-nav ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 400px;
    margin-top: 150px;
    text-align: center;
}
#sp-glo-nav li {
    color: #fff;
    width: 250px;
    margin: auto;
}
#sp-glo-nav li.reserve {
    text-align: center;
}
#sp-glo-nav.opened {
    display: block;
    right: 0;
}


/** アクセス **/
#access iframe {
    width: 100%;
    height: 275px;
}

/** 部活動合宿 修正 **/
#club .area_img_content {
    display: none;
}
#club .ring {
    display: none;
}


.sp-only{
    display: block;
}

.reserve{
    margin: 50px auto;
    width: 300px;
    padding: 10px 30px;
    background: #D9AB73;
    text-align: center;
}

/** お知らせ下層ページ 修正 **/
.news_txt img {
    width: 100%;
}
#news main p {
    font-size: 1.15rem;
}