@charset "utf-8";

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


body {
	font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #000;
	font-size: 15px;
}

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;
}


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_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;
}

.midashi1 {
	margin-bottom: 45px;
	font-size: 35px;
	text-align: center;
	background-image: url(../img/midahsi1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}

.midashi2 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 10px;
}

.midashi3 {
	margin-bottom: 45px;
	font-size: 35px;
	text-align: center;
	background-image: url(../img/midahsi3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	color: #FFF;
}








/*　ヘッダー　*/


header {
	min-width: 1200px;
	background-color: #111111;
}

.header_cont {
	margin-right: 5px;
	margin-left: 40px;

}

.header_logo {
	padding-top: 5px;
	padding-bottom: 19px;
	float: left;
	width: 296px;
}

.header_logo img{
	margin-bottom: 13px;
}

.toph1 {
	font-size: 12px;
	margin-bottom: 8px;
	margin-left: 23px;
	color: #FFF;
}

.header_pb {
	float: right;
	width: 288px;
	padding-top: 40px;
}


nav {
}

.gnavi {
	text-align: center;
	background-image: url(../img/nav_back.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 73px;
}

.gnavi li{
	display: inline-block;
	font-size: 17px;
	padding-right: 53px;
	padding-left: 30px;
	background-image: url(../img/navi_li.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 17px;
	margin-top: 7px;
	margin-bottom: 5px;
	height: 40px;
}

.gnavi li a{
	text-decoration: none;
	color: #FFF;
}

.gnavi li a:hover{
	text-decoration: none;
	color: #CCCCCC;
}


/*　メインイメージ　*/

.main_image {
	background-color: #111;
	clear: both;
	min-width: 1200px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

.main_image img {
	width: 75%;
	height: auto;
}

/*　メイン　*/

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

.main_scont {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.main_s1 {
	float: left;
	width: 43%;
	padding-top: 80px;
}

.main_s1 h2 img{
	width: 100%;
	height: auto;
	margin-bottom: 80px;
}

.main_sjmp {
	width: 65%;
	margin-right: auto;
	margin-left: auto;
}

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

.main_s2 {
	float: right;
	width: 55%;
}

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

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

.main1_c {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main1_cont.png);
	background-repeat: repeat;
	background-size: cover;
}

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

.main1_jpm a{
	width: 100%;
	background-color: #111111;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
	color: #FFF;
}

.main1_jpm a:hover{
	background-color: #666666;
	color: #FFF;
}


.main2 {
	min-width: 1200px;
	text-align: center;
}

.main2_in {
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

.main2_pic li {
	float: left;
	list-style-type: none;
	height: auto;
	width: 33.333%;
	display: inline-block;
}

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

.main3 {
	padding-top: 70px;
	min-width: 1200px;
	text-align: center;
	background-color: #111;
	overflow: hidden;
	padding-bottom: 70px;
}
.main3_s {
	padding-top: 70px;
	min-width: 1200px;
	text-align: center;
	background-color: #111;
	overflow: hidden;
	padding-bottom: 70px;
}
.sli_text {
	color:#fff;
}
.main3 h2{
	margin-bottom: 70px;

}

.main3_cont {
	overflow: hidden;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 3%;
    padding-right: 3%;
}

.main3_c {
	width: 31%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 15px;
	background-color: #FFF;
}

.main3_c img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}


.main4 {
	padding-top: 70px;
	min-width: 1200px;
	clear: both;
	background-color: #2D2E31;
}

.main4 h2{
	margin-bottom: 70px;
	text-align: center;
}

.main4_a1 {
	background-color: #111111;
	float: left;
	width: 50%;
	height: 320px;
}

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

.main4_a2 {
	background-color: #111111;
	float: right;
	width: 50%;
	height: 320px;
}

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

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

.main4_t {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10%;
	color: #FFF;
	font-size: 17px;
	line-height: 2.3em;
}

.main4_m {
	font-size: 26px;
	margin-bottom: 40px;
	text-align: center;
}

.main4_jpm {
	padding-top: 70px;
	padding-bottom: 90px;
}

.main4_jpm a{
	width: 40%;
	background-color: #111111;
	font-size: 27px;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

.main4_jpm a:hover{
	background-color: #1C1C1C;
	color: #FFF;
}


.main5 {
	padding-top: 70px;
	min-width: 1200px;
	clear: both;
	background-color: #181A17;
	overflow: hidden;
	padding-bottom: 76px;
}

.main5 h2{
	margin-bottom: 70px;
	text-align: center;
}

.main5_cont {
	overflow: hidden;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 1%;
}

.main5_c {
	width: 31%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 16px;
	background-color: #3E4347;
	color: #FFF;
	padding-bottom: 1.5%;
}

.main5_p {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

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


.main5_t {
	display: table-cell;
	vertical-align: middle;
	height: 160px;
	padding-right: 20px;
	padding-left: 20px;
}

.main5_t p{
	display: inline-block;
    text-align: left;
}

.main_blog {
	background-color: #3E4347;
	padding-top: 70px;
	padding-bottom: 70px;
	min-width: 1200px;
}

.main_blog h2{
	text-align: center;
	margin-bottom: 70px;
}

.main_cont {
	background-color: #3E4347;
	padding-top: 70px;
	padding-bottom: 70px;
	min-width: 1200px;
}

.main_cont h2{
	text-align: center;
	margin-bottom: 70px;
}

.main_cont-c {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}


.min1200 {
	min-width: 1200px;
}

footer {
	min-width: 1200px;
	background-color: #181A17;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 80px;
}

.footer_cont {
	width: 60%;
	margin-right: auto;
	margin-left: auto;	
}

.footer_cont img{
	width: 80%;
	height:auto;
}

.footer1 {
	float: left;
	width: 45%;
	margin-bottom: 40px;
}

.footer2 {
	float: right;
	width: 45%;
	margin-bottom: 40px;
}

.foot_m {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACAD9;
}

.foot_t {
	margin-bottom: 30px;
}

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


.blog_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.blog_c {
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 30px;
}

.blog_p {
	width: 40%;
	float: left;
}

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

.blog_t {
	display: table-cell;
	vertical-align: middle;
	height: 150px;
	color: #FFF;
}

.blog_t p{
	display: inline-block;
    text-align: left;
}

.blog_txt {
	float: right;
	width: 57%;
}

.blog_txt a{
	color: #FFF;
}


/*　中ページ　*/

.page_title {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	min-width: 1200px;
	background-color: #111111;
}


.page_title h3{
	font-size: 40px;
	color: #FFF;
	letter-spacing: 0.2em;
}


.page_cont {
	padding-bottom: 50px;
}

.str1_1 {
	background-color: #2D2E31;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 1200px;
}

.str1_jmp {
	text-align: center;
	overflow: hidden;
}

.str1_jmp li{
	display: inline-block;
	width: 20%;
	margin-right: 1%;
	margin-left: 1%;
}

.str1_jmp li a{
	float: left;
	width: 100%;
	background-color: #111111;
	font-size: 18px;
	text-decoration: none;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	color: #FFF;
	background-image: url(../img/str1_li.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}

.str1_jmp li a:hover{
	background-color: #252525;
	color: #FFF;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}


.str1_2 {
	padding-top: 70px;
	padding-bottom: 70px;
	min-width: 1200px;
}

.str1_2c {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.str1_2p {
	margin-bottom: 50px;
}

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

.str1_2t {
	font-size: 17px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.str_jpm {
	padding-top: 20px;
}

.str_jpm a{
	width: 40%;
	background-color: #111111;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}

.str_jpm a:hover{
	background-color: #363636;
	color: #FFF;
}


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

.str1_3c {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

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

.str1_3t {
	font-size: 17px;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
}

.str1_4 {
	padding-bottom: 70px;
	background-image: url(../img/ste1_4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:50%;
	min-width: 1200px;
}

.str1_4c {
	width: 55%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.str1_4t {
	font-size: 17px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

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

.str_midashi {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	min-width: 1200px;
}

.str2_2 {
	padding-bottom: 70px;
	background-image: url(../img/ste2_1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50%;
	margin-bottom: 30px;
	min-width: 1200px;
}

.str2_2c {
	width: 55%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.str2_2t {
	font-size: 17px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.str2_3 {
	padding-bottom: 70px;
	background-image: url(../img/ste2_2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 47%;
	overflow: hidden;
	margin-bottom: 30px;
	min-width: 1200px;
}

.str2_3c {
	width: 55%;
	padding-top: 60px;
	padding-bottom: 60px;
	float: right;
}
.str2_3t {
	font-size: 17px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


.str2_4 {
	padding-bottom: 70px;
	background-image: url(../img/ste2_3.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50%;
	margin-bottom: 30px;
	min-width: 1200px;
}

.str2_4c {
	width: 55%;
	padding-top: 80px;
	padding-bottom: 100px;
}
.str2_4t {
	font-size: 17px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.str3_2 {
	padding-bottom: 70px;
	background-image: url(../img/ste3_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40%;
	overflow: hidden;
	margin-bottom: 30px;
	min-width: 1200px;
}

.str3_2c {
	width: 55%;
	padding-top: 200px;
	padding-bottom: 300px;
	float: right;
}
.str3_2t {
	font-size: 17px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.str3_3 {
	padding-bottom: 70px;
	background-image: url(../img/ste3_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50%;
	margin-bottom: 30px;
	min-width: 1200px;
}

.str3_3c {
	width: 55%;
	padding-top: 100px;
	padding-bottom: 200px;
}
.str3_3t {
	font-size: 17px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.str2_1 {
	min-width: 1200px;
}

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

.main_midashi {
	background-color: #111;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	min-width: 1200px;
}

.main1 h2 {
	text-align: center;
	margin-bottom: 40px;
}

}


/*　メールフォーム　*/

#formWrap {
	width: 100%;
	margin: 0 auto;
	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;
	color: #FFF;

}
table.formTable td,table.formTable th{
	padding: 15px;
}
table.formTable th{
	width: 35%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	font-size: 17px;
}
