@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal
}
*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}
* {
  margin: 0;
  padding: 0
}
hr {
  color: inherit;
  height: 0;
  overflow: visible
}
details, main {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden] {
  display: none
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
a {
  background-color: transparent
}
a:active, a:hover {
  outline-width: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace
}
pre {
  font-size: 1em
}
b, strong {
  font-weight: bolder
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-color: inherit;
  text-indent: 0
}
iframe {
  border-style: none
}
input {
  border-radius: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button, input, optgroup, select, textarea {
  font: inherit
}
optgroup {
  font-weight: 700
}
button {
  overflow: visible
}
button, select {
  text-transform: none
}
[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0
}
select {
  -moz-appearance: none;
  -webkit-appearance: none
}
select::-ms-expand {
  display: none
}
select::-ms-value {
  color: currentColor
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit
}
[disabled] {
  cursor: default
}
img {
  border-style: none
}
progress {
  vertical-align: baseline
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled=true] {
  cursor: default
}
html {
  background: #fff;
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1380px) {
  html {
    font-size: .7246376vw
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641024vw
  }
}
body {
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: Noto Sans JP, sans-serif;
  font-style: normal
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

ul, ol {
  list-style: none
}
a {
  text-decoration: none;
  transition: opacity .3s;
}
a:hover{
  opacity: .7;
}
img {
  max-width: 100%
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

.underline {
  background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fff100 65%, #fff100 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  padding-bottom: .3rem
}
.global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 8rem;
  background-color: #0071bc;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
}
.global .logo {
  width: 23.6rem;
}
.global .logo img {
  display: block
}
.global .contact-area{
  display: flex;
}
.global .contact-area .tel{
  display: block;
  width: 22.2rem;
}
.global .contact-area .tel-sp{
  display: none;
}
.global .contact-area .time{
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.global .contact-area .time span{
  display: inline-block;
  padding: .1rem .7rem;
  border-radius: .5rem;
  background: #fff;
  color:#0071bc;
  font-size: 1.4rem;
  margin-right: .6rem;
  margin-top:.2rem;
}
.global .contact-area .line{
  width:21rem;
  height: 5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color:#fff;
  background: #00a65a url("../assets/icon-arrow.svg") right 1.3rem top 50% no-repeat;
  background-size: .56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .global {
    height: 6rem;
    padding:0 0 0 1rem;
  }
  .global .logo {
    width: 18.7rem;
  }
  .global .contact-area{
    height: 100%;
    align-items: flex-end;
  }
  .global .contact-area .tel-block{
    display: none;
  }
  .global .contact-area .tel-sp{
    width:7.5rem;
    height: 100%;
    color:#fff;
    font-size: .8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1rem;
    letter-spacing: -0.08em;
    text-align: center;
    background: #f7921d url("../assets/icon-tel_sp.svg") left 50% top 1.1rem no-repeat;
    background-size: 1.3rem;
  }
  .global .contact-area .line{
    width:7.5rem;
    height: 100%;
    color:#fff;
    border-radius: 0;
    font-size: .8rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 1rem;
    letter-spacing: -0.08em;
    background: #03a65a url("../assets/icon-line_sp.svg") left 50% top .8rem no-repeat;
    background-size: 2.4rem;
  }
}
.sp {
  display: none
}
.pc {
  display: block
}
@media screen and (max-width: 768px) {
  .sp {
    display: block
  }
  .pc {
    display: none
  }
}
.anchor{
  padding-top:8rem;
  margin-top:-8rem;
}
@media screen and (max-width: 768px) {
  .anchor{
    padding-top:6rem;
    margin-top:-6rem;
  }
}
.header{
  position: relative;
  width:100%;
  padding-top:50.7246376%;
  margin-top:8rem;
}
.header .lead{
  width:100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right: 0;
}
.header .lead img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .header{
    padding-top:57.1794871%;
    margin-top:6rem;
  }
}
.apply-btn{
  display: block;
  border:#f7931e solid 1px;
  border-radius: 1.2rem;
  background-image: linear-gradient(#ffda2a, #d4145a);
  line-height: 8rem;
  color:#fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.apply-btn::after{
  content: "";
  width:1rem;
  height: 2rem;
  background: url("../assets/icon-arrow2.svg") 0 0 / contain no-repeat;
  position: absolute;
  top: calc(50% - 1rem);
  right: 4rem;
}
.apply-btn.big::after{
  width:1.6rem;
  height: 3.2rem;
  top: calc(50% - 1.6rem);
  right: 10rem;
}
@media screen and (max-width: 768px) {
  .apply-btn{
    font-size: 1.4rem;
    line-height: 5rem;
    border-radius: .6rem;
  }
  .apply-btn::after{
    width:.6rem;
    height: 1.2rem;
    top: calc(50% - .6rem);
    right: 2.5rem;
  }
}
.apply-btn-area{
  display: flex;
  column-gap: 3rem;
}
.tour05 .apply-btn-area{
  margin-top:4rem;
}
.apply-btn-tel{
  display: flex;
  align-items: center;
  width:53.5rem;
  max-width: 100%;
  height: 20rem;
  border:#009245 solid 1px;
  border-radius: 2rem;
  background-image: url("../assets/icon-apply-tel.svg"), linear-gradient(#fcee21, #0ecc7b);
  background-position: 7.2rem 50% , 0 0;
  background-size: 10.5rem, 100%;
  color:#fff;
  font-size: 3.5rem;
  font-weight: 700;
  padding:2rem 2rem 2rem 19rem; 
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.apply-btn-tel img.tel{
  width: 26.7rem;
}
.apply-btn-web{
  display: flex;
  align-items: center;
  width:53.5rem;
  max-width: 100%;
  height: 20rem;
  border:#f7931e solid 1px;
  border-radius: 2rem;
  background-image: url("../assets/icon-apply-web.svg"), linear-gradient(#ffda2a, #d4145a);
  background-position: 9rem 50% , 0 0;
  background-size: 9rem, 100%;
  color:#fff;
  font-size: 3.5rem;
  font-weight: 700;
  padding:2rem 2rem 2rem 19rem;
}
@media screen and (max-width: 768px) {
  .apply-btn-area{
    display: block;
  }
  .tour05 .apply-btn-area{
    margin-top:2rem;
  }
  .apply-btn-tel{
    font-size: 1.6rem;
    padding:1rem 1rem 1rem 5rem;
    background-position: 4rem 50% , 0 0;
    background-size: 3.8rem, 100%;
    justify-content: center;
    height: 7rem;
    border-radius: .5rem;
  }
  .apply-btn-tel img.tel{
    width: 16rem;
  }
  .apply-btn-web{
    font-size: 1.6rem;
    padding:1rem 1rem 1rem 4rem;
    background-position: 4.5rem 50% , 0 0;
    background-size: 3rem, 100%;
    justify-content: center;
    height: 7rem;
    border-radius: .5rem;
    margin-top:1rem;
  }
}

.main{
  padding-bottom:6rem;
}

main .section{
  padding: 6rem 9rem 0;
}
main .section .section-inner{
  width:120rem;
  max-width: 100%;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  main .section{
    padding: 2rem 1.5rem 0;
  }
}
.section-title{
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}
.section-title::after{
  content:"";
  width:20rem;
  height: .5rem;
  background: #ffda2a;
  position: absolute;
  bottom:0;
  left: calc(50% - 5rem);
}
@media screen and (max-width: 768px) {
  .section-title{
    font-size: 2rem;
    padding-bottom: 1rem;
  }
  .section-title::after{
    width:10rem;
    height: .3rem;
  }
}
.tour-menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top:5rem;
  padding-bottom:6rem;
  border-bottom: #e5e5e5 solid 1px;
  font-size: 0;
}
.tour-menu li{
  width: 38rem;
  max-width: 100%;
}
.tour-menu li:nth-child(1),.tour-menu li:nth-child(2){
  width: 58.5rem;
  max-width: 100%;
  margin-bottom:3.8rem;
}
@media screen and (max-width: 768px) {
  .tour-menu{
    margin-top:2rem;
    padding-bottom:0;
    border-bottom:none;
  }
  .tour-menu li{
    width:100%!important;
    margin-bottom:.8rem!important;
  }
}
.tour-lead{
  width: 118rem;
  max-width: 99%;
  margin:0 auto;
}
.tour-contents{
  border:#c1272d solid .3rem;
  border-radius: 2rem;
  background: #fff;
  padding: 5.5rem 5rem 6.5rem;
  margin-top:-4rem;
}
.tour03 .tour-contents,
.tour04 .tour-contents,
.tour05 .tour-contents{
  border-color: #029245;
}
@media screen and (max-width: 768px) {
  .tour-contents{
    border:#c1272d solid .2rem;
    border-radius: 1rem;
    padding: 4rem 2rem 3rem;
    margin-top:-3rem;
  }
  .tour-lead{
    width:99%;
    margin-left: -1%;
  }
}
.tour-header{
  display: flex;
  margin-bottom: 2rem;
}
.tour-header .tour-title{
  width: 60.5rem;
  max-width: 100%;
  margin-top:.5rem;
}
.tour01 .tour-header .tour-title .tour-heading{
  width: 49rem;
  max-width: 100%;
}
.tour02 .tour-header .tour-title .tour-heading{
  width: 53.4rem;
  max-width: 100%;
}
.tour03 .tour-header .tour-title .tour-heading{
  width: 49.3rem;
  max-width: 100%;
}
.tour04 .tour-header .tour-title .tour-heading{
  width: 58.2rem;
  max-width: 100%;
}
.tour-header .tour-title .tour-tag{
  margin-top:1rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: .7rem;
  padding-bottom:1rem;
}
.tour-header .tour-title .tour-tag li{
  border:#231815 solid 1px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  padding: .2rem 2rem .3rem;
  display: flex;
  align-items: center;
}
.tour-header .tour-title .tour-tag li .small{
  font-size: 1.8rem;
}
.tour-header .tour-title .tour-tag li .num{
  font-size: 2.6rem;
}
.tour-header .tour-price{
  width: 49.5rem;
  max-width: 100%;
}
.tour-header .tour-price .price60{
  width: 48rem;
  max-width: 100%;
}
.tour-header .tour-price .price{
  width: 44rem;
  max-width: 100%;
  margin-left: 3rem;
  margin-top:1rem;
}
.tour03 .tour-header .tour-price .price,
.tour05 .tour-header .tour-price .price{
  width: 26.7rem;
  max-width: 100%;
  margin-left: 11rem;
  margin-top:1rem;
}
@media screen and (max-width: 768px) {
  .tour-header{
    display: block;
  }
  .tour-header .tour-title.kani{
    background: url("../assets/tour01-ill01.png") right bottom no-repeat;
    background-size: 10rem;
  }
  .tour-header .tour-title .tour-tag{
    column-gap: .4rem;
  }
  .tour-header .tour-title .tour-tag li{
    font-size: 1.4rem;
    padding: .2rem 1rem .3rem;
    margin-bottom:.5rem;
  }
  .tour-header .tour-title .tour-tag li .small{
    font-size: 1.2rem;
  }
  .tour05 .tour-header .tour-title .tour-tag li .small{
    font-size: 1.17rem;
  }
  .tour03 .tour03 .tour-header .tour-title .tour-tag,
  .tour05 .tour03 .tour-header .tour-title .tour-tag{
    column-gap: .3rem;
  }
  .tour03 .tour-header .tour-title .tour-tag li,
  .tour05 .tour-header .tour-title .tour-tag li{
    padding: .2rem .5rem .3rem;
    letter-spacing: -0.03em;
  }
  .tour-header .tour-title .tour-tag li .num{
    font-size: 1.6rem;
  }
  .tour-header .tour-price{
    margin-top:0;
  }
  .tour-header .tour-price .price{
    display: block;
    width:96%;
    margin: .5rem auto;
  }
  .tour03 .tour-header .tour-price .price,
  .tour05 .tour-header .tour-price .price{
    width:60%;
    margin: .5rem auto;
  }
  .tour-header .tour-price .price60{
    margin-left:-0.5rem;
  }
}
.tour-point {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7rem;
  background: url("../assets/tour-bg1.png") left bottom no-repeat;
  background-size: 100%;
}
.tour03 .tour-point,
.tour05 .tour-point{
  background:none;
  padding-bottom: 0;
}
.tour-point .tour-point-photo{
  width:50rem;
  max-width: 100%;
}
.tour-point .tour-point-text{
  width:54rem;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.018em;
}
.tour-point .tour-point-text.kani{
  background: url("../assets/tour01-ill01.png") right top no-repeat;
  background-size: 14rem;
}
.tour-point .tour-point-text .ichioshi{
  font-size: 2rem;
  font-weight: 700;
  background: #ffda2a;
  border-radius: 1.5rem;
  padding:.1rem 1.2rem;
  display: inline-block;
}
.tour-point .tour-point-text .copy{
  font-size: 3rem;
  font-weight: 700;
  margin: .5rem 0 1.2rem;
  line-height: 1.5;
}
.tour-point .tour-point-text .text{
  font-size: 2rem;
  line-height: 1.5;
  color:#666;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .tour-point {
    display: block;
    background-image:url("../assets/tour-bg1_sp.png");
    padding-bottom: 3.5rem;
  }
  .tour-point .tour-point-photo{
    width: 32rem;
    margin-bottom: 1rem;
  }
  .tour-point .tour-point-photo img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  .tour-point .tour-point-text{
    text-align: center;
  }
  .tour-point .tour-point-text .ichioshi{
    font-size: 1.2rem;
    padding:.2rem 1rem;
  }
  .tour-point .tour-point-text .copy{
    font-size: 2rem;
    margin-bottom: .5rem;
  }
  .tour02 .tour-point .tour-point-text .copy,
  .tour04 .tour-point .tour-point-text .copy{
    letter-spacing: -0.01em;
  }
  .tour-point .tour-point-text .text{
    font-size: 1.2rem;
  }
  .tour-point .tour-point-text.kani{
    background: none;
  }
}
.tour-point2{
  display: flex;
  justify-content: space-between;
  padding: 4.3rem 0 4.5rem;
  background: url("../assets/tour-bg2.png") left bottom no-repeat;
  background-size: 100%;
}
.tour02 .tour-point2{
  background:none;
  border-bottom: #f2f2f2 solid 2px;
  padding-bottom:2.5rem;
}
.tour-point2 .tour-point2-item{
  width:52.5rem;
  max-width: 100%;
}
.tour-point2 .tour-point2-item .photo{
  border-radius:1rem;
  overflow: hidden;
}
.tour-point2 .tour-point2-item .copy{
  font-size: 3rem;
  font-weight: 700;
  margin: 1rem 0 1.5rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.tour-point2 .tour-point2-item .text{
  font-size: 1.9rem;
  line-height: 1.5;
  color:#666;
  margin-bottom: 1.5rem;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.018em;
}
@media screen and (max-width: 768px) {
  .tour-point2 {
    display: block;
    padding: 2rem 0 2.5rem;
    background-image: url("../assets/tour-bg2_sp.png");
  }
  .tour02 .tour-point2{
    padding-bottom:1rem;
  }
  .tour-point2 .tour-point2-item .copy{
    font-size: 2rem;
    margin: .5rem 0 .5rem;
    line-height: 1.4;
  }
  .tour04-2.tour-point2 .tour-point2-item .copy{
    letter-spacing: -0.01em;
  }
  .tour-point2 .tour-point2-item .text{
    font-size: 1.2rem;
  }
  .tour02 .tour-point2 .tour-point2-item .text{
    letter-spacing: 0.05em;
  }
}
.tour-point3{
  display: flex;
  justify-content: space-between;
  padding: 6rem 0 10rem;
  background: url("../assets/tour-bg2.png") left bottom no-repeat;
  background-size: 100%;
}
.tour-point3-photo{
  width:43.5rem;
  max-width: 100%;
}
.tour-point3-text{
  width:62rem;
  max-width: 100%;
}
.tour-point3-text .ichioshi{
  font-size: 2rem;
  font-weight: 700;
  background: #ffda2a;
  border-radius: 1.5rem;
  padding:.1rem 1.2rem;
  display: inline-block;
}
.tour-point3-text .copy{
  font-size: 3rem;
  font-weight: 700;
  margin: .5rem 0 1.2rem;
  line-height: 1.5;
}
.tour-point3-text .text{
  font-size: 2rem;
  line-height: 1.5;
  color:#666;
  margin-bottom: 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.018em;
}
@media screen and (max-width: 768px) {
  .tour-point3{
    display: block;
    padding: 3rem 0 2rem;
    background-image: url("../assets/tour-bg2_sp.png");
  }
  .tour-point3-text{
    margin-top:1rem;
  }
  .tour-point3-text .ichioshi{
    font-size: 1.2rem;
    padding:.2rem 1rem;
  }
  .tour-point3-text .copy{
    font-size: 2rem;
  }
  .tour-point3-text .text{
    font-size: 1.2rem;
  }
}
.tour-plan .tour-plan-title{
  width:44rem;
  max-width: 100%;
  margin:5.4rem auto 4.6rem;
}
.tour-plan .tour-plan-table{
  width:100%;
  border-bottom:#999 solid 1px;
  border-spacing:0;
}
.tour-plan .tour-plan-table th{
  width:27%;
  background: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  border-top:#999 solid 1px;
  padding:1.5rem;
}
.tour-plan .tour-plan-table td{
  width:73%;
  font-size: 1.8rem;
  border-top:#999 solid 1px;
  position: relative;
  padding:1.7rem 1rem 4rem 4rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.tour-plan .tour-plan-table td .tour-plan-icon{
  display: flex;
  column-gap: .56rem;
  position: absolute;
  bottom:.8rem;
  right: 0;
}
.tour-plan .tour-plan-table td .tour-plan-icon img{
  width:2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .tour-plan .tour-plan-title{
    width: 24rem;
    margin:2.5rem auto 1.5rem;
  }
  .tour-plan .tour-plan-table th{
    width:auto;
    white-space: nowrap;
    font-size: 1.2rem;
    padding:1rem;
  }
  .tour-plan .tour-plan-table td{
    width:auto;
    font-size: 1rem;
    padding:1rem .5rem 2.5rem 1rem;
  }
  .tour-plan .tour-plan-table td .tour-plan-icon{
    column-gap: .2rem;
    bottom:1rem;
  }
  .tour-plan .tour-plan-table td .tour-plan-icon img{
    width:1.4rem;
    height: 1.4rem;
  }
}
.tour-hotel{
  background: #f1f1f1;
  border-radius: 1rem;
  padding:2.5rem 1rem 2.5rem 4rem;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 43rem 1fr;
  margin-top: 3rem;
}
.tour-hotel .tour-hotel-photo{
  width: 100%;
  padding-right:5rem;
  grid-row: 1/3;
  grid-column: 1;
}
.tour-hotel .tour-hotel-photo img{
  border-radius: 1rem;
  overflow: hidden;
}
.tour-hotel .tour-hotel-title{
  grid-row: 1/2;
  grid-column: 2;
}
.tour-hotel .tour-hotel-text{
  grid-row: 2/3;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .tour-hotel{
    border-radius: .5rem;
    padding:1.5rem 1rem 2rem 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 15rem 1fr;
    margin-top: 2rem;
  }
  .tour-hotel .tour-hotel-photo{
    grid-row: 1;
    grid-column: 1;
    padding-right:1rem;
  }
  .tour-hotel .tour-hotel-title{
    grid-row: 1;
    grid-column: 2;
  }
  .tour-hotel .tour-hotel-text{
    grid-row: 2;
    grid-column: 1/3;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.tour-hotel .hotel-copy{
  font-size: 2rem;
  font-weight: 500;
}
.tour-hotel .hotel-name{
  font-size: 3rem;
  font-weight: 700;
  margin:1.3rem 0 2rem;
}
.tour-hotel .hotel-name span{
  display: inline-block;
  background:#666;
  color:#fff;
  font-size: 2rem;
  font-weight: 400;
  padding: .6rem 2.8rem;
  border-radius: 1rem;
  margin-right: 2.8rem;
}
.tour-hotel .hotel-website{
  display: inline-block;
  font-size: 1.6rem;
  color:#fff;
  background: #00a89c url("../assets/icon-link.svg") left 3rem top 50% no-repeat;
  background-size: 1.3rem;
  padding: 0 2rem 0 6.2rem;
  line-height: 3rem;
  border-radius: 1.5rem;
}
.tour-hotel .hotel-desc{
  margin-top:2.4rem;
  font-size: 1.7rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .tour-hotel .hotel-copy{
    font-size: 1.2rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  .tour-hotel .hotel-name{
    font-size: 1.6rem;
    margin:.5rem 0 1.5rem;
    line-height: 1.8;
  }
  .tour-hotel .hotel-name span{
    font-size: 1rem;
    padding: .2rem 1.5rem;
    border-radius: .5rem;
  }
  .tour-hotel .hotel-website{
    margin-top:1rem;
    font-size: 1.2rem;
    padding: 0 3.5rem 0 5.5rem;
  }
  .tour-hotel .hotel-desc{
    font-size: 1.2rem;
    margin-top:0;
    text-align: left;
  }
}
.tour-date{
  border:#e5e5e5 solid .7rem;
  padding:1.2rem;
  font-size:3rem;
  font-weight: 600;
  text-align: center;
  margin-top:3rem;
  letter-spacing: .05em;
  font-feature-settings: "palt";
}
.tour-date .note{
  color: #c1272d;
  font-size: 1.8rem;
}
.tour-sub-heading{
  margin:4rem auto 2.3rem;
  text-align: center;
}
.tour-sub-heading span{
  padding-bottom: 1rem;
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  position: relative;
}
.tour-sub-heading span::after{
  content:"";
  width:calc(100% - 2.4rem);
  height: .5rem;
  background: #ffda2a;
  position: absolute;
  bottom:0;
  left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tour-date{
    border-width: .3rem;
    font-size:1.5rem;
    padding:.6rem;
    margin-top:1rem;
  }
  .tour-date .note{
    font-size:1rem;
  }
  .tour-sub-heading{
    margin:2rem auto 1.5rem;
  }
  .tour-sub-heading span{
    font-size: 1.8rem;
  }
}
.tour-price{
  
}
.tour-price .tour-price-table{
  width:100%;
  border-bottom:#999 solid 1px;
  border-spacing:0;
}
.tour-price .tour-price-table th{
  width:27%;
  background: #f1f1f1;
  font-size: 2rem;
  font-weight: 400;
  border-top:#999 solid 1px;
  padding:1.5rem;
  white-space: nowrap;
}
.tour-price .tour-price-table td{
  width:73%;
  font-size: 2rem;
  border-top:#999 solid 1px;
  position: relative;
  padding:1.7rem 2rem 1.5rem 4.3rem;
  text-align: center;
}
.tour-price .tour-price-table td span{
  font-size: 2.5rem;
  color:#c1272d;
  font-weight: 600;
}
.tour-price .tour-price-note{
  font-size: 2rem;
  margin-top:1rem;
}
.tour-price .tour-grade-up{
  margin:3rem auto;
  background: #cf000e;
  padding: .5rem;
}
.tour-price .tour-grade-up .inner{
  border:#fff solid .3rem;
  background: #cf000e;
  padding: 1.1rem 1rem .8rem;
  text-align: center;
  color:#fff;
  font-size: 3.3rem;
  font-weight: 700;
}
.tour-price .tour-grade-up .inner .small{
  font-size: 2.1rem;
}
.tour-price .tour-grade-up .inner .up{
  color:#ffe100;
}
.tour-grade-up .option-price{
  width:49.4rem;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .tour-price .tour-grade-up{
    padding: .3rem;
    margin:1.5rem auto;
  }
  .tour-price .tour-grade-up .inner{
    border:#fff solid .1rem;
    padding: 1rem 1rem 1rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .tour-price .tour-grade-up .inner .small{
    font-size: 1.2rem;
  }
  .tour-price .tour-price-table th{
    font-size: 1.2rem;
    padding:1rem;
  }
  .tour-price .tour-price-table td{
    font-size: 1rem;
    padding:1rem;
  }
  .tour-price .tour-price-table td span{
    font-size: 1.4rem;
  }
  .tour-price .tour-price-note{
    font-size: 1rem;
    margin-top:.5rem;
  }
}
.tour-ride .tour-ride-lead{
  color:#4d4d4d;
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 2rem;
}
.tour-ride .tour-ride-table{
  width:100%;
  border-bottom:#999 solid 1px;
  border-spacing:0;
}
.tour-ride .tour-ride-table th{
  width:13%;
  background: #f1f1f1;
  font-size: 2rem;
  font-weight: 600;
  border-top:#999 solid 1px;
  padding:1.5rem;
  white-space: nowrap;
}
.tour-ride .tour-ride-table td{
  width:87%;
  font-size: 2rem;
  border-top:#999 solid 1px;
  position: relative;
  padding:1.5rem 1rem 1.4rem 2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .tour-ride .tour-ride-lead{
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .tour-ride .tour-ride-table th{
    font-size: 1rem;
    padding:1rem;
  }
  .tour-ride .tour-ride-table td{
    font-size: 1rem;
    padding:1rem;
  }
}

.tour-ride .tour-ride-note{
  color:#ce000e;
  border:#ce000e solid 1px;
  padding:1rem;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  margin:1.8rem auto 4.5rem;
}
.tour-sponsor{
  font-size: 2rem;
  background: #f2f2f2;
  border-radius: 2rem;
  padding:2rem 1rem;
  text-align: center;
  margin-top:3rem;
}
.tour-sponsor p{
  margin-bottom: 1rem;
  color:#231815;
}
.line-present{
  border:#00a65a solid .7rem;
  border-radius: 1rem;
  padding:0 1rem .3rem 6rem;
  font-size: 4rem;
  font-weight: 700;
  color:#00a65a;
  text-align: center;
  font-feature-settings: "palt";
  background: url("../assets/icon-line.svg") left 1rem top 50% no-repeat;
  background-size: 5rem;
  margin: 4rem auto;
  line-height: 1.3;
}
.rental-option{
  margin: 4rem auto;
}
.tour-notice{
  font-size: 2rem;
  line-height: 1.8;
  margin: 1rem auto 1rem;
}
.tour-header.tour04-2{
  margin-top:7rem;
  padding-top:8rem;
  background: url("../assets/tour04-dot.svg") 50% top no-repeat;
  background-size: 55rem;
}
@media screen and (max-width: 768px) {
  .tour-ride .tour-ride-note{
    font-size: 1.2rem;
    line-height: 1.4;
    padding:1rem .5rem;
    letter-spacing: -0.02em;
    margin:1.8rem auto 2rem;
  }
  .tour-sponsor{
    font-size: 1rem;
    padding:1rem 1rem .6rem;
    border-radius: .5rem;
    margin-top:2rem;
  }
  .tour-sponsor p{
    margin-bottom: .5rem;
  }
  .line-present{
    border-width: .3rem;
    font-size: 1.6rem;
    background-size: 3rem;
    padding: .5rem 1rem .6rem 5rem;
    margin: 2rem auto;
  }
  .tour-notice{
    font-size: 1.4rem;
  }
  .tour-header.tour04-2{
    margin-top:3rem;
    padding-top:3.5rem;
    background-size: 60%;
  }
  .rental-option{
    margin: 2rem auto;
  }
}
/*  loading="lazy"　アンカー 対応*/
.tour-point .tour-point-photo img{
  height:32.6rem;
}
.tour-point2 .tour-point2-item .photo img{
  height:30rem;
}
.tour-point3-photo img{
  height:25rem;
}
.tour-hotel .tour-hotel-photo img{
  height:25rem;
}
@media screen and (max-width: 768px) {
.tour-point .tour-point-photo img{
  height:16rem;
}
.tour-point2 .tour-point2-item .photo img{
  height:18.184rem;
}
.tour-point3-photo img{
  height:18.285rem;
}
.tour-hotel .tour-hotel-photo img{
  height:9.219rem;
}
}