@media all and (max-width:999px) {
.pc{
	display:none;
}
.main-content{
	padding-top:130px;
}
/*headerはここから*/
header{
	width: 100%;
	height: 100px;
	transition: .3s;
	overflow: visible;
	position:relative;
	position: fixed;
	z-index:100;
	background-color: white;
}
.logo{
	overflow: hidden;
	width:110px;
	display: inline-block;
	float:left;
	transition: .3s;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	left:5%;
}
.logo img{
	width:100%;
}
.left-h-copy{
	display:none;
}
.menu{
	list-style: none;
	padding-inline-start:0px;
	padding:0 0 30px 0;
	display: block;
	width:100%;
	text-align:left;
}
.menu li {
	 text-transform: uppercase;
	 transition: .3s;	 
}
.menu-list-content-g a{
	 color:white;
	 font-size:16px;
	 font-weight: 500;
	 border-bottom:1px solid white;
	 padding:0 0 15px 0;
	 display:block;
	 letter-spacing: 0.03em;
}
.menu li a span:nth-child(2){
	display:none;
}
.ham {
	position: relative;
	/*クリックできる範囲*/
	width: 1.5rem;
	height:1rem;
	cursor: pointer;
	z-index: 9999;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right:5%;
	margin:0;
}
.ham_line {
	position: absolute;
	left: 0;
/*	線の長さと太さ*/
	width: 100%;
	height: 2px;
	background-color:black;
	transition: all 0.3s;
}
.ham .scrolled{
	background-color: #3F3529;
}
.sub .ham_line{
	background-color: #3F3529;
}
/*線と線の間*/
.ham_line1 {
	top: 0;
}
.ham_line2 {
	top:0.5rem;
}
.ham_line3 {
	top: 1rem;
}
/*クリック後の動作*/
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 0.5rem;
	background-color: black;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 0.5rem;
	background-color: black;
}
.menu {
	position: fixed;
	width: 60%;
	right:0;
	height: 100%;
	overflow: auto;
	background-color: #F8F8F8;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	z-index: 100;
	margin: 0;
	display: block;
	opacity: 0;       /* 初期状態は透明 */
	visibility: hidden; /* 初期状態は非表示 */
	display:flex;
	flex-direction: column;
  }
  
  .clicked .menu {
	opacity: 1;        /* クリック時に不透明 */
	visibility: visible; /* クリック時に表示 */
  }
