@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%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

.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;
}

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;
  image-rendering:auto; 
}
@media screen and (min-width: 768px) {
  main img {
    width: auto;
  }
}

.contentsHeader {
  position: relative;
}
@media screen and (min-width: 768px) {
  .contentsHeader {
    padding:  20px;
      margin: 0 auto 0;
  }
    
}



@media screen and (max-width: 767px) {
  .contentsHeader {
    padding: 0;
      max-height: 538px;
      background-size: auto 100%;
    display: flex;
    justify-content: space-between;
  }
    /*h1 img{
        max-width: 450px;
    }*/
    .contentsHeader .pcOnly{
        display: none;
    }
    .contentsHeader .spOnly{
      display: flex;
      flex-flow: column;
      /*width: 90%;*/
      width: 100%;
      padding: 5px 85px 0 5px;
    }
     h1 .spOnly img:last-child{
         display: inline-block;
         vertical-align: top;
         /*margin: 10px 5px 15px;*/
       margin: 10px 0;
       /*height: 148px;
        width: 241px;*/
       width: 96%;
    }
    h1 .spOnly img:first-child{
        display: inline-block;
        margin-top: auto;
        /*height: 166px;
        width: 280px;*/
      width: 82%;
        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 .contbox h1 {
      background-position: top right;
      position: absolute;
      left: 0;
      top: 54%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      
  }
    .contentsHeader .contbox h1{
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 482px;
        height: 436px;
    }
}
.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: 80px;
    right: 7px;
    width: 60%;
      max-width: 245px;
      z-index: 3;
  }
}

.contents {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .contents {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .contents {
    padding: 0 0 20px;
  }
}

.premium{
    padding: 15px 0;
    box-shadow: 0px 4px 7px #6f61378a;
    background:url("../img/promise_bg_ab01.png");
}
@media screen and (min-width: 768px) {
  .premium {
    margin: 0 auto;
    padding: 35px 0;
    width: 100%;
}
  
  .premium_box {
    padding: 20px 30px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    background: #fff;
}
  .premium_outline {
    position: relative;
    border: 1px solid #bb9d6f;
    padding: 30px 60px;
    color: #bb9d6f;
    text-align: center;
    margin: 0 auto;
}
  .premium_outline::before,
  .premium_outline::after,
  .premium_outline_c::before,
  .premium_outline_c::after {
    position: absolute;
    display: block;
    width: 35px;
    height: 30px;
    content: "";
    background-color: #fff;
}
  
  .premium_outline::before {
    top: -1px;
    left: -1px;
    border-right: 1px solid #bb9d6f;
    border-bottom: 1px solid #bb9d6f;
}
  .premium_outline::after {
    top: -1px;
    right: -1px;
    border-left: 1px solid #bb9d6f;
    border-bottom: 1px solid #bb9d6f;
}
  .premium_outline_c::before {
    right: -1px;
    bottom: -1px;
    border-top: 1px solid #bb9d6f;
    border-left: 1px solid #bb9d6f;
}
  .premium_outline_c::after {
    left: -1px;
    bottom: -1px;
    border-top: 1px solid #bb9d6f;
    border-right: 1px solid #bb9d6f;
}
  
  
  .premium h2 {
  margin: 0 0 30px;
  }
  
}
@media screen and (max-width: 767px) {
  .premium {
    margin: 0 auto;
    padding: 30px 5px;
    width: 100%;
}
  .premium_box {
    background-color: #fff;
    padding: 20px 0;
}
  .premium h2 {
  margin-bottom: 28px;
  text-align: center;
  margin: 0 0 15px;
}
  .premium__list {
  padding: 7px 15px 5px;
}
}
  .premium h2 {
    background-size: auto 100%;
    /*font-size: 2rem;*/
  text-align: center;
  }
    




.premium__list li {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}	
.premium__list li p {
  margin-left: 10px;
    margin-top: -2px;
	color: #352207;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
    font-weight: 700;
  text-align: left;
}
.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__list li p {
		width:90%;
		margin-left: 5px;
		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__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_wrap {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.course_one {
  width: 360px;
  margin-right: 20px;
}
.course_one:nth-of-type(3n),
.course_one:last-of-type {
  margin-right: 0;
}
.course_one:nth-child(n+4) {
    margin-top: 30px;
}
  
}
.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;
  text-align: center;
  background-color: #866d3b;
}
.course h2 span {
  font-family: 'Noto Serif JP', serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.course h2 span::before {
  position: absolute;
  content: "";
  width: 53px;
  height: 17px;
  top: 50%;;
  transform: translateY(-50%);
  left: -70px;
  background: url("../img/course_tit01_ab.png") no-repeat;
}
.course h2 span::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 17px;
  top: 50%;;
  transform: translateY(-50%);
  right: -70px;
  background: url("../img/course_tit02_ab.png") no-repeat;
}

.course__link {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  background-color: #d5bf92;
}
.course__link a{
    font-family: 'Hiragino Mincho ProN、ヒラギノ明朝 ProN', serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4c3e24;
}

@media screen and (min-width: 430px) and (max-width: 767px) {
  .course__link {
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    padding: 0 2%;
  }
  /*.course__link::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #f8e7c2;
  }*/
}

@media screen and (min-width: 320px) and (max-width: 429px) {
  .course__link {
    position: relative;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    padding: 0 2%;
  }
 /* .course__link::before {
    content: "";
    position: absolute;
    top: calc(33% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #f8e7c2;
  }
  .course__link::after {
    content: "";
    position: absolute;
    top: calc(66% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #f8e7c2;
  }*/
  .course__link li {
    padding: 2px 0;
  }
    .course__link a{
    font-size: 1.5rem;
}
}
@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_ab.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 {
  display: inline-block;
  padding: 10px 25px 10px 15px;
  line-height: 1;
}
  .course__link li a:hover {
    background: linear-gradient(0deg, #f9f2e5 0%, #e2cca0 100%);
  }
  .course__link li a:hover::before {
    animation: arrowAnime 0.8s ease-in-out infinite;
  }
  .course__box {
  padding: 35px 20px;
  position: relative;
  background-color: #fff;
}

.course__box::before {
  position: absolute;
  content: "";
  width: 360px;
  height: 16px;
  top: 0;
  left: 0;
  background-image: url(../img/bg_courseBox_ab.png);
}
.course__box::after {
  position: absolute;
  content: "";
  width: 360px;
  height: 16px;
  bottom: 0;
  left: 0;
  background-image: url(../img/bg_courseBox_ab.png);
}
  .nocourse {
    padding: 35px 20px;
    background: #fff url(../img/bg_courseBox_ab.png) 0 0 repeat-x;
  }
}
@media screen and (max-width: 767px) {
  .course__link li + li {
    margin-left: 15px;
  }
  .course__link {
		overflow: hidden;
	}
	.course__link li {
		position: relative;
	}
	.course__link li::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: .5px;
		bottom: 0;
		left: -500%;
		background: #fff;
	}

}

