/*
Theme Name:new TUMUGU
Description:new tumugu theme.
*/
@charset "UTF-8";

body {
    font-family: "Noto Sans JP",'Avenir', Arial,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	margin: 80px auto 0;
	padding: 0;
	position:relative;
    background-color:#fff;
    color:#333333;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img { vertical-align: top; }
picture img { width:100%; }
p { padding:0; margin:0; }
.din {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.fl { float:left; }
.fr { float:right; }
.tl { text-align:left; }
.tr { text-align:right; }
.flex-sb {
	display: flex;
	justify-content:space-between;
}
.flex-fs {
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.flex-ct {
	display: flex;
	justify-content:center;
}
.pc { display:block; }
.sp { display:none; }
br.pc { display:inline; }
br.sp { display:none; }

/*header*/
header {
    width:100%;
    height:80px;
    position:fixed;
    top:0;
    left:0;
    z-index:10000;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
header .logo {
    position:absolute;
    top:18px;
    left:43px;
}
header .logo a:first-child {
    display:inline-block;
    vertical-align: middle;
}
header .logo a:first-child img {
    height:35px;
}
header .logo > img:last-child {
    margin:0 0 0 16px;
    height:42px;
    display:inline-block;
    vertical-align: middle;
}
header .menu {
    padding:28px 40px 28px 0;
    text-align:right;
}
header .menu a {
    margin:0 0 0 50px;
    font-size:14px;
    line-height: 1;
    color:#333333;
    position: relative;
    text-decoration: none;
    transition: all .5s;
}
header .menu a::after {
    width:41px;
    height:3px;
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all .5s;
}
header .menu a:hover::after {
    background-color: #8CB808;
}
header .menu a:first-child { margin:0; }
header .menu a:last-child {
    margin:0 0 0 60px;
    padding:10px 40px;
    font-weight: bold;
    color:#fff;
    background-color:#8CB808;
    border-radius: 21px;
}
header .menu a:last-child:hover {
    background-color:#005726;
}
header .menu a:last-child:hover::after {
    background-color:#fff;
}
header .sp-menu-btn {
    width:35px;
    position:absolute;
    top:22px;
    right:22px;
    cursor: pointer;
    display:none;
}

/*sp menu*/
.sp-menu {
  position: fixed;
  top: 0;
  right: -308px; /* 初期値は画面外 */
  width: 260px;
  height: 100vh;
  background: #484848;
  transition: all 0.3s;
  z-index: 10000;
}
.sp-menu.is-active {
  right: 0;
}
.sp-menu .sp-close-btn {
    width:48px;
    position:absolute;
    top:0;
    left:-48px;
    cursor: pointer;
}
.sp-menu .logo {
    margin:20px;
    width:140px;
}
.sp-menu a {
    padding:10px 25px;
    display: block;
    font-size:14px;
    color:#fff;
    border-top:1px solid #707070;
    text-decoration: none;
}
.sp-menu a:nth-child(7) { border-bottom:1px solid #707070; }
.sp-menu a:last-child {
    margin:20px 0 0 20px;
    padding:10px 58px;
    font-weight: bold;
    color:#fff;
    background-color:#8CB808;
    border-radius: 21px;
    display: inline-block;
    text-align: center;
    border:0;
}

/*content*/
.main { overflow: hidden; }
section {
  width:100%;
  margin:0;
  padding:0;
  position:relative;
}
section .inner {
  width: 82%;
  max-width:1120px;
  margin:0 auto;
  padding:0;
  position:relative;
}

/*fv*/
section#fv {
    text-align: right;
    background-color: #F2F5EA;
}
section#fv .inner {
    width: 95%;
    max-width:1280px;
    height:550px;
}
section#fv .inner > img {
    width:auto;
    max-height:550px;
}
section#fv .fv-con {
    text-align: left;
    position:absolute;
    top:60px;
    left:88px;
}
section#fv .sp-fv-img {
    width:100%;
    display:none;
}
section#fv .fv-con .head {
    margin:0 0 10px;
    font-size:54px;
    font-weight: bold;
    color:#8CB808;
    line-height: 1.14;
}
section#fv .fv-con .head span {
    color:#005726;
}
section#fv .fv-con p {
     margin:0 0 20px;
     font-size:20px;
     line-height: 1.4;
}
section#fv .fv-con .slider {
    width:372px;
}
section#fv .fv-con .slider .slick-slide {
    padding:0 6px;
}
section#fv .fv-con .slider .slick-slide .box {
    width:180px;
    height:180px;
    border-radius: 11px;
    text-align:center;
}
section#fv .fv-con .slider .slick-slide:nth-child(odd) .box {
  background-color: #005726;
}
section#fv .fv-con .slider .slick-slide:nth-child(even) .box {
  background-color: #8CB808;
}
section#fv .fv-con .slider .slick-slide .box .icn01 {
    margin:32px auto 28px;
    width:40px;
}
section#fv .fv-con .slider .slick-slide .box .icn02 {
    margin:29px auto 26px;
    width:40px;
}
section#fv .fv-con .slider .slick-slide .box .icn03 {
    margin:25px auto 21px;
    width:40px;
}
section#fv .fv-con .slider .slick-slide .box .icn04 {
    margin:28px auto 18px;
    width:40px;
}
section#fv .fv-con .slider .slick-slide .box .icn05 {
    margin:19px auto 22px;
    width:70px;
}
section#fv .fv-con .slider .slick-slide .box .icn06 {
    margin:32px auto 38px;
    width:40px;
}
section#fv .fv-con .slider .slick-slide .box p {
    font-size: 12px;
    line-height: 1.35;
    color:#fff;
    font-weight: bold;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li button::before {
    font-size: 14px;
    color:#8CB808;
}
.slick-dots li.slick-active button::before {
  opacity: .75;
  color: #005726;
}