.main-2{
	 width:100%;
	 height: 100vh;
	 background-color: black;
	 opacity: 0;
	 z-index: 0;
	 position: absolute;
	 top:0;
	 left:0;
	 transition: all 0.4s;
}
.clicked .main-2{
	 opacity: .6;
}
.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: 10;
}
.right-h-top{
	display:none;
}
.right-h-bottom-link-list{
	display:none;
}
.right-h-bottom .insta{
	display:none;
}
.close{
	display:none;
}
.menu-list{
	display:flex;
	flex-direction: column;
	gap:15px;
	padding:100px 0 0 40px;
}
.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{
	width:87%;
	margin:0 auto 0 auto;
}
.common-width-2{
	width:87%;
	margin:0 auto 0 auto;
}
.common-btn{
	color:black;
	font-size:15px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	display:block;
	vertical-align: middle;
}
.common-btn::before{
	content: '';
    background-color: #00AA6B;
    width: 12px;
    height: 12px;
    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;
	flex-direction: column;
	width:94%;
	gap:7px;
	margin:0 auto 0 auto;
}
.top p:nth-child(1){
	font-size:13px;
	font-weight:500;
	font-family: "Noto Sans JP", sans-serif;
}
.top p:nth-child(2){
	color:#BDBEBF;
	font-size:13px;
	font-weight:500;
}
.top-slider{
	width:94%;
	margin:25px auto 0 auto;
	position: relative;
}
.top-slider img{
	border-radius: 7px;
	filter: brightness(.8);
}
.top-slider h2{
	position: relative;
	position: absolute;
	bottom:17px;
	left:25px;
	font-size:32px;
	font-weight:500;
	color:white;
}
.top-slider h2::after{
	content: "Here, we reflecton living.";
	white-space: pre;
	font-family: "Damion", cursive;
	font-size:13px;
	position: absolute;
	right:0;
	bottom:4px;
}
.concept{
	margin-top:30px;
	position: relative;
}
.concept-img-g-1{
	display:flex;
	justify-content: space-between;
	gap:7px;
	width:70%;
}
.concept-img-g-1 img{
	border-radius: 5px;
}
.concept-img-g-2{
	width:auto;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 7px;
	width:70%;
	margin:10px 0 0 auto;
}
.concept-img-g-2 img{
	border-radius: 5px;
}
.concept h3{
	font-family: "Roboto Condensed", serif;
	font-weight:500;
	text-transform: uppercase;
	font-size:60px;
	letter-spacing: -0.025em;
	line-height: 0.9;
	margin-top:25px;
}
.concept-read{
	margin:20px auto 0 auto;
	width:auto;
}
.concept-read h2{
	font-size:25px;
	font-weight:500;
	margin-bottom:15px;
}
.concept-read a{
	margin-top:25px;
}
.gallery{
	display:block;
	margin-top:80px;
	margin-bottom:80px;
}
.gallery-img{
	width:auto;
}
.gallery-img img{
	border-radius: 7px;
}
.gallery-txt{
	margin-top:20px;
}
.gallery-txt h2{
	font-size:25px;
	font-weight:500;
	margin-top:32px;
	margin-bottom:14px;
}
.gallery-txt p{
	text-align: justify;
}
.gallery-txt a{
	margin-top:25px;
}
.ivent-back{
	position: relative;
}
.ivent-txt{
	width:87%;
	margin:20px auto 0 auto;
}
.ivent-txt h2{
	font-size:25px;
	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:12px;
}
.topic{
	margin-top:80px;
}
.topic-top{
	display:block;
	gap:40px;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom:50px;
}
.topic-img-list{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
    gap:7px;
}
.topic-img-list img{
	border-radius: 5px;
	object-fit: cover;
	height:170px;
}
.topic-title{
	margin-top:25px;
}
.topic-title-main{
	position: relative;
	width:auto;
}
.topic-title-main h2{
	text-align: justify;
	font-size:25px;
	font-weight:500;
	margin-bottom:7px;
}
.topic-title-main p{
	text-align: justify;
}
.topic-title-sub{
	margin-top:25px;
}
.topic-title-sub p{
	font-family: "Damion", cursive;
	font-size:15px;
	margin:0 42px 0 0;
	display:none;
}
.topic-list{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 64px;
}
.topic-thumbnail img{
	height:120px;
	object-fit: cover;
	border-radius:5px;
}
.topic-list a{
	
}
.topic-list a .link{
	display:flex;
	align-items: center;
	font-weight:600;
	font-size:13px;
	font-family: "Noto Sans JP", sans-serif;
}
.topic-list a .link img{
	width:14px;
	margin:0 0 0 20px;
	vertical-align: middle;
}
.topic-list-detail-txt{
	margin-top:12px;
	color:black;
}
.topic-list-detail-txt h4{
	font-size:16px;
	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:80px;
	margin-bottom:80px;
}
.partner-content{
	width:92%;
	margin:0 auto;
	position: relative;
}
.partner-content img{
	border-radius: 5px;
}
.partner-txt{
	width:87%;
	margin:20px auto 0 auto;
}
.partner-txt h2{
	font-size:25px;
	font-weight:500;
	line-height: 1.4;
}
.partner-txt h2 span{
	z-index: 1;
}
.partner-txt p{
	background-color: white;
	text-align: justify;
	padding:0 5px;
	margin-top:14px;
}
.partner-txt a{
	margin-top:20px;
}
.access-img img{
	border-radius: 5px;
}
.access-txt{
	display: flex;flex-direction: column;
	margin-top:30px;
}
.access-txt h3{
	font-size:25px;
	font-weight:500;
	letter-spacing: 0.02em;
	margin-top: -10px;
}
.address{
	margin-top:12px;
	font-size:14px;
	font-family: "Noto Sans JP", sans-serif;
}
.shop {
	margin:12px 0 12px 0;
}
.shop p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	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;
}
.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;
	margin-top:30px;
}
.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:20px 0 0 0;
	margin-bottom:65px;
}
.kaso-top h3{
	font-size:17px;
	font-weight:500;
	font-family: "Roboto Condensed", serif;
	color:#BDBEBF;
	text-transform: uppercase;
}
.kaso-top h2{
	font-size:32px;
	color:#BDBEBF;
	font-weight:500;
}

