@charset "utf-8";
/*
	Theme Name: STELLA SPORTS
	Description: STELLA SPORTSのレスポンシブテーマ
	Theme URI: https://stella-sports.jp/
	Author: STELLA SPORTS
	Author URI: https://stella-sports.jp/

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color:#333333;
	font-size:62.5%;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;

}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #E60012;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B1C80;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 420px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}
/* header
---------------------------------------*/
header{
	position: fixed;
	top: 0;
	left: 0;
	height: 120px;
	background-color: #FFF;
	width: 100%;
	z-index: 999999;
	box-shadow: 2px 1px 4px #707070;
	align-items: center;
	justify-content: space-between;
	padding: 0 10%;
}
header .header_logo{
	align-items: center;
	justify-content: center;
}
header .header_logo a{
	display: block;
}
header .header_logo .sns_btn{
	align-items: center;
}
header .header_logo .sns_btn a{
	margin-right: 0.5rem;
}
header .header_logo a i{
	font-size: 3rem;
}
header .header_logo .sns_btn a:first-of-type i{
	font-size: 3.3rem;
}
header .header_logo .logo{
	margin-right: 3rem;
}
header .header_logo a img{
	display: block;
}

#Gnav{
	display: flex;
	align-items: center;
	justify-content: center;
	height: inherit;
}
#Gnav ul:before, #Gnav ul:after{
    content: "";
    display: table;
}
#Gnav ul:after{
    clear: both;
}
#Gnav ul{
	position: relative; 
	z-index: 999999;
	display: flex;
	justify-content: center;
	width: 100%;
}
#Gnav ul li{
    position: relative;
	margin-left: 2rem;
}
#Gnav ul li a{
	display: block;
}
#Gnav li ul{
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
    width:250px;
	z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	display: block;
	background-color: #00325E;
}
#Gnav li:hover ul{
    visibility: visible;
    opacity: 1;
}
#Gnav li ul li{
    width: 250px;
    display:block;
	border: none;
	text-align: left;
	padding: 1rem 0 1rem 1em;
}
#Gnav li ul li a{
	display: block;
	color: #FFF;
}
#Gnav li ul li ul{
	width: auto;
	position: relative;
	top: 0;
}
@media screen and (max-width: 1480px) {
	header{
		padding: 0 5%;
	}
}
@media screen and (max-width: 1200px) {
	header{
		padding: 0 2%;
	}
}
@media screen and (max-width: 840px) {
	header{
		height: 80px;
	}
	header .header_logo{
		width: 100%;
	}
	header .header_logo .logo{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 0;
		width: 100%;
	}
	header .header_logo .logo img{
		width: 150px;
	}
	header .header_logo .sns_btn{
		position: absolute;
		right: 2%;
		flex-wrap: nowrap;
	}
	header .header_logo .sns_btn a{
		margin-right: 0.5rem;
	}
}
@media screen and (max-width: 420px) {
	header .header_logo a i{
		font-size: 2.4rem;
	}
	header .header_logo .sns_btn a:first-of-type i{
		font-size: 2.6rem;
	}

	
}

/* --- hamburger-menu --- */
.hamburger-menu{
	position: absolute;
	top: 0;
	left: 0;
}
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
	position: relative;
	cursor: pointer;
	margin-top: 1rem;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp: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_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.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-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}