.course__area {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .course__area {
    margin-top: 30px;
  }
  .course__box, .nocourse {
  padding: 35px 20px;
  background: #fff url(../img/bg_courseBox_ab.png) 0 0 repeat-x;
}
}

.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: #014332;
    color: #ffffff;
    font-family: 'Hiragino Mincho ProN、ヒラギノ明朝 ProN', serif;
    font-weight: bold;
    text-align: center;
    padding: 5px 40px;
    font-size: 2rem;
    line-height: 1;
    
}
@media screen and (max-width: 767px) {
 .course__area h3 {
    width: 100%;
}
  }



@media screen and (min-width: 768px) {
  .course__box {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .course__box {
    padding: 30px 5% 15px 5%;
  }
}
@media screen and (min-width: 768px) {
  .course__detail {
   /* margin-right: 10px;*/
      width: 100%;
      /*max-width: 756px;*/
  }
  .course__detail a:hover .course_img {
     opacity: 0.7;
  }
  .course__detail a:hover .course__ttl {
    color: #c90000;
    text-decoration: underline;
  }
  .spOnly {
    display: none;
  }
}
.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: 10px
}
.noImg .course__detail{
    width: 100%;
    margin-right: 0;
}

.noImg .course__ttl{
    max-width: 100%;
}
.course__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #221602;
}

/*.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_img {
    width: 275px;
    height: 199px;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }*/


/*
.course__photo {
  position: relative;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}*/
/*.course__photo::before, .course__photo::after {
  content: "";
  position: absolute;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
}
.course__photo::before {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background-size: cover;
  filter: blur(8px);
}
.course__photo::after {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-color: #00000020;
}
*/

/*[class*="js_rweb2404_img_"]{
background-size: contain;
background-repeat: no-repeat;
background-position: center;
position:relative;
}

[class*="js_rweb2404_img_"]::before,[class*="js_rweb2404_img_"]::after{
    content: "";
    position: absolute;
    background-image: inherit;
    background-repeat: inherit;
    background-position: inherit
}

[class*="js_rweb2404_img_"]::before {
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-size: cover;
    filter: blur(8px)
}
[class*="js_rweb2404_img_"]::after {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: #00000020
}*/

.course_frame {
  position: relative;
  width: 275px;
  height: 199px;
  margin: 0 auto;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.course_frame {
  position: relative;
  
}
.course_frame::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/course_frame_ab.png") center center / contain no-repeat;
  top: 0;
  left: 0;
 }

.course_frame .-cpy {
  display: inline-block;
  position: absolute;
  bottom: 3%;
  right: 0;
    width: 100%;
  padding: 0 32px;
  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;
    letter-spacing: -0.5px;
}


@media screen and (max-width: 767px) {
  .course__eda {
    font-size: 1.2rem;
  }
    .course__ttl a {
  font-size: 2rem;
}
    .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;
      text-align: center;
  }
  .course__photo img {
    width: 100%;
  }
  .course__photo .-cpy {
    right: 10%;
    padding-left: 10%;
  }*/
     .course_frame .-cpy,.course__photo .-cpy {
         padding:0 11%;
    }
  .pcOnly {
    display: none;
  }
}
.course__newIcon {
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  /*top: -5px;*/
}

