@charset "utf-8";

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/* common */
/*-------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, 'MS PGothic', helvetica, osaka, sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl, table, div, form, input, select {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
a:link,
a:visited,
a:active {
	color:#FF3366;
	text-decoration:none;
}
a:hover {
	color:#FFACAC;
	text-decoration:none;
}
.clear {
	clear:both;
}


/* container */
/*-------------------------------------------------------- */
#container {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/* header */
/*-------------------------------------------------------- */
#header {
	width: 100%;
	height: 110px;
	position: fixed; /* ヘッダーを固定(これが重要) */
	top: 0; /* 固定する位置 */
	left: 0; /* 固定する位置 */
	right: 0;  /* 固定する位置 */
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFB4AB;
}

#header_top {
	height: 25px;
	font-weight: normal;
	background-image: url(images/h_top_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}
#header_top_in {
	line-height: 100%;
	font-size: 11px;
	font-weight: normal;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 7px;
}
#header_in {
	width: 1050px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#h-logo {
	float: left;
	width: 250px;
	height: 65px;
}
#h-info {
	float: right;
	width: 305px;
	height: 65px;
}
#sp-header {
	display: none;
}
#sh-header {
	display: none;
}

/* g_navi */
/*-------------------------------------------------------- */
#g_navi {
	width: 450px;
	list-style-type: none;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#g_navi ul {
	list-style-type: none;
	font-size: 13px;
	line-height: 100%;
}
#g_navi li a:link,
#g_navi li a:visited,
#g_navi li a:active {
	float: left;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	color: #333;
	background-color: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#g_navi li a:hover {
	float: left;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFF;
	background-color: #AC2C59;
	border-radius: 5px 5px 5px 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* mv */
/*-------------------------------------------------------- */
#mv {
	width: 1050px;
	height: 490px;
	background-color: #FFFFFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 110px;
}
#sp-mv {
	display: none;
}

/* top-menu */
/*-------------------------------------------------------- */
#t-menu {
	height: 82px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#t-menu ui{
	list-style-type: none;
}
#t-menu li{
	float: left;
	list-style-type: none;
}
#t-menu a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#sp-t-menu {
	display: none;
}

/* main */
/*-------------------------------------------------------- */
.main {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
}
.main h2 {
	font-size: 35px;
	font-weight: normal;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFB4AB;
	text-align: center;
	padding-bottom: 20px;
	color: #AE2D5B;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.main h3 {
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
	color: #AE2D5B;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	line-height: 180%;
}
.main2 {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: left;
}
.main2 h2 {
	font-size: 35px;
	font-weight: normal;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFB4AB;
	text-align: center;
	padding-bottom: 20px;
	color: #AE2D5B;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.sp-main {
	display: none;
}

/* footer */
/*-------------------------------------------------------- */
#footer {
	height: auto;
	width: 100%;
	color: #FFFFFF;
	background-color: #998A8A;
	text-align: center;
	font-size: 12px;
}
#footer_in {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 15px;
}
#footer_in_logo {
	float: left;
	height: 92px;
	width: 525px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F3F2;
	text-align: left;
}
#footer_in_info {
	float: right;
	width: 500px;
	text-align: left;
}
#footer_in_copy {
	clear: both;
	padding-top: 15px;
	font-size: 11px;
}
#footer_in a:link,
#footer_in a:visited,
#footer_in a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_in a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* bg */
/*-------------------------------------------------------- */
.bg-mv {
	background-color: #F2F7FB;
	width: 100%;
}
.bg-ba {
	background-color: #FFBFC6;
	width: 100%;
}
.bg-g {
	background-color: #F2F7FB;
	width: 100%;
}
.bg-p1 {
	background-color: #AE2D5B;
	width: 100%;
}
.bg-p2 {
	background-color: #F5AFBC;
	width: 100%;
}
.sp-bg-p2 {
	display: none;
}

/* page */
/*-------------------------------------------------------- */
.stt {
	text-align: center;
	font-size: 18px;
}
.l_box {
	float: left;
	}
.r_box {
	float: right;
	}
.rc_box {
	height: auto;
	width: 1050px;
}
.rc_img1 {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 340px;
}
.rc_img2 {
	float: right;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 340px;
}
.itv-box {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	height: auto;
	width: 600px;
	margin-bottom: 50px;
}
.itv-box_in {
	font-size: 14px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
}
.itv-q {
	background-color: #F4F3F2;
	border-radius: 7px 7px 7px 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
}
.v-l {
	float: left;
	height: auto;
	width: 500px;
	margin-bottom: 30px;
}
.v-r {
	float: right;
	height: auto;
	width: 500px;
	margin-bottom: 30px;
}
.v-s {
	display: none;
}
.itv-tt {
	color: #FFF;
	background-color: #F5AFBC;
	border-radius: 10px 10px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BFB4AB;
	border-right-color: #BFB4AB;
	border-left-color: #BFB4AB;
}
.itv-tt_in {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-size: 20px;
}
.itv-box2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BFB4AB;
	border-bottom-color: #BFB4AB;
	border-left-color: #BFB4AB;
	background-color: #FFF;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 30px;
}
.itv-box2_in {
	padding: 15px;
}





