/*文字横位置*/
.al-l{
	text-align: left;
}
.al-r{
	text-align: right;
}
.al-c{
	text-align: center;
}

/*フォントサイズ*/
.f05em{
	font-size: 0.5em;
}
.f06em{
	font-size: 0.6em;
}
.f07em{
	font-size: 0.7em;
}
.f08em{
	font-size: 0.8em;
}
.f09em{
	font-size: 0.9em;
}
.f10em{
	font-size: 1.0em;
}
.f11em{
	font-size: 1.1em;
}
.f12em{
	font-size: 1.2em;
}
.f13em{
	font-size: 1.3em;
}
.f14em{
	font-size: 1.4em;
}
.f15em{
	font-size: 1.5em;
}
.f16em{
	font-size: 1.6em;
}
.f17em{
	font-size: 1.7em;
}
.f18em{
	font-size: 1.8em;
}
.f19em{
	font-size: 1.9em;
}
.f20em{
	font-size: 2.0em;
}
.f21em{
	font-size: 2.1em;
}
.f22em{
	font-size: 2.2em;
}
.f23em{
	font-size: 2.3em;
}
.f24em{
	font-size: 2.4em;
}
.f25em{
	font-size: 2.5em;
}
.f26em{
	font-size: 2.6em;
}
.f27em{
	font-size: 2.7em;
}
.f28em{
	font-size: 2.8em;
}
.f29em{
	font-size: 2.9em;
}
.f30em{
	font-size: 3.0em;
}
.f35em{
	font-size: 3.5em;
}
.f40em{
	font-size: 4.0em;
}

