@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

.small {
  font-size: 0.8rem;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: black;
}


@media screen and (max-width: 768px) {
  .all_wrapper {
    margin: 0 5px;
    overflow: hidden;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.md_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.all_wrapper .mv {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.all_wrapper .mv img {
  width: 100%;
}

.bg_wrapper {
  width: 100%;
  background-color: #00272b;
  background-position:center;
  background-size: 100% auto;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
}

.wrapper_br {
  padding: 10px 50px;
  max-width: 768px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.tittle_box {
  width: 100%;
  position: relative;
}


img.tonakai {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  max-width: 81px;
  position: absolute;
  left: 0;
}

img.present {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  max-width: 57px;
  position: absolute;
  right: 0;
}

.li {
  max-width: 850px;
  margin: 50PX auto;
}

h2.li {
  padding: 8px;
  background: #de1637;
  color: #fff;
  font-family: "Noto Sans Arabic";
  margin-top: 48px;
}

.wrapper_s {
  padding: 10PX 50px;
  max-width: 768px;
  margin: 50PX auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.10);
}

.wrapper_w {
  padding: 10PX 50px;
  max-width: 768px;
  margin: 50PX auto;
  background-color: #FFF;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.10);
  background-image: url(../img/bk_img.png);
}

.wrapper_t {
  padding: 10PX 50px;
  max-width: 768px;
  margin: 50PX auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.10);
  background-image: url(../img/bk_img.png);
}



@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.wrapper_w h2.primary {
  background: #de1637;
  padding: 8px;
  width: 100%;
  margin: 48px auto 24px;
  color: #ffffff;
  font-family: "Noto Sans Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

p.explanation{
  width: 80%;
  padding: 24px;
  margin-left: 8%;
  margin-right: 8%;
}

img.fit{
  width: 75%;
  display:block;
  margin: 0 auto 30px;
}



img.line{
  width: 100%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-top: 48px;
}

.md_wrapper img {
  width: 100%;
}

.md_wrapper p {
  font-weight: bold;
}

h2.stripe{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: medium;
  color: #fff;
  padding: 8px;
  padding-left: 16px;
  background-size: auto auto;
  background-color: rgba(159, 194, 72, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(146, 177, 67, 1) 16px, rgba(146, 177, 67, 1) 32px );
}

div.container{
  container-type: inline-size;
  container-name: layout;
  text-align: center;
}

.all_wrapper .btn a {
  display: block;
  background-color: #00594f;
  color: #ffffff;
  border: 2px solid #00594f;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.all_wrapper .btn2 a {
  display: block;
  background-color: #00594f;
  color: #fff;
  border: 2px solid #00594f;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.all_wrapper .btn a:hover, .all_wrapper .btn2 a:hover, li .item_box3 a:hover  {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.msgbox{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 70%;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.10);
  padding: 12px;
}

.msgtypo{
color: #fff;
text-align: center;
font-family: "Noto Sans Arabic";
font-size:min(1.8vw,16px);
font-style: normal;
font-weight: 500;
line-height:normal;
margin-bottom: 50px;
}

.item_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

img.item_img {
 width: 100%;
 border-radius: 20px;
}

.item_box {
  width: 26%;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.10);
}

.item_box_btn {
  width: 26%;
  margin: 0 auto 20px;
}

.item_box2 {
  width: 22%;
  padding: 8px 5px;
  margin: 0 auto 30px;
  background-color: #fff;
  border-radius: 10px;
}

.item_box2_btn {
  width: 22%;
  margin: 0 auto 30px;
}

.item_box a:hover, .item_box2 a:hover, .item_box_btn a:hover, .item_box2_btn a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_box3 {
  width: 500px;
  margin: 30px auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.10);
  z-index: 2;
}

.item_bland{
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #333232;
}

.item_name{
  display: flex;
  font-size:min(1.8vw,14px);

}

.item_price{
  color: red;
  font-size:min(1.8vw,14px);
  font-weight: 700;
}

h2.primary{
  background: #de1637;
  padding: 8px;
  width: 100%;
  margin: 48px auto 24px;
  color: #FFF;
  font-family: "Noto Sans Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.popup {
  width: 30%;
}

.popup-content img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .wrapper_br {
    margin: 0 auto;
  }


  .bg_wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  
  .wrapper_s, .wrapper_t {
    padding: 10px 5px;
    margin: 50px auto;
  }

  .wrapper_w {
    padding: 10px 5px;
    margin: 50px auto;
    background-color: #ffffff;
  }

  .popup {
  width: 95%;
  }


  .msgbox{
    margin: 0 auto;
    padding: 5px;
  }

  .msgtypo{
    font-size:0.8rem;
  }

  img.tonakai {
    max-width: 40px;
  }
  
  img.present {
    max-width: 28px;
  }
  

  h2.primary {
    padding: 10px 5px;
    margin: 0px auto 10px;
    max-width: 98%;
    font-size: 1rem;
  }

  .wrapper_w h2.primary {
    background: #de1637;
    padding: 10px 5px;
    margin: 0px auto 10px;
    max-width: 98%;
    font-size: 1rem;
    color: #fff;
  }

  img.fit{
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }

  img.line{
    padding: 20px 0 10px;
  }

  .item_box {
    width: 46%;
    margin: 0 auto 10px;
  }

  .item_box2 {
    width: 46%;
    margin: 0 auto 10px;
  }

  .item_bland{
    text-align: center;
    font-size: 0.8rem;
  }

  .item_box2_btn, .item_box_btn  {
    width: 45%;
    margin: 0 auto 10px;
  }

  .all_wrapper .btn a {
    background-color: #de1637;
    color: #fff;
    border: 2px solid #de1637;
  }

  h2 {
    font-size: 1rem;
  }

}



/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}



/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  max-width:1000px;
  margin: 0 auto;

}

.slider .item_box3 {
  width: 25vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
}

@media screen and (max-width: 768px) {
  .slider .item_box3 {
    width: 50vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
  }
}

.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 1;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

.slider img {
  width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

#slider .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  padding: 8px;/*ドットボタンのサイズ*/
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

#slider .slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}




/*# sourceMappingURL=style.css.map */