@charset "UTF-8";
/*
Theme Name: マイタウン岐阜
Theme URI: https://mytown-gifu.com/
Description: This is our original theme.
Author: Ku-nel Co.,Ltd.
Author URI:　https://ku-nel.com/
Version:1.0
*/
@import url(css/html5reset-1.6.1.css);

/* common */
/* --------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	background-color: #fff;
}
* {box-sizing: border-box;}
/* --------------------------------------------------- */


/* header */
/* --------------------------------------------------- */
header {
	text-align: center;
}
header a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
header div {
	width: 840px;
	padding: 20px;
	margin: 10px auto;
}
header div#intro p {
	width: 616px;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	margin: 0 auto;
}
header div#intro img {
	width: 100%;
}
header div#approach {
	width: 800px;
	height: 210px;
	text-align: center;
	margin: 0 auto;
	background: #ffffff;
	background: -moz-linear-gradient(#ffffff 0%, #7ecef4 100%);
	background: -webkit-linear-gradient(#ffffff 0%, #7ecef4 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#7ecef4));
	background: -o-linear-gradient(#ffffff 0%, #7ecef4 100%);
	background: linear-gradient(#ffffff 0%, #7ecef4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7ecef4',GradientType=0 );
}
header div#approach p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
header div#approach p strong {
	font-size: 36px;
}
header div#approach ul {
	list-style: none;
	display: flex; /*横並びにする*/
	width: 630px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
}
header div#approach ul li {
    transform: skewX(-15deg);
	position: relative;
	width: 200px;
	height: 42px;
	text-align: center;
	padding-top: 14px;
	margin: 16px auto 0;
    background-color:#0081cc;
}
header div#approach ul li:nth-child(2),
header div#approach ul li:nth-child(4) {
    transform: skewX(0deg);
	position: relative;
	width: 40px;
	padding-top: 10px;
    background-color: inherit;
}
header div#feature ul {
	list-style: none;
	display: flex; /*横並びにする*/
	width: 650px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
	margin: 0 auto;
}
header div#feature ul li {
	position: relative;
	width: 190px;
	height: 190px;
	text-align: center;
	padding-top: 48px;
	margin-right: 40px;
    background:radial-gradient(white, #7ecef4);
	border-radius: 95px; 
	-webkit-border-radius: 95px;
	-moz-border-radius: 95px; 
}
header div#feature ul li:nth-child(2) {
	padding-top: 26px;
}
header div#feature ul li:last-child {
	margin-right: 0;
}
header div#feature ul li strong {
	display: block;
	font-size: 40px;
	margin: 6px 0 -20px;
}

@media (max-width: 840px) {
header a img {
	width: 100%;
}
header div > img {
	width: 100%;
}
header div#intro {
	width: 100%;
}
header div#approach {
	width: 100%;
	height: auto;
}
header div#approach ul {
	display: inherit;
	width: 100%;
	margin: 0;
}
header div#approach ul li:nth-child(2),
header div#approach ul li:nth-child(4) {
	margin: -8px auto -26px;
}
header div#feature {
	width: 100%;
}
}
@media (max-width: 580px) {
header div#intro p {
	width: 100%;
	margin: 0;
}
header div {
	padding: 10px;
	margin: 0;
}
header div#approach ul {
	display: inherit;
	width: 100%;
	margin: 0;
}
header div#feature ul {
	display: inherit;
	width: 100%;
}
header div#feature ul li {
	margin: 10px auto;
}
header div#feature ul li:last-child {
	margin: 10px auto;
}
}
/* --------------------------------------------------- */


/* navi */
/* --------------------------------------------------- */
article nav {
	float: left;
	width: 180px;
}
article nav ul li {
	width: 180px;
	height: 40px;
	font-size: 14px;
	color: #ddd;
	text-align: center;
	margin-bottom: -1px;
	border: 1px solid #7ecef4;
	background-color: #fff;
}
article nav ul li:first-child {
	height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 7px 0 0;
	border: none;
	background-color: #0081cc;
}
article nav ul li a {
	display: table-cell;
	width: 178px;
	height: 38px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	background-color: #fff;
}
article nav ul li a:hover {
	color: #fff;
	background-color: #7ecef4;
}

@media (max-width: 840px) {

}
/* --------------------------------------------------- */


/* article #side navi */
/* --------------------------------------------------- */
nav#sidenav {
	float: left;
	width: 180px;
}
nav#sidenav ul li {
	width: 180px;
	height: 40px;
	font-size: 14px;
	color: #ddd;
	text-align: center;
	margin-bottom: -1px;
	border: 1px solid #7ecef4;
	background-color: #fff;
}
nav#sidenav ul li:first-child {
	height: 30px;
	font-size: 16px;
	color: #fff;
	padding: 7px 0 0;
	border: none;
	background-color: #0081cc;
}
nav#sidenav ul li a {
	display: table-cell;
	width: 178px;
	height: 38px;
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	background-color: #fff;
}
nav#sidenav ul li a:hover {
	color: #fff;
	background-color: #7ecef4;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

