@charset "UTF-8";
img,
object,
embed,
video {
  max-width: 100%;
}
/*
Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:	6;
	dw-num-cols-tablet:		6;
	dw-num-cols-desktop:	16;
	dw-gutter-percentage:	25;
*/
/* htmlのフォントデフォルトサイズ・75%=12px */
/*html {font-size : 75%;}*/
/* Firefoxのmouseover点線削除 */
a {
  outline: none;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
　モバイルレイアウト480pxおよびそれ以下 
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  clear: both;
}

/*●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●デスクトップメニューナビの設定●●●*/
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 10px; /* デフォルト14pxサイズ */
  letter-spacing: 0.1em;
  line-height: 14px; /* デフォルト18pxサイズ */
  background-color: rgba(204, 204, 153, 0.5);
}

/*●●●●●●●●●●●●●●●●●●●●●●●●*/

.gridContainer.clearfix {
  clear: both;
}

/*●●●●●●●●●●●●●●●●●●●●●●●●*/

#topBoader {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: none;
}

/*●●●●●●●●●●●●●●●●●●●●●●●●*/

#headerTitle {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: none;
}
/*●●●●●●●●●●●●●●●●●●●●●●●●*/

#slimmenuWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
/*●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●p●●●*/
.gridContainer.clearfix {
  clear: both;
}

/*●●●●●●●●●●●●●●●●●●●●●●●●*/

/*
#shopInfoWrapper {
  clear: both;
  float: left;
  margin-left: 0px;
  width: 100%;
  display: block;
}
*/
/*●●●●●●●●●●●●●●●●●●●●●●●●*/
/*●●●p●●●*/
/*
#shopInfo {
  margin-left: 1.5em;
  margin-right: 1.5em;
  margin-top: 1.5em;
  line-height: 2em;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.1em;
}
*/
/*●●●●●●●●●●●●●●●●●●●●●●●●*/

.site-menu ul {
  display: block;
  text-align: center;
}
.site-menu li {
  margin-top: 20px;
}

