/* 共通 */

body {
	font-size: 18px;
	color: #333;
}

.wrap {
	max-width:1100px;
	width: 100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}


.pc_off {
	display: none;
}

/*ヘッダー*/
header {
	padding:25px 0;
	background-color: #3bb98b;
	color: #FFF;
}
header h1{
	font-size:80%;
	font-weight:normal;
	margin-bottom: 25px;
}
#h_logo {
	width:30%;
	float:left;
}
#h_logo img {
	/* width: 100%; */
	/* filter: drop-shadow(5px 5px 0px rgb(255, 255, 255)); */
}
#h_contact {
	width:30%;
	float:right;
	text-align:left;
	font-size: 125%;
	line-height: 1.5;
}
#h_contact a {
	font-size: 125%;
	font-weight: bold;
}

/*グローバルナビ*/
#g_navi {
	padding:0;
	color:#fff;
	background-color: rgba(62, 80, 98, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#g_navi ul {
	text-align:center;
}
#g_navi a{
	color:#FFF;
	display: inline-block;
}
#g_navi li {
	display:inline-block;
	text-align:center;
	padding:20px 15px;
	background-color: #333;
}
#g_navi li:hover {
	background-color: #ff5b80;
}
#g_navi .gnav_contact {
	background-color: #00bde8;
}


/*フッター*/
#footer {
	padding:50px 0;
	background-color: #3bb98b;
	color: #FFF;
}
#footer .left {
	width:48%;
	float:left;
}
#footer #f_logo img {
	/* filter: drop-shadow(2px 2px 0px rgb(255, 255, 255)); */
}
#footer .right {
	width:30%;
	float:right;
}
#footer .right p {
	line-height: 1.5;
}
#footer #f_info {
	margin-top: 50px;
}

/*フッターナビ*/
#f_navi {
	color:#fff;
}
#f_navi a {
	color:#fff;
	border-bottom: 4px solid #FFF;
}
#f_navi a:hover {
	color:#FF3361;
	border-bottom: 4px solid #FF3361;
}

#f_navi ul {
	text-align:center;
}
#f_navi li {
	display:inline-block;
	text-align:center;
	border-left: 2px solid #FFF;
	padding:0 10px;
}
#f_navi li:last-child {
	border-right: 2px solid #FFF;
}

#copyright {
	text-align:center;
	color: #FFF;
	margin-top: 50px;
}


/*コンテンツ*/
#contents {
}

#c_contact {
	text-align:center;
}



/*共通見出し*/

.h_A {
	font-size:150%;
	padding:10px 0;
	text-align:center;
	background-color: #3bb98b;
	color: #FFF;
	line-height: 1.5;
	font-weight: bold;
}

.h_B {
	color: #3bb98b;
	font-size:150%;
	border-left: 10px solid #3bb98b;
	padding-left: 10px;
	line-height: 1.5;
	font-weight: bold;
}

.h_C {
	color: #3bb98b;
	font-size:125%;
	border-bottom:1px dashed #3bb98b;
	display: inline-block;
	margin-bottom: 25px;
	line-height: 1.5;
	font-weight: bold;
}


/*共通ブロック*/

.box {
	padding:100px 0;
}
.box p {
	line-height: 2;
}
.box .text {
	width:48%;
}
.box .text b {
	font-weight: bold;
	font-size: 125%;
	color: #FF3361;
}
.box .image {
	width:48%;
}
.box .image img {
	width: 100%;
}
.box .left {
	float: left;
}
.box .right {
	float: right;
}

.box_B .left {
	width:48%;
	float:left;
}
.box_B .right {
	width:48%;
	float:right;
}

.box_C {
	padding: 100px 0 0 0;
}
.box_C:last-child {
	padding-bottom: 100px;
}
.box_C .text p {
	line-height: 2;
}
.box_C .image {
	margin-top: 50px;
}
.box_C .tbl_A {
	margin-top: 25px;
}


/*奇数番目の背景色*/
.stripe_A .box:nth-child(odd) {
	background-color: #faf1d8;
}
/*g偶数番目の背景色*/
.stripe_A .box:nth-child(even) {
	background-color: #FFF;
}

