@charset "utf-8";


/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */
a:hover img{ opacity:0.5; }
	
/*************************************************************
【見出し】
*************************************************************/
.headline {
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #35aeff; /* 背景色を#CC3366 */
	padding: 3px 0;
	margin: 30px auto 20px;
}

.headline-2 {
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #35aeff; /* 背景色を#CC3366 */
	padding: 3px 0;
	margin: 0px auto 0px;
	margin: 70px auto 50px;
}

.headline-short {
	font-size: 15px;
	color: #0172c0;
	margin: 70px auto 20px;
	padding: 3px 0;
	margin: 0px auto 0px;
	border-bottom: 1px solid #0172c0;
}

.headline-img {
	padding-left: 30px;
	margin-left: 0;
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	background-position: left;
}

h2#headline_h2,h3#headline_h3 {
    position: relative;
	padding: 3px 0;
	margin: 0px auto 20px;
    padding-left: 35px;
	border-bottom: 2px solid #35aeff;
    color: #666;
    font-size: 14px;
    line-height: 32px;
}

h2#headline_h2:before,h3#headline_h3:before {
    position: absolute;
    top: -8px;
    left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: 12px;
    width: 12px;
    background: #8BE0FE;
    content: "";
}

h2#headline_h2:after,h3#headline_h3:after {
    position: absolute;
    top: 8px;
    left: 2px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    height: 8px;
    width: 8px;
    background: #8BE0FE;
    content: "";
}

h3.headline_h3 {
	position: relative;
	padding: 3px 0;
	padding-left: 30px;
	margin: 0px auto 0px;
	border-bottom: 2px solid #35aeff;
	color: #666;
	font-size: 15px;
	line-height: 20px;
}

h3.headline_h3:before {
	content: "□";
	font-size: 16px;
	position: absolute;
	color: #8BE0FE;;
	top: -0.5em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}

h3.headline_h3:after {
	content: "□";
	font-size: 16px;
	position: absolute;
	color: #8BE0FE;;
	top: 0em;
	left: 0;
	height: 12px;
	width: 12px;
}

h4.headline_h4 {
	height: 15px;
	color: #333;
	font-size: 13px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
/*	background: url(../img/stripe.gif) repeat-x bottom left;*/
}

/* ----------------------------------------------------------------------
 body
---------------------------------------------------------------------- */
body {
	-webkit-text-size-adjust:100%; 
	position:relative;
	width:100%; 
	color:#333; 
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:0;
	margin:0; 
	background:#fff;
}

/* ----------------------------------------------------------------------
 wrapper
---------------------------------------------------------------------- */
#wrapper {
	max-width: 1024px;
	margin: 0;
	padding: 0;
/*	border: solid 2px red;*/
}

#top-area {
	display: none;
}

#description { 
	font-size: 10px; 
	color:#666; 
	margin:0; 
	padding-left: 30px; 
	line-height:100%; 
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header { 
	position: relative; 
	width:100%; 
	height: 98px;
	padding:5px 0; 
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
/*	border: solid 1px green;*/

}

/* logo */
#logo { 
	width: 280px;
	margin: 0px auto; 
/*	border: solid 1px #000;*/
}

#header-contact {
	display: none;
}

#logo-area .tel {
	display: none;
}


.sp {
	max-width: 317px;
	text-align: center;
	margin: 0 auto 30px;
}

.sp img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.sp  a {
	width: 100%;
	padding-top: 13px;
	display: inline-block;
}

.sp  a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* ----------------------------------------------------------------------
 menu
---------------------------------------------------------------------- */
#navre {
	width: 100%;
	height: 40px;
	margin: 0 auto 100px; 
/*	border: solid 1px red;*/
	position: absolute;
	z-index: 9999;
}

#navre a {
	width: 100%;
	display: inline-block;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px;
}

#navre a:hover {
	color: #999;
}


#navre ul li {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
  }
}
/* ----------------------------------------------------------------------
 contents
---------------------------------------------------------------------- */
#contents { 
	width:96%; 
	margin: 60px auto 20px; 
