@charset "utf-8";

/* 
使用カラー
#DDCBBC ベージュ
#DFF3DD 薄緑
#3B7837 濃い緑
#C40027 濃い赤 */

body {
  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #333;
}

h1 {
  line-height: 128px;
  color: #fff;
  background-color: #3B7837;
  text-align: center;
}

h2 {
  font-size: 28px;
  margin: 56px 0 30px;
  padding: 10px 0 15px;
  border-top: 2px solid #3B7837;
  border-bottom: 1px solid #ddd;
}

h3 {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  position: relative;
  width: 100%;
}

h3::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 88px;
  height: 1px;
  background-color: #3B7837;
}

.flex-container {
  display: flex;
}

label:hover,
.btn:hover {
  cursor: pointer; 
}

/* .wrapper
--------------------------------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #DFF3DD;
}

/* .container
--------------------------------------------*/
.container {
  width: 82.5%;
  margin: 0 auto;
  /* padding: 20px; */
  /* background-color: #DDCBBC; */
}

/* header
--------------------------------------------*/
header {
  background-color: #fff;
  height: 94px;
  display: flex;
  align-items: center;
}

header .flex-container {
  justify-content: space-between;
}

header .global {
  line-height: 94px;
}

header img {
  margin-top: 16.5px;
}

header li a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 18px;
  text-decoration: none;
  border-bottom: 1px solid #3B7837;
}

/* .breadcrumb
--------------------------------------------*/
.breadcrumb {
  font-size: 12px;
  height: 31px;
  line-height: 31px;
  border-bottom: 1px solid #ddd;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.breadcrumb a span {
  border-bottom: 1px dotted #000;
}

/* .container-order
--------------------------------------------*/
.container-order {
  margin: 0 36.5% 0 8.75%;
}

.flavor {
  margin-bottom: 40px;
}

.flavor .flex-container {
  width: 80%;
}

.flavor-item img {
  width: 200px;
  height: auto;
  margin: 20px 40px 20px 0;
  border-radius: 10px;
}

/* form
--------------------------------------------*/
textarea {
  resize: none;
  overflow: auto;
}

.box {
  margin: 0 50px 40px 0;
}


.btn-box {
  margin: 40px 0;
}

.btn {
  font-family: Lato,'Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: #3B7837;
  border-radius: 5px;
  margin-right: 50px;
  padding: 15px 50px;
}

input#yourname,
input#telnumber,
input#mailaddress {
  width: 300px;
  height: 40px;
}

/* footer
--------------------------------------------*/
footer {
  height: 425px;
  border-top: 1px solid #3B7837;
}

footer h3 {
  margin-bottom: 20px;
}

footer h3.contents {
  margin-bottom: 0;
}

footer .local {
  margin: 0 36.5% 48px 8.75%;
  height: 37px;
  border-bottom: 1px solid #ddd;
  /* margin-bottom: 48px; */
}

footer .local ul li {
  font-size: 12px;
  padding: 12px 0;
}

footer .local ul li a {
  color: #333;
  text-decoration: none;
}

footer .local ul li a span {
  padding: 0 1em;
  border-left: 1px solid#ddd;
  border-right: 1px solid#ddd;
}

footer .content {
  width: 347px;
  margin-right: 32px;
}

footer .content p {
  font-size: 12px;
}

footer .content p span {
  font-weight: bold;
}

footer .content a {
  display: block;
  color: #333;
  font-size: 12px;
  padding: 8.4px 0 8.4px 12px;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

footer .content a:last-child {
  background-color: rgba(0, 0, 0, 0.03);
}

footer .content a:hover {
  color: rgb(26, 158, 202);
  background-color: rgba(0, 0, 0, 0.03);
}

footer .flex-container {
  justify-content: flex-start;
}

.user-info {
  margin-bottom: 30px;
}

.mail-permission {
  margin-bottom: 30px;
}

.quantity,
.total {
  width: 100px;
}

.confirmation {
  margin-bottom: 30px;
}