@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
	width: 100%;
overflow-wrap : break-word;
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  background: url(../images/backimg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  background-repeat:
    repeat-x, /* 最前面の背景レイヤーに対応 */ repeat;
  font: 15px/2.0 "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #000000;
  -webkit-text-size-adjust: none;
	
}
/* リンク設定
------------------------------------------------------------*/
a {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #3A9787;
}
a:hover, a:active {
  outline: none;
  color: #111111;
}
a img:hover {
  opacity: .8;
}
/**** Clearfix ****/
nav#mainNav ul:after, nav#mainNav .inner:after, .newsTitle:after, .post:after, .inner:after, ul.news:after {
  content: "";
  display: table;
  clear: both;
}
nav#mainNav ul, .newsTitle, .post, nav#mainNav .inner, ul.news {
  zoom: 1;
}
/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}
textarea {
  height: auto;
  line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"], p.readon a {
  vertical-align: top;
  padding: 0 10px;
  background: #104b44;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 28px;
  height: 28px;
  font-size: 120%;
  color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, p.readon a:hover {
  background: #222222;
  background: -moz-linear-gradient(top, #222222 0%, #111111 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222222), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #222222 0%, #111111 100%);
  background: -o-linear-gradient(top, #222222 0%, #111111 100%);
  background: linear-gradient(to bottom, #222222 0%, #111111 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#111111', GradientType=0);
  cursor: pointer;
}
*:first-child + html input[type="submit"] {
  padding: 3px;
}
/* レイアウト
------------------------------------------------------------*/
#wrapper.inner {
margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

#inner {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

#content {
  float: left;
  width: 960px;
  padding: 0 0 30px 0px;
  overflow:hidden;

}

#content_wm {
 background-color: #e2efff;
  width: 100%;
overflow:hidden; 
}

#news {
margin: 0 auto;	
 background-color: #fff;
  max-width: 960px;
	float: left;
	overflow:hidden;
}



.inner {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
}

.content_bw {
	width: auto;
  max-width: 960px;
 clear: both;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  z-index: 0;
	overflow:hidden;
}

.content_bw p {
  line-height: 30px;
  text-align: left;
	
}
	
.content_bw img {
  padding:10px;
	overflow:hidden;

}	
	
#toppage #content {
  width: 100%;
	overflow:hidden;

	
}

#footer {
  color: #FFF;
  clear: both;
  background-image: url(../images/footerback.png);
  text-align: center;
}

.backwhite {
	background-color: #FFFFFF;
}


.backblue {
	padding:20px 0;
	background-color: #e2efff;
}

.backgreen {
	padding:20px 0;
	background-color: #07907f;
}

.backglay {
	padding:20px 0;
	background-color: #e7fcf4;
}


.telpapge {
	text-align: center;
}

.sub {
  background: url(../images/backsub.png);
  background-repeat: repeat-x, /* 最前面の背景レイヤーに対応 */ repeat; /* 最前面の背景レイヤーに対応 */
}


table {
   width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}