/*	border: solid 2px red;*/
}

#contents_1 { 
	width:96%; 
	margin: 20px auto 20px; 
/*	border: solid 2px red;*/
}

#event_info {
	width: 100%; 
	margin: 0 auto 50px;
}

#event_info .headline {
	font-size: 1em;
	color: #fff;
	text-align: center;
	background: #0372c1; /* 背景色を#CC3366 */
	margin: 0px auto 0px;
}

#event_info ul {
	width: 100%;
	font-size: 0;
}

#event_info li {
	width: 100%;
	text-align: center;
}

#event_info li img {
	width: 100%;
	text-align: center;
}

.pr_info {
	width: 95%; 
	margin: 0 auto 50px;
}

.pr_info .headline {
	font-size: 18px;
	color: #fff;
	text-align: left;
	background-color: #35aeff; /* 背景色を#CC3366 */
	padding: 3px 5px;
	margin: 30px auto 20px;
}

.pr_info ul {
	width: 90%;
	font-size: 0;
	vertical-align: middle;
	margin: 0 auto;
}

.pr_info li {
	list-style-type: none;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.pr_info ul li ul {
	width: 100%;
	font-size: 14px;
}

.pr_info li ul li.add {
	border: 1px solid #dcdcdc;
}

.pr_info li ul li.add2 {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pr_info li ul li.add2 span {
	font-size: 13px;
}

.pr_info dl {
	width:400px;
}

.pr_info dt {
	width:10em;
	margin-bottom:0.5em;
	float:left;
}

.pr_info dd {
	border-left:2px solid #376122;
	padding-left:10px;
	margin-left:11em;
	margin-bottom:0.5em;
}

.pr_info .pr_textbox {
	font-size: 14px;
	text-align: left;
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
}

#first_info {
	width: 100%; 
	margin: 0 auto 50px;
}

#first_info img {
	width: 100%;
}

#first_info .headline {
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #35aeff; /* 背景色を#CC3366 */
	padding: 3px 0;
	margin: 0px auto 0px;
}

#first_info p {
	text-indent: 1em;
	font-size: 14px;
	line-height: 22px;
	padding: 10px;
	margin: 0px auto 0px;
}

/* ----------------------------------------------------------------------
 所在地
---------------------------------------------------------------------- */
.box_add {
	overflow : hidden;
	width: 97%;
	padding-top: 0px;
	margin: 0 auto;
}

.box_add .add_list {
	max-width: 650px;
	margin: 10px auto;
}
.box_add .add_list .img {
	max-width: 280px;
	margin: 0;
}
.box_add .add_list .img img {
	float: left;
	width: 100%;
	margin: 0;
	border: 1px solid #dcdcdc;
}
.box_add .add_list .t-right {
	display: inline-block;
	width: 360px;
	margin-left: 5px;
} 

.box_add .add_list .t-right .title {
	width: 95%;
	font-weight: bold;
	padding-left: 20px;
	border-bottom: 1px solid #dcdcdc;
	background: #eee;
} 

.box_add .add_list dl.add {
	width: 100%;
	font-size: 0.9em;
	margin: 0;
}

.box_add .add_list dl.add dl {
	width: 100%;
}
 
.box_add .add_list dl.add dt {
	float: left;
	clear: both;
	width: 30px;
	padding: 5px;
}
 
.box_add .add_list dl.add dd {
	margin-left: 40px;
	padding: 5px;
}

@media screen and (max-width: 700px) {
	.box_add .add_list {
		max-width: 280px;
		margin: 10px auto;
	}
	.box_add .add_list .img {
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
	}
	.box_add .add_list .img img {
		width: 100%;
		margin: 0;
		border: 1px solid #dcdcdc;
	}
	.box_add .add_list .t-right {
		width: 100%;
		margin: 0 auto;
	} 
	.box_add .add_list .t-right .title {
		width: 100%;
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
		padding-left: 0px;
		border-left: 1px solid #dcdcdc;
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		background: #eee;
	} 
	.box_add .add_list dl.add {
		width: 100%;
		font-size: 0.8em;
		margin: 10px auto 30px;
	}
	.box_add .add_list dl.add dl {
		width: 100%;
	}
	.box_add .add_list dl.add dt {
		float: left;
		clear: both;
		width: 30px;
		padding: 5px;
	}
	.box_add .add_list dl.add dd {
		padding: 5px;
	}
}



