@charset "UTF-8";
/*-----▼color-----*/
/*-----▲colorここまで-----*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
     ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   * 3. Remove gray overlay on links for iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
  color: #333;
  line-height: 1.7;
  font-weight: normal;
}

/* Vertical rhythm
     ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
     ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
     ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
     ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */
option {
  padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the outline style in Safari.
   */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
   * Clickable labels
   */
label[for] {
  cursor: pointer;
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Table
     ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
div.logo_title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 50px;
}
div.logo_title p{
  margin: 0 40px;
}

div.logo_title .tabimonogatari_logo {
  position: relative;
  width: 15%;
}
div.logo_title .tabimonogatari_logo::before{
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(-45deg);
  top: calc(50% - 0px);
  left: 125%;
}
div.logo_title .tabimonogatari_logo::after{
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  transform: translate(-50%, -50%) rotate(45deg);
  top: calc(50% - 0px);
  left: 125%;
}
div.logo_title .look_logo {
  width: 15%;
}
@media screen and (max-width: 767px) {
  div.logo_title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 6px 0; 
  }

  div.logo_title p {
    height: 60px; /* ←同じ高さにする（調整してOK） */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  div.logo_title .tabimonogatari_logo,
  div.logo_title .look_logo {
    width: 25%; /* SP用に画像のサイズ調整 */
  }
/*div.logo_title::before,
  div.logo_title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  div.logo_title::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
    div.logo_title .tabimonogatari_logo::before,
  div.logo_title .tabimonogatari_logo::after {
    display: none;
  }*/
}
.-btn01 {
  display: inline-block;
  text-align: center;
}

.-btn01 > .-btn01_link {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
  color: #4b9c47;
  letter-spacing: 0.05em;
  background-color: #ffe443;
  border-radius: 50px;
  padding: 15px 25px 15px 30px;
  box-shadow: 3px 3px 0px #71a566;
}

@media (max-width: 767px) {
  .-btn01 > .-btn01_link {
    font-size: 1.5rem;
    padding: 15px 10px 15px 15px;
  }
}

.-btn01 > .-btn01_link:hover {
  box-shadow: 0px 0px 0px #71a566;
  transform: translate(3px, 3px);
  text-decoration: none;
  transition: .5s ease;
}

.-btn01 > .-btn01_link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #4b9c47;
  transform: translateY(-20%);
  margin-left: 15px;
}

@media (max-width: 767px) {
  .-btn01 > .-btn01_link::after {
    transform: translateY(0%);
    margin-left: 10px;
  }
}
@media (min-width: 767px) {
.top_wrap {
 position: relative;
border-radius: 700px 700px 0 0;
  background-color: #ffffff;
  padding: 20px;
  overflow: visible;
  width: 1000px;
    margin-left: auto;
  margin-right: auto;
}
}

.-ttl01 {
  display: inline-block;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  color: #4b9c47;
  letter-spacing: 0.05em;
  background-color: #ffe443;
  border-radius: 20px;
  padding: 10px 40px;
}
#fourth .OS_schedule__inner > .-ttl01 {
    color: #de5b37;
  }
@media (max-width: 767px) {
  .-ttl01 {
    border-radius: 50px;
  }
}

.-ttl_grn {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #61a260;
  padding: 8px 35px;
  position: relative;
}
.-ttl_org {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  background-color: #ef8f75;
  padding: 8px 35px !important;
  position: relative;
}
.-ttl_org span {
  font-size: 1.3rem;
  display: inline-block;
}
.-ttl_pink {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #dc7d7d;
  padding: 8px 35px;
  position: relative;
}

@media (max-width: 767px) {
  .-ttl_grn, 
  .-ttl_org  {
    font-size: 1.5rem;
    width: 70%;
  }
  .-ttl_pink {
    font-size: 1.5rem;
    width: 60%;
  }
}

.-ttl_grn::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30%;
  right: -3%;
}
.-ttl_org::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10%;
  right: -3%;
}
.-ttl_pink:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icon_pin.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30%;
  right: -3%;
}
@media (max-width: 767px) {
  .-ttl_grn::after,
  .-ttl_pink::after{
    top: -20%;
    right: -2%;
  }
  .-ttl_org:after {
    top: 5%;
    right: -2%;
  }
}
p.personal {
  font-size: 1.5rem;
  font-weight: 500;
  color: #de5b37;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  p.personal {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.-box_main {
  box-sizing: border-box;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 18px;
}

.OS_ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #61a260;
  line-height: 0.81;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px 0 20px;
}

@media (max-width: 767px) {
  .OS_ttl {
    font-size: 1.6rem;
    margin: 20px 0 15px;
    flex-direction: column;
    line-height: 1.21;
  }
}

.OS_ttl::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  padding-top: 50px;
  background: url(../img/icon_video.png) center center no-repeat;
  background-size: contain;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .OS_ttl::before {
    width: 51px;
    height: 51px;
    background: url(../img/icon_video_sp.png) center center no-repeat;
    background-size: contain;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.OS_txt_01, .OS_txt_02 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  line-height: 1.875;
  letter-spacing: 0.1em;
  padding: 0 15px;
  max-width: 920px;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .OS_txt_01, .OS_txt_02 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    padding: 0 20px;
  }
}

.-redTxt {
  color: #ff1000;
  font-weight: bold;
}

.-sec_ttl {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1.3;
  color: #717171;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 767px) {
  .-sec_ttl {
    font-size: 4rem;
  }
}

.-sec_ttl::before {
  content: "";
  display: block;
  height: 27px;
  background: url(../img/icon_step.png) center center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .-sec_ttl::before {
    height: 36px;
    background: url(../img/icon_step_sp.png) center center no-repeat;
    background-size: contain;
    margin-bottom: 0;
  }
}

.howto_ul__li {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
}

@media (max-width: 767px) {
  .howto_ul__li {
    flex-direction: column;
    border-radius: 200px 200px 0 0;
    line-height: 1.7;
  }
}

