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

/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle{
		display: none !important;}
	}

@media (min-width: 750px){
	.sp{
		display: none!important;}
}
/* all */
body{
	background-color: #fff;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/
.bg-white{
	background-color: rgba(255,255,255,0.90);
}
.bg_b{
	background: #c2e9f2;
	vertical-align: middle;
}
.line_wave img{
	vertical-align: middle;
	width: 100%;
}
.line_wave_w img{
	vertical-align: top;
	width: 100%;
	background: #c2e9f2
}

/* 横並び調整 */
.flex-between{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex-center{
	display: flex;
	justify-content: center;
}


.font-small{
	font-size: 70%;
}
.sp-slide .submenu_img{
	width: 900px;
}
/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

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

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 80%;
	max-width: 550px;
}
/* ヘッダー ============================================================ */
header.site-header{
	background: #0235b4;
	width: 100%;
	z-index: 9000;
    display: flex;
    padding: 5px;
    position: absolute;
    justify-content: space-between;
}
.header-change{
	width: 100%;
	z-index: 9001;
	background: rgba(2,53,180,0.65);
    display: flex;
    padding: 5px;
    position: fixed;
	top:-110px;
    justify-content: space-between;
	box-shadow: 2px 2px 5px #000;
}
.header-change.show{
    top: 0;
}
.site-header h1{
	line-height: 100%;
	vertical-align: middle;
}
.site-header img{
	height: 80px;
	margin-left: 30px;
}
.header-change h1{
	line-height: 100%;
	vertical-align: middle;
}
.header-change h1 img{
	width: auto;
	height: 80px;
	margin-left: 30px;
	filter: drop-shadow(2px 2px 8px rgba(255,255,255,0.8));
}
.site-header nav,.header-change nav{

}
.site-header nav ul,.header-change nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.site-header nav ul li,.header-change nav ul li{
	margin: auto;
	padding: 10px;
	line-height: 100%;
	font-size:1.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
}
.site-header nav ul li a,.header-change nav ul li a{
	color:#fff;
	text-decoration-line: none;
}
.site-header nav ul li:hover,.header-change nav ul li:hover{
	color:#ccebff;
	text-shadow: 1px 1px 5px #000 ;
}

.phone a{
	display: block;
	color: #fcee72;
	margin-right: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	ransform: rotate(0.05deg);
	font-size: 1.1em;
}
.phone a:hover{
	text-shadow: 1px 1px 5px #000 ;
}
.phone a.mail{
	display: block;
	text-align: center;
	background-color: #00c2f2;
	padding: 0.2em;
	border-radius: 5px;
	font-size: 95%;
}
/* スライダー ============================================================ */
.top_copy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/slide00.png") no-repeat;
	background-size: 100%;
	z-index: 9;
}
.top_copy img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	width: 80%;
	max-width: 550px;
	text-align: center;
}

.sp-slide h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	text-align: center;
	color: #fff;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.8));
	font-size: 2.5em !important;
	line-height: 120% !important;
	width: 900px;
}
/* コンテンツ ============================================================ */
.contents{
	padding: 50px 0;
}

.contents_in{
	max-width: 960px;
	margin: auto;
}

