@charset "UTF-8";
/*
Theme Name:GardenPro
Author: GardenPro
Description: GardenProのためのテーマ
Version:1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/license/gpl-2.0.html
*/
body{
	margin:0;
	padding:0;
	font-feature-settings: "palt" 1, "trad" 1;
	font-family: "Noto Serif JP", serif;
}
a{
	 text-decoration: none;
}
img{
	vertical-align: top;
	width:100%;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
}
@media all and (min-width: 1000px) {
.sp{
	display:none;
}
.main-content{
	padding-top:152px;
}
/*headerはここから*/
header{
	width: 100%;
	height: 152px;
	transition: .3s;
	overflow: visible;
	position:relative;
	position: fixed;
	z-index:100;
	background-color: white;
}
.left-h{
	display:flex;
	position:absolute;
	bottom:0;
	left:3%;
	gap:120px;
}
.left-h-copy{
	margin-bottom:28px;
	position: relative;
}
.left-h-copy h3{
	font-size:35px;
	font-weight:600;
	line-height: 1.4;
	position: relative;
}
.left-h-copy h3::after{
	content: "Here, we reflecton living.";
	white-space: pre;
	font-family: "Damion", cursive;
	font-size:15px;
	position: absolute;
	right:0;
	bottom:4px;
}
.left-h-copy p{
	position: absolute;
	bottom:-50px;
	font-size:14px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	white-space: nowrap;
}
.is-animation{
	
}
.logo{
	overflow: hidden;
	width:150px;
	display: inline-block;
	float:left;
	transition: .3s;
}
.logo img{
	width:100%;
}
.menu{
	list-style: none;
	padding-inline-start:0px;
	padding:60px 3% 30px 30px;
	display: block;
	width:100%;
	text-align:left;
	right:0;
}
.menu li {
	 text-transform: uppercase;
	 transition: .3s;	 
}
.right-h{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:3%;
}
.right-h-top{
	display:flex;
	gap:8px;
}
.right-h-top a{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:14px 20px;
	width:180px;
	background-color: #F1F1F1;
	color:black;
	font-family: "Noto Sans JP", sans-serif;
	border-radius: 2px;
	font-weight:500;
	font-size:15px;
}
.right-h-top a .img{
	width:14px;
}
.right-h-top a .img img{
	vertical-align: middle;
}
.right-h-bottom{
	margin-top:20px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.right-h-bottom-link-list{
	display:flex;
	justify-content: space-between;
	width:290px;
}
.right-h-bottom-link-list a{
	color:black;
	font-size:13px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
}
.right-h-bottom-link-btn{
	display:flex;
	gap:7px;
	align-items: center;
}
.right-h-bottom-link-btn .insta{
	width:30px;
	display:block;
}
.ham {
	position: relative;
	/*クリックできる範囲*/
	width: 36px;
	height:36px;
	cursor: pointer;
	z-index: 9999;
	margin:0;
	background-color: black;
	border-radius: 50%;
}
.ham_line {
	position: relative;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
/*	線の長さと太さ*/
	width: 12px;
	height: 1px;
	background-color:white;
	transition: all 0.3s;
	z-index: 11;
}
.ham .scrolled{
	background-color: #3F3529;
}
/*線と線の間*/
.ham_line1 {
	top: 13px;
}
.ham_line2 {
	top:18px;
}
.ham_line3 {
	top: 23px;
}
/*クリック後の動作*/
.clicked .ham_line1 {
	transform: rotate(45deg);
	top:19px;
	background-color: white;
	left:12px;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top:19px;
	background-color: white;
	left:12px;
}
.menu {
	position: fixed;
	width: 400px;
	height: 100%;
	overflow:hidden;
	background-color: #F8F8F8;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	z-index: 1;
	margin: 0;
	display: block;
	opacity: 0;       /* 初期状態は透明 */
	visibility: hidden; /* 初期状態は非表示 */
	display:flex;
	flex-direction: column;
	top:0;
	right:0;
  }
  .clicked .menu {
	opacity: 1;        /* クリック時に不透明 */
	visibility: visible; /* クリック時に表示 */
	z-index: 100;
  }
.blackback{
	background-color: black;
	opacity: .3;
	height:100vh;
	width:100%;
	transition:.3s;
	display:none;
}
.clicked .blackback{
	/* background-color: black; */
	/* opacity: 1; */
	height:100vh;
	width:100%;
	display:block;
	z-index:0;
	position: fixed;
}
.close{
	width:20px;
}
.menu-list{
	margin-top:50px;
	display:flex;
	flex-direction: column;
	gap:15px;
}
.menu-list a{
	font-family: "Noto Sans JP", sans-serif;
	color:black;
	font-weight:500;
	font-size:17px;
}
.menu-list .insta{
	width:30px;
	margin-top:15px;
}
/* 共通 */
.common-width{
	max-width:1370px;
	width:90%;
	margin:0 auto 0 auto;
}
.common-width-2{
	max-width:1150px;
	width:90%;
	margin:0 auto 0 auto;
}
.common-btn{
	color:black;
	font-size:17px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	display:block;
	vertical-align: middle;
}
.common-btn::before{
	content: '';
    background-color: #00AA6B;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    margin: 1px 17px 0 0;
    transform: translateY(1px);
}
.main-txt{
	font-size:14px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.02em;
	line-height: 2.1;
	font-weight:500;
}
/* トップ */
.top{
	padding:3px 0 0 0;
}
.top-read{
	display:flex;
	justify-content: space-between;
	padding:0 3% 0 0;
}
.top p:nth-child(1){
	font-size:14px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
	margin-left:320px;
}
.top p:nth-child(2){
	color:#BDBEBF;
	font-size:13px;
	font-weight:500;
}
.top-slider{
	width:97%;
	margin:30px auto 0 auto;
}
.top-slider img{
	border-radius: 7px;
}
.concept{
	margin-top:55px;
	position: relative;
}
.concept-img-g-1 div:nth-child(1){
	width:280px;
	position: absolute;
	top:0;
	right:0;
}
.concept-img-g-1 div:nth-child(2){
	width:280px;
	position: absolute;
	bottom:0;
	left:0;
}
.concept-img-g-1 img{
	border-radius: 7px;
}
.concept-img-g-2{
	width:280px;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 12px;
	position: absolute;
	bottom:0;
	right:0;
}
.concept-img-g-2 img{
	border-radius: 7px;
}
.concept h3{
	font-family: "Roboto Condensed", serif;
	font-weight:500;
	text-transform: uppercase;
	font-size:67px;
	letter-spacing: -0.025em;
}
.concept-read{
	margin:130px auto 0 auto;
	width:390px;
	padding:0 0 0 30px;
}
.concept-read h2{
	font-size:35px;
	font-weight:500;
	margin-bottom:35px;
}
.concept-read a{
	margin-top:45px;
}
.gallery{
	display:flex;
	justify-content: space-between;
	gap:100px;
	margin-top:200px;
	margin-bottom:185px;
}
.gallery-img{
	width:60%;
}
.gallery-img img{
	border-radius: 7px;
}
.gallery-txt{
	width:400px;
}
.gallery-txt h2{
	font-size:35px;
	font-weight:500;
	margin-top:60px;
	margin-bottom:25px;
}
.gallery-txt p{
	text-align: justify;
}
.gallery-txt a{
	margin-top:30px;
}
.ivent-back{
	position: relative;
}
.ivent-txt{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width:1150px;
	width:90%;
}
.ivent-txt div{
	width:405px;
}
.ivent-txt h2{
	font-size:30px;
	font-weight:500;
	line-height: 1.4;
}
.ivent-txt h2 span{
	position: relative;
	z-index: 1;
	padding:0 3px;
}
.ivent-txt h2 span::before {
	content: "";
	width: 100%;
	height: 79%;
	background: white;
	position: absolute;
	left: 0;
	bottom: 3px;
	right: 0;
	z-index: -1;
}
.ivent-txt p{
	background-color: white;
	text-align: justify;
	padding:0 5px;
	margin-top:16px;
}
.topic{
	margin-top:185px;
}
.topic-top{
	display:flex;
	gap:40px;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom:110px;
}
.topic-img-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 15px;
	width:515px;
}
.topic-img-list img{
	border-radius: 5px;
	object-fit: cover;
	height:100%;
}
.topic-title-main{
	position: relative;
	width:535px;
}
.topic-title-main h2{
	text-align: justify;
	font-size:57px;
	font-weight:500;
	margin-top: -18px;
}
.topic-title-main p{
	text-align: justify;
	position: absolute;
	bottom:4px;
	right:0;
}
.topic-title-sub{
	display:flex;
	margin-top:50px;
}
.topic-title-sub p{
	font-family: "Damion", cursive;
	font-size:15px;
	margin:0 42px 0 0;
}
.topic-list{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 64px;
}
.topic-thumbnail img{
	height:170px;
	object-fit: cover;
	border-radius:5px;
}
.topic-list a{
	
}
.topic-list a .link{
	display:flex;
	align-items: center;
	font-weight:600;
	font-size:15px;
	font-family: "Noto Sans JP", sans-serif;
}
.topic-list a .link img{
	width:17px;
	margin:0 0 0 20px;
	vertical-align: middle;
}
.topic-list-detail-txt{
	margin-top:20px;
	color:black;
}
.topic-list-detail-txt h4{
	font-size:18px;
	font-weight:600;
}
.topic-list-detail-txt p{
	font-size:13px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	margin-top:10px;
	margin-bottom:10px;
}
.partner{
	margin-top:185px;
	margin-bottom:185px;
}
.partner-content{
	width:97%;
	margin:0 auto;
	position: relative;
}
.partner-content img{
	border-radius: 5px;
}
.partner-txt{
	position: absolute;
	bottom:30px;
	left:30px;
	max-width:1150px;
	width:90%;
}
.partner-txt div{
	width:405px;
}
.partner-txt h2{
	font-size:35px;
	font-weight:500;
	line-height: 1.4;
}
.partner-txt h2 span{
	position: relative;
	z-index: 1;
	padding:0 3px;
}
.partner-txt h2 span::before {
	content: "";
	width: 100%;
	height: 79%;
	background: white;
	position: absolute;
	left: 0;
	bottom: 3px;
	right: 0;
	z-index: -1;
}
.partner-txt p{
	background-color: white;
	text-align: justify;
	padding:0 5px;
	margin-top:16px;
}
.partner-txt a{
	margin-top:7px;
}
.access{
	display:flex;
	flex-direction: row-reverse;
	gap:90px;
	justify-content: space-between;
}
.access-img{
	width:740px;
}
.access-img img{
	border-radius: 5px;
	height:365px;
	object-fit: cover;
}
.access-txt{
	width:300px;
	display: flex;flex-direction: column;
}
.access-txt h3{
	font-size:35px;
	font-weight:500;
	letter-spacing: 0.02em;
	margin-top: -10px;
}
.address{
	margin-top:30px;
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
}
.shop {
	margin:12px 0 12px 0;
}
.shop p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	display:flex;
}
.shop p span:nth-child(1){
	width:80px;
}
.access-txt .read{
	font-size:14px;
	font-family: "Noto Sans JP", sans-serif;
	text-align: justify;
	margin-bottom:20px;
}
.access-txt a{
	margin-top:auto;
	padding:13px 25px;
	background-color: #F1F1F1;
	color:black;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	font-weight:500;
}
.access-txt a span:nth-child(1){
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
}
.access-txt a span:nth-child(2){
	width:15px;
}
.access-txt a span img{
	vertical-align: middle;
}
/* --下層ページの共通パーツ-- */
.kaso-top{
	padding:120px 0 0 0;
	margin-bottom:75px;
}
.kaso-top h3{
	font-size:23px;
	font-weight:500;
	font-family: "Roboto Condensed", serif;
	color:#BDBEBF;
	text-transform: uppercase;
}
.kaso-top h2{
	font-size:55px;
	color:#BDBEBF;
	font-weight:500;
}

