@charset "utf-8";

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	background: #fff;
	color: #535353;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}
/*
a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}
*/
a:link {
	text-decoration: none;
	color:#535353;
}

a:visited {
	text-decoration: none;
	color:#535353;
}

img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
}

ol, ul {
	list-style:none;
}


/* --------------------------------------------------- */
/* wrapper */
/* ---------------------------------------------------- */
#wrapper {
	background-size: 100% 355px ;
	-webkit-background-size: 100% 355px ;
	-moz-background-size:  100% 355px ;
	overflow: hidden;
	margin: 0 auto;
}

/* ---------------------------------------------------- */
/* ランドスケープ表示 */
/* ---------------------------------------------------- */
@media all and (orientation:landscape) {
	#wrapper {
		width: 100%;
	}
}

/* ---------------------------------------------------- */
/* header */
/* ---------------------------------------------------- */
header {

}
header h1{
	font-size:12px;
	top:3px;
	left:5px;
	width: 100%;
}

header .logo{
	text-align:center;
}

header .logo img{
	vertical-align: bottom;
}


/* ---------------------------------------------------- */
/* footer */
/* ---------------------------------------------------- */
footer{
	padding: 0 0 0px;
	font-size:12px;
}
footer nav{
	margin:5px;
}
nav.homenav div{
	float:left;
	width:48%;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
	background-color: #e8e7cb;
}
nav.homenav div a{
	display:block;
	color:#535353;
	padding:5px;
}
nav.homenav div:nth-child(even){
	float:right;
}
footer nav ul{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #139aa2;
	width:100%;
	overflow:hidden;
	margin-top:20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #e8e7cb));
background: -webkit-linear-gradient(top, #e8e7cb 0%, #fff 88%);
background: -moz-linear-gradient(top, #e8e7cb 0%, #fff 88%);
background: -ms-linear-gradient(top, #e8e7cb 0%, #fff 88%);
background: linear-gradient(to bottom, #e8e7cb 0%, #fff 88%);
}
footer nav ul li{
	float:left;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom:1px solid #139aa2;
}
footer nav ul li:last-child{
	border-bottom:none;
}

footer nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:8px;
}
footer .info {
	margin:10px;
}
footer .under {
	background:#ff4400;
}
footer .under ul {
	width:100%;
	overflow:hidden;
	border-bottom:2px solid #ffffff;
}
footer .under ul li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float:left;
	width:50%;
	text-align:center;
	background-color: #e8e7cb;
}
footer .under ul li a {
	color:#535353;
	display:block;
	padding:10px 10px;
}
footer .under ul li:first-child{
	border-right:1px solid #ffffff;
}
footer .under ul li:nth-child(even){
	border-left:1px solid #ffffff;
}
footer small {
	margin:0;
	padding:10px;
	display:block;
	color:#535353;
	font-size:10px;
	clear:both;
	background-color: #e8e7cb;
}
footer small#copy a{
	color:#ffffff;
}

/* ---------------------------------------------------- */
/* visual */
/* ---------------------------------------------------- */
.visual{
	border-top:solid 4px #139aa2;
	text-align:center;
	background-color: #d1edfb;
}

.visual p{
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}
.visual.sub h2{
	background:url(../images/common/mainimage_sub.png) left top no-repeat;
	background-size: 310px 68px;
	-webkit-background-size: 310px 68px;
	-moz-background-size: 310px 68px;
	height:45px;
	text-align:right;
	font-size:20px;
	padding:23px 10px 0px 10px;
	margin:5px 0px;
}
/* ---------------------------------------------------- */
/* content */
/* ---------------------------------------------------- */

.container-content{
	padding:5px;
}

.container-content p{
	margin-bottom:15px;
}

section.content {
	margin-bottom:20px;
	margin-top: 10px;
}
section.content h3 {
	background:url(../images/common/bg_ttl.gif) left top repeat-x ;
	background-size: 3px 20px;
	-webkit-background-size: 3px 20px;
	-moz-background-size: 3px 20px;
	border-radius:6px 6px 0px 0px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	box-shadow: 1px -1px 1px #fff;
	-webkit-box-shadow: 1px -1px 1px #fff;
	-moz-box-shadow: 1px -1px 0px #fff;
	background-color:#ff5a00;
	font-size:18px;
	color:#fff;
	line-height:120%;
	padding:10px 8px 8px 8px;
}
section.content nav{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
section.content nav ul {
	width:100%;
	overflow:hidden;
}
section.content nav ul li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
section.content nav ul li a{
	background:url(../images/common/icon_arrow.png) right center no-repeat ;
	background-size: 25px 20px;
	-webkit-background-size: 25px 20px;
	-moz-background-size: 25px 20px;
	display:block;
	padding:12px;
}
section.content nav ul li:last-child {
	border-bottom:none;
}
section.content nav ul li:first-child{
	border-top:none;
}

section.content nav.search li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:50%;
	float:left;
}
section.content nav.search li:nth-child(2n){
	border-left:1px solid #cccccc;
}
section.content nav.search ul li:nth-last-child(2) {
	border-bottom:none;
}
section.content nav.search ul li:nth-child(2){
	border-top:none;
}


.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.list-base li{
	height:100%;
}


.list-base2 li{
	height:150px;
}


.sticking_ph{
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
}

.tit_l{
	font-size:12px;
}



/* 写真つきリスト */

.list-base{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base li:last-child {
	border-bottom:none;
}
.list-base li:first-child{
	border-top:none;
}
.list-base li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
}
.list-base p{
	padding-right:20px;
	margin-left: 20px;
}
.list-base dl{
	display:block;
	padding:10px;
}

.list-base dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base a p{
	font-size:16px;
	line-height:140%;
}


.list-base2{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.list-base2 li {
	line-height:120%;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cccccc;
}
.list-base2 li:last-child {
	border-bottom:none;
}
.list-base2 li:first-child{
	border-top:none;
}
.list-base2 li a{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width:100px;
	overflow:hidden;
	display:block;
	padding:10px;
	float: left;
}
.list-base2 div{
	float:right;
	padding:0px 0px 0px 10px;
}

.list-base2 span{
	display:inline-block;
	color:#7FA50A;
	font-size:14px;
	margin-left: 20px;
	margin-top: 10px;
	font-weight:bold;
}
.list-base2 p{
	display:block;
	padding-right:20px;
	margin-left: 120px;
}
.list-base2 dl{
	display:block;
	padding:10px;
}

.list-base2 dt{
	background-color:#f3f3f3;
	border-bottom:1px solid #a1de51;
	font-size:12px;
	padding:5px 8px 3px 8px;
	margin:10px 0px 5px 0px;
}
.list-base2 dd{
	margin:10px;
	font-size:12px;
}

#searchlist .list-base2 li{
	border-bottom:1px solid #ff5a00;
	padding-bottom:20px;
	padding-top:8px;
}
#searchlist .list-base2 a p{
	font-size:16px;
	line-height:140%;
}