.flex_center{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.button_wrap_2{
	text-align: center;
	padding: 10px;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 320px;
	background-color:#0235b4;
	color: #fff;
	padding: 0.5em;
	position: relative;
	border-radius: 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
}
.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{
	color: #fff;
	background:#00c2f2;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}

/* トピックス ============================================================ */
.bg_iruka{
	background:url("../img/cut_iruka.png") no-repeat;
	background-position: right 50px top 120px;
	background-size: 300px;
}
.news{
	max-width: 960px;
	height: 120px;
	margin: auto;
	display: flex;
	justify-content: space-around;
	padding: 15px;
	border-radius: 10px;
}
.news h3{
	text-align: center;
	font-size: 1.1em;
	color: #0235b4;
	width: 150px;
	margin-top: auto;
	margin-bottom: auto;
	padding-left: 10px;
	border-right: solid 1px #0235b4;
	line-height: 100%;
	vertical-align: middle;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
}
.news_in{
	width: 100%;
	max-width: 850px;
	margin: 0 15px;
	overflow: auto;
}

.contents_in{
	max-width: 960px;
	margin: auto;
}

.flex_greeting{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.greeting_txt{
	width: 600px;
	align-self: stretch;
}
.greeting_txt p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 200%;
}
.greeting_txt p span{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	background: linear-gradient(transparent 50%, #fcf297 50%);
	font-size: 120%;
}
.greeting_img{
	width: 320px;
}
.greeting_img img{
	width: 100%;
}
.contents_link{
	max-width: 960px;
	display: flex;
	justify-content: space-around;
	margin: auto;
}
.top_gallery{
	padding: 50px 0;
}
h3.midashi_main {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	font-size: 2.5em;
	color: #0235b4;
	text-align: center;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
}
h3.midashi_main span{
	font-size: 50%;
	color: #00c2f2;
}
h3.midashi_main img{
	width: 60px;
}
/* コンテンツリンク ================================================== */

.grid {
	max-width: 960px;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	margin: auto;
	padding: 0;
	cursor: pointer;
}
figure.effect-chico{
	display: block;
	position: relative;
	max-width: 450px;
	max-height: 250px;
	width: calc(100% / 2 - 40px);
	background: #0235b4;
	overflow: hidden;
	margin: 20px;
	border-radius: 5px;
}
figure.effect-chico img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.9;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h3 {
	position: absolute;
	top:50px;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 1px 1px 5px #000 ;
}
figure.effect-chico h4{
	position: absolute;
	top:90px;
	color: #fff;
}
figure.effect-chico h5{
	position: absolute;
	top:120px;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
}

figure.effect-chico p {
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	bottom: 40px;
	font-size: 0.9em;
	margin: 0 auto;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	cursor: pointer;
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
}

.sns{
	text-align: center;
}
.sns a{
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #0235b4;
	border-radius: 50%;
	margin: 10px;
}
.sns a i{
	line-height: 80px;
	font-size: 50px;
	color: #fff;
}
.sns a:hover{
	background-color: #edb641;
}

footer{
	background: url("../img/slide01.jpg");
	background-size: cover;
	background-position: right center;
	color: #fff;
	padding: 50px 0 20px;
}
.footer_in{
	width: 100%;
	padding: 0 30px;
}
.footer_in p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9em;
	padding: 10px 20px;
	background:rgba(2,53,180,0.3);
}
.footer_in img{
	width: 280px;
	margin-bottom: 10px;
}
.contact_icon{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 20px;
}
.contact_icon .icon_child{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;	
	width: 100%;
}

.contact_icon .icon_child a{
	display: block;
	color:#0235b4;
	text-decoration-line: none;
	width: 350px;
	background-color: #fff;
	padding: 0.5em;
	border-radius: 5px;
	margin: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	transition: 0.5s;
}

.contact_icon .icon_child :hover{
	color: #fff;
	background-color:#00c2f2;
}
.copy{
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding: 50px 0 20px;
	color: #0235b4;
}

/* ボタン */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_02{
	display: inline-block;
	text-align: center;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	width: 320px;
	background-color: #fff;
	border:#fff solid 1px;
	color: #0235b4;
	padding: 0.5em 1em;
	border-radius: 30px;
}
.button_02:hover{
	background-color: #00c2f2;
	border:#fff solid 1px;
	color: #fff;
}
/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-color: #ccc;
	position: relative;
	
}
.subtitle h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color:#fff;
	line-height: 120%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size:2.5rem;
	width: 90%;
	text-align: center;
	text-shadow: 2px 2px 10px #6d81b5 ;
}

.sub_bg{
	background-image: url("../img/sub_r.png"),url("../img/sub_l.png"),url("../img/slide01_b.jpg");
	background-repeat: no-repeat;
	background-size: contain ,contain ,cover ;
	background-position:right bottom ,left top ,center bottom ;
}
/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width:auto;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background:rgba(255,255,255,0.49);
	font-size: 0.9em;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #000;
}

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

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

.breadcrumb li a:hover {
  color: #d7633c;
}

/* サブページコンテンツ
   ========================================================================== */

