@charset "UTF-8";
/* CSS Document */
html{
	margin: 0;
}
h3{
 font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
  line-height: 6.0rem
}
h6 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.0rem;
  line-height: 6.0rem;
}.menu-drawer {
  position: relative;
  display: table-cell;
  width: 55px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.main-logo-page{
	width: 30%;
}
.menu-button {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  top: 10px;
  z-index: 999; /* 重なり順を一番上に */
  left: 134px;
}
.menu-button span, .menu-button span:before, .menu-button span:after {
  content: '';
  display: block;
  height: １px;
  width: 30px;
  border-radius: 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transition: 0.5s;
  position: absolute;
  top: 18px;
}
.menu-button p {
  position: absolute;
  bottom: -12px;
  left: 18%;
  font-size: 1rem;
}
/* 三本線のうち一番上の棒の位置調整 */
.menu-button span:before {
  top: 10px;
}
/* 三本線のうち一番下の棒の位置調整 */
.menu-button span:after {
  top: 20px;
}
#drawer-check:checked ~ .menu-button span {
  background: rgba(255, 255, 255, 0);
}
#drawer-check:checked ~ .menu-button span::before {
  top: 0;
  transform: rotate(45deg);
}
#drawer-check:checked ~ .menu-button span::after {
  top: -1px;
  transform: rotate(-45deg);
}
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 100;
  background: #FBF5E9;
  transition: .5s;
}
.drawer-list {
  display: flex;
  line-height: 5.0rem;
  flex-direction: row;
  align-items: center;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 72%;
}
.drawer-paragulaf-warapper {
  width: 60%;
}
.drawer-list_img {
  width: 100%;
}
.drawer-list_img img {
  width: 70%;
}
.drawer-item {
  width: 100%;
}
.drawer-item p {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 5.0rem;
}
.drawer-item h6 {
  border-bottom: 2px dashed #603601;
}
/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0; /* メニューを画面に入れる */
}
#drawer-check:checked ~ .drawer-close {
  left: 0; /* 閉じるための要素を画面内へ */
}
.drawer-close p {
  display: none;
}
#drawer-check:checked ~ .drawer-close p {
  left: 250%; /* 閉じるための要素を画面内へ */
  display: block;
  z-index: 999;
  position: relative;
  font-size: 1rem;
  bottom: 30px;
}
#drawer-check:checked ~ .menu-button p {
  /* 閉じるための要素を画面内へ */
  display: none;
}
/*menu終わり*/

.drawer-archive-list  {
    display: flex;
    line-height: 5.0rem;
    flex-direction: row;
    align-items: center;
    position: absolute;
   top: 30%;
    left: 14%;
    width: 72%;
}
.menu-button {
   top: -2px;
}

.mainlogo-warapper {
    margin-top: 2%;
}
.first-viwe-section {
  height: 30vh;
  position: relative;
}
.solid{
	width: 25%;
	margin: 0 auto;
	
}
.section-archive-blog{
	margin-top: 5%;
}
.reserve-button-warapper {
    top: 5%!important;
}
.blog-archive-news {
  width: 1100px;
  margin: 5% auto 0;
  display: flex;
 flex-direction: column;
	background-color: #FBE9CD;
	border-radius: 50px;
	padding-bottom: 5%;
	padding-top: 5%;
}
.blog1 {
	display: flex;
	justify-content:  space-evenly;
	align-items: center;
	 width: 80%;
    margin: 0 auto;
	padding-top: 2%;
	 border-top: dashed 2px #603601;
}
.blog1:last-child{
	border-bottom:  dashed 2px #603601;
	padding-bottom: 2%;
}
#blog{
	text-align: left;
	width: 1100px;
	padding-left: 5%;

}
#blog h3{
	border-bottom: dashed 2px #603601;
}
.blog1 img{
	border-radius: 50px;
	width: 330px; 
	height: 210px;
}

.blog-img {
    height: 34%;
    width: 40%;
}
	.blog-discription-archive {
    margin-left: 0%; 
    width: 25%;
}
.blog-news p {
  line-height: 2.5rem;
}
.blog-button {
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  background-color: #FF7F29;
  width: 280px;
  height: 70px;
  margin: 30px auto 0;
  position: relative;
}
.section-blog a {
  margin: 0 auto;
}
.section-access {
  margin: 80px auto 0;
}
.access-bigheadline-illast {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.article-content{
	width: 1100px;
	margin: 0 auto;
}
/*------------------------------

 個別投稿のstyle.css'(single.php)


------------------------------*/
.article-content{
	width: 1100px;
	margin: 0 auto;
	margin-top: 5%;
}
.article-info{
	padding-top:5%;
}
.article-head ,.article-author{
width: 60%;
 margin: 0 auto;
}
.article-img{
	
}
.single-headline{
margin-top: 10px;
margin-bottom: 20px;
	font-size: 3.0rem;
}
.article-main{
	width: 1100px;
	margin: 0 auto;
}
.background{
	background-color: #FBE9CD;
	border-radius: 50px;
	width: 100%;
}
.article-img {
    padding-top: 5%;
}
.article-img img{
    margin: 0 auto;
    width: 100%;
}
.wp-block-post-featured-image {
    display: none !important;
}
.article-main p{
	width: 60%;
 margin: 30px auto 30px;
	line-height: 2.0rem;
}
.menu-warapper {
    width: 0;
    height: 0;
}
.article-author{
	padding-bottom: 30px;
}
.nav-links{
	display: inline-block;
}
.navigation{
	margin: 0 auto;
}
.wp-pagenavi {
    clear: both;
    width: fit-content;
    margin: 30px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #FF7F29!important;
    padding: 3px 10px!important;
	margin: 0;
}
.nextpostslink{
	margin-left: 2px!important;
}
.section-blog a {
     margin: none!important; 
}
@media(max-width:430px) {
	.drawer-archive-list  {
    display: flex;
    line-height: 5.0rem;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 10%;
    left: 0%;
    width: 90%;
}
	#drawer-check:checked ~ .drawer-close p {
    bottom: -31px!important;
}
	#drawer-check:checked ~ .menu-button {
    top: -85px!important;
}
	.drawer-paragulaf-warapper {
    width: 65%;
}
	.reserve-button-warapper {
    margin-right: 1%;
    height: 100px;
    width: 100px;
   top: 10%!important;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.blog1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 5%;
    border-top: dashed 2px #603601;
    flex-wrap: wrap;
    flex-direction: column;
}
	.blog-archive-img {
    width: 100% ;
    margin: 0 auto;
}
	.blog-discription-archive {
    margin:0;
    display: flex;
    width: 40%;
	flex-wrap: wrap;
    flex-direction: column;
}

	.article-img img{
    margin: 0 auto;
    width: 90%;
}
	.blog1:last-child{
	border-bottom:  dashed 2px #603601;
	padding-bottom: 5%;
}
	.blog-archive-news {
	margin: 40px auto 0;
    padding-bottom: 15%;
    padding-top: 10%;
		width: 90%;
}
	.article-info {
    padding-top: 10%;
}
	.article-head, .article-author {
    width: 95%;
    margin: 0 auto;
}
	.article-content {
    width: 100%;
}
	.article-main {
    width: 95%;
    margin: 0 auto;
}
	}