@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
-----------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------
共通設定(PC)
--------------------------------------------------------*/

/* 初期スタイル調整 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* body全体の初期スタイル調整 */
body {
	font-size: 62.5%;
	line-height: 1.5;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	color: #000;
	background-color: #fff;
}

/*リンク文字の設定*/
a {
	text-decoration: underline;
}

a:link,
a:visited {
	color: #39f;
}

a:hover,
a:active {
	color: #f57d62;
}

p {
	margin: 0 !important;
	padding: 0 !important;
}

section {
	clear: both;
	overflow: auto;
}



/*H2タグ*/
h2 {
	margin: 0.5em 0 0.5em;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

/*H3タグ*/
h3 {
	margin: 0 0 0em;
	padding: 0.5em 0.6em;
	font-size: 1.3em;
	border-left: 8px solid #c5627e;
	font-weight: bold;
}

/*H4タグ*/
h4 {
	margin: 0 0 0.5em;
	padding: 0.3em 0.6em;
	font-size: 1.2em;
	text-align: center;
	border: 1px solid #8e8e8e;
	font-weight: bold;
	background-color: #FFF8EC;
	/* 背景色を赤に設定 */
	color: #000;
	/* 文字色を白に設定（オプション） */
}

/*H5タグ*/
h5 {
	margin: 0 0 0.5em;
	padding: 0.2em 0.4em;
	font-size: 1.2em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

/*カラムが狭くなってもテーブルタグがはみ出ないようにする*/
table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

/*要素のフォントサイズやマージン・パディングをリセットしています*/
ul,
li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



/*--------------------------------------------------------
全体レイアウト/背景設定（PC）
--------------------------------------------------------*/

/*全体エリア(全体背景の設定はここ)*/
.main {
	background-image: url("../images/bg_img_01.jpg");
	background-repeat: repeat;
	overflow: hidden;
}

/*記事(ボディ)エリア*/
.article {
	background-color: #fff;
	box-shadow: 0px 0px 15px #594a42;
}

/*記事(ボディ)エリアの行間*/
.article p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

/*記事(ボディ)エリアのフォントサイズ*/
.article {
	font-size: 1.8em;
}

/*カラム全体の幅を変更する*/
.header_inr,
.article,
.top_image_in {
	width: 768px;
	margin: 0 auto;
}

/* ローディング画面 */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1.5s;
	background-color: #fef0f0;
	/* 以下のコードを追加 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.spinner {
	width: 100px;
	height: 100px;
	margin: 200px auto;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.0);
		opacity: 0;
	}
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

/*--------------------------------------------------------
上部固定ヘッダー設定
--------------------------------------------------------*/

/*上部固定ヘッダー全体*/
.header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: 1px;
	overflow: auto;
}

/*ヘッダーロゴ*/
.header_logo {
	float: left;
	width: 15%;
	margin: 0.5em 0em 0em;
}

/*ヘッダー 電話ボタン*/
.header_tel {
	width: 25%;
	float: right;
	margin: 0.5em 0.5em 0em;
}

/*ヘッダー 問い合わせボタン*/
.header_mail {
	width: 18%;
	float: right;
	margin: 0.8em 0.3em 0em;
}

/*ヘッダー内の画像はエリア幅に合わせる*/
.header_logo img,
.header_tel img,
.header_mail img {
	width: 100%;
}

/*--------------------------------------------------------
ファーストビュー設定
--------------------------------------------------------*/

.top_image {
	height: auto;
}

.top_image_in img {
	width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

/*以下、制作しながらセクション単位で追記していく*/

.section_01 {
	padding: 1em 2em;
	overflow: hidden;
}

.section_02 {
	background-color: #FFF8EC;
	margin-top: -1.5em;
	padding: 1.5em 2em 0em;
}

.section_03 {
	background-color: #c5627e;
	margin-top: -1.5em;
	text-align: center;
	padding: 1.5em 0.5em 0em;
}

.section_04 {
	background-color: #fff;
	margin-top: 1em;
	padding: 1.5em 1em 0em;
}






.area_cta {
	background-color: #fff8ec;
	padding: 0em 0em;
}

.box_nayami {
	background: #f5f5f5;
	padding: 1em 1.5em;
	font-size: 1.2em;
	line-height: 1.5;
}

.box_nayami p {
	line-height: 1.8;
}

.dame {
	color: rgba(250, 184, 178, 1.00);
}

.img_tyosei {
	margin: 0 -2em;
}

.img_tyosei_02 {
	margin: -1em -0.9em;
}

.box_kouza {
	background-color: #fef0f0;
	margin: -0.5em -2em 0em;
	padding: 1em 1em;
}

.box_kouza_inr {
	background: #fff;
	margin: 0 2em 1em;
	padding: 1.5em 1.5em;

}

.title_kouza {
	border-bottom: 2px dotted #c5627e;
	font-size: 1.0em;
	font-weight: 900;
}


.box_koe {
	background: #fff;
	padding: 2em 1.5em;
	margin-bottom: 2em;
	overflow: auto;
}

.box_grey {
	background-color: #f9f9f9;
	padding: 1em 1em;

}



.koe_tag {
	background: #FFF563;
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.pink_line {
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0;
}


/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/

/*チェックリスト（リストタグ）*/

ul.checklist {
	background-color: #FEFFF5;
	margin: 0 0 1.5em;
	padding: 1em 1em 0em 1em;
	list-style: none;
	border: 1px solid #414141
}

.checklist li {
	margin-bottom: 0.8em;
	text-indent: -1.2em;
	margin-left: 1em;
}

.checklist li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14a";
	margin-right: 0.3em;
	color: red;
}

/*テーブルタグ*/
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	margin-top: 1em;
	margin-bottom: 1em;
}

th,
td {
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}

td {
	background-color: #fff;
	text-align: left;
}

table.table-style01 th,
table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}