.kaso-top h2 span{
	color:#00AA6B;
}
.kaso-top div{
	margin:20px auto 0 auto;
}
.kaso-top .main-txt{
	text-align: justify;
}
/* access */
.map iframe{
	width:100%;
	height:260px;
	border-radius: 5px;
}
.access-bottom{
	margin-top:50px;
}
.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:100px;
}
.access-bottom-left p{
	font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
	font-weight:400;
}
.access-bottom-right{
	border-bottom:1px solid #BDBEBF;
	margin:20px 0 0 0;
}
.access-bottom-right a{
	color:#00AA6B;
	font-family: "Roboto Condensed", serif;
	font-size:60px;
	letter-spacing: -0.02em;
	font-weight:400;
	text-transform: uppercase;
	display:flex;
	justify-content: space-between;
	align-items: center;
	gap:55px;
	position: relative;
}
.access-bottom-right a span img{
	width:40px;
	vertical-align:middle;
}
.access-bottom-right a::after{
	content: "一度おにわtoおうちに遊びに来ませんか？";
	white-space: pre;
	font-size:15px;
	position: absolute;
	left:0;
	bottom:-33px;
	color:#BDBEBF;
}
/* トピック */
.kaso-topic{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	gap:30px;
	align-items: flex-start;

}
.kaso-topic-list{
	grid-template-columns: repeat(2, 1fr);
	width:100%;
}
.topic-category{
	width:100%;
	background-color:#F8F8F8;
	border-radius: 5px;
}
.topic-category-content{
	padding:40px 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:80px;
	margin-bottom:80px;
}
.concept-content-detail{
	display:block;
}
.concept-content-detail-img{
	margin-bottom:20px;
}
.concept-content-detail-img img{
	border-radius: 7px;
}
.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:21px;
	font-weight:500;
	margin:7px 0 15px 0;
	letter-spacing: 0.02em;
	line-height: 1.4;
}
.concept-content .right{
	flex-direction: row-reverse;
}
.concept-partner{
	margin-top:80px;
}
.concept-partner-top h4{
	font-family: "Damion", cursive;
	font-size:17px;
	margin-bottom:8px;
}
.concept-partner-top h3{
	font-size:25px;
	font-weight:500;
}
.concept-partner-list{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
    gap: 60px;
	margin-top:40px;
}
.concept-partner-list-detail-img img{
	border-radius: 7px;
}
.concept-partner-list-detail-txt{
	margin-top:23px;
}
.concept-partner-list-detail-txt .read{
	font-size:13px;
	font-weight:600;
}
.concept-partner-list-detail-txt .name{
	font-size:22px;
	font-weight:500;
	margin:5px 0 7px 0;
}
.concept-partner-list-detail-txt .main-txt{
	margin-bottom:20px;
	font-size:13px;
	line-height: 1.8;
}
/* 記事の詳細 */
.thumbnail-topic img{
	border-radius: 5px;
	height:180px;
	object-fit: cover;
}
.single-content{
	padding:20px 0 0 0;
	width:87%;
	margin:0 auto;
}
.single-title{
	margin:30px 0 15px 0;
}
.single-content-main{
	margin-bottom:60px;
}
/* お問い合わせ */
/* フッター */
footer{
	background-color: #F8F8F8;
	width:97%;
	margin:110px 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;
}
}