@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/*!
 * ress.css • v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css');
html {
	box-sizing: border-box;
	/* Prevent adjustments of font size after orientation changes in iOS */
	word-break: break-word;
	-moz-tab-size: 4;
	     tab-size: 4;

	-webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
	/* Set `background-repeat: no-repeat` to all elements and pseudo elements */
	box-sizing: inherit;
	background-repeat: no-repeat;
}

::before,
::after {
	/* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
	vertical-align: inherit;
	text-decoration: inherit;
}

* {
	/* Reset `padding` and `margin` of all elements */
	margin: 0;
	padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
	overflow: visible;
	/* Show the overflow in Edge and IE */
	height: 0;
	/* Add the correct box sizing in Firefox */
}

details,
main {
	display: block;
	/* Render the `main` element consistently in IE. */
}

summary {
	display: list-item;
	/* Add the correct display in all browsers */
}

small {
	font-size: 80%;
	/* Set font-size to 80% in `small` elements */
}

[hidden] {
	display: none;
	/* Add the correct display in IE */
}

abbr[title] {
	border-bottom: none;
	/* Remove the bottom border in Chrome 57 */
	/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
	text-decoration: underline;
	text-decoration: underline dotted;
}

a {
	background-color: transparent;
	/* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
	outline-width: 0;
	/* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* Specify the font family of code elements */
}

pre {
	font-size: 1em;
	/* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
	font-weight: bolder;
	/* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
	border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
	cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
	/* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
	/* Correct the odd appearance in Chrome and Safari */
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
	/* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
	overflow: auto;
	/* Internet Explorer 11+ */
	resize: vertical;
	/* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* Specify font inheritance of form elements */
}

optgroup {
	font-weight: bold;
	/* Restore the font weight unset by the previous rule */
}

button {
	overflow: visible;
	/* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
	text-transform: none;
	/* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
	color: inherit;
	cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
}

/* Style select like a standard input */
select {
	/* Firefox 36+ */
	-webkit-appearance: none;

	   -moz-appearance: none;
	/* Chrome 41+ */
}

select::-ms-expand {
	display: none;
	/* Internet Explorer 11+ */
}

select::-ms-value {
	color: currentColor;
	/* Internet Explorer 11+ */
}

legend {
	/* Correct the color inheritance from `fieldset` elements in IE */
	display: table;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	/* Correct the text wrapping in Edge and IE */
	max-width: 100%;
	border: 0;
	/* Correct the text wrapping in Edge and IE */
	white-space: normal;
	/* Correct `color` not being inherited in IE 8/9/10/11 */
	color: inherit;
	/* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
	color: inherit;
	font: inherit;
	/* Correct the inability to style clickable types in iOS and Safari */
	-webkit-appearance: button;
	/* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
	border-style: none;
	/* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
	vertical-align: baseline;
}

svg:not([fill]) {
	fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
	[hidden~='screen'] {
		display: inherit;
	}
	[hidden~='screen']:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
	cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
	cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
	cursor: default;
}

/* webfont */
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
	font-family: 'pc';
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	head {
		font-family: 'sp';
	}
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-family: 'YakuHanJP', 'Noto Sans Japanese', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.os-mac body {
	font-weight: 400;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	body {
		width: 100%;
		min-width: 320px;
		height: auto;
		font-size: 15px;
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
	color: inherit;
	outline: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	text-decoration: none;
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	word-wrap: break-word;
	outline: none;
}

img {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/

::selection {
	background-color: #b3d4fc;
	color: #fff;
	text-shadow: none;
}

/* ----------------------------------------------------------------------------------------------------

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;

	   -moz-appearance: none;
	        appearance: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
	box-sizing: content-box;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
	display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	/* Fix IE7 display bug */
	overflow: visible;
	width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
	/* Turn off scroll bars in IE unless needed */
	overflow: auto;
	/* Move the label to the top */
	vertical-align: top;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
	/* Move the label to the top */
	vertical-align: top;
}

/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	.l-page-wrapper {
		width: 100%;
		height: 100%;
	}
}

.is-loading .l-page-wrapper {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.load-complete .l-page-wrapper {
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.l-page {
		overflow-x: hidden;
		width: 100%;
		height: 100%;
		padding-bottom: 61px;
		-webkit-overflow-scrolling: touch;
	}
}

@media only screen and (max-width: 767px) {
	.is-loading .l-page {
		overflow-y: hidden;
	}
}

/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.l-wrap {
		width: auto;
		padding: 0 25px;
	}
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
	box-sizing: border-box;
}

.l-grid::after {
	display: table;
	clear: both;
	content: '';
}

.l-grid__item {
	display: block;
	box-sizing: inherit;
	float: left;
}

.l-grid__item--1of2 {
	width: 50%;
}

.l-grid__item--1of3 {
	width: 33.33333333%;
}

.l-grid__item--1of4 {
	width: 25%;
}

.l-grid__item--1of5 {
	width: 20%;
}

.l-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
	box-sizing: border-box;
	white-space: nowrap;
}

.l-inline-grid__item {
	display: inline-block;
	box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
	width: 50%;
}

.l-inline-grid__item--1of3 {
	width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
	width: 25%;
}

.l-inline-grid__item--1of5 {
	width: 20%;
}

.l-inline-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/* .l-flex-grid__posi {
	justify-content: space-between;
} */

.l-flex-grid__item {
	box-sizing: inherit;
}

.l-flex-grid__item--full {
	width: 100%;
}

.l-flex-grid__item--1of2 {
	width: 50%;
}

.l-flex-grid__item--1of3 {
	width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
	width: 25%;
}

.l-flex-grid__item--1of5 {
	width: 20%;
}

.l-flex-grid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   c-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   m-dummy
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
	*zoom: 1;
}