/* 汎用 */
.container{
	margin-bottom:10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	background-color:#fff;
	padding-bottom:10px;
	margin-bottom:10px;
	border:1px solid #ff5a00;
}
.container h4{
	background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#f3f3f3;
	border-bottom:2px solid #99aa33;
	font-size:16px;
	color:#99aa33;
	line-height:120%;
	padding:7px 8px 5px 8px;
	margin:20px 0px 5px 0px;
}
.container h4:first-child{
	margin-top:0px;
}

.container h5{
	margin:12px 0 0 8px;
	font-weight:bold;
}

.container p{
	margin:10px;
}

.container ul{
	margin:10px;
	padding:10px 10px 20px 10px;
	background:#fffbef;
	border-top:1px dotted #DFDFDF;
	border-bottom:1px dotted #DFDFDF;
}

.container ul li {
	padding:0 0 0 20px;
	margin:10px 0 0 0;
	background:url(../images/common/arw01.gif) 0 5px no-repeat;
}

.container .photo {
	padding:0 10px;
}

.table_common{
	margin:10px;
}

.map{
	text-align:center;
}

/* ---------------------------------------------------- */
/* btn */
/* ---------------------------------------------------- */

/* btn ベース */

.btn,.listbtn li{
	background:url(../images/common/bg_op.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	line-height:100%;
	font-size:18px;
	text-align:center;
	margin:10px 0px 15px 0px;
}
.btn a,.listbtn li a{
	background:url(../images/common/arrow-next.png) right center no-repeat ;
	background-size: 26px 22px ;
	-webkit-background-size: 26px 22px ;
	-moz-background-size: 26px 22px ;
	padding:18px 7px;
	display:block;
	color:#ffffff;
}

/* btn各カスタマイズ */

.btn.entrybtn{
	background-color:#ff4f4e ;
}
.btn.detailbtn{
	background-color:#66b400 ;
	padding:0px;
}
.btn.graybtn{
	background-color:#fafafa ;
}
.btn.graybtn a{
	color:#666666 ;
}
.listbtn li{
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eaeaea ;
	margin:8px 0px;
}
.listbtn li a{
	padding:12px 5px;
	color:#666666;
}


/* ---------------------------------------------------- */
/* detail */
/* ---------------------------------------------------- */

/* iconlist */

.iconlist{
	width:100%;
	overflow:hidden;
	margin:5px;
}

.iconlist li{
	float:left;
	background:url(../images/bg_op40.png) left top repeat-x ;
	background-size: 1px 100% ;
	-webkit-background-size: 1px 100% ;
	-moz-background-size: 1px 100% ;
	background-color:#eeeeee;
	width:19%;
	margin:2px 2px;
	padding:5px 0px;
	font-size:12px;
}

/* ---------------------------------------------------- */
/* form */
/* ---------------------------------------------------- */

.content input{
	vertical-align:bottom;
}
.content form p input{

}
.imgbtn{
	text-align:center;
	margin-bottom:25px;
}
.img{
	text-align:center;
	margin:0px auto;
}
.img img{
	border-radius:3px ;
	-moz-border-radius:3px ;
	-webkit-border-radius:3px ;
}
.es{
	color:#c80000;
}
.form-btn{
	text-align:center;
}
.form-btn input{
	border-radius:6px ;
	-moz-border-radius:6px ;
	-webkit-border-radius:6px ;
	box-shadow: 1px 2px 1px #cccccc;
	-webkit-box-shadow:1px 2px 1px #cccccc;
	-moz-box-shadow: 1px 2px 1px #cccccc;
	border:none;
	text-align:center;
	background-color:#FF6600;
	font-size:16px;
	color:#fff;
	padding:10px 30px;
}
.rec{
	background-color:#f3f3f3;
	padding:7px 8px 7px 8px;
}
.rec dt{
	color:#c80000;
	font-size:16px;
	border-bottom:1px solid #dddddd;
	margin-bottom:7px;
	padding-bottom:7px;
}

/* pagenavi */

.pagenavi {
	/zoom: 1;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
	padding: 0px 5px;
}
.pagenavi li {
	float: left;
	margin: 0 2px 2px 0;
	text-align:center;
}
.pagenavi li span,
.pagenavi li a {
	float: left;
	color:#ffffff;
	font-weight:bold;
	padding: 5px 0px;
	width:30px
}
.pagenavi li a.link_before,
.pagenavi li a.link_next {
	width:62px;
}
.pagenavi li a {
	background: #aaaaaa;
}
.pagenavi li span {
	background: #ff6022;
}

.catch{
	font-size:16px;
	color:#c80000;
}


.green {
	color:#009900;
}

.red{
	color:#FF0000;
}

.bold {
	font-weight:bold;
}
ul#shops{
	width: 310px;
	margin: 0 auto;
}
.mb20{
	margin-bottom: 20px;
}
a.c139aa2{
	color: #139aa2;
}
.topics {
	text-align: left;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-radius: 6px;
	border: 1px solid #139aa2;
	background-color: #d1edfb;
	margin-bottom: 20px;
}
.topics h3 {
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	-webkit-border-radius:4px 4px 0px 0px;
	background-color: #139aa2;
	padding:4px;
	text-shadow: 1px 1px 1px #fff;
}
.topics p {
	margin:10px 0 5px 0;
	padding: 0 4px 0 4px;
		font-size: 14px;
	line-height: 1.6;
}
.news {
	text-align: left;
	margin-bottom: 20px;
}
.news li {
	padding: 12px 0 10px 13px;
	border-bottom: 1px dotted #535353;
}
.news li span {
	padding: 0 20px 0 25px;
	background: url(../images/top/arw01.gif) left no-repeat;
}