/* ----------------------------------------------------------------------
 新着情報
---------------------------------------------------------------------- */
.update {
	width: 100%; /* 新着情報エリアの幅 */
	height: 230px;
	font-size: 80%;
	text-align: left;
	padding-top: 15px;
/*	border: 2px solid #dcdcdc;*/
}

/* --- 見出し --- */
.update h3 {
	font-size: 100%;
	margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
}

/* --- 新着リスト --- */
.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 10px 0 0;
	border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
}

/* --- 日付エリア --- */
.update dt {
	width: 100px; /* 日付エリアの幅 */
	float: left;
	margin-top: 5px;
	padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
.update dd {
	margin-top: 5px;
	padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/* ----------------------------------------------------------------------
 main_column
---------------------------------------------------------------------- */
#main_column {
	width: 100%;
	margin: 50px auto 100px;
}

#main_column ul {
	padding: 20px;
	margin-left: 0;
}

#main_column ul li {
	font-size: 13px;
	padding-top: 15px;
}

#main_column table {
	font-size: 85%;
	border-collapse: collapse;
	width:100%;
}
#main_column th.t_top {
	border-top: #b3b3b3 2px solid;
}
#main_column th {
	width: 65px;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 2px;
	font-weight: normal;
	background: #95dbfa;

}
#main_column td.t_top {
	border-top: #b3b3b3 2px solid;
}
#main_column td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
#main_column tr:hover {
    background: #95dbfa;
    color: #666;
}
#main_column table ul {
	margin-left: 0px;
}
#main_column table ul li {
	padding-top: 0;
}

#main_column h3.headline_h3 {
	width: 80%;
	margin: 0 auto;
}

/* ----------------------------------------------------------------------
left_column
---------------------------------------------------------------------- */
#left_column {
	width: 100%;
	margin: 25px auto;
}

/* ----------------------------------------------------------------------
side_column
---------------------------------------------------------------------- */
#right_column {
	width: 100%;
}

.side_headline{
	font-size: 18px;
}

/* side banner */
.side_add {
	max-width: 300px;
	height: auto;
	padding: 10px;
	margin: 0 auto 30px;
}

.side_add .side_banner {
	max-width: 220px;
	padding-top: 10px;
	margin: 0 auto;
}

.side_add .side_banner img {
	width: 100%;
}

.shop_name {
	font-size: 13px;
	font-weight: bold;
}
.tel_txt {
	padding-left: 30px;
}
#side-banner {
	display: none;
}

.side_box {
	float: right;
	width: 300px;
	height: auto;
	margin-right: 30px;
/*	border: solid 2px orange;*/
}

.side_box img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}



/* ----------------------------------------------------------------------
 top_view
---------------------------------------------------------------------- */
#top_view {
	width: 100%;
	height: auto;
	margin: 35px auto 0px;
/*	border:1px solid red;*/
}


/* ----------------------------------------------------------------------
 info banner
---------------------------------------------------------------------- */
#info-banner {
	max-width: 790px;
	margin: 5px auto 80px;
/*	border:1px solid red;*/
}

#info-banner .inner {
	max-width: 790px;
	height: 350px;
	margin: 0 auto 0;
	border-top:1px solid #fff;
	background-image: url(../img/info.jpg);
	background-repeat: no-repeat;
}

#info-banner .title {
	padding: 3px;
}

#info-banner .title h3 {
	padding-left: 20px;
}

