/*--------------------------------------------------------------------
原則として、許可を得ている場合を除き、再配布は禁止とします。
また、無料でご利用の方には、【ＰＲ枠】のリンクは全て、削除禁止とさせていただきます。加工後の削除も同様に禁止です。
必ず、削除はせずにお使いください。ご協力お願いします。
ご不明な点がありましたら、お手数ですが
http://www.s-hoshino.com/info.htmlまたはhttp://www.megapx.com/info.htmlのフォームよりお問い合わせください。
---------------------------------------------------------------------*/

*, *:before, *:after {
	box-sizing: content-box !important;
}
* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

body {
	color: #505050;
	background-color: #509D69;
	font-size: 12px;
	word-wrap: break-word;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover,
input.btn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #FFFFFF;
}


li {
	list-style-type: none;
}
a {
	color: #3F8A00;
}
a:hover {
	color: #99BF00;
	text-decoration: none;
}

hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
    margin-bottom: 15px;
}

header {
	background-color: #FFF;
}

header #h_list li {
	display: inline;
	padding-left: 30px;
	font-size: 12px;
	font-weight: 500;
}

header #h_list a {
	text-decoration: none;
	color: #656565;
	position: relative;
	padding-left: 10px;
}

header #h_list a::after{
	position: absolute;
	content: "";
	background: #A0D348;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 10px;
	width: 8px;
	left: 0px;
	top: 40%;
	transform: translateY(-50%);
}

header #h_list a:hover {
	background-color: #FFFFFF;
	color: #55A200;
}

.header_logo{
	display: flex;
	align-items: center;
}

.header_logo a{
	width: 194px;
	height: auto;
	display: inline-block;
}

.header_logo a img{
	width: 100%;
	height: auto;
}

.header_logo_text span{
	display: block;
	color: #929292;
	letter-spacing: .05em;
}

.header_logo_text span:first-of-type{
	font-size: 8px;
	font-weight: 500;
}

.header_logo_text span:last-of-type{
	font-size: 13px;
	font-weight: 700;
}


#main {
	background-color: #FFF;
}

#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #E5E5E5;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #333333;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9CC95F;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content .box_out {
	background-color: #F9F9F9;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	margin-bottom: 5px;
	padding: 10px;
}

h2 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .05em;
	padding-left: 5px;
	margin-bottom: 10px;
	color: #656565;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #64A600;
	padding-top: 15px;
	padding-bottom: 5px;
	clear: both;
	display: flex;
	align-items: center;
}

h2 span {
	font-size: 10px;
	font-weight: 700;
	padding: 0 12px;
	color: #A0D348;
	letter-spacing: .05em;
}
#content h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	color: #FFFFFF;
	padding-left: 10px;
	margin-top: 1px;
	background-color: #66CC99;
	margin-bottom: 0px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00B66E;
	padding-top: 6px;
	padding-bottom: 0px;
	letter-spacing: .05em;
}

#content h3,  x:-moz-any-link  {
	padding-top: 5px;
	padding-bottom: 1px;
}

#content h3 span {
	font-size: 10px;
	color: #DDFFBB;
	padding-left: 15px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #fff;
	background: #CCCCCC;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 16px;
	width: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0px;
}

#content p {
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}


dl.dl_link_faq {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link_faq dt {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	cursor:pointer;
	color: #D34364
/*	color: #003399;*/
}

.dl_link_faq dt:hover {
	background: #eee;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.dl_link_faq dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
/*	color: #505050;*/
	color: #003399;
}

dl.dl_link_in {
	padding: 10px;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link_in dt {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #D34364
}
.dl_link_in dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}

/*
a[href^="tel:"] {
    pointer-events: none;
}
*/

.google-maps {

position: relative;

padding-bottom: 75%; // これが縦横比

height: 0;

overflow: hidden;

}

.google-maps iframe {

position: absolute;

top: 0;

left: 0;

width: 100% !important;

height: 100% !important;

}

.img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #EDECE9;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #EDECE9;
}

.center {
	text-align: center;
}

.al-r {
	text-align: right;
}

.tax  {
	color: #666;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#top_img {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 5px;
	position: relative;
}

