@charset "utf-8";

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


body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #000;
	font-size: 16px;
	background-image: url(../img/bg-image.jpg);
	background-size: contain;
	background-repeat: repeat;
	background-position: center center;
}

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;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

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

p,
li,
dt, dd,
th, td{
}

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: 20px;
}

.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 {
	position: relative;
	display: inline-block;
	margin-bottom: 2em;
	font-size: 35px;
	font-weight: bold;
	clear: both;
}

.midashi1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

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

.midashi2_d {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
}

.midashi2_f {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 20px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 10px;
	text-align: right;
}

.midashi3 {
	font-size: 19px;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #600;
	font-weight: bold;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
	overflow: hidden;
}

.header_cont {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}

.header_logo {
	padding-top: 16px;
	float: left;
	width: 120px;
}

.header_info {
	float: right;
	width: 775px;
}

.toph1 {
	display: none;
}

.header_nav{
	float: right;

}

.header_nav ul li {
	float: right;
	margin-left: 2px;
}

nav{
	width: 775px;
	float: right;
	padding-top: 35px;
}

nav ul li {
	float: right;
	margin-left: 30px;
}

nav ul li a{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	color: #000;
	text-decoration: none;
}

nav ul li a:hover{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 19px;
	color: #666;
	text-decoration: none;
}

.main_image {
	min-width:1200px;
}

/*　メイン　*/

