@charset "utf-8";
/*
Theme Name: tosho_child
Template: tosho
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 {max-width: 1000px; margin: 10px auto 10px;}
header h1 {font-size: 12px; font-weight: bold; color: #757575;}
header h2 {font-size: 28px;}
header .min {font-size: 12px; font-weight: bold; letter-spacing: 2px; margin-top: 15px; margin-right: 5px;}
header .insta {max-width: 40px;}
.main_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.main_nav .min {font-size: 10px; color: #db9218;}
.main_nav li {border-left: 1px dashed #000; padding: 0 24px; height: 68px; letter-spacing: 2px;}
.main_nav li:nth-child(7) {border-right: 1px dashed #000;}
.bdrb {border-bottom: 2px solid #000; content: ""; box-sizing: border-box; height: 2px;}
/*
slider
*************/
.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.slide_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
}
.bx-wrapper {
    margin:0 auto;
    width:100%;
    max-width: 1270px;
}
.bx-wrapper img {
    width: 100%;
    object-fit: cover;
	font-family: 'object-fit: cover;'
}
.slide_box .bx-wrapper .bx-viewport {overflow: visible !important;}
.slide_box #sliderInner {
    position:relative;
    width:100%;
    max-width: 1270px;
    margin: auto; 
}
.slide_box li {
	box-sizing: border-box;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    opacity: 1;
    top: 45%;
    outline: 0;
    width: 39px;
    height: 65px;
    text-indent: -9999px;
    z-index: 9999;
}


/*========================
index
========================*/

/*box01*/
#index .box01 {padding: 50px 0; background: url(img/index/box01_bg.jpg)top left repeat; }
#index .box01 h2 {font-size: 30px; font-weight: bold; color: #759b25; text-align: center; position: relative; letter-spacing: 3px;}
#index .box01 h2:before {
	position: absolute;
	content: "";
	background: url(img/index/box01_axe.png);
	width: 79px;
	height: 26px;
	top: -20px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
#index .box01 h2 span {font-size: 37px;}
#index .box01 .big {font-size: 22px; font-weight: bold; text-align: center; margin: 10px auto;}
#index .box01 .txt01 {font-weight: bold; font-size: 16px; box-sizing: border-box; border: 4px solid #000; padding: 5px 0; text-align: center; letter-spacing: 2px; margin-bottom: 35px;}
#index .box01 .inner {display: flex; justify-content: space-between; margin-top: 35px; font-weight: bold; max-width: 100%;}
#index .box01 .inner p {margin-top: 20px;}
#index .box01 .inner div {width: 480px;}

/*box02*/
#index .box02 {padding: 50px 0; background: url(img/index/box02_bg.jpg)top left repeat; position: relative; z-index: 200;}
#index .box02 h2 {position: absolute; left: 37px; top: 65px;}
#index .box02 ul {display: flex; justify-content: space-between; align-items: flex-end; margin-top: 20px;}
#index .box02 ul li {max-width: 270px;}
#index .box02 ul p {font-weight: bold; line-height: 1.8; margin-bottom: 25px;}

