﻿@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, p, a {
	font-family: 'Kiwi Maru', serif !important;
}
#wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
/*	height: 100vh;*/
	width: 100%;
	background-attachment: fixed;
}
body {
     background: url(./Dup/img/wrap_back.jpg) no-repeat;
     background-size: cover;
     background-attachment: fixed;
}
body .body_before{display: none;}
.contents_back {
	background-color: rgba(255, 255, 255, 0.8);
}

.header_logo {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}
.contents_box1 {
	width: 19%;
	height: 340px;
	display: inline-block;
	border-radius: 10px;
}
.contents_box1 figure {
    border-radius: 10px;
}

.contents_box1 .con_title1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.contents_box2 {
    width: 37%;
    height: 320px;
    padding: 10px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}
.con2_img {
	width: 100%;
}
.con_title1 {
    padding: 20px 5px 10px;
    /* background-color: #ccc; */
    text-align: center;
    line-height: 1.2;
    border-radius: 6px 6px 0 0;
}
.con_title2 {
	text-align: center;
}
.con_txt {
    padding: 5px 10px;
    line-height: 1.2;
	font-size: 15px;
}

.main_contents {
	margin-bottom: 30px;
}


.icon {
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    /*background-color: #fff;*/
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.icon img {
    width: 75%;
	margin-top: 5px;
}
.con12_box, .con1_box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.modal_logo {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
}
.page-top {
	display: none;
}
.con2_box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.date {
	font-size: 10px;
}
.con3_box:hover, .con4_box:hover, .con5_box:hover, .con6_box:hover, .con7_box:hover, .con8_box:hover, .con9_box:hover, .con10_box:hover, .con11_box:hover, .con12_box:hover {
	transform: scale(1.05);
}
.grid_9 {
    width: 1280px;
}
.touch {
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    color: #3eb8e7;
}
/**********コンテンツ13*********************/
.con13_box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.con13_box_txt {
	top: 20px;
    left: 50px;
	z-index: 1;
}
.con13_box:after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8)40%, rgba(255, 255, 255, 0));
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.con13_title {
	line-height: 1;
	font-weight: bold;
	font-size: 20px;
}
.con13_title a {
	color: #333333;
	transition: 0.5s;
}
.con13_title a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.tel_icon {
    left: -20px;
    top: -8px;
	width: 60px;
    height: 60px;
}
.company_title {
	font-size: 30px;
}
.footer_tel {
	font-size: 25px;
}
.footer_tel a {
	color: #3aae36;
}
.footer_txt {
	width: 200px;
}
.con13_box_txt .more {
	top: 6px;
}
/***************画像上グラデーション******************/
.con9_img {
	position: relative;
}
.con9_img:after {
	content: "";
    position: absolute; 
	left: 0px; 
	top: 0px;
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9)40%, rgba(255, 255, 255, 0));
}
.con9_img, .con9_img:after {
	width: 100%;
	height: 100%;
}
.con9_txt {
	z-index: 1;
	top: 12px;
	left: 5px;
}
.con9_txt h3, .con9_txt p {
	font-size: 15px;
	font-weight: bold;
}
.free {
    width: 60%;
}

/************キャッチコピー**********************/
.catch {
    background-color: #3eb8e7;
    color: #fff;
    bottom: 20px;
    left: 20px;
    font-size: 30px;
    width: 125px;
    text-align: center;
    padding: 10px 20px;
}
/**********moreボタン**********************/
.more a {
    background-color: #3eb8e7;
    border-radius: 6px;
    color: #ffffff;
    padding: 5px 15px 8px;
	transition:0.5s;
}
.more a:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #3eb8e7;
	border: 1px solid #3eb8e7;
}
.more_bt {
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.map a {
    background-color: #7b6955;
    padding: 5px 18px 8px;
    border-radius: 6px;
    color: #ffffff;
}
.map_bt:hover {
	background-color: rgba(255, 255, 255, 0);
	color: #7b6955;
	border: 1px solid #7b6955;
}
#page-top a img {
    height: auto;
    width: 80px;
}
/**************フッター**********************/
.footer_wrap, .left_nav {
	justify-content: space-between;
}
.footer_nav {
    list-style-type: disclosure-open;
    margin-left: 20px;
}
.sns_link {
	justify-content: flex-start;
}
.sns_link img {
    width: 40px !important;
    height: 40px !important;
}
#footer {
    padding-top: 10px;
}
#copyright {
	padding-right: 20px;
}
.footer_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
}
/***************モーダル************************/
.modal_bt{cursor: pointer}
.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 100;
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10
}
.close_bt{cursor: pointer}
.modal_wrap {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5%;
}
.modal_title {
    padding: 10px;
    background-color: #1ea8e4;
    color: #fff;
}
/****************ハンバーガー***************************/
/*
----------------------
Start ハンバーガーメニュー
----------------------
*/
.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
}
.headerNavOuter {
    margin-bottom: 0;
    position: relative;
}
.siteIcon {
    margin: 0;
}
.siteIcon img {
    width: 60px;
    height: 60px
}