.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #333333;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: normal;
	line-height: 2;
	position: relative;
	display: block;
	cursor: pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
	background-color: #FCE7EB;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #FFFFFF;
}
.cp_actab .cp_actab-content p {
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 150em;
}
/* Icon */
.cp_actab label::after {
	line-height: 2;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}






.kuchikomi {
}
.kuchikomi-s {
	display: none;
}
.rmd {
	background-color: #FFFFFF;
	border: 6px solid #BFB4AB;
	width: 1038px;
}
.rmd_in {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.rmd_l {
	float: left;
	padding-right: 30px;
	height: auto;
	width: 420px;
	padding-bottom: 30px;
}
.rmd_l2 {
	float: left;
	padding-right: 30px;
	height: auto;
	width: 298px;
	padding-bottom: 30px;
}
.worry_b {
	background-color: #FFF;
	border-radius: 10px 10px 10px 10px;
	background-image: url(images/ck.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	height: auto;
	width: 700px;
	text-align: left;
	margin-bottom: 15px;
}
.worry_b_in {
	border-radius: 10px 10px 10px 10px;
	text-align: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 16px;
	line-height: 160%;
	font-weight: bold;
}
.prf_tt {
	background-color: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 25px;
	clear: both;
	color: #AE2D5B;
	font-weight: bold;
	border: 1px solid #AE2D5B;
}
.img_l {
	float: left;
	display: block;
}
.img_r {
	float: right;
	display: block;
}
.sc_img1 {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 340px;
}
.sc_img2 {
	float: right;
	padding-bottom: 15px;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 340px;
}
.sc_img3 {
	float: left;
	padding-right: 15px;
	padding-bottom: 50px;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 340px;
}
.sc_img4 {
	float: right;
	padding-bottom: 50px;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 340px;
}
.sc_box1 {
	height: auto;
	width: 1050px;
}
.sc_box2 {
	display: none;
}
.offer_box {
	background-color: #FFF;
	height: auto;
	width: 1010px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.offer_bg {
	background-image: url(images/offer_bg.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 276px;
	text-align: left;
}
.offer_bg1 {
	background-image: url(images/top/offer_bg.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 276px;
	text-align: left;
}
.offer_bg2 {
	background-image: url(okyaku/images/offer_bg.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 276px;
	text-align: left;
}
.offer_bg3 {
	background-image: url(kubire/images/offer_bg.jpg);
	background-repeat: no-repeat;
	width: 970px;
	height: 276px;
	text-align: left;
}
.offer_bg_n {
	width: 970px;
	height: 170px;
	text-align: left;
}
.offer_bt {
	padding-top: 195px;
	padding-left: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.offer_bt a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.count1 {
	background-color: #AC2C59;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	width: 970px;
}
.count2 {
	background-color: #AC2C59;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	width: 100%;
}
.flow_time {
	background-color: #F4F3F2;
	border-radius: 10px 10px 10px 10px;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/clock.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding: 15px;
	margin-bottom: 50px;
}
.flow_time_in {
	padding-left: 135px;
	font-size: 14px;
}
.flow {
	margin-bottom: 20px;
}
.flow_no {
	background-color: #AC2C59;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 10px;
}
.flow_tt {
	font-size: 20px;
	font-weight: bold;
	padding-top: 7px;
}
.flow_l {
	float: left;
	width: 700px;
}
.flow_r {
	float: right;
	width: 310px;
}
.flow_arw {
	clear: both;
	text-align: center;
	margin-bottom: 15px;
}
.reason_img_l {
	float: left;
	display: block;
	padding-bottom: 10px;
}
.reason_img_r {
	float: right;
	display: block;
	padding-bottom: 10px;
}
.reason_img_r2 {
	float: right;
	display: block;
	padding-bottom: 50px;
}
.reason {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #AC2C59;
	margin-bottom: 20px;
	clear: both;
}
.reason_in {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
.reason_no {
	background-color: #AC2C59;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	margin-right: 15px;
}
.reason_tt {
	font-size: 20px;
	font-weight: bold;
	padding-top: 7px;
}
.tokuten {
	background-color: #F9F7FB;
	border: 6px solid #8C61B8;
	margin-bottom: 50px;
	width: 1038px;
}
.tokuten_in {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.tokuten_no {
	background-color: #8C61B8;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	margin-right: 15px;
}
.tokuten_tt {
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 15px;
}
.tokuten_tx {
	clear: both;
}
.henkin {
	background-color: #FFFFFF;
	border: 6px solid #BFB4AB;
	margin-bottom: 50px;
	width: 1038px;
}
.henkin_in {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.henkin_img {
	float: left;
	padding-right: 30px;
	height: auto;
	width: 259px;
	padding-bottom: 60px;
}
.box-s {
	color: #FFF;
	background-color: #F5AFBC;
	border-radius: 10px 10px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BFB4AB;
	border-right-color: #BFB4AB;
	border-left-color: #BFB4AB;
}
.box-s_in {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
	font-size: 20px;
}
.box-b {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #BFB4AB;
	border-bottom-color: #BFB4AB;
	border-left-color: #BFB4AB;
	background-color: #FFF;
	border-radius: 0px 0px 10px 10px;
}
.box-b_in1 {
	padding: 15px;
}
.box-b_in1 li {
	background-image: url(images/batu.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	padding-left: 25px;
	padding-bottom: 10px;
}
.box-b_in2 {
	padding: 15px;
}
.box-b_in2 li {
	background-image: url(images/maru.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none;
	padding-left: 25px;
	padding-bottom: 10px;
}
.box-b_in3 {
	padding: 15px;
}
.batu {
	float: left;
	width: 500px;
}
.maru {
	float: right;
	width: 500px;
}
.map {
	float: left;
	height: 450px;
	width: 500px;
}
.info {
	text-align: left;
	float: right;
	width: 500px;
}
.lm {
	clear: both;
	width: 1050px;
}
.lm_tt {
	background-color: #F4F3F2;
	border-radius: 7px 7px 7px 7px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 25px;
	clear: both;
}
.lm_l {
	float: left;
	height: 292px;
	width: 390px;
	padding-left: 100px;
	margin-bottom: 25px;
}
.lm_r {
	float: right;
	height: 292px;
	width: 390px;
	padding-right: 100px;
	margin-bottom: 25px;
}
.lm_c {
	height: 292px;
	width: 390px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
p.gotop{
    position: fixed;
    right: 5%;
        bottom: 0;
}
p.gotop a{
    width: 100px;
    height: 35px;
    display: block;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.jj-bt {
	display: none;
}
.rac-m_l {
	float: left;
}
.rac-m_r {
	float: right;
}

/* parts */
/*-------------------------------------------------------- */
.bmgn3 {margin-bottom: 3px;}
.bmgn5 {margin-bottom: 5px;}
.bmgn7 {margin-bottom: 7px;}
.bmgn10 {margin-bottom: 10px;}
.bmgn12 {margin-bottom: 12px;}
.bmgn13 {margin-bottom: 13px;}
.bmgn15 {margin-bottom: 15px;}
.bmgn18 {margin-bottom: 18px;}
.bmgn20 {margin-bottom: 20px;}
.bmgn25 {margin-bottom: 25px;}
.bmgn28 {margin-bottom: 28px;}
.bmgn30 {margin-bottom: 30px;}
.bmgn40 {margin-bottom: 40px;}
.bmgn45 {margin-bottom: 45px;}
.bmgn50 {margin-bottom: 50px;}
.bmgn70 {margin-bottom: 70px;}
.bmgn80 {margin-bottom: 80px;}

.tmgn20 {margin-top: 20px;}
.tmgn30 {margin-top: 30px;}
.tmgn40 {margin-top: 40px;}
.tmgn50 {margin-top: 50px;}

.lmgn10 {margin-left: 10px;}
.lmgn20 {margin-left: 20px;}
.lmgn40 {margin-left: 40px;}

.rmgn15 {margin-right: 15px;}
.rmgn30 {margin-right: 30px;}

.lpdg5 {padding-left: 5px;}
.lpdg10 {padding-left: 10px;}
.lpdg15 {padding-left: 15px;}
.lpdg50 {padding-left: 50px;}

.rpdg5 {padding-right: 5px;}
.rpdg10 {padding-right: 10px;}
.rpdg15 {padding-right: 15px;}

.fs11 {
	font-size: 11px;
	line-height: 140%;
}
.fs12 {
	font-size: 12px;
	line-height: 140%;
}
.fs14 {
	font-size: 14px;
	line-height: 160%;
}
.fs16 {
	font-size: 16px;
	line-height: 180%;
}
.fs18 {
	font-size: 18px;
	line-height: 180%;
}
.fs20 {
	font-size: 20px;
	line-height: 180%;
}
.fs22 {
	font-size: 22px;
	line-height: 180%;
}
.tx_red {color: #FF0000;}
.tx_pink {color: #FF3366;}
.tx_pink2 {color: #AE2D5B;}
.tx_pink3 {color: #C15974;}
.tx_yellow {color: #FFFF00;}
.tx_white {color: #FFFFFF;}
.tx_gray {color: #999999;}
