@charset "utf-8";
/* CSS Document */

/* 汎用 */
h2{
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
}

.hType1{
	font-size: 2.4rem;
	font-weight: bold;
	font-family: var(--font-m);
	margin-bottom: 25px;
	text-align: center;
	letter-spacing: 5px;
	text-indent: 5px;
}

.hType2{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hType2:before{
	content: "";
	width: 70px;
	height: 36px;
	padding-right: 20px;
	background:url(/img/bochi/bochi_h_left.png) no-repeat left center;
	background-size: 70px auto;
}

.hType2:after{
	content: "";
	width: 70px;
	height: 36px;
	padding-left: 20px;
	background:url(/img/bochi/bochi_h_right.png) no-repeat right center;
	background-size: 70px auto;
}

.hType2 em{
	font-size: 2.6rem;
	display: inline-block;
}

.btn2w{
	background:url(/img/common/arrow_right_b.svg) no-repeat right 10px center #FFF;
	background-size: 20px auto;
	display: block;
	padding: 15px;
	text-align: left;
	text-decoration: none;
	border: solid 1px #000;
}



.btn2b{
	background:url(/img/common/arrow_right_w.svg) no-repeat right 10px center #000;
	background-size: 20px auto;
	display: block;
	padding: 15px;
	text-align: left;
	text-decoration: none;
	border: solid 1px #FFF;
	color:#FFF;
}

.btn2b:visited{
	color: #FFF;
}

.btn2b:hover{
	background:url(/img/common/arrow_right_b.svg) no-repeat right 10px center #FFF;
	background-size: 20px auto;
	border: solid 1px #000;
	color:#000;
	opacity: 1;
}



.btn3w{
	background:url(/img/common/arrow_right_b.svg) no-repeat right 10px center #FFF;
	background-size: 20px auto;
	display: block;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	border: solid 1px #000;
}

.btn3b{
	background:url(/img/common/arrow_right_w.svg) no-repeat right 10px center #000;
	background-size: 20px auto;
	display: block;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	border: solid 1px #FFF;
	color: #FFF;
}

.btn3b:visited{
	color: #FFF;
}

.btn3b:hover{
	background-color: #FFF;
	background-image: url(/img/common/arrow_right_b.svg);
	opacity: 1;
	border:solid 1px #000;
}

.btn3b:hover:visited{
	color: #000;
}

.tbl1{
	width: 100%;
	box-sizing: border-box;
	border-collapse:collapse;
	margin-bottom: 5px;
}

.tbl1 th{
	padding: 10px 20px;
	background-color: #E0E0E0;
	font-weight: normal;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	text-align: center;
}

.tbl1 td{
	padding: 10px 20px;
	background-color: #F2F2F2;
	font-weight: normal;
	border-bottom: solid 1px #FFF;
	text-align: right;
}

.tbl1 tr:first-of-type th{
	background-color: #D4D4D4;
	text-align: center;
}

.tbl1 + p.kome{
	font-size: 1.2rem;
	text-align: right;
}

/* テンプレート */

#container {
	width:100%;
	text-align:left;
	padding-top: 50px;
	transition: all 0.5s;
}

.lowImg1{
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;
	height: 45vw;
	position: relative;
}

.lowImg1::before{
	content: "";
	background:url(/img/common/tobira_left.svg) no-repeat left top;
	background-size: auto 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top:0
}

.lowImg1.isNokotsudo::before{
	background:url(/img/common/tobira_left_b.svg) no-repeat left top;
}

.lowImg1::after{
	content: "";
	background:url(/img/common/tobira_right.svg) no-repeat right bottom;
	background-size: auto 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.lowImg1 h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 50;
	width: 80%;
	text-align: center;
}

.lowImg2{
	width: 100%;
	height: 30vw;
	overflow: hidden;
	position: relative;
}

.lowImg2 img{
	width: 100%;
	height: 30vw;
	object-fit: cover;
}

.lowImg2 img.jumokusoLogo{
	position: absolute;
	right: 10px;
	top: 10px;
	height: calc(30vw - 20px);
	width: auto;
}

.lowImg3{
	width: 100%;
	height: 30vw;
	position: relative;
	background:url(/img/company/company_bg.jpg) no-repeat left center;
	background-size: cover;
}

.lowImg3 h2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}
.lowImg3 h2 img{
	height: 35px;
	width: auto;
}

.lowImg4 {
    --border-size: 20px;
    position: relative;
    border-bottom: var(--border-size) solid #000;
}

.lowImg4 .visual {
    width: 100%;
}

.tobiraArea{
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
}

.tobiraBnr{
	background-size: auto 100%;
	background-position: right top;
	display: block;
	position: relative;
	height: 25vw;
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #000;
	background-size:auto 100%;
	border-bottom: solid 1px #FFF;
}

.tobiraBnr:after{
	content: "詳しくはこちら>>";
	color: #FFF;
	background-color: rgba(0,0,0,0.75);
	padding: 5px 10px;
	text-align: center;
	right: 10px;
	bottom: 10px;
	font-family: var(--font-m);
	font-size: 1.2rem;
	position: absolute;
}

.tobiraBnr img{
	width: auto;
	height: 19vw;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0, -50%);
}