/*フォントの装飾・色*/
.b{
	font-weight: bold !important;
}
.box-kiiro{
	padding:2px 5px;
	background-color: #fffd99 !important;
}
.box-kiiro0{
	background-color: #fffd99 !important;
}
.bgc_ta{
	width: 100% !important;
	margin-bottom: 50px;
	border: 1px solid #ccc !important;
}
.bgc_p{
	background-color: #ffe4e1;
}
.bgc_i{
	background-color: #fffff0;
}
.bgc_b{
	background-color: #e0ffff;
}
.bgc_e{
	background-color: #e1ddd1;
}
.bgc_g{
	background-color: #eee;
}
.pen_1{
	font-weight: bold;
	/*font-size: 110%;*/
	background: linear-gradient(transparent 65%, #ffeec1 0%);
}
.pen_2{
	font-weight: bold;
	/*font-size: 110%;*/
	background: linear-gradient(transparent 65%, #fffd99 0%);
}
.red{
	color: #e53935 !important;
}
.ba{
	color: #ba3121 !important;
}
.blue{
	color: #2186bf !important;
}
.black{
	color: #000! important;
}
.white{
	color: #fff !important;
}

/*行間*/
.lh10{
	line-height: 1.0!important;
}
.lh11{
	line-height: 1.1!important;
}
.lh12{
	line-height: 1.2!important;
}
.lh13{
	line-height: 1.3!important;
}
.lh14{
	line-height: 1.4!important;
}
.lh15{
	line-height: 1.5!important;
}
.lh16{
	line-height: 1.6!important;
}
.lh17{
	line-height: 1.7!important;
}
.lh18{
	line-height: 1.8!important;
}
.lh19{
	line-height: 1.9!important;
}
.lh20{
	line-height: 2.0!important;
}

/*横幅*/
.w05{
	width: 5%;
}
.w10{
	width: 10%;
}
.w15{
	width: 15%;
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w30{
	width: 30%;
}
.w35{
	width: 35%;
}
.w38{	
	width: 38.6%;
}
.w40{
	width: 40%;
}
.w45{	
	width: 45%;
}
.w50{
	width: 50%;
}
.w55{
	width: 55%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
.w80{
	width: 80%;
}
.w85{
	width: 85%;
}
.w90{
	width: 90%;
}
.w95{
	width: 95%;
}
.w100{
	width: 100%;
}

/*pcsp_sppc*/
.pcpc{
	display: block !important;
}
.spsp{
	display: none !important;
}

@media only screen and (max-width: 750px) {
    .pcpc{
		display: none !important;
	}
    .spsp{
		display: block !important;
	}
}

@media screen and (max-width: 750px){
    .none{
		display:none;
	}
 }

/*枠飾*/
.waku-b{
	overflow: auto;
	margin: 0 0 1.2em;
	padding: 1em;
	background-color: #fffff0;
	border: 3px solid #ace2e2;
	color: #444;
}
.waku-bw{
	overflow: auto;
	margin: 0 0 1.2em;
	padding: 1em;
	background-color: #fff;
	border: 3px solid #ace2e2;
	color: #444;
}
.waku-g{
	overflow: auto;
	margin: 0 0 1.2em;
	padding: 1em;
	background-color: #fffff0;
	border: 3px solid #998c66;
	color: #444;
}
.waku-d{
	overflow: auto;
	margin: 0 0 1.2em;
	padding: 1em;
	background-color: #fff;
	border: 5px dashed #ace2e2;
	color: #444;
	overflow-x: hidden;
}

/*角丸*/
.round{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

/*吹き出し1*/
/*吹き出し本体*/
.balloon1{
	position: relative;
	padding: 8px 10px;
	background-color: #ffd6d1;
	color: #000;
	border-radius: 10px;
	margin-bottom: 8px;
}
/*色付き半円*/
.balloon1::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 20px;
	top: -15px;
	border-left: 20px solid #ffd6d1;
	border-top: 20px solid #ffd6d1;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/* 白い半円 */
.balloon1::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 35px;
	top: -20px;
	border-left: 20px solid #ffffff;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*吹き出し11*/
/*吹き出し本体*/
.balloon11{
	position: relative;
	padding: 8px 10px;
	background-color: #ffd6d1;
	color: #000;
	border-radius: 10px;
	margin-bottom: 8px;
}
/* 色付き半円 */
.balloon11::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 20px;
	top: -15px;
	border-left: 20px solid #ffd6d1;
	border-top: 20px solid #ffd6d1;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/* 白い半円 */
.balloon11::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 35px;
	top: -20px;
	border-left: 20px solid #fffff0;
	border-top: 20px solid #fffff0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*吹き出し2*/
/*吹き出し本体*/
.balloon2{
	position: relative;
	padding: 8px 10px;
	background-color: #b8f1f1;
	color: #000;
	border-radius: 10px;
	margin-bottom: 8px;
}
/*色付き半円*/
.balloon2::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 20px;
	top: -15px;
	border-left: 20px solid #b8f1f1;
	border-top: 20px solid #b8f1f1;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*白い半円*/
.balloon2::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 35px;
	top: -20px;
	border-left: 20px solid #ffffff;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*吹き出し2g*/
/*吹き出し本体*/
.balloon2g{
	position: relative;
	padding: 8px 10px;
	background-color: #b8f1f1;
	color: #000;
	border-radius: 10px;
	margin-bottom: 8px;
}
/*色付きの半円*/
.balloon2g::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 20px;
	top: -15px;
	border-left: 20px solid #b8f1f1;
	border-top: 20px solid #b8f1f1;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*白い半円*/
.balloon2g::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 35px;
	top: -20px;
	border-left: 20px solid #fffff0;
	border-top: 20px solid #fffff0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*吹き出し3*/
/*吹き出し本体*/
.balloon3{
	position: relative;
	padding: 8px 10px;
	background-color: #aaffaa;
	color: #000;
	border-radius: 10px;
	margin-bottom: 8px;
}
/*色付き半円*/
.balloon3::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 20px;
	top: -15px;
	border-left: 20px solid #aaffaa;
	border-top: 20px solid #aaffaa;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*白い半円*/
.balloon3::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 35px;
	top: -20px;
	border-left: 20px solid #ffffff;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*吹き出し3g*/
/*吹き出し本体*/
.balloon3g{
	position: relative;
	padding: 8px 10px;
	background-color: #c1fec1;
	color: #000;
	border-radius: 10px;
	margin-bottom: 8px;
}
/*色付きの半円*/
.balloon3g::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 20px;
	top: -15px;
	border-left: 20px solid #c1fec1;
	border-top: 20px solid #c1fec1;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*白い半円*/
.balloon3g::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(45deg);
	left: 35px;
	top: -20px;
	border-left: 20px solid #fffff0;
	border-top: 20px solid #fffff0;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
/*吹き出し4*/
/*吹き出し本体*/
.balloon4{
	position: relative;
	padding: 8px 10px;
	background-color: #eeebbb;
	border-radius: 20px;
	width: 75%;
	margin-bottom: 8px;
}
/*大きい丸*/
.balloon4::before{
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #eeebbb;
	right: -35px;
	bottom: 15px;
	width: 30px;
	height: 30px;
}
/*小さい丸*/
.balloon4::after{
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #eeebbb;
	right: -55px;
	bottom: 10px;
	width: 15px;
	height: 15px;
}
/*吹き出し41*/
/*吹き出し本体*/
.balloon41{
	position: relative;
	padding: 8px 10px;
	background-color: #ffe4e1;
	border-radius: 20px;
	width: 75%;
	margin-bottom: 8px;
}
/*大きい丸*/
.balloon41::before{
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #ffe4e1;
	right: -35px;
	bottom: 15px;
	width: 30px;
	height: 30px;
}
/*小さい丸*/
.balloon41::after{
	content: '';
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: #ffe4e1;
	right: -55px;
	bottom: 10px;
	width: 15px;
	height: 15px;
}
/*吹き出し5*/
/*吹き出し本体*/
.balloon5{
	position: relative;
	padding: 10px 8px;
	background-color: #bdffad;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px #318c30;				 /* 吹き出し本体の影 */
	margin-bottom: 30px;
}
/*三角アイコン*/
.balloon5::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 27px;
	bottom: -18px;
	border-top: 15px solid #318c30;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
/*三角アイコンの影*/
.balloon5::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 20px;
	bottom: -15px;
	border-top: 15px solid #bdffad;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
/*吹き出し6*/
/*吹き出し本体*/
.balloon6{
	position: relative;
	padding: 10px 8px;
	background-color: #fffb99;
	border-radius: 10px;
	box-shadow: 4px 4px 0px 0px #aaaa00;				 /* 吹き出し本体の影 */
	margin-bottom: 30px;
}
/*三角アイコン*/
.balloon6::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 46%;
	bottom: -18px;
	border-top: 15px solid #808000;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}
/*三角アイコンの影*/
.balloon6::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 45%;
	bottom: -15px;
	border-top: 15px solid #fffb99;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
}

/*上側のマージン*/
.mt00{
	margin-top: 0px !important;
}
.mt05{
	margin-top: 5px; !important;
}
.mt10{
	margin-top: 10px; !important;
}
.mt20{
	margin-top: 20px; !important;
}
.mt30{
	margin-top: 30px; !important;
}
.mt40{
	margin-top: 40px; !important;
}
.mt50{
	margin-top: 50px; !important;
}
.mt60{
	margin-top: 60px; !important;
}
.mt70{
	margin-top: 70px; !important;
}
.mt80{
	margin-top: 80px; !important;
}
.mt-05{
	margin-top: -5px !important;
}
.mt-10{
	margin-top: -10px !important;
}
.mt-15{
	margin-top: -15px !important;
}
.mt-20{
	margin-top: -20px !important;
}
.mt-30{
	margin-top: -30px !important;
}
.mt-40{
	margin-top: -40px !important;
}
.mt-50{
	margin-top: -50px !important;
}
.mt-60{
	margin-top: -60px !important;
}
.mt-70{
	margin-top: -70px !important;
}
.mt-80{
	margin-top: -80px !important;
}
.mt-90{
	margin-top: -90px !important;
}
.mt-100{
	margin-top: -100px !important;
}
.mt-150{
	margin-top: -150px !important;
}

/*下側のマージン*/
.mb00{
	margin-bottom: 0 !important;
}
.mb02{
	margin-bottom: 2px !important;
}
.mb05{
	margin-bottom: 5px !important;
}
.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb70{
	margin-bottom: 70px !important;
}
.mb80{
	margin-bottom: 80px !important;
}
.mb90{
	margin-bottom: 90px !important;
}
.mb100{
	margin-bottom: 100px !important;
}
.mb150{
	margin-bottom: 150px !important;
}
.mb-05{
	margin-bottom: -5px !important;
}
.mb-10{
	margin-bottom: -10px !important;
}
.mb-20{
	margin-bottom: -20px !important;
}
.mb-30{
	margin-bottom: -30px !important;
}
.mb-40{
	margin-bottom: -40px !important;
}
.mb-50{
	margin-bottom: -50px !important;
}
.mb-60{
	margin-bottom: -60px !important;
}
.mb-70{
	margin-bottom: -70px !important;
}
.mb-80{
	margin-bottom: -80px !important;
}
.mb-90{
	margin-bottom: -90px !important;
}
.mb-100{
	margin-bottom: -100px !important;
}
.mb-150{
	margin-bottom: -150px !important;
}

/*Google Map*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 30px;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*下層ページ*/
.kasou h2 {
	background-color: #e1ddd1;
	padding: 5px 10px !important;
	margin-bottom: 20px !important;
}
.kasou p {
	margin-bottom: 20px !important;
	line-height: 180% !important;
}
a.anchor {
	display: block;
	padding-top: 170px;
	margin-top: -170px;
}

@media only screen and (max-width: 750px) {
	a.anchor {
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
}

/*SS提供サービス*/

.sssp td {
	width: 50% !important;
	padding: 8px 10px 8px !important;
	background-color: #e0ffff !important;
}

/*テーブル2-1*/
.ta21 table {
	width: 100% !important;
}
.ta21 table td {
	vertical-align: top !important;
	text-align: left;
	border: none !important;
}
@media all and (max-width: 767px) {
	.ta21 table td {
		display: block;
		width: 100%;
		border-bottom: none !important;
	}
	.ta21 table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}
}

.ta22 table {
	width: 100% !important;
}
.ta22 table td {
	vertical-align: top !important;
	text-align: left;
	border: 1px solid #ccc !important;
}
@media all and (max-width: 767px) {
	.ta22 table td {
		display: block;
		width: 100%;
		border-bottom: 1px solid #ccc !important;
	}
	.ta22 table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}
}

.ta23 table {
	width: 100% !important;
}
.ta23 table td {
	vertical-align: top !important;
	text-align: left;
	border: 1px solid #ccc !important;
}
@media all and (max-width: 767px) {
	.ta23 table td {
		display: block;
		width: 100% !important;
		border-bottom: none !important;
	}
	.ta23 table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}
}

.tata2121 table {
	width: 100% !important;
}
.tata2121 table td {
	vertical-align: middle !important;
	text-align: left;
}
@media all and (max-width: 767px) {
	.tata2121 table td {
		display: block;
		width: 100%;
	}
	.tata2121 table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}
}

.ta21mail table {
	width: 80% !important;
}
.ta21mail table td {
	vertical-align: middle !important;
	text-align: left;
}
@media all and (max-width: 767px) {
	.ta21mail table td {
		display: block;
		width: 100%;
		border-bottom: none !important;
	}
	.ta21mail table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc !important;
	}
}

.td_bumon {
	border: none !important;
	padding: 0 !important;
}


.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
