@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;
}

/* 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:  1rem;
    height: 1rem;
    display: inline-block;
    background: url(../../img/20210902_link_w.svg) no-repeat center center / contain;
    margin-left: 0.5em;
}


#area01{
	text-align: center;
}
#area01 h2{
	font-size: 30px;
	color: #E31E23;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
#area01 h3{
	font-size: 20px;
}
.movie {
	width: 100%;
	height: 200px;
}

/* com */
.com_inner{
	margin: 30px auto 50px;
	border-top: 3px solid #E31E23;
}
.com_inner dl{
	border-bottom: 1px solid #dbdbdb;
	display: flex;
	padding: 27px 0;
}
.com_inner dl dt{
	font-weight: bold;
    min-width: 90px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: -3.2px;
    margin-top: -3.2px;
}
.com_inner dd{
	font-size: 13.6px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
}
.txt13{
	font-size: 13px;
}
.com_inner img{
	margin-top: 5px;
	height: 50px;
	pointer-events: none;
}
.txt10{
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.3;
}

	/* MAP */
.image{
	width: 90%;
	margin: 0 auto 50px;
}

.image .img01{
	width: 100%;
}

/* point */
.point_inner{
	width: 95%;
	margin: 0 auto 100px;
}
.point{
	margin-bottom: 35px;
}
.p_item{
	width: 50%;
	margin: 0 auto 15px;
}
.txt01{
	width: 87%;
	padding: 5px 0 5px 40px;
	font-weight: bold;
    font-size: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background:url(../../img/check.svg) #dbdbdb no-repeat 4% center;
	background-size: 20px;
}
.txt02{
	letter-spacing: 1px;
	font-size: 14px;
}

/* 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;
}
}