/* ヘッダー
*****************************************************/
.bg {
  /*background:#5fae7b;*/
}
/* サイト説明文
----------------------------------*/
#header {
  overflow: hidden;
}
#header h1 {
  padding: 3px 0;
  font-size: 90%;
  color: #000;
  font-weight: normal;
}
#header ul {
  padding-top: 30px;
  float: left;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
  clear: both;
  float: left;
  padding: 10px 0 0 20px;
  color: #fbb847;
  font-size: 100%;
  font-weight: bold;
}
/* SNS
----------------------------------*/
.sns {
  float: right;
  padding: 25px 0 10px 0;
}
.sns img {
  margin-left: 5px;
}
.tel {
  font-family: 'Kosugi', sans-serif;
font-family: 'Oxanium', cursive;
white-space:nowrap;
  font-size: 200%;
  font-weight: bold;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;

}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
  width: auto;
  max-width: 960px;
  clear: both;
  margin: auto;
  padding: 20px 0 10px 0;
  line-height: 0;
  text-align: center;
  z-index: 0;
}
.toppage h4 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
/* 記事ループ
*****************************************************/
.list {
  padding: 10px 0;
  border-bottom: 1px dashed #e4e4e4;
}
.list:last-child {
  border: 0;
}
.post .list p {
  padding: 0 auto;
	text-align: center;
}
.list span {
  padding-left: 10px;
}
/* タイポグラフィ
*****************************************************/
h2.title {
  clear: both;
  color: #104b44;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 170%;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
}
.dateLabel {
  text-align: right;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.post p {
  text-align: center;
  padding-bottom: 15px;
}
.post ul {
  margin: 10px;
}
.post ul li {
  margin-bottom: 5px;
  padding: 7px;

}
.post ol {
  margin: 0 0 10px 30px;
}
.post ol li {
  list-style: decimal;
}
.post a {
  color: #06C;
  font-weight: bold;
}
.post h1 {
  margin: 20px 0;
  padding: 5px 0 5px 15px;
  font-size: 150%;
  border-bottom: 2px solid #000;
}
.post h2 {
  color: #e37fc6;
  margin: 10px 0;
  padding-bottom: 2px;
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px dotted #727272;
}
/*ピックアップ部*/
h3.title {
  color: #104b44;
  clear: both;
  padding: 25px 0 0 0;
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
}
.post {
  width: 100%;
	
}
.post h3 {
  word-wrap: break-word;
  font-weight: bold;
  font-size: 140%;
  color: #104b44;
}
.post blockquote {
  clear: both;
  padding: 10px 0 10px 15px;
  margin: 10px 0 25px 30px;
  border-left: 5px solid #ccc;
}
.post blockquote p {
  padding: 5px 0;
}
.post table {
  border: 1px #535353 solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0 20px;
}
.post table td {
  padding: 10px;
  border-width: 0 0 1px 1px;
}
.post dt {
  font-weight: bold;
}
.post dd {
  padding-bottom: 10px;
}
.post img {
  max-width: 100%;
  height: auto;
  float: left;
  padding: 0 10px 20px 5px;
}
img.aligncenter {
  display: block;
  margin: 5px auto;
}
img.alignright, img.alignleft {
  margin: 0 15px 15px 15px;
  display: inline;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}

.maincont img {
  max-width: 960px;
  height: auto;
  float: left;
  padding: 0 10px 10px 5px;
}
/* 特徴文字　
-------------*/
.tokuchou {
  font-size: 110%;
  font-weight: 700;
  font-family: 'Kosugi', sans-serif;
  white-space: nowrap;
}
/* お知らせ　
-------------*/
.newsTitle {
  clear: both;
  margin: 0;
  padding: 7px 10px 7px 0;
  font-size: 120%;
}
.newsTitle h3 {
  clear: both;
  color: #104b44;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 200%;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
  white-space: nowrap;
}
.newsTitle p {
  float: right;
  padding: 0 0 0 10px;
  font-size: 80%;
  background: url(images/arrow2.png) no-repeat 0 5px;
}
.news p {
  clear: both;
  padding-bottom: 1px;
  border-bottom: 1px dashed #cccccc;
}
.news p:last-child {
  border: 0;
}
.news p a {
  padding: 5px 0;
  color: #fe439f;
  font-weight: bold;
  text-decoration: underline;
  color: #fe439f;
}
.news a span {
  color: #515151;
  font: normal 100% Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
.news span {
  padding-left: 10px;
}
.news a:hover span {
  color: #949b43;
}
/* トップページ */
#content .newsTitle h3 {
  font-size: 120%;
}

.newstopics {
  width: 940px;
  margin-right: -40px;
}


/* *******************フッター**********************/

#footer a {
  color: #fff;
}
#footer .boxWrap {
  width: 940px;
}
#footer .box {
  /*float:left;*/
  width: 940px;
  margin-right: 0px;
  padding: 10px 0;
}
.auto {
  max-width: 100%;
  height: auto;
}
.box .widgetWrap, .box section.widget ul {
  padding: 0 0 0 7px;
  margin-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.box section.widget li a {
  background: url(images/arrowWhite.png) no-repeat 0 12px;
  border: 0;
}
.box section.widget li a:hover {
  background-position: 2px 12px;
}
#footer h3 {
  padding: 5px;
  margin-bottom: 5px;
}
.contact p {
  padding: 0px 0 5px 32px;
  margin-bottom: 3px;
  font-size: 110%;
}

