@charset "utf-8";
/* CSS Document */


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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, Meiryo, メイリオ, sans-serif;
	color: #666;
}
h1, h2, h3, h4, h5, h6, input, textarea {
	font-weight:normal;
	font-size:100%;
	color:#333;
}
body {
	min-width:1000px;
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:75%;
	-webkit-text-size-adjust:100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:text-bottom;
}

/*.bg_j {
    background: url(../images/bg.png) repeat-y left top , url(../images/bg.png) repeat-y right top , repeat 0 0;
	z-index:9999;
}*/

/*.bg_j_2-l {
	position:absolute;
	top:120px;
	left:0;
    background: url(../images/bg.png) repeat-y left top;
	z-index:9999;
	height: 10080px;
	width:32px;
}

.bg_j_2-r {
	position:absolute;
	top:120px;
	right:0;
    background: url(../images/bg.png) repeat-y left top;
	z-index:9998;
	height: 10080px;
	width:32px;
}*/

/*----------------------
header
----------------------*/

.header h1 {
    padding: 20px;
    border-top: 2px solid #2E2678;
    border-bottom: 2px solid #2E2678;
}
.header {
    width: 100%;
    text-align: center;
    padding: 2px 0;
    border-top: 5px solid #2E2678;
    border-bottom: 5px solid #2E2678;
	z-index:9999;
}

/*****nav****/
#menu {
}
#menu-inner {
	width: 100%;
	background: none;
}
#menu-btn{display: none;}

#menu-content {
	list-style-type: none;
	width: 556px;
}
#menu-content > li{
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
}
#menu-content > li > a {
	position: relative;
	display: block;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 30px;
	background: none;
	color: #fff;
	font-size: 70%;
	text-decoration: none;
	z-index: 2;
}

.nav-pc {
	width: 125px;
	font-size: 150%;
	margin: 3px 5px;
	border: 2px solid #fff;
}

#menu-content .nav-sp{
	display:none;
}

#menu-content > li > a:hover{
	background: rgba(255, 255, 255, 0.1);/*11*/
	color: #fff;/*12*/
}
#menu-content > li > a > .blogicon-chevron-down{
	margin-right: 5px;
}
/*----------------------
main
----------------------*/

/*.wrapper_main_visual{
	height:1000px;
	overflow:hidden;
}*/

.bg_w {
    width: 1000px;
    margin: 0 auto;
	background:#ffffff;
}

.main_v {
    text-align: center;
    margin: 60px 0;
}

.main_v_s {
    text-align: center;
    margin: 60px auto;
    width: 30%;
}

/*#mainvisual_logos_img{
	display:none;
}*/

.bg_g {
    background: url(../images/bg_g.jpg);
}

.main_items {
    width: 1000px;
    margin: 0 auto;
	padding: 40px 0 0;
}

.main_items h2 {
    margin-bottom: 40px;
}


/*#mainvisual_pos{
	display:none;
}

#mainvisual_logos{
	display:none;
}*/

.main_items_box {
    width: 46%;
	margin-bottom: 40px !important;
    float: left;
	margin: 0 2%;
}

.main_items_box h3 {
    text-align: center;
    background: #2E2678;
    padding: 10px 0;
	margin-bottom:20px;
    color: #fff;
    font-size: 22px;
    font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
    font-weight: bold;
}

.items_img {
    margin-bottom: 20px;
	position: relative;
}

.items_img p {
    position: absolute;
    background: #df5167;
    text-align: center;
    border-radius: 100px;
    width: 160px;
    padding: 9px 0;
    top: 5%;
    left: 5%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    -ms-box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
}

.items_text span {
    font-size: 20px;
}

.items_text {
    height: 100px;
}

.items_price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bg_w2 {
    background: #F0ECEB;
    text-align: center;
	margin-bottom: 40px;
}

.v_main_guid_title {
    padding: 10px;
    background: #2D2578;
    text-align: center;
}

.v_main_guide {
    margin-bottom: 100px;
    margin-top: 40px;
}

.v_main_guide h3 {
    text-align: center;
    background: #CAAB85;
    padding: 8px;
    font-size: 18px;
    margin-bottom: 12px;
	margin-top: 40px;
	color: #fff;
}

.v_main_guide p {
    margin-bottom: 12px;
    font-size: 14px;
}

