@charset "UTF-8";

html {
	font-size: 62.5%;
	font-family: YakuHanJP, 'Noto Sans JP',"Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
	background: #fff;
	margin: auto;
	font-size: 1.6rem;
	line-height: 1.6;
}

.touch-hover {
	transition: 0.3s;
}

.sp {
	display: none;
}

#spFtNav {
	display: none;
}




/* FONT SIZE */

.px10 {
	font-size: 1.0rem;
}

.px12 {
	font-size: 1.2rem;
}

.px14 {
	font-size: 1.4rem;
}

.px15 {
	font-size: 1.5rem;
}

.px18 {
	font-size: 1.8rem;
}

.px28 {
	font-size: 2.8rem;
}

.px32 {
	font-size: 3.2rem;
}

.px34 {
	font-size: 3.4rem;
}

#wrapper {
	position: relative;
}







/* header */

header h1 {
	margin: 0;
	line-height: 0;
}

header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
}

header #hdRight {
	flex-basis: 410px;
}

header #hdRight ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

header #hdRight .hdRightTell {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 1.2;
}

header #hdRight .hdRightTell span {
	font-weight: bold;
}

header #hdRight .hdRightTell strong {
	margin-left: 15px;
	color: #C21D4B;
	font-weight: 900;
	letter-spacing: 2px;
}

header #hdRight .hdRightBtn {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-top: 10px;
}

header #hdRight .hdRightBtn li {
	width: 31%;
}

header #hdRight .hdRightBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	padding: 10px;
	border: solid 1px #1D2088;
	border-radius: 3px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #1D2088;
}

header #hdRight .hdRightBtn a:link,
header #hdRight .hdRightBtn a:visited,
header #hdRight .hdRightBtn a:hover,
header #hdRight .hdRightBtn a:active {
	text-decoration: none;
	color: #1D2088;
}

#mainNav {
	background: rgb(29, 41, 117);
	background: linear-gradient(to bottom, rgb(29, 41, 117) 0%, rgb(22, 31, 88) 100%);
	padding: 10px 0;
}

#mainNav ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	height: 40px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
}

#mainNav ul li {
	flex: 1;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#mainNav ul li:first-of-type,
#mainNav ul li:last-of-type {
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

#mainNav ul li a {
	position: relative;
}

#mainNav ul li a:link,
#mainNav ul li a:visited,
#mainNav ul li a:hover,
#mainNav ul li a:active {
	padding: 5px;
	color: #fff;
	text-decoration: none;
}

/* main */

#conts {
	background: url('../img/bg-pattern.gif');
	padding-bottom: 55px;
}

main .cnt1000 {
	background: #fff;
	width: 1000px;
	margin: auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}




/* intro */

#intro img {
	display: block;
	margin: auto;
}

#intro {
	background: url('../img/intro_bg.gif');
	padding-bottom: 90px;
}

#intro .inner {
	display: flex;
	width: 100%;
}

#intro h2 {
	margin: 40px auto 10px;
}

#intro .btn_raiten {
	text-align: center;
}

#intro .btn_raiten a {
	display: inline-block;
}



/* cost */

#cost h2 {
	margin: 0;
}

#cost img {
	display: block;
}

.costList {
	position: relative;
	margin-top: -290px;
	padding: 35px;
	background: rgba(3, 150, 229, 0.9);
}

.costList ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
}

.costList ul li {
	list-style: none;
	display: flex;
	width: 50%;
	align-items: center;
	padding: 10px 10px;
	font-size: 2.3rem;
	color: #fff;
	box-sizing: border-box;
}


.costList ul li:nth-child(even) {
	width: 44%;
}


.costList ul li::before {
	content: url('../img/cost-ck.svg');
	margin-right: 5px;
}







/* plan */

#plan {
	background: #fff;
	padding: 80px 0 50px;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
}

#plan .inner {
	width: 1000px;
	margin: auto;
}

#plan .inner h2 {
	margin: 0 0;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: dotted 4px #1D2D94;
}

.planList {
	width: 960px;
	margin: auto;
	padding: 50px 0 0;
}

.planList li {
	list-style: none;
	margin-bottom: 80px
}

.planList li:last-of-type {
	margin-bottom: 0;
}

.planList li img {
	max-width: 100%;
	line-height: 0;
}

.planCap {
	width: 960px;
	margin: auto;
}

.planCap ul {
	float: right;
	margin: 0 0 50px;
	padding: 0;
	text-align: left;
}

.planCap ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.2rem;
	font-weight: bold;
}

.planCap ul li::before {
	content: '\203B';
}

.planText {
	clear: both;
	background: url('../img/plan_text-bg.gif');
	padding: 50px 20px;
}

.planText h3 {
	margin: 0;
	color: #FFF105;
	line-height: 1.3;
	text-align: center;
	font-size: 5.7rem;
	font-weight: 900;
}

#plan .inner.sec {
	padding: 50px 0;
}

.planArrow,
.planBtn {
	text-align: center;
}

.planArrow {
	margin-bottom: 5px;
}








/* merit */