/*box03*/
#index .box03 {padding: 50px 0; font-weight: bold; font-size: 16px;}
#index .box03 .inbox:before {
	content: "";
	position: absolute;
	background: url(img/index/box03_bg01.jpg);
	width: 454px;
	height: 503px;
	top: -110px;
	left: -340px;
}
#index .box03 .inbox:after {
	content: "";
	position: absolute;
	background: url(img/index/box03_bg02.jpg);
	width: 669px;
	height: 563px;
	bottom: 0;
	right: -500px;
}
#index .box03 #work_list {z-index: 20; position: relative;}
#index .box03 h2 {font-size: 20px; font-weight: bold; text-align: center;}
#index .box03 h3 {font-weight: bold; font-size: 16px;}
#index .box03 .title {margin: 0 auto;}
#index .box03 .archive_cap {font-size: 12px; font-weight: 500;}
#index .box03 .work_img {margin-bottom: 10px;}
#index .box03 .work_img img {max-height: 168px; min-height: 168px; object-fit: cover; object-position: top center;}
.work_item {max-width: 224px; margin-top: 30px; margin-right: 20px;}
.work_no {min-width: 43px; min-height: 62px; margin-right: 15px;}
.work_item:nth-child(1) .work_no {background: url(img/index/box03_icon01.jpg)top center no-repeat;}
.work_item:nth-child(2) .work_no {background: url(img/index/box03_icon02.jpg)top center no-repeat;}
.work_item:nth-child(3) .work_no {background: url(img/index/box03_icon03.jpg)top center no-repeat;}
.work_item:nth-child(4) .work_no {background: url(img/index/box03_icon04.jpg)top center no-repeat;}
.work_item:nth-child(5) .work_no {background: url(img/index/box03_icon05.jpg)top center no-repeat;}
.work_item:nth-child(6) .work_no {background: url(img/index/box03_icon06.jpg)top center no-repeat;}
.work_item:nth-child(7) .work_no {background: url(img/index/box03_icon07.jpg)top center no-repeat;}
.work_item:nth-child(8) .work_no {background: url(img/index/box03_icon08.jpg)top center no-repeat;}
.work_item:nth-child(9) .work_no {background: url(img/index/box03_icon09.jpg)top center no-repeat;}
.work_item:nth-child(10) .work_no {background: url(img/index/box03_icon10.jpg)top center no-repeat;}
.work_item:nth-child(11) .work_no {background: url(img/index/box03_icon11.jpg)top center no-repeat;}
.work_item:nth-child(12) .work_no {background: url(img/index/box03_icon12.jpg)top center no-repeat;}
.work_item:nth-child(13) .work_no {background: url(img/index/box03_icon13.jpg)top center no-repeat;}
.work_item:nth-child(14) .work_no {background: url(img/index/box03_icon14.jpg)top center no-repeat;}
.work_item:nth-child(15) .work_no {background: url(img/index/box03_icon15.jpg)top center no-repeat;}
.work_item:nth-child(5n) {margin-right: 0;}

#index .box03 .btn {margin: 50px auto 0;}

/*box04*/
#index .box04 {background-color: #f9f6f3; box-sizing: border-box; border-bottom: 10px solid #e7e1dd; position: relative;}
#index .box04 .over {background: url(img/index/box04_bg.jpg)top center repeat; padding: 50px 0;}
#index .box04 .over img {
	margin: 0 auto;
}
#index .box04 .under {display: flex; justify-content: flex-end; max-width: 1000px; margin: 0 auto; padding: 20px 0; align-items: center; position: relative;}
#index .box04 .under:before {
	content: "";
	position: absolute;
	background: url(img/index/box04_zin.png);
	width: 162px;
	height: 258px;
	bottom: -10px;
	left: -20px;
}
#index .box04 .under .tel{height: 39px;}
#index .box04 .under .mail{height: 80px; margin: 0 20px;}
#index .box04 .under .inst{margin-top: 10px;}