.bochiArea{
	background: url(/img/bochi/bochi_bg.png) no-repeat center top;
	background-size: 100% auto;
	padding: var(--section-bottom) var(--section-side);
}

.bochiArea h2{
	text-align: center;
	font-size: 3.4rem;
	font-weight: normal;
	margin-bottom: 25px;
}

.bochiArea .h2Sub{
	text-align: center;
	margin-bottom: 5px;
}

.bosekiArea{
	background-size: 100% auto;
	padding: var(--section-bottom) var(--section-side);
}

.nokotsuArea{
	padding: var(--section-side);
	padding-bottom: var(--section-bottom);
}

.kazokusoArea{
	padding: var(--section-side);
	padding-bottom: var(--section-bottom);
}

.photoList1 {
    --gap: 3.26vw;
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

.photoList1>li {
    width: calc(50% - var(--gap) / 2);
}

.photoList1>li img {
    width: 100%;
}


/* ヘッダ */
header{
	height: 50px;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

h1{
	height: 50px;
	position: relative;
}

h1 picture{
	width: 30%;
	position: absolute;
	top: 50%;
	left: 4vw;
	transform:translateY(-55%);
}

h1 picture img{
	vertical-align: middle;
}

/* ハンバーガーメニュー関連 */
.menuBox{
	height: 50px;
	width: 50px;
	background-color: var(--color1);
	position: fixed;
	right: 0;
	top: 0;
	z-index: 110;
	text-align: center;

}

.drawer-hidden {
	display: none;
}

.drawer-open {
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 10002;/* 重なり順を一番上に */
	cursor: pointer;
  }
  
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	border-radius: 3px;
	background: #FFF;
	transition: 0.5s;
	position: absolute;
}

.drawer-open span{
	top:18px;/*全体の上下位置調整*/
}

.drawer-open span:before {
	bottom: 8px;
}
.drawer-open span:after {
	top: 8px;
}

.drawer-text{
	color: #FFF;
	position: absolute;
	text-align: center;
	display: block;
	bottom: 4px;
	left: 0;
	right: 0;
	font-size: 1rem;
}

#drawer-check:checked ~ .drawer-open span {
	background: rgba(255, 255, 255, 0);
}
#drawer-check:checked ~ .drawer-open span::before {
	bottom: 0;
	transform: rotate(45deg);
}  
#drawer-check:checked ~ .drawer-open span::after {
	top: 0;
	transform: rotate(-45deg);
}

#drawer-check:checked ~ nav{
	left: 0;/* メニューを画面に入れる */
}

nav{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:100%;
	z-index:10000;
	background-color:#000;
	transition: all 0.5s;
	-ms-transition: none;
	padding-top:60px;
	overflow-y: auto;
}

nav ul{
	list-style-type: none;
	margin: 0 10px 120px 10px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

nav ul li{
	margin-bottom: 2px;
	width: 100%;
	box-sizing: border-box;
}

nav ul li.nokotsu{
	width: 50%;
}

nav ul li.midashi{
	color: #FFF;
	font-family: var(--font-m);
	background-color: var(--color1);
	margin: 10px 0;
	padding: 2px 0;letter-spacing: 1em;
	text-indent: 1em;
}
nav ul li.eidai{
	margin-bottom: 20px;
}
nav ul li.sekizai img{
	max-width: 10em;
}

nav ul li a{
	display: block;
	padding: 10px 15px;
	color: #FFF !important;
	position: relative;
	text-align: left;
	text-decoration: none;
	font-family: var(--font-m);
}

nav ul li.lv2 a{
	padding: 15px 15px 15px 45px;
}

nav ul li a:after{
    position: absolute;
    top: 0;
    bottom: 0;
	right: 20px;
	width: 8px;
    height: 8px;
	border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    margin: auto;
    content: "";
    vertical-align: middle;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: all 0.5s;
}




/* コンテンツ領域コンテナ */
main{
	display: block;
    
    position: relative;
    z-index: 99;
}

.lowArea{
	padding: var(--section-bottom) var(--section-side);
}

.secType1{
	padding-bottom: var(--section-bottom);
}

.gmap{
	width: 100%;
	height: 80vw;
}

/* フッター */

footer{
	background-color: #000;
	padding:25px var(--section-side);
	color: #FFF;
}

.footerArea dl{
	margin-bottom: 20px;
}

.footerArea dt img{
	height: 20px;
}

.footerArea dd{
	padding-top: 20px;
	font-size: 1.4rem;
	font-family: var(--font-m);
}

.footerArea dd address{
	font-style: normal;
	margin-bottom: 5px;
}
/*
.footerArea dd img{
	height: auto;
	width: 80%;
}
*/
.copy{
	font-size: 1.2rem;
	text-align: center;
	
}

.footerContactBox{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.footerContactBox a:first-of-type{
	grid-column: 1/3;
}

.telContact{
    display:grid;
    grid-template-columns: 70% 1fr;
    align-items: flex-end;
    gap:0 .5em;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
    margin-bottom: 20px;
    line-height: 1;
    
    &:hover{
        color: #fff !important;
        opacity: 1 !important;
        cursor: default;
    }
    
}

