@charset "utf-8";

body{font-family: 'Noto Sans JP', sans-serif !important;font-weight: 500;}
h1,h2,h3,h4{font-weight:700;}
p{font-weight: 400;}

/** common
/**************************************/
@media screen and (max-width:768px) {
	.logo img{max-width:100% !important;}
}
.wrap1072 {
	width:           1072px;
	margin-right:    auto;
	margin-left:     auto;
}
.wrap1056 {
	width: 1056px;
	margin-right:    auto;
	margin-left:     auto;
}
.wrap100 {
	width:           1000px;
	margin-right:    auto;
	margin-left:     auto;
}
.wrap90 {
	width:           1000px;
	margin-right:    auto;
	margin-left:     auto;
}

.flexbox{
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}

.noticeBigFont{
	font-size: 5em;
	color:#e94709;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	margin-bottom:40px;
}
	.noticeBigFont.top {
		font-size: 4em;
    	letter-spacing: -.1em;
	}
.footer_logo{max-width:480px;}
@media screen and (max-width:768px) {
	.noticeBigFont{
		font-size: 4em;
	}
	.noticeBigFont.top {
		font-size: 2.4em;
    	letter-spacing: -.1em;
	}
	.wrap1072,.wrap100,.wrap1056 {
		width:           100%;
	}
	.wrap1056 {
		padding: 0 10px;
	}
	.wrap90 {
		width:           90.63%;
		margin-right:    auto;
		margin-left:     auto;
	}
	.footer_logo{max-width:80%;display:block;margin: auto;}
}

header .navi {
	/* background: rgb(243,151,0);
	background: linear-gradient(180deg, rgba(243,151,0,1) 0%, rgba(238,114,0,1) 100%);	
	 */
	background: #e7242e;
}
header .navi ul {
	display: flex;
    justify-content: center;
    padding:10px 0;
    margin-bottom:20px;
}
header .navi li {
	display: block;
	width:20%;
	text-align: center;
}
.header .navi li .ls {
	letter-spacing: -.3em;
}
header .navi li a {
	color: #fff;
	font-size: 15.5px;
	padding: 10px 4px;
}
#gnavTrigger {
	display: none;
}
@media screen and (max-width:768px) {
	header .navi {
		display: none;
	}
	.header .navi li .ls {
		letter-spacing: 0;
	}
	#gnavTrigger {
		display: block;
		padding:10px;
		color:#fff;
		font-size:20px;
		text-decoration:none;
		background: rgb(243,151,0);
		background: linear-gradient(180deg, rgba(243,151,0,1) 0%, rgba(238,114,0,1) 100%);				
	}
	header .navi ul {
		display: block;
	}
	header .navi li {
		width: 100%;
		padding:6px 0;
		border-bottom: 1px dotted #fff;
	}
	header .navi li:last-child{
		border-bottom: none;
	}
}

h2 {
	font-size: 1.2em;
}

.point {
	position: relative;
	width: 80px;
	height: 80px;
	color:#fff;
	text-align: center;
	font-size:16px;
	line-height: 100px;
	border-radius: 40px;
	background:#f39700;
}
.point:before{
	position: absolute;
	top: -32%;
	left:0;
	right:0;
	margin-right:auto;
	margin-left:auto;
	content:"POINT";
}
.point .num {
	font-size: 32px;
}

.headingNum {
	position: relative;
    width: 180px;
    height: 180px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    border-radius: 90px;
    background: #f39700;
    padding: 8px 12px;
}

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:768px) {

	h2.tx24 {
		font-size: 1.2em !important;
	}
}

/* aside */
aside h2 {
	color:#fff;
	padding:20px 10px;
	text-align: center;
	font-size: 20px;
    background: rgb(243,151,0);
	background: linear-gradient(180deg, rgba(243,151,0,1) 0%, rgba(238,114,0,1) 100%);
}
aside ul li a {
	color:#222;
}
aside ul li a i {
	color: rgb(243,151,0);
}
/* form */
#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	vertical-align: top;
	font-size: 14px;
}
table.formTable th{
	width:40%;
	font-weight:normal;
	background:#f39700;
	text-align:left;
	color: #fff;
}
table.formTable td {
	text-align: left;
}
table.formTable td input,
table.formTable td textarea {
	width: 100%;
}
table.formTable td textarea {
	border-color: #ccc;
	border-collapse:collapse;
}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:50%;
		height:40px;
		margin-top: 20px;
		background: #61c1bd;
		color: #fff;
		border: none;
		border-radius: 8px;
		font-weight:bold;
	}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:768px) {
	#formWrap {
		width:95%;
		margin:0 auto;
	}
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
}

footer {
	width: 100%;
	padding: 40px 0;
	 /* background: #f39700 !important; */ 
	background: #e7242e !important;
	color: #fff;
}
.sp_footer_fix_cta {
	display: none;
}

.ffhead {text-align:right;}
.ffhead img{display:inline;}

.sh1{color:#fff; background:#009284; width:50%; padding: 1em;}

.mestb {width:65%; margin:0 1% 0 0;display:inline-block;border:1px solid #ccc;  font-size: 1.4em; }

.mestb th{width:22%;border:1px solid #ccc; color:#fff; background:#e7242e;padding:10px;}

.mestb td{width:78%;border:1px solid #ccc;padding:10px;}

.s-message  {width:100%; margin:0 auto; }

.s-message h3{text-align:center;color:#f39700;margin:20px;}

.s-message img{}

.simg{width:33%;text-align:right;display: inline-block;margin-right:1%;}

.messb{border:1px solid #999; padding: 2%;margin:20px 0;}

.messp{width:65%;display: inline-block;vertical-align: top;padding:0 1em;}
@media screen and (max-width:768px) {
	footer {
		padding: 40px 0 80px 0;
	}
	.sp_footer_fix_cta {
		display: block;
		width: 100%;
		position: fixed;
		bottom:0;
		background: #f39700 !important;
		color: #fff;
		border-top: 2px solid #fff;	
	}
	
.mestb {width:100%;}

.mestb th{width:100%;display: block;}

.mestb td{width:100%;display: block;}

.simg{width:100%;margin-right:0;}

.messp{width:100%;}
	
}

