@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle,.globalMenuSp{
		display: none !important;
	}	
}
@media (min-width: 768px){
	.sp{
		display: none !important;
	}	
}
body{
	font-family: 'Noto Serif JP', serif;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
body p{
	line-height: 180%;
}

/* スペース調整======================================== */
.w960{
	max-width: 960px;
	margin: auto;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.bg_light{
	background-color:rgba(255,255,255,0.45);
}

.bg_dark{
	background-color:#1e90ff; 
}
.bg_img01{
	background: url("../img/bg_pattern02.png") repeat; 
	background-color: #0f4780;
	color: #fff;
}
.bg_img02{
	background: url("../img/bg_img01.jpg") no-repeat; 
	background-size: cover;
}
.bg_w_in{
	background-color:rgba(255,255,255,0.45);
	padding:30px 15px;
}
.flexbox{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexbox div{
	padding: 10px;
	width: inherit;
}


.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 .img,.card002 .txt{
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding:25px 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	align-self: center;
}
.card003 .txt p{
	line-height: 180%;
}

.border{
	border-bottom: dashed 1px #ccc;
}

.deco01{
	border-radius: 5px;
	padding: 0 10px 10px 0;
	filter: drop-shadow(10px 10px #e6f2ff);
}

.img_center{
	text-align: center;
}
.img_center img{
	width: 95%;
	max-width: 640px;
}
/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#fff;
	background-image:url("../img/bg_washi02.jpg");
	background-repeat: repeat;
	background-size: 250px;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width: 350px;
	text-align: center;
}

/* ヘッダー　======================================== */
header{
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 10;
	background:#1e90ff;
}
.site-header h1{
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: auto;
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
}
.site-header h1 a{
	color: #fff;
	
}
.site-header h1 img{
	width: 300px;
	padding-top: 10px;
}
.site-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header.transform{
	
}
.site-header .header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_phone h2{
	text-align: right;
	display: inline-block;
	font-size: 1.1rem;
	line-height: 100%;
	margin-right: 30px;
	padding: 0.5em 0;
	color:#1a1a1a;
}
.header_phone h2 a{
	display: inline-block;
	color: #1a1a1a;
	width: 100%;
	height: 100%;
	transition:all .5s;
}
.header_phone h2 :hover{
	color: #e6f2ff;
}
.header_phone h3{
	display: inline-block;
	width: 200px;
	text-align: center;
	font-size: 1.1rem;
	line-height: 100%;
	margin:15px 30px 15px 15px;
	transition:all .5s;
	border-radius: 30px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.header_phone h3 a{
	display: inline-block;
	width: 100%;
	padding: 1em;
	border-radius: 30px;
	background:#0f4780;
	color: #fff;
	transition:all .5s;
}
.header_phone h3 :hover{
	background: #e6f2ff;
	color: #0f4780;
}
.header_in{
	max-width: 1800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.nav_wrap {
	max-width: 1200px;
	margin: auto;
}
.nav_wrap nav ul{
	position: relative;
	list-style: none;
	display: flex;
	justify-content: center;
}
.nav_wrap nav ul ul{
	display: block;
}
.nav_wrap nav ul li a{
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	padding:10px 45px 10px;
	transition:all .3s;
}
.nav_wrap nav ul li a:hover{
	color:#e6f2ff;
	padding:8px 45px 12px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.nav_wrap nav ul li li a{
	padding: 20px;
}
.nav_wrap nav ul li.has-child > a::before{
	content:'';
	position: absolute;
	left:15px;
	top:20px;
	width:6px;
	height:6px;
	border-top: 2px solid #ccc;
    border-right:2px solid #ccc;
    transform: rotate(135deg);
}

.nav_wrap nav ul li.has-child img{
	max-width: 100%;
	height: auto;
	transition: all .5s;
	vertical-align: bottom;
}
.nav_wrap nav ul li.has-child img:hover{
	transform: scale(1.2);
}

.nav_wrap nav ul li.has-child dt{
	overflow: hidden;
	height: 15vh;
	margin:0 0 20px 0;
}

.nav_wrap nav li.has-child ul{
  /*絶対配置で位置を指定*/
    position: absolute;
	left:0;
	top:50px;
  /*子要素を横並びに*/    
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    /*形状を指定*/
	background:#fff;
	width:100%;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
	z-index: -1;
     /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
.nav_wrap nav li.has-child:hover > ul{
	visibility: visible;
	opacity: 1;
	z-index: 4;
	
}

/*各ナビゲーション横幅*/
.nav_wrap nav li.has-child ul li{
	width:20%;
}

/*ナビゲーションaタグの形状*/
.nav_wrap nav li.has-child ul li a{
	color: #1e90ff;
}

.nav_wrap nav li.has-child ul li a:hover,
.nav_wrap nav li.has-child ul li a:active{
	background:#999;
	color: #fff;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
}

.slide_logo img{
	position: absolute;
	top:30px;
	left: 30px;
	width: 200px;
	z-index: 10;
}

.top_slider{
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}
.top_slider::after{
	content: "";
	position: absolute;
	background:rgba(0,0,0,0.1);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:1.0;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/miyabi-jyuku.jpg"),url("../img/slide04.jpg");
	background-repeat: no-repeat;
	background-size:400px , cover ;
	background-position: right 10% bottom 10%, center ;
}

@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.top_slider .slider li .catch{
	position: absolute;
	top: 60%;
	right: 10%;
	width: 80%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	text-align:center;
	color: #fff;
	font-size: 2.5rem;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	opacity: 0;
	transition: 2s;
	z-index: 10;
}
.top_slider .slider li .catch span{
	font-size: 70%;
}
.top_slider .slider li.slick-active .catch{
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;
}
.top_slider .slider li .slide_img01{
	position: absolute;
	top: 110%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 2.5s;
	animation-delay:.5s;
	width: 90%;
	width: 300px;
}
.top_slider .slider li.slick-active .slide_img01{
	top: 60%;
	opacity: 1;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;
}

/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1800px;
	margin: auto;
	padding: 0;
}
.wrapper_bg{
	background-color: #fff;
	background: url("../img/bg_washi02.jpg") repeat;
	background-size: 300px;
}

/* 各コンテンツ枠　======================================== */
.contents{
	padding: 50px 0;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}
.contents_wide{
	max-width: 1280px;
	margin: auto;
}

.photo_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.photo_flex div{
	width: 100%;
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
}

/* 見出し　==================== */
.txt_box h2{
	text-align: center;
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
	font-weight: 400;
}
.txt_box h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #1e90ff 3px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 2em;
	height: 1rem;
}
.txt_lv02{
	font-size: 2em;
	position: relative;
	font-weight: 400;
	text-align: center;
	color: #0f4780;
	background:url("../img/txt_border02.png") no-repeat;
	background-position:center;
	vertical-align: middle;
	padding-bottom: 2em;
	background-size:2.5em;
}
.txt_lv03{
	font-size: 1.6rem;
	color: #0f4780;
	margin-bottom: 30px;
}
.txt_lv04{
	font-size: 1.2rem;
	color: #0f4780;
	border-bottom: solid 1px;
	margin-bottom: 30px;
}
.txt_lv03w{
	font-size: 1.6rem;
	color: #fff;
	margin-bottom: 30px;
}
.txt_copy01{
	font-size: clamp(1.5rem, 0.6rem + 3.2vw, 3rem);
}
.txt_copy01::first-letter{
	color: #1e90ff;
}
.txt_copy02{
	font-size: 1.2rem;
	color: #0f4780;
}

.txt_point01{
	font-size: 120%;
	font-weight: 600;
	color: #0f4780;
}
.list001{
	padding: 1rem;
}
.list001 li{
	font-size: 1.2rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: solid 1px;
}

.txtbox_c70{
	width: 70%;
	max-width: 600px;
	margin: auto;
}

/* ボタン　================================================== */

.button_wrap_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button_wrap_right{
	display: block;
	width: 290px;
	margin: 0 0 0 auto;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background-color:transparent;
	color: #fff;
	border:solid 1px #fff;
	padding: 0.5em;
	margin:auto 15px 20px;
	position: relative;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	transition: .5s;
}
.button_01::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	background:#0f4780;
	color: #fff;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}

.button_02{
	display: inline-block;
	text-align: center;
	width: 260px;
	background-color:transparent;
	color: #1e90ff;
	border:solid 1px #1e90ff;
	padding: 0.5em;
	margin: 15px;
	position: relative;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 700;
	transition: .5s;
}
.button_02::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_02:hover{
	background:#0f4780;
	color: #fff;
	transition: .5s;
}
.button_02:hover::after{
	right: 10px;
	transition: .5s;
}
/* Greeting ======================================== */
/* 挨拶　==================== */
.greeting{
	background: #fff;
}
.greeting_wrap{
	width: 100%;
	padding: 50px 0;
	background: url("../img/bg_img01.jpg");
	background-position:top right;
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #fff;
}
.left_wrap{
	background: linear-gradient(to right, rgba(255,255,255,0.8),rgba(255,255,255,0.1));
	width: calc((100% - 1200px) / 2 + 1200px );
	min-width: 960px;
	margin-bottom: 50px;
}
.right960{
	width: calc(100% - 50px);
	max-width: 1150px;
	margin: 0 0 0 auto;
	padding: 50px 20px 50px 0;
}

.greeting p{
	line-height: 200%;
	margin-bottom: 1em;
}
.greeting p span{
	font-size: 120%;
	color: #00a75b;
}

/* リンクコンテンツ ==================== */
.contents_link {
	max-width: 960px;
	margin: auto;
	padding: 50px 0;
}
.contents_link ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.contents_link ul li{
	display: table-cell;
	font-size: 0.9em;
	width: calc(50% - 1em);
	padding: 0.5em;
	margin: 0.5em;
	line-height: 150%;
	vertical-align: middle;
	text-align: center;
	background:#fff;
	border-radius: 10px;
	align-self: stretch;
	
}
.contents_link ul li img{
	width: 100%;
	max-width: 300px;
	transition: .5s;
	vertical-align: middle;
	
}
.contents_link ul li a:hover img{
	opacity: 0.6;
}

/* カルーセル　==================== */
.carousel {
	padding: 0;
}
.carousel div {
	margin: 0 5px;
	height: 230px;
	overflow: hidden;
}
.carousel img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}
.carousel .slick-next {
	right: 17px;
	z-index: 50;
}
.carousel .slick-prev {
	left: 23px;
	z-index: 50;
}


/* トピックス　================================================== */
.topic h3{
	font-size: 1.5em;
	color: #1e90ff;
	border-left: solid 5px;
	padding-left: 5px;
	margin-bottom: 1em;
}
.topic_wrap{
	width: 900px;
	height: 300px;
	margin: auto;
	display: flex;
	align-items: center;
}
.topic_wrap div{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.topic_wrap img{
	width: 100%;
}
.topic_wrap div h4{
	font-size: 1.5em;
	width: 100%;
}
.topic_wrap div p{
	font-size: 1.2em;
}

/* 感染症対策　================================================== */

.taisaku_flex{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin: 1em 0;
}
.taisaku_flex img{
	width: 120px;
	background:#fff;
	border-radius: 50%;
}
.taisaku_flex p{
	text-align: center;
	color: #42210b;
}

/* フッター部分　================================================== */
footer{
	background-image: url("../img/bg_wave02.png");
	background-size: 500px;
	background-position: left top 20px;
	background-color:#1e90ff;
	margin-bottom: 0;
	font-family: 'Noto Serif JP', serif;
}
footer h2 img{
	width: 400px;
	padding: 10px;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	padding-top: 50px;
}

.footer_in p{
	color: #fff;
	font-size: 1.1em;
	line-height: 180%;
	text-align: center;
}
.footer_in p span{
	font-size: 80%;
}
.footer_in p.phone_buttom{
	text-align: center;
	font-size:1.8em;
	padding: 20px 0;
	line-height: 100%;
	vertical-align: middle;
}
.footer_in p.phone_buttom span{
	font-size: 70%;
	border-top:solid 1px;
	border-bottom:solid 1px;
}
.footer_in p.phone_buttom a{
	color: #fff;
}
.footer_in p.phone_buttom a:hover{
	color: #efdeb1;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
.footer_in p.mail_buttom{
	text-align: center;
	vertical-align: middle;
	font-size: 1.3em;
	
}
.footer_in p.mail_buttom a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	border: solid 1px #fff;
	transition:all .5s ease-in;
}
.footer_in p.mail_buttom a:hover{
	background: #fff;
	color: #42210b;
	transition:all .5s ease-in;
}

/* フッター追加部分　================================================== */
.footer_in p.left_0605{
	font-size: 1em;
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50px;
	font-size:1.2em;
	padding-bottom: 5px;
}
.subtitle h2 span{
	font-size:300%;
	vertical-align: top;
}
.subtitle h2::first-letter{
	color: #1e90ff;
}
.sub_bg{
	background: url("../img/bg_sub02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.txt_wrap{
	position: absolute;
	bottom: 100px;
	left: calc(50% - 480px);
	width: 800px;
	padding: 20px;
	color: #fff;
}
.txt_wrap p{
	font-size: 1.2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 180%;
	text-shadow: 2px 2px 10px #000,-2px -2px 10px #000;
}


/* 概要ページ ================================================== */
.info{
	padding: 30px 0;
}
.line02{
	padding: 15px;
}
.line02 table {
    border-spacing:0;
    padding: 0;
    width: 100%;
	margin: auto;
}
.line02 table th{
	border-bottom: solid 2px #1e90ff;
	padding: 1em;
	width: 200px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #1e90ff;
}
.line02 table td{
	border-bottom: solid 2px #ccc;
	padding: 1em;
	font-family: 'Noto Sans JP', sans-serif;
}
.line02 table dl{
	display: flex;
	align-items: flex-start;
	line-height: 200%;
	border-bottom: dotted 1px #ccc;
	font-size: 0.9em;
	margin-left: 1em;
}
.line02 table dl dt{
	width: 6em;
}

.map iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	vertical-align: middle;
	
}
.ul_line ul{
	padding: 1em;
	max-width: 700px;
	margin: auto;
}
.ul_line ul li{
	padding: 0.5rem;
	font-size: 1.2rem;
	border-bottom: dashed 1px #ccc;
}
.ul_line ul li i{
	color: #1e90ff;
}
.funeral .txt{
	padding: 1rem;
}

.funeral .txt p{
	line-height: 180%;
	margin-bottom: 1rem;
}
.funeral .img{
	align-self: center;
}
.funeral .img img{
	aspect-ratio: 16 / 9;
}
/* フロー ================================================== */
.flow {
	padding-left: 120px;
	position: relative;
}
.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
 	position: absolute;
	top: 0;
	left: 120px;
}
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow > li .icon {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	color: #fff;
	background:#0f4780;
	padding: 8px 20px;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;
	z-index: 9;
}
.flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #0f4780;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li dl {
	padding-left: 70px;
	position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #1e90ff;
	border-radius: 50%;
	left: -4px;
}
.flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow > li dl dt {
	font-size: 1.1em;
	font-weight: 600;
	color: #1e90ff;
	margin-bottom: 1vh;
}
.flow > li dl dd{
	line-height: 200%;
	background: rgba(255,255,255,0.49);
	padding: 5px;
	border-radius: 10px;
	display: flex;
}
.flow > li dl dd p{
	flex: 1;
}
.flow > li dl dd img{
	width: 100%;
	max-width: 300px;
}
.flow_btn{
	width: 160px;
	background:#1e90ff;
	text-align: center;
	border-radius: 5px;
}
.flow_btn a{
	color: #fff;
}
.flow_btn:hover{
	background:#98c729;
}
/* お客様の声============================================================ */
.voice{
	background: #f5f5f5;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.voice h4{
	color: #1e90ff;
	font-weight: 600;
}
.voice p{
	padding: 1rem;
	color: #1a1a1a;
}



/* 採用情報============================================================ */

.wrap_blur{
	width: 100%;
	position: relative;
}
.wrap_blur::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.75);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index: 1;
}
p.disabled_text{
	position: absolute;
	top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 1.8rem;
	color: #333;
}
/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#1e90ff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color:#ccc;
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#0f4780;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.contact_fax ul{
	padding: 1em;
	max-width: 700px;
	margin: auto;
}
.contact_fax ul li{
	padding: 0.5rem;
	font-size: 1.2rem;
	border-bottom: dashed 1px #ccc;
}
.contact_fax ul li i{
	color: #1e90ff;
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-top: 1px solid #ccc;
}
#mailform table tr:first-child{
	border-top:none;
}

#mailform table th{
	width: 220px;
	text-align: left;
	padding: 1em;
	vertical-align: middle;
	line-height: 120%;
}
#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border-radius: 5px;

}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#1e90ff;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	background:#1e90ff;
	color:#fff ;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	border-radius: 20px;
	margin: 0 auto;
}
input[type='submit']:hover{
	background:#0f4780;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #333;
	margin-top: 1rem;
}
.infobox h5 i{
	color: #666;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding-bottom: 0.5em;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#1e90ff;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #1e90ff;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}

label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #1e90ff;
  border-color: #1e90ff;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}


/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: transparent;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}

/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