.main1 {
	min-width: 1200px;
	background-image: url(../img/main1_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

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

.main1 h2{
	text-align: center;
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1em;
}

.main1 h2 span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	letter-spacing: normal;
}

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

.main2_m{
	text-align: center;
	margin-bottom: 72px;
	padding-top: 90px;
	margin-bottom: 60px;
	font-family: Arial;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.2em;
}

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

.main2_1 {
	float: left;
	width: 40%;
	background-image: url(../img/main2_1back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 130px;
}

.main2_1 p{
	font-size:16px;
}

.main2_m2 {
	margin-bottom: 30px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	line-height: 1.6em;
}

.main2_2 {
	float: right;
	width: 60%;
	text-align: center;
	padding-top: 3%;
}

.main2_2 li{
	display: inline-block;
	width: 28%;
	margin-left: 4%;
}

.main2_2 li p{
	color: #D42100;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.main2_2 li img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.main3 {
	min-width: 1200px;
	background-image: url(../img/main3_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	clear: both;
}

.main3 h2{
	text-align: center;
	margin-bottom: 22px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main3_m.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 132px;
	font-family: Arial;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 0.9em;
	padding-top: 20px;
}

.main3 h2 span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	letter-spacing: normal;
}

.main3_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	overflow: hidden;
}

.main3_box {
	width: 23%;
	margin-left: 2%;
	background-image: url(../img/main3_cback.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-right: 2%;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	margin-bottom: 4%;
	float: left;
	text-align: center;
}

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

.main3_box img{
	width: 50%;
	height: auto;
	margin-bottom: 30px;
}

.main3_m {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.main4 {
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 90px;
	padding-bottom: 63px;
	text-align: center;
}

.main4 img{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.main4 h2{
	margin-bottom: 23px;
	width: 114px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main4_m.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-bottom: 23px;
}

.main4_h2s {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 15px;
	letter-spacing: normal;
	margin-bottom: 50px;
}

.main4_1 {
	width: 48%;
	float: left;
	margin-bottom: 3%;
}

.main4_2 {
	width: 48%;
	float: right;
	margin-bottom: 3%;
}

.main4_3 {
	clear: both;
	width: 100%;
	margin-bottom: 3%;
}

.main5 {
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 125px;
}

.main5 h2{
	float: left;
	width: 285px;
	margin-bottom: 30px;
	background-image: url(../img/main5_m.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:contain;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 25px;
	padding-top: 50px;
	padding-bottom: 18px;
	padding-left: 180px;
}

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

.main5_t {
	text-align: left;
	float: left;
	font-size: 16px;
	width: 51%;
	padding-top: 3%;
	margin-left: 4%;
}

.main5_cale {
	clear: both;
	margin-bottom: 35px;
}

.main5_btn {
	width: 511px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000; 
	border-radius: 10px;    
    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;   
}

.main5_btn a{
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	background-color: #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 23px;
	color: #FFF;
	text-decoration: none;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
}

.main5_btn a:hover{
	background-color: #333333;
}


.min1200 {
	min-width:1200px;
}

.pagetop {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

.pagetop img{
	float: right;
	padding-right: 20px;
}

footer {
	min-width: 1200px;
	font-size: 18px;
	padding-bottom: 20px;
	background-image: url(../img/footer_navb.png),url(../img/header_back.png);
	background-repeat: repeat-x,repeat;
	border-bottom:solid 15px #463A3D;
}

.footer_cont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../img/footer_logob.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.footer_logo {
	float: left;
	width: 215px;
}

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

.footer_nav {
	font-size: 19px;
	width: 770px;
	float: right;
	padding-top: 10px;
}

.footer_nav li{
	float: right;
	margin-left: 25px;
}

.footer_nav a{
	color: #000;
	text-decoration: none;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
}

.footer_nav a:hover{
	color: #999;
	text-decoration: none;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 17px;
}

.footer_1 {
	width: 48%;
	margin-bottom: 45px;
	clear: both;
	background-image: url(../img/footer1_back.png);
	background-repeat: no-repeat;
	background-position: left top 60px;
	padding-top: 80px;
	float: left;
}

.foot_c {
	width: 80%;
	margin-left: 20%;
	padding-top: 4%;
	padding-bottom: 6%;
}

.foot1_m1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.foot1_m2 {
	font-size: 20px;
	margin-bottom: 25px;
}

.foot1_3 {
	font-size: 15px;
	padding-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
}

.footer_2 {
	margin-bottom: 12px;
	background-image: url(../img/footer2_back.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 15px;
	width: 100%;
	overflow: hidden;
}

.foot2_m1 {
	font-size: 18px;
	color: #FFF;
	background-color: #000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	width: 110px;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
}

.foot2_m2 {
	float: left;
	font-size: 21px;
	padding-top: 5px;
}

.foot2_m2 a{
	color: #999;
	text-decoration: none;
}

.foot2_m2 a:hover{
	color: #000;
	text-decoration: underline;
}

.footer_right {
	width: 48%;
	float: right;
	overflow: hidden;
}

.copyright {
	font-size: 14px;
	background-image: url(../img/copyright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 68px;
	padding-bottom: 5px;
	padding-right: 60px;
	text-align: right;
}


/*　中ページ　*/


.page_cont {
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #FFF;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

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

.page_title {
	font-size: 40px;
	color: #FFF;
	letter-spacing: 0.1em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.con_title {
	text-align: center;
	background-image: url(../img/con_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.guid_title {
	text-align: center;
	background-image: url(../img/guid_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.rest_title {
	text-align: center;
	background-image: url(../img/rest_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.qa_title {
	text-align: center;
	background-image: url(../img/qa_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.access_title {
	text-align: center;
	background-image: url(../img/access_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.plan_title {
	text-align: center;
	background-image: url(../img/plan_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.neig_title {
	text-align: center;
	background-image: url(../img/neig_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}

.topics_title {
	text-align: center;
	background-image: url(../img/topics_tltle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	min-width: 1200px;
}


.page_txt {
	text-align: center;
}

.map {
	margin-bottom: 80px;
	float: left;
	width: 65%;
}

.acc_c1 {
	overflow: hidden;
	float: right;
	width: 31%;
	padding-top: 5%;
}

.acc1_m {
	font-size: 18px;
	color: #FFF;
	background-color: #000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	width: 160px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.acc_c1 p{
	font-size: 20px;
	margin-bottom: 20px;
}

.acc_img {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

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


.head-border {
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.plan_c {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.plan_c table{
	width: 30%;
	margin-right: 1%;
	margin-left: 2%;
	float: left;
	margin-bottom: 30px;
}

.plan_c table th{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.plan_c-td1{
	width: 63%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 13px;
	background-color: #F9F9F9;
}

.plan_c-td2{
	text-align: right;
}

.plan_a {
	font-weight: bold;
}

.plan_list {
	clear: both;
	margin-left: 5%;
	font-size: 14px;
	margin-bottom: 50px;
}

.plan_list li{
	list-style-type: disc;
	margin-bottom: 3px;
}

.plan_pol {
	background-color: #F7F7EE;
	margin-right: auto;
	margin-left: auto;
	width: 82%;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
}

.plan_pol table{
	width: 100%;
}

.plan_pol table th{
	font-weight: bold;
	padding: 8px;
	background-color: #FFF;
	width: 170px;
}

.plan_pol table td{
	padding: 8px;
}

.plan_pol a {
	color: #000;
	text-decoration: underline;
}

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

.page_main-p {
	width:100%;
	margin-bottom:30px;
}

.page_main-p img{
	width:100%;
	height:auto;
}

.guid1 {
	text-align: center;
	margin-bottom: 80px;
}

.guid1 li{
	display: inline-block;
	width: 29%;
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
}

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

.guid1_m {
	font-size: 18px;
	background-color: #F0F0E1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	width: 70%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

.guid2_m {
	float: left;
	width: 10%;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0.5%;
	margin-left: 3%;
}

.guid2_1  {
	margin-bottom: 20px;
	float: right;
	width: 86%;
}

.guid2_1 li{
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 2px;
	margin-bottom: 1%;
	margin-left: 2px;
	padding-top: 0.5%;
	padding-right: 2.5%;
	padding-bottom: 0.5%;
	padding-left: 2.5%;
	background-color: #ECECEC;
}

.neig_map {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	margin-bottom: 50px;
}

.neig_map img{
	width: 90%;
	height: auto;
}

.neig_wrap {
	display: flex;
	clear: both;
	overflow: hidden;
}

.neig_c {
	background-color: #F5F5EB;
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-left: 1%;
	padding: 2%;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-bottom: 30px;
	position: relative;
}

.neig_c p{
	margin-bottom: 25%;
}

.neig_m {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #548859;
	margin-bottom: 15px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.neig_jmp {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom:10%;
}

.neig_jmp a{
	background-color: #548859;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display:block;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.neig_jmp a:hover{
	background-color: #86B58A;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}

.rest1_p {
	float: left;
	width: 60%;
	margin-bottom: 50px;
}

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

.rest1_t {
	float: right;
	width: 37%;
	padding-top: 4%;
	margin-bottom: 50px;
}

.rest1_ill {
	width: 40%;
	float: left;
	padding-top: 10%;
}

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

.rest1_con {
	background-color: #F7F7EE;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	padding-top: 30px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 15%;
	background-image: url(../img/rest1_con.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
	margin-bottom: 50px;
}

.rest1_con p{
	padding-left: 15px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666;
	margin-bottom: 20px;
}

.rest2_p {
	float: right;
	width: 60%;
	margin-bottom: 50px;
}

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

.rest2_t {
	float: left;
	width: 37%;
	padding-top: 4%;
	margin-bottom: 50px;
}

.rest2_ill {
	width: 40%;
	float: right;
	padding-top: 10%;
}

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

.rest3 {
	text-align: center;
	margin-bottom: 15px;
}

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

.rest3 li img{
	width:100%;
	height:auto;
}


.con1_p {
	float: left;
	width: 60%;
	margin-bottom: 80px;
}

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

.con1_t {
	float: right;
	width: 37%;
	padding-top: 3%;
	margin-bottom: 20px;
	background-image: url(../img/con_tback.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 30px;
}

.con1_midashi {
	background-image: url(../img/con1_t1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 23px;
	margin-bottom: 50px;
	font-weight: bold;
	padding-bottom: 30px;
}

.con2_p {
	float: right;
	width: 60%;
	margin-bottom: 80px;
}

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

.con2_t {
	float: left;
	width: 37%;
	margin-bottom: 20px;
	padding-top: 3%;
	background-image: url(../img/con_tback.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
}

.con2_midashi {
	background-image: url(../img/con1_t1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 23px;
	margin-bottom: 50px;
	font-weight: bold;
	padding-bottom: 30px;
	text-align: right;
}

.con_m {
	overflow: hidden;
	background-image:url(../img/con_mback1.png),
					 url(../img/con_mback2.png);
	background-repeat:no-repeat,
					  no-repeat;
	background-position:left top,
						right 60px;
}

.qa_m {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
	padding-top: 20px;
}

.qa_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.qa_c dt{
	font-weight: bold;
	background-image: url(../img/qa_q.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: left center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 19px;
	margin-bottom: 10px;
	padding-left: 4.5%;
}

.qa_c dd{
	background-image: url(../img/qa_a.png);
	background-repeat: no-repeat;
	background-size: 4%;
	background-position: left top;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 17px;
	margin-bottom: 30px;
	padding-left: 4.5%;
}

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

.cont_m1  {
	font-size: 20px;
	color: #FFF;
	background-color: #000000;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-align: center;
	width: 160px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}

.cont_t1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.moni_p {
	float: left;
	width: 15%;
}

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

.moni_t {
	float: left;
	width: 80%;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	border-radius: 15px;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 15px;
	padding: 2%;
}

.moni_t:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.moni_t:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.moni_t p {
  margin: 0;
  padding: 0;
  font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

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

.shop_btn {
	width: 70%;
	background-color: #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.shop_btn a{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-color: #000;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
}

.shop_btn a:hover{
	background-color: #333333;
}

.banner {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

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

/*　仮新着　*/

.main1_wrap {
	display: flex; 
    justify-content:space-between;
	align-items:stretch;  
	width:100%;
}

.main1_in {
	width: 22%;
	text-decoration: none;	
}

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

.main1_txt {
	background-color: #C5C5C5;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	width: 88%;
	color: #FFF;
	padding-top: 8%;
	padding-right: 6%;
	padding-bottom: 8%;
	padding-left: 6%;
}

.main1_txt span{
	color:#000;
	font-size:14px
}

.topi1_midashi {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.topi1_day {
	margin-bottom: 20px;
	padding-top: 5px;
}


.topi1_day span{
	color: #FFF;
	background-color: #000;
	padding: 10px;
}

.topi1_cont {
	margin-bottom: 60px;
}

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

.topi1_cont a:hover{
	color: #666;
	text-decoration: none;
}


}

/* お問い合わせ */

#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{
	border: 1px solid #ccc;
	padding: 12px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #CCC;
}

.rest3_p {
	font-size: 14px;
	text-align: right;
}
.inp {
padding:8px 5px;
width:94%;
margin-right:1%;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border:1px solid #ccc;
}
.inb {
	border:solid 1px #ccc;
padding:15px 30px;
margin:0 0 20px;

font-size:1.2em;
text-transform:uppercase;

color:#333;
cursor:pointer;
}