.howto_ul__li:not(:last-of-type) {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .howto_ul__li:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

.howto_ul__li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 22px;
  background: url(../img/icon_sankaku01.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  left: 50%;
}

@media (max-width: 767px) {
  .howto_ul__li:not(:last-of-type)::after {
    width: 41px;
    height: 25px;
    background: url(../img/icon_sankaku01_sp.png) center center no-repeat;
    background-size: contain;
    bottom: -70px;
    transform: translateX(-50%);
  }
}

.howto_ul__li:first-of-type {
  background-color: #feffd9;
}

.howto_ul__li:last-of-type {
  background-color: #ffe443;
}

.howto_ul__li .-step_num {
  width: 120px;
  align-self: center;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .howto_ul__li .-step_num {
    font-size: 1.5rem;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.howto_ul__li .-step_num span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .howto_ul__li .-step_num span {
    font-size: 3rem;
  }
}

.howto_ul__li dl {
  width: 50%;
  align-self: center;
  margin-right: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .howto_ul__li dl {
    font-size: 1.4rem;
    width: 75%;
    margin: 0;
    padding-bottom: 15px;
  }
}

.howto_ul__li dl dt {
  color: #61a260;
  font-size: 1.6rem;
}

.howto_ul__li dl dd {
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .howto_ul__li dl dd {
    letter-spacing: 0.02em;
  }
}

.howto_ul__li dl dd span {
  display: block;
}

@media (max-width: 767px) {
  .howto_ul__li dl dd span {
    font-size: 1.4rem;
  }
}

.howto_ul__li .-step_fig {
  position: relative;
  width: 250px;
  align-self: center;
  border-left: 1px solid #dfdfdf;
  margin-left: auto;
}

@media (max-width: 767px) {
  .howto_ul__li .-step_fig {
    width: 110%;
    height: 100%;
    margin: 0;
    border: 1px solid #dfdfdf;
  }
}

.howto_ul__li .-step_fig > img {
  height: 142px;
}

.-btn_zoom {
  position: absolute;
  top: 49.4%;
  right: -9.9%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .-btn_zoom {
    top: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.-btn_zoom:after {
  content: "拡大する";
  position: absolute;
  top: 55px;
  display: block;
  right: -20px;
  font-size: 10px;
}

@media (max-width: 767px) {
  .-btn_zoom:after {
    top: 40px;
    right: -60px;
    font-size: 1.2rem;
  }
}

.-btn_zoom > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/bg_pattern02.png) center center;
  display: block;
  box-shadow: 4px 4px 0px #d4d4d4;
}

@media (max-width: 767px) {
  .-btn_zoom > a {
    width: 70px;
    height: 70px;
  }
}

.-btn_zoom > a:hover {
  box-shadow: 0px 0px 0px #d4d4d4;
  transform: translate(4px, 4px);
  text-decoration: none;
  transition: .5s ease;
}

.-btn_zoom > a span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .-btn_zoom > a span {
    width: 65px;
    height: 65px;
  }
}

.-btn_zoom > a span img {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.-icon_zoom::after {
  content: '';
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../img/icon_zoom.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .-icon_zoom::after {
    width: 50px;
    height: 57px;
    background: url(../img/icon_zoom_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.-day_ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
  transform: translateX(7%);
}

.-day_ul__li {
  width: 33%;
  margin-bottom: 25px;
  text-align: left;
}

@media (max-width: 767px) {
  .-day_ul__li {
    width: 45%;
  }
}

.-day_ul__li a {
  position: relative;
}

.-day_ul__li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 70%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3c3c3c;
}

.-day_ul__li a span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .-day_ul__li a span {
    font-size: 1.4rem;
  }
}

.-day_ul__li a span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #61a260;
  -webkit-transform: translateY(-20%);
  transform: translateY(-30%);
  margin-right: 10px;
}

.-day_ul__li a span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #3c3c3c;
  -webkit-transform: translateY(-20%);
  transform: translateY(-30%);
  margin-left: 5px;
}

.-day_ul__li a:hover {
  text-decoration: none;
}

.-day_ul__li a:hover::after {
  background-color: #61a260;
}

.-day_ul__li a:hover span {
  font-weight: 500;
  color: #61a260;
}

.-day_ul__li a:hover span::after {
  border-top: 7px solid #61a260;
}

.course_ul {
  max-width: 916px;
  margin: 0 calc(50% - 458px);
}

/*
@media (max-width: 960px) {
  .course_ul {
    margin: 0 calc(-7vw - 25px);
  }
}

*/
@media (max-width: 767px) {
  .course_ul {
    margin: 0;
  }
}

.course_ul__li:nth-of-type(even) {
  margin-top: 10px;
}

.course_ul__li:nth-of-type(even) .-course {
  background-color: #f1fce7;
}

.course_ul__li:not(:last-of-type) {
  margin-bottom: 10px;
}

.course_ul__li .-course {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3c;
  background-color: #f1fce7;
  border-radius: 100px;
  display: flex;
  border: 3px solid #ffe443;
}
.thirdContents .course_ul__li .-course {
  background-color:#ebfaff;
}
.fourthContents .course_ul__li .-course {
  background-color:#fef7ef;
}
@media (max-width: 767px) {
  .course_ul__li .-course {
    flex-direction: column;
    border-radius: 20px;
  }
}

.course_ul__li .-course .bg_pink {
  background-color: #fff6f6;
}

.course_ul__li .-course:hover {
  cursor: pointer;
  text-decoration: none;
  animation: simple_square_btn4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes simple_square_btn4 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.course_ul__li .-course__time {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  border-right: 1px solid #3c3c3c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .course_ul__li .-course__time {
    width: auto;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: none;
    margin: 10px 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .course_ul__li .-course__time::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background-color: #282828;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.course_ul__li .-course__contents {
  width: 90%;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents {
    width: 100%;
  }
}

.course_ul__li .-course__contents .img_sp {
  margin: 13px 15px 0 15px;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents .img_sp {
    display: block;
  }
}

.course_ul__li .-course__contents .img_sp img {
  width: 100%;
}

.course_ul__li .-course__contents dl {
  align-self: flex-start;
  margin: 13px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
}

.course_ul__li .-course__contents dl dt {
  font-size: 1.8rem;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dt {
    font-size: 1.4rem;
  }
}

.course_ul__li .-course__contents dl dt .br_sp {
  display: none;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dt .br_sp {
    display: block;
  }
}

.course_ul__li .-course__contents dl dd {
  display: flex;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents dl dd {
    font-size: 1.3rem;
  }
}

.course_ul__li .-course__contents dl dd span {
  display: block;
}

.course_ul__li .-course__contents .img_pc {
  min-width: 170px;
  margin-top: 5px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .course_ul__li .-course__contents .img_pc {
    display: none;
  }
}

.course_ul__li .-course__contents .img_pc img {
  width: 170px;
  height: 127px;
}

.course_ul__li .-course__app {
  font-size: 1.6rem;
  width: 200px;
  font-weight: 600;
  margin-left: auto;
  background-color: #ffe443;
  border-radius: 0 90px 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .course_ul__li .-course__app {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .course_ul__li .-course__app .br_pc {
    display: none;
  }
}

.course_ul__li .-course__app::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #282828;
  margin-left: 10px;
}

.course_ul__li .-course02 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #3c3c3c;
  background-color: #fff6f6;
  border-radius: 100px;
  display: flex;
  border: 3px solid #ffe443;
}