/*
.submenu{
	width: 310px;
	margin: auto;
}
.submenu ul li{
	margin-right: 5px;
	float: left;
}


.submenu ul li:last-child{
	margin-right: 0;
}
*/
.submenu ul{
	width: 100%;
	margin: auto;
	display:flex;
	justify-content: space-around;
}
.submenu li{
	width:32%;
}

.submenu li img{
	width:100%;
	height:auto;
}


#sub-content h3 {
	padding:10px 0 10px 5px;
	font-size:14px;
	font-weight:normal;
	background-image:url(../images/sub/common/h3.jpg);
	background-repeat: no-repeat;
}
div.guide{
	width: 310px;
	margin: 0 auto;
}
div.guide ul li{
	float:left;
	margin-right: 5px;
	border:1px solid #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 1px #999;
}
div.guide ul li:last-child{
	margin-right: 0;
}
h3.shop02{
	margin-bottom: 6px;
}
table.com01{
	margin:20px 0;
	border:1px solid #CCCCCC;
	width: 100%;
	border-collapse: collapse;
	background-color:#fafafa;
}
table.com01 td,table.com01 th{
	padding:10px 10px 9px;
	border:1px solid #0A797F;
	margin-bottom:1px;
}
table.com01 th{
	padding:5px 10px 4px;
	white-space:nowrap;
	text-align: center;
	background-color:#149AA3;
	color:#FFFFFF;
	font-weight:normal;
}
#sub-content h4 {
	margin:20px 0 20px 0;
	padding:7px 0 7px 10px;
	font-size:14px;
	font-weight:bold;
	background-color:#F4F1E8;
	color:#333;
	border-left:5px solid #AF8F36;
}
.mb40{
	margin-bottom: 40px;
}
.mb20{
	margin-bottom: 20px;
}
dl.price {
	margin-bottom:20px;
}
dl.price dt {
	background:url(../images/sub/common/icon.jpg) center left no-repeat;
	font-size:16px;
	font-weight:bold;
	padding:10px 0 10px 20px;
}
dl.price dd span{
	color:#FF7A68;
	font-size:16px;
	font-weight:bold;
}
dl.price dd {
	font-size:14px;
}
div.cont {
	border-radius: 4px;
	background-color:#d1f6f0;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
div.cont2 {
	border-radius: 4px;
	background-color:#d1f6f0;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
div.cont-last {
	border-radius: 4px;
	background-color:#d1f6f0;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
#sub-content div.cont h3 {
	background:none;
	font-weight:bold;
	padding:10px 10px 10px 5px;
}
#sub-content div.cont-last h3 {
	background:none;
	font-weight:bold;
	padding:10px 10px 10px 5px;
}
#sub-content div.cont2 h3 {
	background:none;
	font-weight:bold;
	padding:10px 10px 10px 5px;
}
.cont-img {
	width: 300px;
	margin:0 auto;
}
div.cont p{
	margin: 5px;
}
div.cont-last p{
	margin: 5px;
}
div.cont2 p{
	margin: 5px;
}
div.faq dl{
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #666666;
}
div.faq dl dt{
	background:url(../images/sub/allertherapy/icon_q.gif) top left no-repeat;
	font-size:16px;
	font-weight:bold;
	padding:4px 0px 15px 36px;
	margin:20px 0px 10px 0px;
	}
