@charset "utf-8";

/* 共通
----------------------------------------------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
  
/* 背景設定 */
body {
}

/* レイアウト設定 */
article {
	margin-bottom:2rem;
}

#top article {
	margin-bottom:0;
}

/* 画像設定 */
a:hover img {
	opacity: 0.5;
}

/* リンク設定 */
a,
.breadcrumbs a {
  color: #25a55f;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #346473; }
  a img {
    border: 0;
}

.thumbnail:hover, .thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(45, 178, 0, 0.5);
}

/* カラー設定 */
.red {
	color: #FF0000;
}
.gray {
	color: #666666;
}

.blue {
	color: #006DD9;
}

.green {
	color:#25a55f;
}

.orange {
	color:#ffae00;
}

/* サイズ設定 */
.big {
	font-size: 1.4rem;
}

.big2 {
	font-size: 1.2rem;
}

.big3 {
	font-size: 2rem;
}

.big4 {
	font-size: 9rem;
}

.mini {
	font-size:0.85rem;
	font-weight:normal;
}

.mini2 {
	font-size:0.75rem;
}

/* キャッチコピー */
.copy {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	font-size:1.5rem;
}

.copy2 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: bold;
	font-size:1.3rem;
}

@media only screen and (max-width: 29.938em) {
article .copy {
	font-size:1.1rem;
}
}

/* 引用設定 */
article blockquote {
	background-color:#F2F2F2;
	border-left:none;
	padding:1rem 1rem 0.5rem;
}

article blockquote p {
	color:#333;
}

/* マーカー設定 */
.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* パネル設定 */
.panel {
	border-radius:10px;
}

.panel .button {
	margin-bottom:0;
}

/* 引用リスト設定 */
blockquote ol{
  counter-reset:number;
  list-style:none;
  margin:0;
  padding:0;
}

blockquote ol li {
	margin-bottom:0.5rem;
}

blockquote ol li:before{
  counter-increment: number;
  content: counter(number);
}

.maru li:before {
  float: left;
  background: #ffae00;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-right:0.5rem;
}

/* ボタン設定
----------------------------------------------------------------------------------------------------*/
button.small, .button.small {
    padding-top: 0.625rem;
    padding-right: 2rem;
    padding-bottom: 0.625rem;
    padding-left: 2rem;
    font-size: 0.875rem;
}

button.small b, .button.small b {
	font-size:1.2rem;
	font-weight:normal;
}
	
/* ヘッダー
----------------------------------------------------------------------------------------------------*/
.title-bar {
  background: #FFFFFF;
  color: #333333;
  padding: 0.5rem; 
}

.top-bar,
.top-bar ul {
  background-color: #eaefc4; }

body.f-topbar-fixed {
	padding-top: 0;
}

#hcontact {
	padding-top:1rem;
}

#hcontact p {
	margin-bottom:1rem;
}

#hmail {
	padding-top:1rem;
}

#hmail p {
	margin-bottom:0;
}

#hmail span {
	margin-left:0.5rem;
}

#hmail .button {
	font-weight:bold;
	margin-bottom:0;
}

@media only screen and (max-width: 47.938em) {
.title-bar {
  padding: 0 0.5rem 0.5rem; 
}

#head1 {
	display: none;
}
#head2 {
	margin-bottom: 0;
	border-bottom: 1px solid #CCC;
}

#head2 h1 {
	margin-right:1rem;
	margin-bottom:0;
}

#head2 .top-bar-right {
	margin-top:1.5rem;
}

#hscontact {
	margin-top:1rem;
}

#hscontact span {
	margin-left:0.5rem;
}
}

@media only screen and (max-width: 29.938em) {
.title-bar {
  padding: 1rem 0.5rem; 
}
	
#head2 .top-bar-right {
	margin-top:0.5rem;
}
}

@media only screen and (min-width: 48em) {
#head2 {
	display: none;
}

#head1 h1 {
	margin-top: 19px;
	margin-bottom:17px;
	font-size: 0;
}
}

