@charset "utf-8";

/*
Theme Name: mk_child
Template: mk_child
Author: t-labo
Author URI: https://takai-laboratory.com/
*/

/*========================*/
/*fade
***************/
/* 画面外にいる状態 */
.fadein {
opacity : 0;
transform : translate(0, 150px);
transition : all 1500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}
#wrap {overflow: hidden;}

/******************************
HEADER
******************************/
header {background-color: #fff; padding: 10px 0; line-height: 1;}
header .tel {font-size: 25px; line-height: 1;}
header .tel span {font-size: 40px;}
header .mail {font-size: 18px; line-height: 1; background: #004ea2; width: 340px; padding: 10px 0; margin-top: 5px;}
header .mail img {margin-right: 10px;}
.h_contact_area {background: #141414; padding: 20px; line-height: 1;}
.h_contact_area .txt {font-size: 23px; margin-bottom: 10px;}
.h_contact_area .mail {background: #fff; box-sizing: border-box; border: 2px solid #004ea2; box-shadow: 0 3px #004ea2; font-size: 20px; padding: 20px; width: 503px; margin-top: 13px; margin-right: 20px;}
.h_contact_area .mail img {margin-right: 20px;}
.nav_bg {background: #004ea2; box-sizing: border-box;}
.main_nav {display: table;}
.main_nav li:nth-child(1) {border-left: 1px dotted #fff;}
.main_nav li {display: table-cell; position: relative; line-height: 1; border-right: 1px dotted #fff; padding: 15px 10px; box-sizing: border-box;}
.main_nav a::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #edeb28;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;}
.main_nav a:hover::after {
  transform: scale(1, 1);
}

.indent_content {padding: 50px 0; position: relative;}
.indent_content02 {margin-top: 20px;}
.content {padding: 20px; position: relative;}

/*index*/
#index .box01 {background: url("img/index/box01_bg.jpg")bottom center no-repeat; background-size: cover;}
#index .box01 h2 {margin-bottom: 40px;}
#index .box01 li p {font-size: 20px; line-height: 1; background: #004ea2; display: inline-block; padding: 5px 10px; align-items: flex-end; box-sizing: border-box;}
#index .box01 .li_01 {position: relative;}
#index .box01 .btn {box-sizing: border-box; background: url("img/index/box01_btn_bg.png")center left 116px no-repeat; background-color: #004ea2; width: 650px; height: 70px; border: 3px solid #000; margin: 50px auto 0; font-size: 20px; line-height: 1;}
#index .place_list{background: url("img/index/place_bg.jpg")top center repeat;}
#index .place_list .left,#index .place_list .right{margin-top: 20px;}
#index .place_list h3{font-size: 30px; line-height: 1; background: #004ea2; padding: 15px 0; text-align: center; margin-bottom: 20px;}
#index .place_list .right h3{background: #63b4cf;}
#index .place_list .inner01{box-sizing: border-box; border: solid 5px #004ea2; padding: 5px 20px; background: #fff; font-size: 20px;}
/*追記*/
#index .place_list .inner01 .inner01_left{width: 560px;}
#index .place_list .inner01 .inner01_right{width: 560px; margin-left: 30px;}
#index .place_list .sc_left{width: 590px;}
#index .place_list .sc_left h3{line-height: 1.2;}
#index .place_list .sc_left h3:nth-of-type(2){margin-top: 20px;}
#index .place_list .sc_right{width: 590px;}
#index .place_list .sc_right h3{display: flex; line-height: 1.2; text-align: center; height: 102px; box-sizing: border-box; justify-content: center; align-items: center;}

#index .place_list .inner02{ border: solid 5px #63b4cf;}
#index .place_list .bdr_b{box-sizing: border-box; border-bottom: solid 1px #004ea2; padding: 15px 0;}
#index .place_list .bdr_b:last-child{border-bottom: none;}
#index .place_list .tag02{font-size: 16px;}
#index .place_list .place span{font-size: 14px;}
#index .place_list .place02{margin-right: 20px;}

#index .box02 {background: url("img/index/box02_bg.jpg")top center no-repeat;}
#index .box02 h2 {position: relative; margin-bottom: 30px;}
#index .box02 h2::after {content: ''; position: absolute; background: url("img/index/box02_man.png")no-repeat; width: 241px; height: 293px; top: -50px; right: -10px;}
#index .box02 .item {width: 285px; margin-right: 20px;}
#index .box02 .item:nth-child(4n) {margin-right: 0;}
#index .box02 .item:nth-child(n + 5) {margin-top: 20px;}
#index .box02 .over {box-sizing: border-box; border: 3px solid #000; box-shadow: 0 3px #000; position: relative;}
#index .box02 .icon {position: absolute; left: 0; top: 0;}
#index .box02 .img img {width: 100%; height: 150px; object-fit: cover;}
#index .box02 .no {font-size: 25px; background: #004ea2; padding: 5px 0; line-height: 1;}
#index .box02 .no span {font-size: 40px;}
#index .box02 h3 {font-size: 14px; line-height: 1.5; margin: 20px 0;}
#index .box02 .btn {box-sizing: border-box; background: url("img/index/box02_btn_bg.png")center right 10px no-repeat; background-color: #fff; width: 100%; height: 40px; border: 3px solid #000; font-size: 14px;}
#index .box02 .btn02 {background: url("img/index/box02_btn_bg.png")center right 40px no-repeat; background-color: #fff; width: 650px; height: 70px; box-sizing: border-box; border: 3px solid #000; margin: 50px auto 0; font-size: 20px; line-height: 1;}
#index .box03 {background: url("img/index/box03_bg.jpg")center center no-repeat; background-size: cover;}
#index .box03 a:hover img {filter: alpha(opacity=100); opacity: 1;}
#index .box03 .box {box-sizing: border-box; border: 3px solid #141414; background: #fff; margin-top: 10px;}
#index .box03 .title_box {background: url("img/index/box03_title_bg.jpg")top left repeat; overflow: hidden; font-size: 14px; line-height: 1.5; padding: 0 25px;}
#index .box03 h2 {font-size: 45px; line-height: 1;}
#index .box03 .under {padding: 20px;}
#index .box03 .txt01 {font-size: 20px; line-height: 1;}
#index .box03 .tel {margin: 10px auto;}
#index .box03 .txt02 {font-size: 20px; line-height: 1; margin-bottom: 10px;}
#index .box03 table {width: 100%; box-sizing: border-box;}
#index .box03 table th,#index .box03 table td {padding: 10px 0; box-sizing: border-box;  font-size: 20px;}
#index .box03 table th{font-weight: bold; vertical-align: middle; width: 250px; position: relative;}
#index .box03 table input,#index .box03 table textarea {width: 100%; box-sizing: border-box; padding: 5px 10px; font-size: 20px; font-weight: bold; border: 3px solid #1f57a1;}
#index .box03 table textarea {font: inherit;}
#index .box03 .mwform-radio-field input,#index .box03 .mwform-checkbox-field input {width: auto!important; padding: inherit!important;}
#index .box03 .mwform-checkbox-field label {font-weight: bold!important;}
#index .box03 .mwform-radio-field-text {font-weight: bold;}
#contact table .tel_area {width: auto;}
/*確認画面へ進むボタン用*/
#index .box03 .mw_wp_form_input .btn input:hover { opacity: 0.7;}
#index .box03 .mw_wp_form_input .btn input{
    font-size: 20px;
    width: 400px;
    padding: 16px 0;
    line-height: 1;
	background: url("img/index/box03_btn_bg.png")center right 50px no-repeat;
	background-color: #004ea2;
	box-sizing: border-box;
	font-weight: bold;
	border: 3px solid #000;
	border-radius: 0;
	color: #fff;
}
#index .box03 .essential {background-color: #fff; color: #fe0000;  position: absolute; display: flex; align-items: center; justify-content: center; width: 60px; height: 24px; line-height: 1; top: 0; bottom: 0; right: 20px; margin: auto;}
#index .box03 .form_txt01 th {vertical-align: top;}
#index .box03 .form_txt01 .essential {bottom: inherit; top: 13px;}
#index .box04 {background: url("img/index/box04_bg.jpg")top left repeat; overflow: hidden;}
#index .box04 h2 {padding-left: 20px;}
#index .box04 ul {margin: 25px auto 50px; position: relative;}
#index .box04 ul::before {content: ''; position: absolute; background: url("img/index/box04_icon01.png") no-repeat; width: 441px; height: 452px; bottom: -170px; left: -500px;}
#index .box04 ul::after {content: ''; position: absolute; background: url("img/index/box04_icon02.png") no-repeat; width: 544px; height: 381px; top: -230px; right: -450px;}
#index .box04 li {position: relative; z-index: 10;}
#index .box04 .btn {background: url("img/index/box04_btn_bg.png")center left 30px no-repeat; background-color: #fff; font-size: 20px; width: 500px; height: 70px; margin: auto; box-sizing: border-box; border: 3px solid #000;}
#index .box05 {background: url("img/index/box05_bg02.jpg")bottom center no-repeat,url("img/index/box05_bg.jpg")top center no-repeat;}
#index .box05 h2 {background: #000; font-size: 18px; line-height: 1; padding: 5px 30px; display: inline-block; position: relative; z-index: 10; margin-bottom: 10px;}
#index .box05 .big {position: relative; z-index: 10;}
#index .box05 .icon {position: absolute; right: -68px; bottom: -10px;}
#index .box05 ul {width: 1240px; margin: 10px auto 0; background: #fff; box-sizing: border-box; border: 2px solid #000; padding: 20px;}
#index .box05 li {width: 285px;}
#index .box05 li img {margin-bottom: 10px;}
#index .box05 .btn {box-sizing: border-box; border: 3px solid #000; background: url("img/index/box05_btn_bg.png")center right 30px no-repeat; margin: 50px auto 0; width: 500px; height: 70px; background-color: #fff; font-size: 20px;}
#index .box06 {background: url("img/index/box06_bg02.jpg")top left repeat; padding-bottom: 0;}
#index .box06 .img {position: relative; min-width: 1920px; left: 50%; margin-left: -960px;}
#index .box06 ul {margin-bottom: -68px; position: relative; z-index: 10;}
#index .box06 li {width: 372px; box-sizing: border-box; border: 5px solid #000; box-shadow: 5px 5px #000; padding-top: 20px; background: #fff;}
#index .box06 h3 {margin-bottom: 20px;}
#index .box06 .txt {font-size: 15px; line-height: 1.5; padding: 15px 10px;}
#index .box06 .btn {background: url("img/index/box06_btn_arrow.png")center right 10px no-repeat,url("img/index/box06_bg.jpg")top left repeat; width: 100%; height: 40px;}
#index .box07 {background: url("img/index/box07_bg.jpg")top left repeat;}
#index .box07 .img {box-sizing: border-box; border: 3px solid #000; box-shadow: 3px 3px #000;}
#index .box07 .img img {width: 100%; height: 173px; object-fit: cover; object-position: center;}
#index .box07 .item {box-sizing: border-box; width: 285px; margin-right: 20px; position: relative; z-index: 10;}
#index .box07 .item:nth-child(4) {margin-right: 0;}
#index .box07 h2 {margin-bottom: 50px;}
#index .box07 h2 img {position: relative; z-index: 10;}
#index .box07 h2::after {content: ''; background: url("img/index/box07_title_icon.png")no-repeat; width: 626px; height: 110px; right: 0; bottom: -50px; position: absolute;}
#index .box07 h3 {font-size: 14px; line-height: 1.5; margin: 20px auto 0;}
#index .box07 .txt01 {font-size: 14px; line-height: 1;}
#index .box07 .btn {box-sizing: border-box; background: url("img/index/box07_btn_bg.png")center right 50px no-repeat; border: 3px solid #000; background-color: #fff; width: 600px; height: 70px; font-size: 20px; line-height: 1; margin: 50px auto 0;}
#index .box08 {background: url("img/index/box08_bg.jpg")top center no-repeat;}
#index .box08 .inner {margin: 20px auto 40px; font-size: 20px; line-height: 1.8;}
#index .box08 .inner img {margin-right: 20px;}
#index .box08 .inner .big {font-size: 50px; line-height: 1.2; margin-bottom: 40px; margin-left: -80px; position: relative; z-index: 10;}
#index .box08 .inner .big .b_bg {background: #000; padding: 2px; display: inline-block;}
#index .box08 .inner .big .b_bg02 {margin-top: 10px;}
#index .box08 a {box-sizing: border-box; border: 3px solid #000; background: url("img/index/box08_shadow.png")center left no-repeat; background-color: #004ea2; width: 285px; height: 70px; font-size: 18px; line-height: 1; position: relative; overflow: hidden;}
#index .box08 a:nth-child(n + 5) {margin-top: 20px;}
#index .box08 a p {position: relative; z-index: 10;}
#index .box08 .icon01 {position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
#index .box08 .icon02 {position: absolute; bottom: 10px; right: 10px;}
#index .box08 .btn {box-sizing: border-box; background: url("img/index/box08_btn_bg.png")center right 50px no-repeat; background-color: #fff; border: 3px solid #000; font-size: 20px; line-height: 1; width: 600px; height: 70px; margin: 50px auto 0;}
#index .box09 {background: url("img/index/box09_bg.jpg")top center no-repeat; background-color: #f3f3f3;}
#index .box09 .blog_item_area {margin-top: 50px;}
#index .box09 .list {width: 580px; box-sizing: border-box; border: 5px solid #004ea2; padding: 0 20px 20px; position: relative; background: #fff;}
#index .box09 .list:nth-child(2) {border: 5px solid #63b4cf;}
#index .box09 .title_box {margin-bottom: 20px;}
#index .box09 h2 {margin-left: 20px;}
#index .box09 .btn {box-sizing: border-box; width: 130px; height: 40px; font-size: 16px; line-height: 1; position: absolute; right: 0; top: 0; background: #004ea2;}
#index .box09 .list:nth-child(2) .btn {background: #63b4cf;}
#index .box09 .item {box-sizing: border-box; border-bottom: 1px solid #000; padding-bottom: 20px; margin-bottom: 20px; font-size: 14px;}
#index .box09 .list .item:nth-of-type(3){margin-bottom: 0; padding-bottom: 0; border-bottom: none;}
#index .box09 .time {font-size: 16px; line-height: 1; margin-right: 20px;}
#index .box09 h3 {font-size: 18px; margin-bottom: 10px;}
#index .box10 {background: url("img/index/box10_bg.jpg")top left repeat;}
#index .box10 a {box-sizing: border-box; width: 285px; border: 3px solid #000; background: #fff;}
#index .box10 a p {font-size: 18px; line-height: 1;}
#index .box11 {background: url("img/index/box11_bg.jpg")top left repeat; overflow: hidden; line-height: 2;}
#index .box11 .txt_box {box-sizing: border-box; border: 5px solid #000; padding: 15px 20px; position: relative; background: #fff; margin-top: 50px;}
#index .box11 .txt_box::after {content: ''; background: url("img/index/box11_icon.png")no-repeat; width: 375px; height: 427px; bottom: -55px; right: -400px; position: absolute;}
#index .box11 .noto {font-size: 80px; line-height: 1; position: absolute; right: 0; top: -80px;}
#index .box12 {background: url("img/index/box12_bg.jpg")top center no-repeat,url("img/index/box12_bg02.jpg")top left repeat;}
#index .box12 h2::before,#index .box12 h2::after {content: ''; flex-grow: 1; height: 5px; background: #000; display: block;}
#index .box12 h2::before {margin-right: 30px;}
#index .box12 h2::after {margin-left: 30px;}
#index .box12 iframe {width: 1200px; box-sizing: border-box; border: 5px solid #000; height: 400px; margin: 50px auto; display: block;}
#index .box12 .txt01 {font-size: 25px; line-height: 1; margin: 40px auto;}
#index .box12 .inner {font-size: 25px; line-height: 1;}
#index .box12 table {margin-right: 50px; border-collapse: separate; border-spacing: 10px 0;}
#index .box12 table tr:nth-child(2) th,#index .box12 table tr:nth-child(2) td {padding-top: 30px;}
#index .box12 .right_box p:nth-child(2) {margin-top: 30px;}



/*========================
FOOTER
========================*/
footer {background: url("img/footer/bg.jpg")center center no-repeat;}
footer .home_link {background: #000; padding: 15px 0; line-height: 1; font-size: 14px;}
footer .inner {margin: 50px auto;}
footer .list {margin-right: 50px;}
footer .list a {font-size: 14px; line-height: 1; margin-top: 25px;}
footer .list a:nth-child(1) {margin-top: 0;}
footer .box p {font-size: 14px; line-height: 1; margin-top: 15px;}
footer .copyright_area {font-size: 12px; padding: 5px 0; background-color: #004ea2; position: relative; z-index: 10;}



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

#pop_banner {position: fixed; bottom: 20px; z-index: 100; width: 100%;}
#pop_banner .inner {margin: auto; box-sizing: border-box; border: 1px solid #000; background-color: #fff;}
#pop_banner .icon01 {box-sizing: border-box; border-right: 1px solid #fff; background: #63b4cf; transition-duration: .3s;}
#pop_banner .icon01::hover {background: #004ea2;}
#pop_banner .right_area {display: flex; align-items: center; justify-content: center;}
/*========================
ページ設定
========================*/
/*
サムネ
*************/
.page_thumb {
width: 100%;
margin: auto;
box-sizing: border-box; 
background: url(img/thumb_bg.jpg)center center no-repeat;
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)center center no-repeat;} 
.thumb03 {background: url(img/thumb_bg03.jpg)center center no-repeat;} 
.thumb04 {background: url(img/thumb_bg04.jpg)center center no-repeat;}
.thumb05 {background: url(img/thumb_bg05.jpg)center center no-repeat;}
.thumb06 {background: url(img/thumb_bg06.jpg)center center no-repeat;}
.thumb07 {background: url(img/thumb_bg07.jpg)center center no-repeat;}
.thumb08 {background: url(img/thumb_bg08.jpg)center center no-repeat;}
.thumb09 {background: url(img/thumb_bg09.jpg)center center no-repeat;}
.thumb10 {background: url(img/thumb_bg10.jpg)center center no-repeat;}
.thumb11 {background: url(img/thumb_bg11.jpg)center center no-repeat;}
.thumb12 {background: url(img/thumb_bg12.jpg)center center no-repeat;}

/*****************
width480px以下
*****************/
@media screen and (max-width:480px) {
.page_thumb img {
height: 120px;
}
}

/*
タイトル
*************/
.page_title {
background-color: #004ea2;
text-align: left;
padding: 10px;
box-sizing: border-box;
font-weight: bold;
font-size: 22px;
color: #fff;
line-height: 1.3;
margin-bottom: 20px;
}
.page_title span {border-left: 5px solid #fff; padding-left: 10px;}
/*
wrap
*************/
.single_page {
width: 100%;
max-width: 715px;
}
#sidebar {max-width: 245px;}
.sub_page {margin-bottom: 50px;}

/*****************
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: #ccc;
padding: 6px 0 0 10px;
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: #000;
font-weight: bold;
width: 150px;
background: #ccc;
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;
width: 100%;
}
.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;
}
}