.gallery_wraper{
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	flex-wrap: wrap;
	max-width: 960px;
}
/*最後の行の隙間を解消*/
.gallery_wraper::before{
	content:"";
	display: block;
	width:calc(95% / 3);
	order: 1;
}
.gallery_wraper::after{
	content:"";
	display: block;
	width:calc(95% / 3);
}
.photo_r{
	width:calc(95% / 3);
}
.photo_r img{
	width: 100%;
	margin: auto;
	border-radius: 5px;
}
.photo_in{
	width:calc(95% / 3);
	background-color:#fff;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #666;
	padding: 10px;
	position: relative;
	overflow: hidden;
}
.photo_in img{
	display: block;
	margin: auto;
	width: 280px;
	height: 280px;
	object-fit: contain;
	background:#f5fffa;
}
/* わんぴーす============================================================ */
.work{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.work figure{
	width: calc(100% / 3 );
	padding: 10px;
}
.work figure img{
	width: 100%;
	vertical-align: middle;
	border-radius: 5px 5px 0 0;
}
.work figure h4{
	background:#0235b4 ;
	color: #fff;
	padding: 0.25em 1em;
	font-size: 1em;
	border-radius: 0 0 5px 5px;
}
.work figure h4 i{
	color:#00c2f2;
}
img.op_img{
	display: block;
	margin: auto;
	width: 500px;
	margin-bottom: 30px;
}
img.op_img02{
	display: block;
	margin: auto;
	width: 350px;
	margin-top: 30px;
}
/* 1日の流れ サービス ================================================== */
.day{
	
}
.day h4,.service h4{
	font-size: 1.2em;
	background:#00c2f2;
	color: #fff;
	padding: 0.25em 1em;
	border-radius: 5px;
}
.day dl{
	display: flex;
	padding: 0.5em 0;
	align-items: center;
}
.day dl dt{
	font-size: 1.3em;
	width: 6em;
	text-align: right;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	color: #0235b4 ;
}
.day dl dd{
	font-size: 1.1em;
}

.day p{
	padding: 1em 1em 1em 3em;
	font-size: 1.2em;
}
.day_img img{
	width: 300px;
	padding: 10px;
}
.flex_day{
	display: flex;
	align-items: flex-start;
}
.service{
	padding: 1em 0;
}
.service ul{
	padding: 1em;
}
.service ul li{
	padding: 0.25em 0 0.5em 2em;
	margin-bottom: 0.5em;
	font-size: 1.1em;
	background: url("../img/cut_piece_b.png") no-repeat;
	background-size: 35px;
	background-position: top left;
	color: #0235b4 ;
	border-bottom: solid 1px ;
	line-height: 200%;
}
.service p{
	padding: 0.25em 1.5em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	line-height: 200%;
}
/* フローチャート ================================================== */
.flow_wrap02,.flow_wrap03{
	width: 95%;
	max-width: 900px;
	border:#0235b4 solid 3px;
	padding: 20px;
	margin: 50px auto 30px;
	border-radius: 20px;
	position: relative;
	background:rgba(255,255,255,0.49);
}
.flow_wrap02::after{
	content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #0235b4; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.flow_wrap02 dl,.flow_wrap03 dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.flow_wrap02 dt,.flow_wrap03 dt{
	width: 100px;
	padding: 0.25em;
	text-align: center;
	background: linear-gradient(to right, #00a3cc 0%,#0235b4 100%);
	color: #fff;
	border-radius: 5px;
}
.flow_wrap02 dt img,.flow_wrap03 dt img{
	width: 50px;
}

.flow_wrap02 dd,.flow_wrap03 dd{
	width: 100%;
	padding: 0.25em 2em;
}
.flow_wrap02 dd h4,.flow_wrap03 dd h4{
	color: #0235b4 ;
	font-size:1.2em;
	font-weight: 400;
	border-bottom: solid 2px;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	
}
.flow_wrap02 dd p,.flow_wrap03 dd p{
	font-size:1em;
	line-height: 200%;
}

.button_flow{
	display: inline-block;
	text-align: center;
	background-color:#0235b4;
	color: #fff;
	padding: 0.25em 2.5em 0.25em 0.5em;
	position: relative;
	border-radius: 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
}
.button_flow::after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_flow:hover{
	color: #fff;
	background:#00c2f2;
	transition: .5s;
}
.button_flow:hover::after{
	right: 10px;
	transition: .5s;
}
.photo{
	padding: 10px;
}
.photo h4{
	margin-bottom: 10px;
	font-size: 1.2em;
	background:#00c2f2;
	color: #fff;
	padding: 0.5em 1em;
	border-left: solid 10px #0235b4 ;
	border-radius: 5px;
}
.photo p{
	margin-bottom: 10px;
}
/* 運営会社============================================================ */
.slogan{
	text-align: center;
}
.slogan #text{
	text-align: center;
	font-size: 5em;
	font-weight: 700;
	margin: auto;
	color: rgba(0,0,0,0);
	background-image: url("../img/slide01_b.jpg");
	-webkit-background-clip: text;  
}
.slogan h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	font-size: 2em;
	color: #0235b4;
}
.slogan p{
	text-align: left;
	padding: 1em;
	font-size: 1em;
	line-height: 200%;
	text-shadow: 2px 2px 2px #fff;
}
.bg_img01{
	background:url("../img/bg_img01.png") no-repeat;
	background-size: cover;
	background-position: left center;
	padding: 0;
}
.bg_img02{
	background:url("../img/bg_img02.png") no-repeat;
	background-size: contain;
	background-position: bottom;
	padding: 0;
}
.company{
	padding: 1em;
	margin-bottom: 50px;
	}