@media (max-width: 767px) {
  .course_ul__li .-course02 {
    flex-direction: column;
    border-radius: 20px;
  }
}

.course_ul__li .-course02 .bg_pink {
  background-color: #fff6f6;
}

.course_ul__li .-course02:hover {
  cursor: pointer;
  text-decoration: none;
  animation: simple_square_btn4 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes simple_square_btn4 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.course_ul__li .-course02__time {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  border-right: 1px solid #3c3c3c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__time {
    width: auto;
    font-size: 1.4rem;
    font-weight: 600;
    border-right: none;
    margin: 10px 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .course_ul__li .-course02__time::after {
    content: "";
    display: block;
    width: 25%;
    height: 1px;
    background-color: #282828;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}

.course_ul__li .-course02__contents {
  width: 90%;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents {
    width: 100%;
  }
}

.course_ul__li .-course02__contents .img_sp {
  display: none;
  margin: 13px 15px 0 15px;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents .img_sp {
    display: block;
  }
}

.course_ul__li .-course02__contents .img_sp img {
  width: 100%;
}

.course_ul__li .-course02__contents dl {
  align-self: flex-start;
  margin: 13px 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
}

.course_ul__li .-course02__contents dl dt {
  font-size: 1.8rem;
  color: #3c3c3c;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl dt {
    font-size: 1.4rem;
  }
}

.course_ul__li .-course02__contents dl dt .br_sp {
  display: none;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl dt .br_sp {
    display: block;
  }
}

.course_ul__li .-course02__contents dl dd {
  display: flex;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents dl dd {
    font-size: 1.3rem;
  }
}

.course_ul__li .-course02__contents dl dd span {
  display: block;
}

.course_ul__li .-course02__contents .img_pc {
  margin-top: 5px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__contents .img_pc {
    display: none;
  }
}

.course_ul__li .-course02__contents .img_pc img {
  width: 170px;
  height: 127px;
}

.course_ul__li .-course02__app {
  font-size: 1.6rem;
  width: 200px;
  font-weight: 600;
  margin-left: auto;
  background-color: #ffe443;
  border-radius: 0 90px 90px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .course_ul__li .-course02__app {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .course_ul__li .-course02__app .br_pc {
    display: none;
  }
}

.course_ul__li .-course02__app::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #282828;
  margin-left: 10px;
}

.course_ul__li.course_closed .-course:hover {
  cursor: default;
  animation: none;
}

.course_ul__li.course_closed .-course__app::after {
  content: none;
}

.-note_box {
  text-align: left;
  letter-spacing: 0.025em;
  color: #3c3c3c;
  padding-bottom: 40px;
}

.-note_box .-note_tit {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .-note_box .-note_tit {
    font-size: 1.5rem;
  }
}

.-note_box .-note_li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.-note_box .-note_li span{
  font-weight: bold;
}

@media (max-width: 767px) {
  .-note_box .-note_li {
    font-size: 1.3rem;
  }
}

.-access__contents {
  margin: 90px 0 20px;
}
.access_wrap {
    width: 80%;
   margin-left: auto;
  margin-right: auto;
}
.-access__contents dl {
  display: flex;
  font-size: 1.4rem;
  text-align: left;
}

@media (max-width: 767px) {
.-access__contents {
  margin: 40px 0 20px;
}
  .-access__contents dl {
    font-size: 1.3rem;
  }
}

.-access__contents dl dt {
  font-size: 3rem;
  color: #3c3c3c;
  line-height: 1.3;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .-access__contents dl dt {
    color: #3c3c3c;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.-access__contents dl dt span {
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .-access__contents dl dt span {
    color: #3c3c3c;
    font-size: 1.3rem;
  }
}

.-access__contents dl dd {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .-access__contents dl dd {
    font-size: 1.3rem;
  }
}

.-access__contents dl dd span {
  font-weight: bold;
}

.-access__contents .right img {
  width: 200px;
  float: right;
}

.-access__contents .query {
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .-access__contents .query {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .-access__contents .query span {
    font-size: 1.2rem;
    padding: 2px 25px;
  }
}

.-access__contents .query .date {
  font-size: 1.9rem;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.-access__contents .query .dom {
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #4b9c47;
  padding: 3px 24px;
  margin-bottom: 3px;
  float: left;
  margin-top: 4px;
}

.thirdContents .-access__contents .query .dom {
  background-color: #4fa8c9;
}


.-access__contents .text {
  margin-bottom: 19px;
}

.-access__contents .text .-note_text {
  position: relative;
  display: inline-block;
  margin: 10px 0 6px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  /*width: 100%;*/
  background: #4b9c47;
}
.thirdContents .-access__contents .text .-note_text {
    background: #4fa8c9;
}
.-access__contents .text .-note_text:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 6px solid #4b9c47;
}
.thirdContents .-access__contents .text .-note_text:before {
  border-top: 6px solid #4fa8c9;
}


.-access__contents .text .-note_text .-note_text_p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
  color: #FFFFFF;
  background-color: #4b9c47;
  font-weight: bold;
}

.thirdContents .-access__contents .text .-note_text .-note_text_p {
  background-color: #4fa8c9;
}

@media (max-width: 767px) {
  .-access__contents .map_pc {
    display: none;
  }
}

.-access__contents .map_pc img {
  width: 300px;
  margin-left: 15px;
  border: 1px Solid #666;
}

@media (max-width: 767px) {
  .-access__contents .map_pc02 {
    display: none;
  }
}

.-access__contents .map_sp {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .-access__contents .map_sp {
    display: block;
    margin-bottom: 10px;
    border: 1px Solid #666;
  }
}

/*.wrapper {
	padding-bottom: 30px;
	background: #fffade;
}*/
/*.bgWhite {
	background: #fff;
}*/

.-pagetop {
  display: inline-block;
  width: 100%;
  max-width: 1120px;
  position: sticky;
  bottom: 30px;
  left: 0;
  right: 0px;
  margin: auto;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.-pagetop .-pagetop_btn {
  width: 69px;
  font-size: 0;
  line-height: 0;
  margin: auto;
  margin-right: 6%;
  cursor: pointer;
  transition: .5s ease;
  pointer-events: auto;
}

.-pagetop img {
  box-shadow: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .-pagetop .-pagetop_btn {
    width: 50px;
  }
}

.-pagetop.-show {
  opacity: 1;
}

.-pagetop.-transition500 {
  transition: .5s ease;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-se {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-se {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .sp-se {
    display: block !important;
  }
}

.-event_none {
  pointer-events: none;
}

.-pad_tb5 {
  padding: 5px 0;
}

.-pad_tb10 {
  padding: 10px 0;
}

.-pad_tb15 {
  padding: 15px 0;
}

.-pad_tb20 {
  padding: 20px 0;
}

.-f_center {
  display: flex;
  justify-content: center;
}

.-f_around {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.-f_between {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin:0 auto;
  justify-content: center;
}

.-box_916 {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
}

.-box_830 {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.disp_block {
  display: block !important;
}

.disp_inline {
  display: inline !important;
}

.-txt_yelw {
  color: #ffc000;
}

.-txt_pink {
  color: #e981e5;
}

.-txtsz_12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.-txtsz_24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.-txt_under {
  position: relative;
}

.-txt_under::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #3c3c3c;
}

.-txt_under.link_soudan {
  position: relative;
}

.-txt_under.link_soudan:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ff8243;
}

.-txt_under.link_soudan02 {
  position: relative;
}

.-txt_under.link_soudan02:hover::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ff8243;
}

a.link_soudan {
  color: #333 !important;
  font-weight: 500;
}

a.link_soudan:hover {
  color: #ff8243 !important;
  font-weight: 500;
  text-decoration: none;
}

a.link_soudan02 {
  color: #3c3c3c !important;
  text-decoration: underline !important;
}

a.link_soudan02:hover {
  color: #ff8243 !important;
}

.max920 {
  padding: 0 15px;
  max-width: 920px;
  margin: auto;
}

img {
  vertical-align: bottom !important;
}
h1 {
  padding: 0;
}
h1 > img {
  vertical-align: bottom;
}

.contents {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  
}

.firstContents {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern01.png) #d5fad4;
  /*background: url(../img/bg_pattern01.png) rgba(117, 237, 114, 0.3) !important;*/
}
.firstContents .OS_ttl {
  margin-top: 0;
}

.secondContents {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern01.png) rgba(238, 162, 154, 0.3);
}
.secondContents .OS_ttl {
  margin-top: 0;
  color: #dc7d7d;
}

.secondContents .OS_ttl::before {
  background: url(../img/icon_video02.png) center center no-repeat;
  background-size: contain;
}

.secondContents .OS_howto__inner {
  background-color: #e9c1b5;
}

.secondContents .-btn01 > .-btn01_link {
  color: #eea29a;
  box-shadow: 3px 3px 0px #eea29a;
}

.secondContents .-btn01 > .-btn01_link::after {
  border-top: 10px solid #eea29a;
}

.secondContents .-btn01 > .-btn01_link:hover {
  box-shadow: 0px 0px 0px #eea29a;
}

.secondContents .-ttl01 {
  color: #eea29a;
}

.secondContents .howto_ul__li:not(:last-of-type)::after {
  background: url(../img/icon_sankaku02.png) center center no-repeat;
  background-size: contain;
}

.secondContents .-day_ul__li a:hover::after {
  background-color: #dc7d7d;
}

.secondContents .-day_ul__li a:hover span {
  color: #dc7d7d;
}

.secondContents .-day_ul__li a:hover span::before {
  background-color: #dc7d7d;
}

.secondContents .-day_ul__li a:hover span::after {
  border-top: 7px solid #dc7d7d;
}

.secondContents .-day_ul__li a span::before {
  background-color: #dc7d7d;
}

.secondContents .howto_ul__li dl dt {
  color: #eea29a;
}

.secondContents .movie-bottom {
  background: url(../img/bg_pattern01.png) rgba(238, 162, 154, 0.3);
}

.secondContents .OS_example > .movie-more > .btn {
  background-color: #e69d84;
}

.secondContents .OS_example > .movie-more > .btn::before {
  background-color: #cfe1fc;
}

.secondContents .OS_example > .movie-more > .btn::after {
  background-color: #cfe1fc;
}
.look_contents{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
.thirdContents {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern01.png) #cfe1fc;
}

.thirdContents .OS_ttl {
  margin-top: 0;
  color: #cfe1fc;
}
.thirdContents .OS_ttl::before {
  background: url(../img/icon_video02.png) center center no-repeat;
  background-size: contain;
}

.thirdContents .OS_howto__inner {
  background-color: #89ADE4;
}

.thirdContents .-btn01 > .-btn01_link {
  color: #89ADE4;
  box-shadow: 3px 3px 0px #89ADE4;
}

.thirdContents .-btn01 > .-btn01_link::after {
  border-top: 10px solid #89ADE4;
}

.thirdContents .-btn01 > .-btn01_link:hover {
  box-shadow: 0px 0px 0px #89ADE4;
}

.thirdContents .-ttl01 {
  background-color: #4fa8c9;
}
.thirdContents .OS_schedule .-ttl01{
    background-color: #ffe443;
    color: #4fa8c9;
  margin-top: 20px;
}

.fourthContents {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern01.png) #ffedeb;
}


.int_txt {
  margin: 10px 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .int_txt {
    font-size: 1.4rem;
  }
}

.thirdContents .howto_ul__li:not(:last-of-type)::after {
  background: url(../img/icon_sankaku02.png) center center no-repeat;
  background-size: contain;
}

.thirdContents .-day_ul__li a:hover::after {
  background-color: #cfe1fc;
}

.thirdContents .-day_ul__li a:hover span {
  color: #cfe1fc;
}

.thirdContents .-day_ul__li a:hover span::before {
  background-color: #cfe1fc;
}

.thirdContents .-day_ul__li a:hover span::after {
  border-top: 7px solid #cfe1fc;
}

.thirdContents .-day_ul__li a span::before {
  background-color: #cfe1fc;
}

.thirdContents .howto_ul__li dl dt {
  color: #AEC5E7;
}

.thirdContents .movie-bottom {
  background: url(../img/bg_pattern01.png) rgba(238, 162, 154, 0.3);
}

.thirdContents .OS_example > .movie-more > .btn {
  background-color: #AEC5E7;
}

.thirdContents .OS_example > .movie-more > .btn::before {
  background-color: #AEC5E7;
}

.thirdContents .OS_example > .movie-more > .btn::after {
  background-color: #AEC5E7;
}

.topContents {
  text-align: center;
  font-size: 1.5rem;
  padding: 35px 0 70px 0;
  background: #fffade;
}

.topContents__topContentsTxt {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .topContents__topContentsTxt {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .topContents {
    padding: 20px 0 70px 0;
    font-size: 1.4rem;
  }
}

.topContentsTxt p:first-of-type {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .topContentsTxt p:first-of-type {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.tab {
  text-align: center;
  padding: 0 10px;
    gap:30px;
  /*background: url("../img/bg.jpg");*/
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .tab {
      gap:10px;
      padding: 0;
    justify-content: space-evenly;
  }
}
.topContents__tab{
    width: 100%;
}
.tab__container {
    width: 50%;
 /* margin-right: 20px;*/
}

.tab__container:last-of-type {
  margin-right: 0;
}

.tab__container p.boldTxt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 600;
}
.tab__container p.grnTxt {
  color: #61a260;
}
.tab__container p.orgTxt {
  color: #ef623c;
}
.tab__container p.smallTxt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.tab__container p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7;
}
.placeContents__tab{
    width: 100%;
    margin-top: 20px;
}


@media (max-width: 767px) {
  .tab__container p {
    font-size: 1.4rem;
  }
  .tab__container p.smallTxt {
    font-size: 1.1rem;
  }
  .tab__container p.boldTxt {
    font-size: 1.5rem;
  }
.tab__container_hiroshima {
    width: 63%;
 /* margin-right: 20px;*/
}
}

.tabBtn {
  width: 100%;
  height: 60px;
  cursor: pointer;
  transition: all linear .3s;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 2.828px 2.828px 0px 0px rgba(213, 154, 129, 0.5);
}

.tabBtn:hover {
  box-shadow: 0px 0px 0px rgba(213, 154, 129, 0.5);
  transform: translate(2.828px, 2.828px);
  text-decoration: none;
  transition: .5s ease;
}

@media (max-width: 767px) {
  .tabBtn {
    margin: 0;
    width: 100%;
    height: 60px;
  }
}

.tabBtn p {
  display: block;
  /*line-height: 50px;*/
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}
.placeContents__tab p {
  display: block;
  /*line-height: 50px;*/
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.tab__placecontainer p {
  display: block;
  /*line-height: 50px;*/
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .tabBtn p {
    font-size: 1.4rem;
    /*height: 100%;*/
    /*line-height: 60px;*/
  }
}

.tabBtn--left {
  background-color: #61a260;
}
.placeContents__tab .tabBtn--left
 {
  background-color: #3491df;
}
.tabBtn--right {
  background-color: #4fa8c9;
}
.tab__container .tabBtn--right {
  background-color: #3491df;
}
.tabBtn--fourth {
  background-color: #ef8f75;
}
.placeContents__tab .tabBtn--fourth {
  background-color: #3491df;
}

.tabBtn .link {
  text-decoration: none;
  color: #ffffff;
  display: block;
}
.tabBtn a.link {
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.tabBtn a.link p {
  line-height: 1.3;
}
.tabBtn a.link p span {
  font-size: 1.2rem;
}
.tabContainer__top {
  margin-bottom: 20px;
}

.OS_info {
  text-align: center;
}

.OS_info__btnarea {
  padding: 0 15px 35px;
}

@media (max-width: 767px) {
  .OS_info__btnarea {
    padding: 0 7% 35px;
    flex-direction: column;
  }
}

.OS_info__btnarea .-btn01:not(:last-of-type) {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .OS_info__btnarea .-btn01:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.OS_example {
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_border01.png) repeat-x bottom rgba(255, 255, 255, 0.6);
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

.OS_example > .-ttl01 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.OS_example > .-ttl02 {
  font-size: 18px;
  line-height: calc(32 / 18);
  letter-spacing: 0.075em;
  padding-top: 71px;
  font-weight: 500;
  color: #3c3c3c;
  text-align: center;
}

@media (max-width: 767px) {
  .OS_example > .-ttl02 {
    font-size: 14px;
    line-height: calc(24 / 14);
    letter-spacing: 0.075em;
    padding-top: 40px;
    margin-bottom: 0;
  }
}

.OS_example > .-ttl02 > .sp-br {
  display: none;
}

@media (max-width: 767px) {
  .OS_example > .-ttl02 > .sp-br {
    display: block;
  }
}

.OS_example__ul {
  margin-bottom: 30px;
}

@media (max-width: 893px) {
  .OS_example__ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 767px) {
  .OS_example__ul {
    margin-bottom: 0;
    padding: 15px 15px 20px;
    justify-content: space-around;
  }
}

.OS_example__ul .OS_example__li {
  background-color: #fff;
  border: 2px solid #eaeaea;
  border-radius: 8px;
  text-align: left;
  width: 100%;
  max-width: 298px;
  color: #282828;
  letter-spacing: 0.075em;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li {
    width: calc(50% - 10px);
    margin: 0;
    margin-top: 5px;
  }
}

.OS_example__ul .OS_example__li:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

.OS_example__ul .OS_example__li > a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li__fig {
    padding: 0;
  }
}

.OS_example__ul .OS_example__li__fig > img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.OS_example__ul .OS_example__li__box {
  padding: 9px 12px;
}

.OS_example__ul .OS_example__li__caption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: calc(26 / 16);
  font-weight: 500;
  margin-bottom: 5px;
  color: #282828;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li__caption {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: calc(22 / 14);
    line-height: 1.5;
    margin-bottom: 4px;
  }
}

.OS_example__ul .OS_example__li__ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: calc(24 / 14);
  color: #282828;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .OS_example__ul .OS_example__li__ttl {
    font-size: 1.2rem;
    line-height: calc(20 / 12);
  }
}

.OS_example > .movie-more {
  max-width: 916px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .OS_example > .movie-more {
    max-width: 670px;
  }
}

.OS_example > .movie-more > .btn {
  display: block;
  max-width: 375px;
  color: #fff;
  font-size: 14px;
  line-height: calc(32 / 14);
  letter-spacing: 0.075em;
  background: #96e5ca;
  border-radius: 7px;
  margin: 0 0 0 auto;
  position: relative;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.OS_example > .movie-more > .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #84ccc4;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 7px;
}

@media (max-width: 893px) {
  .OS_example > .movie-more > .btn {
    max-width: 100%;
    margin: 0 75px;
    border-radius: 15px;
  }
  .OS_example > .movie-more > .btn::before {
    border-radius: 15px;
  }
}

@media (max-width: 767px) {
  .OS_example > .movie-more > .btn {
    font-size: 13px;
    line-height: calc(32 / 13);
    margin: 0 20px;
  }
}

.OS_example > .movie-more > .btn:hover {
  opacity: 0.7;
}

.OS_example > .movie-more > .btn::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 4px;
}

