@charset "utf-8";
/*
Theme Name: karen_child
Template: karen
Author: t-labo
Author URI: https://takai-laboratory.com/
*/

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

main { overflow: hidden; }
/*****************
width-768px以下
*****************/

.mgn-r20 {
	margin-right: 20px;
}
/*fade
***************/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 150px);
    transition : all 1500ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/******************************
HEADER
******************************/
header {width: 1000px; margin: 0 auto; padding: 10px 0;}
header h1 {font-size: 14px; margin-bottom: 5px;}
header .inner {display: flex; justify-content: space-between; align-items: center;}
header .header_tel {position: absolute; top: 17px; right: 60px; height: 29px; width: auto;}
.nav_bg {background-color: #80592E;}
.main_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}
.main_nav .min {font-size: 10px; color: #db9218;}
.main_nav li {border-left: 1px solid #fff; width: 100%; height: 50px; display: flex; justify-content: center; align-items: center;}
.main_nav li:nth-child(7) {border-right: 1px solid #fff;}
/*
slider
*************/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bx-viewport {overflow: inherit!important;}
.bx-wrapper {
    margin:0 auto;
    width:100%;
}
.bx-wrapper img {
    width: 100%;
    object-fit: cover;
	font-family: 'object-fit: cover;'
}
.bx-wrapper li {width: 764px!important;}
.main_area {position: relative;}
.main_txt {position: absolute; z-index: 50; top: 0; bottom: -120px; left: 0; right: 0; margin: auto;}
.indent_content {padding: 50px 0;}
/*========================
index
========================*/
#index .btn {font-size: 20px; line-height: 1; padding: 15px 0; color: #fff; background-color: #5F7865; border-radius: 10px; margin: 0 auto;}
#index .box01 {background: url(img/index/box01_bg.jpg)top center repeat;}
#index .box01 ul {display: flex; justify-content: space-between; position: relative; margin-top: -30px; font-size: 18px; line-height: 1.2;}
#index .box01 ul p {margin-top: 10px;}
#index .box01 .btn_area {display: flex; justify-content: space-between; align-items: center; font-size: 20px; width: 900px; margin: 30px auto 0;}
#index .box01 .btn {background-color: #5F7865; color: #fff; padding: 10px 0;}
#index .box02 {background: url(img/index/box02_bg.jpg)top center no-repeat; background-size: cover;}
#index .box02 h2 {background-color: #fff; font-size: 20px; padding: 10px 20px; box-sizing: border-box; border: 2px solid #766050; width: 800px; margin: 0 auto 50px; line-height: 1;}
#index .box02 ul {display: flex; align-items: flex-start; justify-content: space-between; width: 100%; max-width: 1200px; margin: 0 auto; font-size: 16px; color: #fff; text-align: justify;}
#index .box02 ul li {font-size: 16px; max-width: 590px; position: relative;}
#index .box02 ul li p {margin-top: 10px;}
#index .box02 .icon {position: absolute; right: 20px; top: -20px; opacity: 1; z-index: 10;}
#index .box03 {background: url(img/index/box03_bg.jpg)top center no-repeat; background-size: cover;}
#index .box03 h2 {background-color: #fff; font-size: 20px; padding: 10px 20px; box-sizing: border-box; border: 2px solid #766050; width: 700px; margin: 0 auto 20px; line-height: 1;}
#index .box03 .inner {display: flex; justify-content: space-between; align-items: center; width: 610px; margin: 20px auto 25px; font-size: 20px;}
#index .box03 ul {display: flex; justify-content: space-between; width: 1000px; margin: auto;}
#index .box04 {background: url(img/index/box04_bg.jpg)top center repeat;}
#index .box04 h2 {font-size: 40px; line-height: 1;}
#index .box04 .title_area {display: flex; justify-content: space-between; align-items: center; width: 550px; margin: 20px auto 50px; position: relative;}
#index .box04 .btn {width: 350px; margin: 50px auto 0;}
#index .box04 .icon {position: absolute; bottom: -50px; right: -300px;}
#index .box05 {background: url(img/index/box05_bg.jpg)top center no-repeat;}
#index .box05 .txt {font-size: 26px; line-height: 1;}
#index .box05 h2 {font-size: 50px; line-height: 1; margin: 20px auto 50px; color: #80592E;}
#index .box05 .inner {display: flex; justify-content: flex-start; align-items: center; margin-top: 10px;}
#index .number {min-width: 38px; min-height: 71px; margin-right: 15px;}
#index .box05 .voice_item:nth-child(2) .number {background: url(img/index/box05_number01.jpg)top center no-repeat;}
#index .box05 .voice_item:nth-child(3) .number {background: url(img/index/box05_number02.jpg)top center no-repeat;}
#index .box05 .voice_item:nth-child(4) .number {background: url(img/index/box05_number03.jpg)top center no-repeat;}
#index .box05 .voice_item:nth-child(5) .number {background: url(img/index/box05_number04.jpg)top center no-repeat;}
#index .box05 #voice_list {max-width: 1200px; margin: 50px auto 0; position: relative;}
#index .box05 .voice_img img {min-height: 200px; max-height: 200px; object-fit: cover;}
#index .box05 .voice_item {width: 285px; margin-right: 20px; font-size: 12px;}
#index .box05 .voice_item:nth-child(5) {margin-right: 0;}
#index .box05 .voice_txt h3 {font-size: 14px; margin-bottom: 2px;}
#index .box05 .btn {width: 350px; margin: 50px auto 0; box-sizing: border-box; border: 2px solid #fff;}
#index .box06 {background: url(img/index/box06_bg.jpg)top center repeat;}
#index .box06 h2 {font-size: 30px; line-height: 1; color: #fff; margin-bottom: 20px;}
#index .box06 ul {display: flex; justify-content: space-between; align-items: flex-start; width: 1000px; margin: 30px auto 0; position: relative;}
#index .box06 ul .icon {position: absolute; left: -170px; bottom: -30px;}
#index .box06 li {width: 320px;}
#index .box06 h3 {font-size: 18px; line-height: 1; padding: 10px 0; background-color: #5f7865; color: #fff;}
#index .box06 .con {border: 2px solid #5f7865; box-sizing: border-box; background-color: #fff; border-radius: 5px; position: relative; z-index: 10;}
#index .box06 .con p {padding: 10px; text-align: justify;}
#index .box06 .btn {font-size: 18px; width: 250px; margin: 20px auto 0; padding: 10px 0; background-color: #5f7865;}
#index .box06 li:nth-child(2) h3,#index .box06 li:nth-child(2) .btn {background-color: #ce958e;}
#index .box06 li:nth-child(2) .con {border: 2px solid #ce958e;}
#index .box06 li:nth-child(3) h3,#index .box06 li:nth-child(3) .btn {background-color: #3c4d55;}
#index .box06 li:nth-child(3) .con {border: 2px solid #3c4d55;}
#index .box07 {background: url(img/index/box07_bg.jpg)top center repeat;}
#index .box07 .title_area {display: flex; justify-content: center; font-size: 35px; line-height: 1; align-items: center;}
#index .box07 .title_area img {margin-right: 10px;}
#index .box07 .min {font-size: 16px; color: #80592E; margin-top: 5px; font-weight: bold;}
#index .box08 {background: url(img/index/box08_bg.jpg)top center no-repeat; font-size: 15px; color: #fff; background-size: cover;}
#index .box08 h2 {font-size: 35px; line-height: 1; color: #fff;}
#index .box08 ul{display: flex; justify-content: space-between; align-items: flex-start; margin: 50px auto;}
#index .box08 li {display: flex; justify-content: flex-start; align-items: center; box-sizing: border-box; width: 235px; padding: 10px; font-size: 20px; color: #fff; letter-spacing: 1px;}
#index .box08 li p {display: inline-block;}
#index .box08 a:nth-child(1) li {background-color: #9C8251; border-bottom: 5px solid #7d6841;}
#index .box08 a:nth-child(2) li {background-color: #908B65; border-bottom: 5px solid #777354;}
#index .box08 a:nth-child(3) li {background-color: #CEA33A; border-bottom: 5px solid #ab8730;}
#index .box08 a:nth-child(4) li {background-color: #C0A173; border-bottom: 5px solid #9a815c;}
#index .box09 {background: url(img/index/box09_bg.jpg)top center no-repeat;}
#index .blog_item_area {display: flex; justify-content: space-between; align-items: flex-start;}
#index .box09 .list {width: 450px; color: #fff; position: relative;}
#index .box09 .list:nth-child(2) {color: #000;}
#index .box09 .blog_item {padding: 20px 0; box-sizing: border-box; border-bottom: 2px dotted #9b9189;}
#index .box09 .inner {display: flex; justify-content: flex-start; align-items: flex-start; font-size: 14px;}
#index .box09 h3 {font-size: 16px; line-height: 1; margin-bottom: 10px;}
#index .box09 .time {font-size: 16px; margin-right: 40px; line-height: 1;}
#index .box09 .btn {top: 5px; position: absolute; right: 0; background-color: #5F7865; font-size: 14px; padding: 12px 0; text-align: center; width: 104px; border-radius: inherit;}
#index .box09 .list:nth-child(2) .btn {background-color: #CE958E;}

/*========================
FOOTER
========================*/
footer {padding-bottom: 84px; margin-top: 50px; box-sizing: border-box;}
footer .over {background-color: #80592E; color: #fff;}
footer .over .left {font-size: 16px;}
footer .over .left table {margin-top: 20px; line-height: 2;}
footer .over .left table th {padding-right: 50px;}
footer .over .con {background-color: #e5e5e5; padding: 20px 34px; color: #000; width: 378px; box-sizing: border-box; margin-bottom: 20px;}
footer .over .con img {margin-bottom: 15px;}
footer .icon {position: absolute; left: -270px; bottom: -50px;}
footer .over .con table {margin-top: 10px; line-height: 1.2;}　
footer .copyright_area{}
footer .copyright_area {display: flex; justify-content: center; background-color: #68441d; line-height: 1; padding: 10px 0; color: #fff;}
footer .home_txt {width: 1000px; margin: 0 auto;}

/*pankuzu*/
.pan {padding: 20px 0; background-color: #eeeeee; margin-bottom: 40px;}
.pan p {max-width: 1000px; font-weight: bold; margin: 0 auto;}
.pan a {display: inline;}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
#page_top { bottom: 0; }
}
/*========================
POP BANNER background:
========================*/
#pop_banner {
	width: 1000px;
	margin: auto;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 100;
	background: url(img/footer/pop_bg.png)top left no-repeat;
	background-color: #eeefef;
	box-sizing: border-box; 
	border: 2px solid #80592E;
}
#pop_banner .tel {margin-left: 20px;}
#pop_banner .item_box {
	width: 100%;
	max-width: 1000px;
	position: relative;
	padding: 5px 0;
	}
.poptitle {margin-bottom: -10px;}
#pop_banner .item02 {
	width: 200px;
	margin-right: 5px;
}
#pop_banner .spitem02 {
	display: none;
}
#pop_banner .page_top {width: 62px;}

/*========================
ページ設定
========================*/
/*
サムネ
*************/
.page_thumb {
	width: 100%;
	margin: auto;
	box-sizing: border-box; 
	background: url(img/thumb_bg.jpg);
	height: 270px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	letter-spacing: 5px;
	line-height: 1;
}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
	height: 120px;
}
}

