/*
Theme Name: ogasawara-nouen
Description: hayatokumagai
Version: 1.0
*/
@charset "UTF-8";
html, body {
  touch-action: manipulation;
}
html {
    scroll-behavior: smooth;
}
body {
  font-family: 'EB Garamond', serif, "Hiragino Mincho ProN";
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: .02em;
  line-height: 2em;
  margin: 0;
  color: #222;
}


/* =============================
   PC用サイドバーメニュー
============================= */
.sidebar-menu {
    display: none; /* スマホ・タブレットでは非表示 */
}

@media (min-width: 1025px) {
	    .sub-menu li {
        margin-bottom: .5rem;
    }

    .sidebar-menu {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 20vw;
        height: 100vh;
        background-color: #fff;
        overflow-y: auto;
        z-index: 1000;
    }

    .sidebar-inner {
        padding: 0rem 2.5rem;
        margin-top: 0vh;
        line-height: 1.6em;
        position: absolute;
        bottom: 0;
	}

    .sidebar-nav-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-nav-list li {
        margin-bottom: 1rem;
		  list-style: none;
    }

    .sidebar-nav-list a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }

    .sidebar-nav-list a:hover {
        color: #93bf6b;
    }
	
	.sub-menu{
		        margin-top: 1em;
	}

	/* サブメニューを初期非表示 */
	.sidebar-nav-list .sub-menu {
	  visibility: hidden;
	  padding-left: 1em;
	}

	/* openクラスがついたら表示 */
	.sidebar-nav-list .menu-item-has-children.open > .sub-menu {
	  visibility: visible;
	}
	
    /* サイドバー分コンテンツをずらす */
    .site-header {
        display: none; /* PCでは上部ヘッダーを非表示 */
    }

    body {
        margin-left: 20vw; /* サイドバーの幅分ずらす */
    }
}

/* =============================
   スマホ・タブレット用ヘッダー
============================= */
.site-header {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5%;
}

/* ハンバーガーボタン */
.menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    transition: all 0.3s;
}
/* モバイルメニュー */
.mobile-menu {
    display: none;
    padding: 0rem 1.5rem 1rem;
}

.site-header.is-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile-menu.is-open {
    display: block;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    padding: 0.5rem 0;
	list-style: none;
}
.mobile-nav-list .sub-menu li {
    padding: 1.5rem 0 0 0;
    }

.mobile-nav-list a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.mobile-nav-list .sub-menu {
  display: none;
}
.mobile-nav-list li.open > .sub-menu {
  display: block;
	padding-left:1em;
}

/*==============*/


.page_logo img{
  max-width: 120px;
}
section {
    scroll-margin-top: 80px;
}
#title{
	letter-spacing:.2em;
    margin: .8em auto 2em;
}
#title img{
		width:120px;
}
#title_sp{
	font-size:20px;
	letter-spacing:.2em;
	display: flex;
    align-items: center;
    justify-content: center;
}
.sp_symbol{
	width:12vw;
	margin-right:3vw;	
}
.sp_logo{
	width:40vw;
	max-width:180px;
}
#post {
  max-width: 90%;
  margin: 0 auto 5em;
}
#slide{
  text-align: center;
}
.artcover img, .artcover_sp  img, .article, .main_img{
  max-width: 100%;
}
.nouen_profile {
	max-width:60%;
}
.nouen_profile p{
	text-align:center;
	margin:0;
	font-size:13px;
}
.nouen_profile img{
width: -webkit-fill-available;
}

.artcover img{
    padding-top: 60px;
  object-fit: contain;
}
.artcover_sp{
  display: none;
}

#slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
#slide ul{
	padding:0;
}
.article{
  margin: 5em auto 0;
  text-align: center;
  letter-spacing: .08em;
}
.contents_img{
	display:flex;
	flex-direction:column;
	width:30%;
	margin-top:2em;
	float:right;
}
.contents_img img{
	width:100%;
	margin-bottom:2em;
}
.reserve{
	margin-top:5em;
}
.reserve div p{
	font-size:15px;
	margin-top:2em;
	margin-bottom:.4em;
}
.reserve > div{
	font-size:13px;
    line-height: 2em;
	margin:1em 0 2.5em;
}
.option div{
	font-size:13px;
	margin-bottom:0.5em;
	line-height: 2em;
}
.hiyori{
	margin-top:4em;
}
.arrow, .sp_img {
  display: none;
}

.border{
    border-top: .1px solid #bbb;
    margin: auto;
}
.caption {
  width: 100%;
  max-width: 500px;
  font-size: 13px;
  margin: 0 0 8em;
}

address, h3 {
  font-style: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #222;
}

.date {
  font-size: 12px;
  margin-bottom: 1em;
  letter-spacing: .06em;
}
.menu_title{
	font-size:24px;
	letter-spacing: .1em;
}
.headline{
		font-size:20px;
	margin:1em auto 1.5em;
}
.logo{
	width:50%;
}
.article{
    margin: 5em auto 3em;
	text-align: left;
	display: inline-block;
}
.contents{
	    width: 60%;
	    display: inline-block;
}
.contents_b{
	    width: 100%;
	    display: inline-block;
		margin-bottom:3em;
}
.contents p{
	margin-bottom:2em;
}
.hanare p{
	margin-bottom:1em;
}
.link{
	color:grey;
}
.copyright{
	color:#aaa;
	font-size:10px;
    padding-bottom: 3em;
    width: 100%;
    text-align: center;
	margin-top: 6em;
    letter-spacing: .05em;
}

/* スマホ対応 */
@media screen and (max-width: 1024px) {
	body{
		  font-size: 14px;

	}
	section {
    scroll-margin-top: 40px;
}
	.menu_title{
		font-size: 20px;
	}
	.headline{
		font-size: 16px;
	}
	.logo{
	width:90%;
	margin: 0 auto 1em 5%;
}

  #container{
	margin-bottom:0;	
	}
  #contents {
    position: relative;
    width: 100%;
    margin-top: 0;
    height: -webkit-fit-content;
    margin-bottom: 5em;
	}
	.contents_img{
    width: 100%;
		margin-top: 0;
}

	#page_contents{
        position: relative;
        width: 90%;
        margin: auto 5%;
        padding: 4em 0;
        margin-top: 0;
        border-top: .1em solid #ddd;
	}
  .artcover, .arrow {
    display: none;
  }
  .artcover_sp {
  display: block;
}
	.img_hanare{
		margin-bottom:2em;
	}
	.img_hanare img{
		display:none;
	}
	#slide{
		margin-top:0;
		align-items: normal;
		height: auto;
	}
  .page_logo {
    display: none;
  }

	.menu_title{
		text-align:center;
		margin:1em auto;
	}
	.contents{
		width:100%;
	}
  #post{
        max-width: 90%;
        width: 100%;
	  margin-top:0;
	}
.nouen_profile{
	max-width:100%;
}

  img {
    max-width: 100%;
  }
  .sp_img {
    display: block;
        width: 95%;
        margin: 1em auto 0;
  }
	.hiyori{
	margin-top:0;
}

		#page_contents{
		height: auto;
	}

}
@media screen and (max-width: 500px) {
	#post{
	}
}
/* ワイド画面対応 */
@media screen and (min-width: 1800px) {
  .sidebar-inner{
	  margin-top:20vh;	  
  }
	.page_logo img{
    max-width: 180px;
}
	 #title img {
		width: 180px;
	}
	.sidebar-nav-list a {
        font-size: 20px;
        line-height: 2em;
	}
	.nouen_profile {
	max-width:40%;
}
	.logo{
	width:500px;
}
}