/* グローバルナビ
----------------------------------------------------------------------------------------------------*/
#head1 nav {
	border-top:1px solid #25a55f;
	border-bottom:1px solid #25a55f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #25a55f), color-stop(0.00, #9bdf46));
	background: -webkit-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -moz-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -o-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -ms-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: linear-gradient(to bottom, #9bdf46 0%, #25a55f 59%);
}

#head1 .button.secondary {
	background-color:rgba(0,0,0,0.00);
	border-bottom: none;
	border-top: none;
	color: #FFF;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight:bold;
    position: relative;
}

#head1 .button.secondary:before,
#head1 li:last-child .button.secondary:after {
	height: 100%;
	content:"";
	display:block;
	width:1px;
	background: #25a55f;
}

#head1 .button.secondary:before {
	position: absolute;
	top:0;
	left:0;
}

#head1 li:last-child .button.secondary:after {
	position: absolute;
	top:0;
	right:0;
}

#head1 .button.secondary:hover, #head1 .button.secondary:focus {
	background-color: #25a55f;
	color: #fefefe; }
	
#head1 .button.small {
    padding-top: 1.025rem;
    padding-right: 0.2rem;
    padding-bottom: 1.125rem;
    padding-left: 0.2rem;
    font-size: 0.875rem;
}

#head1 .button-group .button {
    margin-bottom: 0;
}

@media only screen and (max-width: 47.938em) {
	#globalmenu .button-group .button {
		background-color: #25a55f;
		color: #FFF;
	}
	#globalmenu .button-group .button.hollow {
		border: 1px solid #25a55f;
	}
	#globalmenu .button-group .button:hover,
	#globalmenu .button-group .button:focus {
    background-color: #9bdf46;
    color: #fefefe;
	}
}

/* フッター
----------------------------------------------------------------------------------------------------*/
#footer {
	background-color:#eaefc4;
	border-top: 1px solid #DDDDDD;
	margin-bottom: 0;
	padding: 2rem 0 1rem;
}

@media only screen and (max-width: 29.938em) {
#fcontact .medium-8 {
	text-align:center;
}
}

#fcontact .medium-4 i {
	line-height:3rem;
}

#footer p {
	font-size: 0.875rem ;
}

#footer .button {
	margin-bottom: 0;
}

@media only screen and (max-width: 29.938em) {
#foot-comp p span {
	display:inline-block;
	margin-left:0;
}
}

#foot-comp ul {
	margin-left:0;
}

#foot-comp li a:before {
  font-family: FontAwesome;
  color: #9bdf46;
  content: '\f138';
  margin-right:0.8rem;
}

#foot-comp .menu > li > a {
    display: block;
	font-size: 0.875rem ;
    padding: 0.1rem 1rem 1rem 0;
    line-height: 1;
}

/* コピーライト表記 */
.copyright {
	background-color: #25a55f;
	color: #FFF;
	font-size: 70%;
	padding:0.2rem;
	text-align: center;
}

/* ページ先頭 */
#ptop {
	width:40px;
	height:40px;
	background:#25a55f;
	opacity:0.8;
	position:fixed;
	right:5px;
	bottom:10px;
	cursor:pointer;
	z-index:200;
}

#ptop:hover {
	opacity:1;
}

#ptop a {
	padding:20px 10px 5px;
	color:#fff;
	font-size:8pt;
	text-decoration:none;
	position:relative;
	top:16px;
	left:0;
	z-index:10;
}

#ptop:after {
    content: ' ';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#fff;
    position:absolute;
    top:5px;
    left:15px;
}

@media only screen and (max-width: 47.938em) {
#ptop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	cursor: pointer;
	opacity: 1;
}

.bodtop {
	border-top:1px solid #CCC;
	margin-top:1rem;
}

.bodtop img {
	padding:1rem 0;
}
}

#ptop img {
	border: none;
}

/* トップ：メインイメージ
----------------------------------------------------------------------------------------------------*/
#mainb {
	background-color: #9bdf46;
	margin-bottom: 0;
	text-align: center;
	padding:1rem;
}

