@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #212121;
  overflow-y: scroll;
  word-wrap: break-word;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.7;
  width: 100%;
  min-height: 100vh;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

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

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}

input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
  content: '\e900';
}

.icon-entry:before {
  content: '\e901';
}

.icon-contact:before {
  content: '\e902';
}

.icon-arrow_r:before {
  content: '\e90a';
}

.icon-arrow_b:before {
  content: '\e909';
}

.icon-twitter:before {
  content: '\e903';
}

.icon-facebook:before {
  content: '\e904';
}

.icon-youtube:before {
  content: '\e905';
}

.icon-instagram:before {
  content: '\e906';
}

.icon-line:before {
  content: '\e907';
}

.icon-facebook2:before {
  content: '\e908';
}

.page_inner {
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner {
    width: calc(100% - 80px);
  }
}

.header {
  text-align: center;
}

.header img {
  width: 100%;
}

.event_date {
  text-align: center;
}

.freebie {
  text-align: center;
  background: #196738;
}

.freebie_insta img {
  width: 100%;
}

.special_contents_wrap {
  background: #efdbc2;
  padding-bottom: 50px;
}

@media print, screen and (min-width: 920px) {
  .special_contents_wrap {
    padding-bottom: 100px;
  }
}

.special_contents {
  padding: 80px 20px 10px;
}

@media print, screen and (min-width: 920px) {
  .special_contents {
    padding: 190px 0 10px;
  }
}

.special_contents .page_inner {
  position: relative;
}

.special_contents .box_wrap {
  position: relative;
  padding-top: 50px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 920px) {
  .special_contents .box_wrap {
    padding-top: 90px;
  }
}

.special_contents .box_wrap .box_inner {
  padding: 20px;
}

.special_contents .box_wrap h2 {
  position: absolute;
  top: -60px;
  left: -28px;
}

@media print, screen and (min-width: 920px) {
  .special_contents .box_wrap h2 {
    top: -117px;
    left: -49px;
  }
}

.special_contents .box_wrap h2 img {
  width: 230px;
}

@media print, screen and (min-width: 920px) {
  .special_contents .box_wrap h2 img {
    width: auto;
  }
}

.special_contents .box_wrap h3 {
  text-align: center;
  margin-bottom: 10px;
}

.special_contents .box_wrap h4 {
  margin: 25px 0 25px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ea5514;
  line-height: 1.5;
}

@media print, screen and (min-width: 920px) {
  .special_contents .box_wrap h4 {
    margin: 40px 0 40px;
    font-size: 3.2rem;
  }
}

.special_contents .box_wrap p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.7;
  color: #40220f;
}

@media print, screen and (min-width: 920px) {
  .special_contents .box_wrap p {
    font-size: 1.5rem;
  }
}

.content_gift1 .box_wrap {
  background: #f8c9b7;
}

.content_gift1 .insta_ph {
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .content_gift1 .insta_ph {
    margin-top: 40px;
    margin-bottom: 65px;
  }
}

.content_gift1 .insta_ph a {
  display: inline-block;
}

.content_gift1 .insta_ph a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 920px) {
  .content_gift1 .present_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 40px;
  }
}

.content_gift1 .present_list_item {
  padding: 15px 20px;
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .content_gift1 .present_list_item {
    width: 50%;
    text-align: center;
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 920px) {
  .content_gift1 .present_list_item img {
    max-width: 330px;
  }
}

.content_gift1 .box_entry img {
  width: 100%;
}

.content_gift1 .box_entry a {
  display: block;
}

.content_gift1 .box_entry a:hover {
  opacity: 0.7;
}

.content_gift2 .box_wrap {
  background: #cae2df;
}

.content_gift2 .box_wrap h3 {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 920px) {
  .content_gift2 .box_wrap h3 {
    margin-bottom: 0;
  }
}

.content_gift2 .box_wrap h4 {
  margin-top: 25px;
}

@media print, screen and (min-width: 920px) {
  .content_gift2 .present_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.content_gift2 .present_list_item {
  padding: 15px 20px;
  text-align: center;
}

@media print, screen and (min-width: 920px) {
  .content_gift2 .present_list_item {
    width: 33.33333333%;
    text-align: center;
    padding: 30px 0;
  }
}

@media print, screen and (min-width: 920px) {
  .content_gift2 .present_list_item img {
    max-width: 270px;
  }
}

.content_gift2 .box_etc {
  padding: 30px 20px;
  background: #fff;
}

.content_gift2 .box_etc p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 920px) {
  .content_gift2 .box_etc p {
    font-size: 2.4rem;
  }
}

.content_gift2 .box_etc p.note {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 920px) {
  .content_gift2 .box_etc p.note {
    font-size: 1.8rem;
  }
}

.content_gift3 .box_wrap {
  background: #fcdda6;
}

.content_gift3 .box_wrap h3 {
  margin-bottom: 25px;
}

.content_gift3 .food_list {
  margin-top: 25px;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_list {
    margin-top: 40px;
    padding: 0 10px;
  }
}

.content_gift3 .food_list_item {
  background: #fff;
  border: 2px solid #fcac32;
  padding: 20px 20px;
  margin-bottom: 14px;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_list_item {
    display: flex;
    align-items: center;
    padding: 20px 35px;
  }
}

.content_gift3 .food_list_item .content {
  padding: 0 0 20px;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_list_item .content {
    padding: 10px 40px 10px 0;
  }
}

.content_gift3 .food_list_item .content p {
  text-align: left;
  font-size: 1.3rem;
  font-weight: normal;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_list_item .content p {
    font-size: 1.4rem;
  }
}

.content_gift3 .food_list_item .content p.title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_list_item .content p.title {
    font-size: 2.1rem;
  }
}

.content_gift3 .food_list_item .img {
  width: 100%;
  flex-shrink: 0;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_list_item .img {
    width: 350px;
    flex-shrink: 0;
  }
}

.content_gift3 .food_shop_map {
  padding-top: 10px;
}

@media print, screen and (min-width: 920px) {
  .content_gift3 .food_shop_map {
    padding: 30px 10px 10px;
  }
}

.content_gift3 .food_shop_map .img {
  border: 2px solid #fcac32;
}

.content_gift3 .food_shop_map .text {
  color: #40220f;
  margin-top: 10px;
  text-align: center;
  font-size: 1rem;
}

.content_gift3 .food_shop_map .text img {
  position: relative;
  display: inline-block;
  width: 15px;
  top: -1px;
  margin-right: 5px;
}

.footer {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .footer {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

.footer .note {
  color: #40220f;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 920px) {
  .footer .note {
    font-size: 1.3rem;
    margin-bottom: 40px;
  }
}

.footer .note li {
  margin: 5px 0;
}

.footer p {
  color: #40220f;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 920px) {
  .footer p {
    font-size: 1.4rem;
  }
}
