@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
.inter {
	font-family: 'Inter', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #221815;
	text-decoration: none;
}
a:visited {
	color: #221815;
}
a:hover {
	color: #221815;
}
a:active {
	color: #221815;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #221815;
	font-size: 1.55rem;

	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
    font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
}
@media all and (max-width: 1290px) {
	body {
	min-width: 1210px;
	}
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
#main {
	display: block;
}

        main{
padding:100px 0 0 0;
        }
@media all and (max-width: 896px) {
        main{
padding:80px 0 0 0;
        }    
    
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	padding: 20px 12px 20px 8px;
}
#gHeader .lBox {
	width: 520px;
}
#gHeader h1 {
}
#gHeader h1 img {
    max-width: 190px;
    object-fit: contain;
    margin: 0 5%;
}
#gHeader .logo01 {
	margin: -15px 0 0 -8px;
	width: 240px;
}
#gHeader .logo01 a:hover {
	opacity: 0.7;
}
#gHeader .rBox {
	padding: 0 0;
	width: calc(100% - 530px);
	justify-content: end;
	align-items: center;
	box-sizing: border-box;
}
#gHeader .rBox .link {
	width: 180px;
}
#gHeader .rBox .link a {
	padding: 13px 0 15px;
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.75px;
	text-align: center;
	border-radius: 100px;
	background-color: #221815;
}
#gHeader .rBox .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gHeader .rBox {
		display: flex !important;
	}
}




  #gHeader{
    /*fixedで上部固定*/
	position: fixed;
	width:100%;
    z-index: 1999;/*最前面へ*/
background:#fff;
}

/*　上に上がる動き　*/

#gHeader.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

body:not(.fixed) #gHeader.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-right: 0;
	padding-bottom: 1px;
	
}
#gNavi ul li {
	display: inline;
}
#gNavi ul li a {
	color: #222;
	font-weight: 600;
}
#gNavi ul li a:hover {
	opacity: 0.7;
}
#gNavi .smlLinkUl {
	margin-bottom: 8px;
}
#gNavi .smlLinkUl li:not(:last-child) {
	margin-right: 16px;
}
#gNavi .smlLinkUl li a {

}
#gNavi .linkUl li:not(:first-child) {
	margin-left: 27px;
}
#gNavi .linkUl li a {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 155px 0 122px;
}
#gFooter .fBox {
	margin: 0 auto;
	width: 1146px;
}
#gFooter .fBox .lBox .linkList li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .lBox .linkList > li {
	margin-right: 62px;
	width: 200px;
}
#gFooter .fBox .lBox .linkList .specLi {
	margin-right: 29px;
}
#gFooter .fBox .lBox .linkList > li:last-child {
	margin-right: 0;
}
#gFooter .fBox .lBox .linkList .subList > li:not(:last-child) {
	margin-bottom: 31px;
}
#gFooter .fBox .lBox .linkList .subList > li > a {
	color: #222;
	font-weight: 600;
	letter-spacing: 1.5px;
}
#gFooter .fBox .lBox .linkList .subList .subUl {
	margin-top: 10px;
}
#gFooter .fBox .lBox .linkList .subList .subUl li:not(:last-child) {
	margin-bottom: 2px;
}
#gFooter .fBox .lBox .linkList .subList .subUl li a {
	color: #666;
	font-size: 1.3rem;
	letter-spacing: 1.3px;
	position: relative;
}
#gFooter .fBox .lBox .linkList .subList .subUl li.link_site a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("../img/common/icon_window.png");
	background-size: cover;
	position: absolute;
	right: -20px;
	top:50%;
	transform: translateY(-50%);
}
#gFooter .fBox .rBox {
	width: 370px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#gFooter .fBox .rBox .fLogo01 {
	margin: 4px 5px 12px auto;
	width: 218px;
}
#gFooter .fBox .rBox .fLogo02 {
	margin: 0 22px 0 auto;
	width: 240px;
}
#gFooter .fBox .rBox .fLogo02 a:hover {
	opacity: 0.7;
}