#mainb h1 {
	border: 1px solid #CCC;
	max-width: 930px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
}

/* トップ：ニュース・サービス
----------------------------------------------------------------------------------------------------*/
#top-info {
	padding:1rem 0;
}

#top-news h3 {
	margin-bottom:1px;
}
#top-news h3 a {
	color: #FFF;
}

#news-text {
	background-color: #eaefc4;
	margin: 0 0 1rem;
	padding: 1rem;
	overflow: auto;
	width: 100%;
	height: 250px;
	position: relative;
}

#news-text dt {
	font-weight: normal;
}

#news-text dd {
	border-bottom:1px dotted #CCC;
	font-size: 0.938rem;
	padding-bottom:0.875rem;
	margin-bottom:0.875rem;
}

/* トップ：コンテンツ
----------------------------------------------------------------------------------------------------*/
#top-contents {
	padding-top:1rem;
	padding-bottom:1rem;
}

#top-contents a {
	color:#333;
}

#top-contents .contents-box {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #25a55f), color-stop(0.00, #9bdf46));
	background: -webkit-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -moz-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -o-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -ms-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: linear-gradient(to bottom, #9bdf46 0%, #25a55f 59%);
	border: 1px solid #CCC;
	margin-bottom:1.5rem;
	padding-bottom:0.5rem;
	text-align:center;
}

#top-contents .contents-box h4 {
	color: #FFF;
	margin-bottom:0;
}

#top-contents .contents-box .mini {
	color:#eaefc4;
}

@media only screen and (max-width: 29.938em) {
#top-contents .contents-box h4 {
	font-size: 1.7rem;
}
}

/* トップ：バナー
----------------------------------------------------------------------------------------------------*/
#top-banner {
	padding-top:0;
	padding-bottom:2rem;
}

#top-banner h5 {
	color: #25a55f;
	margin-bottom:1.5rem;
	position: relative;
	text-align: center;
}
#top-banner h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
#top-banner h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #9bdf46 10%, #9bdf46 90%, transparent);
	background: linear-gradient(-45deg, transparent, #9bdf46 10%, #9bdf46 90%, transparent);
}

/* ページタイトル
----------------------------------------------------------------------------------------------------*/
#ptitle {
	background-color: #9bdf46;
	margin-bottom: 0.5rem;
	padding:1rem 0;
}

#ptitle h2 {
	background: #FFF;
	border: 1px solid #25a55f;
	color:#25a55f;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight:600;
	margin: 0;
	padding:1.5rem 1rem 1.9rem;
}

/* パンくずリスト
----------------------------------------------------------------------------------------------------*/
ul.breadcrumbs {
	margin-bottom: 0;
}
ul.breadcrumbs li {
	font-size:0.8rem;
}

/* ページ：見出し
----------------------------------------------------------------------------------------------------*/
article header h1 {
	margin-top: 1rem;
	margin-bottom:2rem;
}

article header h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #25a55f), color-stop(0.00, #9bdf46));
	background: -webkit-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -moz-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -o-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -ms-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: linear-gradient(to bottom, #9bdf46 0%, #25a55f 59%);
	border-left:5px solid #9bdf46;
	border-top:1px solid #25a55f;
	border-bottom:1px solid #25a55f;
	border-right:1px solid #25a55f;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.5rem;
	font-weight:800;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.9rem 1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 29.938em) {
article header h2 {
	font-size: 1.2rem;
}
}