#merit {
	background: url('../img/merit_bg.jpg') left bottom no-repeat;
	padding: 50px 0 0;
	overflow: hidden;
}

#merit .inner {
	margin: 0 20px;
}

#merit h2 {
	margin: 0;
}

#merit ul {
	float: right;
	background: #1D2D94;
	width: 60%;
	margin: 0;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 10px;
}

#merit ul li {
	display: flex;
	align-items: center;
	list-style: none;
	margin-bottom: 25px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
}

#merit ul li:last-of-type {
	margin-bottom: 0;
}

#merit ul li span {
	margin-left: 15px;
}







/* fuan */

#fuan {
	clear: both;
	padding: 75px 0;
}

#fuan h2 {
	margin: 0;
	padding: 0;
	text-align: center;
}

#fuan .inner {
	background: url('../img/fuan_bg.jpg') no-repeat;
	margin-top: 15px;
}

#fuan .inner ul {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 20px;
}

#fuan .inner ul li {
	list-style: none;
}







/* cospa */

#cospa {
	padding: 50px 0;
}

#cospa h2 {
	margin: 0 0 15px;
	text-align: center;
}

#cospa ul {
	display: flex;
	justify-content: space-around;
	margin: 0;
	padding: 0 20px;
}

#cospa ul li {
	list-style: none;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 300px;
}

#cospa ul li img {
	display: block;
	margin: auto;
}

#cospa ul li h3 {
	position: relative;
	margin: 0 0 -20px;
	text-align: center;
}

#cospa ul li p {
	display: flex;
	align-items: center;
	background: #0396E5;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 40px 20px;
	color: #fff;
	line-height: 1.8;
	border-radius: 10px;
	box-sizing: border-box;
}







/* maker */

#maker .makerInner::before {
	content: '';
	display: block;
	background: url('../img/maker_bg01.gif') no-repeat;
	background-size: 100%;
	width: 100%;
	height: 34px;
}

#maker .makerInner::after {
	content: '';
	display: block;
	background: url('../img/maker_bg02.gif') no-repeat;
	background-size: 100%;
	width: 100%;
	height: 34px;
}

#maker h2 {
	background: #F2F2F2;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#maker h2 img {
	display: block;
	margin: auto;
}

.ststubi {
	position: relative;
	background: #001F34;
	margin-top: -1px;
	padding: 40px 20px 80px;
}

.ststubi h3 {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
	font-size: 3.6rem;
	color: #AF9A73;
}

.ststubi h3 img {
	display: block;
	margin-left: 30px;
}

.ststubi ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 45px;
	padding: 0;
}

.ststubi ul li {
	position: relative;
	list-style: none;
	width: 300px;
}
.ststubi ul li a:link,
.ststubi ul li a:visited,
.ststubi ul li a:hover,
.ststubi ul li a:active {
	color: #666;
	text-decoration: none;
}
.ststubi ul li a.hover::before {
	position: absolute;
	bottom: 6px;
	right: 6px;
	content: '\77';
	display: flex;
	align-items: clear;
	background: #fff;
	padding: 5px 8px;
	font-family: "fontello";
	font-size: 1.4rem;
	line-height: 1.2;
}

.ststubi ul li img {
	display: block;
	max-width: 100%;
	height: auto;
	border: solid 6px #AF9A73;
	box-sizing: border-box;
}

.naisou ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.naisou ul li {
	list-style: none;
	width: 33.333%;
}

.naisou li a {
	position: relative;
	display: block;

}

.naisou ul li a:link,
.naisou ul li a:visited,
.naisou ul li a:hover,
.naisou ul li a:active {
	color: #666;
	text-decoration: none;
}

.naisou li a.hover::before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '\77';
	display: flex;
	align-items: clear;
	background: #fff;
	padding: 5px 8px;
	font-family: "fontello";
	font-size: 1.4rem;
	line-height: 1.2;
}

.naisou ul li img {
	display: block;
	max-width: 100%;
	height: auto;
}







/* company */

#company {
	padding: 100px 0 0;
}

#company h2 {
	text-align: center;
	font-size: 3.6rem;
	color: #0396E5;
	font-weight: 900;
}

.comWrap {
	background: url('../img/company_bg.jpg') bottom left no-repeat;
	background-size: 100%;
}

.comWrap .inner {
	display: flex;
	justify-content: flex-end;
	width: 1000px;
	margin: auto;
	padding: 80px 20px 50px;
	box-sizing: border-box;
}

.comWrap .inner .tableWrap {
	position: relative;
	background: #fff;
	width: 55%;
	padding: 20px 40px;
	border-radius: 10px;
	box-sizing: border-box;
}

.comWrap .inner table {
	width: 100%;
}

.comWrap .inner table tr {
	border-bottom: solid 1px #999;
}

.comWrap .inner table tr.nb {
	border-bottom: none;
}

.comWrap .inner table th {
	width: 6em;
	text-align: left;
	vertical-align: top;
}

.comWrap .inner table th,
.comWrap .inner table td {
	padding: 5px;
}

.comWrap .inner table td span {
	display: block;
	background: #fff;
	height: 10px;
}

