@charset "UTF-8";
/*
Theme Name: promo
*/

/*＝＝＝＝
ヘッダー、フッターのナビのコラムを非表示
＝＝＝＝＝*/

#navArea li.column,footer .navi li.column {
	display: none;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 3px;
	vertical-align: baseline;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color:#292929;
	box-sizing: border-box;
	overflow-wrap: break-word;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	width: 100%;
    overflow-x: hidden;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

ol, ul {
list-style: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

tbody {
    -webkit-text-size-adjust: 100%;
} 

a {
	text-decoration: none;
	color:#292929;
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.tel {
	pointer-events: none;
}

.sp {
	display: none;
}	

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 80%;
}

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

.bgGray {
	background:#F9F9F9;
}

.bgBlack {
	background:#292929;
}

.sp {
	display: none;
}

h2 {
    text-align: center;
	font-size: clamp(36px, 5vw, 80px);
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: 50px;
}

h2 .subTitle{
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 4px;
	margin-top: 30px;
}


/*============
フォント
=============*/	

.lato {
	font-family: "Lato", sans-serif;
}


/*============
ヘッダー
=============*/	

header {
    width: 100%;
    padding: 22px 2.5% 22px;
    position: fixed;
    top: 0;
    right: 0;
    height: 90px;
	background: rgb(255 255 255 / 80%);
	z-index: 999;
}

header .flex_ox {
	align-items: center;
}

#logo {
	width: 130px;
}

nav ul {
    display: flex;
	align-items: center;
}

nav ul li a {
    margin: 0 10px;
	letter-spacing: 1px;
	font-weight: 400;
}

nav ul li.contact a {
    background: #292929;
    color: #fff;
    padding: 7px 18px 9px;
    border-radius: 3px;
}

/*============
下層ページ共通
=============*/	

main.underPage {
	padding-top: 90px;
}

.underPage .mainPhoto {
    position: relative;
    width: 90%;
    margin: 0 0 100px auto;
    height: 360px;
    border-radius: 0 0 0 150px;
}

.underPage h1 {
    position: relative;
    left: -9%;
    top: 45%;
    transform: translateY(-50%);
    font-size: clamp(30px, 4.5vw, 56px);
    font-weight: 100;
    letter-spacing: 2px;
    background: rgb(255 255 255 / 80%);
    padding: 12px 20px;
    display: inline-block;
}

.underPage h1 span {
    padding-top: 10px;
    font-size: clamp(14px, 1.4vw, 16px);
    display: block;
}

.underPage h2.pageTitle {
    font-size: clamp(26px, 4vw, 40px);
    margin-bottom: 100px;
}

.underPage h2.secTitle {
    font-size: clamp(24px, 3.8vw, 34px);
}

.underPage .wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/*============
黒いボタン
=============*/	

.blackBtn a,.blackBtn input {
    width: 100%;
    max-width: 300px;
    text-align: center;
    background: #292929;
    color: #fff;
    position: relative;
    border-radius: 60px;
    line-height: 60px;
	border: none;
	transition: all 0.5s ease;
}

.blackBtn a:before,.blackBtn input:before {
    content:"";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	right:25px;
	transform: translateY(-50%);
}

.blackBtn a:hover,.blackBtn input:hover {
    filter: invert(1);
	border: none;
	transition: all 0.5s ease;
}

/*============
お問い合わせ
=============*/	

#contact .wrap {
	width: 90%;
	margin: 0 0 0 auto;
	padding: 130px 0 80px;
}

#contact .wrap h2 {
	margin-left: 25px;
	text-align: left;
	margin-bottom: 0;
}

#contact .wrap .rightArea {
    width: 63%;
    padding: 30px 30px 0 0;
}

#contact .wrap .rightArea p {
	margin-bottom: 50px;
	font-size: 14px;
}


/*============
フッター
=============*/	

footer {
	padding: 60px 0;
}

footer a,footer p {
	color:#fff;
	letter-spacing: 1px;
}

footer .wrap {
	width: 90%;
	max-width: 1160;
	margin: 0 auto;
}

footer .borderBox {
	align-items: center;
	padding-bottom: 50px;
	border-bottom:1px solid #fff;
	margin-bottom: 85px;
}

footer .borderBox .logo {
	max-width: 180px;
}

footer .borderBox .navi li {
	margin-left: 45px;
}

footer .borderBox .navi li a {
	font-family: "Lato", sans-serif;
	font-size: 16px;
}

footer .add address {
	font-style: normal;
}

footer .add address p,footer .add address p a {
	font-size: 12px;
	line-height: 24px;
}

footer .add address p a,footer .policy a {
	display: inline-block;
	font-size: 12px;
}

footer .add address .name {
	font-size: 14px;
	margin-bottom: 20px;
}

footer .badge ul {
	margin-bottom: 30px;
	justify-content: flex-end;
} 

footer .badge li {
	margin-left: 20px;
	height: 47px;
} 

footer .badge li img {
	width: auto;
	height: 47px;
}

footer .policy {
	font-size: 12px;
}

/*============
PAGE TOP
=============*/	

#pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 10px;
    width: 1em;
	height: 100px;
	line-height: 50px;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	z-index: 1000;
	color: #fff;
	border-radius: 100%;
	transition: bottom 0.2s ease;
}

#pageTop a {
    text-decoration: none;
    writing-mode: vertical-rl;
    position: relative;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0;
	color: #888888;
}

#pageTop a:after {
    content: "";
    position: absolute;
    top: -5em;
    left: 5px;
    width: 1px;
    height: 70px;
    background: #888888;
}




