@charset "utf-8";


/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
a img{
	-webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
	-moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

a[href^="tel:"] {
		pointer-events: none;
}

/*************************************************************
【見出し】
*************************************************************/
.headline {
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #0372c1; /* 背景色を#CC3366 0372c1*/
	margin: 70px auto 0px;
}

.headline-2 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	background-color: #35aeff; /* 背景色を#CC3366 */
	margin: 70px auto 50px;
}

.headline-short {
	font-size: 22px;
	color: #0172c0;
	margin: 70px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.headline-img {
	padding-left: 40px;
	margin-left: 10px;
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	background-position: left;
}

h2#headline_h2 {
	position: relative;
	padding-left: 25px;
	border-bottom: 3px solid #35aeff;
	color: #666;
	font-size: 20px;
	line-height: 32px;
}

h2#headline_h2:before {
	position: absolute;
	top: -8px;
	left: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	height: 12px;
	width: 12px;
	background: #35aeff;
	content: "";
}

h2#headline_h2: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-left: 25px;
	border-bottom: 3px solid #35aeff;
	color: #666;
	font-size: 20px;
	line-height: 32px;
}

h3#headline_h3:before {
	position: absolute;
	top: -8px;
	left: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	height: 12px;
	width: 12px;
	background: #35aeff;
	content: "";
}

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-left: 45px;
	border-bottom: 3px solid #a7e1fb;
	color: #666;
	font-size: 20px;
	line-height: 32px;
}

h3.headline_h3:before {
	content: "□";
	font-size: 110%;
	position: absolute;
	color: #35aeff;
	top: -0.5em;
	left: 0.3em;
	height: 12px;
	width: 12px;
}

h3.headline_h3:after {
	content: "□";
	font-size: 110%;
	position: absolute;
	color: #8BE0FE;;
	top: 0em;
	left: 0;
	height: 12px;
	width: 12px;
}
h4.headline_h4 {
	height: 15px;
	color: #333;
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left: 15px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
/*	background: url(../img/stripe.gif) repeat-x bottom left;*/
}

/* ----------------------------------------------------------------------
 body
---------------------------------------------------------------------- */
body {
	margin:0;
	padding:0;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#333;
}

/* ----------------------------------------------------------------------
 wrapper
---------------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
/*	border: solid 2px red;*/
/*
	background-image: url("../img/bg_side_bar.png");
	background-repeat: repeat-y;
	background-position: center;
*/
}

#top-area {
	width: 100%;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
	background: #fff;
	border-bottom: solid 2px #0372c1;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header {
	width: 1200px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
/*	border-bottom: solid 1px #35aeff;*/
	background: #fff;
}

#logo-area {
	width: 100%;
	height: 80px;
	margin: 0 auto;
}
#logo_image {
	float: left;
	margin-left: 50px;
}

#logo_image #logo {
	margin: 0 auto;
	margin-top: 5px;
}

#logo-area .tel {
	width: 150px;
	height: 75px;
	margin: 0 auto;
	padding-top: 15px;
	margin-left: 600px;
}

#description { 
	font-size: 0.8em; 
	color:#666; 
	margin:0; 
	padding-left: 30px; 
	line-height:100%; 
}

#header-contact {
	float: right;
	width: 317px;
	height: 69px;
	padding-top: 13px;
	margin-right: 30px;
}

#header-contact  a {
	width: 317px;
	height: 69px;
	padding-top: 13px;
	display: inline-block;
	background: url("../img/conntact-banner.png") no-repeat;
}

#header-contact  a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* ----------------------------------------------------------------------
 top_view
---------------------------------------------------------------------- */
#top_view {
	width: 1400px;
	height: 416px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: #fff;
	border: 1px solid #dcdcdc;
}

/* ----------------------------------------------------------------------
 contents
---------------------------------------------------------------------- */
#contents {
	width: 1000px;
	margin: 0 auto 300px;
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
/*	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	*/
}

#contents_1 {
	width: 1000px;
	margin: 0 auto 300px;
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
/*	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
	*/
}

#contents2 {
/*	border:1px solid blue;*/
}

/* slider */
#slider-wrapper {
	position: relative;  
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	margin-top: -650px;
}

#event_info {
	width: 1000px;
	margin: 0 auto 50px;
}

#event_info .headline {
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	background: #0372c1; /* 背景色を#CC3366 */
	margin: 0px auto 0px;
}

#event_info ul {
	width: 100%;
	font-size: 0;
}

