@charset "utf-8";
/*
Theme Name: uno_child
Template: uno_child
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: 13px; margin-bottom: 5px; padding-right: 20px;}
header .ul01 {width: 376px; margin-left: auto; display: flex; justify-content: space-between; align-items: center; margin-top: 10px;}
header .title_area {display: flex; justify-content: flex-start; align-items: flex-end;}
header .title_area img {margin-bottom: 5px; margin-right: 10px;}
header h2 {font-size: 36px; line-height: 1;}
header .min {font-size: 16px; line-height: 1; margin-bottom: 3px; margin-left: 3px;}
.top_slider li {width: 1200px!important;}


.nav_bg {
background-color: #ffefa2;	
box-sizing: border-box; border-bottom: 3px solid #000; border-top: 3px solid #000; border-left: none; border-right: none; color: #000;}
.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;
	line-height: 1;
}
.main_nav .min {font-size: 10px; color: #db9218;}
.main_nav li {border-left: 2px solid #000; width: auto; padding: 2px 2.7%;}
.main_nav li:nth-child(8) {border-right: 2px solid #000;}
.indent_content {padding: 50px 0;}
.indent_content02 {margin-top: 20px;}
.txtpoint {padding-top: .4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);}
.content {padding: 20px;}
/*========================
index
========================*/
#index .box01 {background: url(img/index/box01_bg.jpg)top center no-repeat; background-size: cover;}
#index .box01 h2 {font-size: 30px;}
#index .box01 h2 .big {font-size: 45px; letter-spacing: -2px;}
#index .cream .txtpoint {background-image: radial-gradient(.15em .15em at center center,#ffefa2,#ffefa2 100%,transparent);}
#index .orange .txtpoint {background-image: radial-gradient(.15em .15em at center center,#eb6b06,#eb6b06 100%,transparent);}
#index .box01 .big {font-size: 22px; text-align: center; margin: 10px auto 30px; color: #fff;}
#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; max-width: 1000px; margin: 0 auto; background-color: #fff;}
#index .box01 .icon01 {position: absolute; top: 0; left: -50px;}
#index .box01 .icon02 {position: absolute; top: 15px; right: -50px;}

#index .btn {background: url(img/index/box02_btn_bg.png)center right no-repeat; background-color: #fff; border: 1px solid #000000; padding: 20px; font-size: 20px; line-height: 1; box-shadow: 5px 5px #b5b5b5; box-sizing: border-box; background-position-x: 95%;}
#index .box02 {background: url(img/index/box02_bg.jpg)top center repeat;}
#index .box02 h2 {font-size: 30px; color: #016934; margin: 20px auto; font-family: 'Anton', sans-serif;}
#index .box02 .min {font-size: 35px; line-height: 1; margin-left: 240px;}
#index .box02 .title {margin: -40px auto 0;}
#index .box02 .icon01 {position: absolute; left: 10px; top: 65px;}
#index .box02 .icon02 {position: absolute; right: 10px; top: 65px;}
#index .box02 ul {display: flex; justify-content: space-between; align-items: flex-end;}
#index .box02 li {position: relative; width: 373px;}
#index .box02 li .icon03 {position: absolute; top: 0; left: 55px;}
#index .box02 li .txt {position: absolute; top: 100px; left: 0;}
#index .box02 li .zin {position: absolute; right: 0; top: 15px;}
#index .box02 li p {background-color: #fff; box-sizing: border-box; border: 3px solid #eb6b06; padding: 10px; text-align: justify; position: relative; box-shadow: 7px 7px rgba(171,171,171,.14);}
#index .box02 li:nth-child(2) p {border: 3px solid #016934;}
#index .box02 li:nth-child(3) p {border: 3px solid #522f0e;}
#index .box02 .btn {width: 400px; margin: 40px auto 0;}

#index .box03 {background: url(img/index/box03_bg.jpg)center center no-repeat; background-size: cover;}
#index .box03 .title_area {background-color: rgba(58,29,29,.75); box-sizing: border-box; padding: 20px 100px; margin: 0 auto; width: 744px; position: relative; border: 2px solid rgba(255,255,255,.75);}
#index .box03 h2 {font-size: 37px; line-height: 1.1;}
#index .box03 h2 span {font-size: 60px;}
#index .box03 .icon01 {position: absolute; left: -35px; top: 0; bottom: 0; margin: auto;}
#index .box03 .icon02 {position: absolute; right: 5px; top: -50px; bottom: 0; margin: auto;}
#index .box03 .title_area p {background-color: #ffefa2; font-size: 28px; line-height: 1; padding: 5px; margin-top: 10px;}
#index .box03 .ul_area {display: flex; justify-content: space-between; align-items: flex-end; width: 1200px; margin: 40px auto 0;}
#index .box03 .box {width: 580px;}
#index .box03 .box .title {background-color: #016934; font-size: 25px; line-height: 1; padding: 10px 0; margin-bottom: 20px;}
#index .box03 .box:nth-child(2) .title {background-color: #eb6b06;}
#index .box03 ul {display: flex; justify-content: space-between; align-items: flex-end;}
#index .box03 li {background-color: #fff; position: relative; width: 280px;}
#index .box03 li .icon {position: absolute; top: -12px; right: -12px;}
#index .box03 li p {padding: 10px;}