#info-banner .txt-box {
	width: 100%;  
	height: 259px;
	padding-bottom: 0px;
	margin-top: 65px;
	margin-left: 149px;
	background-image: url(../img/fram.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.txt-box p {
	width: 380px;  
	font-size: 13px;
	color: #000;  
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	line-height: 19px;
	padding-top: 30px;
	margin-top: -20px;
	margin-left: 178px;
/*	border: 1px solid #fff;*/
}


/* ----------------------------------------------------------------------
 event banner
---------------------------------------------------------------------- */
#event-banner {
	max-width: 790px;
	height: auto;
	text-align: center;
	margin: 30px auto 20px;
/*	border:1px solid blue;*/
}

#event-banner img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

#event-banner .title {
	text-align: left;
	padding: 3px;
}

#event-banner .title h3 {
	padding-left: 20px;
}

#event-banner-txt {
	max-width: 790px;
	padding-bottom: 30px;
	margin: 0 auto 80px;
	border-bottom: 1px solid #fae686;
}

#event-banner-txt p {
	max-width: 480px;
	text-align: center;
	margin: 0 auto 50px;
}

/* ----------------------------------------------------------------------
 index-menu
---------------------------------------------------------------------- */
#index-menu {
	width: 100%;
	text-align: center;
	margin: 30px auto;
	border-top:1px solid #35aeff;
}

#index-menu ul {
	font-size: 0px;
	margin: 50px auto;
}

#index-menu ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	font-size: 12px;
}

#index-menu ul li img {
	border:1px solid #F5CE13;
}

.index-menu-title {
	font-size: 20px;
	margin: 0 0 0px;
}
.index-menu-desc {
	margin: 0;
	font-size: 12px;
	line-height: 200%;
}
.index-menu-title a, .index-menu-desc a {
	text-decoration: none;
}

/* ----------------------------------------------------------------------
 index-menu2
---------------------------------------------------------------------- */
#index-menu2 {
	width: 100%;
	text-align: center;
	margin: -30px auto 40px;
}


/* ----------------------------------------------------------------------
 change
---------------------------------------------------------------------- */
.change {
	font-size: 20px;
	margin: 0 0 0px;
}

/* banner */
#header_banner { display:none; }

/* banner */
#single_banner1 { text-align:center; margin:-5px 0 15px 0; }
#single_banner2 { clear:both; text-align:center; padding:10px 0 10px 0; }

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer{
	width: 100%;
	padding-bottom: 45px;
	margin: 0 auto;
/*	border: 2px solid blue;*/
	background: #35aeff;
}

/* carousel */
.slick-slider{}
#footer-slider-wrapper{
	width: 100%;
	padding-top: 20px;
	border-top: solid 1px #ddd;
}
#footer-slider-wrapper-inner{
	width: 94%;
	margin: 0 auto;
}

#footer-inner{
	width: 94%;
	padding: 20px 10px;
	border-top: solid 1px #666;
	margin: 0 auto;
/*	border: 1px solid red;*/
}

#footer_logo {
	display-none
}

#footer-menu {
	text-align: center;
	margin: 10px auto 0;
/*	border: 1px solid #fff;*/
}

#footer-menu ul {
	width: 100%;
	font-size: 0px;
}

#footer-menu ul li {
	display: inline-block;
	height: 20px;
}

#footer-menu ul li a {
	font-size: 10px;
	color: #fff;
}

#footer-menu ul li.title {
	padding-left: 7px;
	padding-right: 7px;
}

#footer-menu ul li .title-end {
/*	border-right:1px solid #fff;*/
	padding-left: 7px;

}


#copyright {
	text-align: center;
}


/* footer logo */
#footer_logo { display:none; }
#footer_logo_text { display:none; }
#footer_description { display:none; }

/* footer banner */
#footer-banner{
	text-align: center;
	margin-bottom: 20px;
}


/* copyright */
#footer_copr{
	height: 61px;
}

#copyright { width:94%; color:#fff; font-size:11px; background:#35aeff; margin:0; line-height:100%; padding:25px 3%; }
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }

