@charset "UTF-8";

/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:  “ヒラギノ角ゴ Pro W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, “MS PGothic”, “ＭＳ ゴシック”, “ＭＳ Ｐゴシック”, sans-serif;
	/*background-color: #f9f4ee;*/	/*f9f4ee*/
	background: url(../img/common/bg.jpg) repeat top center;
	font-size: 13px;
	color: #3f2802;
}

@media (min-width: 1010px) {
	/* 左にメニューが表示されるモード */
	@media (min-width: 1246px) {
		/*４段表示(full*/
		#wrapper {
			width: 1230px;
		}
	}

	@media (max-width: 1245px) {
		/*３段表示(full*/
		#wrapper {
			width: 990px;
		}
	}

	@media (max-width: 1009px) {
		/*2段表示(full*/
		#wrapper {
			width: 750px;
		}
	}

	#wrapper {
		padding: 0 20px 50px;
		margin: 0 auto;
	}

	/*　メインボックス　*/
	#main-cont{
		max-width: 950px;
		margin-left: 240px;
		display: block;
		min-height: 480px;
	}

	#main-cont #content {
		background-color: #fff;
		width: 100%;
		padding: 0px 10px;
	}

	#leftside {
		width: 230px;
		float: left;
	}

	.header-contept-box {
		margin: 10px 0 10px;
	}
	.header-sms {
		text-align: center;
		margin: 10px 0 20px;
	}

	#sidemenu {
		background-color: #fff;
		padding: 10px 10px 20px;
		margin-bottom: 10px;
	}

	#sidemenu a#pull, #sidemenu .smart-box { display:none; }

	nav li .setumei {
		color: #e67168;
		font-size: 11px;
	}

	nav li.navmenu {
		padding: 10px 0px;
	}

	nav li.navmenu:not(:last-child) {
		background: url(../img/common/side-bg-nav-bottom.png) no-repeat bottom center;
	}

	nav .navmenu-box {
		padding-top: 4px;
		font-weight: bold;
	}

	nav .navmenu-box a {
		color: #3f2802;
		text-decoration: none;
	}

	nav .navmenu-box a:hover {
		text-decoration: underline;
	}

	nav .content-specialmenu {
		padding-left: 25px;
	}

	nav .content-specialmenu a {
		color: #3f2802;
		text-decoration: none;
	}

	nav .content-specialmenu a:hover {
		text-decoration: underline;
	}

	nav .content-mark-box {
		background: url(../img/common/side-bg-content.png) no-repeat center center;
		color: #fff;
		font-size: 16px;
		text-align: center;
		height: 25px;
		width: 25px;
		padding-top: 2px;
		float: left;
		margin-right: 5px;
	}

	/*記事を探す*/
	#search-form {
		padding: 0 0 10px 0;
		background-color: #fff;
		margin-bottom: 10px;
	}

	form#searchform {
		margin-bottom: 10px;
	}

	h5#search-article-title {
		text-align: center;
		color: #fff;
		background:  url(../img/common/side-bg-search-articles.png) no-repeat top center;
		padding-top: 4px;
		font-size: 14px;
		height: 27px;
		margin-bottom: 5px;
	}

	#search-form .screen-reader-text, #search-form .search-article-subtitle {
		margin-left: 10px;
	}

	#search-form input#s {
		position:relative;
		padding:2px 40px 2px 10px;
		left:10px;
		border:1px solid #ccc;
		width:210px;
		font-size:11px;
		color:#444;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		text-shadow: 0 1px #fff;
		background:#ececec;
		background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#fff));
		background: -moz-linear-gradient(top, #ececec, #fff);
		background: -o-linear-gradient(top, #ececec, #fff);
		background: -ms-linear-gradient(top, #ececec, #fff);
		background: linear-gradient(top, #ececec, #fff);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ececec', endColorstr='#fff');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ececec', endColorstr='#fff)";
		-pie-background: linear-gradient(top, #ececec, #fff);
		behavior: url(../PIE.htc);
	}

	#search-form #search-btn1 {
		position:relative;
		margin-left:-25px;
		margin-bottom:-6px;
	}

	#search-form ul.search-area-list li {
		margin-left: 30px;
		background:  url(../img/common/side-bt-article.png) no-repeat left center;
		padding: 1px 0px 1px 15px;
	}

	#search-form ul.search-area-list li a {
		color: #e67168;
		text-decoration: none;
	}

	#search-form ul.search-area-list li a:hover {
		text-decoration: underline;
	}

	/* 今後のイベント情報 */
	#townguide-form {
		padding: 0 0 10px 0;
		background-color: #fff;
		margin-bottom: 10px;
	}

	h5#weekly-eventinfo-title {
		text-align: center;
		color: #fff;
		background:  url(../img/common/side-bg-weekly-eventinfo.png) no-repeat top center;
		padding-top: 4px;
		font-size: 14px;
		height: 27px;
		margin-bottom: 5px;
	}

	#townguide-form #searchtownguide {
		margin-top: 10px;
		padding: 0 15px;
	}

	#townguide-form input.event_year {
		width: 60px;
		margin: 0 2px 0 0;
	}
	#townguide-form input.event_month {
		width: 30px;
		margin: 0 2px;
	}
	#townguide-form input.event_day {
		width: 30px;
		margin: 0 0 0 2px;
	}
	#ai1ec_agenda_widget-2 {
		margin-bottom:10px;
	}
	#townguide-form .sentakushi {
		padding-left: 10px;
	}
	#townguide-form input[type=checkbox] {
		margin-right: 3px;
	}

	#townguide-form label {
		padding: 3px 0px 5px;
	}
	#townguide-form .midashi1 {
		background:  url(../img/common/side-bt-townguide.png) no-repeat left center;
		padding: 3px 0 3px 18px;
	}
	#townguide-form .townguide-link { text-align: right; margin-right: 10px; }
	#townguide-form .townguide-link a {
		margin: 5px 0 10px;
		padding: 3px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background-color: #594524;
		color: #fff;
		text-decoration: none;
	}
	#townguide-form .townguide-link a:hover {
		text-decoration: underline;
	}

	#townguide-form .searchbtn-cen { text-align: center; margin-bottom: 10px;}
	#searchevent-btn {
		margin: 5px 0;
		padding: 2px 10px;
		border: 1px solid #aaa;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #feb4a9; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYjRhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y1OGU3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  #feb4a9 0%, #f58e7e 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb4a9), color-stop(99%,#f58e7e)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #feb4a9 0%,#f58e7e 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #feb4a9 0%,#f58e7e 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #feb4a9 0%,#f58e7e 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #feb4a9 0%,#f58e7e 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb4a9', endColorstr='#f58e7e',GradientType=0 ); /* IE6-8 */
	}

	/* PCサイズは非表示 */
	.pcnone{
		display: none;
	}
}