/*box05*/
#index .box05 {padding: 50px 0; overflow: hidden;}
#index .box05 h2 {font-size: 28px; font-weight: bold; margin: 0 auto 50px; text-align: center; letter-spacing: 1px; position: relative; z-index: 20;}
#index .box05 h2 span {font-size: 24px;}
#index .box05 .title {margin: 0 auto; position: relative; z-index: 20;}
#index .box05 .inbox108:after {
	content: "";
	position: absolute;
	background: url(img/index/box05_bg.jpg);
	width: 1088px;
	height: 871px;
	right: -500px;
	bottom: -50px;
}
#index .box05 ul {display: flex; justify-content: space-between; position: relative; z-index: 20;}
#index .box05 ul li {box-sizing: border-box; border: 1px dashed #000; padding: 8px; max-width: 336px; position: relative; background-color: #fff;}
#index .box05 ul li:before {
	position: absolute;
	content: "";
	top: -28px;
	left: 30px;
}
#index .box05 ul li:nth-child(1):before {
	background: url(img/index/box05_icon01.png);
	width: 63px;
	height: 54px;
} 
#index .box05 ul li:nth-child(2):before {
	background: url(img/index/box05_icon02.png);
	width: 77px;
	height: 54px;
} 
#index .box05 ul li:nth-child(3):before {
	background: url(img/index/box05_icon03.png);
	width: 76px;
	height: 54px;
} 
#index .box05 ul li img {margin: 0 auto;}
#index .box05 ul li h3 {color: #16a0c9; font-weight: bold; text-align: center; font-size: 24px; margin-top: 12px; letter-spacing: 3px;}
#index .box05 ul li p {
	font-weight: bold;
	max-width: 85%;
	margin: 10px auto 20px;
	text-align: justify;
}
#index .box05 ul li .btn {margin-bottom: 20px;}