/*tokutyo*/
section#tokutyo {
    padding:92px 0 115px;
    background-color: #005726;
    overflow: hidden;
    text-align: center;
}
section#tokutyo .inner .sub-head {
    margin:0 0 15px;
    font-size:18px;
    color:#D3EB8B;
    letter-spacing: .26em;
}
section#tokutyo .inner .head {
    margin:0 0 20px;
}
section#tokutyo .inner .head img {
    height:55px;
    display:inline-block;
    vertical-align: middle;
}
section#tokutyo .inner .head div {
    margin:0 0 15px 5px;
    font-size:48px;
    line-height: 48px;
    font-weight: bold;
    color:#8CB808;
    display:inline-block;
    vertical-align: middle;
}
section#tokutyo .inner .bd {
    margin:0 auto 17px;
    width:526px;
    height:1px;
    background-color: #005726;
}
section#tokutyo .inner p {
    font-size:15px;
    line-height: 1.86;
}
section#tokutyo .bg{
    width:829px;
    height:829px;
    border-radius: 50%;
    background-color: #fff;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*service*/
section#service {
    padding:80px 0 90px;
    background-color: #F2F5EA;
}
section#service .inner .sub-head {
    margin:0 0 15px;
    font-size:18px;
    color:#D3EB8B;
    letter-spacing: .26em;
    text-align: center;
}
section#service .inner .head {
    margin:0 0 38px;
    font-size:48px;
    line-height: 48px;
    font-weight: bold;
    color:#005726;
    text-align: center;
}
section#service .inner .head span { color:#8CB808; }
section#service .inner .box {
    margin:0 auto 30px;
    padding:25px 32px 25px 52px;
    border-radius: 23px;
    background-color: #fff;
    box-shadow: 3px 3px 8px #E0E2DD;
    position:relative;
    font-size: 14px;
}
section#service .inner .box:last-child { margin:0 auto; }
section#service .inner .box .number {
    font-size: 54px;
    line-height: 54px;
    color:#005726;
    position:absolute;
    top:0;
    left:-70px;
}
section#service .inner .box .flex-sb {
    align-items: flex-start;
}
section#service .inner .box .flex-sb img {
    width:200px;
    margin:0 40px 0 0;
}
section#service .inner .box .flex-sb .text {
    width:80%;
    max-width: 796px;
}
section#service .inner .box .flex-sb .text .cap {
    margin:0 auto 8px;
    font-size: 20px;
    color:#8CB808;
    font-weight: bold;
}
section#service .inner .box .flex-sb .text p {
    font-size: 14px;
    line-height: 1.7;
}
section#service .inner .box .flex-sb .text a {
    margin:10px 0 0;
    font-size: 14px;
    color:#8CB808;
    display: inline-block;
}

