@charset "UTF-8";
/* CSS Document */

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #555;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 2;
}
h3,h4,h5,h6{
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #555;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg10{
	margin-bottom: 10px !important;
}

.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}

span.red{
	color: #f05742;
}
/*蛍光マーカー*/
span.marker{
	background: linear-gradient(transparent 60%, #ff6 60%);
}


/*Title*/
h2.title{
	margin-bottom: 40px;
	color: #39c1eb;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
h2.title span.en{
	display: flex;
  	align-items: center;
	font-size: 1.1rem;
	text-transform: capitalize;
	margin-bottom: 10px;
}
h2.title span.ja{
	display: block;
	font-size: 2.4rem;
}
h2.title span.en::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.en{
	display: block;
	width: 100%;
}
h2.title.center span.en::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	color: #fff;
}

.sub_title{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}


/*mtitle*/
.mtitle{
    position: relative;
    border-radius: 0 5px 5px 0;
    padding: 8px 15px;
	padding-right: 0;
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 30px;
	font-weight: 500;
	color: #39c1eb;
}
.mtitle::before,
.mtitle::after{
	position: absolute;
    content: "";
    left: 0;
    height: 8px;
}
.mtitle::before{
    width: 25%;
    top: -8px;
    background: #39c1eb;
    border-radius: 5px 5px 0 0;
}
.mtitle::after{
	width: 40%;
    bottom: -8px;
    background: #09abda;
    border-radius: 0 0 5px 5px;
}
@media (max-width: 750px){
	.mtitle{
		font-size: 1.4rem;
	}
}

/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #09abda;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #777;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	font-size: 1.4rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #000;
}

.little_title{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 1rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #39c1eb;
}

