@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/*-------*/
section h3{
	font-weight: bold;
}
/*-------*/
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;
}

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;
}
main {
  background-color: #fffaf9;
}
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: -.25em;
}

sup {
  top: -.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;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::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;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 15px 10px 15px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

img {
  vertical-align: bottom;
}

.section,
.header {
  font-family: "Noto Serif JP", serif;
}

#container .inner {
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  padding: 0;
}

#container header {
  border-bottom: none;
}

/*kvArea
=======================*/

.kvArea {
	position: relative;
  height: 470px;
	background: url("/med/feature/domestic/sakura/cmn/img/kv_pc.jpg") no-repeat;
}
.kvTitWrap {
	position: absolute;
	top: 30%;
	left: 50%;
  width: 1160px;
	transform: translate(-50%, -30%);
	text-align: center;
}
.kvTitWrap h1 {
  margin: 0;
}
.kvArea .introTxt {
	margin-top: 10px;
	padding: 15px 20px;
  font-size: 1.6rem;
	color: #fff;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 85%, rgba(255,255,255,0) 100%);
}
@media screen and (min-width: 768px) { 
  .kvTitWrap h1 {
    height: 350px;
  }
  .kvTitWrap h1 img {
    width: 372px;
    height: 350px;
  }
}
@media screen and (max-width:767.98px) {
	.kvArea {
		height: 363px;
    background: url("/med/feature/domestic/sakura/cmn/img/kv_sp.jpg") no-repeat;
	}
  .kvTitWrap h1 {
    margin: 0;
  }
  .kvTitWrap h1 img {
    margin: 0 auto;
    image-rendering: auto;
    max-width: 50%;
    max-height: 50%;
}
	.kvTitWrap {
		top: 50%;
		transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
	}
	.kvArea .introTxt {
		margin-top: 18px;
		padding: 8px;
		font-size: 1.2rem;
    line-height: 1.7;
	}
  
  
}
@media screen and (max-width:767.98px) and (min-width:581px) {
	.kvTitWrap h1 img {
    max-width: 30%;
  }
}
@media screen and (max-width:580px) and (min-width:441px) {
	.kvTitWrap h1 img {
    max-width: 34%;
  }
}
/*=====================*/


/*campaign
=======================*/
.campaign_bg {
  background: #fff;
  padding: 20px 0;
}
.campaign_homen {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.campaign {
  width: 1020px;
  margin: 0 auto;
}
.announce {
  font-size: 1.5rem;
  margin: 10px 10px 20px 10px;
}
.announce ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.announce .underline {
  text-decoration: underline;
  font-weight: 700;
}
.announce .red {
  color: #cc0d21;
  font-weight: 700;
}
@media screen and (max-width:767.98px) {
  .campaign_homen {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .section__inner .campaign_homen .content .course {
        margin: 10px auto 0 !important;
  }
  .campaign_homen .courseItemsBox {
    margin-top: 0px;
  }
	.campaign {
    width: 90%;
    margin: 0 auto;
  }
  .campaign_bn {
    width: 100%;
  }
  .announce {
    font-size: 1.1rem;
    margin: 5px 2px 10px 2px;
  }
}

/*=====================*/

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .header__inner {
    
    /*margin: -107px 0 0;
    position: relative;*/
    z-index: 1;
    flex-direction: column-reverse;
    /*height: 290px;*/
  }
}

.header__text {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 15px 35px;
  color: #fff;
  background-color: #5b1600;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .header__text {
    padding: 10px 15px;
    color: #333;
    background-color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1rem;
  }
  /*.header__text br {
    display: none;
  }*/
}

.header__text-s {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .header__text-s {
    font-size: 1.2rem;
  }
}

/*.header__att {
  font-size: 1.3rem;
  
}*/

/*@media screen and (max-width: 767px) {
  .header__att {
    display: block;
    font-size: 1rem;
  }
}*/