#top_img .top_txt {
	text-align: left;
	position: absolute;
	z-index: 10;
	left: 30px;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 8px;
	padding-left: 30px;
	background-image: url(img/top_txt.png);
	letter-spacing: 1px;
	line-height: 18px;
	width: 350px;
	background-repeat: repeat-y;
	background-position: left top;
	top: 35%;
}
#top_img .top_txt span {
	font-size: 10px;
}

/*トップページスライドショー用*/
#slideshow {
   position: relative;
/*   width:  930px; /* ボックスの横幅 */
   height: 384px; /* ボックスの高さ */
}

#slideshow p {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
	height: auto;
/*   height: 384px; /* ボックスの高さ */
}

#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow p.last-active {
   z-index: 9;
}

#slideshow p img {
/*   width:  930px; /* 画像の横幅 */
/*   height: 384px; /* 画像の高さ */
	max-width: 100%;
	height: auto;
	width /***/:auto;　
   display: block;
   border: 0;
   margin-bottom: 0px; /* 画像下部の余白 */
}
/*トップページスライドショー用*/

#content .area5{
	background: url(img/area5_body.jpg) left center;
	width: 100%;
}

#content .area5 p{
	padding: 0px 70px 0px 135px;
	font-size: 14px;
	line-height: 25px;
	margin: 0;
}

#content .area5header{
	background: url(img/area5_header.jpg) left center;
	width: 660px;
	height: 75px;
}

#content .area5foot{
	background: url(img/area5_foot.jpg) left center;
	width: 660px;
	height: 170px;
}

#content .area5foot p{
	padding: 30px 105px 0 0px;
	font-size: 13px;
}


#content .to_top {
	text-align: right;
	padding-right: 5px;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
}

#content .chui {
	color: #FF3300;
	font-size: 13px;
}

#content .chui2 {
	color: #FF3300;
	font-size: 14px;
}

#content .chuib {
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
}

#content .green {
	color: #008000;
}

#content .blue {
	color: #4682b4;
}

#content .blue2 {
	color: #0000cd;
}


#content .purple {
	color: #800080;
}

#content .pink {
	color: #ea618e;
}

#content .b {
	font-weight: bold;
}

#content .price {
	color: #FF6666;
	font-weight: bold;
	font-size: 15px;
}

#content .p14 {
	font-size: 14px;
}

#content .p15 {
	font-size: 15px;
}

#content .p20 {
	font-size: 20px;
}

#content .diet_plan {
	padding: 0px;
	margin: 0 auto;
	width: 660px;
}

#content .diet_plan li{
    display: inline;
}


/*
#iframe iframe {
	width: 650px;
	height: 235px;
}
*/

    .ifrm-container {
      width:650px;
      height:235px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }
    .ifrm {
      width:100%;
      height:100%;
      border:none;
      display:block;
    }



.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #F8F8F6;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F8F7F5;
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}





#foot_base {
	background-image: url(img/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0F0F0;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

footer p {
	font-size: 10px;
	color: #666666;
	line-height: 16px;
}

footer #f_logo {
	font-size: 24px;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
}

footer .prbox {
	font-size: 10px;
	color: #999;
}

footer .prbox a {
	color: #999;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	background-color: #F5F5F5;
	line-height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
}



table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 94%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table th {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F0FDFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #333333;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	background-color: #E7FAFE;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #A0D7F1;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #ABBC89;
}

#content table.table_menu th {
	font-size: 14px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	background-color: #E8FAFD;
	border-right-color: #9EE1ED;
	border-right-width: 4px;
	border-right-style: solid;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #FF3300;
}
#content table.table_menu td {
	font-size: 14px;
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 16px;
	color: #1B96BE;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 92%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}

.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}

.btn_s a,
.box3 .btn a {
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
	line-height: 16px;
	color: #FFFFFF;
	background-color: #15A656;
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
.btn_s a:hover,
.box3 .btn a:hover {
	color: #118445;
	background-color: #FFFFFF;
	border-top-color: #42CE7A;
	border-right-color: #42CE7A;
	border-bottom-color: #42CE7A;
	border-left-color: #42CE7A;
}



#content .box3 {
	text-align: center;
	width: 31%;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #EEE8DF;
	float: left;
	margin-bottom: 10px;
	margin-left: 2%;
	background-color: #F9F7F4;
}
.box3 .btn a {
	margin-top: 5px;
	width: 110px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}