/* footer
---------------------------------------*/
footer{
	margin-bottom: -30px;
}
footer .footer_area{
	justify-content: space-between;
	margin-bottom: 5rem !important;
}
.footer_left{
	width: 30%;
}
.footer_right{
	width: 62%;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 4rem;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.footer_logo{
	margin-bottom: 1rem;
}
.footer_logo img{
	width: 60%;
}
footer .btn01{
	margin-top: 2rem;
}
footer .btn01 a{
	width: 75%;
}
footer .sns_btn{
	justify-content: center;
	align-items: center;
	font-size: 3rem;
}
footer .sns_btn a:first-of-type{
	font-size: 3.3rem;
}

.footer_nav{
	margin-bottom: 3rem;
}
.footer_nav ul{
	display: flex;
	justify-content: center;
    flex-wrap:wrap;
}
.footer_nav ul li{
	margin: 0 1.5rem;
}
footer .copy{
	background-color: #000;
	padding: 1rem 0;
	color: #FFF;
}
/*---- back-top ----*/
/* ボタンの指定 */

.js-backToTop{
	position: fixed;
	right: 2%;
	bottom: 45px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #000;
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #1B75DE;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 840px) {
	footer{
		margin-bottom: 43px;
	}
	.js-backToTop{
		bottom: 90px;
	}
	footer .btn01 a{
		width: 85%;
	}
}

@media screen and (max-width: 480px) {
	.footer_left,.footer_right{
		width: 100%;
	}
	.footer_left{
		margin-bottom: 2rem;
	}
	.footer_nav ul li{
		margin: 0 1rem;
	}
}

/*---- sp_fix_nav ----*/
.sp_fix_nav{
	display: none;
}
@media screen and (max-width: 840px) {
	.sp_fix_nav{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999999;
		display: flex;
	}
	.sp_fix_nav li{
		width: 25%;
	}
	.sp_fix_nav li a{
		display: block;
		color: #FFF;
		background-color: #000;
		text-align: center;
		padding: 1rem 0;
	}
	.sp_fix_nav li a i{
		font-size: 2.2rem;
	}
	.sp_fix_nav li a p{
		font-size: 1.2rem;
		margin-top: 0.3rem;
	}
}


/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.wrapper{
	width: 100%;
	overflow: hidden;
}
.contents{
	overflow: hidden;
}
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.contents section{
	margin-bottom: 10rem;
}
.top_flex{
	margin-top: 150px !important;
}
.padLR{
	margin: 0 5%;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-150px;
	padding-top:150px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
	.padLR{
		margin: 0 2%;
	}
}

@media screen and (max-width: 840px) {
	.anchor{
		margin-top:-100px;
		padding-top:100px;
	}
	.width70,.width60{
		width: 100%;
	}
	.contents section{
		margin-bottom: 6rem;
	}
	.top_flex{
		margin-top: 100px !important;
	}
}

/* TOP PAGE
---------------------------------------*/
.slide_text .lead05{
	font-size: 3vw;
	line-height: 1.3;
}
.slide_text .lead04{
	font-size: 9vw;
	line-height: 1.3;
}
/*---- slider ----*/
#slider_wrapper{
	position: relative;
	margin: 15rem 5% 5rem;
}
#slider_wrapper .slide_text{
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #FFF;
	font-size: 3.6rem;
	z-index: 9999;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#slider_wrapper li img{
	border-radius: 30px;
}
#slider_wrapper .slide_text img{
	width: 25%;
}
#slider{
	overflow: hidden;
}
#slider_wrapper .slick-dotted.slick-slider{
	margin-bottom: 0;
}
#slider_wrapper .slick-dots{
	bottom: 1rem;
}
#slider_wrapper .slick-dots li{
	margin: 0 2px;
}
#slider_wrapper .slick-dots li button:before{
	color: #FFF;
	opacity: 1;
	font-size: 12px;
}
#slider_wrapper .slick-dots li.slick-active button:before{
	color: #FFF700;
}
@media screen and (max-width: 840px) {
	.slide_text .lead05{
		font-size: 5vh;
	}
	.slide_text .lead04{
		font-size: 15vh;
	}
	#slider_wrapper{
		margin: 10rem 2% 3rem;
	}
	#slider_wrapper .slide_text{
		font-size: 2.4rem;
	}
	#slider_wrapper .slick-dots{
		bottom: 1rem;
	}
	#slider_wrapper .slide_text img{
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	.slide_text .lead05{
		font-size: 2vh;
	}
	.slide_text .lead04{
		font-size: 6vh;
	}
	#slider_wrapper .slide_text{
		font-size: 1.8rem;
	}
	#slider_wrapper .slide_text img{
		width: 35%;
	}
}
.reserve_brn{
	position: absolute;
	bottom: 5rem;
	right: 5rem;
}
.reserve_brn a{
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #FFF700;
	width: 180px;
	height: 180px;
}
.reserve_brn a p{
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.reserve_brn a .btext{
	font-size: 1.8rem;
}

.in_fixed_bottom {
  position: fixed;
  right: 2%;
  bottom: 8rem;
  z-index: 9;
}
.in_fixed_bottom[aria-expanded=false] {
  bottom: -200px;
  transition: .5s;
}
.in_fixed_bottom[aria-expanded=true] {
  bottom: 8rem;
  transition: .5s;
}
.in_fixed-inner {
  display: flex;
  justify-content: center;
}
.in_fixed-btn {
  width: 100%
}
/*---- top_info ----*/
.top_info{
	position: absolute;
	bottom: 5rem;
	left: 3%;
	z-index: 9999;
	background-color: #FFF;
	width: 40%;
	padding: 1rem 3rem;
	border-radius: 50px;
	line-height: 1.5;
}
.top_info a{
}
@media screen and (max-width: 840px) {
	.top_info{
		position: relative;
		width: 96%;
		top: 0;
		left: 0;
		padding: 1rem 3rem;
		border-radius: 50px;
		border: 1px solid #DDDDDD;
		margin: 2rem auto;
	}
}

/*---- banner_slider ----*/
.banner_area{
	margin-bottom: 10rem;
}
.banner_slider{
	overflow: hidden;
	padding: 0 1%;
}
.banner_slider li{
	margin: 0 0.5rem;
}
.banner_slider li img {
    border-radius: 10px;
}


.lead01{
	margin-bottom: 2rem;
	font-size: 3rem;
}

/*---- parallax ----*/
.parallax_content{
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
	margin-top: -150px;
	z-index: -1;
}
.para_img01{
	background-image: url("images/img007.jpg");
}

@media screen and (max-width: 840px) {
	.parallax_content{
		height: 500px;
	}
}
@media screen and (max-width: 480px) {
	.parallax_content{
		height: 350px;
	}
	.lead01{
		font-size: 2.6rem;
	}
}
/*---- slide_area ----*/
.slide_area{
	justify-content: space-between;
}
.slide_area .slider{
	width: 46%;
}
.slide_area .slider li img{
	border-radius: 20px;
}
.slide_area .slider .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slide_area .slider .slick-dots{
	bottom: -3rem;
}
.slide_area .slider .slick-dots li{
	margin: 0;
}
.slide_area .slider .slick-dots li button:before{
	color: #DDDDDD;
	opacity: 1;
	font-size: 12px;
}
.slide_area .slider .slick-dots li.slick-active button:before{
	color: #000;
}

.slide_area .text_area01{
	width: 46%;
	
}
.ttl_area{
	line-height: 1.2;
	margin-bottom: 3rem;
}

.lead02{
	font-size: 4rem;
	margin-bottom: 1.5rem;
}
.lead03{
	font-size: 2rem;
}
.btn01{
	margin-top: 3rem;
}
.btn01 a{
	display: inline-block;
	padding: 1.5rem 0;
	text-align: center;
	width: 60%;
	border: 1px solid #000000;
	border-radius: 50px;
}
.reverse {
    flex-direction: row-reverse;
}


.slidein{
	transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
	transform: translateX(calc(-50vw - 50%));
}
.slide_right{
	transform: translateX(calc(50vw + 50%));
}
.show{
	transform: translateX(0);
}
@media screen and (max-width: 840px) {
	.lead01{
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.slide_area .slider,.slide_area .text_area01{
		width: 100%;
	}
	.slide_area .slider{
		margin-bottom: 2rem;
	}
	.ttl_area{
		line-height: 1.2;
		margin-bottom: 2rem;
	}

	.lead02{
		font-size: 3rem;
		margin-bottom: 1rem;
	}
	.lead03{
		font-size: 2rem;
	}
	.btn01{
		margin-top: 2rem;
	}
}


/* 下層ページ
---------------------------------------*/
/*---- main_img ----*/
.main_img{
	position: relative;
	margin-bottom: 1.5rem;
}
.main_img img{
	display: block;
	border-radius: 30px;
}
.main_img h1{
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.page_btn.reserve_brn{
	top: 2rem;
	right: 2rem;
	bottom: 0;
}
.faq_reserve_btn.reserve_brn{
	top: 15rem;
	right: 5%;
}

/* breadcrumbs */
.breadcrumbs{
	margin-bottom:5rem;
	font-size: 1.4rem;
}
@media screen and (max-width: 840px) {
	.breadcrumbs{
		margin-bottom: 3rem;
	}
	.main_img h1{
		font-size: 3rem;
	}
	.main_img img{
		border-radius: 10px;
	}
}

/* アクティビティー
---------------------------------------*/
.video_area{
	background-color: #F9F9F9;
	display: flex;
	justify-content: center;
	padding: 7rem 0;
}
.video_area .youtube{
	width: 50%;
	margin-bottom: 0;
}
@media screen and (max-width: 840px) {
	.video_area{
		padding: 5rem 0;
	}
	.video_area .youtube{
		width: 90%;
	}
}

/* お知らせ（アーカイブ）
---------------------------------------*/
.info_arch a{
	padding: 1rem 5rem;
	align-items: center;
	border-bottom: 1px solid #DDDDDD;
	width: 100%;
}
.info_arch a .date{
	margin-right: 3rem;
}
@media screen and (max-width: 840px) {
	.info_arch a{
		padding: 1rem 2rem;
	}
}
@media screen and (max-width: 480px) {
	.info_arch a p{
		width: 100%;
	}
}

/* お知らせ（シングル）
---------------------------------------*/
.ttl_area01{
	margin-bottom: 4rem;
	line-height: 1.4;
}
.ttl_area01 h1{
	font-size: 2.4rem;
	font-weight: bold;
}
.single p{
	margin-bottom: 1em;
}


/* よくあるご質問
---------------------------------------*/
.faq{
	margin-bottom: 2rem;
}
.faq h2{
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0.7rem;
}
.faq #faq-body dl:not(:last-child) {
	margin-bottom: 30px;
}
.faq #faq-body dt {
	display: flex;
	line-height: 1.7;
	cursor: pointer;
	border-radius: 40px;
	padding: 25px 40px;
	border: 1px solid #707070;
}
.faq #faq-body dt strong {
	flex: 1;
	position: relative;
}
.faq #faq-body dt .btn {
  flex: 0 1 31px;
  min-width: 31px;
  position: relative;
}
.faq #faq-body dt .btn-bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.faq #faq-body dt .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
.faq #faq-body dt .btn.open .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
.faq #faq-body dt .btn.close .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}
.faq #faq-body dd {
  position: relative;
  padding: 20px 30px;
	margin-top: 1rem;
}
.faq #faq-body dd .note {
  padding-left: 1.6rem;
  text-indent: -1.2rem;
}
.faq #faq-body dd.close {
  height: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