@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    padding-bottom: 65px;
   /* margin-bottom: 10px;*/
  }
  .nav .nav__ken {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*max-width: 1120px;*/
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .nav .nav__ken .nav__ken-List {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
  .nav.js-fixed .nav__ken {
    position: fixed;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    transition: top 0.7s ease;
  }
  .nav.js-fixed.js-fixedHide .nav__ken {
    top: -100%;
  }
	.nav__ken-List li a:hover {
      letter-spacing: 5px;
      cursor: pointer;
	}
}
.nav__ken-List li {
  position: relative;
}
.nav__ken-List li:nth-of-type(n+1)::after {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  margin: auto 0;
  background: #333;
  content: "";
}

@media screen and (max-width: 767px) {
  .nav .nav__ken {
    background: rgba(255, 255, 255, 0.9);
  }
  .nav .nav__ken-List {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav__ken-List li:nth-of-type(n+1)::after {
  height: 30px;
  margin: auto 0;
  background: #a9a9a9;
  content: "";
}
}

.nav li {
  position: relative;
  text-align: center;
  font-size: 2rem;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  flex-grow: 1;
}

@media screen and (max-width: 900px) {
  .nav li {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .nav li {
    width: 25%;
    text-align: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #c5c3c1;
  }
  .nav li.low2-SP {
    width: 33.333%;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .nav li::before {
    position: absolute;
    right: 0;
    bottom: 9px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 auto;
    content: "";
    transform: rotate(45deg);
    border: 2px solid;
    border-color: transparent #f57381 #f57381 transparent;
  }
}
.section__header
.nav li:after {
  display: inline-block;
  width: 1px;
  height: 20px;
  content: "";
  background: #000;
}

@media screen and (max-width: 767px) {
  .nav li:after {
    top: 6px;
    height: 40px;
    background: #c5c3c1;
  }
}

.nav li:last-of-type:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav li:nth-of-type(4):after {
    display: none;
  }
}

.nav li a {
  display: block;
  padding: 15px 10%;
  text-decoration: none;
  flex-grow: 1;
  color: #000;
}

@media screen and (max-width: 767px) {
  .nav li a {
    padding: 10px 0 15px 0;
  }
}

.menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
  .menu__list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu__list {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    border-top: 1px solid #f57381;
    border-bottom: 1px solid #f57381;
  }
}

@media screen and (min-width: 768px) {
  .menu__item + .menu__item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu__item {
    width: 33.333%;
    margin: 0;
  }
  .menu__item:nth-of-type(2) {
    border-right: 1px solid #f57381;
    border-left: 1px solid #f57381;
  }
}

.menu__item p {
  cursor: pointer;
  background-repeat: no-repeat;
  background-origin: padding-box;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .menu__item p {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .menu__item p {
    width: 100%;
    padding: 40px 20px 10px 20px;
    text-align: center;
    border-right: 1px solid #c5c3c1;
  }
  .menu__item p:last-of-type {
    border: none;
  }
}

.menu__item p span {
  font-size: 2rem;
  text-decoration: none;
  color: #000;
}
.menu__item p span:hover {
  /*color: #fff;*/
  color: #ed4c60;
}
.menu__item p span:visited {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menu__item p span {
    font-size: 1.4rem;
  }
}

.menu__item:nth-of-type(1) p {
  padding-left: 60px;
  background-image: url(../img/ico_menu_01_no.png);
  background-position: left 19px center;
  background-size: 32px;
}

@media screen and (max-width: 767px) {
  .menu__item:nth-of-type(1) p {
    background-size: 14px;
    padding: 20px 0 5px 0;
    background-position: top 4px center;
  }
}

.menu__item:nth-of-type(2) p {
  padding-left: 53px;
  background-image: url(../img/ico_menu_02_no.png);
  background-position: left 16px center;
  background-size: 24px 30px;
}

@media screen and (max-width: 767px) {
  .menu__item:nth-of-type(2) p {
    background-size: 10px;
    padding: 20px 0 5px 0;
    background-position: top 4px center;
  }
}

.menu__item:nth-of-type(3) p {
  margin: 0;
  padding-left: 56px;
  background-image: url(../img/ico_menu_03_no.png);
  background-position: left 17px center;
  background-size: 30px;
}

@media screen and (max-width: 767px) {
  .menu__item:nth-of-type(3) p {
    width: 100%;
    padding: 20px 0 5px 0;
    background-size: 13px;
    background-position: top 4px center;
  }
}

.cnt:nth-of-type(1) p {
  background-image: url(../img/ico_menu_01_on.png);
}

.cnt:nth-of-type(2) p {
  background-image: url(../img/ico_menu_02_on.png);
}

.cnt:nth-of-type(3) p {
  background-image: url(../img/ico_menu_03_on.png);
}

.cnt p {
  position: relative;
  background-color: #f57381;
}
@media screen and (min-width: 768px) {
  .cnt p {
    border-radius: 20px;
  }
}

.cnt p span {
  color: #fff;
}
.cnt p span:hover {
  color: #fff;
}
.cnt p::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  content: "";
  transform: rotate(50deg) skew(10deg);
  background: #f57381;
}
.menu__list
.section {
  /*margin-bottom: 56px;*/
  background: #fff4f3;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section {
    /*margin-bottom: 30px;*/
  }
}

.section .section__tit {
  background-size: cover;
}

.section:nth-of-type(1) .section__tit {
  background-image: url(../img/bg_sec01.jpg);
}

.section:nth-of-type(2) .section__tit {
  background-image: url(../img/bg_sec02.jpg);
}

.section:nth-of-type(3) .section__tit {
  background-image: url(../img/bg_sec03.jpg);
}

.section:nth-of-type(4) .section__tit {
  background-image: url(../img/bg_sec04.jpg);
}

.section:nth-of-type(5) .section__tit {
  background-image: url(../img/bg_sec05.jpg);
}

.section:nth-of-type(6) .section__tit {
  background-image: url(../img/bg_sec06.jpg);
}

.section:nth-of-type(7) .section__tit {
  background-image: url(../img/bg_sec07.jpg);
}

.section__tit {
  position: relative;
  padding-bottom: 40px;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  .section__tit {
    padding-bottom: 0;
    background-size: cover;
  }
}

.section__tit:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(255, 244, 243, 0.1) 0, rgba(255, 244, 243, 0.4) 60%, #fff4f3 100%);
}

.section__tit .section__tit-Title {
  position: relative;
  z-index: 5;
  text-align: center;
}

.section__tit .section__tit-Title img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section__tit .section__tit-Title img {
    width: 35%;
    padding-bottom: 15px;
  }
}

.section__tit:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.section:last-of-type {
  margin: 0;
  padding-bottom: 30px;
}

.section__inner {
  margin: 50px auto;
  /*background-color: #fff;*/
  width: 100%;
  max-width: 1160px;
}