.box3 a img {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	border: 1px solid #E2DBCD;
}
.box3 a:hover img {
	border-top-color: #81CFE2;
	border-right-color: #81CFE2;
	border-bottom-color: #81CFE2;
	border-left-color: #81CFE2;
}
#content .box3:hover {
	background-color: #ECFCFF;
	border-top-color: #81DCF3;
	border-right-color: #81DCF3;
	border-bottom-color: #81DCF3;
	border-left-color: #81DCF3;
}


/*
サイトマップ
-------------------------------------------------------------------*/
#head h2 {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	left: 5px;
	width: 880px;
	padding-left: 20px;
}
#main p.p_sitemap {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#main ul.ul_sitemap {
	padding: 10px;
}
#main .ul_sitemap li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#main .ul_sitemap ul {
	margin: 0px;
	padding: 0px;
}
#main .ul_sitemap li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



#sitemap #main p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#sitemap #main ul {
	padding: 10px;
}
#sitemap #main li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#sitemap #main ul {
	margin: 0px;
	padding: 0px;
}
#sitemap #main li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



#sitemap #main {
	padding-top: 10px;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 20px;
	width: 94%;
}

#sitemap header {
	height: 80px;
}

#content .box02_right .box_in ul.list li {
	font-size: 12px;
}

#content .dl_list dl dt {
	float: left;
	width: 22%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #1B96BE;
	text-align: right;
	padding-right: 3%;
	margin-right: 3%;
}
#content .dl_list dl {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	padding-top: 10px;
	padding-right: 6%;
	padding-bottom: 10px;
	padding-left: 2%;
}
#content .dl_list dl dd {
	margin-left: 28%;

}

/*
ブログ
-------------------------------------------------------------------*/
.blog {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
}

.blog a{
	text-decoration: none;
}

#content .blog_cate {
	display: inline-block;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #fff;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

.blog_cate2 {
	display: inline-block;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #fff;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

#content .blog_title {
	color: #000;
	clear: both;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 16px;
}

#content .blog_date {
	text-align: left;
	color: #ADA142;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
}


.blog_date2 {
	color: #ADA142;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 16px;
}


#content .blog_txt p {
	color: #555;
	text-align: left;
	padding: 0px 5px;
	margin-top: px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 13px;
	line-height: 18px;
}

#content .pager {
margin : 0px 80px;
}


.blog_title2 {
	color: #000;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 13px;
	line-height: 16px;
}


header {
	height: 115px;
	position: relative;
}

header h1 {
	position: absolute;
	top: 10px;
	left: 27px;
}

header #h_list {
	position: absolute;
	right: 32px;
	top: 6px;
}

header #info {
	position: absolute;
	right: 31px;
	top: 27px;
	display: flex;
	column-gap: 6px;
}

header #info a{
	background: #A0D348;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .05em;
	width: 142px;
	height: 32px;
	display: flex;
	align-items: center;
	text-decoration: unset;
}

header #info p{
	padding: 0 11px 0 21px;
	position: relative;
	width: 100%;
}

header #info p::after{
	position: absolute;
	content: "";
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	height: 10px;
	width: 8px;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
}


.shop_mv{
	min-height: calc(158px - 42px);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	margin-bottom: 9px;
	padding: 21px 12px;
	background-size: cover;
	background-position: right;
}

.shop_mv.kouenji{
	background-image: url(../img/kouenzi-top.jpg);
}

.shop_mv.asagaya{
	background-image: url(../img/asagaya-top.jpg);
}
.shop_mv.asagaya .shop_mv_title{
	color: #A0D348;
}
.shop_mv.asagaya .shop_mv_text{
	color: #929292;
}

.shop_mv.nakano{
	background-image: url(../img/nakano-top.jpg);
}

.shop_mv_title{
	font-size: 35px!important;
	font-weight: 700;
	letter-spacing: .05em;
	color: #656565;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.shop_mv_title span{
	font-size: 20px;
}

.shop_mv_text{
	font-size: 11px!important;
	font-weight: 700;
	letter-spacing: .05em;
	color: #656565;
}

.shop_item{
	border-bottom: 1px solid #CCCCCC;
	display: flex;
	align-items: flex-start;
	column-gap: 27px;
	padding: 8px;
}