@keyframes arrowAnime {
  0% {
    top: 0;
  }
  50% {
    top: 3px;
  }
  100% {
    top: 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;
    top: 0;
  margin: 0 auto 0;
  font-size: 1rem;
    letter-spacing: -1px;
    }
}

/*-------------------------------------------------------------------------------------------------------------*/

main{
    width: 100%;
}
.contentsHeader,
.contents {
    background-image: linear-gradient(93deg, rgb(255 252 240) 25%, rgb(253 252 245) 50%, rgb(225 225 215) 84%);
    background-size: 100% auto;
}
@media screen and (min-width:768px) {
    .contentsHeader{
    position: relative;
}
}
main::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    top: 10px;
}

.contentsHeader .contbox{
        display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 20px 0 0;
    
}
@media screen and (max-width:767px) {
    .contentsHeader{
    position: relative;
}
    .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:768px) {
.area_button__link li{
  max-width: 138px;
}
.area_button__link li a:hover{
  opacity: 0.8;
    }
nav{
    position: sticky;
    top: 90px;
    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;
}
  .course_wrap {
    width: 100%;
  }
}

/*-発地選択-*/

.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;
    }
}






.course__price {
  margin: 10px 0 25px;
  padding-top: 10px;
  border-top: 1px solid #c6a146;
  font-size: 1.5rem;
    letter-spacing: -1px;
}

.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: 435px) and (max-width: 767px) {
  h1 .spOnly img:last-child{
         display: inline-block;
         vertical-align: top;
       margin: 10px 0;
       height: 75%;
        width: 75%;
    }
    h1 .spOnly img:first-child{
        display: inline-block;
        margin-top: auto;
        height: 75%;
        width: 75%;
        vertical-align: bottom;
        z-index: 2;
    }
  
}

@media screen and (max-width: 370px) {

    .contentsHeader .header__kv{
        top: 40%;
        transform: translate(-50%, -50%);
        left: 70%;
        max-width: 65%;
    }
  
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .contentsHeader .header__kv{
        top: 43%;
        transform: translate(-50%, -50%);
        left: 70%;
        max-width: 70%;
    }
  
}

.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_busmax span,.icon_box .icon_max 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_one{
    background: url("../img/icon_one.png") no-repeat;
     background-size: 56px 28px;
     width: 56px;
    height: 28px;
}
.icon_box .icon_bus2{
     background: url("../img/icon_bus2.png") no-repeat;
      background-size: 69px 28px;
     width: 69px;
    height: 28px;
    
}
.icon_box .icon_cruise{
    background: url("../img/icon_cruise.png") no-repeat;
     background-size: 74px 28px;
     width: 74px;
    height: 28px;
}
.icon_box .icon_reciever{
    background: url("../img/icon_reciever.png") no-repeat;
     background-size: 116px 28px;
     width: 116px;
    height: 28px;
}
.icon_box .icon_suitcase{
    background: url("../img/icon_suitcase.png") no-repeat;
     background-size: 140px 28px;
     width: 140px;
    height: 28px;
}
.icon_box .icon_businessclass{
    background: url("../img/icon_businessclass.png") no-repeat;
     background-size: 158px 28px;
     width: 158px;
    height: 28px;
}
.icon_box .icon_oakland{
    background: url("../img/icon_oakland.png") no-repeat;
     background-size: 174px 28px;
     width: 174px;
    height: 28px;
}
.icon_box .icon_dubai{
    background: url("../img/icon_dubai.png") no-repeat;
     background-size: 148px 28px;
     width: 148px;
    height: 28px;
}

/*.price_wrap {
   position: relative;
}
.price_box {
  position: absolute;
  bottom: 240px;
}
.photo_box {
  position: absolute;
  bottom: 20px;
}*/

.rweb2404{
    display: block;
    font-size: 1.6rem;
    color: #221602;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

.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:768px) {
    .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;
    }
  }


.course__no dd, .course__price {
  color: #000;
}
.course__no dd, course__price:hover {
  color: #000;
  text-decoration: none;
}
.course_img{
    display: flex;
    justify-content: center;
}
main [class*="js_rweb2404_img_"] {
    width: 275px;
    height: 199px;
}
[class*="js_rweb2404_img_"] .frame::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/course_frame_ab.png) center center / contain no-repeat;
    top: 0;
    left: 0;
    z-index: 3;
}
.course__photo .-cpy {
    display: inline-block;
    position: absolute;
    bottom: 3%;
    right: 0;line-height: 1.2;
    width: 100%;
    padding: 0 32px;
    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;
    letter-spacing: -0.5px;
}
.course__photo::after {
    display: block;
    background: url(../img/course_frame_ab.png) center center / contain no-repeat;
    top: 0;
    left: 0;
}