/*dtitle*/
.dtitle{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 1.4rem;
	text-align: center;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 40px;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #666;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}

.ntitle{
	font-size: 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
}
.ntitle::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #39c1eb;
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 15px;
	color: #39c1eb;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}

.bold{
	font-weight: 500;
	font-size: 1.2rem;
}
.s_bold{
	font-weight: 500;
}


/*ボタン*/
.sbtn{
}
.sbtn a{
	display: block;
	text-align: center;
	width: 300px;
	border-radius: 999px;
	padding: 1em 0;
	background: linear-gradient(117deg, #39c1eb, #09abda);
	color: #fff;
	transition: 0.25s ease 0s;
	letter-spacing: 0.08rem;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
}
.sbtn a:hover{
	background: linear-gradient(117deg, #09abda, #39c1eb);
 	box-shadow: 0 0.1rem 0.8rem #09abda;
}

.sbtn.left a{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn:not(:last-child) a{
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left a{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn:first-child a{
		margin-bottom: 10px;
	}
}

/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 2px solid #f5f5f5;
}
.info_table th,
.info_table td{
	padding: 15px 0;
}
.info_table th{
	background: linear-gradient(117deg, #39c1eb, #09abda);
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #39c1eb;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #39c1eb;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	margin-bottom: 5px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #39c1eb;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #39c1eb;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #39c1eb;
	margin-right: 5px;
}

ul.care_list li{
	margin-bottom: 5px;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}


ul.mini_list li{
	border-bottom: 1px solid #ddd;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
ul.mini_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	color: #39c1eb;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox{
		display: block;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map iframe{
	vertical-align: top;
}

/*===// 共通部分ここまで ===========*/






/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.4s;
	padding: 10px 20px;

	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #f5f5f5;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 300px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
}

/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 20px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	color: #fff;
	transition: 0.2s ease-in;

	color: #333;
}
.global_nav ul li a:hover{
	color: #39c1eb !important;
}

/* .site_header.transform{
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #f5f5f5;
}
.site_header.transform .global_nav ul li a{
	color: #333;
} */

@media (max-width: 1200px){
	.sticky{
		position: sticky;
		top: 0;
		left:0;
		right:0;
		z-index: 100;
		background: rgba(255, 255, 255, 1);
	}
	.site_header h1{
		width: 300px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header h1{
		width: 240px;
	}
}

/*===サイドSNSボタン==============================*/
.side_sns{
	position: fixed;
	bottom: 160px;
	right: 0;
	z-index: 50;
}
.side_sns a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #115846;
	color: #fff;
	height: 32px;
	position: absolute;
	top: 0;
	transition: .3s;
	letter-spacing: 0;
	width: 150px;
	border-radius: 16px 0 0 16px;
	right: 0;
}
.side_sns a:nth-child(2){
	top: calc(32px + 12px);
}
.side_sns a i{
	display: inline-block;
	line-height: 32px;
	font-size: 16px;
}
.side_sns a span{
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	line-height: 32px;
	margin-left: 15px;
}
.side_sns a:hover{
	width: 140px;
}

@media (max-width: 750px){
	.side_sns{
		top: 60%;
		bottom: auto;
	}
	.side_sns a{
		width: 32px;
		border-radius: 16px;
		right: 15px;
	}
	.side_sns a span{
		display: none;
	}
	.side_sns a:hover{
		width: 150px;
		border-radius: 16px 0 0 16px;
		right: 0;
	}
	.side_sns a:hover span{
		display: inline-block;
	}
}


/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
	height: 100vh;
	min-height: 500px;
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	animation: apper 2.5s ease-in-out;
	width: 96%;
	max-width: 700px;
}
.top_slider .catch img{
	display: block;
	width: 100%;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*ドットテクスチャ*/
.top_slider::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.2;
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 1200px){
	.top_slider{
		height: 80vh;
	}
}
@media (max-width: 750px){
	.top_slider{
		height: 60vh;
	}
}
@media (max-width: 450px){
	.top_slider::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}

/*scroll*/
.scroll_arrow{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    transform: translateX(-50%);
    padding-top: 60px;
    color: #fff;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	z-index: 3;
	text-indent: 0.2em;
}
.scroll_arrow span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    text-align: center;
}
.scroll_arrow span::before,
.scroll_arrow span::after{
    content: '';
    position: absolute;
    box-sizing: border-box;
}
.scroll_arrow span::before{
    top: 0;
    left: 0;
    z-index: -1;
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%);
    border-radius: 100%;
    opacity: 0;
    animation: sdb 3s infinite;
}
.scroll_arrow span::after{
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
@keyframes sdb{
	0% {
	  opacity: 0;
	}
	30% {
	  opacity: 1;
	}
	60% {
	  box-shadow: 0 0 0 60px rgba(255,255,255,.1);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 10px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

/*img animation*/
.swipe{
	position: relative;
	overflow: hidden;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #39c1eb;
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 1.6s;
}
.swipe .swipe_in{
	opacity: 0;
	transition: opacity 0.4s, transform 0.6s;
	transition-delay: 0.4s;
	transform: translateX(-10%);
}
.swipe.inview .swipe_in{
	opacity: 1;
	transform: translateX(0);
}
.swipe.inview::after{
	transform: translateX(100%);
}


.bg01{
	background: linear-gradient(117deg, #39c1eb, #09abda);
}

/*==welcome==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	/*margin-top: 60px;*/
}
.welcome .text{
	background-color: rgba(255, 255, 255, 0.9);
	padding: 60px;
	max-width: 960px;
	margin: 0 auto;
}
.welcome .text .wrap{
	text-align: justify;
	max-width: 750px;
	margin: 0 auto;
}
.welcome .text .deco{
	width: calc(136px / 2);
	width: 136px;
	margin: 0 auto 20px;
}
@media (max-width: 750px){
	.welcome .text{
		padding: 60px 20px;
	}
}

/*===link==============================*/
.num_text h2.title{
	position: relative;
	z-index: 1;
}
.num_text h2.title .num{
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #39c1eb;
	font-size: 12rem;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateX(-5rem);
	line-height: 1;
	pointer-events: none;
	z-index: -1;
	opacity: 0.2;
}
@media (max-width: 750px){
	.num_text h2.title .num{
		font-size: 6rem;
		transform: translateX(-1rem) translateY(-20px);
	}
}


/*===link==============================*/

/*===instaバナー==============================*/
.insta_banner a{
	display: flex;
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
}
.insta_banner a .info{
	color: #fff;
	background-color: #115846;
	width: 300px;
	padding: 60px 0;
}
.insta_banner a .info .wrap{
	transition: 0.2s;
}
.insta_banner a .info h3{
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.insta_banner a .info h3 i{
	display: inline-block;
}
.insta_banner a .info p{
	font-size: 0.6rem;
}
.insta_banner a .text{
	background: url(../img/insta.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	color: #fff;
	width: calc(100% - 300px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.insta_banner a .text::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #115846;
	opacity: 0.5;
	pointer-events: none;
	z-index:-1;
}
.insta_banner a:hover .info .wrap{
	transform: scale(1.05);
}
@media (max-width: 750px){
	.insta_banner a{
		display: block;
	}
	.insta_banner a .info{
		width: 100%;
		padding: 20px 0;
	}
	.insta_banner a .text{
		width: 100%;
		padding: 40px 0;
	}
}

/*===フッター==============================*/
footer{
}
.footer_insta{
	padding: 60px 0;
	background: url(../img/construction01.png);
}
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0094bd;
	opacity: 0.8;
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.4rem;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

.footer_middle{
	text-align: center;
	padding: 60px 0 0;
	background: url(../img/construction01.png);
}

footer h3{
	width: 80%;
	max-width: 410px;
	margin: 0 auto 10px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_bottom{
	text-align: center;
	padding: 10px 0;
}

@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
  	height: 50px;
  	position: fixed;
  	right: 10px;
  	bottom: 10px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #115846;
  	z-index: 50;
}
.page_top a{
	display: block;
	position: relative;
	z-index: 10;
  	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.page_top a i{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	font-weight: 900;
  	font-size: 25px;
  	color: #fff;
}
.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
	opacity: .6;
}
.page_top.is_animation:hover{
	opacity: 1;
	transform: translateY(-10px);
}


/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	height: 380px;
	width: 100%;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}

/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.2;
	z-index: 1;
	pointer-events: none;
}
.kasou_top .kasou_title{
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.kasou_top h2{
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 0.12em;
}
.kasou_top h2 .en{
	display: block;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.kasou_top h2 .ja{
	display: block;
	font-size: 1.4rem;
	line-height: 1;
}
@media (max-width: 750px){
	.kasou_top{
	  height: 300px;
	}
	.kasou_top h2 .en{
		font-size: 2.6rem;
	}
	.kasou_top h2 .ja{
		font-size: 1.2rem;
	}
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}


/*パンくず*/
.breadcrumb{
	font-size: 0.7rem;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 8px;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	font-weight: normal;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #39c1eb;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}

/*===CRECER FOOTBALL CLUBページ==============================*/
.pdf_ado{
	margin: 0 auto;
	max-width: 960px;
}


.crecer_lede .deco{
	width: 136px;
	margin: 0 auto 60px;
}

.crecer_feature .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}
.crecer_feature .flex .box{
	position: relative;
	width: 49%;
	margin-bottom: 40px;
	z-index: 1;
}
.crecer_feature .flex .box .num{
	font-family: 'Cinzel', serif;
	font-weight: 400;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: -20px;
	z-index: 3;
	pointer-events: none;
	line-height: 1;
	color: #39c1eb;
	opacity: 0.6;
}
@media (max-width: 750px){
	.crecer_feature .flex .box{
		width: 100%;
	}
}


.club_beginning_flow .box{
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.club_beginning_flow .box .num{
	width: 100px;
	text-align: center;
}
.club_beginning_flow .box .num p{
	font-size: 6rem;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #236363;
	line-height: 1;
}
.club_beginning_flow .box .text{
	width: calc(100% - 150px);
}
@media (max-width: 750px){
	.club_beginning_flow .box{
		margin-bottom: 20px;
		display: block;
	}
	.club_beginning_flow .box .num{
		width: 100%;
		margin-bottom: 20px;
	}
	.club_beginning_flow .box .num p{
		font-size: 4rem;
	}
	.club_beginning_flow .box .text{
		width: 100%;
	}
}


.link .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.link .flex .box{
	width: 31%;
	margin: 0 1% 20px;
}
.link .flex .box a{
	display: block;
	position: relative;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
}
.link .flex .box a::before{
    content: '';
    display: block;
    padding-top: 20%;
}
.link .flex .box a img{
	display: block;
	object-fit: contain;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	padding: 10px;
}
.link .flex .box a:hover img{
	opacity: 0.5;
}
.link .flex .box a::after{
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	font-size: 0.8rem;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -0.5em;
	transition: 0.2s;
	opacity: 0;
	line-height: 1;
}
.link .flex .box a:hover{
	transform: translateX(5px);
}
.link .flex .box a:hover::after{
	opacity: 1;
	transform: translateX(5px);
}

.link .flex .box.non a{
	pointer-events: none;
}

@media (max-width: 960px){
	.link .flex .box{
		width: 48%;
	}
}
@media (max-width: 750px){
	.link .flex .box{
		width: 100%;
	}
}


ul.maker_list{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
	gap: 10px 10px;
}
ul.maker_list li{

}
ul.maker_list li a{
	display: block;
	width: 100%;
	aspect-ratio: 2 / 1;
	border: 1px solid #ddd;
	padding: 15px;
}
ul.maker_list li a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 0.6s;
}
ul.maker_list li a:hover img{
	opacity: 0.6;
}
ul.maker_list li a.non img{
	opacity: 1;
}
ul.maker_list li p{
	line-height: 1.5;
	margin-top: 5px;
	font-size: 0.8rem;
}
@media (max-width: 1200px){
	ul.maker_list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 750px){
	ul.maker_list{
		grid-template-columns: repeat(2, 1fr);
	}
	ul.maker_list li p{
		font-size: 0.7rem;
	}
}




#crecer{

}
#crecer h2.title{
	color: #115846;
}
#crecer .mtitle02{
	border-left: 10px solid #115846;
}
#crecer .ntitle::before{
	color: #115846;
}
#crecer .little_title{
	color: #115846;
}
#crecer .swipe::after{
	background: #115846;
}
#crecer .bg01{
	background: linear-gradient(117deg, #115846, #236363);
}
#crecer .info_table th{
	background: linear-gradient(117deg, #115846, #236363);
}
#crecer .crecer_feature .flex .box .num{
	color: #115846;
}
#crecer .btitle{
	color: #115846;
}
#crecer .breadcrumb li a {
	color: #115846;
}

