@charset "UTF-8";
/*! このcssはsass（sass/同名の.scssファイル）からコンパイルされています。修正時はこのcssを直接いじらないようにお願いします */
/* 巻寿司大使 */
#taishi section {
  margin-bottom: 50px;
}

#taishi section:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #taishi section {
  zoom: 1;
}

/* IE6 */
*:first-child + html #taishi section {
  zoom: 1;
}

/* IE7 */
@media only screen and (max-width: 768px) {
  #taishi section {
    margin: 0 5% 10% 5%;
  }
}
#taishi #sp_mainimage {
  display: none;
}

@media only screen and (max-width: 768px) {
  #taishi #mainimage {
    display: none;
  }

  #taishi #sp_mainimage {
    display: block;
    margin-top: 5%;
  }

  #taishi #sp_mainimage h2 {
    margin-bottom: 3%;
  }
}
#taishi #read {
  font-size: 95%;
  line-height: 180%;
}

@media only screen and (max-width: 768px) {
  #taishi #read {
    border: thin dotted #F99D15;
    padding: 5%;
  }
}
#taishi #blog {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #taishi #blog {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
}
#taishi #blog .waku {
  float: left;
  width: 300px;
  background-image: url(../../../../../taishi/images/waku_back.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  #taishi #blog .waku {
    float: none;
    width: 100%;
    background-image: url(../../../../../taishi/images/waku_sen.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    padding-bottom: 3%;
    border: thin solid #ccc;
    margin-bottom: 3%;
  }
}
#taishi #blog .img {
  margin: 25px 16px 7px 16px;
}

#taishi #blog .img a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 768px) {
  #taishi #blog .img {
    float: left;
    width: 30%;
    margin: 7% 2% 0 3%;
  }
}
#taishi #blog p {
  margin: 0px 16px 0px 16px;
  text-align: center;
  font-size: 80%;
}

@media only screen and (max-width: 768px) {
  #taishi #blog p {
    float: right;
    width: 60%;
    margin: 7% 3% 0 0;
    text-align: left;
    font-size: 70%;
  }
}
#taishi #blog h3 {
  margin: 0px 16px 0px 16px;
  text-align: center;
  font-size: large;
}

#taishi #blog h3 a {
  color: #000;
  text-decoration: none;
}

#taishi #blog h3 a:hover {
  color: #666;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  #taishi #blog h3 {
    float: right;
    width: 60%;
    margin: 0% 3% 0 0;
    text-align: left;
    font-size: large;
  }
}
/********* 特任大使 ********/
#taishi #tokunin {
  padding: 0 3%;
}

#taishi #tokunin p {
  font-size: 90%;
  line-height: 170%;
}

#taishi #tokunin h3 {
  text-align: center;
  margin-bottom: 10px;
}

#taishi #tokunin h3 strong {
  background: linear-gradient(1deg, #D6A649 0%, #F6E5AF 55%) no-repeat 49% 100%/100% 70%;
  padding: 2px 5px;
}

@media only screen and (max-width: 768px) {
  #taishi #tokunin h3 {
    font-size: 110%;
  }
}
/********* 大使募集 ********/
#taishi #boshu {
  text-align: center;
}

#taishi #boshu h2 {
  text-align: center;
  margin-bottom: 20px;
}

#taishi #boshu h2 strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #ffec00));
  background: linear-gradient(transparent 40%, #ffec00 0%);
}

#taishi #boshu .end {
  background: #BF1D1F;
  color: #fff;
  display: inline-block;
  padding: 3px 20px;
  margin: 0 0 30px 0;
  font-weight: bold;
  font-size: 90%;
}

@media only screen and (max-width: 768px) {
  #taishi #boshu h2 {
    font-size: 110%;
  }
}
#taishi #boshu .beige {
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  #taishi #boshu .beige {
    padding: 5%;
  }
}
#taishi #boshu dl {
  background-image: url(../images/sen1px.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 15px 0 20px 0;
  font-size: 90%;
  line-height: 150%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #taishi #boshu dl {
    background-image: url(../images/sen1px.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3% 0 5% 0;
    font-size: 90%;
    line-height: 150%;
  }
}
#taishi #boshu dl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #taishi #boshu dl {
  zoom: 1;
}

/* IE6 */
*:first-child + html #taishi #boshu dl {
  zoom: 1;
}

/* IE7 */
#taishi #boshu dl dt {
  float: left;
  width: 180px;
  color: #6a3906;
  font-size: 110%;
}

#taishi #boshu dl dd {
  float: left;
  width: 650px;
}

@media only screen and (max-width: 768px) {
  #taishi #boshu dl dt {
    float: none;
    width: 100%;
    color: #6a3906;
  }

  #taishi #boshu dl dd {
    float: none;
    width: 100%;
  }
}
#taishi #boshu dl dd ol {
  margin-left: 25px;
}

#taishi #boshu dl dd ol li {
  list-style: decimal;
  margin-top: 5px;
}

#taishi #boshu .bt {
  text-align: center;
  padding: 20px;
}

/************ PROFILE LIST *************/
#taishi #profile_list {
  margin-bottom: 70px;
  border: 1px dotted #886443;
  padding: 40px 50px;
}

#taishi #profile_list h2 {
  text-align: center;
  margin-bottom: 30px;
}

#taishi #profile_list h2 strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #ffec00));
  background: linear-gradient(transparent 40%, #ffec00 0%);
}

@media only screen and (max-width: 768px) {
  #taishi #profile_list h2 {
    font-size: 110%;
  }
}
#taishi #profile_list ul {
  text-align: center;
}