.company h3{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	font-size: 1.6em;
	margin-bottom: 20px;
	background:#c2e9f2;
	padding: 0.25em 1em;
	border-left: solid 10px #00c2f2
}
.company h4{
	color: #0235b4 ;
}
.company p{
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 200%;
}
.company ul{
	padding: 0.25em;
}
.company ul li{
	font-size: 1.2em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
	padding: 0.25em 1em;
	color: #0235b4;
}
.company ul li i{
	color: #00c2f2;
}
.flex_basic{
	display: flex;
	align-items: stretch;
	justify-content: space-around;
}
.flex_basic div{
	width: 100%;
}
.flex_basic div img{
	width: 100%;
	padding: 20px;
}

.company_img img{
	height: 280px;
	object-fit: cover;
}

.flex_basic .rinen_img img{
	width: 250px;
	display: block;
	margin: auto;
}




/* 概要============================================================ */
.info table{
	width: 90%;
	margin: 0 auto 30px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	background: rgba(255,255,255,0.49);
}
.info table th{
	width: 200px;
	padding: 0.5em 1em;
	border-bottom: solid 3px #0235b4;
	color: #0235b4 ;
}
.info table td{
	padding: 0.5em 1em;
	border-bottom: solid 1px #0235b4;
}
.info .map{
	width: 90%;
	margin: auto;
}


/* メールフォーム============================================================ */
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#0235b4;
	border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#00c2f2;
 	width: 100%;
	height: 100%;
	border-radius: 5px;
    /*アニメーション*/
 	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);
}
#mailform{
	width: 100%;
	padding: 20px;
	background: rgba(255,255,255,0.49);
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table th{
	width: 200px;
	text-align: left;
	padding: 0.5em;
	vertical-align: top;
	line-height: 120%;
}
#mailform table tr:nth-child(odd){
	background-color:rgba(255,255,255,0.49);
}
#mailform table td{
	width: calc(100% - 210px);
	padding: 0.5em 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border:solid 1px #ccc;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#00c2f2;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#0235b4;
	color:#fff ;
	border-radius: 5px;
	margin: 0 auto;
}
input[type='submit']:hover{
	color: #fff;
	background:#d59f9f;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #333 !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #333;
}
.infobox p{
	font-size: 0.8em !important;
	color: #333;
	padding: 0.5em;
}
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: #00c2f2;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

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


/* TOPへ戻るボタン==================== */
#page_top{
	width: 90px;
	height: 90px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	background: url("../img/cut_piece_b.png");
	background-size: cover;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 30px;
	color:#fcee72;
	position: absolute;
	width: 90px;
	height: 90px;
	left: 32px;
	top: 25px;
	margin: auto;
	transition: 0.3s;
}
#page_top a:hover::before{
	top:20px;
	text-shadow: 2px 5px 5px #666;
	transition: 0.3s;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* カルーセルスライダー　==================== */
.carousel {
	padding: 0;
}
.carousel div {
	margin: 0 5px;
	height: 230px;
	overflow: hidden;
}
.carousel img {
	width: 100%;
	height: 230px;
	border-radius: 5px;
	object-fit: cover;
}
.carousel .slick-next {
	right: 17px;
	z-index: 50;
}
.carousel .slick-prev {
	left: 23px;
	z-index: 50;
}

/* ハンバーガー用
   ========================================================================== */

.navToggle {
	position:fixed;
	top: 10px;
	right: 10px;
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    z-index: 9900;
    background: rgba(255,255,255,0);
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 46px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #fff;
    font-size: 14px;
    top: 34px;
}

/* タップした後 
   ========================================================================== */

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* グローバルナビ用  
   ========================================================================== */
nav.globalMenuSp {
    position: fixed;
    z-index: 9100;
    top: 0;
    right: 0;
    color:#fff;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 50%;
	min-width: 270px;
	height: 100vh;
	overflow: auto;
	background: #0235b4;
}
 
nav.globalMenuSp ul {
    background: #0235b4;
    margin: 80px auto 0;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
	margin-bottom: 0;
    padding: 0 0 0 30px;
    width: 100%;
    border-bottom: 1px solid #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(0.05deg);
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color:#fff;
    padding: 0.6em 0;
	text-decoration-line: none;
}
nav.globalMenuSp ul li :hover{
	color: #fcee72;
	text-shadow: 1px 1px 5px #000;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.cf_link{
	padding: 20px;
}
.cf_link img{
	width: 100%;
}
.cf_link a{
	opacity: 1.0;
}
.cf_link a:hover{
	opacity: 0.6;
}
