﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');

/* ------------------------------------------
Document
------------------------------------------ */
figure {
  margin: 0;
  padding: 0;
}

section {
  width: 940px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

body#dish-planner * section {
  box-sizing: border-box;
}

body#dish-planner * img {
  vertical-align: top;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ------------------------------------------
result
------------------------------------------ */
#result {
  background-color: #fffbb0;
  border-radius: 10px;
  padding: 30px;  
  margin: 20px auto 30px;
}
#result .large {
  font-size: 28px;
  line-height: 1.5;
}
#result .lead {
  font-size: 20px;
  font-weight: bold;
  color: #442218;
  text-align: center;
}
#result .lead span.color {
  color: #d62e2e;
}

/* ------------------------------------------
lead
------------------------------------------ */
.lead_top {
  font-size: 20px;
  color: #442218;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  margin: 40px auto 50px;
}

.lead_top span.point {
  font-size: 28px;
  color: #d62e2e;
}

span.marker {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff100 0%) repeat scroll 0 0;
}

/* ------------------------------------------
title_box
------------------------------------------ */
.wrap_title {
  width: 100%;
  background: url(../images/title_bg.jpg) no-repeat top / cover;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.wrap_title figure {
  text-align: center;
  width: 244px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.wrap_title .title {
  background-color: #fff;
  padding: 20px;
  font-size: 34px;
  color: #442218;
  font-weight: bold;
  text-align: center;
  border: 2px solid #93c250;
  border-radius: 10px;
}

/* ------------------------------------------
entry_list
------------------------------------------ */
.wrap_entry_box {
  display: flex;
  gap: 10px 10px;
  margin-bottom: 80px;
}

.wrap_entry_box .entry_box {
  width: calc((100% - 30px) / 4);
}

.wrap_entry_box .entry_box .wrap_entry_ttl {
  position: relative;
  margin-top: 64px;
  color: #442218;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #e7ffb8;
  height: 150px;
}

.wrap_entry_box .entry_box .wrap_entry_ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #e7ffb8;
}

.wrap_entry_box .entry_box:nth-child(even) .wrap_entry_ttl:after {
  border-top: 20px solid #fffbb0;
}

.wrap_entry_box .entry_box .wrap_number {
  position: absolute;
  width: 160px;
  height: 70px;
  border-radius: 50% / 100% 100% 0 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  font-family: Roboto;
  color: #d63131;
  font-weight: bold;
  text-shadow: -3px -3px 0 #fff, -3px 0 0 #fff, -3px 3px 0 #fff,
    0 -3px 0 #fff, 0 3px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, 3px 3px 0 #fff;
  background-color: #e7ffb8;
}

.wrap_entry_box .entry_box:nth-child(even) .wrap_entry_ttl,
.wrap_entry_box .entry_box:nth-child(even) .wrap_number,
.wrap_entry_box .entry_box:nth-child(even) .wrap_entry_point {
  background-color: #fffbb0;
}

.wrap_entry_box .entry_box .wrap_entry_ttl .wrap_number .number {
  display: flex;
  justify-content: center;
  gap: 0 5px;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}
.wrap_entry_box .entry_box .wrap_entry_ttl .wrap_number .number.gp:before {
    background-image: url(../images/img_leaf_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    bottom: -20px;
    content: "";
    display: inline-block;
    width: 58px;
    height: 142px;
    left: -15px;
    position: absolute;
    -webkit-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
}
.wrap_entry_box .entry_box .wrap_entry_ttl .wrap_number .number.gp:after {
    background-image: url(../images/img_leaf_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    bottom: -20px;
    content: "";
    display: inline-block;
    width: 58px;
    height: 142px;
    right: -15px;
    position: absolute;
    -webkit-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
}
.wrap_entry_box .entry_box .wrap_entry_ttl .wrap_number .number .ttl {
  font-size: 30px;
  line-height: 1;
  text-align: right;
}

.wrap_entry_box .entry_box .wrap_entry_ttl .wrap_number .number .ttl span {
  font-size: 12px;
}

.wrap_entry_box .entry_box .wrap_entry_ttl .wrap_number .number .num {
  font-size: 70px;
  line-height: 1;
  padding-right: 5px;
}

.wrap_entry_box .wrap_entry_ttl .txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
.wrap_entry_box .wrap_entry_ttl .grand-prix {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #D2A900;
  border-radius: 13px;
  padding: 5px 0;
  line-height: 1;
  margin-bottom: 5px;
}
.wrap_entry_box .wrap_entry_ttl .name {
  font-size: 14px;
  font-weight: bold;
}

.wrap_entry_box .wrap_entry_ttl .name span {
  font-size: 16px;
}

.wrap_entry_box .wrap_entry_photo {
  margin-bottom: 15px;
  position: relative;
}
.wrap_entry_box .wrap_entry_photo figure {
  border: 10px solid #fff;
  box-shadow: 1px 0 4px 0 rgba(196, 176, 28, 0.6);
}

.wrap_entry_box .entry_box .wrap_entry_point {
  padding: 20px 20px 40px;
  border-radius: 10px;
  background-color: #e7ffb8;
  height: 390px;
  position: relative;
}

.wrap_entry_box .wrap_entry_point figure.gp {
  position: absolute;
  width: 50px;
  height: auto;
  transform: rotate(15deg);
  top: 12px;
  left: 103px;
}
.wrap_entry_box .wrap_entry_point figure.gp img {
  width: 100%;
  height: auto;
}
.wrap_entry_box .entry_box .wrap_entry_point figure.photo {
  width: 100%;
  height: auto;
  border-radius: 10px;

}

.wrap_entry_box .entry_box .wrap_entry_point figure.point {
  width: 140px;
  height: auto;
  margin: 10px auto 5px;
}

.wrap_entry_box .entry_box .wrap_entry_point .txt {
  font-size: 14px;
  line-height: 1.8;
  color: #442218;
  margin-bottom: 20px;
}

.wrap_entry_box .entry_box .wrap_entry_point .txt:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------
gallery
------------------------------------------ */
#dish-planner #gallery {
  margin-bottom: 80px;
}

#dish-planner #gallery h1 {
  font-size: 26px;
  font-weight: bold;
  color: #442218;
  padding-bottom: 10px;
  border-bottom: 2px solid #442218;
  position: relative;
  margin-bottom: 30px;
}

#dish-planner #gallery h1 span {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
}