.OS_example > .OS_txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.77;
  padding-bottom: 68px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 37px;
  letter-spacing: 0.075em;
}

@media (max-width: 767px) {
  .OS_example > .OS_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    margin-top: 14px;
    padding-bottom: 22px;
  }
}

.OS_example > .OS_txt > .sp-br {
  display: none;
}

@media (max-width: 767px) {
  .OS_example > .OS_txt > .sp-br {
    display: block;
  }
}


.OS_example > .OS_txt > .pc-br {
  display: block;
}

@media (max-width: 767px) {
  .OS_example > .OS_txt > .pc-br {
    display: none;
  }
}

.OS_howto {
  padding: 0 15px 30px 15px;
  background: url(../img/bg_border01.png) repeat-x top, url(../img/bg_pattern03.png) repeat;
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}

.OS_howto > .-sec_ttl {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .OS_howto > .-sec_ttl {
    padding-bottom: 35px;
  }
}

.OS_howto__inner {
  background-color: #d5f3a1;
  border-radius: 90px;
  padding: 40px 75px 40px 40px;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .OS_howto__inner {
    border-radius: 50px;
    padding: 50px 25px 55px 25px;
  }
}

.OS_howto__inner > .-ttl01 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .OS_howto__inner > .-ttl01 {
    width: 60%;
    text-align: center;
    font-size: 1.8rem;
  }
}

