/*
Theme Name: fps
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";
/*------------------------------------------------------------------
********************************************************************
 * ▼構成
 * ・ベースとなるCSS
 * ・スマホ用（@media screen and (max-width: 767px) {} ）
 * 
 * リセットCSS      css / destyle.min.css
 * モジュール系CSS  css / default.css
 * ページ共通CSS    style.css
 * 各ページCSS      css / (top.css, business.css, message.css,,,)
********************************************************************
--------------------------------------------------------------------*/

/*--- 基本 ---*/
body {
	margin: 0px;
	padding: 0px;
	background: none repeat scroll 0% 0%;
	background-attachment: scroll;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.8px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
@media screen and (max-width: 767px) {
	body{
		font-size: 16px;
	}
}


img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}


.inner{
	max-width: 1080px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.inner{
		max-width: initial;
		width: 90%;
	}
}


/*--- テキスト ---*/
.red{
	color: #ff0000;
}
.blue{
	color: #0000ff;
}
.green{
	color: #008000;
}
.black{
	color: #000;
}
.white{
	color: #fff;
}

.dot_top_01{
	background-image: radial-gradient(circle at center, #333 25%, transparent 25%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.4em; /* 点の間隔とサイズ調整 */
	padding-top: 14px; /* 縦方向の位置調整 */
}
@media screen and (max-width: 767px) {
	.dot_top_01{
		background-position: top center; /* 点の位置 */
		padding-top: 0.3em; /* 縦方向の位置調整 */
	}
}


/*--- リンク系（アンカー） ---*/
a {
	color: #333;
	text-decoration: none;
	transition: all 1s ease;
}

a:hover {
	color: #007dcc;
}

a img{
	/* display: block; */
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

a[href^="tel:"] {
	pointer-events: none;
	color: #333;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}


/*--- ヘッダー ---*/
header{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background-color: #fbdb14;
	box-shadow: 0px 0px 20px #00000029;
	text-align: center;
}
@media screen and (max-width: 767px) {
	header{
		box-shadow: 0px 0px 10px #00000029;
	}
}

header::before{
	content: "";
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border-top: 20px solid #fbdb14;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

header .heading{
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	header .heading{
		font-size: 4vw;
	}
}

header .heading::before{
	content: "";
	position: absolute;
	top: -15px;
	left: -45px;
	display: block;
	width: 30px;
	height: 73px;
	background: url(imgs/common/award_left.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	header .heading::before{
		top: -5px;
		left: -25px;
		width: 25px;
		height: 65px;
	}
}

header .heading::after{
	content: "";
	position: absolute;
	top: -15px;
	right: -45px;
	display: block;
	width: 30px;
	height: 73px;
	background: url(imgs/common/award-right.png) no-repeat left top;
	background-size: 100%;
}
@media screen and (max-width: 767px) {
	header .heading::after{
		top: -5px;
		right: -25px;
		width: 25px;
		height: 65px;
	}
}

header .heading .under_line_01{
	padding-bottom: 8px;
	background: url(imgs/other/under_line.png) repeat-x center bottom;
	background-size: 160px;
}
@media screen and (max-width: 767px) {
	header .heading .under_line_01{
		padding-bottom: 5px;
		background-size: 100px;
	}
}



/*--- フッター ---*/
footer{
	width: 100%;
	padding: 30px 0 calc(30px + 120px); /* 120pxはCTAの高さ */
	background-color: #333;
	color: #fff;
}
footer.footer_complete{
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	footer{
		padding: 40px 0;
	}
}

footer .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	footer .inner{
		display: block;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	footer .footer_right{
		margin-top: 40px;
	}
}

footer .footer_right .text_link{
	margin-bottom: 5px;
	text-align: right;
}
@media screen and (max-width: 767px) {
	footer .footer_right .text_link{
		margin-bottom: 10px;
		text-align: center;
	}
}

footer .footer_right a{
	color: #fff;
}
@media screen and (max-width: 767px) {
	footer .footer_right a{
		text-decoration: underline;
	}
}

footer .footer_right a:hover{
	text-decoration: underline;
}

footer #copyright{
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	footer #copyright{
		margin-top: 10px;
		text-align: center;
	}
}



/*--- その他（背景色） ---*/
.bg_gray{
	background-color: #f7f7f7;
}



/*--- その他（フォーム系） ---*/
input,
select{
	font-size: 16px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	display: inline-block;
	padding: 12px 20px 14px;
	background-color: #fff;
	border: #b8b8b8 1px solid;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	select{
		width: 100% !important;
	}
}

::placeholder,
.select,
.select option:first-child{
	color: #d4d4d4;
}

.select option{
	color: #333;
}


.radio_item{
	margin: 10px 0;
}

.radio_item input[type="radio"],
.form_day .time input[type="radio"]{
	position: absolute;
	opacity: 0;
}

.radio_item input[type="radio"] + label{
	position: relative;
	display: block;
	padding: 10px 20px 12px 55px;
	background-color: #f7f7f7;
	border: #ececec 1px solid;
	border-radius: 23px;
	color: #333;
}
@media screen and (max-width: 767px) {
	.radio_item input[type="radio"] + label{
		padding-left: 45px;
		font-size: 15px;
	}
}

.radio_item input[type="radio"] + label::before{
	content: "";
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	transition: all 250ms ease;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: #b8b8b8 1px solid;
	border-radius: 100%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.radio_item input[type="radio"] + label::before{
		left: 12px;
	}
}

.radio_item input[type="radio"]:checked + label::before{
	background-color: #333;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio_item input[type="radio"]:focus + label::before{
	outline: none;
	border-color: #333;
}

.radio_item input[type="radio"]:disabled + label{
	pointer-events: none;
	color: #b4b4b4;
}

.radio_item input[type="radio"]:disabled + label::before{
/*
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background-color: #b4b4b4;
*/
	opacity: 0;
}

.radio_item input[type="radio"] + label:empty::before {
	margin-right: 0;
}

select{
	appearance: none;
}

.selectbox{
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.selectbox{
		display: block;
	}
}

.selectbox::after{
	content: "";
	position: absolute;
	top: 48%;
	right: 20px;
	transform: translateY(-48%) rotate(135deg);
	display: block;
	width: 9px;
	height: 9px;
	border-top: #98a6b5 1px solid;
	border-right: #98a6b5 1px solid;
}



/*--- その他（CTA） ---*/
.cta{
	position: fixed;
	bottom: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	background-color: rgba(255,255,255,0.7);
}
@media screen and (max-width: 767px) {
	.cta{
		position: static;
		display: inline;
		height: auto;
		background-color: unset;
	}
}

.cta a[href="#entry"]{
	position: relative;
	display: block;
	width: 500px;
	height: 80px;
	background: linear-gradient(95deg, #f3435a 0%, #ff7082 100%);
	border-radius: 40px;
	box-shadow: 0px 10px 20px #00000040;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 80px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.cta a[href="#entry"]{
		position: fixed;
		right: 0;
		bottom: 10px;
		z-index: 10;
		width: 100px;
		padding: 8px 9px 9px;
		background: transparent linear-gradient(217deg, #f3435a 0%, #ff7082 100%);
		border-radius: 10px 0px 0px 10px;
		box-shadow: 0px 10px 20px #00000040;
		font-size: 2.6vw;
		font-weight: 500;
		line-height: 1.2;
	}
}

.cta a[href="#entry"]::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background: url(imgs/other/icon_arrow.png) no-repeat left top;
	background-size: 16px;
}
@media screen and (max-width: 767px) {
	.cta a[href="#entry"]::after{
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.cta a[href="#entry"]:hover{
		transform: scale(1.1,1.1);
	}
}

@media screen and (max-width: 767px) {
	.cta a[href="#entry"] img{
		display: block;
		width: 27px;
		height: 26px;
		margin: 0 auto 5px;
	}
}