.shop_item.noflex{
	display: block;
}

.shop_item_title {
	color: #fff;
	background: #CCCCCC;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 16px;
	width: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px 0 0px;
}

.shop_item_body p{
	font-size: 12px!important;
	line-height: calc(38 / 12);
	letter-spacing: .05em;
	font-weight: 500;
	color: #656565;
	padding: unset!important;
	margin: unset!important;
}

.shop_item_body p .red{
	font-size: 12px;
	letter-spacing: .05em;
	font-weight: 700;
	color: #E45E84;
	display: block;
}

.shop_item_body a{
	text-decoration: unset;
	color: inherit;
}	

.shop_item_body .arrow{
	margin-left: 48px;
	position: relative;
	padding-right: 15px;
}

.shop_item_body .arrow::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 10px;
	background: #A0D348;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.shop_item_body small{
	font-size: 10px;
	letter-spacing: .05em;
	font-weight: 500;
	color: #656565;
	padding: unset!important;
	margin: 9px 0 0 0!important;
	display: block;
}

.shop_item_body small span{
	color: #8967E3;
}

.shop_item_map{
	height: 213px;
	margin-top: 10px;
	position: relative;
}

.shop_item_map iframe{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_menu{
	background-image: url(../img/menu.jpg);
	background-size: cover;
	margin: 18px 0 37px 0;
	padding: 26px 30px;
}

.shop_menu_box{
	background: rgb(43, 43, 43,.54);
	padding: 16px 33px;
	display: block;
	text-decoration: unset;
}

.shop_menu_box:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:  rgb(43, 43, 43,.54);
}

.shop_menu_box p{
	margin: unset!important;
	padding: 0 21px 0 0!important;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	text-align: right;
	position: relative;
}

.shop_menu_box p::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 8px;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#side h3 {
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-bottom: 3px;
	font-weight: normal;
	margin-bottom: 1px;
	padding-top: 5px;
	letter-spacing: 1px;
	text-align: center;
	background-color: #66cc99;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00B66E;
}

#side .side_box a{
	margin: 0 auto;
	display: block;
	text-align: center;
}

#side .side_box .side_inbox{
	text-align: center;
}

#side .side_item + .side_item{
	margin-top: 9px;
}

#side .side_item + .side_item  + .side_item{
	margin-bottom: 9px;
}

#side .side_item_name{
	background-color: #66CC99;
	border-bottom: #00B66E 4px solid;
	color: #fff;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: unset;
	height: 35px;
	padding: 0 12px 0 10px;
}

#side .side_item_name .lg{
	font-size: 18px;
	letter-spacing: .05em;
}

#side .side_item_name .sm{
	font-size: 11px;
	position: relative;
	padding-right: 10px;
}

#side .side_item_name .sm::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 8px;
	background-color: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#side .side_item_button{
	background: #EDEDED;
	text-decoration: unset;
	height: 35px;
	display: flex;
	align-items: center;
	margin-top: 6px;
	position: relative;
	padding-left: 16px;
}

#side .side_item_button.line:nth-last-child(2) {
	background: #D1F7C6;
	text-decoration: unset;
	height: 35px;
	display: flex;
	align-items: center;
	margin-top: 6px;
	position: relative;
	padding-left: 16px;
}

#side .side_item_button.web::after,#side .side_item_button.line::after{
	position: absolute;
	content: "";
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 8px;
	background-color: #66CC99;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

#side .side_item_button p{
	position: relative;
}

#side .side_item_button + .side_item_button{
	margin-top: 4px;
}

#side .side_item_button p::after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#side .side_item_button.tel p{
	padding-left: 33px;
}

#side .side_item_button.tel p::after{
	background-image: url(../img/sidebar_tel.svg);
	width: 21px;
	height: 21px;
}

#side .side_item_button.web p{
	padding-left: 48px;
}

#side .side_item_button.web p::after{
	background-image: url(../img/sidebar_mail.svg);
	width: 27px;
	height: 18px;
}

#side .side_item_button.line p{
	padding-left: 48px;
}

#side .side_item_button.line p::after{
	background-image: url(../img/sidebar_line.svg);
	width: 27px;
	height: 26px;
}

#side .side_item_button p{
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	color: #656565;
	display: flex;
	align-items: center;
}

