/* sushiコンテスト */
.sushicake .first h2{
  font-size: 3.0rem;
  margin: 15px 0;
}
.sushicake .first h2 img{
  display: block;
  margin: 0 auto;
}
.sushicake h2{
  color: #FF6161;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  margin: 50px 0;
}
.sushicake h3{
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.bg_photo{
  background-image: url("shshicake1.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center center;
  width: 100%;
  padding: 50px 0;
  margin-bottom: 30px;
}
.bg_photo .white{
  color: #fff;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  margin-bottom: 20px;
}
.bg_photo .yellow{
  color: #ff0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  margin-bottom: 20px;
}
.slider_btn{
  text-align: center;
}
.bg_brown{
  background-color: rgba(240, 235, 230, 1);
  padding-top: 10px;
  padding-bottom: 60px;
}
.flexbox{
  width: 90%;
  margin: 0 auto 30px;
  max-width: 900px;
  display: flex;
  flex-direction:column;
  justify-content:center;
}
.text_box{
  flex:1 1 90%;
  text-align: justify;
}
.img_box{
  flex:1 1 90%;
  padding-left: 0;
  text-align: center;
}
.flexbox_re{
  width: 90%;
  margin: 0 auto 50px;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content:center;
}
.flexbox_re .text_box{
  flex:1 1 90%;
  text-align: justify;
}
.flexbox_re .img_box{
  flex:1 1 90%;
  padding-right: 0;
}
.flexbox2{
  width: 90%;
  margin: 0 auto 30px;
  max-width: 900px;
  display: flex;
  flex-direction:column;
  justify-content:center;
}
.flexbox2 .text_box{
  flex:1 1 90%;
  text-align: justify;
}
.flexbox2 .img_box{
  flex:1 1 90%;
  padding-left: 0;
}
.sushicake .wrap{
  max-width: 900px;
  text-align: center;
}
.linkicon{
  max-width: 200px;
  margin: 0 30px 10px;
}
.mb_20{
  margin-bottom: 20px;
}
.mb_50{
  margin-bottom: 50px;
}.b{
  font-weight: 600;
}
.m_50{
  margin: 50px 0;
}
.flow h3{
  font-size: 3.0rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}
.flow li{
  list-style-type: disc;
  list-style-position: inside;
}
.wrap2{
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  text-align: justify;
}
.wrap3{
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
  text-align:center;
}
.wrap4{
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  text-align: justify;
}
.wrap5{
  width: 90%;
  margin: 0 auto;
  max-width: 700px;
  text-align: justify;
}
.sushicake .h3_sub{
  font-size: 3.0rem;
  font-weight: 700;
  color: #000;
  margin: 50px 0;
  text-align: center;
}
.flex3{
  width: 80%;
  max-width: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content:flex-start;
  align-items: center;
  margin: 0 auto;
  font-size: 1.8rem;
}
.flex3 img{
  width: 150px;
  margin-right: 20px;
}
.red{
  color: #FF6161;
}
.form_btn{
  margin: 40px auto;
  width: 16em;
  line-height: 3;
  border:1px solid #f00;
  text-align: center;

}
.form_btn a:hover{
  background-color:#FF6161;
  color: #fff;
}
.form_btn a{
  background-color: #fff;
  color: #FF6161;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  transition: all 1s;
}
@media screen and (min-width:768px){
.sushicake .first h2{
  font-size: 4.6rem;
  margin: 30px 0;
}
.sushicake .first h2 img{
  display:inline;
  margin: 0 10px 0 0;
}
.sushicake h2{
  color: #FF6161;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  margin: 50px 0;
}
.sushicake h3{
  font-size: 4.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.bg_photo .white{
  color: #fff;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  margin-bottom: 20px;
}
.bg_photo .yellow{
  color: #ff0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
  margin-bottom: 20px;
}

.flexbox{
  width: 90%;
  margin: 0 auto 30px;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.text_box{
  flex:1 1 70%;
  text-align: justify;
}
.img_box{
  flex:1 0 220px;
  padding-left: 10px;
}
.flexbox_re{
  width: 90%;
  margin: 0 auto 50px;
  max-width: 900px;
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
}
.flexbox_re .text_box{
  flex:1 1 55%;
  text-align: justify;
}
.flexbox_re .img_box{
  flex:1 0 40%;
  padding-right: 1em;
}
.flexbox2{
  width: 90%;
  margin: 0 auto 30px;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.flexbox2 .text_box{
  flex:1 1 55%;
  text-align: justify;
}
.flexbox2 .img_box{
  flex:1 0 40%;
  padding-left: 1em;
}
.wrap2{
  text-align:justify;
  margin-bottom: 50px;
}
.wrap4{
  margin-bottom: 50px;
  text-align: center;
}
}