.kaso-top h2 span{
	color:#00AA6B;
}
.kaso-top div{
	max-width: 1150px;
	width: 90%;
	margin:20px auto 0 auto;
}
.kaso-top .main-txt{
	width:410px;
	text-align: justify;
}
/* access */
.map iframe{
	width:100%;
	height:580px;
	border-radius: 5px;
}
.access-bottom{
	margin-top:80px;
	display:flex;
	justify-content: space-between;
}
.access-bottom-left{
	display:flex;
	flex-direction: column;
	gap:10px;
}
.access-bottom-left div{
	display:flex;
}
.access-bottom-left div p:nth-child(1){
	width:140px;
}
.access-bottom-left p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:17px;
	font-weight:400;
}
.access-bottom-right{
	width:595px;
	border-bottom:1px solid #BDBEBF;
}
.access-bottom-right a{
	color:#00AA6B;
	font-family: "Roboto Condensed", serif;
	font-size:100px;
	font-weight:400;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	gap:55px;
	position: relative;
}
.access-bottom-right a span img{
	width:63px;
	vertical-align:middle;
}
.access-bottom-right a::after{
	content: "一度おにわtoおうちに遊びに来ませんか？";
	white-space: pre;
	font-size:18px;
	position: absolute;
	left:0;
	bottom:-25px;
	color:#BDBEBF;
}
/* トピック */
.kaso-topic{
	display:flex;
	justify-content: space-between;
	gap:30px;
	align-items: flex-start;
}
.kaso-topic-list{
	grid-template-columns: repeat(3, 1fr);
	width:855px;
}
.topic-category{
	width:255px;
	background-color:#F8F8F8;
	border-radius: 5px;
}
.topic-category-content{
	padding:23px;
}
.sub-category-title{
	font-size:18px;
	font-family: "Roboto Condensed", serif;
	text-transform: uppercase;
	font-weight:600;
}
.topic-category-content-link{
	margin-top:10px;
	margin-bottom:20px;
	display: flex;
	flex-direction: column;
	gap:7px;
}
.topic-category-content-link a{
	color:black;
	display: flex;
	gap:10px;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}