/*box06*/
#index .box06 {
	background: url(img/index/box06_bg.jpg)top center repeat;
	padding: 50px 0;
}
#index .box06 .title {margin: 0 auto;}
#index .box06 h2 {font-size: 24px; text-align: center; font-weight: bold; letter-spacing: 2px; margin-top: 20px; margin-bottom: 40px;}
#index .box06 .btn {position: absolute;
right: 0;
top: 6px;}
.voice_img {max-width: 310px; box-sizing: border-box; border: 1px solid #000;}
.voice_img img {box-sizing: border-box; border: 5px solid #fff; min-height: 199px; max-height: 199px; object-fit: cover;}
.voice_item {max-width: 310px; position: relative;}
.voice_item:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: 0;
	left: 0;
}
.voice_item:nth-child(1):before {
	background: url(img/index/box06_no01.png);
}
.voice_item:nth-child(2):before {
	background: url(img/index/box06_no02.png);
}
.voice_item:nth-child(3):before {
	background: url(img/index/box06_no03.png);
}
.voice_txt {font-weight: bold; color: #759b25; margin-top: 15px;}
.voice_txt h3 {color: #000; font-size: 16px; font-weight: bold; margin-bottom: 2px;}

/*box07*/
#index .box07 {padding: 50px 0; background: url(img/index/box07_bg.jpg)top left repeat;}
#index .box07 .title {margin: 0 auto;}
#index .box07 h2 {font-size: 24px; font-weight: bold; text-align: center; margin: 16px 0;}
#index .box07 .bdrb {content: ""; border-bottom: 5px solid #000; width: 49px; height: 5px; margin: 0 auto;}
#index .box07 .over {display: flex; justify-content: space-between; align-items: flex-end; margin-top: 50px;}
.blog_item_area {box-sizing: border-box; border: 3px solid #e0e0e0; background-color: #fff; margin-left: 30px;}
#index .box07 .over .coming_txt01 {position: relative; box-sizing: border-box;}
#index .box07 .over .coming_txt01 p {position: absolute; text-align: center; font-size: 24px; width: 100%; height: calc(100%); z-index: 10; background: rgba(0,0,0,.85); color: #fff; top: 0; left: 0; padding-bottom: 5px; box-sizing: border-box;}
#index .box07 .over .title_area {display: flex; justify-content: space-between; margin-top: -20px; margin-bottom: 30px;}
#index .box07 .over .title_area h3 {margin-left: 20px;}
#index .box07 .btn {margin-top: 15px;}
.blog_item {margin: 0 20px; font-weight: bold; letter-spacing: 1px; box-sizing: border-box; border-bottom: 1px dashed #000; padding: 10px 0;}
.blog_item:nth-last-child(1) {border-bottom: 0;}
.blog_txt_item01 {margin-right: 20px; color: #759b25;}
.blog_txt_item02 {font-size: 14px;}
.blog_item h4 {font-weight: bold; font-size: 16px;}
#index .box07 .under {display: flex; justify-content: space-between; margin-top: 40px;}
#index .box07 .under li {box-sizing: border-box; border: 1px solid #dedede; border-top: 5px solid #16a0c9; width: 238px; height: 278px;}
#index .box07 .under h3 {position: relative; text-align: center; font-size: 20px; font-weight: bold; padding: 30.5px; line-height: 1.4; padding-left: 90px; background-color: #fff;}
#index .box07 .under li:nth-child(3) h3 {padding: 16.3px; padding-left: 90px;}
#index .box07 .under h3 span {font-size: 14px; color: #16a0c9;}
#index .box07 .under h3:before {
	position: absolute;
	content: "";
	width: 59px;
	height: 59px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	left: 30px;
}
#index .box07 .under li:nth-child(1) h3:before {background: url(img/index/box07_icon01.png);}
#index .box07 .under li:nth-child(2) h3:before {background: url(img/index/box07_icon02.png);}
#index .box07 .under li:nth-child(3) h3:before {background: url(img/index/box07_icon03.png);}
#index .box07 .under li:nth-child(4) h3:before {background: url(img/index/box07_icon04.png);}
#index .box07 .img01 {min-width: 500px;}

/*box08*/
#index .box08 {padding: 50px 0; background: url(img/index/box08_bg.jpg)top center no-repeat; background-size: cover; height: 250px; padding-top: 100px;}
#index .box08 .inner {display: flex; justify-content: space-between; align-items: center; max-width: 1000px; margin: 0 auto; color: #fff; line-height: 2; margin-top: -60px; margin-bottom: 150px; font-weight: 500;}
#index .box08 h2 {font-size: 25px; margin-right: 50px; font-weight: bold; letter-spacing: 2px;}
#index .box08 .con {max-width: 1000px; margin: 0 auto; box-sizing: border-box; border: 4px solid #181919; background-color: #fff; padding: 30px 70px; z-index: 20; position: absolute; margin-top: -120px; left: 0; right: 0;}
#index .box08 .title {margin: 40px auto 0;}
#index .box08 h3 {margin: 0 auto 30px; max-width: 519px; }
#index .box08 .tel {height: 82px;}
#index .box08 .under {display: flex; justify-content: space-between; align-items: center;}
#index .con_area {padding: 50px 0 10px; position: relative;}
#index .con_area:before {
	position: absolute;
	content: "";
	background: url(img/index/box08_title.png);
	width: 248px;
	height: 38px;
	top: -110px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
/*pr動画*/
.pr_box {background: url("img/index/pr_bg.jpg")top left repeat; padding: 50px 0 100px;}
.pr_box .pr_title {display: block; margin: 0 auto 45px;}
.pr_box .pr_movie::after {content: ''; position: absolute; background: url("img/index/pr_bg02.jpg")top left repeat; width: 1200px; height: 332px; bottom: -50px; left: -100px; right: 0; margin: auto;}
.pr_box .pr_movie {position: relative; z-index: 10; cursor: pointer; margin: 0 auto; width: 1000px; aspect-ratio: 16 / 9;}
.pr_box .pr_movie iframe {width: 100%; height: 100%; position: relative; z-index: 20;}

#index .box09 {padding: 50px 0; background: url("img/index/box09_bg.jpg")top left repeat;}
#index .box09 .btn {padding-top: 30px;}


/*========================
FOOTER
========================*/
footer {background-color: #eeefef; padding: 50px 0 90px; font-weight: bold;}
footer span {color: #db9218;}
footer ul li {border-bottom: 1px solid #000; position: relative; margin-left: 20px; margin-bottom: 20px; display: table; font-size: 16px;}
footer ul li:before {
	position: absolute;
	content: "";
	background: url(img/footer/li_icon.png);
	width: 6px;
	height: 10px;
	top: 7px;
	left: -20px;
}
footer .hometext {position: relative; padding-left: 30px;}
footer .hometext:before {
	content: "";
	position: absolute;
	background: url(img/footer/home_icon.jpg);
	width: 15px;
	height: 15px;
	top: 3px;
	left: 0;
}
footer .inner {display: flex; justify-content: space-between; align-items: flex-start; margin: 30px 0; max-width: 1000px;}
footer .con {background-color: #fff; padding: 20px 50px;}
footer .con .tel_area {padding: 15px 0; box-sizing: border-box; border-top: 1px solid #000; border-bottom: 1px solid #000; margin-top: 15px; text-align: center;}
footer .leftarea {display: flex; justify-content: space-between; max-width: 50%;}
footer .min_area {display: flex; justify-content: space-between; max-width: 60%; margin: 15px auto 0;}
footer .tel {margin: 0 auto 5px;}
footer .box01 {padding-top: 100px;}
footer .link_btn {box-sizing: border-box; border: 1px solid #000; width: 409px; height: 50px; line-height: 1; font-size: 16px; background: #fff; position: relative; margin:20px auto;}
footer .link_btn::after {content: ''; position: absolute; background: #000; width: 20px; height: 1px; top: 0; bottom: 0; right: -10px; margin: auto;}

.copyright_area {background-color: #000; color: #fff; display: flex; justify-content: center; font-size: 12px; font-weight: bold; padding: 10px 0;}

/*pankuzu*/
.pan {background-color: #e7e1dd; padding: 20px 0;}
.pan p {max-width: 1000px; font-weight: bold; margin: 0 auto;}
.pan a {display: inline;}
/*========================
PAGE_TOP
========================*/
#page_top {
	width: 16%;
	max-width: 98px;
	min-width: 59px;
	position: absolute;
	bottom: 0;
	left: 104%;
	z-index: 200;
}
/*****************
width1225px以下
*****************/
@media screen and (max-width:1225px) {
#page_top {
	bottom: 100%;
	left: auto;
	right: 0;
}
}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
#page_top { bottom: 0; }
}

/*========================
POP BANNER background:
========================*/
#pop_banner {
	width: 100%;
	background-color: #fff;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0;
	z-index: 300;
}
#pop_banner .item_box {
	width: 100%;
	max-width: 1000px;
	position: relative;
	}
#pop_banner .item {
	width: 36%;
	max-width: 372px;
	margin-right: 10px;
}
#pop_banner .item02 {
	width: 100%;
    max-width: 93px;
}
#pop_banner .spitem02 {
	display: none;
}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
	.spfont11 {
		font-size: 11px;
		margin-right: 0px!important;
	}
#pop_banner h1,
#pop_banner .head02 { display: none; }
	#pop_banner .spitem02 {
		display: block;
		max-width: 93px;
		width: 100%;
	}
#pop_banner .item {
	width: 76%;
	border-right: 1px solid #000;
	margin: auto auto auto 4%;
}
}

/*========================
POP_BANNER_CONTACT
========================*/
#pop_banner_contact {
	background: #fff; 
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 20;
}


/*========================
		googleMAP
========================*/
.ggmap {
position: relative;
padding-bottom: 70%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*========================
ページ設定
========================*/
/*
サムネ
*************/
.page_top_img {
	width: 100%;
}
.page_thumb {
	width: 100%;
	margin: auto;
	box-sizing: border-box; 
}
.page_thumb img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}
.top_slider2 {
	display: none;
}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
	height: 120px;
}
}

/*
タイトル
*************/
.page_title {
	background-color: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	text-align: left;
	padding-left: 1em;
	color: #000;
}

.child_title {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #58a7c6;
	padding: 10px;
	text-align: center;
}

/*
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;
}
	.top_slider2 {
		display: block;
	}
	.top_slider {
		display: none;
	}
}

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

.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: #759b25;
	padding: 6px 0 6px 10px;
	box-sizing: border-box;
}


/*ページネーション
*******************/
.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;
	line-height: 12px;
}
.paging span, .paging a {
	padding: 8px 10px 8px 10px;
}
.paging .current{
	padding: 8px 10px 8px 10px;
}
}