/* Start ナビゲーション */
.headerNav {
    position: fixed;
    right: -250px;/*右側に隠しておきます*/
    top: 0;
    width: 250px;
    height: 100vh;
    padding-top: 40px;
    background-color: #3eb8e7/*rgba(157, 237, 248, 0.8)*/;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 20;
    overflow-y: auto;
}
.navList {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
}
.navItem {
    padding: 1rem 1rem 0;
}
.navItem a {
    display: block;
    border-bottom: 1px solid #eee;
    color: #eee;
    padding: 4rem 0 1rem;
    width: 100%;
    margin: 0 auto;
}
/* End ナビゲーション */

/* Start ハンバーガーボタン(三本線の実装) */
.hamburger_btn {
    position: fixed;/*.headerNavOuterを基準にして、絶対配置*/
    right: 0;
    top: 30px;
    width: 70px;
    height: 55px;
    cursor: pointer;
    z-index: 30;
}
.hamburger_line {
    position: absolute;
    left: 8px;
    width: 50px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
    box-shadow: 2px 2px 2px #000;
}
.hamburger_line_1 {
    top: 30px;
}
.hamburger_line_2 {
    top: 40px;
}
.hamburger_line_3 {
    top: 50px;
}
/* End ハンバーガーボタン(三本線の実装) */

/*ハンバーガーメニュをクリックした後に現れる半透明の背景*/
.black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    visibility: hidden;/* 非表示にしておきます */
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
}

/* Start ハンバーガーボタンをクリックした際の動き */
/* ナビゲーションが現れる */
.nav-open .headerNav {
    right: 0;
}

/* 半透明の背景を表示させます。 */
.nav-open .black-bg {
    opacity: .8;
    visibility: visible;
}

/* 三本線のハンバーガーを、バッテンにします */
.nav-open .hamburger_line_1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25px;
	box-shadow: none;
}
.nav-open .hamburger_line_2 {
    width: 0;
    left: 50%;
}
.nav-open .hamburger_line_3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
	box-shadow: none;
}
/* End ハンバーガーボタンをクリックした際の動き */
/*
----------------------
End ハンバーガーメニュー
----------------------
*/