@media (max-width: 1009px) {
	/* メニューを畳むモード */
	header {
		width: 240px;
		margin: 0 auto;
	}
	header h1 {
		text-align: center;
		margin-bottom: 10px;
	}
	header .header-contept-box {
		margin-bottom: 10px;
	}
	header .header-sms {
		margin-bottom: 10px;
		text-align: center;
	}

	/* メニュープルダウン　ここからスタート　*/
nav#sidemenu {
  margin-bottom : 1.5em;
  background-color: #3f2802;
  border-top: 1px solid #827D7D;
  width: 100%;   /* 幅を100％に */
  z-index: 100;  /* 必要に応じて */
  margin-top: 0;
  padding: 0;
}

nav#sidemenu ul.grandmenu {
  overflow : hidden;     /* 必要に応じて */
  margin: 0;
  padding: 0;
}
nav#sidemenu ul.grandmenu li.navmenu {
  width : 100%;    /* 幅を100％に */
  border-bottom: 1px solid #666;
  background-color: #3f2802;
}
nav#sidemenu ul.grandmenu li.navmenu a {
  display : block;
  text-align: left;
  color : #FFF;
  padding: 5px 0 5px 20px;
}

nav#sidemenu ul.grandmenu li.navmenu a:hover {
  color:#fff;
  background-color : #7e6b5a;
}

nav#sidemenu ul.grandmenu {
  display: none;      /* スモールデバイスでは非表示に */
  height: auto;
}

nav#sidemenu a#pull {
  display: block;        /* #pull のみ表示 */
  background-color: #3f2802;
  width: 100%;
  padding: 10px;
  position: relative;
  text-align: center;
  color: #FFF;
  text-decoration: none;
}
nav#sidemenu a:hover#pull {
  color: #7e6b5a;
}

nav#sidemenu a#pull:after {
  width: 30px;
  display: inline-block;
  position: relative;
  left: 35%;
  top: 5px;
}

nav#sidemenu a:hover#pull:after {
  width: 30px;
  display: inline-block;
  position: relative;
  left: 35%;
  top: 5px;
}

li.navmenu .navmenu-box {
	color: #fff;
}
li.navmenu .setumei, li.navmenu .content-mark-box{
	display: none;
}
nav#sidemenu ul.grandmenu li.navmenu li.content-specialmenu a {
  padding: 3px 0px 3px 30px;
}
#index-slide { position: relative; z-index: 1; }
#main-cont { position: relative; z-index: 1; }
footer { position: relative; z-index: 1; }

	/* メニュープルダウン　ここまで　*/

	/* PC以下サイズは非表示 */
	.spnone{
		display: none;
	}

	#townguide-form, #search-form {
		display: none;
	}
	@media (min-width: 740px) {
		/*３段表示(full*/
		#wrapper {
			width: 720px;
		}
	}

	@media (max-width: 739px) {
		/*２段表示(full*/
		#wrapper {
			width: 480px;
		}
	}
	#wrapper {
		padding: 0 5px 20px;
		margin: 0 auto;
	}
	.header-link-box { display: none; }
}

