@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #000;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
	line-height:1.5;
}


b, strong, .bold{
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", ... ,sans-serif;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}
.margin_b20 a{
	color: snow;
	font-size: 18px;
}

.margin_b25{
	margin-bottom:25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.in_cont {
	clear: both;
	overflow: hidden;
}

.in_cont5 {
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}

.in_cont10 {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

.in_cont20 {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}

.in_cont30 {
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}

.in_cont40 {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.in_cont50 {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

.img100 img{
	width:100%;
	height:auto;
}


/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display:none;
}

.spHide {
	display:block;
}



/*　ヘッダー　*/


header {
	min-width: 1200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header_cont {
	margin-left: 3%;
	margin-right: 3%;
	display: flex;
	justify-content:space-between;
	align-items:center; 
}

.header_logo {
	width: 200px;
}

.header_logo img{
	width:100%;
	height:auto;
}

.toph1 {
	display: none;
}

nav {
	width: 50%;
}

nav ul{
	display: flex;
	justify-content:space-between;
}

nav li{
	margin-right: 10px;
	margin-left: 10px;
}

nav li a{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #333;
	text-decoration: none;
}

nav li a:hover{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #666;
	text-decoration: none;
}


/*　メインイメージ　*/

.main_image {
	clear: both;
	min-width: 1200px;
	padding-top: 18em;
	padding-bottom: 18em;
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main_image h2 {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 45px;
	color: #FFF;
	text-shadow:0 0 15px #000;
	padding-left: 10%;
}


/*　メイン　*/

.main1 {
	background-image: url(../img/main1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 70px;
	min-width: 1200px;
}

.main1_h2 {
	text-align: center;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	min-width: 1200px;
}


.main1_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,0.8);
}

.main1_cont {
	width: 75%;
	font-size: 19px;
	padding-top: 7%;
	padding-bottom: 7%;
	margin-right: auto;
	margin-left: auto;
}

.main2 {
	min-width: 1200px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.main2 h2 {
	margin-bottom: 50px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
}

.main2_c {
	width: 80%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.main2_p {
	float: left;
	width: 27%;
	text-align: center;
}

.main2_p p{
	font-size:12px;
	margin-bottom:10px;
}

.main2_p img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.main2_t {
	float: right;
	width: 70%;
}

.main2 h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}
.main2 h3:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: black;
}


.main3 {
	padding-top: 80px;
	min-width: 1200px;
	overflow: hidden;
	padding-bottom: 70px;
	background-image: url(../img/main3_back.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 40%;
}

.main3 h2 {
	margin-bottom: 60px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	text-align: center;
}

.main3_c {
	overflow: hidden;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main3_l {
	float: left;
	width: 25%;
	overflow: hidden;
}

.main3_r {
	float: right;
	width: 75%;
}

.main3_l h4 {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
}
.main3_l h4:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 50px;
	height: 4px;
	background-color: black;
}

.main3_l h4 span{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
}

.main3_r ul li{
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:10px;
}

.main3_r a{
	color: #333;
	text-decoration: underline;
}

.main3_r a:hover{
	color: #999;
	text-decoration: underline;
}

.main3_r p {
	margin-bottom:10px;
}

.main4 {
	padding-top: 70px;
	min-width: 1200px;
	clear: both;
}

.main4 h2 {
	text-align: center;
	margin-bottom: 70px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
}

.main4_c {
}

.main4_a1 {
	background-color: #333333;
	float: left;
	width: 40%;
	height: 490px;
	color: #FFF;
	overflow: hidden;
	padding-right: 5%;
	padding-left: 5%;
	display: flex;
	align-items:center;
}

.main4_a2 {
	background-color: #333333;
	float: right;
	width: 40%;
	height: 450px;
	color: #FFF;
	overflow: hidden;
	padding-right: 5%;
	padding-left: 5%;
	display: flex;
	align-items:center;
}

.main4_m {
	text-align: center;
	font-size: 20px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}


.main4_m {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-size: 20px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.main4_m:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #FFF;
}



.main4_p1 {
	float: right;
	width: 50%;
	height: 450px;
	background-image: url(../img/main4_p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.main4_p2 {
	float: left;
	width: 50%;
	height: 450px;
	background-image: url(../img/main4_p2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main4_p3 {
	float: right;
	width: 50%;
	height: 490px;
	background-image: url(../img/main4_p3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main4_p4 {
	float: left;
	width: 50%;
	height: 450px;
	background-image: url(../img/main4_p4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main5 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

.main5 h2 {
	margin-bottom: 60px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	text-align: center;
}

.main5_c {
	border: 1px solid #999;
}

.main5_c {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.main5_t {
	font-size: 20px;
	text-align: center;
}

.main5_t a{
	color: #333;
	text-decoration: underline;
}

.main5_t a:hover{
	color: #999;
	text-decoration: underline;
}

.min1200 {
	min-width: 1200px;
}

footer {
	min-width: 1200px;
	background-color: #181A17;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	
}

.footer_logo {
	width: 18%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.footer_logo img{
	width:100%;
	height:auto;
}

.copyright {
	text-align: center;
	clear: both;
	color: #FFF;
}

.thanks {
	font-size: 18px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 200px;
	min-width:1200px;
}

.thanks a{
	color: #333;
}

.thanks a:hover{
	color: #999;
}

.page_title {
	background-image: url(../img/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	background-size: cover;
	min-width: 1200px;
	padding-top: 5em;
	padding-bottom: 5em;
}

.page_title h3{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	text-shadow:0 0 10px #FFF;
}

}
/* お問い合わせ */

#formWrap {
	width: 100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

table.formTable{
	width: 100%;
	border-collapse: collapse;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
}
table.formTable td,table.formTable th{
	
	padding: 12px;
}
table.formTable th{
	width: 30%;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #CCC;
}

/*　メールフォーム　*/

#formWrap {
	font-size:18px;
	line-height:2;
	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:100%;
	padding:10px 5px;
	font-size:110%;
	display:block;
	background:#eeeeee;
	border:none;
}
input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
input[type="reset"], input[type="submit"]{
	display:inline-block;
	width:30%;
	height:40px;
	background:#C6C1B9;
	border:none;
	margin:10px 0;
	font-size:16px;
}