#dish-planner #gallery .lead {
  font-size: 20px;
  color: #442218;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}

#dish-planner #gallery .gallery_list {
  display: flex;
  justify-content: space-between;
  gap: 15px 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#dish-planner #gallery .gallery_list figure {
  width: calc((100% - 30px) / 3);
  border: 10px solid #fff;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#dish-planner #gallery .notice_box {
  background-color: #f9f8f2;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  gap: 20px 20px;
}

#dish-planner #gallery .notice_box .txt_box {
  width: calc(100% - 260px);
}

#dish-planner #gallery .notice_box .img_box {
  width: 240px;
}

#dish-planner #gallery .notice_box .img_box img {
  width: 100%;
}

#dish-planner #gallery h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #442218;
  margin-bottom: 10px;
}

#dish-planner #gallery .txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#dish-planner #gallery img {
  padding: 0;
  box-shadow: none;
}

#dish-planner #gallery .img_about {
  width: 240px;
  height: auto;
  float: right;
  padding: 0 0 20px 20px;
}

/* ------------------------------------------
entry
------------------------------------------ */
/*.entry_btn {
  display: block;
  text-align: center;
  width: 500px;
  padding: 27px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #fff !important;
  border-radius: 40px;
  position: relative;
  letter-spacing: 0.1em;
  background-color: #d62e2e;
  margin: 0 auto;
  margin-bottom: 100px;
}*/
.entry_btn {
  display: block;
  text-align: center;
  width: 500px;
  padding: 27px 0;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  color: #fff !important;
  border-radius: 40px;
  position: relative;
  letter-spacing: 0.1em;
  background-color: #ccc;
  margin: 0 auto;
  margin-bottom: 100px;
  letter-spacing: .05em;
}
.entry_btn span {
  font-size: 16px;
}
.entry_btn:after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  /*margin: -16px 14px 0 0;*/
  border-radius: 2px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}


/* ------------------------------------------
end
------------------------------------------ */
.wrap_gr-txt {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}

.wrap_gr-txt:before {
  background-image: url(../images/img_leaf_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 58px;
  height: 142px;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
}

.wrap_gr-txt:after {
  background-image: url(../images/img_leaf_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 58px;
  height: 142px;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(0.625rem);
  transform: translateY(0.625rem);
}

.wrap_gr-txt figure {
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}

.gr-txt {
  color: #d62e2e;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.gr-txt span {
  font-size: 36px;
}


@media only screen and (max-width:768px) {
  section {
    width: 90%;
  }

  #result .large {
  font-size: 22px;
  }
  .lead_top span.point {
    font-size: 22px;
    line-height: 1;
  }
  .wrap_entry_box .wrap_entry_point figure.gp {
    width: 60px;
    top: 15px;
    left: 160px;
  }
  .wrap_title .title {
    font-size: 22px;
  }

  section.wrap_entry_box {
    width: 100% !important;
    display: flex;
    gap: 0 20px;
    margin-bottom: 60px;
    flex-direction: column;
  }

  .wrap_entry_box .entry_box {
    width: 100%;
  }

  .wrap_entry_box .entry_box .wrap_entry_point {
    margin-bottom: 40px;
    height: auto;
  }

  .wrap_entry_box .entry_box .wrap_entry_ttl {
    height: auto;
  }

  #dish-planner #gallery h1 {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  #dish-planner #gallery .lead {
    font-size: 18px;
    text-align: left;
  }

  #dish-planner #gallery .gallery_list {
    gap: 20px 0;
    flex-direction: column;
  }

  #dish-planner #gallery .gallery_list figure {
    width: 100%;
  }

  #dish-planner #gallery .gallery_list figure {
    width: 100%;
  }
  #dish-planner #gallery .notice_box {
    flex-direction: column;
    gap: 0 0;
  }
  #dish-planner #gallery .notice_box .txt_box,
  #dish-planner #gallery .notice_box .img_box {
    width: 100%;
	}

  .entry_btn {
    width: 100%;
  }
  .gr-txt {
    font-size: 16px;
	}
  .gr-txt span {
    font-size: 20px;
  }

  .entry_btn {
    margin-bottom: 60px;
  }

}