@media (max-width: 840px) {

nav#sidenav h1 {
	display: none;
}
/*ヘッダーまわりはサイトに合わせて調整してください*/
nav#sidenav {
	float: right;
	position: absolute;
	top: 6px;
	left: 6px;
}
/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #000;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 210px;/*最大幅（調整してください）*/
	height: 100%;
	padding: 5px;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}
#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

}
/* --------------------------------------------------- */


/* main article */
/* --------------------------------------------------- */
article {
	width: 840px;
	margin: 0 auto 40px;
}
article::after {
	clear: both;
	content: '';
	display: block;
}
article section {
	float: right;
	width: 600px;
	padding: 0;
	margin-bottom: 10px;
}
article section#privacy h2,
article section#banner h2 {
	font-size: 24px;
	color: #0081cc;
	margin: 30px 0;
	border-bottom: 2px solid;
}
article section#privacy h3 {
	font-size: 16px;
	color: #0081cc;
	margin: 10px 0;
}
article section#privacy p {
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 0;
}
article section#banner img {
	float: left;
	margin: 0 20px 20px;
}
article section a img:hover,
article section a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

@media (max-width: 840px) {
article {
	width: 100%;
	margin: 0;
}
article section {
	width: 100%;
	padding: 0 20px;
}
article section img {
	width: 100%;
}
article section#banner img {
	margin: 0 0 20px;
}
}
/* --------------------------------------------------- */


/* contact form */
/* --------------------------------------------------- */
article section#form h2 {
	font-size: 24px;
	color: #0081cc;
	margin: 30px 0;
	border-bottom: 2px solid;
}
article section#form h4 {
	font-size: 18px;
	color: #113577;
	margin: 30px 0 4px;
}
article section#form h4 > span {
	font-size: 15px;
	color: #5c5d5e;
	margin-left: 15px;
}
article section#form h4 > span small {
	font-size: 13px;
	margin-left: 10px;
}
article section#form h5 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 4px 0 1px;
	margin: 0 0 10px;
}
article section#form h5.before {
	background: #4663a6;
	background: -moz-linear-gradient(left,  #4663a6 0%, #5493b7 100%);
	background: -webkit-linear-gradient(left,  #4663a6 0%,#5493b7 100%);
	background: linear-gradient(to right,  #4663a6 0%,#5493b7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4663a6', endColorstr='#5493b7',GradientType=1 );
}
article section#form h5.after {
	background: #c6677a;
	background: -moz-linear-gradient(left,  #c6677a 0%, #d5a37b 100%);
	background: -webkit-linear-gradient(left,  #c6677a 0%,#d5a37b 100%);
	background: linear-gradient(to right,  #c6677a 0%,#d5a37b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6677a', endColorstr='#d5a37b',GradientType=1 );
}
article section#form p {
	font-size: 14px;
	line-height: 1.4;
	color: #5c5d5e;
	margin-bottom: 10px;
}
article section#form p > small {
	font-size: 12px;
	margin-left: 20px;
}
article section#form p.red21 {
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #d03751;
	margin-top: -10px;
}
article section#form table {
	width: 600px;
	color: #898989;
	margin: 0 auto;
	border: none;
}
article section#form table tr th,
article section#form table tr td {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	padding: 10px 0;
	border: none;
	background-color: inherit;
}
article section#form table tr th {
	width: 20%;
}
article section#form table tr td {
	width: 80%;
}
article section#form table tr td select,
article section#form table tr td input {
	width: 100%;
	height: 30px;
}
article section#form table tr td textarea {
	width: 100%;
	height: 80px;
}
article section#form table tr td input[type="submit"] {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
}
@media (max-width: 840px) {
article section#form table {
	width: 100%;
	margin: 0;
}

}
/* --------------------------------------------------- */


/* footer */
/* --------------------------------------------------- */
footer {
	height: 140px;
	text-align: center;
	padding-top: 86px;
	background-image: url(img/footer-img.png);
	background-repeat: no-repeat;
	background-position: top center;
	/*background-color: #f7f7f6;*/
}
footer #footer {
	height: 54px;
	background-color: #666466;
	padding-top: 18px;
}
footer #footer p small {
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
footer #footer p a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.6;
}
footer #footer p a:hover {
	color: #0ff;
	text-decoration: underline;
}
/* --------------------------------------------------- */