/*
タイトル
*************/
.page_title {
	background-color: #80592E;
	text-align: left;
	padding-left: 15px;
	color: #fff;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: normal;
	padding: 10px 15px;
}
.page_title span {border-left: 5px solid #fff; padding-left: 10px;}
/*
wrap
*************/
.single_page {
	width: 100%;
	max-width: 715px;
}

/*****************
width768px以下
*****************/
@media screen and (max-width:768px) {
.single .flex2 { flex-direction: column-reverse; }
/*
wrap
*************/
.single_page {
	width: 100%;
	margin: auto;
}
}

/*
記事詳細ページ
***************/

.previous-entries,.next-entries {
	color: #000;
    width: 80px;
    background: #ddd;
    padding: 6px 0 0 10px;
    border: 2px solid #bbb; 
    box-sizing: border-box;
	font-weight: bold;}

.gallery_entry {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 20px;
	margin: 0 10% 3px;
}

.nav_archive_btn {
	color: #fff;
	font-weight: bold;
	width: 150px;
	background: #80592E;
	padding: 6px 0 6px 10px;
	box-sizing: border-box;
	border-bottom: 3px solid #dfdfd0;
}


/*ページネーション
*******************/
.paging {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.paging-box {
	display: inline-block;
}
.paging span, .paging a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #000; /* 文字色 */
	background: #ddd; /* 背景色 */
	border: 1px solid #bbb;
	font-weight: bold;
}
.page-of {display: none !important;}
.paging a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #ccc; /* マウスホバー時の背景色 */
}
.paging .current{
	padding: 10px 15px 10px 15px;
	color: #fff; /* 文字色 */
	background: #ccc; /* 背景色 */
}
@media only screen and (max-width: 413px) {
.paging {
	font-size: 12px;
	padding-bottom: 0;
	line-height: 12px;
}
.paging span, .paging a {
	padding: 8px 10px 8px 10px;
}
.paging .current{
	padding: 8px 10px 8px 10px;
}
}