.footer {
  color: #ffffff;
  background-color: #999999;
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*▼フッターロゴのホバー設定▼*/
.footer-logo img {
  /* width: 235px; */
  /* height: auto; */
  display: block;
  opacity: 1;
  transition: 0.3s;
}
.footer-logo:hover img {
  opacity: 0.5;
}
/*▲フッターロゴのホバー設定▲*/
.sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.sns ul li {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}
/*▼snsロゴのホバー設定▼*/
.sns ul li a img {
  /* width: 235px; */
  /* height: auto; */
  display: block;
  opacity: 1;
  transition: 0.3s;
}
.sns ul li a:hover img {
  opacity: 0.5;
}
/*▲snsロゴのホバー設定▲*/
.footer-logo {
  display: block;
  width: 235px;
  margin-top: 30px;
}
.footer-tel {
  font-size: 26px;
  font-weight: bold;
  margin-top: 28px;
}
.footer-time {
  font-size: 13px;
  margin-top: 16px;
}
.footer-mail {
  font-size: 13px;
  margin-top: 16px;
}
.copyright {
  font-size: 14px;
  font-weight: bold;
  margin-top: 90px;
}

/*▲デスクトップ▲*/

/*●●●●●●●●●●●●●●●●●●●●●●●●*/

.zeroMargin_mobile {
  margin-left: 0;
}
.hide_mobile {
  display: none;
}

/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
　タブレットレイアウト481 px ～ 768 px
　モバイルレイアウトからスタイルを継承。
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/
@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/
  /*●●●デスクトップメニューナビの設定●●●*/
  .flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 10px; /* デフォルト14pxサイズ */
    letter-spacing: 0.1em;
    line-height: 14px; /* デフォルト18pxサイズ */
    background-color: rgba(204, 204, 153, 0.5);
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  .gridContainer.clearfix {
    clear: both;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #topBoader {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: none;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #headerTitle {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: none;
  }
  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #slimmenuWrapper {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  /*●●●●●●●●●●●●●●●●●●●●●●●●*/
  
/*  
#shopInfoWrapper {
    clear: both;
    float: left;
    margin-left: 0px;
    width: 100%;
    display: block;
  }
*/  
/* 
#shopInfo {
    line-height: 2em;
    letter-spacing: 0.1em;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 1.5em;
  }
*/
  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  .gridContainer.clearfix {
    clear: both;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/
  .footer {
    color: #ffffff;
    background-color: #999999;
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /*▼フッターロゴのホバー設定▼*/
  .footer-logo img {
    /* width: 235px; */
    /* height: auto; */
    display: block;
    opacity: 1;
    transition: 0.3s;
  }
  .footer-logo:hover img {
    opacity: 0.5;
  }
  /*▲フッターロゴのホバー設定▲*/
  .sns ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
  .sns ul li {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /*▼snsロゴのホバー設定▼*/
  .sns ul li a img {
    /* width: 235px; */
    /* height: auto; */
    display: block;
    opacity: 1;
    transition: 0.3s;
  }
  .sns ul li a:hover img {
    opacity: 0.5;
  }
  /*▲snsロゴのホバー設定▲*/
  .footer-logo {
    display: block;
    width: 235px;
    margin-top: 30px;
  }
  .footer-tel {
    font-size: 26px;
    font-weight: bold;
    margin-top: 28px;
  }
  .footer-time {
    font-size: 13px;
    margin-top: 16px;
  }
  .copyright {
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
  }

  /*▲デスクトップ▲*/

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  .hide_tablet {
    display: none;
  }
  .zeroMargin_tablet {
    margin-left: 0;
  }
}
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
　デスクトップレイアウト769px～最大1232px
　モバイルレイアウトとタブレットレイアウトから
　スタイルを継承
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/
@media only screen and (min-width: 768px) {
  /* デスクトップデフォルト*/
  .gridContainer {
    width: 100%;
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/
  /*●●●デスクトップメニューナビの設定●●●*/
  .flex-caption {
    width: 96%;
    padding: 2%;
    left: 0;
    bottom: 0;
    color: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    font-size: 10px; /* デフォルト14pxサイズ */
    letter-spacing: 0.1em;
    line-height: 14px; /* デフォルト18pxサイズ */
    background-color: rgba(204, 204, 153, 0.5);
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #headerTitle {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
	opacity: 1;
  transition: 0.3s;
  }
#headerTitle:hover img {
    opacity: 0.6;
  }
  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #menu {
    position: absolute;
    right: 11px;
    z-index: 1;
    top: 50px;
    color: #ff0000;
    font-size: 17px;
    display: none;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  .gridContainer.clearfix {
    clear: both;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #slimmenuWrapper {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: center;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/
  /* ▼デスクトップお知らせの設定 ▼*/
  .gridContainer.clearfix {
    clear: both;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

/* 
#shopInfoWrapper {
    clear: both;
    float: left;
    margin-left: 0px;
    width: 100%;
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
  }
*/
  /*●●●p●●●*/
/*  
#shopInfo {
    line-height: 2em;
    letter-spacing: 0.1em;
    margin-top: 1.5em;
    margin-right: 6em;
    margin-left: 6em;
    font-size: 14px;
  }
*/
  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  #topBoader {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    background-image: url(../images/topBoader.gif);
    background-repeat: repeat-x;
    height: 3px;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  /*▲ナビメニューホバー設定▲*/
  .footer {
    color: #ffffff;
    background-color: #999999;
    padding-top: 30px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  /*▼フッターロゴのホバー設定▼*/
  .footer-logo img {
    /* width: 235px; */
    /* height: auto; */
    display: block;
    opacity: 1;
    transition: 0.3s;
  }
  .footer-logo:hover img {
    opacity: 0.5;
  }
  /*▲フッターロゴのホバー設定▲*/

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  .sns ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }
  .sns ul li {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }
  /*▼snsロゴのホバー設定▼*/
  .sns ul li a img {
    /* width: 235px; */
    /* height: auto; */
    display: block;
    opacity: 1;
    transition: 0.3s;
  }
  .sns ul li a:hover img {
    opacity: 0.5;
  }

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  /*▲snsロゴのホバー設定▲*/
  .footer-logo {
    display: block;
    width: 235px;
    margin-top: 30px;
  }
  .footer-tel {
    font-size: 26px;
    font-weight: bold;
    margin-top: 28px;
  }
  .footer-time {
    font-size: 13px;
    margin-top: 16px;
  }
  .copyright {
    font-size: 14px;
    font-weight: bold;
    margin-top: 90px;
  }

  /*▲デスクトップ▲*/

  /*●●●●●●●●●●●●●●●●●●●●●●●●*/

  .zeroMargin_desktop {
    margin-left: 0;
  }
  .hide_desktop {
    display: none;
  }
}