#return_top { position:absolute; bottom:8px; right:10px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:44px; height:44px; margin:0; padding:0; background:#333 url(images/pagetop.png) no-repeat center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#return_top:hover { background-color:#003d53; }

/* ----------------------------------------------------------------------
 txt
---------------------------------------------------------------------- */
.txt {
	font-size: 12px;
	padding: 20px;
	margin: 0 auto;
}

.txt p {
	font-size: 12px;
	padding-left: 20px;
	margin-bottom: 35px;
}

.txt ul {
	margin-bottom: -5px;
}

.txt ul li {
	font-size: 12px;
}

ul.side_line {
	list-style-type: disc;
	margin-top: 50px;
	border: 1px solid #dcdcdc;
}

ul.side_line li {
	display: inline-block;
	font-weight: bold;
	padding-right: 30px;
}


/* ----------------------------------------------------------------------
 support
---------------------------------------------------------------------- */
#support_column {
	width: 95%;
	padding: 5px;
	margin: 10px auto 300px;
}

#support_column h3 {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	color: #0172c0;
	margin: 30px auto 20px;
}

#support_column h4 {
	width: 95%;
	font-size: 14px;
	font-weight: normal;
	margin: 30px auto 20px;
}

.headline-support {
	width: 100%;
	font-size: 16px;
	color: #0172c0;
	margin: 70px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.img-flow_sp {
  max-width: 165px;
	text-align: center;
  padding: 50px 0 0;
	margin: 0 auto 80px;
}

.img-flow_pc {
	display: none;
}

.txt-support {
	padding: 20px;
}

.txt-support p {
	font-size: 12px;
	margin-bottom: 15px;
}

#support_column #support_select ul {
	padding-top: 20px;
	margin: 0 auto;
}

#support_column #support_select ul li {
	list-style-type: none;
	width: 95%;
	font-size: 13px;
	color: #0172c0;
	line-height: 18px;
	margin: 0 auto 20px;
}

#support_column #support_select ul li a:hover { 
	text-decoration: underline;
}

#support_column #support_select ul li a:visited { 
	color:#0172c0;
}


/* ----------------------------------------------------------------------
 idea_column
---------------------------------------------------------------------- */
#idea_column {
	width: 95%;
	padding-right: 5px;
	margin: 0 auto 100px;
}

#idea_column h4 {
	margin-left: 10px;
}

#idea_column p {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 50px 0 50px;
}

#idea_column ul {
	padding: 0 20px 20px 40px;
}

#idea_column ul li {
	font-size: 12px;
	margin: 5px auto;
}

#idea_column ul li.title {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin: 5px auto;
	background: #dcdcdc;
}

#idea_column .photo {
	text-align: center;
}

#idea_column .photo ul {
	font-size: 0;
}

#idea_column .photo li {
	display: inline-block;
	font-size: 12px;
}


.manu-idea ul {
	text-align: center;
	margin: 0 auto;
}

.manu-idea ul li {
	display: inline-block;
	width: 250px;
	height: 100px;
	font-size: 12px;
	text-align: center;
}  

.manu-idea ul li a {
	display: block;
	padding: 30px 0 30px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	-moz-background-size: cover;
	background-size:	 cover;
	background: url("../img/idea-01.png") no-repeat 0 0;
}  

.manu-idea ul li a:hover {
	border: 1px solid #35aeff;
	background: url("../img/idea-011.png") no-repeat 0 0;
}  

.box-profile dl,.box-profile dt,.box-profile dd {
  margin:0px;
  padding:0px;
}
 
.box-profile dl {
	width: 100%;
	margin: 0 auto;
}
 
.box-profile dt {
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	padding-left: 20px;
	background-color: #eee;
}

.box-profile dd {
	font-size: 13px;
	padding: 15px 40px 15px;
}
 
.box-profile dd span {
	line-height: 12px;
}

.box-profile dd ul {
	margin-left: -40px;
}

.box-profile dd ul li {
	list-style: none;
}

