* {
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-family: 'Yu Gothic UI','TsukuARdGothic-Regular','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	margin: 0px;
    padding: 0px;
}
/* ↓ adjustment ↓ */
.mt10 {
	margin-top: 1em;
}
.mt20 {
	margin-top: 2em;
}
.mt30 {
	margin-top: 3em;
}
.mt40 {
	margin-top: 4em;
}
.mb10 {
	margin-bottom: 1em;
}
.mb20 {
	margin-bottom: 2em;
}
.mb30 {
	margin-bottom: 3em;
}
.mb40 {
	margin-bottom: 4em;
}
/* ↑ adjustment ↑ */
body {
  margin: 0;
  padding: 0;
}
.pc { display: block !important; }
.sp { display: none !important; }
p {
	margin: 0;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
.text-c {
  margin: 0 auto;
}
.text-c p {
  text-align: center;
}
.text-c p img {
	vertical-align: top;
	max-width: 100%;
}
.offer_row img {
	vertical-align: top;
	max-width: 100%;
}
img {
  vertical-align: top;
}
footer.condi-f {
	background: #fff;
	color: #231815;
}
footer.condi-f ul {
	list-style: none;
	margin: 0 1em;
	padding: 2em 0;
	text-align: center;
}
footer.condi-f ul li {
	margin-bottom: 0.5em;
}
footer.condi-f ul li img {
	width: 100px;
	height: auto;
}
footer.condi-f ul li a {
	text-decoration: none;
	color: #231815;
	letter-spacing: 1px;
}
footer.condi-f ul li:last-child {
	font-size: 0.7em;
}
/*　↓オファー部分ボタン設定↓　*/
.offer_row {
    position: relative;
	text-align: center;
}
ul.offer_row_btn {
	  margin: 0;
	  padding: 0;
		position: absolute;
	  bottom: 0;
	top: 100%;
		list-style: none;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
  }
	ul.offer_row_btn li:first-child {
		margin: 0 2.5% 1px 10%;
	}
	ul.offer_row_btn li:last-child {
		margin: 0 10% 1px 2.5%;
	}
@media only screen and (max-width:749px) {
	.trans1px {
		transform: translateX(0) translateY(-2px);
	}
	.offer_row {
    	position: relative;
		transform: translateX(0) translateY(-1px);
  }
	.offer_row img {
		width: 100%;
	}
  ul.offer_row_btn {
	  margin: 0;
	  padding: 0;
		position: absolute;
	  bottom: 0;
	  list-style: none;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	  width: 100%;
  }
	ul.offer_row_btn li:first-child {
		margin: 0 2.5% 1px 10%;
	}
	ul.offer_row_btn li:last-child {
		margin: 0 10% 1px 2.5%;
	}
}
/*　↑オファー部分ボタン設定↑　*/

/* アコーディオン */
	.qa230830 {
		background: #ebeaea;
		padding-bottom: 20px;
	}
	.qa_before230830 {
		background: #ebeaea;
	}
	details {
		padding: 0;
		background: #e9e9e9;
		border-radius: 5px;
		margin: 0;
	}
	summary {
		outline: none;
		display: block;
  		list-style: none;
		text-align: center;
	}
	summary::-webkit-details-marker {
	  display:none;
	}
	details[open] .in-details {
		animation: fadeIn 0.5s ease;
	}
	@keyframes fadeIn {
		0% {
			opacity: 0;
			transform: translateY(-10px);
		}
		100% {
			opacity: 1;
			transform: none;
		}
	}	
	/* END/アコーディオン */
	/* スライダー */
	.slider230830 {
		overflow: hidden;
	}
	.autoplay-slider {
	  display: flex;
	  min-width: 100%;
	  width: min-content;
	  animation: 20s linear infinite sliderAnimation;
	}
	.slide {
	  width: auto;
		height: auto;
	  margin: 0 5px 30px;
	  position: relative;
	}
	@keyframes sliderAnimation {
	  100% {
		transform: translateX(-50%);
	  }
	}
	/* END/スライダー */


@media only screen and (max-width:750px) {
	.pc { display: none !important; }
    .sp { display: block !important; }
  img {
    width: 100%;
  }
	footer.condi-f {
		margin-bottom: 30px;
	}
	/* スライダー */
	.slider230830 {
		overflow: hidden;
	}
	.autoplay-slider {
	  display: flex;
	  min-width: 100%;
	  width: min-content;
	  animation: 20s linear infinite sliderAnimation;
	}
	.slide {
	  width: 280px;
		height: auto;
	  margin: 0 5px 30px;
	  position: relative;
	}
	/* END/スライダー */
}

/*////////////////////////////////////////////////////////////////
プライバシーポリシーページ
////////////////////////////////////////////////////////////////*/
.privacy_contents {
	width: 60%;
	margin: 50px auto;
	border-bottom: 3px solid #ffcc00;
}
.privacy_contents p {
	margin-bottom: 1em;
}
.privacy_contents span.f-bold {
	font-weight: bold;
}
.privacy_contents_wrap {
	width: 100%;
	margin: 0;
}
.privacy_contents h1 {
	border-bottom: 3px solid #ffcc00;
	padding: 0.5em 0;
	margin-bottom: 50px;
}
.privacy_contents .tel {
	background: #fbf8eb;
	padding: 30px;
	margin: 30px 0;
	border-radius: 10px;
}
.privacy_contents .tel h3 {
	font-size: 1.5em;
}
.privacy_contents .tel .tel_link a {
	text-decoration: none;
	color: #000;
	font-size: 2.5em;
	font-weight: bold;
}
.privacy_contents .cta_btn {
	width: 100%;
}
.privacy_contents .cta_btn a.btn-square {
	    width: 100%;
    display: inline-block;
    padding: 1em 1em 0.5em;
    text-decoration: none;
    background: #ffcc00;
    color: #000;
    border-bottom: solid 4px #645000;
    border-radius: 100vh;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 20px;
}
.privacy_contents .cta_btn a.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.privacy_contents .cta_btn a.btn-square span {
	font-size: 150%;
}


@media only screen and (max-width:750px) {
	.privacy_contents {
		width: 90%;
		margin: 20px auto 50px;
		border-bottom: 3px solid #ffcc00;
	}
	.privacy_contents h1 {
		font-size: 1.5em;
		margin-bottom: 20px;
	}
	.privacy_contents .tel {
		padding: 20px;
	}
	.privacy_contents .tel h3 {
		font-size: 1.2em;
		margin-bottom: 1em;
	}
	.privacy_contents .tel .tel_link a {
		text-decoration: none;
		color: #000;
		font-size: 1.8em;
		font-weight: bold;
	}
	.privacy_contents h2 {
		font-size: 1em;
		margin-bottom: 0.5em;
	}
}