/* 
---------------------- 
Start main
---------------------- 
*/
.sectionWrapper {
    padding: 80px 0;
}
.section_title_group {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 2.8rem;
}
.section_title {
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
}
.section_title_group .section_title span {
padding: 8px;
}
.section_title:before {
    content: "";
    border-bottom: 3px solid #1ea8e4;
    bottom: 0;
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.section_title:after {
    border-bottom: 3px solid #ddd;
    bottom: 0;
    content: "";
    position: absolute;
    width: 800px;
    z-index: 1;
}
.leadCopy {
    font-size: 1.8rem;
    text-align: center;
    padding: 3rem 0;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .leadCopy {
      width: 95%;
      margin: 0 auto;
      text-align: left;
    }
}
/* 
---------------------- 
End main
---------------------- 
*/
/*IE*/
@media all and (-ms-high-contrast: none){
	.title_icon_box {
    left: 0px;
    height: 100%;
    width: 80px;
    z-index: 1;
    top: 0px !important;
}
	.page_title {
    right: 10px;
    top: 37% !important;
    z-index: 1;
}
.contents_box2 {
    width: 37.7% !important;
}


}
/* ---------- レスポンシブ1260px---------- */

@media screen and (max-width: 1260px){
.grid_9 {
    width: 1100px;
}
	.contents_box1 {
    width: 19%;
    height: 330px;
}
	.contents_box1 .con_title1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
}
/* ---------- レスポンシブ1094px---------- */

@media screen and (max-width: 1094px){
.grid_9 {
    width: 1050px;
}
	.contents_box1 .con_title1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
}
/* ---------- レスポンシブ1052px---------- */

@media screen and (max-width: 1052px){
.grid_9 {
    width: 100%;
}
}

/* ---------- レスポンシブ1011px---------- */
@media screen and (max-width: 1348px){
	.con_title2 {
		font-size: 11px;
	}

@media screen and (max-width: 1052px){
.grid_9 {
    width: 100%;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	.contents_box1 {
    width: 31%;
    height: 350px;
    display: inline-block;
    border-radius: 10px;
}
	.contents_box1 .con_title1 {
    font-size: 16px;
}
	.con_title2 {
    font-size: 15px;
}
		.contents_box2 {
    width: 62%;
    height: 327px;
    padding: 10px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}
	.page-top {
	display: block;
}
	#page-top a img {
    height: auto;
    width: 60px;
}
	#copyright {
    margin: 80px auto 10px;
}
	.sns_link {
		width: 50%!important;
		justify-content: space-around;
	}
	.navItem a {
    padding: 2rem 0 1rem;
    width: 100%;
    margin: 0 auto;
}
	.con3_box:hover, .con4_box:hover, .con5_box:hover, .con6_box:hover, .con7_box:hover, .con8_box:hover, .con9_box:hover, .con10_box:hover, .con11_box:hover, .con12_box:hover {
	transform: scale(1);
}
	.more_bt, .map {
		font-size: 16px;
	}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.contents_box1 {
    width: 80%;
    height: 380px;
    display: inline-block;
    border-radius: 10px;
}
		.contents_box1 .con_title1 {
    font-size: 20px;
}
		.con_title2 {
    font-size: 16px;
}
	.con_txt {
    padding: 5px 20px;
    line-height: 1.2;
    font-size: 15px;
}
	.contents_box2 {
    width: 80%;
    height: 380px;
    padding: 10px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}
	#under_header .contents_box1 {
    width: 90%;
    height: 80px;
	margin-top: 20px;
}
	.header_logo {
    width: auto;
    height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	top: 10%;
}
	.con1_box {
    width: 90%;
    height: 80px;
}
	.top_bammer {
    width: 90%;
}
	.top_bammer:hover {
	transform: scale(1.05);	
	}
	.free {
    width: 90%;
}
	/****************まだ未定*****************************/
	/*
	.contents_box1 {
    width: 48%;
    height: 340px;
    display: inline-block;
    border-radius: 10px;
}
	.contents_box1 .con_title1 {
    font-size: 16px;
}
	.con_title2 {
    font-size: 11px;
}
	.contents_box1 figure {
		width: 90%!important;
	}

	.con_txt {
    padding: 5px 10px;
    line-height: 1.2;
    font-size: 13px;
}
		
	.contents_box2 {
    width: 90%;
    height: 340px;
    padding: 10px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}*/
	
	/*******************ここまで****************************/
	#copyright {
    margin: 10px auto;
}
	.modal_box {
		padding: 50px 10px;
	}
	.sns_link {
    justify-content: inherit;
    margin: 20px auto;
}
	.sns_link .grid_1_sp {
    width: 16%!important;
}
	.footer_wrap {
    justify-content: space-between;
    margin-top: 20px;
}
	.con13_box_txt {
    top: 60px;
    left: 30px;
    z-index: 1;
}
	.tel_icon {
    left: 30px;
    top: -55px;
    width: 60px;
    height: 60px;
}
	.con1_box {
		margin-top: 0;
	}
	#page-top {
    right: 3px;
}
	#page-top a img {
    height: auto;
    width: 42px;
}

	.footer_nav {
    margin-left: 13px;
}
	.navItem a {
    padding: 0.5rem 0 0.5rem;
    width: 100%;
    margin: 0 auto;
}
	.hamburger_btn {
    position: fixed;/*.headerNavOuterを基準にして、絶対配置*/
    right: 0;
    top: 20px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 30;
}
	.hamburger_line {
    position: absolute;
    left: 8px;
    width: 50px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all .6s;
    transition: all .6s;
    box-shadow: 2px 2px 2px #000;
}
	.more_bt, .map {
		font-size: 16px;
	}
	.more a {
    padding: 10px 20px 15px;
    transition: 0.5s;
}
	.map a {
    padding: 10px 20px 15px;
    transition: 0.5s;
}
	.con13_box_txt .more {
    top: 10px;
    left: 30px;
}
	body {
     background: none!important;
     background-attachment: scroll;
}
	body .body_before {
     content: "";
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100vw;
     height: 100vh;
     background: url( "./Dup/img/wrap_back.jpg" ) no-repeat;
     background-size: cover;
     background-position: center;
}
	#wrap {
		background-image: none;
	}
}