#copyright {
  color: #fff;
  clear: both;
  padding: 15px 0;
  text-align: center;
  font-size: 90%;
  background: #127c56;
}
.contentTitle {
  clear: both;
  margin: 0;
  padding: 7px 10px 7px 0;
  font-size: 180%;
  border-bottom: 1px solid #fff;
}
/*------------------------ page navigation---------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}
.prev {
  float: left
}
.next {
  float: right;
}
#pageLinks {
  clear: both;
  color: #4f4d4d;
  text-align: center;
}
/* ----------------------topnews-----------------------------*/
ul#banners, ul.post {
  width: 960px;
  margin-right: 0 auto;
  padding-bottom: 20px;
	overflow:hidden;
}
ul#banners li, ul.post li {
  float: left;
  margin-right: 11px;
  
}
ul.post {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
 	
}
ul.post img {
  margin:0 auto;
  height: auto;
}
/*----------------------pickup font------------------------------*/
ul.post h3 {
  margin: 10px 0;
  padding-bottom: 5px;
  font-size: 170%;
  font-weight: normal;
  color: #c494c5;
  border: 0;
}
p.readon a {
  text-decoration: none;
  padding: 3px 10px;
  font-size: 95%;
  white-space: nowrap;
}
ul#banners:after {
  content: "";
  display: table;
  clear: both;
}
ul#banners {
  zoom: 1;
}

/*----------------------step------------------------------*/
.steptitle {
  background-image: url("../html/service/images/step1.png");
  background-size: 70px 70px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 80px; /* 画像と重ならないように文字列を右に移動 */
}

.steptitle2 {
  background-image: url("../html/service/images/step2.png");
  background-size: 70px 70px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 80px; /* 画像と重ならないように文字列を右に移動 */
}