/* ----------------------------------------------------------------------
 active_column
---------------------------------------------------------------------- */
#active_column {
	width: 95%;
	padding-right: 5px;
	margin: 50px auto 100px;
}
#active_column h4 {
	font-size: 13px;
	margin-left: 5px;
}

#active_column p {
	font-size: 13px;
	padding-left: 10px;
	margin: 50px 0 50px;
}

.side_line2 ul {
	font-size: 0;
	margin-left: 19px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.side_line2 ul li {
	display: inline-block;
	width: 47%;
	font-size: 13px;
	text-indent: -1em;
	padding-left: 3px;
	padding-right: 3px;
}

.side_line3 ul {
	font-size: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.side_line3 ul li {
	display: inline-block;
	width: 33%;
	font-size: 13px;
	text-align: center;
	text-indent: -1em;
}

.side_line_photo ul {
	width: 100%;
	font-size: 0px;
}

.side_line_photo ul li {
	display: inline-block;
	width: 50%;
}

.side_line_photo ul li img {
	width: 100%;
}

.long_line ul {
	width: 95%;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.long_line ul li {
	display: block;
	width: 100%;
	font-size: 13px;
	text-indent: -1em;
	margin-left: 10px;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------
 stay_column
---------------------------------------------------------------------- */
#stay_column {
	width: 95%;
	padding-right: 5px;
	margin: 50px auto 100px;
}
#stay_column h4 {
	margin-left: 20px;
}

#stay_column p {
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.07;
	padding-left: 30px;
	margin: 50px 0 50px;
}

#stay_column ul {
	margin-left: 10px;
}

#stay_column ul li {
	font-size: 14px;
	margin: 5px auto;
}

#stay_column .long_line1 ul {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 50px;
}

#stay_column .long_line1 ul li {
	display: block;
	width: 100%;
	font-size: 13px;
	text-indent: -1em;
	margin-left: 10px;
	margin-bottom: 5px;
}

#stay_column .long_line2 ul li {
	display: block;
	width: 95%;
	font-size: 13px;
	text-indent: 0em;
	margin-left: 2em;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------
menu_column,map_column,event_column
---------------------------------------------------------------------- */
#menu_column,#map_column,#event_column {
	width: 600px;
	margin: 80px auto 50px;
	border:1px solid blue;
}

/* ----------------------------------------------------------------------
 menu-box
---------------------------------------------------------------------- */
#menu-box {
	margin-top: 150px;
	border:1px solid red;
}

/* ----------------------------------------------------------------------
 box_menu
---------------------------------------------------------------------- */
.box_menu {
	width: 600px;
	margin: 30px auto;
/*	border-top: solid 1px #ddd;*/
}

.box_menu p {
	margin-left: 100px;
}

.box_menu .title {
	padding: 3px;
	margin-bottom: 30px;
}

.box_menu .title h3 {
	padding-left: 20px;
}

.box_menu .title span {
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	margin-left: 10px;
}

.box_menu .title span.time {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #dcdcdc;
	margin-left: 30px;
	background-color: #222;
}

.box_menu_position {
	margin: 0px auto 230px;;
}

/* ----------------------------------------------------------------------
 yougo
---------------------------------------------------------------------- */
#yougo_column {
	padding: 5px 0;
	margin: 10px auto 300px;
}