#gFooter .fBox .rBox .fLogo03 {
	margin: 20px auto;
	text-align: center;
	width:240px;
}

#gFooter .fBox .rBox .fLogo03 img {
	width:30px;
}

#gFooter .fBox .rBox address {
	padding-bottom: 2px;
	color: #222;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.5px;
	text-align: right;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 60px 0 30px;
	}
	#gFooter .fBox {
		margin: 0 20px;
		width: auto;
		display: block;
	}
	#gFooter .fBox .lBox .linkList {
		display: none;
	}
	#gFooter .fBox .rBox {
		width: auto;
		display: block;
	}
	#gFooter .fBox .rBox .logoBox {
		margin-bottom: 50px;
	}
	#gFooter .fBox .rBox .fLogo01 {
		margin: 0 auto 10px;
		width: 273px;
	}
	#gFooter .fBox .rBox .fLogo02 {
		margin: 0 auto;
		width: 240px;
	}
	#gFooter .fBox .rBox .fLogo03 {
	text-align: center;	

	}
	
	#gFooter .fBox .rBox address {
		padding: 0;
		text-align: center;
	}
}
@media all and (max-width: 374px) {
	#gFooter .fBox .rBox address {
		font-size: 3.5vw;
	}
}

/*------------------------------------------------------------
cookie
------------------------------------------------------------*/
#memberPopup {
  color: #fff;
  /* Default => [ display: none; ] */
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  font-size: 1.6rem;
}
.member-popup-content {
  background-color: rgba(230, 230, 230, 1);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
}
.member-popup-header h1 {
  margin: 1rem 0;
}
.member-popup-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}
.member-popup-body {
  padding: 20px;
  color: black;
}
/* Cookie-Policy */
.privacy-policy-link {
  color: rgb(110, 169, 211);
}
/* 同意/拒否ボタンを中央寄せにする */
.cookie-consent {
  /* inline-block を中央に寄せる */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookie-text {
  font-size: 1.4rem;
  margin: 0 20px;
}
@media screen and (max-width: 897px) {
  .cookie-text {
    font-size: 1.3rem;
    margin: 0;
  }
}
.cookie-agree, .cookie-reject {
  display: inline-block;
  color: #fff;
  background: #222;
  padding: 5px;
  margin: 5px;
  width: 20%;
}
@media screen and (max-width: 897px) {
  .cookie-agree, .cookie-reject {
    width: 100%;
  }
}
.cookie-agree:hover, .cookie-reject:hover {
  cursor: pointer;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

.caution{
    max-width:960px;
    margin:30px auto 0 auto;
    color:#fff;
    text-align:center;
    font-size:1.5rem;
    text-shadow: #222 0 0 10px,#222 0 0 10px;
}
@media screen and (max-width: 897px) {
    
 .caution{
text-align:left;
     text-align: justify;
}   
}


/*------------------------------------------------------------
 Add CSS 2024.05.28
------------------------------------------------------------*/
#gHeader .lBox {
  width: auto;
}
#gHeader .hBox {
  justify-content: space-between;
}
#gNavi .linkUl li a {

}
#gNavi .linkUl li:not(:first-child) {
  margin-left: 15px;
}
#gHeader .rBox {
  flex-wrap: nowrap;
  width: auto;
}

#gHeader .rBox .link{
	width: 216px;
}

#gHeader .rBox .link a {
  padding: 5px;

  line-height: 1.2;
}

#gHeader .rBox .link a:nth-child(2) {
  margin-top: 5px;
}

.comContactBox .rBox .subRBox .link a {
  padding: 10px 20px 10px 0;
  line-height: 1;
}
.comContactBox .rBox .subRBox .link a:nth-child(2) {
  margin-top: 5px;
}
@media (max-width: 896px) {
  .form__box dl div dd textarea {
    width: 88% !important;
	  margin: 0 !important;
  }
}