.steptitle3 {
  background-image: url("../html/service/images/step3.png");
  background-size: 70px 70px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 0px 80px; /* 画像と重ならないように文字列を右に移動 */
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt150 {
  margin-top: 150px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml265 {
  margin-left: 265px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr100 {
  margin-right: 100px;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.center {
  text-align: center;
	margin: 0 auto;
}
.left {
  white-space: nowrap;
}

.gmap {
margin:0 auto;
padding:20px 0 10px 0;	
}
.gmap iframe {
height: 350px;
width: 960px;
}

#featured_img img {
  margin: 20px;
  max-width: 100%;
  border: 2px #b49e23 solid;
}
#thumb_img img {
  max-width: 100%;
  border: 1px #b49e23 solid;
  margin-bottom: 20px;
}
.g-small {
  width: 90px;
  height: 90px;
  border: 1px #b49e23 solid;
  object-fit: cover;
}
.g-big img {
  width: 280px;
  height: 210px;
  margin: 15px;
  border: 1px #b49e23 solid;
  object-fit: cover;
}
.g-class img {
  width: 200px;
  height: auto;
  margin: 15px;
  border: 1px #b49e23 solid;
  object-fit: cover;
}
.box1 {
  float: left;
  width: auto;
  text-align: center;
  line-height: 18px;
}
.sen {
  border: 1px #535353 solid;
}
.sen2 {
  border-bottom: 1px #535353 solid;
}
.blue1 {
  margin: 10px 0;
  padding-top: 10px;
  font-size: 130%;
  font-weight: bold;
  color: #3a6f9b;
  border: 0;
  white-space: nowrap;
}
.content img {
  padding: 0 25px 20px 0;
}
/*----------------------table------------------------------*/

 .hyou{
	 border:solid 1px #b6bbd2;
	width:90%;
	line-height : 20px;
    background:#FFF;
	 word-break: break-all;
	
}



.hyou td{
	border:dotted 1px #b6bbd2;
    vertical-align:middle;
	line-height : 25px;
	text-align:left;
	padding:20px;
 }	
 
 .hyou th{
	border:dotted 1px #b6bbd2;
    vertical-align:middle;
	line-height : 25px;
	text-align:left;
	padding:20px;
 }

.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%;
}
.cellblue {
  background-color: #b3c1e1;
  vertical-align: middle;
  white-space: nowrap;
}
.cellgreen {
  background-color: #d4edb9;
  vertical-align: middle;
 }
.pinkfun {
  background-color: #ffd5d5;
  vertical-align: middle;
  white-space: nowrap;
}
.pink2 {
  background-color: #e73571;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  display: block;
}
.orange {
  background-color: #ffe0bf;
  vertical-align: middle;
  white-space: nowrap;
}
.green {
  background-color: #e0ffbf;
  vertical-align: middle;
  white-space: nowrap;
}
.blue {
  background-color: #bfe6ff;
  vertical-align: middle;
  white-space: nowrap;
}
.purple {
  background-color: #eeccf0;
  vertical-align: middle;
  white-space: nowrap;
}
.yellow {
  background-color: #eef0cc;
  vertical-align: middle;
  white-space: nowrap;
}
.glay {
  background-color: #dadada;
  vertical-align: middle;
  white-space: nowrap;
}
.name {
  margin: 10px 0;
  padding-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
  color: #000;
  border: 0;
  white-space: nowrap;
}
.wh_name {
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  border: 0;
  white-space: nowrap;
}
.black {
  margin: 10px 0;
  padding-bottom: 5px;
  font-size: 110%;
  font-weight: bold;
  color: #000;
  border: 0;
}
.mawari {
  overflow: hidden;
}
.blackff {
  color: #000;
  font-weight: bold;
}
.red {
  color: #c63c70;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.f-black {
  font-size: 100%;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.f-purple {
  font-size: 120%;
  color: #c494c5;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.f-white {
  font-size: 220%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
	line-height: normal;
font-family: 'Kosugi', sans-serif;
white-space:nowrap;
}
.f-blue {
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
  font-size: 140%;
  color: #0f61db;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.f-green {
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
  font-size: 140%;
  color: #376c37;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.f-red {
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
  font-size: 140%;
  color: #d54b00;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.telgreen {

  font-size: 220%;
  color: #136758;
  font-weight: bold;
  letter-spacing: 0.5px;
	line-height: normal;
font-family: 'Kosugi', sans-serif;
white-space:nowrap;
}

.title2 {
  font-family: 'Kosugi', sans-serif;
white-space:nowrap;
  font-size: 180%;
  font-weight: bold;
}
.left {
  overflow: auto;
}
.pro {
  width: auto;
}
.banner {
  width: 100%;
  height: auto;
}

hr {
  border-style: dotted; /* 種類 */
  border-color: silver; /* 色 */
  margin: 2em 0 2em 0;
}

#formWrap {
	width:90%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px dotted #525252;
	padding:10px;
}
table.formTable th{
	width:20%;
	font-weight:normal;
		text-align:left;
	vertical-align:middle;
}
table.formTable td{
	width:30%;
	font-weight:normal;
		text-align:left;
}

.blue{
	background:#d7f0ff;
}

.yellow{
	background:#faffd7;
}

.pink{
	background:#ffeaf2;
}

.green{
	background:#dfffd7;
}

.purple{
	background:#f4e7ff;
}


/*----------------------スライダー------------------------------*/
/*
	slide_simplefade.css
*/
#slide {}
#slide img {
  /* 全てを透明にして、画像を重ねる */
  opacity: 0;
  position: absolute;
}
/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
  div.panel {
    display: block !important;
  }
  a#menu {
    display: none;
  }
  .topname {
    padding: 15px 0;
  }
  nav#mainNav ul {
    clear: both;
    position: relative;
    z-index: 200;
    width: auto;
    margin: 0 auto;
  }
  nav#mainNav li {
    flex-grow: 1;
    width: auto;
    float: left;
    position: relative;
    font-family: 'Kosugi', sans-serif;
white-space:nowrap;
    font-size: 92%;
    line-height: 20px;
  }
  nav#mainNav li.hassub a {
    background: url(images/arrowDown2.png) no-repeat 100% 50%;
  }
  nav#mainNav li a {
    text-decoration: none;
    display: block;
    font-family: 'Kosugi', sans-serif;