.OS_schedule {
  padding: 0 7%;
  padding-bottom: 60px;
  padding-top: 10px;
  transform: translateY(20px);
  opacity: 0;
}

@media (max-width: 767px) {
  .OS_schedule {
      padding: 0 4%;
    padding-bottom: 70px;
  }
    .look_contents{
        width: 95%;
        margin: 0 auto 30px;
    }
}

.OS_schedule__inner {
  text-align: center;
  border-radius: 500px 500px 0 0;
  background: #fff;
  padding: 0 38px;
}

@media (max-width: 767px) {
  .OS_schedule__inner {
    padding: 0 15px;
  }
}

.OS_schedule__inner > .-sec_ttl {
  padding: 45px 0 30px;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-sec_ttl {
    padding: 30px 0 10px;
  }
}

.OS_schedule__inner > .-sec_ttl::before {
  height: 47px;
  background: url(../img/icon_calendar.png) center center no-repeat;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-sec_ttl::before {
    height: 35px;
    background: url(../img/icon_calendar_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.OS_schedule__inner > .-ttl01 {
  margin-bottom: 50px;
}

.OS_schedule .reserveTxt_01 {
  font-weight: bold;
  font-size: 1.9rem;
}

@media (max-width: 767px) {
  .OS_schedule__inner > .-ttl01 {
    font-size: 1.8rem;
    width: 115%;
    padding: 10px 10px;
    margin: 0 calc(-7vw - 25%);
    margin-bottom: 35px;
  }
.OS_schedule .reserveTxt_01 {
  font-weight: bold;
  font-size: 1.6rem;
}
}
.course_header {
    position: relative;
}
.OS_schedule .course_header {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
}

.OS_schedule .course_header__ttl01 {
  width: 80px;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 1.6rem;
}

.OS_schedule .course_header__ttl02 {
  flex: 1;
  margin-right: 80px;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
}

.OS_schedule .course_header .course_date {
  font-size: 24px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}

.course_header {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding-bottom: 50px;
}

.course_header .course_header__ttl01 {
  width: 80px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 1.6rem;
}

.course_header .course_header__ttl02 {
  flex: 1;
  font-weight: bold;
  margin-right: 80px;
  line-height: 1;
  font-size: 1.6rem;
  text-align: center;
}
.course_header .briefingDate_01 {
  font-size: 24px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}
.thirdContents .briefingDate_01 {
  font-size: 24px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}
.course_place {
  font-size: 24px;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .OS_schedule .course_header .course_date {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.OS_schedule .course_header .course_date .course_subttl {
  display: block;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .OS_schedule .course_header .course_date .course_subttl {
    font-size: 1.6rem;
  }
}

.OS_schedule .course_header .course_date .course_subttl_grn {
  display: block;
  font-size: 1.8rem;
  color: #4b9c47;
}

@media (max-width: 767px) {
  .OS_schedule .course_header .course_date .course_subttl_grn {
    font-size: 1.6rem;
  }
}

.secondContents .-ttl_grn, .secondContents .-ttl_pink {
  color: #ffffff;
}

.-ttl_grn, .-ttl_pink, .-ttl_org {
  color: #ffffff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 16.3px 35px;
}

.-ttl_org {
  position: relative;
}

.movie-bottom {
  height: 150px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  background: url(../img/bg_pattern01.png) rgba(117, 237, 114, 0.3);
}

@media (min-width: 768px) {
  .contents {
    padding-bottom: 20px;
  }
  .sp-Only {
    display: none;
  }
}

.contents.soudan {
  background: url(../img/bg_pattern01.png) rgba(255, 187, 153, 0.3);
}

.contents.soudan .OS_info__btnarea {
  padding: 0 15px 20px;
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__btnarea {
    padding: 0 7% 20px;
  }
}

.contents.soudan .OS_info__exam {
  border-radius: 92px;
  background: #fff;
  max-width: 940px;
  margin: 0 auto 60px;
  padding: 70px 58px 100px;
  position: relative;
}

@media (max-width: 960px) {
  .contents.soudan .OS_info__exam {
    width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam {
    border-radius: 46px;
    margin: 0 4% 12%;
    padding: 50px 9.2% 80px;
  }
}

.contents.soudan .OS_info__exam .-ttl01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.8rem;
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam .-ttl01 {
    white-space: nowrap;
  }
}

.contents.soudan .OS_info__exam .-txt01 {
  font-size: 1.6rem;
  margin-bottom: 36px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .contents.soudan .OS_info__exam .-txt01 {
    font-size: 1.4rem;
  }
}

.contents.soudan .exam_ul {
  display: flex;
  justify-content: center;
  max-width: 790px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contents.soudan .exam_ul {
    display: block;
    width: 97.8%;
  }
}

.contents.soudan .exam_ul__li {
  position: relative;
}

@media (min-width: 768px) {
  .contents.soudan .exam_ul__li {
    width: calc(100% / 3);
  }
}

.contents.soudan .exam_ul__li + li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .contents.soudan .exam_ul__li + li {
    margin-left: 0;
    margin-top: 68px;
  }
}

.contents.soudan .exam_ul__img {
  width: 80%;
  margin: 0 auto;
}

.contents.soudan .exam_ul__txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  border-radius: 40px;
  background: #ffd9a2;
  padding: 15px 0;
  position: absolute;
  bottom: -43px;
}

@media (max-width: 960px) {
  .contents.soudan .exam_ul__txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .contents.soudan .exam_ul__txt {
    line-height: 1.76;
    font-size: 1.4rem;
    padding: 11px 0;
    position: absolute;
    bottom: -43px;
  }
}

.contents.soudan .exam_ul__txt span {
  color: #ff8243;
  font-weight: bold;
}

.contents.soudan .OS_ttl {
  color: #ff8243;
}

.contents.soudan .OS_ttl::before {
  content: "";
  display: inline-block;
  width: 49px;
  height: 58px;
  padding-top: 58px;
  background: url(../img/soudan/icon_customer.png) center center no-repeat;
  background-size: contain;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .contents.soudan .OS_ttl::before {
    width: 43px;
    height: 51px;
    padding-top: 51px;
    background: url(../img/soudan/icon_customer_sp.png) center center no-repeat;
    background-size: contain;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.contents.soudan .OS_txt {
  max-width: 940px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .contents.soudan .OS_txt {
    margin-bottom: 14.6%;
  }
}

.contents.soudan .-btn01 {
  display: inline-block;
  text-align: center;
}

.contents.soudan .-btn01_link {
  color: #ff8243;
  box-shadow: 3px 3px 0px #ff8243;
}

.contents.soudan .-btn01_link:hover {
  box-shadow: 0px 0px 0px #ff8243;
}

.contents.soudan .-btn01_link::after {
  border-top: 10px solid #ff8243;
}

.contents.soudan .-ttl01 {
  color: #ff8243;
}

.contents.soudan .OS_howto__inner {
  background-color: #ffedae;
}

.contents.soudan .howto_ul__li:not(:last-of-type)::after {
  background: url(../img/soudan/icon_sankaku02.png) center center no-repeat;
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li:not(:last-of-type)::after {
    background: url(../img/soudan/icon_sankaku02_sp.png) center center no-repeat;
    background-size: contain;
  }
}

.contents.soudan .howto_ul__li:first-of-type {
  background-color: #fff8ce;
}

.contents.soudan .howto_ul__li:last-of-type {
  background-color: #ffd9a2;
}

.contents.soudan .howto_ul__li dl dt {
  color: #ff8243;
}

.contents.soudan .howto_ul__li .-step_fig {
  border: none;
}

.contents.soudan .howto_ul__li .-step_fig figure {
  position: relative;
  border: 1px solid #dfdfdf;
}

.contents.soudan .howto_ul__li .-step_fig figure img {
  max-height: 150px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li .-step_fig figure img {
    max-height: none;
  }
}

.contents.soudan .howto_ul__li .-step_fig figure + figure {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li .-step_fig figure + figure {
    margin-top: 60px;
  }
}

.contents.soudan .howto_ul__li.howto_btn {
  min-height: 150px;
  border-radius: 100px 0 0 100px;
}

@media (max-width: 767px) {
  .contents.soudan .howto_ul__li.howto_btn {
    border-radius: 200px 200px 0 0;
  }
}

.contents.soudan .howto_ul__li.howto_btn figure {
  border: none;
}

.contents.soudan .-day_ul {
  max-width: 600px;
  transform: translateX(5%);
  justify-content: left;
}

@media (max-width: 767px) {
  .contents.soudan .-day_ul {
    transform: translateX(7%);
    justify-content: center;
  }
}

.contents.soudan .-day_ul__li {
  width: 25%;
}

@media (max-width: 767px) {
  .contents.soudan .-day_ul__li {
    width: 45%;
  }
}

.contents.soudan .-day_ul__li a span::before {
  background-color: #ff8243;
}

.contents.soudan .-day_ul__li a:hover::after {
  background-color: #ff8243;
}

.contents.soudan .-day_ul__li a:hover span {
  color: #ff8243;
}

.contents.soudan .-day_ul__li a:hover span::after {
  border-top: 7px solid #ff8243;
}

.contents.soudan .course_ul__li:nth-of-type(even) .-course {
  background-color: #fff7d7;
}

.contents.soudan .course_ul__li .-course {
  background-color: #fffee8;
}

.contents.soudan .course_ul__li .-course.-course_closed:hover {
  cursor: default;
  animation: none;
}

.contents.soudan .course_ul__li .-course__app.-course__app_closed::after {
  content: none;
}

.contents.soudan .course_ul__li.course_closed .-course:hover {
  cursor: default;
  animation: none;
}

.contents.soudan .course_ul__li.course_closed .-course__app::after {
  content: none;
}

.contents.soudan .-note_box .-redTxt {
  color: #ff1000;
}

.course_ul__li .textBox {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.8;
}
.course_ul__li .textBox > p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c;
}
.text_box_internal {
  display: flex;
}
.text_box_internal > p {
  font-size: 1.4rem;
    line-height: 1.4;
}
@media print, screen and (max-width: 767px) {
  .course_ul__li .textBox {
    font-size: 1.3rem;
    margin: 15px;
    letter-spacing: 0.05em;
  }
  .course_ul__li .textBox > p {
    font-size: 1.4rem;
  }
  .text_box_internal > p {
    font-size: 1.3rem;
  }
}

.imgBox {
	position: relative;
}
.caption {
	position: absolute;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
  text-align: right;
	right: 6px;
  bottom: 2px;
  padding-left: 12px;
  font-size: 1.1rem;
	font-weight: bold;
}
@media print, screen and (max-width: 767px) {
	.caption {
		font-size: 1.2rem;
	}
}
.contents .imgAnnotation { 
  color: #333;
  padding: 5px;
  font-size: 12.5px;
  text-align: right;
  background: #fffade;
}
@media (max-width: 767px) {
.contents .imgAnnotation { 
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 11px;
  
  }
}
.Footer {
  margin-top: 0;
}

/*旅行大説明会*/
 .course_header.special .course_date {
  margin-bottom: 10px;
}
 .course_header.special .course_ttl_special {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
}
@media (min-width: 767px) {
.coursecontent_wrap {
  text-align: center;
  background: #fff;
  padding: 10px 38px 0;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
}


.course_header.special .course_place_special {
  color: #FFF;
  /*font-size: 2.0rem;*/
	font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  /*background-color: #1a9c52;*/
/*  background-color: #1aa8e3;*/
  background-color: #2fa4d7;
  margin: 10px auto;
/*
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
*/
  padding: 4px 20px;
  text-align: center;
}
/*.course_header.special .course_place_special::before,
.course_header.special .course_place_special::after {
  content: "●";
  color: #fff;  または別のカラーに調整 
  margin: 0 0.9em;
  font-size: 0.8em;
  vertical-align: middle;
}*/
.course_header.special .course_ul + .course_place_special {
  margin-top: 60px;
}
@media (max-width: 767px) {
.course_header.special .course_ttl_special {
    font-size: 1.8rem;
  }
.course_header.special .course_place_special {
    margin: 10px 0;
  }
.course_header.special .course_ul + .course_place_special {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
.course_ul__li .-course__contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 13px 10px;
  }
  .course_ul__li .-course__contents .textBox {
    width: calc(100% - 180px);
    margin: 0;
  }
  .course_ul__li .-course__contents .img_sp {
    display: block;
    width: 170px;
    margin: 10px 0 10px 10px;
  }
}
@media (min-width: 768px) {
    .spOnly{
        display: none;
    }
    .course_specialguest{
        margin-top: -90px;
    }
    .course_specialguest_caption{
        font-size: 14px;
        text-align: left;
        padding: 10px;
        margin: 10px;
        background-color: #f2f2f2;
    }
    
}
.fukidashi_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.2rem;
    color: #f86f37;
    margin-bottom: 28px;
}
.fukidashi_wrap_in{
    display: flex;
    justify-content: center;
    align-items: flex-end;
  position: relative;
    max-width:480px;
    margin: 0 -45px 0 -45px;
}
.fukidashi_wrap .fukidashi_wrap_in div{
    max-width: 450px;
    line-height: 1.5;
}
.fukidashi_wrap p span{
    width: 100%;
    border-bottom: 1px solid #f86f37;
}
 
.fukidashi_wrap:before,
.fukidashi_wrap:after,
.fukidashi_wrap_in:before,
.fukidashi_wrap_in:after{
  position: relative;
  display: inline-block;
  content: "";
  background: #f86f37;
  width: 2px;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.fukidashi_wrap:before {
  transform: rotate(-35deg);
    height: 1.5em;
}
.fukidashi_wrap_in:before {
  transform: rotate(-35deg);
    height: 3em;
}
 
.fukidashi_wrap:after {
  transform: rotate(35deg);
    height: 1.5em;
}
.fukidashi_wrap_in:after {
  transform: rotate(35deg);
    height: 3em;
}
@media (max-width: 767px) {
    .pcOnly{
        display: none;
    }
    .course_specialguest_caption{
        font-size: 12px;
        text-align: left;
        padding: 10px;
        background-color: #f2f2f2;
        border-radius: 5px;
        margin-top: 5px;
        line-height: 1.3;
    }
    .course_specialguest_caption br{
        display: none;
    }
    .fukidashi_wrap {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .fukidashi_wrap:before,
.fukidashi_wrap:after,
.fukidashi_wrap_in:before,
.fukidashi_wrap_in:after{
  width: 1px;
}
    .fukidashi_wrap_in{
    margin: 0 -30px 0 -30px;
}
}
.indent {
  margin-left: 1em;
  text-indent: -1em;
}
.schedule_venue{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.schedule_venue li a{
    display: inline-block;
    padding: 10px 90px;
    background-color: #1aa8e3;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
}
.schedule_venue li a:hover{
    opacity: 0.7;
}
.schedule_venue li a::after{
    -webkit-transform: rotate(135deg);
    display: block;
    position: absolute;
    transform: rotate(135deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
        top: calc(50% - 12px);
        right: 32px;
        width: 14px;
        height: 14px;
}
@media (max-width: 767px) {
    .schedule_venue{
        width: 100%;
    }
    .schedule_venue li{
        width: 48%;
        margin-top: 10px;
    }
    .schedule_venue li a{
        width:100%;
        line-height: 1.3;
    padding: 10px 10px;
    background-color: #1aa8e3;
    border-radius: 10px;
}
.schedule_venue li a:hover{
    opacity: 0.7;
}
.schedule_venue li a::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
        top: calc(50% - 7px);
        right: 10px;
        width: 10px;
        height: 10px;
}
}

.noflex{
    display: block !important;
}
.noflex li+li {
    margin-top: 15px;
}
@media (max-width: 767px) {
.noflex {
    margin-top: 10px;
  }
  .noflex li {
    margin: auto;
  }
.noflex li+li {
    margin-top: 20px;
  }
}

/*==========広島海外旅行説明会用===========*/
	@media (min-width: 768px) {
		/*.look_contents img.logo {
				margin-bottom: 20px;
		}*/
	}
	 .logo_tabi_look_hiroshima {
    padding-top: 50px;
    text-align: center;
    }
	.hiroshimaLink,.thirdContents .-ttl01,.course_header.special .course_place_special,.thirdContents .-access__contents .text .-note_text,.thirdContents .-access__contents .query .dom,.thirdContents .-access__contents .text .-note_text .-note_text_p{
		background: #8181e9;
	}
.hiroshimaLink{
	border-radius: 5px;
}
	.thirdContents .-access__contents .text .-note_text:before{
		border-top: 6px solid #8181e9;
	}
	.thirdContents .OS_schedule .-ttl01{
		color: #6161E0;
	}
		.thirdContents{
			background-color: #E6E6FF;
		}
		.thirdContents .logo_title_hiroshima{
			text-align: center;
			margin: auto;
		}
		.large_tit_hiroshima {
			margin: 0;
			color: #8181e9;
			text-stroke-width: 18px #fff;
			-webkit-text-stroke-width: 18px;
			-webkit-text-stroke-color: #fff;
			paint-order: stroke;
			font-size: 7.5rem;
			font-weight: 500;
			line-height: 1.3;/*1.4*/
			text-align: center;
			padding-bottom: 15px;/*15px*/
		}
		.large_tit_hiroshima span{
			font-size: 3.7rem; 
		}
@media (max-width: 767px) {
    .large_tit_hiroshima {
        font-size: 3.5rem;
        letter-spacing: 1px;
        text-stroke-width: 10px #fff;
        -webkit-text-stroke-width: 10px;
    }
	.large_tit_hiroshima span{
		font-size: 2.5rem;
	}
	 .logo_tabi_look_hiroshima {
        max-width: 209px;
        margin: 0 auto;
        padding-top: 0;
    }
}
.thirdContents .course_ul__li .-course{
	background-color: #FFFFFF;
}
/*==========================================*/




