@charset "utf-8";
/* CSS Document */

/* clear fix For modern browsers */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* clear fix For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; position:relative;/*for preview*/ }

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}


/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/*モバイル用スライドメニュー*/
.slideMenu {
	margin: 5px auto auto auto;
}
.slideBox {
	display: none;
}
.slideBox li {

	background: #F4F4F4;
  text-align: center;
  border-top: dotted 1px #CCC;
	padding: 10px;
}
.slideBox a { display:block; }


/* 全体設定 */
#wrapper {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header {
  text-align: center;
}
#top-news {
  background: #FAF3EF;
  padding: 100px 0;
}
#top-news .inner {
  max-width: 850px;
}
#top-news ul {
  height: 270px;
  overflow: auto;
}
#top-news ul li {
  border-bottom: dotted 1px #999;
  padding: 0 10px 15px 10px;
  margin-bottom: 15px;
}
#top-news ul li .date {
  width: 90px;
  float: left;
  text-align: center;
}
#top-news ul li .cnt {
  width: 710px;
  float: right;
}
#top-content {
  padding: 100px 0;
}
#top-content .ttl {
  width: 850px;
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: auto auto 50px auto;
}
#top-content .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
#top-content .flex-box .flex-item {
  width: 525px;
  text-align: center;
}
#top-content .flex-box .flex-item .sns {
  font-size: 20px;
  margin-bottom: 10px;
}
#top-content .flex-box .flex-item .sns .icon img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#top-content .onlineshop {
  text-align: center;
}
#footer {
  background: #BB7944;
  color: #FFF;
  text-align: center;
  padding: 50px 0;
}
#footer #footer-sns {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto auto 30px auto;
}
#footer #footer-logo {
  margin-bottom: 10px;
}
#footer .company {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}



/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1100px;
  margin: auto;
}
.sec-ttl001 {
  font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-size: 36px;
  font-weight: 400;
  color: #BA7944;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.sec-ttl001::after {
  content: "";
  display: table;
  background: #BA7944;
  width: 50px;
  height: 1px;
  margin: 10px auto auto auto;
}
.sec-ttl001 span {
  font-size: 18px;
  display: block;
}




/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media only screen and (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
  .sp { display: none; }





}

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


	/* 全体設定 */
  #top-news {
    padding: 60px 0;
  }
  #top-news ul li {
    font-size: 13px;
    border-bottom: dotted 1px #999;
    padding: 0 5px 15px 5px;
  }
  #top-news ul li .date {
    float: none;
    text-align: left;
  }
  #top-news ul li .cnt {
    width: 100%;
    float: none;
  }
  #top-content {
    padding: 60px 0;
  }
  #top-content .ttl {
    width: 100%;
    font-size: 18px;
    margin: auto auto 30px auto;
  }
  #top-content .flex-box {
    margin-bottom: 20px;
  }
  #top-content .flex-box .flex-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #top-content .flex-box .flex-item .sns {
    font-size: 16px;
    margin-bottom: 5px;
  }
  #top-content .flex-box .flex-item .sns .icon img {
    width: 25px;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .address {
    font-size: 13px;
  }
  #footer .company {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
  }





  /**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
  .sec-ttl001 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec-ttl001 span {
    font-size: 14px;
  }
}

/* スマートフォン 横 */
@media only screen and (max-width:640px){

}

/* スマートフォン 縦 */
@media only screen and (max-width:480px){

}