.v_main_guide p span {
    color: #ff0000;
}

.v_main_guide h4 {
    font-size: 16px;
    padding-left: 4px;
    border-left: solid 2px #CAAB85;
    margin-bottom: 12px;
	margin-top:20px;
}

.v_main_guide table {
	width: 100%;
	margin-bottom: 12px;
}

.v_main_guide table , td, th {
	border: 1px solid #D3D3D3;
}

.v_main_guide table td, th {
	padding: 6px;
	width: 30px;
	vertical-align: top;
}
.v_main_guide table th {
	background: #EEEEEE;
	border-right: none;
	width: 20%;
	vertical-align: middle;
}

.v_main_guide table td {
	border-left: none;
	padding-left: 15px;
}

.items_point {
    font-size: 90% !important;
    padding: 2px 9px;
    background: #FF6666;
    color: #fff;
	line-height:2em;
}

.btn {
    padding: 25px;
    background: #7E6449 url("../images/sakura_btn_arr.jpg") no-repeat 98% 50%;
    text-align: center;
    border-radius: 8px;
	margin-top: 30px;
}

/*----------------------
footer
----------------------*/
.footer {
    text-align: center;
    border-top: 1px solid #2D2578;
    padding: 5px;
    color: #2D2578;
}



/*----------------------
SP
----------------------*/
/*
@media screen and (max-width:1020px){

.bg_j_2-l {
    display: none;
}

.bg_j_2-r {
    display: none;
}

}

@media screen and (max-width:768px){

.wrapper_main_visual {
    height: 948px;
    overflow: hidden;
}

}
*/

@media screen and (max-width:640px){

body{
	margin:0;
	padding:0;
	line-height:1.5;
	font-size:90%;
	-webkit-text-size-adjust:125%;
	width:100%;
	min-width:320px;
}

img {
	height: auto;
	max-width: 100%;
}

bg_w {
    width: 96%;
    margin: 0 auto;
}

.bg_j_2-l {
    display: none;
}

.bg_j_2-r {
    display: none;
}


/*----------------------
header
----------------------*/

.header {
    padding: 0.5% 0;
    border-top: 4px solid #2E2678;
    border-bottom: 4px solid #2E2678;

}

.header h1 {
    padding: 2%;
    border-top: 1px solid #2E2678;
    border-bottom: 1px solid #2E2678;
}

.header h1 img {
    width: 30%;
}


/*****nav****/
#btn-content {
    z-index: 9999;
}
#menu-btn {
    display: block;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    top: 1.4%;
    right: 1%;
    width: 14%;
}
#menu-content{
	display: none;
	width: 100%;
	padding-top: 0px;
}
#menu-content > li {
	width: 50%;
	height: 40px;
	float: left;
}
#menu-content > li > a{
	width: 100%;
	line-height: 40px;/*6*/
	padding: 0;
	text-decoration: none;
}

#menu-content .nav-pc{
	display:none;
}

#menu-content .nav-sp {
    display: block;
    font-size: 130%;
    color: #2d2578;
    border-bottom: 1px solid #999;
    margin: 0px 12px;
}



/*----------------------
main
----------------------*/

.bg_w {
    width: 96%;
    margin: 0 auto;
    background: #ffffff;
}

.wrapper_main_visual {
    height: auto;
}

.main_items {
    width: 96%;
}

.main_items_box {
    width: 96%;
    margin-bottom: 40px !important;
    float: none;
    margin: 0 2%;
	text-align: center;
}

.v_main_guid_title img {
    width: 40%;
}

.v_main_guide table th {
    background: #EEEEEE;
    border-right: none;
    width: 40%;
}

.btn {
    background-size: 4%;
}

.btn img {
    width: 80%;
}

}

@media screen and (max-width:414px){

/*.wrapper_main_visual {
    height: 500px;
    overflow: hidden;
}*/

}

@media screen and (max-width:375px){

/*.wrapper_main_visual {
    height: 500px;
    overflow: hidden;
	
}*/

.items_text span {
    font-size: 15px;
}

.items_text {
    height: 130px;
	font-size:80%;
}

}

@media screen and (max-width:360px){

/*.wrapper_main_visual {
    height: 460px;
    overflow: hidden;
}*/

}

@media screen and (max-width:320px){

/*.wrapper_main_visual {
    height: 420px;
    overflow: hidden;
}*/

}