#event_info li {
	display: inline-block;
	width: 33.2%;
	text-align: center;
	border-right: 1px solid #dcdcdc;
}

#event_info li:last-child {
	border-right: 0px solid #dcdcdc;
}

#event_info dl {
	width: 100%;
	border: 1px solid red;
}

#event_info dt {
	clear: left;
	float: left;
	width: 30%;
	height: 20px;
	padding: 5px;
	font-weight: bold;
}

#event_info dd {
	font-size: 0.9em;
	height: 20px;
	padding: 5px;
	margin: 0 0 0 20%;
}
#event_info dd:before { content: '……　'; }

.pr_info {
	width: 1000px;
	margin: 0 auto 50px;
}

.pr_info ul {
	width: 85%;
	font-size: 0;
	vertical-align: middle;
	margin: 0 auto;
}

.pr_info li {
	display: inline-block;
	width: 49%;
	text-align: center;
	vertical-align: middle;
}

.pr_info ul li ul {
	width: 100%;
	font-size: 16px;
}

.pr_info li ul li.add {
	width: 3em;
	padding: 10px;
}

.pr_info li ul li.add2 {
	width: 300px;
	text-align: left;
	padding: 10px;
}

.pr_info li ul li.add2 span {
	font-size: 13px;
}

.pr_info li ul li.add2 a {
	color: #333;
	text-decoration: none;
}

.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: 17px;
	text-align: center;
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
}

#first_info {
	clear: both;
	width: 1000px;
	margin: 160px auto 50px;
}

#first_info .headline {
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	background: #0372c1; /* 背景色を#CC3366 */
	margin: 0px auto 0px;
}

#first_info p {
	text-indent: 1em;
	font-size: 15px;
	padding: 20px;
	margin: 0px auto 0px;
}



/* ----------------------------------------------------------------------
 main_column
---------------------------------------------------------------------- */
#main_column {
	width: 800px;
	padding: 20px;
	margin: 0 auto 100px;
}

#main_column ul {
	padding: 0 20px 20px 20px;
	margin-left: 20px;
}

#main_column ul li {
	font-size: 16px;
	margin: 5px auto;
}

#main_column ul li a {
	font-size: 22px;
	color: #0172c0;

}

#main_column table {
	border-collapse: collapse;
	width:100%;
}
#main_column th.t_top {
	border-top: #b3b3b3 4px solid;
}
#main_column th {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	background: #95dbfa;

}
#main_column td.t_top {
	border-top: #b3b3b3 4px solid;
}
#main_column td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}
#main_column tr:hover {
    background: #95dbfa;
    color: #666;
}


/*
#main_column img {
	width: 100%;
	height: auto;
}
*/
/* ----------------------------------------------------------------------
 left_column
---------------------------------------------------------------------- */
#left_column {
	width: 670px;
	height: 300px;
	float: left;
	padding: 0 auto 5px;
	margin-bottom: 100px;
}

#left_column img {
	width: 100%;
	height: auto;
}

/* ----------------------------------------------------------------------
 所在地
---------------------------------------------------------------------- */
.box_add {
	overflow : hidden;
	width: 97%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.add_list {
	width: 100%;
	margin: 10px auto;
}

.add_list .img {
	width: 280px;
	margin: 0;
}

.add_list .img img {
	float: left;
	width: 100%;
	margin: 0;
	border: 1px solid #dcdcdc;
}

.add_list .t-right {
	display: inline-block;
	width: 360px;
	margin-left: 5px;
}

.add_list .t-right .title {
	width: 95%;
	font-weight: bold;
	padding-left: 20px;
	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 {
	/* dtの幅だけ横にずらす */
	margin-left: 40px;
	/* dlやdtとは異なった背景色を使用 */
	/* 上線と，dt・ddの左右間の区切り */
	padding: 5px;
}


/* ----------------------------------------------------------------------
 新着情報
---------------------------------------------------------------------- */
.update {
	width: 97%; /* 新着情報エリアの幅 */
	height: 188px;
	font-size: 80%;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/* --- 新着リスト --- */
.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%;
}



/* ----------------------------------------------------------------------
 right_column
---------------------------------------------------------------------- */
#right_column {
	width: 300px;
	float: right;
	padding: 0 auto 5px;
	margin: 0 auto;
}

#side-banner .tel_img img {
	max-width: 300px;
	height: auto;
	margin-bottom: 0px;
}

.side_add {
	width: 100%;
	text-align: center;
	margin: 0 auto;
/*	background:url(../img/banner_box.jpg) no-repeat;*/
}

