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

/*========================*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: bold;
  font-weight: 200;
  src: url('css/NotoSerifJP-SemiBold1.woff') format('woff');
}
.mincho { font-family: 'Noto Serif Japanese', serif; }

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);
}
.page-numbers {gap: 1%; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; position: relative; font-size: 14px; line-height: 14px; text-align: center; margin-top: 20px;}
.page-numbers span, .page-numbers 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;
	min-width: 50px;
	box-sizing: border-box;
	width: 100%;
}
.page-numbers .current {
	padding: 10px 15px 10px 15px;
    color: #fff;
    background: #ccc;
}
.page-numbers li {width: 9.1%;}

/******************************
HEADER
******************************/
header {width: 1000px; margin: 0 auto; padding: 10px 0;}
header h1 {font-size: 14px; margin-bottom: 7px; line-height: 1.2;}
header h2 {font-size: 40px; line-height: 1;}
header .title {display: flex; justify-content: flex-start; align-items: center; font-size: 20px; line-height: 1.1; color: #076ab6;}
header .title p {margin: 0 7px;}
header .insta {margin-left: 10px;}
.top_slider li {width: 1200px!important;}
.nav_bg {
box-sizing: border-box; border-bottom: 2px solid #000000; border-left: none; border-right: none; color: #000;}
.main_nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1;
}
.main_nav li {border-left: 2px dotted #c9c9c9; width: 142px; height: 76px; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-end; position: relative; padding-bottom: 5px;}
.main_nav li .icon {position: absolute; top: 0; bottom: 30px; left: 0; right: 0; margin: auto;}
.main_nav li:nth-child(7) {border-right: 2px dotted #c9c9c9;}
.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 .btn {width: 500px; margin: 0 auto; padding: 30px 0; line-height: 1; font-size: 25px; background-color: #fff; box-sizing: border-box; border: 2px solid #000; box-shadow: 3px 3px #d2d2d2; text-align: center;}
#index .btn_02 {width: 500px; margin: 0 auto; padding: 30px 0; line-height: 1; font-size: 25px; background-color: #EF7800; box-sizing: border-box; border: 2px solid #000; box-shadow: 3px 3px #d2d2d2; text-align: center; color: #fff;}
#index .box01 {background: url(img/index/box01_bg.jpg)top center repeat;}
#index .box01 .inbox {background: url(img/index/box01_bg02.jpg)top left repeat; border: 3px solid #000; padding: 20px;}
#index .box01 .btn01 {background-color: #304fc7; border: 3px solid #000; box-sizing: border-box; padding: 5px 0; width: 300px; line-height: 1; position: absolute; top: 20px; right: 20px; font-size: 20px; box-shadow: 3px 3px #d2d2d2;}
#index .box01 h2 {font-size: 35px; padding-left: 10px; border-left: 5px solid #304fc7; margin-bottom: 20px;}
#index .box01 h3 {margin-left: 30px;}
#index .box01 .blog_item {display: flex; justify-content: flex-start; align-items: center; font-size: 20px; padding-bottom: 10px; box-sizing: border-box; border-bottom: 2px dashed #a4a4a4; margin-bottom: 10px;}
#index .box01 .blog_item:nth-last-child(2) {margin-bottom: 0;}

#index .box015 {background: url(img/index/box015_bg.jpg)top center repeat;}
#index .box015 h2 {font-size: 60px;}
#index .box015 .min {font-size: 20px; margin: 30px auto;}
#index .box015 ul {position: relative; z-index: 10;}
#index .box015 li {box-sizing: border-box; border: 2px solid #000; background-color: #fff; width: 320px; position: relative; margin-right: 20px; min-height: 192px;}
#index .box015 li .con {padding: 10px;}
#index .box015 .con .price02 {font-size: 19px;}
#index .box015 .con .text {display: flex; align-items: center; justify-content: center;}
#index .box015 .title {font-size: 20px; line-height: 1; background-color: #304fc7; padding: 10px 0; box-sizing: border-box; border-bottom: 2px solid #000;}
#index .box015 .price {font-size: 20px; line-height: 1.5; margin-top: 10px;}
#index .box015 .txt02 {margin-top: 20px;}
#index .box015 .min_txt {font-size: 14px;}
#index .box015 li:nth-child(3n) {margin-right: 0;}
#index .box015 li:nth-child(n + 4){margin-top: 20px;}
#index .box015 .ul02 {width: 660px; margin: 20px auto 0;}
#index .box015 .new {position: absolute; left: 0; top: 0; background-color: #ffff00; width: 55px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 18px;}
#index .box015 .icon01,#index .box015 .icon02 {position: absolute; top: -105px; left: -20px;}
#index .box015 .icon02 {right: -15px; left: inherit;}
#index .box015 .txt_box {display: table; margin: auto; padding: 20px;}

#index .box02 {background: url(img/index/box02_bg.jpg)top center no-repeat; background-size: cover;}
#index .box02 .inbox12 {background: url(img/index/box02_bg02.jpg)top left repeat; padding: 50px 100px;}
#index .box02 .text_area {box-sizing: border-box; border: 3px solid #000; width: 800px; margin: 20px auto; background-color: #fff; padding: 5px 0; position: relative; z-index: 20; font-size: 16px;}
#index .box02 .icon01,#index .box02 .icon02 {position: absolute; top: 90px; left: 85px;}
#index .box02 .icon02 {left: inherit; right: 90px; top: 75px;}
#index .box02 ul {display: flex; justify-content: space-between; align-items: flex-start;}
#index .box02 li {width: 490px;}

#index .box03 {background: url(img/index/box03_bg.jpg)top center repeat; padding: 10px 0 50px;}
#index .box03 .btn {margin-top: 50px;}
#index .box03 .btn_02 {margin-top: 50px;}
#index .box03 .title_area {display: flex; justify-content: flex-start; align-items: center; margin-bottom: 20px;}
#index .box03 .title_area img {margin-left: -36px;}
#index .box03 h2 {font-size: 40px; margin-top: 30px; margin-left: 20px;}
#index .box03 .inner {display: flex; justify-content: space-between; align-items: flex-start; line-height: 1.5; font-size: 12px;}
#index .box03 .work_item {width: 224px; margin-right: 20px; margin-top: 20px; position: relative; z-index: 10;}
#index .box03 .work_item:nth-child(5n) {margin-right: 0;}
#index .work_img img {height: 168px; object-fit: cover; width: 100%;}
#index .box03 .icon {position: absolute; top: -140px; right: 50px;}
#index .box03 .icon02 {position: absolute; bottom: -139px; left: 245px;}
#index .box03 h3 {line-height: 1.5; padding-bottom: 5px; color: #ec7800;}
#index .box03 .txt_box p {padding-top: 5px;}
#index .box03 .red {font-size: 18px;}
#index .box03 .icon_area {margin: 5px 0 10px; display: flex; align-items: center; justify-content: flex-start;}
#index .box03 .icon_area .type_icon01 {margin-right: 10px; color: #fff; padding: 5px 10px; background-color: #4e454a;}
#index .box03 .icon_area .type_icon02 {background-color: #EF7800;}
#index .box03 .icon_area .type_icon03 {background-color: #304ec6;}
#index .box03 .icon_area .type_icon04 {background-color: #9d8155;}
#index .box03 .icon_area .type_icon05 {background-color: #193297;}
#index .box03 .icon_area .type_icon06 {background-color: #DF393D;}
#index .box03 .new {position: absolute; left: -10px; top: -10px; z-index: 10;}
#index .box03 .txt_box .a_txt01 {word-break: keep-all; margin-right: 10px; padding-top: 0;}


#index .box04 {background: url(img/index/box03_bg.jpg)top center repeat;}
#index .box04 .inbox12 {box-sizing: border-box; border: 5px solid #304fc7; background-color: #fff; padding: 40px 94px; background: url(img/index/box04_bg.jpg)top center repeat;}
#index .box04 h2 {font-size: 30px;}
#index .box04 h2 span {font-size: 50px;}
#index .box04 .min {font-size: 18px; margin: 20px auto 40px;}
#index .box04 ul {display: flex; justify-content: space-between; align-items: flex-start; position: relative; z-index: 10;}
#index .box04 .icon01,#index .box04 .icon02 {position: absolute; top: 90px; left: 140px;}
#index .box04 .icon02 {left: inherit; right: 140px;}

#index .box05 {background: url(img/index/box05_bg02.jpg)top center repeat;}
#index .box05 .txt {margin-top: 15px;}
#index .box05 .voice_img {margin-bottom: 15px;}
#index .box05 .voice_item {width: 285px; margin-right: 20px;}
#index .box05 .voice_item:nth-last-child(1) {margin-right: 0;}
#index .box05 h3 {line-height: 1.5; margin-bottom: 5px;}
#index .box05 .btn {margin-top: 50px;}
#index .box05 .title_area {background: url(img/index/box05_bg.jpg)top center no-repeat; font-size: 16px; color: #fff; padding: 20px 0; margin-bottom: 50px;}
#index .box05 .inner {display: flex; justify-content: flex-start; align-items: center; width: 1200px; margin: 0 auto;}
#index .box05 h2 {font-size: 40px; color: #fff; line-height: 1.2; margin-right: 140px; margin-top: 5px;}
#index .box05 h2 span {font-size: 50px; color: #304fc7;}
#index .box05 .big {font-size: 40px; line-height: 1; margin-bottom: 10px;}
#index .voice_img img {height: 160px; object-fit: cover; width: 100%;}
#index .box05 .icon01,#index .box05 .icon02 {position: absolute; bottom: -15px; left: 125px;}
#index .box05 .icon02 {left: inherit; right: 140px;}

#index .box06 {background: url(img/index/box06_bg.jpg)center center no-repeat; background-size: cover; padding: 5px 0 50px;}
#index .box06 .title_area {display: flex; justify-content: space-between; align-items: center; text-align: center;}
#index .box06 h2 {display: inline-table; background-color: #304fc7; padding: 5px 10px; font-size: 25px; position: absolute; left: 103px; top: 50px;}
#index .box06 ul {display: flex; justify-content: space-between; align-items: center;}
#index .box06 li {width: 235px; position: relative; background: url(img/index/box06_li_bg.jpg)bottom center repeat;}
#index .box06 .icon01 {position: absolute; left: -20px; top: -40px}
#index .box06 li p {font-size: 16px; line-height: 1.4; padding: 8px 0;}
#index .box06 .btn {margin-top: 50px;}

#index .box07 {background: url(img/index/box07_bg.jpg)top center repeat;}
#index .box07 .inner {display: flex; justify-content: space-around; align-items: center; margin-top: 40px;}
#index .box07 .right_area {box-sizing: border-box; border: 3px solid #d2d2d2; background-color: #fff; padding: 30px 10px 10px 15px; height: 370px;}
#index .box07 .big {font-size: 40px; margin-bottom: 30px; line-height: 1.4;}
#index .box07 .big span {display: inline;}
#index .box07 .text {font-size: 20px; display: inline; border-bottom: 1px solid #d2d2d2; line-height: 2;}
#index .box07 .icon01 {position: absolute; left: 15px; top: -15px;}
#index .box07 .icon02 {position: absolute; bottom: -40px; left: 15px;}
#index .box07 .btn {margin-top: 50px;}

#index .box08 {background: url(img/index/box08_bg.jpg)top center no-repeat; background-size: cover;}
#index .box08 ul {display: flex; justify-content: space-between; flex-wrap: wrap; width: 905px; margin-left: auto; margin-top: 10px;}
#index .box08 li {width: 165px; box-sizing: border-box; border: 3px solid #dcdcdc; background: url(img/index/box08_li_bg.jpg)top center repeat;}
#index .box08 li:nth-child(6),#index .box08 li:nth-child(7),#index .box08 li:nth-child(8),#index .box08 li:nth-child(9),#index .box08 li:nth-child(10) {margin-top: 20px;}
#index .box08 li a {height: 100%;}
#index .box08 li p {padding: 10px 0; text-align: center; color: #fff; display: flex; align-items: center; justify-content: center;}
#index .box08 li .big {font-size: 25px; line-height: 1; text-align: center; padding: 10px 0; background-color: #304fc7; height: auto;}
#index .box08 .icon {position: absolute; left: -20px; bottom: 100px;}
#index .box08 .btn {margin-top: 50px;}

#index .box09 {background: url(img/index/box09_bg.jpg)top center repeat;}
#index .box09 .inbox {background: url(img/index/box01_bg02.jpg)top left repeat; border: 3px solid #000; padding: 20px;}
#index .box09 .btn01 {background-color: #ee7800; border: 3px solid #000; box-sizing: border-box; padding: 5px 0; width: 300px; line-height: 1; position: absolute; top: 20px; right: 20px; font-size: 20px; box-shadow: 3px 3px #d2d2d2;}
#index .box09 h2 {font-size: 35px; padding-left: 10px; border-left: 5px solid #ee7800; margin-bottom: 20px;}
#index .box09 h3 {margin-left: 30px;}
#index .box09 .blog_item {display: flex; justify-content: flex-start; align-items: center; font-size: 20px; padding-bottom: 10px; box-sizing: border-box; border-bottom: 2px dashed #a4a4a4; margin-bottom: 10px;}
#index .box09 .blog_item:nth-last-child(2) {margin-bottom: 0;}

#index .box10 {background: url(img/index/box10_bg.jpg)top center repeat;}
#index .box10 ul {display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px;}
#index .box10 li {background-color: #304fc7; padding: 5px; font-size: 20px; display: flex; align-items: center; justify-content: space-between; width: 235px; box-sizing: border-box; border-bottom: 3px solid #0b289a;}
#index .box10 .con {box-sizing: border-box; border: 5px solid #304fc7; background-color: #fff; padding: 15px 20px; line-height: 1; display: flex; justify-content: space-between; align-items: flex-end; font-size: 20px; position: relative; margin-top: 40px;}
#index .box10 .title {display: flex; justify-content: flex-start; align-items: center; font-size: 25px; margin-bottom: 5px; color: #076ab6;}
#index .box10 .title p {margin: 0 5px;}
#index .box10 .logo {font-size: 60px; margin: 0!important;}
#index .box10 .big {font-size: 35px;}
#index .box10 .inner {display: flex; align-items: center; justify-content: flex-end; margin-top: 10px;}
#index .box10 .tel {background-color: #304fc7; width: 385px; height: 45px; display: flex; align-items: center; justify-content: center; font-size: 35px; margin-left: 15px;}
#index .box10 .mail {background-color: #ee7800; width: 385px; height: 45px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-left: 15px;}
#index .box10 .con .txt {text-align: center; margin-left: 30px;}
#index .box10 .text01 {position: absolute; left: 0; top: 0; background: url(img/index/box10_text_bg.png)center left no-repeat; padding: 7px 20px 10px; color: #fff; line-height: 1.2; font-size: 14px;}
#index .at_area {padding: 50px 0; background: url(img/index/at_area_bg.jpg)center center no-repeat; background-size: cover; box-sizing: border-box; border-top: 2px solid #000; border-bottom: 2px solid #000;}
#index .at_area iframe {display: block;}
#index .at_area .inner {width: 1144px; margin: 0 auto; position: relative;}
#index .at_area .inner01 {margin-bottom: -2px;}
#index .at_area h2 {}
#index .at_area .btn {background-color: #304fc7; color: #fff; box-shadow: 3px 3px #d2d2d2;}
.at_areali {position: relative;}
#index .at_area .icon01,#index .at_area .icon02,#index .at_area .icon03,#index .at_area .icon04,#index .at_area .icon05 {position: absolute; top: 0; left: 0; width: 60px; height: 32px; background-color: #EF7800; box-sizing: border-box; border: 1px solid #AA5600;}
#index .at_area .icon02 {left: 229px;}
#index .at_area .icon03 {left: 458px;}
#index .at_area .icon04 {left: inherit; right: 397px;}
#index .at_area .icon05 {left: inherit; right: 169px;}
#index .at_area .btn_area {position: relative; width: 500px; margin: 70px auto 0;}
#index .at_area .chara01 {position: absolute; top: 0; bottom: 0; margin: auto; left: -130px;}
#index .at_area .chara02 {position: absolute; top: 0; bottom: 0; margin: auto; right: -125px;}




/*========================
FOOTER
========================*/
footer .over {background: url("img/footer/footer_bg.jpg")bottom center no-repeat; background-size: cover; color: #fff;}
footer .inner {display: flex; justify-content: flex-start; align-items: flex-end; width: 1000px; margin: 0 auto;}
footer table {line-height: 2.5; margin-right: 300px;}
footer table th {padding-right: 100px; font-weight: bold;}
footer .big {font-size: 20px; width: 200px; box-sizing: border-box; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 10px;}
footer .over ul {margin-bottom: 10px;}
footer .big02 {font-size: 18px; line-height: 1; margin-bottom: 5px;}
footer .copyright_area {display: flex; justify-content: center; align-items: center; font-size: 12px; padding: 10px 0; background-color: #000;}

/*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; background: url("img/footer/pop_bg.png")top left no-repeat; background-color: #fff; border: 3px solid #304fc7; padding-left: 5px;
width: 900px;
	margin: auto;
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 100;}
#pop_banner .right_area {display: flex; justify-content: flex-end; align-items: center; padding: 10px; padding-left: 0;}
#pop_banner .right_area a {margin-left: 10px;}
#pop_banner .tel {margin-left: 30px;}
/*========================
ページ設定
========================*/
/*
サムネ
*************/
.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);}
.thumb06 {background: url(img/thumb_bg06.jpg);}
.thumb07 {background: url(img/thumb_bg07.jpg);}
.thumb08 {background: url(img/thumb_bg08.jpg);}
.thumb09 {background: url(img/thumb_bg09.jpg);}
.thumb10 {background: url(img/thumb_bg10.jpg);}
/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
	height: 120px;
}
}

/*
タイトル
*************/
.page_title {
	background-color: #304fc7;
	text-align: left;
	padding-left: 15px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 22px;
	color: #fff;
}
.page_title span {border-left: 5px solid #fff; 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: #EF7800;
	padding: 6px 0 6px 10px;
	box-sizing: border-box;
	border-bottom: 3px solid #4E454A;
}


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