white-space:nowrap;
    _float: center;
    font-size: 150%;
    line-height: 45px;
    padding: 0 31px 0 31px;
    color: #fff;
    font-weight: 700;
    /*text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;*/
  }
  nav#mainNav li {
    border-left: 1px dotted #a3acd2;
    border-right: 1px dotted #a3acd2;
  }
  nav#mainNav li + li {
    border-left: 0;
    border-right: 1px dotted #a3acd2;
  }
  .small {
    font-size: 54%;
    color: #b6bbcd;
    font-weight: 500;
    letter-spacing: 0.5px;
  }
  nav#mainNav li.current-menu-item a, nav#mainNav li a:hover, nav#mainNav li.current-menu-parent a {
    color: #82beaf;
    border-color: #222222;
  }
  nav#mainNav li.hassub.current-menu-item a, nav#mainNav li.hassub a:hover, nav#mainNav li.hassub.current-menu-parent a {
    background: url(images/arrowDown.png) no-repeat 100% 50%;
  }
  nav#mainNav li.hassub li a, nav#mainNav li.hassub.current-menu-item li a, nav#mainNav li.hassub.current-menu-parent li a, nav#mainNav li.hassub li a:hover {
    background: none;
  }
  nav#mainNav ul ul {
    width: 160px;
    background: #fff;
  }
  nav#mainNav li ul {
    display: none;
    opacity: 0;
  }
  nav#mainNav li:hover ul {
    display: block;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 500;
    opacity: 1;
  }
  nav#mainNav li li {
    margin: 0;
    float: none;
    width: 160px;
  }
  nav#mainNav li li a, nav#mainNav li.current-menu-parent li a, nav#mainNav li.current-menu-item li a {
    padding: 0 0 0 5px;
    height: 35px;
    font-size: 95%;
    line-height: 35px;
  }
  nav#mainNav li.current-menu-item li a, nav#mainNav li.current-menu-parent li a {
    color: #adadad;
    border-bottom: 1px solid #adadad;
  }
  nav#mainNav li li.current-menu-item a, nav#mainNav li li a:hover {
    color: #222222;
    border-color: #222222;
  }
}
/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) {
  body {
    background-image: url(../images/sub2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-repeat:
      repeat-x, /* 最前面の背景レイヤーに対応 */ repeat;
    text-align: center;
  }
  .sub {
    background: url(../images/sub2.png);
    background-repeat: repeat-x, /* 最前面の背景レイヤーに対応 */ repeat; /* 最前面の背景レイヤーに対応 */
  }
  #mainImg {
    background-image: url(../images/spimg.jpg);
    background-size: cover;
  }
  .pickup {
    width: 100%;
    margin: 0 auto;
    float: left;
  }
  nav#mainNav {
    clear: both;
    width: 100%;
    margin: 0 auto 10px;
  }
  nav#mainNav a.menu {
    width: 100%;
    color: #2f1c0f;
    display: block;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #594a2b;
    border-bottom: 1px solid #594a2b;
    background: url(../images/menuOpen.png) no-repeat 5px 8px;
  }
  nav#mainNav a#menu span {
    padding-left: 35px;
  }
  nav#mainNav a.menuOpen {
    border-bottom: 0;
    background: url(../images/menuOpen.png) no-repeat 5px -34px;
  }
  nav#mainNav a#menu:hover {
    cursor: pointer;
  }
  nav .panel {
    display: none;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }
  nav#mainNav ul {
    margin: 0;
    padding: 0;
  }
  nav#mainNav ul li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    line-height: 1.2;
  }
  nav#mainNav ul li:first-child {
    border-top: 1px solid #d5d5d5;
  }
  nav#mainNav ul li li:first-child {
    border-top: 0;
  }
  nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
    display: block;
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    background: rgba(255, 255, 255, 0.5);
  }
  nav#mainNav ul li:last-child a {
    border: 0;
  }
  nav#mainNav ul li li:last-child a {
    border: 0;
  }
  nav#mainNav ul li li:last-child a {
    border-bottom: 1px dashed #ccc;
  }
  nav#mainNav ul li a span {
    display: none;
  }
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active {
    background: #f6f6f6;
  }
  nav#mainNav ul li li {
    float: left;
    border: 0;
  }
  nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a {
    padding-left: 40px;
    background: #fff url(images/sub1.png) no-repeat 20px 18px;
  }
  nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover {
    background: #f6f6f6 url(images/sub1.png) no-repeat 20px -62px;
  }
  nav#mainNav ul li li:last-child a {
    background: #fff url(images/subLast.png) no-repeat 20px 20px;
  }
  nav#mainNav ul li li:last-child.current-menu-item a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
    background: #f6f6f6 url(images/subLast.png) no-repeat 20px -65px;
  }
  nav div.panel {
    float: none;
  }
  #mainImg {
    margin-bottom: 20px;
  }
  .sns {
    float: left;
    padding: 10px 0;
  }
  p {
    clear: both;
  }
}
/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  #header ul {
    padding-top: 0px;
    float: left;
  }
  .inner, #footer .boxWrap, #wrapper {
    width: 96%;
	
  }
  #mainImg img {
    width: 96%;
    height: auto;
  }
  #content {
    clear: both;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 10px 0;
	  overflow: hidden;
	 
  }

  ul.post, ul#banners, #sidebar ul#banners {
    width: 100%;
    display: table-row;
    margin: 0;
	  
  }
  ul.post li, ul#banners li, #sidebar ul#banners li {
    float: none;
    width: 98%;
    margin: 0 auto;
    padding: 20px;
  }
  ul.post img, ul#banners li img, #sidebar ul#banners img {
    max-width: 98%;
    height: auto;
  }

  #footer .boxWrap {
    margin: 0;
    padding: 0;
  }
  #footer .box {
    float: none;
    width: 100%;
    margin: 10px 0;
  }
  .sns {
    float: right;
    padding: 10px 0;
  }
  .news p {
    text-align: left;
    padding-bottom: 1px;
    border-bottom: 1px dashed #cccccc;
  }
  .subpage {
    text-align: left;
  }
  .subpage img {
    text-align: left;
  }
  .maincont p {
    text-align: left;
	word-break : break-all;
	  
  }
  .maincont img {
    text-align: left;
	 max-width:100%;
  }
	
 .greeting {
    text-align: left;
  }
  .greeting img {
    text-align: left;
  }	
}
/* 幅644px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
  #header h1 {
    padding: 3px 0;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
  }

	#content {
    text-align: center;
		margin: 0 auto;
		 float: left;
		overflow: hidden;
  }
	
	#inner {
  margin: 0 auto;
  max-width: 644px;
  overflow: hidden;
}
	
  .bg {
    background-color: #104b44;
  }
  #header {
    text-align: center;
    background-color: #fff;
  }
  #header h2, #header ul {
    float: none;
  }
  #headerInfo {
    width: 250px;
    margin: 0 auto;
  }
  img.alignright, img.alignleft {
    display: block;
    margin: 5px auto;
  }
  .alignright, .alignleft {
    float: none;
  }
	
	 .post {
	  float: left;
	  margin: 0 20%;
	 max-width: 90%;
		 
	  }	
	
  .post img {
    width: 100%;
    margin: 0 20%;
  }
  .g-big img {
    float: left;
    width: 95%;
    height: auto;
    margin: 10px;
    border: 1px #b49e23 solid;
    object-fit: cover;
  }
	
	 .sns {
		 float: none;
    margin:0 auto;
    padding: 10px 0;
  }
	
 
  .topname {
    padding: 0;
  }
  #footer ul {
    text-align: left;
    padding: 15px;
  }
  #footer ul ul {
    padding: 0;
  }
	
  .content img {
    width: 320px;
    height: auto;
    margin: 0 auto;
  }
	
.gmap {
margin:0 auto;
}
.gmap iframe {
height: 300px;
width: 100%;
}
	
}
/* 幅420px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 420px) {
   .inner, #footer .boxWrap, #wrapper .content {
    display: block;
	   width: 96%;
	   margin: 0 auto;
	   overflow:hidden; 
  }
	
#inner {
  margin: 0 auto;
  max-width: 96%;
  overflow: hidden;
}
	

	
  .maincont img {
    text-align: left;
	 max-width:100%; 
    margin: 0;
    padding: 0 0 20px 0;
  }	
	
.tel {
  text-align:center;

}	
	
.content_bw {
  padding: 0px 0 5px 5px;
  z-index: 0;
	overflow:hidden;
}
	
.content_bw img {
  margin:0 auto;
	overflow:hidden;
 }
	
.hyou{
	width:95%;
	font-size:80%;


}	

.hyou td{
	padding:5px;
 }
 
 .hyou td{
	padding:5px;
 }
	
/*Safariだけに適用される新型CSSハック*/
_::-webkit-full-page-media, _:future, :root .css_selector {
position: absolute;
top: 15px;
text-align: center;
}	
	
