@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: 80%;
  /* 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: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;
}

.mt60 {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.wrapper p.end {
  font-size: 1.2rem;
  font-weight: bold;
}


.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

.black {
  background-color: #1f2020;
}

.white {
  background-color: #fff;
}

.grey {
  background-color: #98a5ae;
}

@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;
  }
}

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

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

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */

.mv {
  width: 100%;
}

.wrapper p {
  font-size: 12px;
}

.mv img {
  width: 100%;
}

p.sub_ttl  {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 3px solid #0085ca;
  margin-bottom: 15px;
}

p.ttl  {
  color: #0085ca;
  padding: 5px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.img-area1, .img-area3, .img-area5 {
  display: flex;
  position: relative;
  margin: 150px auto;
  width: 80%;
}

.flex--reverse {
  flex-direction: row-reverse;
}


.img-area { 
  background-color: #fff;
  border: solid 1px #1f2020;
  border-radius: 30px;
  width: 60%;
  padding: 20px;
}

.img-area2, .img-area6 {
  position: absolute;
  border-radius: 30px;
  width: 20%;
  left:60%;
  bottom: -30px;
  z-index: -1;
}

.img-area4 {
  position: absolute;
  border-radius: 30px;
  width: 20%;
  right: 80%;
  bottom: -30px;
  z-index: -1;
} 

.img-area2 img, .img-area4 img, .img-area6 img {
  width: 300px;
}

.repost {
  position: absolute;
  top: 165px;
  right: 0px;
  width: 40%;
}

@media screen and (max-width: 768px) {

  .img-area1, .img-area3, .img-area5 {
    display: block;
    position: static;
    margin: 80px auto;
    width: 100%;
  }

  .flex--reverse {
    flex-direction: row;
  }

  .img-area { 
    background-color: #fff;
    border: solid 1px #1f2020;
    border-radius: 30px;
    width: 90%;
  }
  
  
  .img-area2, .img-area6 {
    position: static;
    border-radius: 30px;
    width: 100%;
  }
  
  .img-area4 {
    position: static;
    border-radius: 30px;
    width: 100%;
  } 

  .img-area2 img, .img-area4 img, .img-area6 img {
    width: 100%;
  }


  .ttl_bl span.point_img {
    font-size: 1rem;
  }
  .repost {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 30%;
  }
}

.ttl_bl span {
  position: relative;
  left: -10px;
}

@media screen and (max-width: 768px) {
  .ttl_bl span {
    font-size: 0.8rem;
  }

  .ttl_bl span.point_img  {
    position: relative;
    left: -5px;
  }

}


.flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.flex-reverse {
  flex-direction: row-reverse;
}

.flex .flex_box {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

.flex .flex_box img {
  width: 40%;
}

.flex_box .item_img3 {
  width: 30%;
}

.flex .flex_box1 img, .flex .flex_box2 img, .flex .flex_box3 img {
  width: 100%;
  margin: 10px;
}

.flex_box1  {
  width: 23%;
}

p.ttl_item {
  margin: 30px auto 0;
  text-align: center;
}

.ttl_item img {
  width: 40%;
}




h3 {
  color: #98a5ae;
  text-align: center;
}

h2 {
  text-align: center;
}

span.marker {
  background: linear-gradient(transparent 60%, #80b2c2 40%);
  text-align: center;
}


.item {
  margin: 20px auto;
  display: flex;
  justify-content: space-around;
}

.item .item_img {
  width: 48%;
  overflow: hidden;
}

.item .item_img .tour_img1 img {
  object-position: 100% 100%;
  width: 650px;
  height: 300px;
  object-fit: cover;
  object-position: 0% 35%;
  overflow: hidden;
}

.item .item_img img, .tour_img img {
  width: 100%;
}

.reco_m p.point {
  margin: 20px 0 10px;
  padding: 2px 5px;
  color: #0085ca;
  display: inline-block;
  border: 1px solid #0085ca;
  font-weight: bold;
}

.flex_wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.ttl_img {
  margin: 40px auto 0;
}

.ttl_img img {
  width: 100%;
}


.item_box2 {
  width: 28%;
  padding: 10px;
  margin: 20px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.item_box2 p, .item_box2 .item_name {
  flex-grow: 1;
}

.item_img2 {
  width: 100%;
}

.item_img2 img {
  width: 100%;
}

.item_name {
  color: #0085ca;
  padding: 3px;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 3px solid #0085ca;
  display: block;
  margin-bottom: 10px;
}

.flex .flex_box img.icon1, .flex .flex_box img.icon2 {
  width: 30%;
  position: relative;
  top: 30px;
  z-index: 1;
}

.bold {
  font-weight: bold;
}

.flex .icon2 img {
  width: 100%;
}

.flex .icon2 {
  width: 20%;
}

.item_box2 .base_price {
  text-decoration: line-through;
    text-align: center;
}

.item_box2 .price {
  color: #f20000;
  text-align: center;
}

.item_box2 .price span {
  font-size: 1.2rem;
  font-weight: bold;
}

.item_box2 .point {
  background-color: #f20000;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 20px;
}

.center {
  text-align: center;
}

.item_box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item .item_img img, .tour_img img.icon1, .tour_img img.icon2 {
  width: 40%;
}

.item_box a:hover {
  opacity: 0.7;
}

.scene_img2 img {
  width: 100%;
}


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


.popup {
  margin: auto;
  max-width: 400px;
}

.popup img {
  height: auto;
  width: 100%;
}

.btn {
  background: #0085ca;
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  text-align: center;
  margin: 20px 0 10px;
}

.position:hover, .hover:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  opacity: 0.7;
}

.btn:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  opacity: 0.7;
}

.btn2 a {
  display: block;
  color: red;
  border: 2px solid red;
  text-align: center;
  width: 300px;
  margin: 30px auto;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.staff_box01{
  margin: 30px auto;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}

.shop_deta {
  padding: 10px 0 0 ;
  border-radius: 10px;
  font-weight: bold;
  text-align: left;
}

.wrapper p.shop_name {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin: 20px auto;
}

#gi1 {  
  background-image: url(../img/karui_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#gi2 { 
  background-image: url(../img/smartphone_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  }
#gi3 {
  background-image: url(../img/scheule_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  }

#gi4 {
  background-image: url(../img/alarm_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
   }


.grid-container{
  margin: 10px auto;
  display: grid;
  height: 400px;
  gap: 3px;
  grid-template-columns	:1fr 1fr 1fr 1fr;
  grid-template-rows	:1fr 1fr;
}
#gi1 {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

#gi2 {
  grid-column: 3 / 5;
}

.shop {
  width: 100%;
  background-color: #fff;
  border: solid 1px #0085ca;
  border-radius: 10px;

}



@media screen and (max-width: 768px) {

  .ttl {
    font-size: 20px;
  }

  .sp_img img {
    width: 100%;
  }

  .flex {
    display: block;
    margin: 10px auto 60px ;
  }


  .flex .flex_box {
    width: 100%;
  }

  .item {
    display: block;
}

  .item .item_img {
    width: 100%;
  }

  .flex .flex_box1 img {
    margin: 0 auto;
  }

  .flex_box1 {
    width: 95%;
    margin: 10px;
  }


  .item_box2 {
    width: 80%;
    margin: 20px auto;
  }

  .item_img2 {
    width: 80%;
    margin: 0px auto;
  }

  .flex .flex_box img {
    width: 60%;
  }

  .flex .flex_box img.icon1 {
    width: 20%;
    position: relative;
    top: 10px;
    z-index: 1;
  } 

  .item .item_img .ttl_bl img.icon2  {
    width: 30%;
    position: relative;
    top: 10px;
  }

  .grid-container{
    height: 200px;
  }


}

/*js*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
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%で左右に余白を持たせて中央寄せ*/
  width: 98%;
  margin: 0 auto;
}

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

@media screen and (max-width: 768px) {
  .slider .staff_box01 {
    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;/*ドットボタンの現在地表示の色*/
}

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

/* img */

.topimg{
  width: 80%;
  margin-top: 64px;
  margin-left: auto;
  margin-left: auto;
  display: block;
}