#side .side_item_button p span{
	font-size: 14px;
	font-weight: 700;
	color: #19B66E;
	margin-left: 5px;
}

#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/side_li.gif);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/side_li_ov.gif);
}





/*
以下レスポンシブ
-------------------------------------------------------------------*/

@media screen and (max-width:760px){
	
#content .box_in {
	padding: 1%;
}

#form {
	margin: 1%;
	background-color: #F8F8F6;
}

#content table td.td_head {
	padding: 5px;
	white-space: inherit;
	font-size: 12px;
}

.td_head .eng {
	font-size: 9px;
}

#content table td.td_odd {
	padding: 5px;
	font-size: 11px;
}

#content .chui {
	font-size: 10px;
}

textarea ,
input {
	font-size: 11px;
}

#hp_base {
	width: 100%;
	min-width: 320px;
}

header {
	width: 98%;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
}

#logo{
	float: left;
}
#info {
	float: left;
	margin-bottom: 10px;
	margin-left: 3%;
}
#h_list {
	clear: both;
}

#slideshow {
  position: relative;
	max-width: 100%;
	height: 180px;
	width /***/:auto;
}


/*
#iframe iframe {
	width: 300px;
	height: 235px;
}
*/

.ifrm-container {
	width:100%;
	height:235px;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}
.ifrm {
	width:100%;
	height:100%;
	border:none;
}
a.menu {
	display: block;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background-color: #1499C5;
	border: 1px solid #FFF;
	padding: 10px;
	box-shadow: #ccc 0 0 3px;
}
a.menu span {
	font-size: 12px;
	padding-left: 20px;
}
a.menu span:after {
	content: "表示する ▼";
}
a.menuOpen span:after {
	content: "閉じる ×";
}
a.menu:hover {
	cursor: pointer;
	background-color: #00B5DB;
}
#g_navi {
	padding-top: 5px;
	padding-bottom: 5px;
}
#g_navi .gl_menu {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	box-shadow: #ccc 0 0 3px;
}
#g_navi .gl_menu li {
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-color: #FFF;
	font-size: 14px;
	line-height: 16px;
}
#g_navi .gl_menu li span {
	font-size: 10px;
}

#g_navi .gl_menu li a {
	background-color: #D8F4FC;
	display: block;
	padding: 10px;
}

#g_navi .gl_menu li a:hover {
	background-color: #F4FEFF;
}

#g_navi .gl_menu li strong {
	color: #0089BD;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#top_img .top_txt {
	left: 5%;
	font-size: 14px;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5%;
	width: 85%;
}
#top_img .top_txt span {
	font-size: 8px;
}

#main {
	width: 98%;
	background-color: #FFF;
	padding-top: 1%;
	padding-right: 1%;
	padding-left: 1%;
}

#content .box3 {
	width: 30%;
	margin-left: 2%;
}

.box3 .btn a {
	font-size: 10px;
	line-height: 16px;
	width: 80px;
}

footer {
	width: 100%;
	min-width: 320px;
	position: relative;
	height: 120px;
}

footer #f_logo {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

footer ul {
	display: none;
}

footer .prbox {
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding-left: 5px;
}

footer p {
	padding: 5px;
}


.header_logo{
	position: unset;
}
header #info{
	position: unset;
	margin: 5px 0 5px 0;
	width: 100%;
}
header #info a{
	width: calc(100% / 3);
}
header #h_list{
	position: unset;
	margin-left: 4px;
}
header #h_list li{
	padding-left: unset;
	padding-right: 10px;
}
.shop_item{
	flex-direction: column;
	row-gap: 10px;
}
.shop_item_body a{
	display: block;
}
.shop_item_body .arrow{
	margin-left: unset;
	width: fit-content;
}
.shop_mv_title{
	font-size: 28px!important;
}
.shop_mv{
	background-position: center;
	padding: 21px 2px;
}

}


@media screen and (min-width: 760px){	
	
#hp_base {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}


#main {
	width: 750px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

#content {
	width: 100%;
	margin-right: 5px;
	margin-top: 10px;
}