/*===ストレッチ教室ページ==============================*/
.stretch_points{
	background-color: #fafafa;
}
.stretch_points .flex{
	display: flex;
	justify-content: space-between;
}
.stretch_points .flex .box{
	width: 31%;
	background-color: #fff;
	box-shadow: rgba(139, 139, 139, 0.1) 0px 2px 8px 0px;
	padding: 30px 20px;
	border-radius: 10px;
}
.stretch_points .flex .box .num{
	text-align: center;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #39c1eb;
	line-height: 1;
	margin-bottom: 10px;
}
.stretch_points .flex .box .num span{
	display: block;
	margin-top: 10px;
	font-size: 1.8rem;
}
.stretch_points .flex .box h3{
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	color: #09abda;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.stretch_points .flex .box ul{
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
@media (max-width: 750px){
	.stretch_points .flex{
		display: block;
	}
	.stretch_points .flex .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.stretch_points .flex .box:last-child{
		margin-bottom: 0;
	}
}


.calendar .wrapper{
	max-width: 960px;
	margin: 0 auto;
}

.stretch_gallery{
	background: url(../img/stretch_gallery_bg.jpg);
	background-size: cover;
	background-position: center;
}
.stretch_gallery::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index:-1;
}
.ga_flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -40px;
}
.ga_flex .box{
	display: block;
	width: 31%;
	margin: 0 1% 40px;
	min-height: 0%;
}
.ga_flex .box a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	margin-bottom: 5px;
	border-radius: 10px;
}
.ga_flex .box a::before{
    content: '';
    display: block;
    padding-top: 65%;
}
.ga_flex a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.ga_flex a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.ga_flex a:hover::after{
	background: rgba(0, 0, 0, 0);
}
.ga_flex a:hover img{
	transform: scale(1.15);
}
@media (max-width: 750px){
	.ga_flex{
		margin-bottom: -20px;
	}
	.ga_flex .box{
		width: 48%;
		margin: 0 1% 20px;
	}
}