.cf:after {
	display: table;
	clear: both;
	content: '';
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: white;
}

#Loader #progress {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: #000;
}

/* trans
-------------------------------------------*/
#Loader {
	transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
	opacity: 0;
}

/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
	display: block;
}

img.mi-pc {
	display: inline;
}

.mi-sp {
	display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
	.mi-pc,
	img.mi-pc {
		display: none;
	}
	.mi-sp {
		display: block;
	}
	img.mi-sp {
		display: inline;
	}
}

/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
	padding-left: 1em;
	text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
	transition: all .2s ease-in-out;
}

.mi-hov01:hover {
	opacity: .7;
}

.mi-hov01-all > * {
	transition: all .2s ease-in-out;
}

.mi-hov01-all > *:hover {
	opacity: .7;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
	height: 80px;
	margin: 0 auto;
	background-color: #f5f2eb;

	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.g-header {
		display: block;
		width: 100%;
		min-width: 100%;
		height: 50px;
		background-color: #fff;
		text-align: center;
	}
}

.g-header__logo {
	width: calc(50% - 480px / 2);
	height: 80px;
	padding: 5px 0 0 2.6%;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.g-header__logo {
		width: 100%;
		height: 50px;
		padding: 4px 0 0;
	}
}

.g-header__logo img {
	width: 330px;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.g-header__logo img {
		width: 80%;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__logo img {
		width: 187px;
	}
}

.g-header__btns {
	display: -ms-flexbox;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	width: calc(50% - 480px / 2);
  transition: .3s;
}

.g-header__btns.chg {
	width: calc(46% - 480px / 2);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.g-header__btns {
		width: calc((1200px - 480px) / 2);
	}
}

@media only screen and (max-width: 767px) {
	.g-header__btns {
		display: none;
	}
}

.g-header__btns .btns-item a {
	display: block;
	position: relative;
  text-align: center;
	color: #fff;
	font-size: 20px;
  font-weight: bold;
	line-height: 78px;
	transition: .3s;
  font-family: 'Noto selif Japanese', serif;
}

.g-header__btns.chg .btns-item a {
	line-height: 68px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.g-header__btns .btns-item a {
		font-size: 14px;
	}
}

.g-header__btns .btns-item a::before {
	position: absolute;
	top: calc(50% - 6.5px);
	right: 5%;
	width: 13.44px;
	height: 13.44px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transform: rotate(45deg);
  transition: .3s;
}

.g-header__btns .btns-item a {
	border: 1px solid #da421d;
	background-color: #da421d;
}

.mode-pc .g-header__btns .btns-item a:hover {
	background-color: #fff;
	color: #da421d;
}

.mode-pc .g-header__btns .btns-item a:hover::before {
	border-top: 1px solid #da421d;
	border-right: 1px solid #da421d;
}

/*--------------------------------------------------------------------------
   global-footer
---------------------------------------------------------------------------*/
#global-footer > .site {
	width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#global-footer > .site {
		width: auto;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-dummy {
		width: 50%;
	}
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-mv {
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-mv {
		display: block;
		width: 100%;
		min-width: 100%;
	}
}

.sec-mv__img {
	width: calc(50% - 480px / 2);
	height: 580px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.sec-mv__img--02 {
	margin-left: 480px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__img {
		width: 100%;
		height: auto;
		background-image: none;
	}
}

.sec-mv__img img {
	width: auto;
	height: 580px;
}

@media only screen and (max-width: 767px) {
	.sec-mv__img img {
		width: 100%;
		height: auto;
	}
}

.sec-mv__img:first-child {
	background-image: url(../../assets/img/index/mv_img01.jpg);
}

.sec-mv__img:last-child {
	background-image: url(../../assets/img/index/mv_img02.jpg);
}

.sec-mv__box {
	width: 480px;
	height: 660px;
	background-color: #f5f2eb;
	text-align: center;
	position: absolute;
	top: 0;
	left: calc(50% - 480px / 2);
}

@media only screen and (max-width: 1200px) {
	.sec-mv__box {
		left: 360px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-mv__box {
		width: 100%;
		height: auto;
	}
}

.sec-mv__hdg img {
  width: 100%;
}

/*--------------------------------------------------------------------------
   #sec-recommend
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-recommend {
	width: 100%;
}

.sec-recommend__btns {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__btns {
    display: block;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.sec-recommend__btns .btns-item a {
		display: block;
		position: relative;
		padding: 18px 6.5%;
		color: #fff;
		font-size: 17px;
    font-weight: bold;
		line-height: 1.44;
    text-align: center;
    font-family: 'Noto selif Japanese', serif;
	}
	.sec-recommend__btns .btns-item a::before {
		position: absolute;
		top: calc(50% - 7px);
		right: 6.5%;
		width: 13.44px;
		height: 13.44px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		content: '';
		transform: rotate(45deg);
	}
	.sec-recommend__btns .btns-item a {
		background-color: #da421d;
	}
}

.sec-recommend__hdg {
	padding: 13px 0;
	background-color: #2eb363;
	text-align: center;
	color: #fff;
	font-size: 24px;
  font-weight: bold;
	line-height: 1;
  font-family: 'Noto selif Japanese', serif;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__hdg {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-recommend__wrap {
		display: block;
	}
}

.sec-recommend__bg {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__bg {
		display: block;
		width: 100%;
	}
}

.sec-recommend__bg {
	background-color: #dcf2e5;
  text-align: center;
}

.sec-recommend__bg .sec-recommend__unit {
	padding-left: 18px;
  text-align: initial;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__bg .sec-recommend__unit {
		padding: 16px 40px 20px;
	}
}

.sec-recommend__bg .sec-recommend__unit::before {
	position: absolute;
	bottom: -25px;
	right: -173px;
	width: 209px;
	height: 158px;
	background-image: url(../../assets/img/index/recommended_deco02.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
  display: none;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__bg .sec-recommend__unit::before {
		bottom: -49px;
		right: 20px;
		width: 131px;
		height: 99px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-recommend__bg .sec-recommend__unit::before {
		width: 98px;
		height: 69px;
	}
}

.sec-recommend__bg .sec-recommend__unit .unit-txt::before {
	background-image: url(../../assets/img/index/recommended_icon.png);
}

.sec-recommend__unit {
	position: relative;
  display: inline-block;
	padding: 40px 0;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__unit {
		display: block;
		width: 100%;
		padding: 37px 40px 37px 20px;
	}
}

.sec-recommend__unit .unit-hdg {
	width: 550px;
	margin-bottom: 12px;
	font-family: 'Noto selif Japanese', serif;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__unit .unit-hdg {
		width: 100%;
		text-align: center;
		font-size: 23px;
	}
}

.sec-recommend__unit .unit-hdg span {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__unit .unit-hdg span {
		font-size: 16px;
	}
}

.sec-recommend__unit .unit-txt {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
	.sec-recommend__unit .unit-txt {
		padding-left: 23px;
		font-size: 15px;
		line-height: 1.5;
	}
  .sec-recommend__unit .unit-txt+.unit-txt {
    margin-top: 14px;
  }
}

.sec-recommend__unit .unit-txt::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-recommend__unit .unit-txt::before {
    top: 3.5px;
		width: 15px;
		height: 15px;
	}
}

/*--------------------------------------------------------------------------
   #sec-course
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-course {
	width: 1200px;
	margin: 0 auto 100px;
	padding-top: 79px;
	/* .sec-course__wrap
-----------------------------------------------------------------*/
	/* .sec-course__detail
-----------------------------------------------------------------*/
	/* .sec-course__voice
-----------------------------------------------------------------*/
	/* .sec-course__curriculum
-----------------------------------------------------------------*/
	/* .sec-course__price
-----------------------------------------------------------------*/
}

@media only screen and (max-width: 767px) {
	.sec-course {
		width: 100%;
		margin: 0 auto;
		padding-top: 24px;
	}
}

.sec-course__hdg {
	margin-bottom: 82px;
	color: #b9a978;
	font-family: 'Noto selif Japanese', serif;
	font-size: 46px;
}

@media only screen and (max-width: 767px) {
	.sec-course__hdg {
		margin-bottom: 24px;
		padding: 0 1.5% 0 4.5%;
		font-size: 30px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__hdg {
		font-size: 25px;
	}
}

.sec-course__hdg span {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-course__hdg span {
		font-size: 20px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__hdg span {
		font-size: 18px;
	}
}

.sec-course__tabs {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sec-course__tabs--bottom .sec-course__tab::before {
	content: none;
}

.sec-course__tabs--bottom .sec-course__tab.is_current a::before {
	top: -15px;
	bottom: inherit;
	border-width: 0 15px 15px 15px;
}

.sec-course__tabs--bottom .sec-course__tab:first-child.is_current a::before {
	border-color: transparent transparent #761d3d transparent;
}

.sec-course__tabs--bottom .sec-course__tab:last-child.is_current a::before {
	border-color: transparent transparent #574009 transparent;
}

.sec-course__tab {
	position: relative;
	z-index: 9;
	width: 598px;
	text-align: center;
	color: #fff;
	font-family: 'Noto selif Japanese', serif;
	font-size: 23px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-course__tab {
		width: 49.8%;
	}
}

.sec-course__tab::before {
	position: absolute;
	top: -70px;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-course__tab::before {
		top: -50px;
	}
}

.sec-course__tab a {
	display: block;
	position: relative;
	padding: 34px 0;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.sec-course__tab a {
		padding: 8px 0;
		font-size: 18px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__tab a {
		font-size: 15px;
	}
}

.sec-course__tab a span {
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-course__tab a span {
		font-size: 14px;
	}
}

.sec-course__tab--basic::before {
	width: 204px;
	height: 72px;
	background-image: url(../../assets/img/index/img_deco01.png);
}

@media only screen and (max-width: 767px) {
	.sec-course__tab--basic::before {
		width: 141px;
		height: 51px;
	}
}

.sec-course__tab--basic a {
	border: 2px solid #761d3d;
	background-color: #fff;
	color: #761d3d;
}

@media only screen and (max-width: 767px) {
	.sec-course__tab--basic a {
		border: 1px solid #761d3d;
	}
}

.mode-pc .sec-course__tab--basic a:hover {
	background-color: #761d3d;
	color: #fff;
}

.sec-course__tab--basic.is_current a {
	background-color: #761d3d;
	color: #fff;
}

.sec-course__tab--basic.is_current a::before {
	border-color: #761d3d transparent transparent transparent;
}

@media only screen and (max-width: 767px) {
	.sec-course__tab--middle {
		letter-spacing: -.04em;
	}
}

.sec-course__tab--middle::before {
	width: 256px;
	height: 72px;
	background-image: url(../../assets/img/index/img_deco02.png);
}

@media only screen and (max-width: 767px) {
	.sec-course__tab--middle::before {
		width: 180px;
		height: 51px;
	}
}

.sec-course__tab--middle a {
	border: 2px solid #574009;
	background-color: #fff;
	color: #574009;
}

@media only screen and (max-width: 767px) {
	.sec-course__tab--middle a {
		border: 1px solid #574009;
	}
}

.mode-pc .sec-course__tab--middle a:hover {
	background-color: #574009;
	color: #fff;
}

.sec-course__tab--middle.is_current a {
	background-color: #574009;
	color: #fff;
}

.sec-course__tab--middle.is_current a::before {
	border-color: #574009 transparent transparent transparent;
}

.sec-course__tab.is_current a::before {
	position: absolute;
	bottom: -15px;
	left: calc(50% - 15px);
	width: 30px;
	height: 15px;
	border-width: 15px 15px 0 15px;
	border-style: solid;
	content: '';
}

.sec-course__wrap {
	position: relative;
	z-index: 1;
	padding: 77px 0 100px;
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap {
		padding: 28px 0 50px;
	}
}

.sec-course__wrap--basic {
	background-color: #f5eff1;
}

.sec-course__wrap--basic .course-btn a {
	background-color: #da421d;
}

.sec-course__intro {
	margin-bottom: 70px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-course__intro {
    margin-bottom: 34px;
		padding: 0 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
	}
}

.intro-hdg {
	color: #414141;
	font-family: 'Noto selif Japanese', serif;
	font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 767px) {
	.intro-hdg {
		font-size: 22px;
    line-height: 1.44;
	}
}

.intro-hdg span {
	color: #761d3d;
}

.sec-course__intro .intro-group {
  display: inline-block;
  margin: 56px auto 0;
}

@media only screen and (max-width: 767px) {
	.sec-course__intro .intro-group {
    margin-top: 20px;
  }
}

.sec-course__intro .intro-txt {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: initial;
  color: #414141;
}
.sec-course__intro .intro-txt+.intro-txt {margin-top: 22px;}

@media only screen and (max-width: 767px) {
	.sec-course__intro .intro-txt {
    font-size: 14px;
    line-height: 1.5;
	}
  .sec-course__intro .intro-txt+.intro-txt {margin-top: 14px;}
}

.sec-course__intro .intro-txt::before {
  position: absolute;
  top: 2.8px;
  left: 0;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #2eb363;
}

@media only screen and (max-width: 767px) {
	.sec-course__intro .intro-txt::before {
    top: 3.5px;
    width: 14px;
    height: 14px;
  }
}

.sec-course__detail {
	margin-top: 80px;
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail {
		margin-top: 40px;
		padding: 0 10px;
	}
}

.sec-course__detail .detail-box {
	width: 500px;
	padding: 45px 50px 48px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box {
		width: 100%;
		padding: 20px 33px 24px;
	}
}

.sec-course__detail .detail-box__hdg {
	position: relative;
	margin-bottom: 20px;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__hdg {
		margin-bottom: 15px;
		font-size: 18px;
	}
}

.sec-course__detail .detail-box__hdg::before {
	position: absolute;
	top: 0;
	left: -50px;
	width: 3px;
	height: 100%;
	border-left: 3px solid #88193c;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__hdg::before {
		left: -33px;
	}
}

.sec-course__detail .detail-box__txt {
	color: #414141;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__txt {
		font-size: 14px;
		line-height: 1.7;
	}
}

.sec-course__detail .detail-box__unit .unit-hdg {
	margin-top: 1em;
	color: #761d3d;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__unit .unit-hdg {
		font-size: 14px;
		line-height: 1.7;
	}
}

.sec-course__detail .detail-box__unit .unit-txt {
	color: #414141;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__unit .unit-txt {
		font-size: 14px;
		line-height: 1.7;
	}
}

.sec-course__detail .detail-box__list .list-item {
	color: #414141;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-box__list .list-item {
		margin-bottom: 5px;
		padding-left: 1.4em;
		text-indent: -1.4em;
	}
}

.sec-course__detail .detail-box__list .list-item span {
	margin-right: 5px;
	color: #761d3d;
}

.sec-course__detail--01 {
	margin-top: 0;
	background-image: url(../../assets/img/index/basic_img01.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--01 {
		background-image: none;
	}
}

.sec-course__detail--02 {
	background-image: url(../../assets/img/index/basic_img02.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--02 {
		background-image: none;
	}
}

.sec-course__detail--03 {
	background-image: url(../../assets/img/index/basic_img03.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--03 {
		background-image: none;
	}
}

.sec-course__detail--04 {
	margin-bottom: 130px;
	background-image: url(../../assets/img/index/basic_img04.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--04 {
		margin-bottom: 60px;
		background-image: none;
	}
}

.sec-course__detail--01,
.sec-course__detail--03 {
	background-position: 0 0;
}

.sec-course__detail--01 .detail-box,
.sec-course__detail--03 .detail-box {
	margin: 0 50px 0 auto;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--01 .detail-box,
	.sec-course__detail--03 .detail-box {
		margin: 0 auto;
	}
}

.sec-course__detail--02,
.sec-course__detail--04 {
	background-position: 100% 0;
}

.sec-course__detail--02 .detail-box,
.sec-course__detail--04 .detail-box {
	margin: 0 auto 0 50px;
}

@media only screen and (max-width: 767px) {
	.sec-course__detail--02 .detail-box,
	.sec-course__detail--04 .detail-box {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.sec-course__detail .detail-img img {
		width: 100%;
		height: auto;
	}
}

.sec-course__wrap--middle .sec-course__detail--01 {
	background-image: url(../../assets/img/index/middle_img01.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__detail--01 {
		background-image: none;
	}
}

.sec-course__wrap--middle .sec-course__detail--02 {
	background-image: url(../../assets/img/index/middle_img02.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__detail--02 {
		background-image: none;
	}
}

.sec-course__wrap--middle .sec-course__detail--03 {
	background-image: url(../../assets/img/index/middle_img03.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__detail--03 {
		background-image: none;
	}
}

.sec-course__wrap--middle .sec-course__detail--04 {
	background-image: url(../../assets/img/index/middle_img04.jpg);
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__detail--04 {
		background-image: none;
	}
}

.sec-course__voice {
	position: relative;
	width: 1100px;
	margin: 0 auto 105px;
	padding: 62px 80px 56px;
	background-color: #faf7f8;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice {
		width: 89.3%;
		margin: 0 auto 55px;
		padding: 36px 23px 20px;
	}
}

.sec-course__voice::before {
	position: absolute;
	top: -51px;
	right: -22px;
	width: 190px;
	height: 86px;
	background-image: url(../../assets/img/index/img_deco03.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-course__voice::before {
		top: -32px;
		right: 0;
		width: 110px;
		height: 50px;
	}
}

.sec-course__voice .voice-hdg {
	margin-bottom: 32px;
	text-align: center;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-hdg {
    margin-bottom: 20px;
		font-size: 20px;
	}
}

.sec-course__voice .voice-hdg span {
	font-size: 26px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-hdg span {
		font-size: 18px;
	}
}

.sec-course__voice .voice-wrap {
  margin-top: 66px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap {
    margin-top: 30px;
	}
}

.sec-course__voice .voice-wrap__unit+.voice-wrap__unit {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit {
		display: block;
		clear: both;
		width: 100%;
	}
}

.sec-course__voice .voice-wrap__unit .unit-img {
  background: top / cover no-repeat;
  width: 150px;
  height: 150px;
}
.sec-course__voice .voice-wrap__unit:nth-of-type(1) .unit-img {background-image: url(../img/index/course_voice01.jpg);}
.sec-course__voice .voice-wrap__unit:nth-of-type(2) .unit-img {background-image: url(../img/index/course_voice02.jpg);}
.sec-course__voice .voice-wrap__unit:nth-of-type(3) .unit-img {background-image: url(../img/index/course_voice03.jpg);}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit .unit-img {
    float: left;
    margin-right: 12px;
		width: 100px;
		height: 100px;
	}
}

.sec-course__voice .voice-wrap__unit {
  justify-content: space-between;
  margin: 0 auto;
}

.sec-course__voice .voice-wrap__unit .unit-txt {
  max-width: 755px;
  width: 100%;
  color: #414141;
}

.sec-course__voice .voice-wrap__unit .unit-txt .name {
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit .unit-txt .name {
    line-height: 1.5;
  }
}

.sec-course__voice .voice-wrap__unit .unit-txt .text {
  font-size: 15px;
  line-height: 1.8;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit .unit-txt .text {
    font-size: 13px;
    margin-top: 4px;
  }
}

@media only screen and (max-width: 767px) {
	.sec-course__voice .voice-wrap__unit + .voice-wrap__unit {
		margin-top: 10px;
		padding-top: 30px;
	}
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit {
	width: 30%;
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit {
		width: 100%;
	}
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-img {
	width: 110px;
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-img {
		width: 70px;
	}
}

.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-txt {
	width: 170px;
	font-size: 13px;
}

@media only screen and (max-width: 767px) {
	.sec-course__wrap--middle .sec-course__voice .voice-wrap__unit .unit-txt {
		width: 100%;
		font-size: 14px;
	}
}

.sec-course__curriculum {
	padding: 0 50px;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum {
		width: 96.5%;
		margin: 0 auto;
		padding: 0;
	}
}

.sec-course__curriculum .curriculum-hdg {
	margin-bottom: 25px;
	text-align: center;
	color: #761d3d;
	font-family: 'Noto selif Japanese', serif;
	font-size: 30px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-hdg {
		font-size: 20px;
		line-height: 1.5;
	}
}

.sec-course__curriculum .curriculum-hdg span {
	color: #dd5c3c;
}

.sec-course__curriculum .curriculum-hdg .large {
	font-size: 40px;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-hdg .large {
		font-size: 25px;
	}
}

.sec-course__curriculum .curriculum-table {
	position: relative;
	width: 100%;
	margin-bottom: 70px;
	border: none;
	border-right: 1px solid #b9a978;
	background-color: #fff;
	border-spacing: 0;
	border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table {
		margin-bottom: 50px;
	}
}

.sec-course__curriculum .curriculum-table::before {
	position: absolute;
	top: -87px;
	left: -29px;
	width: 450px;
	height: 87px;
	background-image: url(../../assets/img/index/img_deco04.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table::before {
		top: -50px;
		left: 0;
		width: 260px;
		height: 51px;
	}
}

.sec-course__curriculum .curriculum-table tr:nth-of-type(odd) {
	background-color: #faf8f5;
}

.sec-course__curriculum .curriculum-table th {
	padding: 11px 0;
	border-bottom: 1px solid #b9a978;
	border-left: 1px solid #b9a978;
	background-color: #761d3d;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table th {
		padding: 18px 0;
		font-size: 13px;
	}
}

.sec-course__curriculum .curriculum-table th.num {
	width: 147px;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table th.num {
		width: 13%;
	}
}

.sec-course__curriculum .curriculum-table th.title,
.sec-course__curriculum .curriculum-table th.theme {
	width: 474px;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table th.title {
		width: 37.1%;
	}
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table th.theme {
		width: 50%;
	}
}

.sec-course__curriculum .curriculum-table td {
	padding: 18px 30px;
	border-bottom: 1px solid #b9a978;
	border-left: 1px solid #b9a978;
	color: #414141;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table td {
		padding: 18px 7px;
		font-size: 13px;
	}
}

.sec-course__curriculum .curriculum-table td.num {
	padding: 18px 0;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.sec-course__curriculum .curriculum-table td .curriculum-table__item {
		position: relative;
		padding-left: 10px;
		line-height: 1.8;
	}
	.sec-course__curriculum .curriculum-table td .curriculum-table__item::before {
		position: absolute;
		top: 7px;
		left: 0;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #b6a97e;
		content: '';
	}
}

.sec-course__price {
	width: 1100px;
	margin: 0 auto 100px;
	padding: 24px 0 20px;
	border-top: 1px solid #761d3d;
	background-color: #fff;

	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.sec-course__price {
		width: 96.5%;
		margin: 0 auto 50px;
		padding: 22px 30px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price {
		padding: 18px 15px;
	}
}

.sec-course__price .price-hdg {
	margin: 0 214px 0 80px;
	color: #574009;
	font-family: 'Noto selif Japanese', serif;
	font-size: 20px;
}

@media only screen and (max-width: 767px) {
	.sec-course__price .price-hdg {
		width: 34.8%;
		margin: 0;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price .price-hdg {
		font-size: 18px;
	}
}

.sec-course__price .price-detail {
	color: #444;
}

@media only screen and (max-width: 767px) {
	.sec-course__price .price-detail {
		font-size: 15px;
		margin-top: 14px;
	}
}
@media only screen and (min-width: 767px) {
.sec-course__price .price-detail span {
	margin-left: 4px;
  }
}

@media only screen and (max-width: 374px) {
	.sec-course__price .price-detail {
		font-size: 14px;
	}
}

.large,
.price-small {
	color: #da421d;
}

.price-day{
	font-size: 12px;
}

.price-small {
    font-size: 12px;
}

.sec-course__price .price-detail .large {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.sec-course__price .price-detail .large {
		font-size: 23px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course__price .price-detail .large {
		font-size: 20px;
	}
}

.sec-course .course-btn a {
	display: block;
	position: relative;
	width: 460px;
	line-height: 78px;
	margin: 0 auto;
	box-shadow: 0 1px 9px 1px rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 20px;
  font-weight: bold;
	transition: .3s;
  font-family: 'Noto selif Japanese', serif;
}

@media only screen and (max-width: 767px) {
	.sec-course .course-btn a {
		width: 80%;
    line-height: 60px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 374px) {
	.sec-course .course-btn a {
		font-size: 14px;
	}
}

.mode-pc .sec-course .course-btn a:hover {
	opacity: .65;
}

.sec-course .course-btn a::before {
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 13.44px;
	height: 13.44px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
	.sec-course .course-btn a::before {
    top: calc(50% - 7px);
    right: 17px;
	}
}

/*--------------------------------------------------------------------------
   #sec-cp
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-cp {
	width: 100%;
	background-color: #f0eede;
	text-align: center;
	font-weight: 500;
	line-height: 1;
}

.sec-cp__hdg {
	padding: 80px 0 60px;
}

@media(max-width: 768px) {
	.sec-cp__hdg {
		padding: 38px 0 26px;
	}
}

@media(max-width: 768px) {
	.sec-cp__hdg img {
		width: 78.1%;
		height: auto;
		margin: 0 auto;
	}
}

@media(min-width: 768px) {
	.sec-cp__num {
		display: flex;
		justify-content: space-between;
		width: 800px;
		margin: 0 auto;
	}
}

@media(max-width: 768px) {
	.sec-cp__num {
		width: 84.6%;
		margin: 0 auto;
	}
}

.sec-cp__sec {
	width: 385px;
	background-color: rgba(185,169,120,0.1);
}

@media(max-width: 768px) {
	.sec-cp__sec {
		width: 100%;
		margin-bottom: 15px;
	}
}

.sec-cp__sec-title {
	padding: 6px 0;
	margin-bottom: 30px;
	background-color: #B9A978;
	color: #fff;
	font-size: 14px;
	height: 26px;
}

@media(max-width: 768px) {
	.sec-cp__sec-title {
		padding: 6px 0;
		margin-bottom: 20px;
		font-size: 13px;
	}
}

.sec-cp__catch {
	font-size: 20px;
	font-family: 'Noto selif Japanese', serif;
	margin-bottom: 14px;
	color: #333333;
}

@media(max-width: 768px) {
	.sec-cp__catch {
		margin-bottom: 12px;
		font-size: 15px;
	}
}

.sec-cp__cp-title {
	margin-bottom: 24px;
	font-size: 32px;
	font-family: 'Noto selif Japanese', serif;
	font-weight: 600;
	color: #333333;
}

@media(max-width: 768px) {
	.sec-cp__cp-title {
		margin-bottom: 20px;
		font-size: 25px;
	}
}

.sec-cp__strong {
	color: #DD5C3C;
	font-family: 'Noto selif Japanese', serif;
}

.sec-cp__from {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 500;
}

@media(max-width: 768px) {
	.sec-cp__from {
		font-size: 18px;
		margin-bottom: 5px;
	}
}

.sec-cp__dis {
	font-size: 58px;
	font-weight: 600;
	margin-bottom: 32px;
	letter-spacing: 0.01em;
}

@media(max-width: 768px) {
	.sec-cp__dis {
		font-size: 45px;
		margin-bottom: 15px;
	}
}

.sec-cp__small {
	font-size: 30px;
	font-weight: 700;
}

@media(max-width: 768px) {
	.sec-cp__small {
		font-size: 24px;
	}
}

.sec-cp__middle {
	font-size: 50px;
}

@media(max-width: 768px) {
	.sec-cp__middle {
		font-size: 40px;
	}
}

.sec-cp__coupon {
	display: inline-block;
	padding: 13px 21.3px 14px 19.7px;
	background-color: #f9f8f2;
	border-radius: 100px;
	font-size: 17px;
}

@media(max-width: 768px) {
	.sec-cp__coupon {
		display: inline-block;
		padding: 10px 20px 10px 18px;
		border-radius: 100px;
		font-size: 14px;
	}
}

.sec-cp__cond {
	font-size: 14px;
	line-height: 1.6;
	padding: 14.8px 0 31.8px;
	color: #333333;
}

@media(max-width: 768px) {
	.sec-cp__cond {
		font-size: 14px;
		line-height: 1.57;
		padding: 13px 0 26px;
		width: 60vw;
		margin: auto;
	}
}

.sec-cp__at {
	padding: 50px 0 60.8px;
	color: #414141;
}

@media(max-width: 768px) {
	.sec-cp__at {
		padding: 10px 0 36.8px;
		width: 74.7%;
		margin: 0 auto;
	}
}

.sec-cp__txt-title {
	display: inline-block;
	border-bottom: solid 1px #B9A978;
	padding-bottom: 2px;
	font-size: 16x;
	height: 19px;
	width: 265px;
}

@media(max-width: 768px) {
	.sec-cp__txt-title {
		width: 249px;
	}
}

.sec-cp__txt-detail {
	line-height: 2;
	font-size: 14px;
}

.sec-cp__txt-detail:nth-child(2) {
	padding-top: 12px;
}

@media(max-width: 768px) {
	.sec-cp__txt-detail {
		line-height: 1.6;
	}

	.sec-cp__txt-detail:nth-child(2) {
		padding-top: 13.8px;
	}

	.sec-cp__txt-detail:nth-child(3) {
		padding-top: 7.6px;
	}
}

.sec-cp__cond .mi-pc {
	display: inline;
}


/*--------------------------------------------------------------------------
   #sec-fixed-bnr
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-fixed-bnr__btns {
	display: none;
}

@media only screen and (max-width: 767px) {
	.sec-fixed-bnr__btns {
    display: block;
		position: fixed;
		bottom: -100px;
		left: 0;
		z-index: 100;
		width: 100%;
		transition: bottom .2s;
	}
	.sec-fixed-bnr__btns .btns-item a {
		display: block;
		position: relative;
		padding: 18px 6.5%;
		color: #fff;
		font-size: 18px;
    font-weight: bold;
		line-height: 1.44;
    text-align: center;
    font-family: 'Noto selif Japanese', serif;
	}
	.sec-fixed-bnr__btns .btns-item a::before {
		position: absolute;
		top: calc(50% - 7.5px);
		right: 6.5%;
		width: 13.44px;
		height: 13.44px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		content: '';
		transform: rotate(45deg);
	}
	.sec-fixed-bnr__btns .btns-item a {
		background-color: #da421d;
	}
}

@media only screen and (max-width: 767px) {
	.sec-fixed-bnr__btns.is-show {
		bottom: 0;
	}
}
