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



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

.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%;
}

.mv img {
  width: 100%;
}

.ttl_bl {
  color: #aac5ac;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #aac5ac;
}


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

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

.scene {
  color: #fff;
  background: #aac5ac;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin: 30px;
  padding: 50px 0;
  max-width: 1000px;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
}

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

.scene_img2 {
  width: 100%;
  margin: 60px auto 0;
  background-color: #ebedee;
}

.backcolor {
  background: #ebedee;
}


@media screen and (max-width: 768px) {
  .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;
  }

  .scene_img2 img, .scene_img img {
    width: 100%;
    }

}



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




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

.flex .flex_box {
  width: 49%;
}

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

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

.flex1 .flex_box {
  width: 49%;
}

.flex1 .flex_box img {
  width: 100%;
}


.adv {
  margin: 0 40px;
}

.ttl {
  padding:8px;
  font-size: 24px;
  background-color: #0085ca;
  color: #fff;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

main .content-page_contents h3 {
  font-weight: bold;
  font-size: 22px;
}


.reco_m {
  padding: 8px;
}

.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;
  justify-content:space-between;
  width: 100%;
}

.item_box2 {
  width: 30%;
  margin: 40px auto;
  border: 1px solid #0085ca;
  border-radius: 20px;
  padding: 5px 5px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

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

.item_img2 {
  width: 100%;
  height:auto;
  position:relative;
}

.item_img2 img {
  width: 100%;

}

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

.flex_box1 {
  width: 10%;
  margin: 10px auto;
  position: relative;
}

.flex_box1 img {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.item_box {
  width: 30%;
  padding: 10px;
  margin: 10px auto 70px;
  display:flex;/*子要素に追加*/
  flex-direction:column;/*子要素に追加*/
  box-sizing:border-box;
}

.item_box a {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  width:100%;
}

.name {
  width: 100%;
}

.text {
  width: 100%;
  flex-grow:1;
  box-sizing:border-box;

}

.btn_link {
  width:100%;
  height:auto;
}

.btn {
  background: #0085ca;
  color: #fff;
  padding: 10px 15px;
  border-radius: 15px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 10px -5px 0;
}


.item_box img {
  width: 100%;
}

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

.item_name2 {
  padding: 3px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 3px solid #0085ca;
  margin: 40px 0 15px 0;
  display: block;
}

.item .item_img img {
  width: 40%;
}

.item_box a:hover {
  opacity: 0.7;
}


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


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

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



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



/*.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;
}*/

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 20px;
  }


  .sp_img img {
    width: 100%;
  }

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


  .flex .flex_box {
    width: 100%;
  }

  .item {
    display: block;
}

  .item .item_img {
    width: 100%;
  }



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

  .item_box {
    width: 45%;
    margin: 20px auto;
  }

  .flex_box1 {
    width: 33%;
    margin: 10px auto;
    position: relative;
  }


}