.faq #faq-body dd.open {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
	.faq #faq-body dt {
		font-size: 1.6rem;
		border-radius: 40px;
		padding: 20px 20px;
	}
	.faq #faq-body dt strong .blue{
		margin-right: 1em;
	}
}

/* 個人情報保護方針
---------------------------------------*/
.policy h2{
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0.5rem;
}
.btn02{
	margin-top: 3rem;
}
.btn02 a{
	display: inline-block;
	padding: 1.5rem 10rem;
	border: 1px solid #000000;
    border-radius: 50px;
	font-weight: bold;
}

/* お問い合わせ
---------------------------------------*/
.contact_box{
	margin-bottom: 1.5rem;
}
.contact_box .layout_flex{
	align-items: center;
}
.required{
	text-align: center;
	color: #FF0000;
}
.contact_box .label{
	font-weight: bold;
	margin-right: 1em;
}
.contact_box input{
	width: 100%;
	border: 1px solid #000000;
	background-color: #FFF;
	padding: 1rem 1rem 1rem 2rem;
	border-radius: 25px;
}
.contact_box textarea{
	width: 96%;
	border: 1px solid #000000;
	background-color: #FFF;
	padding: 1rem 2%;
	border-radius: 10px;
}
.submit{
	margin-top: 4rem;
}
.submit input[type="submit"] {
	width: 250px;
	text-align: center;
	padding: 1rem 0;
	cursor: pointer;
	border: 1px solid #000000;
	border-radius: 25px;
	background-color: #FFF;
}