/* テーブル */
.tbl_A b {
	font-weight: bold;
}
.tbl_A th {
	background-color: #EDEDED;
	border-right: rgba(0, 0, 0, 0.1) 2px solid;
	border-bottom: rgba(0, 0, 0, 0.1) 2px solid;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	min-width: 20%;
	line-height: 1.5;
}
.tbl_A td {
	background-color: #FFF;
	border-right: rgba(0, 0, 0, 0.1) 2px solid;
	border-bottom: rgba(0, 0, 0, 0.1) 2px solid;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}


/* 箇条書き */

.list_A li {
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.list_A li:last-child {
	margin-bottom: 0;
}

.a_btn {
	padding: 10px;
	background-color: #0095ff;
	color: #FFF;
	font-size: 125%;
	display: block;
	text-align: center;
	width: 100%;
}
.a_btn:hover {
	background-color: #FF3361;
}

img.icon {
	height: 25px;
	width: auto;
	vertical-align: sub;
}

.contact_bn {
	padding: 50px 0;
}
.contact_bn p {
	line-height: 1.5;
}

/* ページメイン */
#mainimage {
	text-align: center;
}
#mainimage img {
	width: 100%;
}
#mainimage h2 {
	text-align: center;
	padding: 25px 0;
	font-size: 200%;
	background-color: #6AC1FF;
	font-weight: bold;
	color: #FFF;
}


#home1 .inbox2 {
	margin-top: 50px;
}
#home1 .inbox2 .ininbox {
	margin-top: 25px;
	background-color: #faf1d8;
	padding: 25px;
}
#home1 .inbox2 h4 {
	font-size: 125%;
	margin-bottom: 25px;
}
#home1 .inbox2 p b {
	font-weight: bold;
}
#home1 .inbox2 .text2 {
	width: 60%;
	float: left;
}
#home1 .inbox2 .image2 {
	width: 38%;
	float: right;
}

#home2 h3 {
	text-align: center;
	border-right: 10px solid #3bb98b;
}
#home2 .info {
	text-align: center;
}
#home2 .info b {
	font-weight: bold;
	font-size: 125%;
	color: #FF3361;
}
#home2 .image1 {
	text-align: center;
	margin-top: 100px;
}
#home2 .image1 img {
	width: 100%;
}

#home2 .inbox2 {
	margin-top: 100px;
}
#home2 .inbox2 .ininbox {
	margin-top: 25px;
	background-color: #faf1d8;
	padding: 25px;
}
#home2 .inbox2 h4 {
	font-size: 125%;
	margin-bottom: 25px;
}
#home2 .inbox2 p b {
	font-weight: bold;
}
#home2 .inbox2 .text2 {
	width: 60%;
	float: left;
}
#home2 .inbox2 .image2 {
	width: 38%;
	float: right;
	text-align: center;
}
#home2 .inbox2 .image2 img {
	width: 100%;
}

#home3 .list {
	margin-top: 25px;
}
#home3 .list li {
	width: 49%;
	float: left;
	margin-bottom: 25px;
	padding: 25px;
	background-color: #faf1d8;
}
#home3 .list li:nth-child(2n) {
	float: right;
}
#home3 .list li:nth-child(2n+1) {
	clear: both;
}
#home3 .list li figure {
	margin-bottom: 25px;
}
#home3 .list li .data {
}
#home3 .list li h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
#home3 .list li table {
	font-size: 90%;
}
#home3 .list li table th {
	display: block;
	padding: 10px;
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
}
#home3 .list li table td {
	display: block;
	padding: 10px;
	background-color: #FFF;
	text-align: left;
	line-height: 1.5;
}

#home4 h3 {
	margin-bottom: 25px;
}
#home4 .img1 {
	margin-bottom: 25px;
}
#home4 table {
	margin-bottom: 25px;
	font-size: 90%;
}
#home4 th {
	font-weight: bold;
}
#home4 tr th:nth-child(1) {
	width: 20%;
}
#home4 .price {
	color: red;
}
#home4 .price b {
	font-size: 150%;
}