.comChara {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0, -137px);
	clear: both;
}

#shop {
	width: 960px;
	margin: auto;
	padding: 50px 0 0;
	overflow: hidden;
}

#spTokushima {
	float: left;
	width: 450px;
}

#spTakamatsu {
	float: right;
	width: 450px;
}

#shop h3 {
	margin: 0 0 10px;
	font-size: 2.4rem;
	font-weight: 900;
	color: #1D2D94;
}

#shop .shopInfo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#shop .otherInfo {
	font-size: 1.1rem;
}







/* contact */

#contact {
	padding-top: 100px;
}

#contact .inner {
	width: 1000px;
	margin: auto;
}

#contact .inner h2 {
	margin: 0 0;
	padding-bottom: 10px;
	font-size: 3.6rem;
	color: #0396E5;
	font-weight: 900;
	text-align: center;
	border-bottom: dotted 4px #1D2D94;
}

#contactForm {
	background: #fff;
	width: 840px;
	margin: 50px auto;
	border: solid 1px #F2F2F2;
}

#contactForm .inner {
	width: 640px;
	margin: 50px auto 20px;
}







/* form */

#contactForm .mfp_element_all {
	max-width: initial;
}

#contact form#mailformpro label {
	margin: 0;
}

#contactForm input,
#contactForm textarea,
#contactForm select {
	font-size: 1.6rem;
	margin: 0;
}

.mfp {
	width: 100%;
	padding: 15px 0;
	border-bottom: dotted 1px #E5E5E5;
}

.mfp:last-of-type {
	border: none;
	padding-bottom: 0;
}

.mfp label {
	display: block;
	width: 100%;
}

.mfp .formLine {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.mfp .formLeft {
	width: 40%;
	font-size: 1.5rem;
	font-weight: bold;
	box-sizing: border-box;
}

.mfp .formLeft .nini {
	font-weight: normal;
	color: #808080;
}

.mfp .formLeft span.required {
	font-size: 1.2rem;
	color: #D8000F;
	margin-left: 10px;
}

.mfp .formRight {
	flex: 1;
}

.mfp .formRight input,
.mfp .formRight textarea {
	width: 100% !important;
	box-sizing: border-box;
}

.mfp .formRight ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mfp .formRight ul li {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}


.mfp .formRight ul li:last-of-type {
	padding-bottom: 0;
	border: none;
}

.mfp .formRight ul li span {
	width: 25%;
}

.mfp .formRight ul li input {
	flex: 1;
}

.mfp .formRight.multi {
	display: flex;
	justify-content: space-between;
}

.formBtn {
	width: 640px;
	margin: auto;
}

.formBtn .btnArea {
	width: 60%;
	margin: auto;
}

.btnArea button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

.btnArea button:hover {
	background: none;
	box-shadow: none;
}

.formBtn img {
	max-width: 100%;
}

footer {
	margin-top: 30px;
	padding: 30px 0;
	font-size: 1.2rem;
	text-align: center;
}







/* fixNav */

#fixNav {
	position: fixed;
	top: auto;
	bottom: -200px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 9px 3px -3px rgba(0, 0, 0, 0.3);
}

#fixNav .inner {
	position: relative;
	background: #0396E5;
}

#fixNav img {
	display: block;
}

#fixNavBG {
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: auto;
}

.navLeft,
.navRight {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#fixNavBG ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
}

#fixNavBG ul li {
	list-style: none;
}

.navLeft h2 {
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}

.navLeft li:first-of-type {
	margin-right: 20px;
}

.navRight li:first-of-type {
	margin-right: 20px;
}

.navChara {
	position: absolute;
	top: -45px;
	margin: auto;
}








/* メールフォームサンクス画面 */

#thanks header {
	border-bottom: solid 1px #999;
}

#thanks #thanksBg {
	background: #fafafa;
	padding: 20px 0;
}

#thanksBg h2 {
	font-size: 3.6rem;
	color: #0396e5;
	text-align: center;
}


#thanks #thanksBg .cnt1000 {
	width: 840px;
}

#thanksBg .inner {
	padding: 55px;
	box-sizing: border-box;
}

.thanksBtm {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 840px;
	margin: auto;
	padding: 50px 0 0;
}

.thanksBtm li {
	list-style: none;
}

.thanksBtm li img {
	display: block;
	margin: 5px 0;
}

#thanks footer {
	background: #fafafa;
	margin: 0;
}





/* hover */

header #hdRight .hdRightBtn a.hover {
	background: #0396E5;
	color: #fff;
}

#mainNav ul li a.hover {
	background: #fff;
    border-radius: 1em;
    padding: 0 25px;
    color: #123192;

}

.btn_raiten a.hover {
	animation: pulse .5s;
}

.planBtn a.hover {
	display: block;
	animation: pulse .5s;
}

.btnArea button.hover {
	display: block;
	animation: pulse .5s;
}

#fixNavBG a.hdCon.hover{
	display: block;
	animation: rubberBand .5s;
}

#fixNavBG a.hdtop.hover{
	display: block;
	animation: pulse .5s;
}