@media screen and (max-width:768px) { 

	p,dt, dd, li {
		line-height: 1.8;
	}
	
	
	.tel {
		pointer-events: inherit;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	img {
		max-width: 100%;
	}
	
	header {
		padding: 16px 3% 16px;
		height: 75px;
	}
	
	#logo {
		width: 120px;
	}
	
	
	/*============
	nav
	=============*/
	nav {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: -300px;
	  bottom: 0;
	  width: 300px;
	  background: #fff;
	  overflow-x: hidden;
	  overflow-y: auto;
	  -webkit-overflow-scrolling: touch;
	  transition: all .5s;
	  z-index: 3;
	  opacity: 0;
	}
	
	.open nav {
	  left: 0;
	  opacity: 1;
	}
    
    nav .spLogo {
        width: 64%;
        padding: 20px 0;
        margin: 0 auto;
    }

	nav ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
		display: block;
	}
	nav ul li {
	  position: relative;
	  margin: 0;
	}
	nav ul li a {
	  display: block;
	  font-size: 14px;
	  padding: 1em;
	  text-decoration: none;
	  transition-duration: 0.2s;
		text-align: center;
	}

	  nav {
		left: -220px;
		width: 220px;
	  }

	/*============
	.toggleBtn
	=============*/
	.toggleBtn {
	  display: block;
	  position: fixed;
	  top: 20px;
	  right: 30px;
	  width: 30px;
	  height: 30px;
	  transition: all .5s;
	  cursor: pointer;
	  z-index: 3;
	}
	.toggleBtn span {
	  display: block;
	  position: absolute;
	  left: 0;
	  width: 30px;
	  height: 2px;
	  background-color: #333;
	  border-radius: 4px;
	  transition: all .5s;
	}
	.toggleBtn span:nth-child(1) {
	  top: 4px;
	}
	.toggleBtn span:nth-child(2) {
	  top: 14px;
	}
	.toggleBtn span:nth-child(3) {
	  bottom: 4px;
	}
	.open .toggleBtn span {
	  background-color: #fff;
	}
	.open .toggleBtn span:nth-child(1) {
	  -webkit-transform: translateY(10px) rotate(-315deg);
	  transform: translateY(10px) rotate(-315deg);
	}
	.open .toggleBtn span:nth-child(2) {
	  opacity: 0;
	}
	.open .toggleBtn span:nth-child(3) {
	  -webkit-transform: translateY(-10px) rotate(315deg);
	  transform: translateY(-10px) rotate(315deg);
	}
	/*============
	#mask
	=============*/
	#mask {
	  display: none;
	  transition: all .5s;
	}
	.open #mask {
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: #000;
	  opacity: .8;
	  z-index: 2;
	  cursor: pointer;
	}	
	
/*============
下層ページ共通
=============*/	

    main.underPage {
        padding-top: 75px;
    }

    .underPage .mainPhoto {
        height: 200px;
        border-radius: 0 0 0 120px;
        margin-bottom: 50px;
        background-size: cover;
    }
    
    .underPage h2.pageTitle {
        margin-bottom: 50px;
    }
    
/*============

=============*/	    
	
	h2 .subTitle {
		font-size: 14px;
		letter-spacing: 2px;
		margin-top: 20px;
	}
	
	.blackBtn a {
		line-height: 45px;
		max-width: 230px;
		margin-left: auto;
		margin-right: auto;
	}
    
/*============
#contact
=============*/	       
	
	#contact .wrap {
		width: 90%;
		margin: 0 auto;
		padding: 60px 0 60px;
	}
	
	#contact .wrap h2 {
		margin: 0 auto;
		text-align: center;
	}	
	
	#contact .wrap .rightArea {
		width: 100%;
		padding: 30px 0 0;
	}	
	
	#contact .wrap .rightArea p {
		line-height: 1.8;
	}	
	
/*============
フッター
=============*/		
	
	footer {
		padding: 60px 0 15px;
	}
	
	footer .borderBox {
		padding-bottom: 30px;
		margin-bottom: 40px;
	}	
	
	footer .borderBox .logo {
		max-width: 130px;
		margin: 0 auto 30px;
	}	
	
	footer .borderBox .logo img {
		width: 100%;
	}

	footer .borderBox ul.flexBox.navi {
		width: 90%;
		margin: 0 auto;
		justify-content: flex-start;
	}
	
	footer .borderBox ul.flexBox.navi li {
		width: 50%;
		margin: 0;
	}	
	
	footer .borderBox ul.flexBox.navi li a {
		padding: 10px 0;
		text-align: center;
	}
	
	footer .add {
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}	
	
	footer .badge {
		width: 100%;
	}
	
	footer .badge ul {
		justify-content: center;
	}
	
	footer .badge li {
		margin: 0 6px;
	}	
	
	footer .policy {
		text-align: center;
	}	
	
	footer .policy a {
		margin-bottom: 15px;
	}
	
	/*============
	PAGE TOP
	=============*/	

	#pageTop {
		bottom: 10px;
		right: 5px;
		height: 80px;
	}

	#pageTop a {
		font-size: 12px;
		color: #888888;
	}

	#pageTop a:after {
		left: 6px;
		height: 50px;
	}


}



@media screen and (min-width:769px) and (max-width:1024px) { 

	.blackBtn a {
		line-height: 55px;
	}
	
	#contact .wrap .rightArea {
		padding: 30px 60px 0 0;
	}	
	
	footer {
		padding: 40px 0;
	}	
	
	footer .borderBox {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	footer .borderBox .logo {
		max-width: 130px;
	}	
	
	footer .borderBox .logo img {
		width: 100%;
	}	
	
	footer .borderBox .navi li {
		margin-left: 20px;
	}
	

}