#taishi #profile_list ul li {
  font-size: 90%;
  display: inline-block;
  margin: 15px 0px 15px 0px;
  font-weight: bold;
}

#taishi #profile_list ul li a {
  border: 2px solid #886443;
  position: relative;
  color: #886443;
  text-decoration: none;
  padding: 10px 30px;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

#taishi #profile_list ul li a:before {
  position: absolute;
  top: 18px;
  left: 10px;
  border-top: 2px solid #6a3906;
  border-right: 2px solid #6a3906;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

/********************* PROFILE **********************/
#taishi #profile h2 {
  text-align: center;
  margin-bottom: 20px;
}

#taishi #profile h2 strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0%, #ffec00));
  background: linear-gradient(transparent 40%, #ffec00 0%);
}

@media only screen and (max-width: 768px) {
  #taishi #profile h2 {
    font-size: 110%;
  }
}
#taishi #profile .col {
  margin-bottom: 20px;
  background-image: url(../../../../../taishi/images/profile_back_2.jpg);
}

#taishi #profile .col1 {
  margin-bottom: 20px;
  background-image: url(../../../../../taishi/images/profile_back_1.jpg);
}

@media only screen and (max-width: 768px) {
  #taishi #profile .col {
    margin-bottom: 0px;
    background-image: none;
  }

  #taishi #profile .col1 {
    margin-bottom: 0px;
    background-image: none;
  }
}
#taishi #profile .col:after, #taishi #profile .col1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #taishi #profile .col, * html #taishi #profile .col1 {
  zoom: 1;
}

/* IE6 */
*:first-child + html #taishi #profile .col, *:first-child + html #taishi #profile .col1 {
  zoom: 1;
}

/* IE7 */
#taishi #profile .waku {
  float: left;
  width: 450px;
  margin-right: 20px;
  padding: 20px 0 0 0;
}

#taishi #profile .tokunin {
  background-image: url(../../../../../taishi/images/tokunin.png);
  background-position: left 2% top 2%;
  background-repeat: no-repeat;
}

#taishi #profile .wakaba {
  background-image: url(../../../../../taishi/images/wakaba.png);
}

#taishi #profile .tagline {
  color: #EC8925;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  #taishi #profile .waku.tokunin {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    background-image: url(../../../../../taishi/images/tokunin.png), url(../images/beige_back.jpg);
    background-repeat: no-repeat, repeat;
    background-position: left 2% top 2%, left top;
    background-size: 60px, auto;
    padding: 3% 0;
  }

  #taishi #profile .waku.tokunin.wakaba {
    background-image: url(../../../../../taishi/images/wakaba.png), url(../images/beige_back.jpg);
  }

  #taishi #profile .waku {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
    background-image: url(../images/beige_back.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: auto;
    padding: 3% 0;
  }
}
#taishi #profile .waku:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #taishi #profile .waku {
  zoom: 1;
}

/* IE6 */
*:first-child + html #taishi #profile .waku {
  zoom: 1;
}

/* IE7 */
#taishi #profile .waku .text {
  /*float:left;
  width:240px;*/
  margin: 20px;
}

@media only screen and (max-width: 768px) {
  #taishi #profile .waku .text {
    /*float:left;
    width:60%;
    margin-left:3%;*/
  }
}
#taishi #profile .waku .text h3 {
  background-image: url(../images/sen1px.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#taishi #profile .tokunin .text h3 {
  padding-left: 20%;
}

#taishi #profile .waku .text dt {
  color: #fff;
  font-size: small;
  background-color: #EF8905;
  padding: 2px 10px;
  /*全体角丸*/
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
  margin-bottom: 5px;
  width: 120px;
  text-align: center;
}

#taishi #profile .waku .text dd {
  font-size: small;
  line-height: 150%;
  margin-bottom: 10px;
}

#taishi #profile .waku .text .profile {
  background-color: #fff;
  margin-top: 20px;
  padding: 18px;
  font-size: small;
  line-height: 170%;
  border-radius: 2px;
  /* CSS3草案 */
  -webkit-border-radius: 2px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 2px;
  /* Firefox用 */
}

#taishi #profile .waku .text p {
  font-size: 80%;
  line-height: 160%;
}

@media only screen and (max-width: 768px) {
  #taishi #profile .waku .text h3 {
    background-image: url(../wp/wp-content/themes/makizushi/images/sen1px.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 3%;
    margin-bottom: 3%;
    font-size: 100%;
  }

  #taishi #profile .tokunin .text h3 {
    padding-left: 18%;
  }

  #taishi #profile .waku .text p {
    font-size: 80%;
    line-height: 160%;
  }
}
#taishi #profile .waku .img {
  float: right;
  width: 150px;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
  #taishi #profile .waku .img {
    float: right;
    width: 30%;
    margin-right: 3%;
  }
}
/************ BACK TOP ************/
#taishi #back_top {
  text-align: center;
}

#taishi #back_top a {
  display: inline-block;
  margin: 0 auto;
  font-size: 100%;
  font-weight: bold;
  border: 2px solid #886443;
  position: relative;
  color: #886443;
  text-decoration: none;
  padding: 10px 40px 10px 55px;
  /*全体角丸*/
  border-radius: 4px;
  /* CSS3草案 */
  -webkit-border-radius: 4px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 4px;
  /* Firefox用 */
}

#taishi #back_top a:before {
  position: absolute;
  top: 22px;
  left: 15px;
  border-top: 2px solid #6a3906;
  border-right: 2px solid #6a3906;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

#taishi #back_top a:hover {
  border: 2px solid #EF8905;
  color: #EF8905;
}

#taishi #back_top a:hover:before {
  color: #EF8905;
}
/*# sourceMappingURL=maps/taishi2019.css.map */