.side_add .side_banner {
	width: 280px;
	padding-top: 10px;
	margin: 0 auto;
}

.side_add .side_banner img {
	width: 100%;
	border: 1px solid #dcdcdc;
}

.tel_txt {
	display: none;
}

.side_box {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.side_box img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

/* ----------------------------------------------------------------------
 maincopy
---------------------------------------------------------------------- */
#maincopy {
	width: 790px;
	text-align: center;
	margin: 30px auto;
	background-image: url(../img/bg_box.jpg);
}
#maincopy .main {
	font-size: 22px;
	color: #fff;
	border-left: 10px solid #FFCCCC;
	background-color: #35aeff; /* 背景色を#CC3366 */
	margin: 0 auto 50px;
}
#maincopy p {
	font-size: 13px;
	line-height: 25px;
	padding-top: 10px;
	margin: 0 auto 50px;
}

#maincopy img {
	margin: 20px auto 80px;
}

/* ----------------------------------------------------------------------
 rough-flow
---------------------------------------------------------------------- */
#rough-flow {
	width: 95%;
	margin: 30px auto;
}

#rough-flow .img-left {
	float: left;
	margin-right: 2em;
	margin-bottom: 0px;
}

#rough-flow img {
	border: 2px solid #dcdcdc;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

/* ----------------------------------------------------------------------
 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: 430px;  
	height: 219px;
	padding-top: 40px;
	margin-top: 48px;
	margin-left: 340px;
	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: 5px;
	margin-left: 30px;
/*	border: 1px solid #fff;*/
}

/* ----------------------------------------------------------------------
 index-menu
---------------------------------------------------------------------- */
#index-menu {
	width: 100%;
	text-align: center;
	margin: 0 auto;
/*	border:1px solid blue;*/
}

#index-menu ul {
	width: 100%;
	margin: 0 auto;
/*	border:1px solid orange;*/
}

#index-menu ul li {
	display: inline-block;
	width: 325px;
	margin-bottom: 50px;
	font-size: 12px;
/*	border:1px solid #dcdcdc;*/
}

#index-menu ul li img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

#index-menu ul li img {
	
	width: 100%;
	height: auto;
	border:1px solid #dcdcdc;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

.index-menu-title {
	width: 330px;
	font-size: 20px;
	margin-bottom: 0;
	background: #35aeff;
}
.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: 0 auto;
/*	border:1px solid blue;*/
}

#index-menu2 ul {
	width: 100%;
	margin: 0 auto;
/*	border:1px solid orange;*/
}

#index-menu2 ul li {
	display: inline-block;
	width: 70%;
	margin-bottom: 50px;
	font-size: 12px;
/*	border:1px solid #dcdcdc;*/
}

#index-menu2 ul li img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

#index-menu2 ul li img {
	
	width: 100%;
	height: auto;
	border:1px solid #dcdcdc;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

.index-menu2-title {
	width: 330px;
	font-size: 20px;
	margin-bottom: 0;
	background: #35aeff;
}
.index-menu2-desc {
	margin: 0;
	font-size: 12px;
	line-height: 200%;
}
.index-menu2-title a, .index-menu2-desc a {
	text-decoration: none;
}

/* ----------------------------------------------------------------------
menu_column,map_column,event_column
---------------------------------------------------------------------- */
#menu_column,#map_column,#event_column {
	max-width: 900px;
	margin: 130px auto 50px;
/*	border:1px solid blue;*/
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer {
	clear: both;
	min-width: 100%;
	padding-top: 5px;
	background: #0372c1;
	color: #fff;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	color:#8dd0d9;
}
#footer-inner {
/*	border: 1px solid red;*/
}

#footer_logo {
	text-align: center;
	margin: 0 auto;
/*	border: 1px solid blue;*/
}

#footer-menu {
	text-align: center;
	margin: 10px auto 0;
/*	border: 1px solid #fff;*/
}

#footer-menu ul {
	font-size: 0px;
}

#footer-menu ul li {
	display: inline-block;
	width: 100px;
}

#footer-menu ul li h2 a {
	font-size: 12px;
	color: #fff;
}

#footer-menu ul li .title {
	border-right:1px solid #fff;
}

#footer-menu ul li .title-end {
/*	border-right:1px solid #fff;*/
}

/* copyright */
#footer_copr_area{
	width: 100%;
}

#copyright {
	width: 1100px;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	margin: 0 auto;
}

