@charset "utf-8";

@media screen and (min-width:769px) {
/*  Layout
-----------------------------------------------------------------------------*/
/* Body */
body {
  font-family:'Poppins', 'Noto Sans JP', "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
	color: #222;
}
/* Wrapper */
.in_wrap{
	width: 960px;
	margin: 150px auto 0;
}
@media screen and (min-width:769px) {
	#menu-btn-check {
	  display:none;
	}
  }

/* area01 */
#header{
	background: #fff;
	width: 100%;
	height: 110px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	box-shadow: 0 3px 3px rgba(179, 179, 179, 0.3);
}
.header80{
	height: 100%;
	display: flex;
	justify-content: space-between;
	max-width: 80%;
	align-items: center;
	bottom: 0;
	margin: 0 auto;
}
#header h1 img{
	width: 115px;
	height: auto;
	margin-top: 15px;
}
#header h1 img:hover{
	opacity: 0.5;
	transition: 0.2s;
}
#header ul{
	display: flex;
	justify-content: flex-end;
	text-align:center;
}
#header li {
	font-size: 14px;
	line-height: 0;
	font-weight: 700;
	height:110px;
}
#header li a {
	text-decoration: none;
	color: #222;
	display: inline-block;
	padding: 55px 20px;
	height: 110px;
	box-sizing: border-box;
}
#header li a:hover{
	border-bottom:7px solid #e6231d;
	color:#e6231d;
	padding: 55px 20px 28px;
}
.header_items{
	display: flex;
}
.header_contact{
	margin: auto 0  auto 20px;
}
.header_contact a{
	display: block;
	color: #fff;
	background: #E31E23;
	border: 1px #E31E23 solid;
    width: 160px;
    height: 48px;
	border-radius: 24px;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
}
.header_contact a:hover{
	color: #E31E23;
	background: #fff;
	border: 1px #E31E23 solid;
	opacity: 1;
}
.c-button--icon.-external::after {
    content: "";
    width: 1rem;
    height: 1rem;
    display: block;
    background: url(../../img/20210902_link_r.svg) no-repeat center center / contain;
	position: relative;
	left: 60px;
	bottom: 9px;
}
#header li .c-button--icon.-external{
    padding-right: 38px;
}

#contents {
	position: relative;
	z-index: 2;
}
#area01{
	text-align: center;
}
#area01 h2{
	font-size: 36px;
	color: #E31E23;
	margin-bottom: 20px;
}
#area01 h3{
	font-size: 23px;
}
.movie{
	width:75%;
	height:400px; 
}

/* com */
.com_inner{
	width: 75%;
	margin: 70px auto;
	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;
    line-height: 1;
    min-width: 200px;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: -3.2px;
    margin-top: -3.2px;
}
.com_inner dd{
	font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
}
.mintxt{
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.3;
}
.com_inner img{
	margin-top: 10px;
	height: 70px;
	pointer-events: none;
}

/* point */
.point_inner{
	width: 75%;
	margin: 0 auto 100px;
}
.point{
	display: flex;
	margin-bottom: 35px;
}
.p_item{
	width: 25%;
	margin: auto 30px auto 20px;
}
.t_item{
	padding-right: 20px;
	width: 75%;
}
.txt01{
	width: 310px;
	padding: 5px 10px 5px 53px;
	font-weight: bold;
    min-width: 200px;
    font-size: 18px;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	border-radius: 10px;
	background:url(../../img/check.svg) #dbdbdb no-repeat 7% center;
	background-size: 20px;
}
.txt02{
	letter-spacing: 1.5px;
}


/* MAP */
.image{
	width: 75%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 70px;
}

.image .img01{
	height: 290px;
}
.image .img02{
	width: 300px;
}	


/* btn */

.back_btn{
	display: block;
	text-align: center;
	margin: 70px auto 0;
	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;
}
.back_btn:hover{
	color: #fff;
	background-color: #E31E23;
}


/* Footer */
.footer_inner,.footer_nav ul{
    display: flex;
    flex-wrap: wrap;
}
footer {
	background: #222;
	color: #fff;
	display: block;
}
footer h2{
	font-size: 14px;
}
.footer{
	width: auto;
    max-width: 100%;
}
.footer_inner{	
	justify-content:space-between;
	width: 1080px;
	margin: 0px auto;
	padding: 96px 0px 96px;
}
.commonText{
	margin-top: 24px;
}
.footer_menuBox{
	display: flex;
	flex-direction: column-reverse;
}
.footer_snsBox{
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: auto;
}
.footer_snsList{
	display: flex;
	justify-content: flex-end;
}
.footer_snsList li{
	margin-left: 16px;
}
.footer_snsList li img{
	width: 25px;
	vertical-align: middle;
}

nav {
    display: block;
}
.footer_nav {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    flex: none;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
    width: auto;
    max-width: 100%;
}
.footer_nav ul{
	justify-content: flex-end;
}
.footer_nav ul li {
    letter-spacing: 0.1em;
    margin: 0px 0px 0px 24px;
    font-size: 12px;
}
.footer_copy{
	text-align: right;
	margin-top: 12px;
    font-size: 12px;
    justify-content: flex-end;
}
.footer_copy a{
	margin-left: 24px;
	text-decoration:underline;
}

footer a:link { color:#fff; }
footer a:visited { color:#fff; } 
footer a:hover { color:#fff; }
footer a:active { color:#fff; }

.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;
}
}
