/* 
Theme Name:asatan
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author:あさたん
Version:1.0
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/
/* この下に通常のcssを書いていく */


@charset "UTF-8";

body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    color: #2e2e2e !important;
}

/* ここからヘッダー */
h1 {
    font-size: 72px;
    text-align: center;
}

h2 {
    display: none;
}

h3  {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: left;
    position: relative;
}
h3::before{
	content: '';
	display: block;
	position: absolute;
	left: -18px; /* 位置調整 */
	transform: translate(-50%); /* 位置調整 */
	top:0px; /* 下線の上下位置調整 */
	width: 8px; /* 下線の幅 */
	height: 38px; /* 下線の太さ */
	background-color:  #454545 /* 下線の色 */
}

h4 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: #454545 1pt solid;
    text-align: left;
    letter-spacing: 2pt;
}

h5{
    font-size: 20px;
    margin-top: 20px;
    color: #86827a;
}

.contents {
    width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;

}

.button {
    font-family: 'Poppins', sans-serif;
	margin-top:50px !important;
    padding: 0px 10px !important;
}

.button:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.FV .img {
    margin-bottom: 0px;
    width: 100% !important;
}

.header {
    width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
	padding:10px;
    font-weight: 300;
}

.logo {
    width: 150px;
}

.menu {
    display: flex;
    width: 350px;
    justify-content: space-between;
    text-align: center;
    margin: auto;
}

.menu li a:hover {
    opacity: 0.6;
    transition: 0.5s;
}


/* ハンバーガーメニュー */
.hamburger {
    display: none;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
    display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上にする */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #715e58;
    transition: 0.5s;
    position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
    bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked~.drawer_open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked~.drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#drawer_input:checked~.drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* メニューのデザイン*/
.nav_content {
    width: 150px;
    height: 100%;
    padding-top: 150px;
    position: fixed;
    bottom: 100%;
    right: 0;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
}

.nav_list {
    line-height: 3;
}

.nav_list li a {
    border-bottom: #715e58 solid 1pt;
}

.nav_list li a:hover {
    opacity: 0.6;
    transition: 0.5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked~.nav_content {
    bottom: 0;
    /* メニューを画面に入れる */
}


.border {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #84A59D;
}

/* ヘッダーここまで */
.FV {
    opacity: 0.7;
    margin-bottom: 0;
}
.home_img{
    width: 40%;
    opacity: 0.7;
    text-align: center;
    margin: auto;
}


.about {
    display: flex;
    justify-content: space-around!important;
}

.about_txt {
    width: 40%;
    z-index: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about_img{
    width: 40%;
    text-align: center;
    margin: auto;
}

.about p {
	text-align:left;
	margin:auto;
}
.works{
	justify-content:space-around;
}

.works_img{
	width:22%;
}

.LP_img{
	width:45%;
}
.LP_img_box{
	justify-content:space-around !important;
}

.works_container{
	 flex-wrap: wrap;
}

.works_box{
	margin-bottom:50px !important;
}
.works_category p{	
text-align:center;
	margin:auto;
}
.works_category_box{
/* 	width:500px; */
/* 	text-align:left; */
	margin:auto;
}
.works_category{
	color:#454545;
	border:1px #454545 solid;
	width:100px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	border-radius:5px;
	font-size:1.7vh !important;
	margin-bottom:20px!important;
	cursor: pointer;
	margin-right:20px;
}
.works_price{
	width:100px;
	text-align:left !important;
	margin:auto;
	color:#454545;
}
.works_category:hover{
	color:#FFF;
	background-color:#454545;
	transition: 0.3s;
}
.works_price:hover{
	border-bottom:1px #454545 solid;
}
.works_hp{
	margin-bottom:20px;
}

.works_hp h5{
	font-size:16px;
}

.works_hp p{
	font-size:14px;
}
.works_hp p,
.works_hp h5{
	text-align:left;
	margin:auto;
}
.about,
.form,
.works,
.plan{
    padding-top: 50px ;
}
.price td{
	text-align:left!important;
	margin:auto;
}

/* コンタクトフォーム */
.form{
    width: 500px;
    text-align: center;
    margin: auto;
}
.form_txt{
	width:100%;
    text-align: left;
		border:1px  #454545 solid;
}
label{
    padding: 5px;
}

.form_item{
	    text-align: left;
    width: 200px;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
}

.form_submit{
    background-color:#EBE9C9;
    padding-top:20px;
    padding-bottom: 25px;
    border-radius: 5px;
    margin-bottom: 5px;
    text-align: center;
    margin-top:20px;
}
.wpcf7-submit{
    position: relative;
}
/* 送信ボタンの余白 */
.wpcf7-spinner{
    /* display: none; */
    position: absolute !important;
    margin: 0px;
    position: absolute;
	left: 50%; /* 位置調整 */
	/* transform: translate(-50%); 位置調整 */
	/* bottom: -5px; 下線の上下位置調整 */
	background-color:  #9A857E; /* 下線の色 */
}
.form_submit:hover {
    opacity: 0.6;
    transition: 0.5s;
}

.wpcf7-text{
    text-align: left;
    width: 500px;
    height: 30px;
    padding:10px;
    background-color: #fff;
    border-radius: 5px;
	border:#000 1pt solid
    margin-bottom: 10px;
}
/* .wpcf7-text p{
    margin-left: 20px;
    text-align: left;
} */

.wpcf7-textarea{
    text-align: left;
    width: 500px;
    padding:10px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}


/* ここまでコンタクトフォーム */

.access {
    display: flex;
    justify-content: space-between;
}

.access_txt {
    width: 40%;
}

.map {
    width: 50%;
}

/* フッターここから */

footer {
    background-color: #84A59D;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: 'Poppins', sans-serif;
}

footer p {
    color: #3d3f3e;
    text-align: center;
}

@media screen and (max-width:1300px) {
    .header {
        width: 90%;
    }

}

@media screen and (max-width:1000px) {
    .header {
        width: 95%;
    }
	    .contents {
        width: 90%;
    }
}


@media screen and (max-width:700px) {
    h3 {
        margin-bottom: 50px;
    }

    .img {
        width: 100%;
    }

    .menu {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .access,
    .about,
    .gallery {
        display: block;
    }

    .about_txt {
        width: 100% !important;
        margin-top: 50px !important;
    }

    .concept_img,
    .about_img {
        width: 60% !important;

    }


/* コンタクトフォーム */


.form{
    width: 95%;
    text-align: center;
    margin: auto;
}


.form_item{
    width: 100%;
}

.form_submit{
    width: 100%;
}
.wpcf7-text{
    width: 100%;
    height: 30px;
}
.wpcf7-textarea{
    width: 100%;
}


/* ここまでコンタクトフォーム */
    .access_txt{
        width: 100%;
        margin-bottom: 50px;
    }
    .map{
        width: 100%;
    }
}