#copyright a {
	text-decoration:none;
	color:#fff;
}

#copyright a:hover {
	text-decoration:underline;
}

/* ----------------------------------------------------------------------
 idea_column
---------------------------------------------------------------------- */
#idea_column {
	width: 800px;
	padding: 20px;
	margin: 0 auto 100px;
}
#idea_column h4 {
	margin-left: 20px;
}

#idea_column p {
	padding-left: 30px;
	margin: 50px 0 50px;
}

#idea_column ul {
	padding: 0 20px 20px 20px;
	margin-left: 30px;
}

#idea_column ul li {
	font-size: 14px;
	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 {
}

#idea_column .photo li {
	display: inline-block;
	font-size: 12px;
}

.manu-idea ul {
	width: 100%;
	text-align: center;
	margin: 50px auto;
}

.manu-idea ul li {
	display: inline-block;
	width: 24%;
	font-size: 18px;
	text-align: center;
}  

.manu-idea ul li a {
	display: block;
	padding: 20px 0 20px;
	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 {
	width: 700px;
	text-align: center;
	margin: 30px auto 0;
}

.box-profile dl {
	width: 100%;
	border: 2px solid #999;
	padding: 0;
}

.box-profile dl dt {
	float: left ;
	clear: both ;
	height: 55px;
	width: 130px;
	font-size: 13px;
	line-height: 55px;
	border-right: 1px solid #dcdcdc;
}

.box-profile dl dd {
	height: 55px ;
	font-size: 13px;
	line-height: 55px ;
	text-align: left;
	border-bottom: 1px dotted #999;
}

.box-profile dl dd span {
	padding-left: 20px;
}

.box-profile dl dd:last-child {
	border-bottom: none;
}

.box-profile dd ul {
	margin-left: -10px;
}

.box-profile dd ul li {
	display: inline-block;
	width: 30%;
	list-style: none;
	padding-top: 10px;
	padding-left: 20px;
}

.box-profile_2 {
	width: 700px;
	text-align: center;
	margin: 30px auto 0;
	border: 2px solid #999;
}

.box-profile_2 p {
	font-weight: bold;
	text-align: left;
	padding: 0;
}

.box-profile_2 ul {
	width: 100%;
}

.box-profile_2 ul li {
	width: 100%;
	text-align: left;
}


/* ----------------------------------------------------------------------
 active_column
---------------------------------------------------------------------- */
#active_column {
	width: 800px;
	padding: 20px;
	margin: 200px auto 100px;
}
#active_column h4 {
	margin-left: 20px;
}

#active_column p {
	padding-left: 30px;
	margin: 50px 0 50px;
}

#active_column ul {
	padding: 0 20px 20px 20px;
	margin-left: 20px;
}

#active_column ul li {
	font-size: 14px;
	margin: 5px auto;
}

.side_line3 ul{
	font-size: 0;
}

.side_line3 ul li {
	display: inline-block;
	width: 20%;
	font-size: 13px;
	font-weight: bold;
}

.side_line_photo ul {
	width: 90%;
	font-size: 0px;
}

.side_line_photo ul li {
	display: inline-block;
	width: 25%;
}

.long_line ul li {
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
}

/* ----------------------------------------------------------------------
 stay_column
---------------------------------------------------------------------- */
#stay_column {
	width: 800px;
	padding: 20px;
	margin: 100px auto 0;
}
#stay_column h4 {
	margin-left: 20px;
}

#stay_column p {
	padding-left: 30px;
	margin: 50px 0 50px;
}

#stay_column ul {
	padding: 0 20px 20px 20px;
	margin-left: 10px;
}

#stay_column .long_line1 ul li {
	list-style: none;
	font-size: 17px;
	font-weight: normal;
	padding-left: 1em;
	text-indent:-1em;
	margin: 5px auto;
}

#stay_column .long_line2 ul li {
	list-style: none;
	font-size: 17px;
	font-weight: normal;
	padding-left:1em;
	text-indent:-1em;
	margin: 5px auto;
}


/* ----------------------------------------------------------------------
 support
---------------------------------------------------------------------- */
#support_column {
	width: 700px;
	padding: 5px;
	margin: 0 auto 300px;
}

#support_column h3 {
	width: 100%;
	font-size: 22px;
	color: #0172c0;
	margin: 10px auto 20px;
	border-bottom: 1px solid #0172c0;
}

#support_column #support_select ul {
	list-style-type: none;
	margin: 40px auto;
}