@media screen and (min-width: 768px) {
  .section__inner {
    /*width: 91.07%;*/
    /*padding: 50px 0;*/
  }
}

.section__header--active {
  position: fixed;
  top: 0;
  width: 100%;
}

.section__header--active .section__tit {
  padding: 0;
}

.section__header--active .menu {
  justify-content: space-between;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px #d1d1d1;
}

.section__header--active .menu__item {
  flex-grow: 1;
  padding: 0;
}

.section__header--active .menu p {
  padding: 5px 0;
  background-image: none;
}

.section__header--active .menu p:after {
  display: none;
}

.section__header--active .menu.cnt p {
  background-image: none;
}

.section__header--active .menu.cnt p:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 6%;
  }
}

.js-content > .js-content-Item {
  display: none;
}

.js-content > .js-content-Item.show {
  display: block;
}

.course, .course2 {
  font-family: "メイリオ", sans-serif;
  /*padding-left: 30px;*/
}

@media screen and (max-width: 767px) {
  .course, .course2 {
    width: 97.3333333%;
  }
  .section__inner .content .course {
    margin: 30px auto 0;
  }
}

/*.course ul li, .course2 ul li {
  border-bottom: 1px solid #ccc;
}*/

@media screen and (min-width: 768px) {
  .course ul li, .course2 ul li {
    position: relative;
    padding: 25px 0 25px 3rem;
  }
  .course ul li {
  margin: 0 40px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  /*.course {
    padding-top: 20px;
  }*/
  .course ul li, .course2 ul li {
    flex-direction: column;
    padding: 15px 2.77%;
  }
}

/*.course ul li:first-of-type, .course2 ul li:first-of-type {
  padding-top: 0;
}*/

@media screen and (min-width: 768px) {
  .course ul li:first-of-type .crs_num01 {
    top: 0;
  }
  .course2 ul li:first-of-type .crs_num01 {
    top: 0;
  }
}

.course ul li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.course2 ul li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.course .crs_num01, .spot__list .crs_num01 {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #666;
}
.crs_num01 {
  display: inline-block;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #666;
}

@media screen and (min-width: 768px) {
  .course .crs_num01, .course2 .crs_num01 {
    /*position: absolute;*/
    top: 26px;
    left: 0;
  }
  .crs_num01 {
    /*position: absolute;*/
    top: 26px;
    left: 0;
  }
  /*.spot__list li .crs_num02 {
    margin-top: 15px;
  }*/
}

@media screen and (max-width: 767px) {
  .course .crs_num01, .course2 .crs_num01 {
    margin-bottom: 5px;
    padding: 5px;
  }
}

.course .crs_tit01, .course2 .crs_tit01 {
  padding-top: 10px;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .course .crs_tit01, .course2 .crs_tit01 {
    font-size: 1.8rem;
    width: 100%;
    padding: 0;
  }
}

.course .crs_tit01 a,
.course .crs_tit01 a:link,
.course .crs_tit01 a:visited {
  color: #115584;
}
.course2 .crs_tit01 a,
.course2 .crs_tit01 a:link,
.course2 .crs_tit01 a:visited {
  color: #115584;
}
.course .crs_eda01, .course2 .crs_eda01 {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .course .crs_eda01, .course2 .crs_eda01 {
    padding: 0;
  }
}

.course .crs_eda01 a,
.course .crs_eda01 a:link,
.course .crs_eda01 a:visited {
  color: #115584;
}
.course2 .crs_eda01 a,
.course2 .crs_eda01 a:link,
.course2 .crs_eda01 a:visited {
  color: #115584;
}
.course .crs_txt01, .course2 .crs_txt01 {
  font-size: 1.3rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  .course .crs_txt01, .course2 .crs_txt01 {
    padding: 0;
  }
}

.course .crs_price01, .course2 .crs_price01 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f61717;
}

@media screen and (max-width: 767px) {
  .course .crs_price01, .course2 .crs_price01 {
    font-size: 1.8rem;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .spot {
    margin: 20px auto 0;
    width: 90.6424953%;
  }
}

.spot__list {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .spot__list {
    max-width: 900px;
    margin: 0 auto;
  }
  .flex_c {
    /*position: relative;*/
    display: flex;
  }
  .flex_c div {
    flex-direction: column;
  }
  /*.spot__list ul li p {
    position: absolute;
  }*/
}

.spot__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .spot__item + .spot__item {
    margin-top: 40px;
  }
  .spot__item {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .spot__item + .spot__item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .spot__item {
    flex-direction: column;
  }
  .spot__def {
    width: 100%;
  }
}



@media screen and (min-width: 768px) {
  .spot__def {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .spot__def {
    max-width: 480px;
    width: 53.333%;
    align-items: flex-start;
    align-content: flex-start;
  }
}

.spot__def > * {
  width: 100%;
}

.spot__def-tit {
  font-size: 3.2rem;
  margin-bottom: 15px;
  padding: 10px 0 10px 60px;
  font-weight: bold;
  border-bottom: 1px solid #8e0414;
  background-image: url(../img/ico_tit.png);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-origin: padding-box;
  background-size: 50px;
  position: relative;
}
.spot__def-tit::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #ddd;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  transition: all 0.4s ;
}

.spot__def-tit span {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .spot__def-tit {
    font-size: 2.4rem;
    margin-bottom: 10px;
    padding: 10px 0 10px 48px;
    background-size: 38px;
  }
  .spot__def-tit span {
  font-size: 1.6rem;
}
  .tit_s {
    font-size: 2.0rem!important;
  }
}

.spot__def-text {
  margin: 0 6% 15px 0;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .spot__def-text {
    font-size: 1.4rem;
    margin: 0;
  }
}

.spot__def-date {
  font-family: "メイリオ", sans-serif;
  font-size: 1.6rem;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .spot__def-date {
    font-size: 1.4rem;
  }
}

.spot__def-date-Icon {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  margin: 0 10px 0 0;
  padding: 5px 10px;
  color: #8e0414;
  border: solid 1px #8e0414;
}

@media screen and (max-width: 767px) {
  .spot__def-date-Icon {
    padding: 3px 10px;
  }
}

.spot__def-btn {
  text-align: right;
  position: relative;
  display: inline;
  padding-right: 30px;
  
}
/*.spt__def-btn a {
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
  background-color: #fff;
  width: 350px;
}*/

.spot__def-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "＋";
  display: inline-block;
  transform: translateX(-50%);
  
}
.spot__course {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .spot__course {
  padding: 25px 0;
  margin: 20px 0 30px;
  border-top: 1px solid #ddd;
  }
}
@media screen and (max-width: 767px) {
  .spot__course {
  padding: 5px 0;
  }
}
.courselist_h {
  width: 140px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 25px;
}