div.faq dl dd{
	background:url(../images/sub/allertherapy/icon_a.gif) top left no-repeat;
	padding:4px 0px 15px 36px;
	font-size:14px;
}
div.voice-img {
	border:5px solid #FFFFFF;
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
	box-shadow: 0px 0px 1px #999;
	margin:8px auto;
	width: 120px;
	
}
.imgcenter{
	width: 310px;
	margin: 0 auto 20px auto;
}
p.voice-text{
	margin: 5px 0 0 0 ;
}
.pt10{
	padding-top: 10px;
}
#sub-content p.day {
	background-color:#FAF9F5;
	text-align:right;
	padding:4px 10px 2px;
	font-size:11px;
}
ul.sitemap {
	margin:0px 20px;
}
ul.sitemap li{
		margin-top:30px;
		padding:10px 0px 10px 20px;
        background: url(../images/top/arw01.gif)  center left no-repeat;
		border-bottom:1px dotted #999999;
    }
.topicpath {margin-bottom:20px;}
.txtright{text-align:right;}
.ultxtbox01{
	padding:0 10px 5px;
}
	.ultxtbox01 li{
		list-style:square;
		margin-left:15px;
	}

@media only screen and (orientation : landscape) { /*横向き*/
}
@media only screen and (orientation : portrait) { /*縦向き*/
.pagenavi li:nth-child(9n) {
	clear:both;
}

}
