@charset "utf-8";
@media screen and (max-width:768px) {

/*  Layout
-----------------------------------------------------------------------------*/
/* Body */
body {
  font-family:'Poppins', 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
	color: #222;
}

/* Wrapper */
.in_wrap{
	width: 85%;
	margin: 50px auto 0;
}
h3{
	letter-spacing: 1.5px;
	font-size: 16px;
}

/* Footer */
#header{
	background: #fff;
	width: 100%;
	z-index: 10;
	box-shadow: 0 3px 3px rgba(179, 179, 179, 0.3);
	}
	.header80{
		padding: 20px;
	}
	#header h1 img{
		display: block;
		width: 115px;
	}
	 /* ハンバーガーメニュー */
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: black;
	  }
	  .menu-btn:hover {
		cursor: pointer;
	  }
	  /* 三本線の実装 */
	  .menu-btn span,
	  .menu-btn span:before,
	  .menu-btn span:after {
		content: "";
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	  }
	  .menu-btn span:before {
		bottom: 8px;
	  }
	  .menu-btn span:after {
		top: 8px;
	  }
	  /* チェックボックスを非表示にする */
	  #menu-btn-check {
		display: none;
	  }
	  
	  #menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(
		  255,
		  255,
		  255,
		  0
		); /*メニューオープン時は真ん中の線を透明にする*/
	  }
	  
	  /* メニューを開いている時はハンバーガーボタンが×になる */
	  #menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	  }
	  #menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	  }
	
	  /* =================
	メニュー部分の実装
	================= */
	.menu-content {
	  width: 80%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	   /* メニューを外に出しておく */
	  left: 100%;
	
	  z-index: 80;
	  background-color: black;
	  transition: all 0.5s; /*アニメーションを滑らかにする*/
	}
	.menu-content ul {
	  padding: 70px 10px 0;
	}
	.menu-content ul li {
	  border-bottom: solid 1px #ffffff;
	  list-style: none;
	}
	.menu-content ul li a {
	  display: block;
	  width: 100%;
	  font-size: 15px;
	  box-sizing: border-box;
	  color: #ffffff;
	  text-decoration: none;
	  padding: 9px 15px 10px 0;
	  position: relative;
	}
	
	#menu-btn-check:checked ~ .menu-content {
	  left: 30%; /*メニューを画面内へ動かす*/
	}
	
	.header_contact{
		padding-left: 10px;
	}
	.header_contact a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #ffffff;
		padding: 9px 15px 10px 0;
		position: relative;
	  }
.c-button--icon.-external::after {
    content: "";
    width:  15px;
    height: 15px;
    display: inline-block;
    background: url(../../img/20210902_link_w.svg) no-repeat center center / contain;
    margin-left: 0.5em;
}


/* トップ */
.title img{
	width: 100%;
}
.title p{
	display: block;
	margin: 40px auto;
	letter-spacing: 1.5px;
	line-height: 2em;
	font-size: 14px;
	padding: 5px;
}
.none{
	display: none;
}

/* 概要 */
.point{
	margin: 60px auto;
}
.point h3{
	color: #00a3e8;
	text-align: center;
	border: #00a3e8 1.5px solid;
	padding: 10px;
}
.point_item{
	width: 100%;
}
.point_item p{
	letter-spacing: 1.5px;
	font-size: 14px;
	padding: 15px 0;
	width: 95%;
	margin: 0 auto 20px auto;
}
.point_item span{
	font-size: 10px;
}

/* 手順 */
.osmo{
	width: 100%;
}
.step{
	margin: 60px auto;
}
.step h3{
	color: #fff;
	background-color: #00a3e8;
	padding: 10px;
	text-align: center;
}
.img230{
	text-align: center;
	width: 80%;
	margin: 15px auto 20px;
}
.lead{
	display: flex;
	min-height: 50px;
}
.step ul,.step2 ul{
	width: 95%;
	margin: 0 auto;
}
.step li,.step2 li{
	margin-top: 50px;
}
.lead p{
	margin: auto 0;
	letter-spacing: 1px;
}
.lead img {
	height: 30px;
	margin: auto 10px auto 0;
}

/* 手順2 */
.step2 h3{
	color: #fff;
	background-color: #d82b73;
	padding: 10px;
}
.nm04 img,.img400 img{
	width: 100%;
}

/* カラー */
.color{
	margin: 70px auto 50px;
	text-align: center;
}
.color img{
	width: 100%;
}
.color p{
	background-color: #ededed;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	color: #4e4e4e;
	margin-bottom: 20px;
}

/* 動画 */
.movie {
	width: 100%;
	height: 200px;
	margin-bottom: 50px;
}

/* 金額 */
.price{
	position: relative;
	padding: 40px 20px;
	margin-bottom: 60px;
	background-color: #ffeaf3;
	width: 100vw;
	margin-left:calc(-50vw + 50%);
	box-sizing:border-box
}
.price h3{
	text-align: center;
	background-color: #d82b73;
	padding: 5px;
	color: #fff;
}
.above{
	display: flex;
	justify-content: center;
	border-bottom: #4e4e4e 1px solid;
	align-items: flex-end;
}
.txt1,.txt2,.txt3,.under h5{
	letter-spacing: 2px;
	font-weight: 600;
}
.txt1{
	font-size: 45px;
	color: #d82b73;
	font-weight: 500;
}
.txt2{
	font-size: 16px;
	line-height: 4em;
	color: #d82b73;
}
.txt3{
	font-size: 16px;
	line-height: 4em;
	color: #4e4e4e;
}
.under{
	margin: 10px auto 0 auto;
	width: 90%;
}
.under h5{
	color: #4e4e4e;
	font-size: 16px;
	justify-content: center;
}
.under p{
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 1px;
}



/* btn */

.back_btn{
	display: block;
	text-align: center;
	margin: 70px auto 100px;
	padding: 10px 5px 5px 5px;
	width: 150px;
	height: 30px;
	font-size: 13px;
	font-weight: 700;
	color: #E31E23;
	border-radius: 100vh;
	background-color: #fff;
	letter-spacing: .1em;
	border: 2px #E31E23 solid;
}


/* Footer */
footer {
	background: #222;
	color: #fff;
	display: block;
}
footer a{
	color: #fff;
}
footer h2{
	font-size: 15px;
}
.footer_nav{
	display: none;
}
.footer_inner {
    padding: 48px 10vw 48px;
}
.footer_access {
	line-height: 2.0;
    width: 100%;
    font-size: 13px;
}
.footer_menuBox {
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    flex-direction: column-reverse;
}
.footer_snsBox {
    width: 100%;
}
.footer_snsList{
	display: flex;
}
.footer_snsList li{
	margin-right: 16px;
}
.footer_snsList li img{
	width: 25px;
	vertical-align: middle;
}
.footer_copy {
	font-size: 12px;
    margin-top: 35px;
    text-align: center;
}
.footer_copy a{
	margin-left: 10px;
	text-decoration:underline;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	  z-index: 10;
  }
  .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #e10029;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 50px;
  }
  .pagetop a:hover{
	  background-color: #e10029;
}
}