/*===幼児訪問ページ==============================*/


/*===ボディケアページ==============================*/
.icon_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.icon_flex .box{
	width: 31%;
	margin-bottom: 20px;
	text-align: center;
}
.icon_flex .box .icon{
	position: relative;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	border: 1px solid rgba(57, 193, 235, 0.8);
	border-radius: 50%;
	margin-bottom: 10px;
}
.icon_flex .box .icon::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.icon_flex .box .icon img{
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
}
.icon_flex .box p{
	font-size: 0.9rem;
	letter-spacing: 0.2em;
}
@media (max-width: 750px){
	.icon_flex{
		justify-content: space-between;
	}
	.icon_flex .box{
		width: 48%;
	}
}


.care_menu .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}
.care_menu .flex .box{
	position: relative;
	width: 49%;
	margin-bottom: 40px;
	z-index: 1;
}
@media (max-width: 750px){
	.care_menu .flex .box{
		width: 100%;
	}
}

/*===法人概要・お問い合わせページ==============================*/
.daihyo .text h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 25px;
	color: #39c1eb;
	font-size: 1.3rem;
}

.staff .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -25px;
}
.staff .box{
	width: 49%;
	margin-bottom: 25px;
	border: 1px solid #eee;
	padding: 30px;
	background-color: #fff;
}
.staff .box .text .info{
	font-size: 0.9rem;
}
.staff .box h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.staff .box h3 p{
	display: flex;
  	align-items: center;
	font-size: 0.8rem;
	color: #39c1eb;
	font-weight: 300;
	text-transform: capitalize;
}
.staff .box h3 p::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
@media (max-width: 750px){
	.staff .box{
		width: 100%;
		padding: 30px 20px;
	}
}