article header h3 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.59, #25a55f), color-stop(0.00, #9bdf46));
	background: -webkit-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -moz-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -o-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: -ms-linear-gradient(top, #9bdf46 0%, #25a55f 59%);
	background: linear-gradient(to bottom, #9bdf46 0%, #25a55f 59%);
	border-top:1px solid #25a55f;
	border-left:1px solid #25a55f;
	border-right:1px solid #25a55f;
	border-bottom:4px solid #9bdf46;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.1rem;
	font-weight:bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.6rem 1rem 0.5rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

article header h4 {
	font-size: 1rem;
	font-weight:bold;
	position: relative;
	padding: .15em 0 .15em .75em;
	border-bottom:3px solid #CCC;
	color:#333;
}

/* ページ：テーブル
----------------------------------------------------------------------------------------------------*/
article table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background: none;
	margin: 0 0 1rem;
	padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article table thead tr th {
	background-color: #FFF0F0;
	text-align: center;
}

article table tr th {
	background-color: #eaefc4;
	text-align: left;
}

article td {
	background-color: #FFF;
	text-align: left;
}

article table tr th, article table tr td {
	border: 1px solid #CCCCCC;
	padding: 0.5rem;
	margin: 0;
	font-size:0.9375rem;
}

/* ニュース
----------------------------------------------------------------------------------------------------*/
.post header {
	background-color: #eaefc4;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
}
.post header h3 {
	margin-bottom: 0;
	background-color: #FFFFFF;
}

article.post header h3::after {
	border-bottom: 1px solid #CCCCCC;
}

.post header time {
	padding: 10px;
	font-size: 0.875rem;
}

/* 店舗案内
----------------------------------------------------------------------------------------------------*/

/* Googleマップ */
.google-maps {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (max-width: 47.938em) {
.google-maps {
	padding-bottom: 55%;
}
}

@media only screen and (max-width: 29.938em) {
.google-maps {
	padding-bottom: 70%;
}
}

/* サービス
----------------------------------------------------------------------------------------------------*/
#service #top-contents {
	padding-top:1rem;
	padding-bottom:0;
}

#service #top-contents .contents-box {
	padding-bottom:0;
}

#service #top-contents .contents-box .copy {
	color: #FFF;
	font-size: 1rem;
	margin-bottom:1rem;
}

/* お問い合わせ
----------------------------------------------------------------------------------------------------*/
article .panel.callout {
	background-color:#F2F2F2;
	border-radius:0;
	padding-bottom:0;
}

.bod {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.bod label {
    font-weight: normal;
    font-size: 1rem;
}

.bod .large-8 li {
	padding-bottom:0;
}

.bod li label {
    font-size: 0.875rem;
}

fieldset legend {
    font-weight: normal;
    background: none;
    padding: 0;
    margin: 0;
    margin-left: 0
	}

label {
	margin-bottom:0.3rem;
}

/* 個人情報保護方針
----------------------------------------------------------------------------------------------------*/
.privacy-box dt {
	border-bottom: 5px solid #EEE;
	border-left: 6px solid #9bdf46;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0.3rem 0.7rem;
}


.privacy-box dd {
	letter-spacing:0.1rem;
	margin-bottom:1rem;
}

/* サイトマップ
----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 47.938em) {
#sitemap-box {
	margin-bottom:1rem;
}

#sitemap-box h3 img {
	width: 50%;
}
}

#sitemap-box ul {
	border-bottom: 3px solid #EEEEEE;
	margin: 0 0 1.5rem;
	padding: 0;
}

#sitemap-box ul ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#sitemap-box li {
	border-bottom: 2px solid #EEEEEE;
	list-style-type: none;
}

#sitemap-box li li {
	border-top: 2px solid #EEEEEE;
	border-bottom: none;
	margin-left:1rem;
}

#sitemap-box li a {
	display: block;
	padding: 1rem 0.6rem 1rem;
	text-decoration: none;
	color: #333;
	font-weight:bold;
}

#sitemap-box li li a {
	font-weight:normal;
}

#sitemap-box li a:before {
  font-family: FontAwesome;
  color: #9bdf46;
  content: '\f138';
  margin-right:0.8rem;
}

#sitemap-box li li a:before {
  font-family: FontAwesome;
  color: #9bdf46;
  content: '\f101';
  margin-right:0.8rem;
}

#sitemap-box li a:hover {
	background-color: #F7F7F7;
}

@media only screen and (max-width: 29.938em) {
	#sitemap-box .text-center p {
		font-size:0.7rem;
	}
}