@charset "UTF-8";
/* CSS Document */
/*=========== pc ===========*/
/*----- common -----*/
.shokuiku {
  font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shokuiku .pc {
  display: block !important;
}
.shokuiku .sp {
  display: none !important;
}
.shokuiku *, .shokuiku *:before, .shokuiku *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
div.container_ {
  width: 100%;
}
.shokuiku .section {
  padding: 2em 0;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}
.shokuiku .sec-inner {
  margin: 0 auto;
  width: 1300px;
  padding: 2em 0;
}
.shokuiku .section h2 {
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 2em;
	color: #018431;
}
.shokuiku .section h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
.shokuiku .section h4 {
  font-size: 1.2em;
  font-weight: bold;
}
.shokuiku .section p {
  margin-bottom: 0.5em;
}
.shokuiku .flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.shokuiku .flexwrap > .tx-box {
  width: 50%;
}
.shokuiku .flexwrap > .img-box {
  width: 40%;
}
.shokuiku .flexwrap .tx-box {
  font-size: 1.2em;
}
.shokuiku a {
  text-decoration: none;
}
.shokuiku a:hover {
  text-decoration: none;
}
/*----- .btn-wrap -----*/
.shokuiku .section .sec-inner .btn-wrap {
  margin: 4em auto;
}
.shokuiku .section .sec-inner .btn-wrap a {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  padding: 0.8em 3em;
  background-color: #1da1f2;
  border-radius: 60px;
  letter-spacing: 2px;
}
.shokuiku .section .sec-inner .btn-wrap a::after {
  content: ">";
  font-weight: initial;
  padding-left: 17px;
}
.shokuiku .section .sec-inner .btn-wrap a:hover {
  opacity: 0.8;
}
/*----- backgroundcolor -----*/
.shokuiku #navi {
  background-color: #FFFCF5;
}
.shokuiku #about, .shokuiku #features, .shokuiku #shopinfo {
  background-color: #FFFCF5;
}
.shokuiku #recommend, .shokuiku #ecshop {
  background-color: #eef7d3;
}
.shokuiku #shokuiku-sommelier {
  background-color: #ffefe7;
}
/*----- =======================section layout=======================-----*/
/*----- #mv -----*/
.shokuiku #shokuiku_mv {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.shokuiku h1 {
  text-align: center;
}
/*----- #navi -----*/
.shokuiku #navi ul li a {
  /*display: block;*/
  /*color: #ffffff;*/
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  /*padding: 35px 0 32px;*/
}
.shokuiku #navi ul li a {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
	color: #865911;
}
.shokuiku #navi ul li a:before {
  content: '';
  position: absolute;
  bottom: -8px;
  display: inline-block;
  width: 36px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #efecb8;
  border-radius: 10px;
}
/*----- #about -----*/
.shokuiku #about .flexwrap .tx-box img {
  margin: 0 auto;
  display: block;
  padding-bottom: 2em;
}
/*----- #recommend -----*/
.shokuiku #recommend .flexwrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shokuiku #recommend h3 {
  position: relative;
  text-shadow: 0 0 2px white;
  z-index: 1;
}
.shokuiku #recommend h3:before {
  content: "";
  position: absolute;
  background: #f7f381;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.shokuiku #recommend .flexwrap .tx-box dl dt {
  font-weight: bold;
  margin-bottom: 0.2em;
}
.shokuiku #recommend .flexwrap .tx-box dl dd {
  margin-bottom: 1em;
}
.shokuiku #recommend .flexwrap .img-box{
	text-align: center;
}
.shokuiku #recommend .flexwrap .img-box img {
  width: 80%;
  border: solid 5px #ffffff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
.shokuiku #recommend .flexwrap .pic-2 img:first-child {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shokuiku #recommend .flexwrap .pic-2 img:last-child {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
	margin-left: 25%;
    margin-top: -6%;
}
/*----- #features -----*/
#features .flexwrap li {
  width: 40%;
  text-align: center;
  background: #ffffff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#features .flexwrap li .tx-box {
  background-color: #ffffff;
  padding: 1em;
}
#features .flexwrap li .tx-box p {
  text-align: left;
}
#features .flexwrap li img {
  width: 100%;
}
#features .flexwrap li h4 {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin-bottom: 0.5em;
}
#features .flexwrap li h4:before, #features .flexwrap li h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 27px;
  height: 2px;
  background-color: #333333;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#features .flexwrap li h4:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
#features .flexwrap li h4:after {
  right: 0;
}
/*----- ecshop -----*/
#ecshop .flexwrap {
  margin-bottom: 3em;
}
#ecshop .ecshop01 .img-box img {
  border: solid 5px #ffffff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  transform: rotate(3deg)
}
#ecshop .ecshop02 {
  background: rgb(255 255 255 / 85%);
  width: 70%;
  margin: 0 auto;
}
#ecshop .ecshop02 .img-box {
  width: 20%;
}
#ecshop .ecshop02 .tx-box {
  width: 80%;
  padding: 1em;
}
#ecshop .btn-link {
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
#ecshop .btn-link img {
  width: 70%;
}
/*----- #shopinfo -----*/
#shopinfo .flexwrap .tx-box {
  width: 40%;
}
#shopinfo .flexwrap .img-box {
  width: 60%;
  text-align: center;
}
#shopinfo .flexwrap .img-box img {
  border: solid 5px #ffffff;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  /*transform: rotate(-3deg)*/
}
#shopinfo .youtube-wrap{
	margin: 4em 0;
}
#shopinfo .youtube-wrap h3{
	text-align: center;
	font-size: 1.5em;
}
#shopinfo .youtube-wrap h3::before{
    content: "";
    background-image: url(/img/usr/freepage/shokuiku/icon-youtube.png);
    display: inline-block;
    width: 70px;
    height: 50px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 15px;
}
#shopinfo .youtube-wrap .youtube {
    position: relative;
    width: 85%;
    height: 0;
    padding-top: 50%;
	margin: 0 auto;
}
#shopinfo .youtube-wrap .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----- #shokuiku-sommelier -----*/
#shokuiku-sommelier h2{
	    color: #da423d;
}
#shokuiku-sommelier .flexwrap .img-box {
  text-align: center;
	width: 30%;
}
#shokuiku-sommelier .flexwrap .tx-box {
	width: 70%;
}

/*----- toplink -----*/
.shokuiku .toplink {
  margin: 6em auto 2em;
  text-align: center;
}
.shokuiku .toplink a {
  text-align: center;
  background-color: #007b62;
  padding: 0.5em 3em;
  font-size: 1.2em;
  color: #ffffff;
}
.shokuiku .toplink a:hover {
  background-color: #0f9075;
}