#support_column #support_select ul li {
	width: 90%;
	margin: 10px auto 20px;
}

.headline-support {
	width: 100%;
	font-size: 22px;
	color: #0172c0;
	margin: 70px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.img-flow_pc {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
  padding: 50px 0 0;
}

.img-flow_sp {
	display: none;
}

.txt-support {
	padding: 20px;
}

.txt-support p {
	margin-bottom: 15px;
}



/* ----------------------------------------------------------------------
 yougo
---------------------------------------------------------------------- */
#yougo_column {
	padding: 5px;
	margin: 130px auto 300px;
}

#yougo_column h3 {
	width: 100%;
	font-size: 22px;
	color: #0172c0;
	margin: 10px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.headline-yougo {
	width: 100%;
	font-size: 22px;
	color: #0172c0;
	margin: 70px auto 20px;
	border-bottom: 1px solid #0172c0;
}

.txt-yougo {
	width: 620px;
	padding: 20px 0px 0px 20px;
	margin: 0 auto;
}

.txt-yougo p {
	margin-bottom: 15px;
}
/* ----------------------------------------------------------------------
 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 150px;;
}

/*  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: 13px;
	line-height: 22px;
	text-align: center;
	padding-top: 0px;
	margin-top: 80px;
	margin-bottom: 0px;
}

.box-contact .contact-form {
	width: 650px;
	text-align: center;
	margin: 30px auto 0;
}

.contact-form dt span {
	float: right;
	clear: both ;
	color: #b6943f;
	margin-right: 60px;
}

.box-contact .contact-form dl {
	width: 650px;
	margin: 0 0 0 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0;
}

.box-contact .contact-form dl dt {
	float: left ;
	clear: both ;
	height: 80px;
	width: 280px;
	font-size: 13px;
	line-height: 80px;
}

.box-contact .contact-form dl dd {
	height: 80px ;
	font-size: 14px;
	line-height: 80px ;
	text-align: left;
	border-bottom: 1px dotted #999;
}

.contact-form dt.comment {
	height: 90px ;
	border-bottom: 1px dotted #fff;
}

.contact-form dl dd.comment {
	min-height: 90px;
	height: auto;
	line-height: 22px;
	border-bottom: 1px dotted #fff;
}


.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: 10px;
	max-width: 310px;
	-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_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;
}

/* [個人情報] */
.privacy-policy {
	width: 330px;
	font-size: 12px;
	padding: 5px;
	margin: 60px auto 0;
}

.box_privacy {
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 10px auto;
}

/* ----------------------------------------------------------------------
 slideBox
---------------------------------------------------------------------- */
.head { 
	width: 245px;
	text-align: center;
	cursor: pointer; 
	margin: 0 auto;
}

.head img {
	border: 1px solid #35aeff;
}

.row{
	display: none;
	text-align: center;
	margin: 60px auto;
}

/* ----------------------------------------------------------------------
 change
---------------------------------------------------------------------- */
.change {
	display-none
}

/* ----------------------------------------------------------------------
 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 {
	width: 100%;
	height: 40px;
	margin: 0px auto 1px;
/*	box-shadow: 0 1px 10px #333;*/
	background: #0372c1;
}
#menu {
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0px auto;
}
#menu ul {font-size: 0;}

#menu li {
	width: 150px;
	display: inline-block;
	padding: 0;
	text-align: center;
}
#menu li a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	padding: 13px 0;
	background: #0372c1;
/*	background: #35aeff;*/
	border-right: solid 2px #fff;
}
#menu li a:hover {
	color: #fff;
	background: #0372c1;
	border-bottom: 3px solid red;
}

.current {
	display: block;
	height: 40px;
	width: 150px;
	color: #fff;
	text-decoration: none;
	background: #35aeff;
}

.menu_button-left {
	border-left: solid 2px #fff;
}

.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	z-index:1000;
}

/* ----------------------------------------------------------------------
 menu スマホ
---------------------------------------------------------------------- */
.sp {
	display: none;
}


#navre {
	display: none;
	border: 1px solid blue;
}

#navre a {
	width: 100px;
	height: 40px;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin: 0 1px 0 0;
	padding: 5px;
	
}

#navre a:hover {
	color: #b7fcff;
}

#navre ul li {
}

@media screen and (max-width: 740px) {
  #navre a {
	float: none;
	margin: 0 0 1px 0;
	width: 100%;
  }
}

.space {
	margin-bottom: 50px;
}

.error-msg {
	color: red;
	margin-top: -50px;
}

#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;
}