.contact .tel_contact{
	text-align: center;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
.contact .tel_contact a{
	display: inline-block;
	font-size: 2.4rem;
	white-space: nowrap;
	font-family: 'Cinzel', serif;
	font-weight: 400;
	color: #09abda;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}
@media (max-width: 450px){
	.contact .tel_contact a{
		font-size: 1.6rem;
	}
}

/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: linear-gradient(117deg, #39c1eb, #09abda);
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #dd7e52;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #dd7e52;
}
.mailform .postal_btn:hover{
	background: #dd7e52;
	opacity: 0.9;
}
.mailform button{
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: linear-gradient(117deg, #39c1eb, #09abda);
	border: 1px solid #09abda;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #09abda;
}
.mailform button::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #dd7e52;
    border-bottom: 3px solid #dd7e52;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #dd7e52;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #dd7e52;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy_wrap{
	position: relative;
	padding: 10px;
}
.privacy_wrap::before,
.privacy_wrap::after{
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	pointer-events: none;
	z-index: 1;
}
.privacy_wrap::before{
	top: 0;
	left: 0;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.privacy_wrap::after{
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.9rem;
}
.privacy p span{
	font-weight: 500;
	display: block;
}
.privacy p span::before{
	content: "■";
	font-size: 0.6rem;
	margin-right: 0.5em;
	vertical-align: text-top;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}


/*-------newsセクション-----*/
.news{
	background-color: #2bbce7;
}
.news_inner{
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px;
    max-width: 960px;
    margin: 0 auto;

}
.news_img{
	width: 100%;
	text-align: center;
}
@media (max-width: 750px){
	.news_inner{
		padding: 60px 20px;
	}
}
/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
_::-webkit-full-page-media, _:future, :root .class{
	background-attachment: scroll;
}

/*banner_soccer*/
.soccer{
	margin: auto;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.soccer .banner_soccer{
	padding: 10px auto;
}

.soccerimg a{
	display: block;
	width: 100%;
	background: #fff;
}
.soccerimg a:hover img{
	opacity: 0.8;
}
