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

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
 "Hiragino Kaku Gothic Pro","ＭＳ ゴシック", "MS Gothic","Osaka",
 Verdana,Arial, Helvetica, sans-serif;
}

body { -webkit-text-size-adjust: none; }

#c {
	clear: both;
}

.m_t_10 {
	margin-top: 10px;
}

.m_t_20 {
	margin-top: 20px;
}

.m_t_40 {
	margin-top: 40px;
}

#none {
	display: none;
}

#main {
	width: 100%;
	margin: 20px 0 0 0 ;
}

/* mh改行を生かす */
.brnew {
	display: none;
}

.text {
	text-align: center;
	width: auto;
	padding-left:40px;
	padding-right:40px;
}

.text_midashi {
	color: #085450;
	font-weight: bold;
		font-size: 20px;

	
}

/* water */

.text_midashi_water {
	line-height: 1.3em;
	font-size: 20pt;
	color: #3870B3;	
}

.water_padding {
	padding: 40px 30px 30px 30px;
	text-align: justify;
	font-size: 14px;
}

.water_text {
	text-align: center;
	width: auto;
	padding-left:40px;
	padding-right:40px;
}

/* top image --*/

#obi {
	color: #FFFFFF;
	width: auto;
	height: 52px;
	background-color: #085450;
	text-align: left;
	padding-left: 70px;
	line-height: 52px;
}

#obi a {
	color: #fff;
	text-decoration: none;
}

#mainimage img {
	width: 100%;
	height: auto;
}

/* 見出し */

.menu_textbox_bg_none {
	font-size: 36px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #FFFFFF;
	background-color: #085450;
	padding-left: 70px;
}

text_top {
	text-align: center;
	width: auto;
	padding-left:0px;
	padding-right:0px;
}

.obi_textbox_bg_none {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #15923B;
	margin-bottom: 20px;
}

.obi_textbox_syomidashi {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 30px;
	color: #085450;
	font-size: 24px;
	margin-bottom: 20px;
}

.border_b {
	border-bottom: solid 2px #15923B;
}

/* 2カラム */
.box2 {
	width: auto;
	padding-left:40px;
	padding-right:40px;
}

.one2c {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
.two2c {
  float: left;
  width: 49%;
  margin: 0 0 0 1%;
}

/* 2カラム テキストボックス */
.box2_text {
	padding-left: 10px;
	border-left: solid 3px #80DC8E;
}


/* 3カラム */
.box3 {
  margin-right: -1.33%;
}

.cell {
	text-align: left;
	float: left;
	width: 32%;
	margin-right: 1.33%;  /* 32 + 1.33 = 33.33% = 3分の1 */
	text-align: justify
}

.cellme {
	float: left;
	width: 32%;
	margin-right: 1.33%;  /* 32 + 1.33 = 33.33% = 3分の1 */
}

.box3_text_midashi {
	text-align: justify;
	font-size: 20px;
	color: #4870AE;
	line-height: 1.3em;
	padding: 0px 10px;
}

.box3_text_midashi_midori {
	text-align: justify;
	font-size: 20px;
	color: #004444;
	line-height: 1.3em;
	padding: 0px 10px;
}

.box3_text {
	text-align: justify;
	font-size: 13px;
	padding: 0px 10px;
}

.box4_text {
	margin-top: 20px;
	padding: 10px;
	border: solid 3px #80DC8E;
}

/* google map */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* footer */

	#footer {
	text-align: center;
	background-color: #085450;
	margin-top: 40px;
	height: 70px;
	padding: 20px 0px 0px 40px;
	color: #FFFFFF;
	font-size: 12pt;
}

/* table */
.tabletext {
	margin-left: auto;
	margin-right: auto;
}

/* table 2つを1つに */


/* スマホだけに適用するCSS------------------------- */
@media screen and ( max-width:600px )
{

/* 改行をなくす */
.brde {
	display: none;
}

/* 改行を生かす */
.brnew {
	display: inline;
}
	
#main {
	position: absolute;
	margin: 0;
	top: 52px;
}

.text {
	font-size: 13px;
	text-align: left;
	width: auto;
	padding-left:20px;
	padding-right:20px;
}

#none {
	display: inline;
}
	
#mpnone {
	display: none;
}

#mptop {
	z-index: 999;
	position: fixed;
	height: 52px;
	width: 266px;
}

/* 2カラム */
.box2 {
	font-size: 13px;
	width: auto;
	padding-left:20px;
	padding-right:20px;
}
	
.one2c {
  width: 100%;
  margin: 0 0 0 0;
}
.two2c {
  width: 100%;
  margin: 20px 0 0 0;
}
	
/* 3カラム */
	
.box3 {
  margin-right: 0;
}

.cell {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}

.cellme {
	margin: 0 0 20px 0;
	float: none;
	width: 100%;
}
	
/* footer */

#footer {
	background-color: #085450;
	margin-top: 40px;
	height: 70px;
	padding: 20px 0px 0px 20px;
	color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
}

/* table */
	.tabletext {
		font-size: 13px;
	}

/* テーブル2つを一つに */

    .table2c { margin: 0 -10px; }
    .table2c th,
    .table2c td{
    width: 100%;
    display: block;
    border-top: none;
    }


	
/* water */

.text_midashi_water {
	line-height: 1.3em;
	color: #3870B3;	
}

.water_padding {
	padding: 10px;
}

.water_text {
	font-size: 13pt;
	width: auto;
	padding-left:20px;
	padding-right:20px;
}
	
}