#header {
    text-align: center;
  }
	
  #header h2, #header ul {
    float: none;
	  text-align: center;
	  }
	
#header img {
    width:100%;
	  }	

#headerInfo {
    width: 250px;
    margin: 0 auto;
  }
  img.alignright, img.alignleft {
    display: block;
    margin: 0 auto;
  }
  .alignright, .alignleft {
    float: none;
  }
  ul.post, ul#banners, #sidebar ul#banners {
  	width: 98%;
    display: table-row;
    margin: 0 auto;
  }
  ul.post li, ul#banners li, #sidebar ul#banners li {
    width: 98%;
    margin: 0 auto;
  }
  ul.post img, ul#banners li img, #sidebar ul#banners img {
    max-width: 98%;
    margin: 0 auto;
  }
	
.post ul li p {
	  float: none;
	text-align:center;
}

  .sns {
	   float: left;
    padding: 10px 0;
  }
	

.post {
	  float: left;
	  margin: 0 15%;
	 max-width: 90%;
	  }	
	
  .post img {
    max-width: 90%;
    margin: 0 10%;
  }
	
  .tel {
    font-family: 'Kosugi', sans-serif;
font-family: 'Oxanium', cursive;
white-space:nowrap;
    font-size: 180%;
    font-weight: bold;
    color: #000;
text-align: center;
	
  }
	