/*price*/
section#price {
    padding:80px 0 90px;
    background-image: url(images/price_bg.png);
    background-position: center;
    background-size: cover;
}
section#price .inner .sub-head {
    margin:0 0 15px;
    font-size:18px;
    color:#D3EB8B;
    letter-spacing: .26em;
    text-align: center;
}
section#price .inner .head {
    margin:0 0 25px;
    font-size:48px;
    line-height: 48px;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
section#price .inner .bd {
    margin:0 auto 27px;
    width:526px;
    height:1px;
    background-color: #D3EB8B;
}
section#price .inner .flex-ct {
    margin:0 auto 60px;
    align-items: flex-start;
}
section#price .inner .flex-ct > img {
    width:272px;
    margin:0 40px 0 0;
}
section#price .inner .flex-ct .text .cap {
    margin:0 auto 16px;
    font-size: 28px;
    color:#fff;
    font-weight: bold;
}
section#price .inner .flex-ct .text p {
    margin:0 0 10px;
}
section#price .inner .flex-ct .text p.ano {
    margin:20px 0 10px;
    font-size:15px;
    color:#fff;
}
section#price .inner .flex-ct .text p span:first-child {
    margin:0 10px 0 0;
    color:#fff;
}
section#price .inner .flex-ct .text p span:nth-child(2) {
    font-size: 18px;
    color: #D3EB8B;
    font-weight: bold;
}
section#price .inner .flex-ct .text p span.wh { color: #fff; }
section#price .inner .flex-ct .text p span:nth-child(3) {
    font-size:15px;
    color:#fff;
}
section#price .inner .flex-ct .text img {
    width:200px;
}
section#price .inner h3 {
    width:720px;
    margin:0 auto 24px;
    padding:8px 0;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    background-color: #005726;
    border-radius: 27px;
    text-align: center;
}
section#price .inner .table-box {
    width:720px;
    margin:0 auto;
}
section#price .inner .table-box table {
    width:100%;
    margin:0 auto 12px;
    border-collapse: collapse;
}
section#price .inner .table-box table tr th {
    padding:10px 0;
    font-size:20px;
    color:#fff;
    background-color: #8CB808;
    border: 1px solid #8CB808;
    border-right:1px solid #fff;
    border-bottom:1px solid #D3EB8B;
}
section#price .inner .table-box table tr th:last-child { border-right:1px solid #8CB808; }
section#price .inner .table-box table tr td {
    padding:14px 0;
    background-color: #fff;
    border: 1px solid #D3EB8B;
    text-align: center;
}
section#price .inner .table-box table tr td:first-child {
    width:28%;
    font-size:20px;
    color:#005726;
    font-weight: bold;
}
section#price .inner .table-box table tr td:first-child span {
    font-size:28px;
}
section#price .inner .table-box table tr td:nth-child(2) {
    font-size:20px;
}
section#price .inner .table-box table tr td:nth-child(3) {
    width:28%;
    font-weight: bold;
}
section#price .inner .table-box table tr td:nth-child(3) div:first-child {
    margin:0 10px 0 0;
    font-size:20px;
    line-height: 1.2;
    color:#005726;
    display:inline-block;
    vertical-align: middle;
}
section#price .inner .table-box table tr td:nth-child(3) div:last-child {
    font-size:42px;
    color:#005726;
    display:inline-block;
    vertical-align: middle;
}
section#price .inner .table-box table tr td:nth-child(3) div:last-child span {
    font-size:77px;
}
section#price .inner .table-box p {
    font-size:12px;
    color:#fff;
}

/*news*/
section#news {
    padding:80px 0 90px;
    text-align: center;
}
section#news .inner .sub-head {
    margin:0 0 15px;
    font-size:18px;
    color:#D3EB8B;
    letter-spacing: .26em;
    text-align: center;
}
section#news .inner .head {
    margin:0 0 30px;
    font-size:48px;
    line-height: 48px;
    font-weight: bold;
    color:#005726;
    text-align: center;
}
section#news .inner .news-list {
    margin:0 auto 20px;
}
section#news .inner .news-list .news {
    padding:14px 0;
    border-top:1px solid #DDDDDD;
    text-align: left;
}
section#news .inner .news-list .news:last-child { border-bottom:1px solid #DDDDDD; }
section#news .inner .news-list .news .date {
    margin:0 52px 0 0;
    font-size: 16px;
    color: #005726;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