#index .box04 {background: url(img/index/box04_bg.jpg)top center no-repeat; padding: 40px 0}
#index .box04 .big {font-size: 30px; line-height: 1.2; font-weight: bold;}
#index .box04 .big span {font-size: 40px;}
#index .box04 .title {font-size: 50px; line-height: 1; margin: 30px auto 20px;}
#index .box04 .bdr {content: ""; box-sizing: border-box; border-bottom: 3px solid #000; width: 70px; margin: 0 auto;}
#index .box04 h2 {margin: 20px auto 30px; font-family: 'Anton', sans-serif; font-size: 40px;}
#index .box04 ul {display: flex; justify-content: space-between; align-items: center;}
#index .box04 li {width: 480px; background-color: #016934; box-sizing: border-box; padding: 10px;}
#index .box04 li:nth-child(2) {background-color: #eb6b06;}
#index .box04 .bg {box-sizing: border-box; background: url(img/index/box04_bg_bg.png)right bottom no-repeat; border: 1px solid #ffffff; padding: 30px 40px;}
#index .box04 .ul02 li {background-color: #ffffff; border-radius: 10px; box-shadow: 5px 5px rgba(34,24,24,0.7); width: 170px; display: flex; justify-content: center; align-items: center; font-size: 20px;}
#index .box04 .ul02 li img {margin-right: 10px;}
#index .box04 .ul02 {box-sizing: border-box; border-bottom: 2px dotted #fff; padding-bottom: 20px; margin-bottom: 20px;}
#index .box04 .txt {font-size: 25px; line-height: 1;}

#index .box05 {background: url(img/index/box05_bg.jpg)top center no-repeat; background-size: cover;}
#index .box05 .box {display: flex; justify-content: space-between; align-items: center; font-size: 33px; line-height: 1.2; margin-top: 20px; letter-spacing: 2px;}
#index .box05 h2 {font-size: 80px; color: #eb6b06; margin: 10px auto; font-family: 'Anton', sans-serif; text-align: center;}
#index .box05 .box p span {font-size: 43px;}
#index .box05 ul {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; width: 850px; z-index: 10;}
#index .box05 li:nth-child(5),#index .box05 li:nth-child(6),#index .box05 li:nth-child(7),#index .box05 li:nth-child(8) {margin-top: 20px;}
#index .box05 .zin {position: absolute; top: 0; right: 40px;}

#index .box06 {background: url(img/index/box06_bg.jpg)top center no-repeat; background-size: cover;}
#index .box06 .min {font-size: 25px; line-height: 1; margin-bottom: 20px;}
#index .box06 .title_area {font-size: 60px; display: flex; justify-content: center; align-items: center;}
#index .box06 .title_area img {margin-left: 20px;}
#index .box06 h2 {font-size: 50px; font-family: 'Anton', sans-serif; margin-top: 20px; letter-spacing: 2px;}
#index .box06 h3 {font-weight: bold; font-size: 16px; line-height: 1.2;}
#index .box06 .inner {display: flex; justify-content: flex-start; align-items: center; margin-top: 10px;}
#index .number {min-width: 40px; min-height: 60px; margin-right: 15px;}
#index .box06 .voice_item {width: 285px; margin-right: 20px; margin-top: 20px;}
#index .box06 .voice_item:nth-child(4n) {margin-right: 0;}
#index .box06 .voice_item:nth-child(1) .number {background: url(img/index/box06_no01.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(2) .number {background: url(img/index/box06_no02.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(3) .number {background: url(img/index/box06_no03.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(4) .number {background: url(img/index/box06_no04.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(5) .number {background: url(img/index/box06_no05.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(6) .number {background: url(img/index/box06_no06.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(7) .number {background: url(img/index/box06_no07.jpg)top center no-repeat;}
#index .box06 .voice_item:nth-child(8) .number {background: url(img/index/box06_no08.jpg)top center no-repeat;}
#index .box06 .voice_img  {width: 285px;}
#index .box06 .voice_img img {height: 213px; object-fit: cover; width: 100%;}
#index .box06 .btn {width: 400px; margin: 40px auto 0;}