nav#g_navi {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 44px;
	width: 760px;
	padding-left: 5px;
}
nav#g_navi ul.gl_menu {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
	display: block !important;
}
nav#g_navi li a {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 15px;
	height: 32px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
	text-align: center;
	line-height: 16px;
	height: 32px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-size: 12px;
	padding-top: 8px;
	width: auto;
}
nav#g_navi li a span {
	color: #98B36C;
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	color: #55A200;
	line-height: 12px;
	font-size: 10px;
}
nav#g_navi li a:hover span {
	color: #DCFFBF;
}

nav#g_navi li a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0D348;
}
nav#g_navi li a:hover {
	color: #FFFFFF;
	background-color: #66cc99;
	border-bottom-color: #00B66E;
}
nav#g_navi li strong {
	color: #000000;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #64A600;
}
nav#g_navi li {
	display: inline;
}

a.menu {
	display:none;
}


#content .box02_left {
	float: left;
	width: 49%;
}
#content .box02_right {
	float: right;
	width: 49%;
}


#side {
	padding: 5px;
	float: left;
	width: 220px;
	margin-top: 10px;
}
#side .side_box {
	width: 220px;
	margin-bottom: 5px;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-bottom: 10px;
}
#side .side_box h3 {
	background-color: #66cc99;
	background-image: none;
	line-height: 20px;
	height: 20px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2CA;
}
#side .side_box .side_inbox {
	width: 210px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #EEEEEE;
}
#side li {
	line-height:0;
}
#side li a {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #505050;
	text-decoration: none;
	background-color: #F8F8F5;
	padding-top: 6px;
	padding-right: 5px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0D8;
	background-image: url(img/side_li.gif);
	background-position: center top;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 34px;
}

#side li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(img/side_li_ov.gif);
}

#side .side_box .side_inbox p {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
}

#side .tel {
	font-size: 16px;
}

#side .side_box .side_btn {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F2F2F2;
}

#side li a span {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
#side li a:hover span {
	color: #00A8CC;
}
#side ul {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E3E3E3;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	display: block;
}
#side .chui {
	font-size: 10px;
	color: #D73743;
	padding-left: 5px;
}

footer {
	width: 760px;
	height: 120px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

footer li a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

footer li a:hover {
	color: #999999;
}

footer li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

footer p {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

footer #f_ul01 {
	position: absolute;
	left: 10px;
	top: 15px;
}
footer #f_ul02 {
	position: absolute;
	left: 10px;
	top: 38px;
}
footer #f_logo {
	position: absolute;
	top: 40px;
	right: 10px;
}

footer .prbox {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

}

@media screen and (max-width:950px){

#side {
	width: 100%;
	padding: unset;
	margin-top: 10px;
}
#side .side_box{
	width: 100%;
}

header #info a{
	width: 120px;
}

}

@media screen and (min-width: 950px){

#hp_base {
	width: 950px;
}

/*通常ページのGナビ*/

nav#g_navi {
	height: 44px;
	width: 950px;
	padding-left: 10px;
}

nav#g_navi ul {
	height: 44px;
}
nav#g_navi li a {
	line-height: 16px;
	height: 32px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 13px;
	padding-top: 6px;
	width: auto;
}
nav#g_navi li strong {
	line-height: 16px;
	height: 32px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	font-size: 13px;
	padding-top: 8px;
	width: auto;
	background-color: #FFF;
}
nav#g_navi li a span {
	line-height: 10px;
	font-size: 10px;
}
nav#g_navi li strong span {
	line-height: 12px;
	font-size: 10px;
}



#main {
	float: left;
	width: 938px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

#content {
	float: right;
	width: 690px;
	margin-right: 5px;
	margin-top: 10px;
}

footer {
	width: 950px;
}

}
@media only screen and (max-width:420px){
    table tr{
        display: block;
        margin-bottom: 1.5em;
    }
    table th,
    table td{
        display: list-item;
        border: none;
		list-style: none;
		text-align: left;
    }
	#content table td.td_head {
	text-align: left;
	border-right-width: 1px;
	}
	#content table.table_menu th {
	text-align: left;
	font-size: 12px;
	border-right-width: 1px;
	}
	#content table.table_menu td {
	font-size: 12px;
	}
	#content .table_menu strong {
	font-size: 14px;
}
}

}

.sp-only{
	display: none;
}
@media screen and (max-width:760px){
	.sp-only{
		display: block;
	}
}