/*Youtube埋め込み調整*/

.youtube {
	width: 640px;
	height: 440px;
	margin: auto;
	padding: 0 0.5em;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.youtube .inner {
	position: relative;
	width: 100%;
	max-width: 640px;
	padding-top: 56.25%;
	/* 16:9 アスペクト比 */
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.youtube {
		width: 100%;
		/* 横幅変更 */
	}
}

/*-----------------------------------------------------------------------------------------------------
テンプレート用のcss※必要に応じて使用する
-----------------------------------------------------------------------------------------------------*/

/*画像化したサブヘッドを横に広げる*/
.subhead {
	margin: 0em -2em 0em;
}

.subhead_02 {
	margin: 0em -1em 1.5em;
}

/*よくある質問(文章ver.)*/
.box_qa {
	background-color: #fff;
	padding: 0em 0em 1em;
	;
}

.box_qa_q {
	background-color: #fff;
	padding: 1em 2em;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	font-weight: bold;
	color: #CD3B3E;
}

.box_qa_a {
	background-color: #fff;
	padding: 1em 2em;
	line-height: 1.8;
}

.box_qa_q p {
	text-indent: 0em;

}

.box_qa_a p {
	text-indent: 0em;
	margin-left: 0em;
}

.accordion_header_02 {
	margin: 0px 0px 0em 0px;
	background: url(../images/+.png) no-repeat;
	background-color: #006bb3;
	background-size: 40px 40px;
	background-position: 8px 50%, 0 0;
	padding: 15px 2px 15px 55px;
	color: #fff;
	font-size: 120%;
	height: auto;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}

.selected02 {
	background: url(../images/_.png) no-repeat;
	background-color: #006bb3;
	background-position: 8px 50%;
}

.selected02+* {
	background: #fff;
	background-position: 8px 50%;
}

.accordion_open_02 {
	margin: 0px 0px 15px 0px;
	padding: 0.5em 1em;
	background: #f9f9f9;
	border-left: solid 4px #006bb3;
	border-right: solid 4px #006bb3;
	border-bottom: solid 4px #006bb3;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.accordion_open_02:before {
	content: "";
}

.accordion_field_02 {
	display: block;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0px;
	margin: 0px 0 10px 0;
	color: #000;
	font-size: 100%;
	width: 100%;
}

/*問い合わせエリア*/
.box_entry {
	background-image: url("../images/bg_main_in.png");
	padding: 1em 2em;
}

.box_entry img {
	width: 100%;
}

.img_name {
	width: 50%;
	float: right;
}

.img_name img {
	width: 100%;
}



.anim-box.poyopoyo {
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

@keyframes poyopoyo {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(0.85);
	}
}


/*フォームエリア*/

/*全体*/
.mailform {
	background-color: #fff;
	margin: 0em 0em 1em;
	padding: 1em 0em 1.5em;
	box-shadow: 0px 0px 1px #594a42;
}

.input {
	margin: 0em 0em 0em;
	padding: 0em 2em;
	font-color: #000;
}

.input_style {
	width: 100%;
	height: 60px;
	font-size: 100%;
	margin-bottom: 0.5em;
	text-align: center;
	color: #7b7b7b;
}

input[type="image"] {
	width: 100%;
	text-align: center;
	margin: 0em auto;
}

.caution {
	margin: 0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}

/* ------------------------------
   スライダー1
------------------------------ */
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 350px;
	overflow: hidden;
	position: absolute;
}

.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 330px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.loopSlider ul {
	height: 450px;
	float: left;
	overflow: hidden;
}

.loopSlider ul li {
	width: 450px;
	height: 350px;
	float: left;
	display: inline;
	overflow: hidden;
}

.loopSlider ul li img {
	width: 100%;
}

/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

.footer {
	background: #c5627e;
	padding: 2em 0 0.5em;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
}

.footer a {
	color: #fff;
}

/*スマホ用下部固定メニュー*/
.fix_menu_smartphone {
	display: none;
}

.m-back-to-top_sp {
	display: none;
}

.fadeintop {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 2s;
}

.fadein {
	opacity: 0;
	transform: translateY(0px);
	transition: all 2s;
}

.fadeinleft {
	opacity: 0;
	transform: translateX(-40px);
	transition: all 2s;
}

.fadeinright {
	opacity: 0;
	transform: translateX(40px);
	transition: all 2s;
}

.fadeinbottom {
	opacity: 0;
	transform: translateY(40px);
	transition: all 2s;
}

.fas.fa-times-circle.dame {
	color: orange;
}

.fas.fa-check-square.fa-lg {
	color: #c5627e;
}


.fas.fa-check-circle.dame {
	color: #c5627e;
}