#yougo_column h3 {
	font-size: 13px;
	color: #0172c0;
	margin: 10px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.headline-yougo {
	font-size: 13px;
	color: #0172c0;
	margin: 70px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.txt-yougo {
	font-size: 12px;
	margin: 0 auto;
}

.txt-yougo p {
	font-size: 12px;
	padding: 20px;
}

.txt-yougo h4 {
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
}

.txt-yougo ul {
	margin-top: -20px;
}

.txt-yougo ul li {
	margin-left: 20px;
}

/*  box-contact
------------------------------------------------------------------------ */
.box-contact {
	height: auto;
	width: 100%;
	font-size: 12.5px;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.box-contact .info {
	height: auto;
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.box-contact .recruit-job-btn {
	text-align: center;
}

.box-contact .recruit-job-btn img {
	width: 58%;
	margin: 25px auto 0;
}

/* [入力フォーム] */
.contact-form dl,.contact-form dt,.contact-form dd {
  margin:0px;
  padding:0px;
}
 
.contact-form dl {
	width: 100%;
	margin: 0 auto;
}
 
.contact-form dt {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	margin-top: 20px;
	list-style-type: square;
	background-color: #f0e9d8;
}

.contact-form dt.comment {

}

.contact-form dt span {
	float: right;
	color: #b6943f;
	margin-right: 20px;
}


.contact-form dd {
	text-align: center;
	padding-top: 20px;
}
 
.contact-form dd.box-cate label {
	text-align: left;
	line-height: 35px;
}

.box-contact .contact-form .select_box {
	border: 0;
	border: solid 1px #ccc;
	color: #444;
	margin: 3px 0;
	padding: 10px;
	max-width: 310px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"],textarea {
	border: 0;
	border: solid 1px #ccc;
	color: #444;
	margin: 3px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 98%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	max-width: 98%;
	height: 260px;
	border: 0;
	border: solid 1px #ccc;
	color: #444;
	margin: 3px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.disabled-btn {
	width: 250px;
	height: 45px;
	font-size: 13px;
	margin: 15px auto 0;
	background-color: #fff;
}

input#submit,input#submit_button,input#submit_button2,input#submit_button-home {
	width: 250px;
	height: 45px;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
}

input#submit_button2 {
	margin: 20px auto 0;
}

input#submit_button-home {
	width: 50%;
	height: auto;
	font-size: 13px;
	margin: 55px auto 0;
	background-color: #fff;
	margin: 40px auto 0;
}

.box_privacy {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 30px auto 0;
}

/* ----------------------------------------------------------------------
 box_map
---------------------------------------------------------------------- */
.box_map {
	width: 100%;
	margin: 60px auto;
}

.box_map .tel {
	text-align: center;
	margin: 10px auto;
}

.box_map .add {
	text-align: center;
}

.map_txt {
	width: 320px;
	padding: 10px;
	margin: 20px auto;
	border: solid 2px #efdf94;
}

.map_txt li {
	text-align: left;
	margin: 0 auto;
}

.shop_name {
	font-weight: bold;
}

/* ----------------------------------------------------------------------
 box_event
---------------------------------------------------------------------- */
.box_event {
	width: 600px;
	margin: 60px auto;
/*	border: solid 1px #ddd;*/
}

.box_event img {
	margin-top: 10px;
}

.event_txt {
	padding: 10px;
	margin-top: 20px;
	border: solid 2px #efdf94;
}


/* ----------------------------------------------------------------------
 slideBox
---------------------------------------------------------------------- */
.head { 
	width: 250px;
	font-weight: bold; 
	text-align: center;
	color: #fff;
	cursor: pointer; 
	margin: 15px auto 30px;
}
.row{display: none;}

.row img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------
 改行
---------------------------------------------------------------------- */
.br:before {
	content: "\A" ;
	white-space: pre ;
}

/* ----------------------------------------------------------------------
 ggmap
---------------------------------------------------------------------- */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------------------------------
 menu-wrap
---------------------------------------------------------------------- */
#menu-wrap {	display: none;}
#menu {
	list-style-type: none;
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
/*	border: solid 1px red;*/
}
#menu ul {font-size: 0;}

#menu li {
	width: 219px;
	display: inline-block;
	margin-top: 5px;
	padding: 0;
	text-align: center;
}
#menu li a {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	padding: 13px 0;
	background: #fff;
	border: solid 1px #ffdf00;
}
#menu li a:hover {
	border: solid 1px #e3c8ff;
	background: #fffffb;
}
.fixed{
	position: fixed;
	top: 0px;
	left: 0px
	z-index: 9999;
}

.error-msg {
	color: red;
}

#page-title {
	width: 100%;
	text-align: center;
	margin: 50px auto 0px; 
}

.sent-info {
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin-top: 80px;
	margin-bottom: 100px;
}

