﻿@charset "utf-8";

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / mainimg メインイメージ

------------------------------------------------------------------------
*/
.mainimg {
	width: 100%;
	background: url("../images/top/mainimg01.jpg") no-repeat;
	background-size: cover;
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.mainimg .inner {
	width: 390px;
	position: absolute;
	left: 11%;
	display: flex;
	flex-direction: column;
}
.mainimg .inner h2 {
	background: #fff;
	width: 100%;
	margin-bottom: 1rem;
}
.mainimg .inner h2 span {
	font-size: 3.9rem;
	font-weight: 900;
	line-height: 1.4;
	padding: 0.7rem 1.7rem;
	display: inline-block;
  background: linear-gradient(135deg, #f7c117 0%, #ff67aa 100%);
  background: -webkit-linear-gradient(-45deg, #f7c117 0%, #ff67aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mainimg .inner p {
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	margin: 1rem 0 1.7rem;
}

/* 問合せボタン */
.mainimg .inner div {
	background-image: linear-gradient( 135deg, #fd5391 10%, #f86e64 100%);
	border-radius: 50px;
	border: 4px solid #fff;
}
.mainimg .inner div a {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
}
.mainimg .inner div a::after {
	font-family: "fontawesome";
	content: "\f138";
	margin-left: 0.5rem;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / top共通

------------------------------------------------------------------------
*/
/* 見出し */
.topCap {
	color: #6a6a6a;
	font-size: 2rem;
  position: relative;
  display: inline-block;
	margin-bottom: 3rem;
  padding: 0 35px;
	background: url("../images/top/cap_bg01.png") no-repeat center top;
}
.topCap:before {
  content: '';
  position: absolute;
  top: 25%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-120deg);
  transform: rotate(-120deg);
}
.topCap:after {
  content: '';
  position: absolute;
  top: 25%;
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.topCap:before {
  left:0;
}
.topCap:after {
  right: 0;
}
.topCap span:before {
	white-space: pre;
	content: '\A';
}
.topCap span {
	font-family: 'Satisfy', cursive;
	font-size: 2.5rem;
	font-weight: 300;
	color: #c2c2c2;
	line-height: 1.8;
}
/* 問合せボタン */
.btnContact01 {
	width: 40%;
	margin: 0 auto;
	background-image: linear-gradient( 135deg, #f6c216 10%, #ff66a7 100%);
	border-radius: 30px;
}
.btnContact01 a {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 2rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
}
/* 詳しく見る */
.btnMore01 {
	background: #ea8664;
	border-radius: 50px;
	border: 4px solid #fff;
	width: 30%;
	margin: 0 auto;
}
.btnMore01 a {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
}
.btnMore01 a::after {
	font-family: "fontawesome";
	content: "\f138";
	margin-left: 0.5rem;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / topCP キャンペーン

------------------------------------------------------------------------
*/
.topCP {
	padding: 6rem 0 4rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.topCP a {
	display: inline-block;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / topNews ニュース

------------------------------------------------------------------------
*/
.topNews {
	width: 600px;
	margin: 0 auto 4rem;
	text-align: center;
}
.topNews h3 {
	position: relative;
  display: inline-block;
	margin: 2rem 0;
  padding: 0 55px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 2rem;
}
.topNews h3:before, .topNews h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background: #000;
}
.topNews h3:before {
  left: 0;
}
.topNews h3:after {
  right: 0;
}
.topNews dl {
  scroll-margin-top: 100px !important;
	font-size: 1.4rem;
	margin: 0;
}
.topNews dt {
	clear: left;
	float: left;
	margin: 0;
	padding: 1.2rem;
	width: 17rem;
	line-height: 1.5rem;
	font-weight: bold;
}
.topNews dt time {
	position: static;
}
.topNews dd {
	margin: 0;
	padding: 1.2rem;
	border-bottom: 1px dotted #ccc;
	line-height: 1.5rem;
	text-align: left;
}
.topNews dd.all {
	text-align: right;
	border-bottom: none;
}
.topNews dd.all i {
	margin-right: 5px;
}
.topNews .cateNews time:after {
	font-size: 1.2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	content: 'NEWS';
	color: #fff;
	background: #F36C11;
	margin: 0 1rem;
	padding: 0.2rem 0.5rem;
}
.topNews .cateEvent time:after {
	font-size: 1.2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	content: 'EVENT';
	color: #fff;
	background: #EF457F;
	margin: 0 1rem;
	padding: 0.2rem 0.5rem;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / topFlow 流れ

------------------------------------------------------------------------
*/
.topFlow {
	/*background: #f6f7f9;*/
	background: url("../images/top/bg01.jpg") no-repeat;
	background-size: cover;
	padding: 7rem 0;
	text-align: center;
}
.topFlow .inner {
	width: 960px;
	margin: 0 auto;
}
.topFlow .box {
	display: flex;
	justify-content: space-between;
}
.topFlow .step {
	width: 8%;
	margin-right: 4%;
}
.topFlow .txt {
	width: 55%;
	margin: 0 10% 0 0;
	text-align: left;
}
.topFlow .txt p {
	line-height: 1.5;
}
.topFlow h4 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.topFlow .pict {
	width: 27%;
}
.topFlow .box img {
	width: 100%;
	height: auto;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / topAdvantage 選ばれる理由

------------------------------------------------------------------------
*/
.topAdvantage {
	background: url("../images/top/bg02.jpg") no-repeat;
	background-size: cover;
	padding: 7rem 0;
	text-align: center;
}
.topAdvantage .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topAdvantage dl {
	width: 31%;
	margin-bottom: 7rem;
}
.topAdvantage h4 {
	text-align: center;
	background:linear-gradient(transparent 25%, #fde81f 25%);
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
}
.topAdvantage p {
	text-align: left;
	line-height: 1.4;
	height: 7rem;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / topAbout ラジョアとは

------------------------------------------------------------------------
*/
.topAbout {
	background: url("../images/top/bg01.jpg") no-repeat;
	background-size: cover;
	padding: 7rem 0;
	text-align: center;
}
.topAbout .inner {
	width: 960px;
	margin: 0 auto;
}
.topAbout p {
	width: 70%;
	margin: 0 auto 2rem;
	line-height: 1.8;
}
.topAbout .box {
	display: flex;
	justify-content: space-between;
	margin: 5rem 0;
}

/*
////////////////////////////////////////////////////////////////////////

	◆ TOP / topFacilities 設備について

------------------------------------------------------------------------
*/
.topFacilities {
	background: url("../images/top/bg02.jpg") no-repeat;
	background-size: cover;
	padding: 7rem 0;
	text-align: center;
}
.topFacilities .inner {
	width: 960px;
	margin: 0 auto;
}
.topFacilities .inner > p {
	width: 70%;
	margin: 0 auto 2rem;
	line-height: 1.8;
}
.topFacilities ul {
	list-style-type: none;
	margin: 7rem 0;
}
.topFacilities li {
	margin-bottom: 5rem;
}
.topFacilities li:nth-child(odd) {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.topFacilities li:nth-child(odd) img {
	width: 60%;
}
.topFacilities li:nth-child(odd) div {
	width: 50%;
	background-color:rgba(253,237,75,0.9);
	position: absolute;
	right: 0;
	top: 6rem;
	padding: 5rem;
	text-align: left;
}
.topFacilities li:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	position: relative;
}
.topFacilities li:nth-child(even) img {
	width: 60%;
}
.topFacilities li:nth-child(even) div {
	width: 50%;
	background-color:rgba(252,193,173,0.9);
	position: absolute;
	left: 0;
	top: 6rem;
	padding: 5rem;
	text-align: left;
}
.topFacilities h4 {
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}
.topFacilities ul p {
	line-height: 1.6;
}