.telpage img {
    max-width: 420px;
	  margin: 0 auto;
  }

	.box1 img{
		padding:0;
	}


	
	p {
		padding: 10px;
		word-wrap:break-all;
	}
	
  h2.title {
    clear: both;
    color: #104b44;
    margin: 0 0 10px;
    padding: 5px 0;
    font-size: 150%;
    font-weight: 700;
    border-bottom: 1px solid #000;
    font-family: serif;
    white-space: nowrap;
  }
  .f-green {
    font-size: 110%;
  }
  .content img {
    max-width: 420px;
    height: auto;
    margin: 15px;
  }
	
  .g-big {
    margin: 0 auto;
  }
  .g-big img {
    width: 100%;
    height: auto;
    margin: 10px;
    border: 1px #b49e23 solid;
    object-fit: cover;
  }

	
	 .greeting img {
    text-align: left;
    margin: 0;
    padding: 0 0 20px 0;
  }
  .topname {
    padding: 0;
  }
	
  #footer ul {
    text-align: left;
    padding: 15px;
  }
  #footer ul ul {
    padding: 0;
  }

ul#banners li, ul.post li {
  float: left;
  width: 320px;
margin:0 7%;
}
ul.post {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin:0 auto;
}
ul.post img {
  max-width: 320px;
  height: auto;
padding-bottom:10px;
}

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

	
.step img {
  width: 100px;
  height: auto;
}	

	
.hyou{
	width:98%;
	font-size:80%;
	margin:5px;

}	

.hyou td{
	padding:5px;
 }
 
 .hyou td{
	padding:5px;
 }
	
.maincont img{
		padding-left:5px;
	}
	
  .post img {
    max-width: 90%;
    margin: 15px;
  }
	
.gmap {
margin:0 auto;
}
.gmap iframe {
height: 300px;
width: 100%;
}
	


}