#index .box07 {background: url(img/index/box07_bg.jpg)top center no-repeat; background-size: cover;}
#index .box07 h2 {font-size: 50px;}
#index .box07 .bdr {content: ""; box-sizing: border-box; border-bottom: 3px solid #ffffff; width: 70px; margin: 20px auto;}
#index .box07 .big {font-size: 50px; line-height: 1; font-family: 'Anton', sans-serif; font-weight: normal; letter-spacing: 2px;}
#index .box07 ul {display: flex; justify-content: space-between; align-items: center; width: 1000px; margin: 30px auto;}
#index .box07 li {display: flex; justify-content: flex-start; align-items: center; width: 100%;}
#index .box07 ul a {width: 235px; height: 70px; background: url(img/index/box07_li_bg01.png)right bottom no-repeat; background-color: #eb6b06; color: #fff; font-size: 16px; background-position: 97% 90%; display: flex; justify-content: space-between; align-items: center;}
#index .box07 ul a:nth-child(2n) {background: url(img/index/box07_li_bg02.png)right bottom no-repeat; background-color: #ffefa2; color: #000; background-position: 97% 90%;}
#index .box07 li img {margin-left: 35px;}
#index .box07 li p {margin: auto;}
#index .box07 .inbox {font-size: 16px;}

#index .box08 {background: url(img/index/box08_bg.jpg)top center no-repeat; background-size: cover;}
#index .box08 h2 {font-size: 49px; font-weight: normal; font-family: 'Anton', sans-serif; letter-spacing: 2px; text-align: left;}
.blog_item_area {display: flex; justify-content: space-between; align-items: flex-end;}
#index .box08 .box {width: 480px; position: relative;}
#index .box08 .list {background-color: #ffffff; padding: 0 20px 20px; margin-top: 15px;}
#index .box08 .btn01 {position: absolute; right: 0; top: 13px; background: url(img/index/box08_btn_bg.png)right center no-repeat; background-color: #000; font-size: 12px; background-position-x: 90%; width: 120px; line-height: 1; padding: 11px 0; text-align: center; color: #fff;}
#index .box08 .blog_item {display: flex; justify-content: flex-start; padding: 20px 0; box-sizing: border-box; border-bottom: 1px dotted #ccc;}

#index .box08 h3 {line-height: 1; font-size: 16px; margin-bottom: 10px;}
#index .box08 .time {margin-right: 15px; line-height: 1; font-size: 16px;}



/*========================
FOOTER
========================*/
footer .over {background: url("img/footer/footer_bg.jpg")bottom center no-repeat; background-size: cover; padding: 30px 0; color: #fff; line-height: 1.6; letter-spacing: 1px;}
footer .over .inner {display: flex; justify-content: flex-start; align-items: center;}
footer .over table {margin-right: 200px; margin-top: 20px;}
footer .over table th,footer .over table td {font-weight: bold; line-height: 3;}
footer .over table td {padding-left: 50px;}
footer .over .big {font-size: 20px; line-height: 1; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #fff;}
footer .over .big02 {font-size: 18px; line-height: 1; margin-bottom: 5px;}

footer .copyright_area {display: flex; justify-content: center; background-color: #000; line-height: 1; padding: 15px 0; color: #fff; font-size: 12px;}

/*pankuzu*/
.pan {padding: 20px 0;}
.pan p {max-width: 1000px; font-weight: bold; margin: 0 auto;}
.pan a {display: inline;}

#pop_banner .inner 
{display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 10px; background: url("img/footer/pop_bg.png")top left no-repeat; background-color: #eeefef;
width: 1000px;
	margin: auto;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 100;}
#pop_banner .tel {margin-right: 5px; margin-left: 25px;}
/*========================
ページ設定
========================*/
/*
サムネ
*************/
.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: 32px;
	letter-spacing: 5px;
}
.thumb02 {background: url(img/thumb_bg02.jpg);} 
.thumb03 {background: url(img/thumb_bg03.jpg);} 
.thumb04 {background: url(img/thumb_bg04.jpg);} 
.thumb05 {background: url(img/thumb_bg05.jpg);} 
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
	height: 120px;
}
}

/*
タイトル
*************/
.page_title {
	background: url(img/page_title_bg.jpg)top center repeat;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 22px;
}
.page_title span {border-left: 5px solid #000; padding-left: 10px;}
/*
wrap
*************/
.single_page {
	width: 100%;
	max-width: 715px;
	margin-bottom: 40px;
}
.sidebar {width: 24.5%; max-width: 245px; margin-bottom: 40px;}

/*****************
width768px以下
*****************/
@media screen and (max-width:768px) {
.single_page {
	width: 100%;
	margin: auto;
}
	.sidebar {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: #eb6b06;
	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;
}
}