.courselist_h p {
  position: relative;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.courselist_h p::before {
  position: absolute;
  content: url(../img/ico_menu_01_no.png);
  top: 0;
  left: -20px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .spot__def-date {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  }
  .courselist_h {
    padding: 20px 0;
    margin: 0 auto;
  }
  .courselist_h p {
  padding-left: 20px;
}
  .courselist_h p::before {
    left: -10px;
  }
}
.spot__list li a:hover .spot__img {
  opacity: 0.7;
}
.spot__list li a p {
  color: #000;
}
.spot__list li a:hover p {
  color: #000;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}


label {
    cursor: pointer;
}
.readmore{
    position: relative;
    box-sizing: border-box;
}

.readmore-content, .readmore-content2, .readmore-content3 {
    position: relative;
    overflow: hidden;
}
.readmore-content::before, .readmore-content2::before, .readmore-content3::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 130px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    Z-INDEX: 2;
}
@media screen and (min-width: 768px) {
  .spot__course {
  padding: 25px 0;
  margin: 20px 0 30px;
  border-top: 1px solid #ddd;
  }
  
}



.spot__img {
  order: -1;
  position: relative;
  width: 42.222%;
}

.spot__img .cap {
  position: absolute;
  bottom: 2px;
  right: 5px;
  font-size: 1.3rem;
  text-shadow: 2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .spot__img {
    margin: 0;
    width: 100%;
  }
  .spot__img img {
    width: 100%;
  }
}

.spot__img img {
  width: 100%;
}

.spot__att {
  margin: 20px auto 0;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .spot__att {
    max-width: 900px;
  }
}

.calendar {
  margin: 0 auto;
  padding: 0 5.8825%;
}

@media screen and (max-width: 767px) {
  .calendar {
    width: 92%;
    padding: 10px;
  }
}

/*.calendar .js-scrollable {
	overflow-x: scroll!important;
}*/

.calendar .js-scrollable .tbl_cldr01 {
  /*width: 100%;*/
  border: 2px solid #fa95a0;
  background: #fff;
  border-bottom-style: double;
}

@media screen and (min-width: 768px) {
  .calendar .js-scrollable table {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .calendar .js-scrollable table {
		width: 150%;
    font-size: 1.4rem;
  }
}

.calendar .js-scrollable table th, .calendar .js-scrollable table td {
  font-size: 1.6rem;
}

.calendar .js-scrollable table th p, .calendar .js-scrollable table td p {
  font-size: 1.6rem;
}

/*.calendar tr:nth-child(even) {
  background: #f7f7f7;
}*/

.calendar tr.calendar__date--season {
  background: #fff;
}

.calendar tr.calendar__date--season__spk {
  background: #fff;
}

.calendar__date th {
	width: 200px;
  font-weight: bold;
  padding: 0 0 20px 0;
  border-right: solid 2px #000;
  text-align: center;
}

.calendar__date th:last-of-type {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .calendar__date th {
		width: auto;
    line-height: 1.1;
    white-space: nowrap;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }
  .calendar__date th:first-of-type {
    width: 30%;
  }
}

.calendar__date--season th {
  font-weight: normal;
  padding: 0 0 10px 0;
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 2px #000;
}

@media screen and (min-width: 768px) {
  .calendar__date--season th {
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__date--season th {
    font-size: 1.2rem;
  }
}

.calendar__date--season th:nth-of-type(1), .calendar__date--season th:nth-of-type(3), .calendar__date--season th:nth-of-type(6), .calendar__date--season th:nth-of-type(9) {
  border-right: solid 2px #000;
}

.calendar__date--season th:first-of-type {
  width: auto;
}

.calendar__date--season th:last-of-type {
  width: 82px;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .calendar__date--season th:last-of-type {
    width: 60px;
  }
}

.calendar__date--season p {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.calendar__date--season__spk th {
  font-weight: normal;
  padding: 0 0 10px 0;
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 2px #000;
}

@media screen and (min-width: 768px) {
  .calendar__date--season__spk th {
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__date--season__spk th {
    font-size: 1.2rem;
  }
}

.calendar__date--season__spk th:nth-of-type(1), .calendar__date--season__spk th:nth-of-type(4), .calendar__date--season__spk th:nth-of-type(7), .calendar__date--season__spk th:nth-of-type(10) {
  border-right: solid 2px #000;
}

.calendar__date--season__spk th:first-of-type {
  width: auto;
}

.calendar__date--season__spk th:last-of-type {
  width: 82px;
  border-right: none;
}

@media screen and (max-width: 767px) {
	.calendar__date--season__spk th {
		width: 150px;
	}
  .calendar__date--season__spk th:last-of-type {
    width: 60px;
  }
}

.calendar__date--season__spk p {
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.calendar__place th {
  font-weight: normal;
  text-align: left;
  border-right: solid 2px #000;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .calendar__place th {
    padding: 13px 13px 13px 30px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__place th {
    padding: 5px 10px !important;
    font-size: 1.2rem;
  }
}

.calendar__place td {
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .calendar__place td {
    padding: 5px;
    line-height: 0;
  }
}

.calendar__place td img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .calendar__place td img {
    width: 15px;
    height: auto;
  }
}

.calendar__place td:nth-of-type(2), .calendar__place td:nth-of-type(5), .calendar__place td:nth-of-type(8) {
  border-right: solid 2px #000;
}

.calendar__place td:last-of-type {
  border-right: none;
}

.calendar__place__spk th {
  font-weight: normal;
  text-align: left;
  border-right: solid 2px #000;
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 768px) {
  .calendar__place__spk th {
    padding: 13px 13px 13px 30px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__place__spk th {
    padding: 5px 10px !important;
    font-size: 1.2rem;
  }
}

.calendar__place__spk td {
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .calendar__place__spk td {
    padding: 5px;
    line-height: 0;
  }
}

.calendar__place__spk td img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .calendar__place__spk td img {
    width: 15px;
    height: auto;
  }
}

.calendar__place__spk td:nth-of-type(3), .calendar__place__spk td:nth-of-type(6), .calendar__place__spk td:nth-of-type(9) {
  border-right: solid 2px #000;
}

.calendar__place__spk td:last-of-type {
  border-right: none;
}

.calendar__att {
  margin: 20px auto 0;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .section__header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 150;
    /*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);*/
  }
}

.pageTopLink {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 150;
}

.pageTopLink a {
  position: relative;
  display: block;
  width: 65px;
  height: 65px;
  padding-top: 30px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50% 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pageTopLink a::before, .pageTopLink a::after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.pageTopLink a::before {
  top: calc(50% - 18px);
}

.pageTopLink a::after {
  top: calc(50% - 12px);
}

.js-pageTopLink {
  display: none;
}

.txt_lastupdate {
  text-align: right;
  font-size: 1.2rem;
  padding: 10px 5px;
  color: #666;
}

.noCourse {
  text-align: center;
  font-size: 1.5rem;
  padding: 80px 0;
  background: #f4f4f4;
}

.thanks-message {
  font-size: 1.6rem;
  text-align: center;
  padding: 50px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .thanks-message {
    font-size: 1.4rem;
    padding: 30px;
    margin: 10px 0;
    order: 1;
  }
}

.secBnr01 {
  max-width: 1120px;
  margin: 15px auto;
}

.secBnr01__tit01 {
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 15px;
  color: #fff;
  background-color: #5B1600;
  margin-bottom: 10px;
}

.secBnr01__ul01 {
  padding: 0 15px;
  display: flex;
  flex-flow: row wrap;
}

@media screen and (max-width: 767px) {
  .secBnr01__ul01 {
    justify-content: center;
  }
}

.secBnr01__ul01 li {
  max-width: 217px;
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .secBnr01__ul01 li {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px){
  .sponly {
     display: none;
  }
  .pconly {
    display: block;
  }
}

@media print, screen and (max-width: 767.98px){
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
  .spot__item {
    padding-top: 30px;
  }
  
}



/*selectLavel
============================*/
.level2 {
  font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
    padding-top: 10px;
}
.selectdiv {
  position: relative;
  width: 200px;
  margin: 10px auto 70px;
}
.selectdiv:after {
  content: url("/med/feature/domestic/sakura/cmn/img/btn-arrow02.png") url("/med/feature/domestic/sakura/cmn/img/btn-arrow01.png");
 	font: 10px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 9px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #eb6878;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
	color: #000;
  font-size: 18px;
	/*font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
  line-height: 2;
  background-color: #fff;
  border: 2px solid #eb6878;
  /*border-color: #5b1600;*/
  border-image-slice: 1;
	border-radius: 5px;
  -ms-word-break: normal;
  word-break: normal;
	cursor: pointer;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
}
option{
  background:#fff;
}
@media screen and (max-width: 767px) {
  .level2 {
		font-size: 2rem;
	}
}

/*footer
============================*/
.area_button {
    background: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}
.area_button__titbox__tit {
    font-size: 26px;
    color: #333333;
    margin: 10px 0 20px;
}
.redtext {
    color: #cc0d21;
}
.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%;
    max-width: 138px;
}
.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 print, screen and (min-width: 768px){
	.area_button__link li a:hover {
			opacity: 0.7;
	}
}
@media screen and (max-width: 767.98px) {
  .area_button {
    margin-top: 0;
    padding: 20px 0;
	}
	.area_button__titbox__tit {
    font-size: 2.4rem;
    margin: 15px 5px;
	}
	.area_button__link {
    margin: 0 10px 0;
    max-width: 100%;
	}
	.area_button__link li {
    max-width: 100%;
	}
	.area_button__link li a {
    text-align: center;
    position: relative;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    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;
	}
}

.departure {
  display: inline-block;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
	color: #fff;
  background-color: #000;
	border: 1px solid #000;
}
@media print, screen and (min-width: 768px){
	.course ul li .departure {
		/*position: absolute;*/
		left: 0;
	}
	.course ul li:first-of-type .departure {
		top: 40px;
	}
	.course ul li:nth-of-type(n+2) .departure {
		top: 67px;
	}
}
@media screen and (max-width: 767.98px) {
	.departure {
		margin-bottom: 5px;
    padding: 5px 7px;
	}
	.departure:not(:first-of-type) {
    margin-left: 5px;
	}
}




.accordion .link {
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.open .spot__def-tit::after {
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
  transition: all 0.6s ease;
  color: #8e0414;
}
.spot__item {
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
}
@media print, screen and (min-width: 768px){
	.spot__item {
    max-height: 350px;
}
  .spot__item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 130px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    Z-INDEX: 2;
}
}
@media print, screen and (max-width: 767.98px){
	
}

.accordion li.default .submenu {
  display: block;
}
/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 }

 

 .submenu ul li {
 	display: block!important;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

@media print, screen and (min-width: 768px){
  .sponly {
     display: none;
  }
  .link:hover .spot__def-tit {
    color: #8e0414;
	}
  .link:hover .spot__def-tit::after {
    color: #8e0414;
  }
  .spot__item.active::before {
    display: none;
  }
}


.submenu .noCourse {
  background-color: #efefef;
  padding: 25px 0;
}


/*----スポットタグ----*/
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.sakura_cpn_box {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.icn_sakura_cpn {
  width: 60px;
  height: 60px;
}
/*.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin: 0 10px 10px 0;
	padding: 3px 12px;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: bold;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}*/


@media print, screen and (min-width: 768px) {
    .rweb2404{
        font-size: 1.5rem;
         display: inline-block;
        margin-top: 4px;
    }
    .rweb2404 a{
    font-size: 2.0rem;
    text-decoration: underline;
        color: #125687;
    }
 .rweb2404 a:hover{
        text-decoration: none;
    }
}
@media print, screen and (max-width: 767px) {
    .rweb2404{
        display: inline-block;
        font-size: 1.6rem;
        margin-top: 8px;
    }
    .rweb2404 a{
    font-size: 1.6rem;
        color: #125687;
  }
}


/*半自動化画像反映用
========================*/
.ul_crs01 .flexBox {
  display: flex;
  justify-content: space-between;
}
.ul_crs01 .courseInfoBox {
  width: 67%;
  padding-right: 10px;
}
.ul_crs01 .courseImgBox {
  position: relative;
  margin-right: 40px;
}
.courseImg {
  position: relative;
  width: 250px;
  height: 168px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.courseImg::before, .courseImg::after {
  content: "";
  position: absolute;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
}
.courseImg::before {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  background-size: cover;
  filter: blur(8px);
}
.courseImg::after {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-color: #00000020;
}
.courseImg_caption {
  display: inline-block;
  position: absolute;
  bottom: 2%;
  right: 0;
  max-width: 275px;
  padding: 0 5px;
  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.1rem;
	z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .ul_crs01 .flexBox {
    display: block;
  }
  .ul_crs01 .courseInfoBox {
    width: 100%;
    padding-right: 0;
  }
  .ul_crs01 .courseImgBox {
    max-width: 400px;
    margin: 20px auto 0;
  }
  .courseImg {
    max-height: 200px;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
  }
}
@media screen and (max-width: 359px) {
  .courseImg {
    height: 15vh;
  }
}
/*======================*/


/*aタグエリア拡大用
========================*/
.wrap_crs01 > .ul_crs01 > li .crs_num01,
.course_plan_cond_box .course_plan_cond {
  color: #333;
  font-weight: normal;
}
.wrap_crs01 > .ul_crs01 > li a .crs_tit01 {
  transition: all .3s;
}
.wrap_crs01 > .ul_crs01 > li a:hover .crs_tit01 {
  color: #CC0000;
  transition: all .3s;
}
/*======================*/


/*courseArea
=======================*/
.courseArea {
	/*margin-top: 100px;*/
	padding-top: 35px;
	background: #F4EFE6;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.course_note{
    font-size: 1.4rem;
    text-align: center;
    color: #707070;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-top: 10px;
}
.course_note span{
    text-align: center;
    color: #fff;
    padding: 3px 12px;
    font-size: 1.3rem;
    background: rgb(0 0 0 / .5);
    border-radius: 30px;
}
@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 50px;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
    .course_note{
    display: inline-block;
        margin: 10px 10px 0;
        line-height: 1.4;
}
    .course_note span{
        display: inline-block;
    padding: 3px 12px;
    font-size: 1rem;
        margin-top: -2px;
}
}


/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}

@media (min-width: 768px) {
	.areaBlock:first-of-type {
	/*margin-top: 52px;*/
  padding: 10px 20px;
}
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d5b47f;
    color: #fff;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
/*.course__card__tagBox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox ul li {
	margin-bottom: 10px;
	padding: 3px 12px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
}*/
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
  align-items: center;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  background: rgb(0, 155, 99);
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		display: flex;
		background: #fff;
	}
	main [class*="course__card__head"] {
		padding-top: 0;
		padding-left: 34%;
	}
	main [class*="js_rweb2404_img_"]::after {
		background-size: cover;
	}
	main [class*="bgContain js_rweb2404_img_"]::after {
		background-size: contain!important;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	/*.course__card__tagBox {
		position: static;
	}
	.course__card__tagBox ul {
		margin-top: 8px
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}*/
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
  .sakura_cpn_box {
    top: 2px;
    left: 2px;
  }
  .icn_sakura_cpn {
    width: 40px;
    height: 40px;
    
  }
}
/*=====================*/


@media print, screen and (max-width: 767px) {
  .ul_spot01 {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .ul_spot01 li {
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    max-width: 560px;
    margin: 0 auto 40px;
  }
  .ul_spot01 li .pic_spot01 {
    /*font-size: 0;
    line-height: 0;*/
    margin-bottom: 5px;
  }
  .ul_spot01 li h4 {
    font-size: 2.2rem;
    color: #e55561;
    margin: 0 0 5px;
    line-height: 1.2;
  }
  .ul_spot01 li h4 span {
    font-size: 1.3rem;
    margin-left: 0px;
    line-height: 1.2;
  }
  .ul_spot01 li .txt_spot01 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .ul_spot01 li .txt_migoro01 span {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
  }
  .ul_spot01 li .txt_migoro01 span:nth-of-type(1) {
    padding: 5px 10px;
    line-height: 1.1;
    margin-right: 10px;
    background-color: #e4f49c;
  }
  .ul_spot01 li .pict_spot01 {
    font-size: 1.3rem;
    line-height: 1.1;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    padding: 7px 10px 7px 32px;
    background: rgba(245, 115, 129, 0.9) url("/med/feature/domestic/sakura/cmn/img/spot/icon_crslst01_wht.svg") 8px center no-repeat;
    background-size: 17px;
  }
}

@media print, screen and (min-width: 768px) {
  .ul_spot01 {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
  }
  .ul_spot01 li {
    width: 31.818%;
    margin: 0 2.272% 50px 0;
    text-align: left;
    position: relative;
  }
  .ul_spot01 li:nth-of-type(3n) {
    margin-right: 0;
  }
  .ul_spot01 li .pic_spot01 {
    /*font-size: 0;
    line-height: 0;*/
    margin-bottom: 5px;
  }
  .ul_spot01 li h4 {
    font-size: 2.2rem;
    color: #e55561;
    margin: 0 0 5px;
  }
  .ul_spot01 li h4 ruby rt {
    margin-bottom: -.5rem;
    font-size: .9rem;
  }
  .ul_spot01 li h4 span {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .ul_spot01 li .txt_spot01 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .ul_spot01 li .txt_migoro01 span {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
  }
  .ul_spot01 li .txt_migoro01 span:nth-of-type(1) {
    padding: 5px 10px;
    line-height: 1.1;
    margin-right: 10px;
    background-color: #e4f49c;
  }
  .ul_spot01 li .pict_spot01 {
    font-size: 1.3rem;
    line-height: 1.1;
    color: #fff;
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    padding: 7px 10px 7px 32px;
    background: rgba(245, 115, 129, 0.9) url("/med/feature/domestic/sakura/cmn/img/spot/icon_crslst01_wht.svg") 8px center no-repeat;
    background-size: 17px;
  }
}
.pic_spot01 {
  position: relative;
}
.pic_spot01_caption {
  position: absolute;
  color: #fff;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: right;
  right: 12px;
  bottom: 4px;
  padding-left: 12px;
  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;
}
@media print, screen and (max-width: 767px) {
  .pic_spot01 img {
    width: 100%;
  }
}



@media print, screen and (max-width: 767px) {
  .sec_area01 .pjaxInner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tbl_cldr01 {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    line-height: 1.4;
  }
  .tbl_cldr01 th, .tbl_cldr01 td {
    padding: 10px 2px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
  }
  .tbl_cldr01 thead tr th {
    box-sizing: border-box;
    border-bottom: 2px solid #fa95a0;
    color: #e55561;
    padding-top: 0;
    padding-bottom: 2px;
    position: relative;
    white-space: nowrap;
  }
  .tbl_cldr01 thead tr th:last-of-type {
    border-right: none;
  }
  .tbl_cldr01 thead tr:nth-of-type(1) th {
    border-bottom: none;
  }
  .tbl_cldr01 thead tr:nth-of-type(1) th:nth-of-type(1) {
    text-align: left;
    border-bottom: 2px solid #fa95a0;
    border-right: 2px solid #fa95a0;
    width: 30%;
    padding-left: 10px;
  }
  .tbl_cldr01 thead tr:nth-of-type(1) th:nth-of-type(2)::before, .tbl_cldr01 thead tr:nth-of-type(1) th:nth-of-type(3)::before {
    border-right: 2px solid #f5ddd8;
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: -1px;
  }
  .tbl_cldr01 thead tr:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(2), .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(3), .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(5), .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(6) {
    border-right: 1px solid #f5ddd8;
  }
  .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(1)::before, .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(4)::before {
    border-right: 2px solid #f5ddd8;
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: -1px;
  }
  .tbl_cldr01 tbody tr {
    background-color: #fff;
  }
  .tbl_cldr01 tbody tr:nth-of-type(2n) {
    background-color: #fff4f2;
  }
  .tbl_cldr01 tbody tr th {
    border-right: 2px solid #fa95a0;
    padding-left: 10px;
    text-align: left;
    font-size: 1.3rem;
  }
  .tbl_cldr01 tbody tr th.th_area01 {
    border-right: none;
    border-bottom: 1px solid #f5ddd8;
    background-color: #fa95a0;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font-size: 1.2rem;
    width: 6%;
    line-height: 1.2;
  }
  .tbl_cldr01 tbody tr th .th_annt {
    font-size: 1.2rem;
  }
  .tbl_cldr01 tbody tr td {
    border-right: 1px solid #f5ddd8;
    font-size: 0;
    line-height: 0;
  }
  .tbl_cldr01 tbody tr td img {
    width: 20px;
  }
  .tbl_cldr01 tbody tr td:nth-of-type(1), .tbl_cldr01 tbody tr td:nth-of-type(4) {
    border-right: 2px solid #f5ddd8;
  }
  .tbl_cldr01 tbody tr td:last-of-type {
    border-right: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_area01 .pjaxInner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tbl_cldr01 {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    line-height: 1.7;
  }
  .tbl_cldr01 th, .tbl_cldr01 td {
    padding: 15px 5px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
  }
  .tbl_cldr01 thead tr th {
    box-sizing: border-box;
    border-bottom: 2px solid #fa95a0;
    color: #e55561;
    padding-top: 0;
    padding-bottom: 2px;
    position: relative;
    font-size: 1.4rem;
  }
  .tbl_cldr01 thead tr th:last-of-type {
    border-right: none;
  }
  .tbl_cldr01 thead tr:nth-of-type(1) th {
    border-bottom: none;
    font-size: 1.6rem;
  }
  .tbl_cldr01 thead tr:nth-of-type(1) th:nth-of-type(1) {
    text-align: left;
    border-bottom: 2px solid #fa95a0;
    border-right: 2px solid #fa95a0;
    width: 30%;
    padding-left: 20px;
  }
  .tbl_cldr01 thead tr:nth-of-type(1) th:nth-of-type(2)::before, .tbl_cldr01 thead tr:nth-of-type(1) th:nth-of-type(3)::before {
    border-right: 2px solid #f5ddd8;
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: -1px;
  }
  .tbl_cldr01 thead tr:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(2), .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(3), .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(5), .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(6) {
    border-right: 1px solid #f5ddd8;
  }
  .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(1)::before, .tbl_cldr01 thead tr:nth-of-type(2) th:nth-of-type(4)::before {
    border-right: 2px solid #f5ddd8;
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    right: -1px;
  }
  .tbl_cldr01 tbody tr {
    background-color: #fff;
  }
  .tbl_cldr01 tbody tr:nth-of-type(2n) {
    background-color: #fff4f2;
  }
  .tbl_cldr01 tbody tr th {
    border-right: 2px solid #fa95a0;
    padding-left: 20px;
    text-align: left;
    font-size: 1.4rem;
  }
  .tbl_cldr01 tbody tr th.th_area01 {
    border-right: none;
    border-bottom: 1px solid #f5ddd8;
    background-color: #fa95a0;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font-size: 1.4rem;
    width: 7%;
  }
  .tbl_cldr01 tbody tr th .th_annt {
    font-size: 1.3rem;
  }
  .tbl_cldr01 tbody tr td {
    border-right: 1px solid #f5ddd8;
    font-size: 0;
    line-height: 0;
  }
  .tbl_cldr01 tbody tr td img {
    width: 25px;
  }
  .tbl_cldr01 tbody tr td:nth-of-type(1), .tbl_cldr01 tbody tr td:nth-of-type(4) {
    border-right: 2px solid #f5ddd8;
  }
  .tbl_cldr01 tbody tr td:last-of-type {
    border-right: none;
  }
}

.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(2),.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(5), 
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(3), .tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(6) {
  border-right: 0px solid #f5ddd8;
}
.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(1), .tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(3),
.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(4),.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(6), .tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(7),
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(1), .tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(2),
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(4), .tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(5),
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(7), .tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(8) {
  border-right: 1px solid #f5ddd8;
}
.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(1)::before,
.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(4)::before,
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(1)::before,
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(4)::before {
  border-right: 0px solid #f5ddd8;
}
.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(2)::before,
.tbl_cldr01.col8 thead tr:nth-of-type(2) th:nth-of-type(5)::before,
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(3)::before,
.tbl_cldr01.col9 thead tr:nth-of-type(2) th:nth-of-type(6)::before{
  border-right: 2px solid #f5ddd8;
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  right: -1px;
}
.tbl_cldr01.col8 tbody tr td:nth-of-type(1), .tbl_cldr01.col8 tbody tr td:nth-of-type(4),
.tbl_cldr01.col9 tbody tr td:nth-of-type(1), .tbl_cldr01.col9 tbody tr td:nth-of-type(4) {
  border-right: 1px solid #f5ddd8;
}
.tbl_cldr01.col8 tbody tr td:nth-of-type(2), .tbl_cldr01.col8 tbody tr td:nth-of-type(5) {
  border-right: 2px solid #f5ddd8;
}
.tbl_cldr01.col9 tbody tr td:nth-of-type(3), .tbl_cldr01.col9 tbody tr td:nth-of-type(6) {
  border-right: 2px solid #f5ddd8;
}