/* SINGLE
---------------------------------------*/
.text_area p{
	margin-bottom: 1em;
}
.text_area h2{
	font-weight: bold;
}
/* 404
---------------------------------------*/
.notfound{
	text-align:center;
}
.notfoundtext{
	color:#fa1919 ;
	font-size:1.8rem;
	font-weight:bold;
	margin:3rem;
}
.notfoundanchor a{
	color:#e47b7f;
}
@media screen and (max-width: 1050px) {
	.notfoundtext{
		font-size:1.6rem;
	}
}

/* WordPress Misc
---------------------------------------*/
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
	margin-right:3%;
	margin-bottom:2rem;
}

.alignright {
	float: right;
	margin-left:3%;
	margin-bottom:2rem;
}
@media screen and (max-width: 420px) {
	.alignleft {
		float: none;
		margin-right:0;
	}
	.alignright {
		float: none;
		margin-right:0;
	}
}





/* 採用情報
---------------------------------------*/
.recruit p{
	margin-bottom: 1.5em;
}
.recruit h2{
	color: #00325E;
	font-weight: bold;
	font-size: 2.2rem;
	border: 1px solid #00325E;
	padding: 0.5rem 3rem;
	margin-bottom: 1em;
	display: inline-block;
}
.recruit h3{
	font-weight: bold;
	font-size: 1.8rem;
}
.text04{
	align-items: center;
}
.text04 .text05{
	font-size: 3rem;
}
.mBem{
	margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
	.recruit h2{
		font-size: 2rem;
		border: 1px solid #00325E;
		padding: 0.3rem 2rem;
	}
}

