section#news .inner .news-list .news .title {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
section#news .inner .news-list .news .title a {
    color:#333;
    text-decoration: none;
}
section#news .inner .news-list .news .title a:hover {
    text-decoration: underline;
}
section#news .inner > a {
    margin:0 auto;
    color: #8CB808;
}
section#news .inner > a:hover {
    text-decoration: none;
}

/*top-contact*/
section#top-contact {
    padding:60px 0 70px;
    background-image: url(images/top_contact_bg.png);
    background-position: center;
    background-size: cover;
    text-align: center;
}
section#top-contact .inner .head {
    margin:0 0 10px;
    font-size:40px;
    line-height: 40px;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
section#top-contact .inner .sub-head {
    margin:0 0 23px;
    font-size:20px;
    color:#fff;
    text-align: center;
}
section#top-contact .inner a {
    margin:0 0 20px;
    padding:11px 134px 16px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    background-color:#8CB808;
    border-radius: 32px;
    display:inline-block;
    text-decoration: none;
    transition: all .5s;
}
section#top-contact .inner a:hover { background-color:#005726; }
section#top-contact .inner p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

footer {
    padding:30px 0 60px;
    text-align: center;
    background-color: #333333;
}
footer img {
    margin:0 auto 20px;
    width:94px;
}
footer .menu {
    margin:0 auto 28px;
}
footer .menu a {
    margin: 0 50px 0 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display:inline-block;
    vertical-align: middle;
}
footer .menu a:hover { text-decoration: underline; }
footer .menu a:last-child { margin: 0; }
footer p {
    font-size: 11px;
    color: #fff;
}

/*company*/
section#page-title {
    padding:47px 0 71px;
    background-image: url(images/top_contact_bg.png);
    background-position: center;
    background-size: cover;
    text-align: center;
}
section#page-title .sub-head {
    margin:0 0 15px;
    font-size:18px;
    color:#D3EB8B;
    letter-spacing: .26em;
    text-align: center;
}
section#page-title .head {
    margin:0 0 25px;
    font-size:40px;
    line-height: 40px;
    font-weight: bold;
    color:#fff;
    text-align: center;
}
section#company {
    padding:60px 0 107px;
}
section#company .inner .head {
    margin:0 0 43px;
    font-size:26px;
    line-height: 26px;
    letter-spacing: .26em;
    font-weight: bold;
    color:#005726;
    text-align: center;
}
section#company .inner .head.h02 { margin:0 0 24px; }
section#company .inner .company-table {
    margin:0 0 60px;
}
section#company .inner .company-table .flex-sb {
    margin:0 auto;
    width:700px;
    font-size:16px;
    border-top:1px solid #333333;
}
section#company .inner .company-table .flex-sb:last-child { border-bottom:1px solid #333333; }
section#company .inner .company-table .flex-sb .cap {
    width:154px;
    letter-spacing: .26em;
    padding:20px 0;
    color:#005726;
    background-color: #F2F5EA;
    text-align:center;
}
section#company .inner .company-table .flex-sb .con {
    width:546px;
    padding:20px;
    text-align:left;
}
section#company .inner .company-table .flex-sb .con span { font-weight: bold; }
section#company .inner .saiyo {
    font-size:16px;
    text-align: center;
}

/*contact*/
section#flow {
    padding:60px 0 72px;
}
section#flow .inner .head {
    margin:0 0 30px;
    font-size:26px;
    line-height: 26px;
    letter-spacing: .26em;
    font-weight: bold;
    color:#005726;
    text-align: center;
}
section#flow .inner .flex-sb .box {
    width:32%;
}
section#flow .inner .flex-sb .box img {
    width:100%;
    margin:0 auto 15px;
}
section#flow .inner .flex-sb .box p {
    font-size:12px;
    text-align: center;
}