.topic-category-content-link a img{
	vertical-align: middle;
	width:24px;
}
.topic-category-content .info{
	font-size: 16px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	margin: 10px 0 10px 0;
}
.topic-category-content .time{
	font-size: 14px;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
.topic-category-content-banner{
	display: block;
	margin-top: 30px;
}
.topic-category-content-banner img{
	border-radius: 5px;
}
.category-nav{
	color:#BDBEBF;
	font-size:18px;
	font-weight:600;
	margin-bottom:25px;
}
.category-nav span{
	color:#00AA6B;
}
/* ギャラリー */
.kaso-gallery img{
	border-radius: 5px;
}
/* コンセプト */
.concept-content{
	display:flex;
	flex-direction: column;
	gap:170px;
	margin-bottom:170px;
}
.concept-content-detail{
	display:flex;
	gap:100px;
	justify-content: space-between;
}
.concept-content-detail-img{
	width:625px;
}
.concept-content-detail-img img{
	border-radius: 7px;
}
.concept-content-detail-txt{
	width:430px;
	display:flex;
	flex-direction: column;
	border-top:solid 1px #BDBEBF;
}
.concept-content-detail-txt-detail{
	margin-top:auto;
}
.concept-content-detail-txt .read{
	font-family: "Damion", cursive;
	font-size:17px;
}
.concept-content-detail-txt h4{
	font-size:35px;
	font-weight:500;
	margin:10px 0 20px 0;
	letter-spacing: 0.02em;
	line-height: 1.4;
}
.concept-content .right{
	flex-direction: row-reverse;
}
.concept-partner{
	margin-top:170px;
}
.concept-partner-top h4{
	font-family: "Damion", cursive;
	font-size:17px;
	margin-bottom:15px;
}
.concept-partner-top h3{
	font-size:35px;
	font-weight:500;
}
.concept-partner-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 90px;
	margin-top:90px;
}
.concept-partner-list-detail-img img{
	border-radius: 7px;
}
.concept-partner-list-detail-txt{
	margin-top:20px;
}
.concept-partner-list-detail-txt .read{
	font-size:16px;
	font-weight:600;
}
.concept-partner-list-detail-txt .name{
	font-size:22px;
	font-weight:500;
	margin:5px 0 10px 0;
}
.concept-partner-list-detail-txt .main-txt{
	margin-bottom:10px;
}
/* 記事の詳細 */
.thumbnail-topic img{
	border-radius: 5px;
	height:440px;
	object-fit: cover;
}
.single-content{
	padding:130px 0 0 0;
	width:950px;
	margin:0 auto;
}
.single-title{
	margin:30px 0 15px 0;
}
.single-content-main{
	margin-bottom:60px;
}
/* お問い合せ */
.flex-b-center{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-between{
	display: flex;
    justify-content: space-between;
}
.contact-width{
	width:800px;
	margin:0 auto;
}
.contact-content{
	margin:50px 0 0 0;
	padding:65px 55px;
	border-radius: 7px;
	background-color: #F0F1F4;
}
.contact-width h1{
	margin:0 0 30px 0;
}
.contact-content p{
	margin:0;
	font-weight:600;
	font-size:15px;
	letter-spacing: 1px;
}
.kome{
	margin:0 0 0 5px;
	color:#FF0F00;
	font-size:11px;
	vertical-align: top;
}
.contact-c input{
	border:1px #CCCCCC solid;
	padding:15px 10px;
	border-radius: 5px;
	width:385px;
}
.c-form-c{
	margin:0 0 20px 0;
}
.contact-c select{
	border:1px #CCCCCC solid;
	padding:15px 15px 15px 15px;
	border-radius: 5px;
	width:408px;
}
.contact-c .wpcf7-form-control-wrap{
	font-size:15px;
}
.wpcf7-list-item{
	color:#302D2C !important;
	font-weight:400;
}
.wpcf7-checkbox input{
	width:auto;
}
.check-width{
	width:410px;
}
.wpcf7-list-item{
	margin:0 0 5px 0;
	width:100%;
}
.check-title{
	margin:0 0 15px 0 !important;
}
.check-m{
	margin:40px 0 0 0;
}
.contact-c textarea{
	width:375px;
	height:auto;
	resize: vertical;
	border:1px #CCCCCC solid;
	padding:15px 15px 15px 15px;
	border-radius: 5px;
}
.soushin .wpcf7-submit{
	margin:50px 0 0 202px;
	background-color: #161616;
	border:1px solid #161616;
	color:white;
	font-size:15px;
	width:165px;
	text-align: center;
	padding:10px 0;
	letter-spacing: 1px;
	transition: .3s;
}
.soushin .wpcf7-submit:hover{
	margin:50px 0 0 202px;
	background-color: white;
	border:1px solid black;
	color:black;
}
select{
	position: relative;
	padding: 10px;
	width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  .select-wrap {
	  position: relative;
  }
  .select-wrap:after {
	content: "";
	  position: absolute;
	  right: 15px;
	  top: 20px;
	  width: 7px;
	  height: 7px;
	  border-top: 2px solid #ccc;
	  border-left: 2px solid #ccc;
	  transform: translateY(-50%) rotate(
  -135deg
  );
	font-size: 20px;
	pointer-events: none;
  }
/* フッター */
footer{
	background-color: #F8F8F8;
	width:97%;
	margin:200px auto 15px auto;
	border-radius: 5px;
}
.footer-content{
	text-align: center;
	padding:30px;
}
.footer-content small{
	font-size:13px;
	font-weight:500;
	text-align: center;
}
}