@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
.noto-serif-jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
 
.noto-serif-jp-medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-serif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [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;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  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, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

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;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 100%;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

body {
  position: relative;
}

main {
  /*max-width: 1120px;*/
 /* margin: 0 auto !important;*/
  display: block;
  font-size: 1.3rem;
  line-height: 1.7;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #333;
}

main img {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  main img {
    width: auto;
  }
}

.contentsHeader {
  position: relative;

  /*background: url(../img/bg_header.png) right 0 no-repeat;*/
}
@media screen and (min-width: 768px) {
  .contentsHeader {
    padding:  0;
      margin: 0 auto 0;
  }
    
}
@media screen and (max-width: 767px) {
  .contentsHeader {
    padding: 0;
      max-height: 538px;
    background: url("../img/jpmap.png") right top 20px no-repeat;
      background-size: auto 100%;
  }
    h1 img{
        max-width: 450px;
    }
    .contentsHeader .pcOnly{
        display: none;
    }
    .contentsHeader .spOnly{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
     h1 .spOnly img:last-child{
         display: inline-block;
        
         max-width: 88px;
         vertical-align: top;
         margin: 10px 5px 20px;
    }
    h1 .spOnly img:first-child{
        display: inline-block;
        margin-top: auto;
        max-height: 190px;
        vertical-align: bottom;
        z-index: 2;
    }
}

.contentsHeader h1 {
  width: 100%;
        display: block;
  margin: 0;
  padding: 0;

}
@media screen and (min-width: 768px) {
   
    .spOnly{
        display: none;
    }
    .pcOnly{
        display: block;
    }
    .contentsHeader .contbox{
        position: relative;
    }
  .contentsHeader h1 {
          background: url(../img/jpmap.png) no-repeat;
    background-position: top right;
      position: absolute;
      right: 0;
      top: 54%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      
  }
    .contentsHeader h1{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 450px;
        height: 452px;
        margin-left: -50px;
    }
}
.contentsHeader .header__btn {
  position: absolute;
  bottom: 30px;
  right: 225px;
}
@media screen and (max-width: 767px) {
  .contentsHeader .header__btn {
    left: 4%;
    right: 0;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
    
  .contentsHeader .header__kv {
    position: absolute;
    top: 10px;
    left: 4%;
    width: 65%;
      max-width: 245px;
      z-index: 3;
  }
}

.contents {
  margin-bottom: 50px;
  /*background: url("../img/main_bg.jpg") center 0;*/
     background-image: linear-gradient(93deg, rgb(255 252 240) 25%, rgb(253 252 245) 50%, rgb(225 225 215) 84%);
    background-size: 100% auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 0 0 20px;
      
  }
    
}

@media screen and (max-width: 767px) {
  .premium {
    margin: 0 auto;
    width: 100%;
      
  }
    
}
.premium h2 {
  margin-bottom: 28px;
  text-align: center;
    background: url(/med/feature/domestic/premium/cmn/img/ttl_index01.png) no-repeat top center;
    padding: 10px 0 5px;
    font-family: 'Hiragino Mincho ProN、ヒラギノ明朝 ProN', serif;
    color: #ffffff;
    font-size: 2.8rem;
    text-shadow: 2px 2px 5px #77450c ,
-2px 2px 5px #77450c ,
2px -2px 5px #77450c ,
-2px -2px 5px #77450c;
    line-height: 1;

}
.premium__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}
.premium__list li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}	
.premium__list li p {
  margin-left: 5px;
    margin-top: -2px;
	color: #352207;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
    font-weight: 700;
}
.premium__list .redTxt {
	color: #e20618;
    
}
.premium__list .annotation {
	font-size: 1.5rem;
    line-height: 1.2;
    display: block;
}
.premium__list small {
	font-size: 1.5rem;
    line-height: 1.2;
}
.premium__list li > span {
  display: inline-block;
  width: 20px;
    min-width: 20px;
    margin-bottom: auto;
}
@media screen and (max-width: 767px) {
    .premium h2 {
  width: 95%;
    margin: 0 auto 20px;
}
    .premium__list{
    padding: 0 0px 0 18px;}
	.premium__list li p {
		width:90%;
		margin-left: 0;
		font-size: 1.5rem;
	}
  .premium__list li span img {
    width: auto;
  }
    .premium__list li > span {
  width: 15px;
        min-width: 15px;
}
    .premium__list .annotation,.premium__list small{
	font-size: 1.2rem;
}
    .premium h2 {
        background-size: auto 100%;
    padding: 7px 0 5px;
    font-size: 2rem;

}

}
.premium__list li picture {
  width: calc(100% - 20px);
}
.premium__list li picture img {
  max-width: 100%;
}
.premium__list li + li {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .premium__list li:nth-child(4) {
    align-items: center;
  }
}
.course h2 {
    font-family: 'Noto Serif JP', serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
  height: 46px;
    line-height: 1;
  padding: 10px 0;
  background: url(../img/bg_course.png) 0 0;
  text-align: center;
}
.course h2 img {
  width: auto;
}
.course__link {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background: linear-gradient(0deg, #332203 0%, #4c3f24 100%);
  border-bottom: 3px solid #bf952a;
  box-shadow: 0 2px 0 #908c80;
   
}
.course__link a{
    font-family: 'Hiragino Mincho ProN、ヒラギノ明朝 ProN', serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #f7df82;
}
@media screen and (max-width: 767px) {
  .course__link {
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4%;
  }
  .course__link::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #6c6049;
  }
  /*----navにミステリー追加のとき----*/
  /*.plusmyth{
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    padding: 0 4%;
  }
  .plusmyth {
    position: relative;
  }
  .plusmyth::before {
    content: "";
    position: absolute;
    top: calc(32% - 1px) !important;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6c6049;
  }
  .plusmyth::after {
    content: "";
    position: absolute;
    top: calc(68% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #6c6049;
  }*/
  /*----navにミステリー追加のとき----*/
   /* .course__link a{
    font-size: 1.3rem;
}*/
}
@media screen and (max-width: 767px) {
    .course__link li{
        display: flex;
        justify-content: center;
        position: relative;
            
    }
    .course__link li::before{
        content: "";
        width: 1px;
        height: 20px;
        background: rgba(247,223,130,0.5);
        top: calc(50% - 10px);
        right: 0;
        position: absolute;
    }
  .course__link li:first-of-type {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .course__link li:nth-of-type(2) {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .course__link li:nth-of-type(3) {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .course__link li:nth-of-type(4) {
    width: 25%;
  }
    .course__link li:nth-of-type(4)::before{
        width:0;
        height: 0;
    }
}
@media screen and (max-width: 767px) {
  .course__link li:nth-of-type(5) {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .course__link li:nth-of-type(6) {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .course__link li:nth-of-type(7) {
    width: 33%;
  }
    .course__link li:nth-of-type(7)::before{
        width:0;
        height: 0;
    }
    .course__link li:nth-of-type(8)::before{
        width:0;
        height: 0;
    }
}
.course__link li a {
  display: inline-block;
  padding: 10px 25px 10px 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .course__link li a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 818px) {
  .course__link li a {
    padding: 10px;
  }
}
.course__link li a::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 10px;
  background: url(../img/icon_nav.png) 0 0/100% auto no-repeat;
  vertical-align: middle;
  transition: opacity 0.3s ease-out;
}
.course__link li a img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .course__link li a:hover {
    background: linear-gradient(0deg, #dcb036 0%, #a0760c 100%);
  }
  .course__link li a:hover::before {
    animation: arrowAnime 0.8s ease-in-out infinite;
  }
    
}
/*@media screen and (max-width: 767px) {
  .course__link li + li {
    margin-left: 7%;
  }
}*/
@media screen and (max-width: 767px) {
  .course__link li:nth-child(5) {
    margin-left: 0;
  }
}
.course__area {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .course__area {
    margin-top: 30px;
  }
}
/*.course__area h3 {
  overflow: hidden;
  margin-bottom: 15px;
}*/
.course__area h3{
    position: relative;
    border-bottom: 1px solid #674c30;
    width: 1120px;
    padding: 0 0 30px;
    margin-bottom: 30px;
}
.course__area h3 span{
    position: absolute;
    left:0;
    top: 100%;
    transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  display: inline-block;
    border-radius: 50px;
    background-color: #051755;
    color: #ffffff;
    font-family: 'Hiragino Mincho ProN、ヒラギノ明朝 ProN', serif;
    font-weight: bold;
    text-align: center;
    padding: 5px 40px;
    font-size: 2rem;
    line-height: 1;
    
}
/*.course__area h3 img {
  max-width: none;
    height: 32px;
}*/
@media screen and (max-width: 767px) {
 .course__area h3{
    width: 100%;
}
}
.course__box {
  padding: 35px 30px 30px 30px;
  background: #fff url(../img/bg_courseBox.png) 0 0 repeat-x;
}
@media screen and (min-width: 768px) {
  .course__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
     .course__detail {
        width: 100%;
    }
  .course__box {
    padding: 30px 2% 15px 2%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
    
}

@media screen and (min-width: 768px) {
  .course__detail {
    margin-right: 10px;
      width: 100%;
      max-width: 756px;
  }
 
  .spOnly {
    display: none;
  }
}
.course__no__box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.course__no {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #000;
  font-size: 1.6rem;
    height: 28px;
}
.course__no dt {
  display: inline-block;
  padding: 0 10px;
  background: #000;
  font-size: 1.6rem;
  color: #fff;
}
.course__no dd {
  display: inline-block;
  padding: 0 15px 0 10px;
  font-size: 1.6rem;
}
.course__ttl {
  max-width: 750px;
 /* min-height: 55px;*/
  line-height: 1.25;
margin-top: 3px
}
.noImg .course__detail{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.noImg .course__ttl{
    max-width: 100%;
}
.course__ttl a {
  font-size: 2.2rem;
  font-weight: bold;
  color: #221602;
}
.course__ttl a:hover {
  color: #c90000;
}
.course__eda {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #323232;
  margin-top: 5px;
}
.course__photo {
  position: relative;
  height: 199px;
    width: 275px;
}

.course__photo::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/img_frame01.png") center center / contain no-repeat;
  top: 0;
  left: 0;
}
main [class*="js_rweb2404_img_"]{
    height: 190px;
    width: 275px;
}
[class*="js_rweb2404_img_"] .frame::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/img_frame02.png") center center / contain no-repeat;
  top: 0;
  left: 0;
    z-index: 3;
 }

.course__photo .-cpy {
  display: inline-block;
  position: absolute;
  bottom: 2%;
  right: 0;
    width: 100%;
  padding: 0 28px;
  text-align: right;
  text-shadow: 1px 1px 1px #000, 1px 0px 1px #000, 1px -1px 1px #000, 0px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  color: #fff;
  font-size: 1.2rem;
    line-height: 1.2;
    z-index: 5;
    letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .course__eda {
    font-size: 1.2rem;
  }
    .course__ttl a {
  font-size: 1.8rem;
}
    .course__photo::after {
  max-width: 550px;
 }
}
.course__eda a {
  color: #221602;
}
.course__eda a:hover {
  color: #c90000;
}
.course__txt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c6a146;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    .course__photo {
        height: auto;
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
        max-width: 300px;
    }
  main [class*="js_rweb2404_img_"] {
      margin: 20px auto 0;
      text-align: center;
      width: 300px;
      height: 207px;
  }
        
  .course__photo img {
    width: 100%;
  }
  .course__photo .-cpy {
      padding:0 9%; 
    /*right: 10%;
    padding-left: 10%;*/
  }
  .pcOnly {
    display: none;
  }
}
.course__newIcon {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  /*top: -5px;*/
}

@keyframes arrowAnime {
  0% {
    top: 0;
  }
  50% {
    top: 3px;
  }
  100% {
    top: 0;
  }
}
@media screen and (min-width: 610px) and (max-width: 767px) {
    .course__detail {
        width: 50%;
    }
     .course__box {
      flex-wrap: nowrap;
  }
    main .course__photo{
        margin: 0;
    }
}
main .imgAnnotation { 
  margin: 0 auto 0;
  font-size: 1.2rem;
  text-align: right;
  padding: 0;
  color:#333;
    width: 100%;
}
@media (max-width: 767px){
main .imgAnnotation {
    position: absolute;
    bottom: 0;
  margin: 0 auto 0;
  font-size: 1rem;
    letter-spacing: -1px;
    }
}

/*-------------------------------------------------------------------------------------------------------------*/

main{
    
   /* background-image: linear-gradient(93deg, rgb(255 252 240) 25%, rgb(253 252 245) 50%, rgb(225 225 215) 84%);
    background-size: 100% auto;
    width: 100%;*/
}
@media screen and (min-width:767px) {
    main{
        border-top: #051755 5px solid;
    }
    .contentsHeader{
    position: relative;
    /* border-top: 1px solid #051755;*/
    /* border-bottom: 1px solid #051755;*/
}
}
main::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 10px;
}

.contentsHeader .contbox{
        display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px 0 0;
    
}

@media screen and (max-width:767px) {
    main{
        border-top: #051755 5px solid;
    }
    .contentsHeader{
    position: relative;
   /*  border-top: 1px solid #051755;
     border-bottom: 1px solid #051755;*/
}
    .contentsHeader .contbox{
        padding: 0;
    }
    .contentsHeader .contbox .header__kv img{
        max-width: 370px;
        width: 100%;
    }
}
.contbox{
    max-width: 1236px;
    margin: 0 auto;
}
.course{
    position: relative;
}

.area_button{
    text-align: center;
    padding: 40px 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
    background: #FFFFFF;
}
.area_button .contents_wrap{
    justify-content: center;
    flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #cc0d20;
    padding: 5px 0;
    color: #cc0d20;
    font-weight: bold;
    font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
    border: solid 9px transparent;
    border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
    border: solid 11px transparent;
    border-top: solid 17px #fff;
    margin-top: -5px;
}
.area_button__titbox__tit{
    font-size: 2.4rem;
    color: #333333;
    margin: 15px 5px;;
}
.area_button__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
    text-align: center;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
}
.area_button__link li a:after{
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
}
@media screen and (min-width:767px) {
.area_button__link li{
  max-width: 138px;
}
.area_button__link li a:hover{
  opacity: 0.7;
    }
nav{
    position: sticky;
    top: 92px;
    z-index: 6;
}
}
@media screen and (max-width:767px) {
    .area_button__link {
    margin: 0 10px 0;
  }
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
    nav{
    position: sticky;
    top: 50px;
    z-index: 6;
}
}

/*-発地選択-*/

.select_label {
    padding: 28px 0 0px;
  font-weight: bold;
}
.select_label h3 {
    text-align: center;
    color: #3e2f11;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.form-control {
  font-family: 'Noto Serif JP', serif;
}
.selectdiv {
    position: relative;
    width: 280px;
    margin: 10px auto 110px;
    
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
    content: '';
    position: absolute;
    display: block;
    right: 60px;
    width: 1px;
    height: 35px;
    top: 22px;
    border-left: 2px solid #938871;
}
.selectdiv::after {
    content: '';
  display: inline-block;
    background: url("../img/dep_bt.png") no-repeat;
    background-size: 19px 31px;
    width: 19px;
    height: 31px;
    right: 22px;
    top: 23px;
    padding: 0;
    position: absolute;
    pointer-events: none;
}
.selectdiv select {
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 280px;
   height: 66px;
    float: right;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 0 40px 0 30px;
    font-size: 22px;
    line-height: 1.5;
    color: #3e2f11;
    background-color: #ffedbe;
    background-image: none;
    /*box-shadow: 0 0 0 2px #E1C57C inset, 0 0 0 4px #3e2f11 inset;*/
    border: solid 2px #938871;
    font-weight: bold;
    -ms-word-break: normal;
    word-break: normal;
}
@media screen and (max-width:767px) {
.select_label{
    margin:0;
}
.select_label h3{
    font-size: 1.7rem;
    margin: 0;
}
.selectdiv {
  position: relative;
  width: 190px;
  margin: 10px auto 80px ;
}
select::-ms-expand {
display: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 242px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0 40px 0 10px;
  font-size: 1.6rem;
  line-height: 1.5;
  background-image: none;
  border: 1px solid #646464;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
}
  .selectdiv::after {
  width: 12px;
  background-size: 100% auto;
  right: 18px;
  top:  20px;
}
  .selectdiv::before {
  right: 45px;
  width: 1px;
  height: 30px;
  top: 15px;
}
  .selectdiv select {
    padding-left: 21px;
    }}
.premium{
    padding: 30px 0;
    box-shadow: 0px 4px 7px #6f61378a;
    /*border-bottom: 1px solid #051755;*/
    background:url("../img/bg_contents.png") center;
}
@media screen and (min-width:767px) {
    
/*.premium{
    width: 100%;
    max-width: 1236px;
    position: relative;
	margin: 10px auto;
    padding: 63px 0;
	background-image: url("../img/promise_flame02.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.premium::before, .premium::after {
    content: '';
    display: block;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.premium::before{
	position: absolute;
	content: url("../img/promise_flame01.jpg");
	width: 100%;
    height: 63px;
	top:0;
}
.premium::after{
	position: absolute;
	content: url("../img/promise_flame03.jpg");
	width: 100%;
    height: 63px;
	bottom: 0;
}*/
}





.course__price {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c6a146;
  font-size: 1.3rem;
}

.course__price strong {
  display: block;
  margin-top: 0.25em;
  font-size: 2.4rem;
  line-height: 1;
  color: #d70000;
}
.course__airIcon {
  display: inline-block;
  width: 64px;
  /*margin-left: 10px;*/
  /*margin-bottom: 12.11px;*/
  position: relative;
  top: 0;
  line-height: 29px;
  vertical-align: top;
}
@media screen and (min-width: 426px) and (max-width: 767px) {
h1 .spOnly img:first-child{
        z-index: 5;
    max-height: 170px;
    }
    .contentsHeader .contbox .header__kv img{
        max-width: 450px;
    }
    .contentsHeader .header__kv{
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        max-width: 65%;
    }
}

.icon_k{
    display: inline-block;
  width: 64px;
    height: 28px;
  margin-left: 10px;
  margin-bottom: 12.11px;
  position: relative;
  top: 0;
  line-height: 29px;
  vertical-align: top;
     background: url(/med/app-files/img/KMicon/ico_air.png) no-repeat 100%;
    background-size: 64px 28px;
}
.icon_m{
    display: inline-block;
  width: 64px;
    height: 28px;
  margin-left: 10px;
  margin-bottom: 12.11px;
  position: relative;
  top: 0;
  line-height: 29px;
  vertical-align: top;
     background: url(/med/app-files/img/KMicon/ico_train.png) no-repeat 100%;
    background-size: 64px 28px;
}
.icon_box{
    margin:  0 5px;
    display: flex;
    justify-content: flex-start;
    gap:5px;
    flex-wrap: wrap;
}
.icon_box .icon_bus2{
     background: url("../img/icon_bus2.png") no-repeat;
      background-size: 69px 28px;
     width: 69px;
    height: 28px;
    
}
.icon_box .icon_busmax{
    background: url("../img/icon_busmax.png") no-repeat;
     background-size: 111px 28px;
     width: 111px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_busmax span,.icon_box .icon_max span,.icon_box .icon_max_group span{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding-top: 2px;
    right:26px;
    width: 35px;
    height: 28px;
    text-align: center;
   font-size: 2.6rem;
    line-height: 1;
    color: #a52124;
    font-family:游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: bold;
    bottom: 0;
    letter-spacing: -2px;
    user-select: none;/*height: 28px;*/
}
.icon_box .icon_max{
    background: url("../img/icon_max.png") no-repeat;
     background-size: 99px 28px;
     width: 99px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_max_group {
    background: url("../img/icon_max_group.png") no-repeat;
     background-size: 99px 28px;
     width: 99px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_one{
    background: url("../img/icon_one.png") no-repeat;
     background-size: 56px 28px;
     width: 56px;
    height: 28px;
}
.icon_box .icon_byodoin_kashikiri{
    background: url("../img/icon_byodoin_kashikiri.png") no-repeat;
     background-size: 100px 28px;
     width: 100px;
    height: 28px;
}
.icon_box .icon_haradanien_yusen{
    background: url("../img/icon_haradanien_yusen.png") no-repeat;
     background-size: 100px 28px;
     width: 100px;
    height: 28px;
}
.icon_box .icon_wine_kashikiri{
    background: url("../img/icon_wine_kashikiri.png") no-repeat;
     background-size: 129px 28px;
     width: 129px;
    height: 28px;
}
.icon_box .icon_okada_kashikiri{
    background: url("../img/icon_okada_kashikiri.png") no-repeat;
     background-size: 151px 28px;
     width: 151px;
    height: 28px;
}
.icon_box .icon_midagahara_kashikiri{
    background: url("../img/icon_midagahara_kashikiri.png") no-repeat;
     background-size: 163px 28px;
     width: 163px;
    height: 28px;
}
.icon_box .icon_kanran{
    background: url("../img/icon_kanran.png") no-repeat;
     background-size: 127px 28px;
     width: 127px;
    height: 28px;
}
.icon_box .icon_thirtysix_kashikiri{
    background: url("../img/icon_thirtysix_kashikiri.png") no-repeat;
     background-size: 133px 28px;
     width:133px;
    height: 28px;
}
.icon_box .icon_granclass{
    background: url("../img/icon_granclass.png") no-repeat;
     background-size: 56px 28px;
     width: 56px;
    height: 28px;
}
.icon_box .icon_two_ltd{
    background: url("../img/icon_two_ltd.png") no-repeat;
     background-size: 56px 28px;
     width: 56px;
    height: 28px;
}
.icon_box .icon_one_ltd{
    background: url("../img/icon_one_ltd.png") no-repeat;
     background-size: 56px 28px;
     width: 56px;
    height: 28px;
}
.icon_box .icon_kanranseki {
    background: url("../img/icon_kanranseki.png") no-repeat;
    background-size: 78px 28px;
    width: 78px;
    height: 28px;
}
.icon_box .icon_cassiopeia {
    background: url("../img/icon_cassiopeia.png") no-repeat;
    background-size: 218px 28px;
    width: 218px;
    height: 28px;
}
.icon_box .icon_20over {
    background: url("../img/icon_20over.png") no-repeat;
    background-size: 100px 28px;
     width: 100px;
    height: 28px;
}
.icon_box .icon_couple {
    background: url("../img/icon_couple.png") no-repeat;
     background-size: 100px 28px;
     width: 100px;
    height: 28px;
}
.icon_box .icon_taxi {
    background: url(../img/icon_taxi.png) no-repeat;
    background-size: contain;
    width: 90px;
    height: 28px;
}
.icon_box .icon_hokuriku {
    background: url("../img/icon_hokuriku_green.png") no-repeat;
    background-size: contain;
    width: 74px;
    height: 28px;
}
.rweb2404{
    display: block;
    font-size: 1.6rem;
    color: #221602;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}
.icon_box .icon_cruise{
    background: url("../img/icon_cruise.png") no-repeat;
    background-size: 74px 28px;
     width: 74px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_other_group{
    background: url("../img/icon_other_group.webp") no-repeat;
    background-size: 130px 28px;
		width: 130px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_greencar{
    background: url("../img/icon_greencar.webp") no-repeat;
    background-size: 130px 28px;
		width: 130px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.note{
   font-size: 1.4rem;
  }
.icon_box .icon_only_K0807{
    background: url("../img/icon_only_K08070.webp") no-repeat;
    background-size: 86px 29px;
		width: 86px;
    height: 29px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_only_M035G{
    background: url("../img/icon_only_M035G1.webp") no-repeat;
    background-size: 89px 29px;
		width: 89px;
    height: 29px;
    position: relative;
    display: flex;
    align-items: center;
}
.icon_box .icon_only{
    background: url("../img/icon_only.png") no-repeat;
     background-size: 111px 28px;
     width: 111px;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.course__ttl a:first-child{
    border-bottom: 1px solid #ffffff;
    line-height: 1.4;
    display: inline;
}
.rweb2404 a{
    display: inline-block;
    font-size: 1.6rem;
    color: #c90000;
    border-bottom: 1px solid #c90000;
}

@media screen and (min-width:767px) {
    .course__ttl a:first-child:hover{
    border-bottom: none;
    border-bottom: 1px solid #c90000;
}
    .rweb2404{
        margin-top: 10px;
    }
    .rweb2404 a:hover{
    text-decoration: none;
        border-bottom: 1px solid #ffffff;
}
}
@media screen and (max-width:767px) {
    .home-tour-domestic-news__article__title .rweb2404 {
    font-size: 1.3rem;
}
.icon_k,.icon_m{
    margin: 0;}
    .icon_box{
        width: 100%;
        margin: 0 0 10px;
    }
  }

/*pick up
=======================*/
.assist-banner {
  position: fixed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
  transition: right .8s cubic-bezier(.4, 0, .2, 1) 0s;
  z-index: 9997;
}
.assist-banner__inner {
  overflow: hidden;
  background: #fff;
}
.assist-banner__pickup {
  display: flex;
  position: absolute;
  left: 0;
  justify-content: center;
  width: 100%;
}
.assist-banner__pickup__inner {
  border-radius: 50px;
  background: #fc0;
}
.assist-banner__pickup__inner:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fc0 transparent transparent;
  content: "";
}
button:not([disabled]), input[type=submit] {
	cursor: pointer;
}
.assist-banner__block {
  display: flex;
}
.assist-banner__close {
  top: -5px;
  right: -5px;
  width: 26px;
  height: 26px;
}
.assist-banner__img {
  flex-shrink: 0;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
/*.assist-banner__detail {
	font-weight: bold;
}*/
.assist-banner__detail .smaller {
  font-size: 1.1rem;
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}
.assist-banner__title {
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.assist-banner__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  padding: 0;
  border: none;
  border-radius: 0 0 0 5px;
  outline: none;
  background: #ba0c1e;
  text-indent: -9999px;
  cursor: pointer;
}
.assist-banner__close:after, .assist-banner__close:before {
  display: block;
  position: absolute;
  height: 1px;
  background: #fff;
  content: "";
}
.assist-banner__close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assist-banner__close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assist-banner__text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .assist-banner.is-show {
    right: 22px;
  }
  .assist-banner {
    right: -320px;
    bottom: 230px;
    width: 320px;
    border: 5px solid #ba0c1e;
    border-radius: 5px 0 5px 5px;
  }
  .assist-banner__inner {
    padding: 12px 15px 12px 12px;
  }
	.assist-banner__pickup__inner {
		padding: 0 18px;
    font-size: 1.6rem;
	}
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
	.assist-banner__close {
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 6px;
    width: 14px;
  }
	.assist-banner__pickup {
		top: -25px;
  }
	.assist-banner__img {
    width: 100px;
    margin-right: 18px;
  }
  .assist-banner__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
	.assist-banner__title {
		font-weight: 700;
		letter-spacing: -1px;
    line-height: 1.2;
    font-size: 1.6rem;
	}
}

@media screen and (max-width:767.98px) {
	.assist-banner.is-show {
		right: 15px;
  }
  .assist-banner {
    right: calc(-100% + 30px);
    bottom: 5px;
    width: calc(100% - 30px);
    border: 4px solid #ba0c1e;
  }
  .assist-banner__inner {
    padding: 10px 33px 10px 10px;
	}
	.assist-banner__pickup {
		top: -17px;
  }
	.assist-banner__pickup__inner {
    padding: 2px 15px 1px;
    font-size: 1.1rem;
  }
	.assist-banner__pickup__inner:after {
    bottom: -7px;
    left: calc(50% - 4.5px);
    border-width: 7px 4.5px 0;
  }
  .assist-banner__close {
    top: -4px;
    right: -4px;
    width: 35px;
    height: 35px;
  }
  .assist-banner__close:after, .assist-banner__close:before {
    top: 50%;
    left: 10px;
    width: 15px;
  }
	.assist-banner__close:after, .assist-banner__close:before {
    display: block;
    position: absolute;
    height: 1px;
    background: #fff;
    content: "";
	}
	.assist-banner__img {
    width: 82px;
    margin-right: 11px;
  }
	.assist-banner__detail {
    margin-top: 5px;
    font-size: 1.2rem;
  }
	.assist-banner__detail span {
    font-size: 1.1rem;
	}
  .assist-banner__title {
    font-size: 1.5rem;
    font-weight: 700;
		line-height: 1.4;
  }
}
/*=====================*/