@media (min-width: 501px) {

	footer#grand-footer {
		background:  url(../img/common/footer-bg-main2019.jpg) no-repeat top center;
		padding-top: 400px;
	}

	footer#grand-footer #footer-in {
		color: #fff;
		background-color: #3f2802;
	}

	.footer-content {
		line-height: 2em;
		max-width: 1230px;
		padding: 10px 20px 30px;
		margin: 0 auto;
	}

	footer#grand-footer nav {
		margin-bottom: 10px;
	}

	footer#grand-footer nav li {
		float: left;
	}

	footer#grand-footer nav li:not(:last-child):after {
		content: "　|　";
	}


}

@media (max-width: 500px) {
	/*スマホモード：メニューを画面上に固定*/
	#wrapper {
		width: calc(100% - 4px);
	}
	#wrapper {
		padding: 0 2px 10px;
		margin: 57px auto 0;
	}
	nav#sidemenu {
		position: fixed !important;
		position: absolute;
	  	z-index: 100;  /* 必要に応じて */
  		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		font-size:16px;
	}
	nav#sidemenu a#pull {
		text-align: right;
	}

	footer#grand-footer #footer-in {
		color: #fff;
		background-color: #3f2802;
	}

	.footer-content {
		line-height: 2em;
		max-width: 1230px;
		padding: 10px 20px 30px;
		margin: 0 auto;
	}

	footer#grand-footer nav {
		margin-bottom: 10px;
	}
	.footer-intro{display:none;}

}

.bt-top{
	position: relative;
	top: -150px;
}

@media (min-width: 500px) {
/* Wobble Vertical */

@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bt-top {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.bt-top:hover {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
}

#main-cont a{
	color: #3f2802;
	text-decoration: none;
}

#main-cont a:hover{
	text-decoration: underline;
}

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

footer a:hover {
	text-decoration: underline;
}


/*page navi*/
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span.current {
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
	border: 1px solid #aaa;
	text-align: center;
	padding: 3px 10px;
	margin: 2px;
}

.wp-pagenavi a {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-8 */
}

.wp-pagenavi a:hover {
	border-color: #000;
}

.wp-pagenavi span.current {
background: rgb(254,187,187); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlYmJiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjk4OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(254,187,187,1) 0%, rgba(242,152,156,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(100%,rgba(242,152,156,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(242,152,156,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(242,152,156,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,187,187,1) 0%,rgba(242,152,156,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,187,187,1) 0%,rgba(242,152,156,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#f2989c',GradientType=0 ); /* IE6-8 */
border: 1px solid #F2989C;
font-weight: bold;
color:#fff;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}

.header-link-box img { margin-bottom: 10px; }


/* 20160323 added start*/

.taisho_title {
	color:#4A4236;
	font-weight:bold;
        font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

.onsen-box1 .onsen-line1, .onsen-box2 .onsen-line1 { background-color:#4A4236; color:#fff; text-align:center; margin-bottom:5px; }
.onsen-box1 .onsen-line2, .onsen-box2 .onsen-line2 { color:#4A4236; text-align:center; margin-bottom:10px; border-bottom:1px dotted #4A4236;}
.onsen-box1 .onsen-name, .onsen-box2 .onsen-name { padding-right:5px; float:left; }
.onsen-box1 .onsen-tel, .onsen-box2 .onsen-tel { width:120px; float:right; }
#contents .oubo-box { text-align:center; margin:20px; }
#contents .oubo-box img { width:100%; max-width:436px; }
.oto-box { margin:10px 0 0 10px; }


@media (min-width: 740px) {
	#onsen740 { display:block; }
	#onsen739 { display:none; }
	.onsen-box1 { margin-bottom:20px; width:48%; float:left; }
	.onsen-box2 { margin-bottom:20px; width:48%; float:right; }
	#contents ul.onsen-list li { list-style:none; width:90%; margin-left:10px; }
	.onsen-box1 .onsen-name, .onsen-box2 .onsen-name { padding-right:5px; float:left; }
	.onsen-box1 .onsen-tel, .onsen-box2 .onsen-tel { width:120px; float:right; }
}

@media (max-width: 739px) {
	#onsen740 { display:none; }
	#onsen739 { display:block; }
	.onsen-box1, .onsen-box2 { margin-bottom:20px; }
	#contents ul.onsen-list li { list-style:none; width:90%; margin-left:5px; }
	.onsen-box1 .onsen-name, .onsen-box2 .onsen-name { padding-right:2px; float:left; }
	.onsen-box1 .onsen-tel, .onsen-box2 .onsen-tel { width:150px; text-aligh:right; float:right; }
}