section#contact {
    padding:0px 0 100px;
}
section#contact .inner > .head {
    margin:0 0 15px;
    font-size:26px;
    line-height: 26px;
    letter-spacing: .26em;
    font-weight: bold;
    color:#005726;
    text-align: center;
}
section#contact .inner > p {
    margin:0 0 30px;
    font-size:15px;
    text-align: center;
}
section#contact .inner p.ano {
    margin:0 0 36px;
    font-size:15px;
    color:#8CB808;
    font-weight: bold;
    text-align: center;
}
section#contact .inner .screen-reader-response { display:none; }
section#contact .inner .hidden-fields-container { padding:0; border:none; }
section#contact .inner .wpcf7-response-output { margin:0 0 10px; text-align: center; }
section#contact .inner .wpcf7-not-valid-tip { margin:3px 0 0; display:block; text-align: center; color:#C70000; font-size:14px; }
div.wpcf7-mail-sent-ok,div.wpcf7-validation-errors{ border:0 }
section#contact .inner .contact-table {
    margin:0 auto 30px;
}
section#contact .inner .contact-table .flex-sb {
    margin:0 auto;
    width:700px;
    font-size:16px;
    border-top:1px solid #333333;
}
section#contact .inner .contact-table .flex-sb:last-child { border-bottom:1px solid #333333; }
section#contact .inner .contact-table .flex-sb .cap {
    width:218px;
    padding:17px 25px;
    color:#005726;
    background-color: #F2F5EA;
    text-align:left;
    position:relative;
}
section#contact .inner .contact-table .flex-sb .cap div {
    padding:1px 6px;
    font-size:11px;
    color: #fff;
    background-color: #C70000;
    position:absolute;
    top:19px;
    right:17px;
    font-weight: normal;
}
section#contact .inner .contact-table .flex-sb .con {
    width:482px;
    padding:10px 33px 10px;
    text-align:left;
}
section#contact .inner .contact-table .flex-sb .con input[type=text],
section#contact .inner .contact-table .flex-sb .con input[type=email],
section#contact .inner .contact-table .flex-sb .con input[type=tel]
{
    width:100%;
    padding:8px 10px;
    border-radius: 0;
    border:1px solid #DBDBDB;
}
section#contact .inner .contact-table .flex-sb .con textarea {
    width:100%;
    padding:8px 10px;
    border-radius: 0;
    border:1px solid #DBDBDB;
}
section#contact .inner .submit-btn {
    width:280px;
    margin:0 auto;
    padding:20px;
    font-size:18px;
    color:#fff;
    font-weight: bold;
    background-color: #8CB808;
    border-radius: 32px;
    border:0;
    cursor: pointer;
    display: block;
    transition: all .5s;
}
section#contact .inner .submit-btn:hover { background-color: #005726; }

/*single*/
section#single-top {
    width: 100%;
    min-width: 980px;
    height: 250px;
    background-image: url(images/single_top.jpg);
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
}
.bread {
    font-size:12px;
    padding: 25px 0;
    color:#333;
}
.bread a:visited {
    color:#333;
}
.bread a:hover {
    opacity: .5;
    text-decoration: none;
}
.single section#news {
    padding: 40px 0 90px;
}
.single section#news .inner .sub-head {
    margin: 0 0 5px;
}
.single section#news .inner .head {
    margin: 0 0 50px;
}
section#news-single {
    padding: 40px 0 120px;
}
section#news-single .section-title {
    text-align: center;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 25px;
}
section#news-single .section-title-border {
    display: block;
    margin: auto;
    margin-bottom: auto;
    padding: 0;
    margin-bottom: 50px;
    width: 160px;
    border-bottom: 3px solid #006934;
}
section#news-single .date {
  display: block;
  color: #aaa;
  padding-bottom: 2em;
}
section#news-single .button-box {
  width: 100%;
  margin: 55px auto 0;
  text-align: center;
  position: relative;
}
section#news-single .button-box .button.default {
  width: 300px;
  background: #ccc;
  color: #fff;
  padding: 30px 60px;
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  margin: auto;
  text-align: center;
  text-decoration: none;
}
section#news-single .button-box .button:hover {
    opacity: .5;
}