#home5 h3 {
	margin-bottom: 25px;
}
#home5 .info {
	margin-bottom: 25px;
}
#home5 .info b {
	font-size: 150%;
	color: #FF3361;
	font-weight: bold;
	display: block;
	line-height: 2;
}
#home5 .flow li {
	margin-bottom: 25px;
	padding: 25px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}
#home5 .flow li:last-child {
	margin-bottom: 0;
}
#home5 .flow li.arrow {
	color: #3bb98b;
	font-size: 200%;
	text-align: center;
	border: 0;
	padding: 0;
}
#home5 .flow li.arrow span {
	transform: scale(15, 2);
}
#home5 .flow li h4 {
	background-color: #3bb98b;
	padding: 10px;
	border-radius: 20px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	margin-bottom: 25px;
}
#home5 .flow li h4 b {
	font-size: 150%;
}
#home5 .flow li p {
	width: 63%;
	float: left;
}
#home5 .flow li figure {
	width: 35%;
	float: right;
}

#contact .wrap {
	background-color: #EFEFEF;
	padding: 50px;
}
#contact h3 {
	font-size: 200%;
	text-align: center;
	padding: 25px;
	background-color: #3bb98b;
	color: #FFF;
	position: sticky;
	margin-top: -75px;
	margin-bottom: 50px;
	font-weight: bold;
}
#contact .info {
	padding: 25px;
	background-color: #FFF;
	margin-bottom: 50px;
}
#contact .info b {
	color: #3bb98b;
	font-size: 300%;
	font-weight: bold;
}
#contact .info b a {
	font-weight: bold;
}
#contact .info .icon {
	width: 60px;
	height: auto;
}
#contact .info small {
	color: #3bb98b;
}
#contact .inq {
	color: red;
}
#contact h4 {
	margin-bottom: 25px;
}
#contact th {
	width: 25%;
	text-align: left;
	padding: 10px;
	font-size: 125%;
	vertical-align: top;
}
#contact table {
	margin-bottom: 50px;
}
#contact td {
	padding: 10px;
	text-align: left;
}
#contact td div {
	margin-bottom: 10px;
}
#contact td div:last-child {
	margin-bottom: 0;
}
#contact td input,
#contact td textarea {
	width: 100%;
	font-size: 125%;
}

#contact input#post5a {
	width: 30%;
}

#contact #mitsumori {
	margin-bottom: 50px;
}
#contact #mitsumori li {
	padding: 25px;
	background-color: #FFF;
	margin-bottom: 50px;
	position: relative;
}
#contact #mitsumori li:last-child {
	margin-bottom: 0;
}

#contact #mitsumori .input_area {
	width: 90%;
	float: left;
}
#contact #mitsumori .del_btn {
	width: 8%;
	float: right;
	display: inline-block;
	background-color: red;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	font-size: 125%;
}
#contact #mitsumori li:first-child .del_btn {
	display: none;
}

#contact #mitsumori .add_btn {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	background-color: #007cc2;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	font-size: 125%;
	display: none;
}
#contact #mitsumori li:last-child .add_btn {
	display: block;
}
#contact .cal {
	margin-bottom: 25px;
}
#contact .cal.half {
	width: 49%;
	display: inline-block;
}
#contact .cal dt {
	font-weight: bold;
	width: 17.5%;
	display: inline-block;
	vertical-align: top;
}
#contact .cal.half dt {
	width: 25%;
}
#contact .cal dd {
	display: inline-block;
	width: 80%;
}
#contact .cal.half dd {
	width: 73%;
}
#contact .cal dd input {
}
#contact .cal dd textarea {
	width: 100%;
}
#contact .cal .m_youto {
	width: 100%;
}

#contact .btn {
	margin-top: 50px;
	text-align: center;
}
#contact .btn button {
	padding: 15px;
	background-color: #444;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
}

#contact .kiyaku {
	height: 20em;
	overflow-y: scroll;
}
