/*
Theme Name: おかりんの郷_レスポンシブ
Description: dejavulabo Theme
Author URI: http://dejavulabo.com
*/
@charset "utf-8";
/* CSS Document */
/* CSS Document */
/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/


/*---↓リンクに対する共通設定↓---*/
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
  --main: #e8ccc7;
  --main_thin: #fbf6f5;
  --main_dark: #8e5247;
  --accent: #414745;
  --accent_pink: #eec7c0;
	--page_color: #566067;
  --page_color_thin: #eeeeee;
}


/*送信ボタン*/
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="reset"] {
  -webkit-appearance: none;
}

main{
	overflow-x: hidden;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}
body{
	font-family: "Klee One", serif;
	overflow-x:hidden;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
/* clearfix
----------------------------------------------------*/
.clearfix{ /zoom: 1; }
.clearfix:after{ content: ''; display: block; clear: both; }
/* box-sizing
----------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
  overflow-x: hidden;
}
header > a{
	display: flex;
	width: fit-content;
	height: 100%;
	justify-content: flex-start;
	align-items: center;
}
header .logo{
	width: auto;
	height: 70%;
}
header{
	position: fixed;
	z-index: 99;
	top: 0;
	width: 100vw;
	height: 80px;
	background: #ffffffed;
}
header nav .nav_btn{
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	height: 50px;
	width: 50px;
}
header .nav_btn:before{
	content: '';
	height: 2px;
	width: 100%;
	background: var(--accent);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.3s;
}
header .nav_btn::after{
	content: '';
	height: 2px;
	width: 100%;
	background: var(--accent);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(90deg);
	transition: 0.3s;
}
header nav.active .nav_btn::after{
	transform: rotate(0deg);
}
header nav ul{
	width: 100%;
	height: calc(100vh - 78px);
	position: absolute;
	top: 78px;
	right: -120vw;
	background: var(--main_thin);
	transition: 0.4s;
	z-index: 999;
	padding-top: 30px;
	transition: 1s linear(0, 0.386 5.9%, 0.675 12.3%, 0.877 19.4%, 0.949 23.3%, 1.002 27.5%, 1.047 34.2%, 1.062 42.2%, 1.008 74.5%, 1);
}
header nav.active ul{
	right: 0;
}
header nav ul,
header nav ul a{
	color: #535353;
}
header nav ul li{
	font-size: 120%;
	letter-spacing: 1px;
	margin: 0 40px 10px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
header nav ul li::before{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	right: 100%;
	bottom: 0;
	background: var(--main);
	transition: 0.3s all;
}
header nav ul li:hover:before{
	right: 0%;
}
header nav ul li.inner{
	margin:0 50px 10px;
}
header nav ul li.inner:last-child{
	margin:0 20px 20px;
}
header nav ul li.contact{
	position: absolute;
	width: 100%;
	bottom: 20px;
	margin: auto 0 0;
	background: #fff;
	padding: 10px 20px;
	border-left: 2px solid var(--accent);
}
header nav ul li.contact .text{
	font-size: 80%;
	letter-spacing:1px;
}
header nav ul li.contact .num{
	color: var(--accent);
	font-size: 116%;
}
/* ==========パンくずリスト========== */
.breadcrumb ol{
	display: flex;
	align-items: center;
	padding: 5px 0;
	margin: 5px auto 5px 5px;
	overflow-x: auto;
}
.breadcrumb ol li{
	position: relative;
	z-index: 0;
	white-space: nowrap;
}
.breadcrumb ol li:first-of-type{
	margin-right: 10px;
}
.breadcrumb ol li a{
	display: block;
}
.breadcrumb ol li a span{
	background: var(--page_color);
	color: #fff;
	padding: 0px 10px 3px;
	border-radius: 2px;
	outline: 1px solid var(--page_color);
	outline-offset: -2px;
	transition: 0.3s all;
}
.breadcrumb ol li:hover a span{
	outline: 1px solid #fff;
}
.breadcrumb ol li span{
	background: #fff;
	border: 1px solid var(--page_color);
	border-radius: 2px;
	padding: 0px 10px 3px;
	border-radius: 2px;
	transition: 0.3s all;
}

.breadcrumb-collapse {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.breadcrumb-collapse li {
  white-space: nowrap;
  margin-right: 0.5em;
	position: relative;
	z-index: 10;
}

/* 省略対象：ellipsisの後のliで最後尾以外 */
.breadcrumb-collapse li.ellipsis ~ li:not(.visited) {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s ease;
}
.breadcrumb-collapse li.ellipsis ~ li:not(.visited)::before{
	content: '';
	width: 30px;
	height: 2px;
	background: var(--page_color);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
	z-index: -1;
}

/* 展開時 */
.breadcrumb-collapse.open li.ellipsis ~ li {
  max-width: 500px; /* 適宜調整 */
	overflow: unset;
}

/* 省略アイコン */
.breadcrumb-collapse li.ellipsis {
  cursor: pointer;
}

main{
	margin-top: 80px;
}
.footer-inner{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 50px;
}
footer .copyright{
	font-size: 80%;
	text-align: center;
	padding: 3px 0;
	background: var(--page_color);
	color: #fff;
}
/* ================ mainvisual =====================*/
.mainvisual{
  margin: 0 auto;
  padding-bottom: 30px;
}
.mainvisual .title{
  width: fit-content;
  font-size: 130%;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: normal;
  color: #fff;
  padding: 20px 10px;
  position: relative;
  z-index: 0;
}
.mainvisual .title::before{
  content: '';
  width: 120%;
  height: 100%;
  background: var(--page_color);
  position: absolute;
  top: 0%;
  right: 100%;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.mainvisual.active .title::before{
  right: -10%;
}
.mainvisual .img-box{
  height: 30vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainvisual .img-box img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ================ index =====================*/
.blog_box{
  width: 95%;
  margin: 0 auto 60px;
}
.blog_box li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--page_color);
}
.blog_box li a{
  color: #000;
  transition: 0.3s all;
}
.blog_box li:hover a{
  color: var(--main_dark);
}
.blog_box li .date{
  font-size: 90%;
}
.blog_box li .title{
  font-size: 108%;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* ================ side bar =====================*/
.sidebar_box{
  width: 95%;
  margin: 0 auto 60px;
}
.sidebar_box .log_title{
  font-size: 116%;
  letter-spacing: 2px;
  background: var(--accent_pink);
  color: #fff;
  padding: 5px 10px 8px;
  margin-bottom: 10px;
}
.blogarchive_list,
.cat_list{
  margin: 0 5px 20px;
}
.cat_list{
  margin: 0 5px 30px;
}
.blogarchive_list li,
.cat_list li{
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed var(--page_color);
  padding: 0 10px 5px;
  margin-bottom: 5px;
}
.blogarchive_list li::before,
.cat_list li::before{
  content: '';
  height: 100%;
  width: 100%;
  background: var(--accent_pink);
  position: absolute;
  bottom: 1px;
  right: 100%;
  z-index: -1;
  transition: 0.3s;
}
.blogarchive_list li:hover:before,
.cat_list li:hover:before{
  right: 0%;
}
.blogarchive_list li a,
.cat_list li a{
  display: block;
	color: #000;
	transition: 0.3s;
}
.sidebar_box select{
	width: 100%;
	padding: 5px 0;
}
.sidebar_box .label{
  width: 100%;
  padding: 9px 0 10px;
  margin:  0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  outline: 1px solid #fff;
	outline-offset: -1px;
  position: relative;
  z-index: 0;
}

.sidebar_box .label span{
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #fff;
  margin-left: 10px;
  position: relative;
	transition: 0.5s;
}
.sidebar_box .label.active span{
  transform: rotate(-180deg);
}
.sidebar_box .label span::before{
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  margin: auto;
  transform: rotate(90deg);
  transition: 0.5s;
}
.sidebar_box .label.active span::before{
  transform: rotate(180deg);
}
.sidebar_box .inner_element{
  overflow: hidden;
  position: relative;
}
.sidebar_box .inner_element::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom: 100%;
  z-index: 1;
  transition: 0.3s;
}
.sidebar_box .inner_element.active::before{
  bottom: 0%;
}
.sidebar_box .inner_element li{
  padding: 5px 10px;
  position: relative;
  z-index: 10;
}
.sidebar_box .inner_element li:last-of-type{
  padding: 5px 10px 10px;
}
.sidebar_box .inner_element li a{
  display: block;
  color: #01c0ef;
  padding: 0 5px;
  position: relative;
  overflow: hidden;
}
.sidebar_box .inner_element li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: var(--page_color);
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: 0.3s;
}
.sidebar_box .inner_element li:hover a::before{
  right: 0%;
}
/* ================ single =====================*/
.single_content_box{
  width: 95%;
  margin: 0 auto 60px;
}
.single_content_box .post-meta{
  font-size: 90%;
}
.single_content_box .post-title{
  border-bottom: 1px dashed var(--page_color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 170%;
}
.single_content_box .post-content{
  margin-bottom: 30px;
  min-height: 25vh;
}
.single_content_box .post-content p{
  letter-spacing: 1px;
  line-height: 1.8;
}
.post-navigation{
  display: flex;
  justify-content: space-evenly;
}
.prev-post,
.next-post{
  color: #000;
  max-width: 45%;
  padding: 10px 20px 15px;
  transition: 0.3s all;
}
.prev-post:hover,
.next-post:hover{
  background: VAR(--main);
}
.prev-post span,
.next-post span{
  display: block;
}
.next-post span{
  text-align: right;
}
/* ============================================= page navi ========================================== */
.wp-pagenavi{
  width: 95%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 60px;
}
.wp-pagenavi .pages{
  border: unset;
  font-weight: bold;
  color: var(--page_color);
}
.wp-pagenavi .current{
  background: var(--accent_pink);
  border: 2px solid var(--accent_pink) !important;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}
.wp-pagenavi .page{
  border: 2px solid var(--accent_pink);
  border-radius: 5px;
  padding: 5px 10px;
  color: #000;
}
.wp-pagenavi .nextpostslink{
  border: 2px solid transparent;
  color: #000;
  padding: 5px 10px;
}
.category-column h1{
  border-bottom: 1px dashed var(--page_color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 170%;
}
/* ============================================= column ============================================= */
/* ============================
   Colors & Decor (スコープ変数)
============================ */
.category-column {
  --main-color: #eec7c0;
  --text-dark: #333;
  --text-light: #555;
  --bg-light: #fff7f6;
}

/* ============================
   Title Styles
============================ */
.category-column .title_01 {
  font-size: 28px;
  font-weight: bold;
  color: var(--text-dark);
  border-left: 8px solid var(--main-color);
  padding-left: 15px;
  margin-bottom: 30px;
}

.category-column .title_02 {
  font-size: 22px;
  margin: 40px 0 20px;
  color: var(--text-dark);
  border-bottom: 3px solid var(--main-color);
  padding-bottom: 5px;
}

.category-column .title_03 {
  font-size: 20px;
  margin: 25px 0 15px;
  color: #8b5e58;
  font-weight: bold;
}

/* ============================
   Text Style
============================ */
.category-column .text_01 {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 20px;
}

/* ============================
   Lists
============================ */
.category-column .point li,
.category-column .facility-list li {
  background: var(--bg-light);
  padding: 10px 15px;
  margin-bottom: 10px;
  border-left: 5px solid var(--main-color);
  border-radius: 5px;
}

/* ============================
   Table Design
============================ */
.category-column .type-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}

.category-column .type-table th,
.category-column .type-table td {
  border: 1px solid #d9b3ae;
  padding: 12px;
  text-align: left;
}

.category-column .type-table th {
  background-color: var(--main-color);
  color: #fff;
  font-weight: bold;
}

.category-column .type-table tr:nth-child(even) td {
  background-color: #f8ecea;
}

/* ============================
   CTA Box
============================ */
.category-column .cta-box {
  background: var(--main-color);
  padding: 20px 25px;
  border-radius: 10px;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.15);
}

.category-column .cta-lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.category-column .cta-box .text_01,
.category-column .cta-box p {
  color: #fff;
  font-size: 17px;
}

/* ============================
   Responsive
============================ */
@media screen and (max-width: 768px) {
  .category-column .title_01 { font-size: 24px; }
  .category-column .title_02 { font-size: 20px; }
  .category-column .column { padding: 30px 15px; } /* 注: HTML側に.columnがある想定 */
}
/* ============================================= pc ================================================= */
@media screen and (min-width: 850px) {
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
	main{
		margin: 100px 0 0 0 !important;
	}
	header{
		height: 100px;
	}
	header nav{
		position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
	}
	header nav::before{
		content: '';
    width: 100px;
    height: 100px;
    background: var(--accent);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 21;
	}
	header nav .nav_btn{
		display: block;
    position: fixed;
    top: 2%;
    right: 13px;
    z-index: 30;
    width: 70px;
    height: 70px;
    cursor: pointer;
	}
	header .nav_btn:before,
	header .nav_btn:after{
		background: var(--page_color_thin);
	}
	header nav ul{
		width: 400px;
		height: 100vh;
		padding: 20vh 30px 0;
		top: 0;
		right: -50vw;
		z-index: 20;
	}
	header nav.active ul{
		top: 0;
		right: -50px;
	}
	header nav ul li{
		margin: 0 20px 10px;
	}
	header nav ul li.inner{
		margin: 0 30px 10px;
	}
  /* ================ mainvisual =====================*/
  .mainvisual{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .mainvisual .img-box{
    height: 50vh;
    width: 65vw;
  }
  .mainvisual .title{
    font-size: 220%;
    letter-spacing: 1px;
    margin: 20px auto 50px;
  }
  /* ================ index =====================*/
  .contents_wrap{
    display: flex;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .content_box{
    width: 70%;
  }
  .sidebar_box{
    width: 25%;
  }
  /* ================ single =====================*/
  .single_content_box{
    width: 70%;
  }
}