@charset "UTF-8";

/*************************************
* CSSリセット
*************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #000;
	outline: none;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
	transition: all .3s ease;
}

a[href^="tel:"] {
	cursor: default;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table a {
	color: #0784c8;
}

input, select {
	vertical-align: middle;
	border-radius: 0;
}

@media (max-width: 480px) {
	input, select {
		font-size: 16px !important;
	}
}

input:not([type="checkbox"]), textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

img {
	line-height: 1;
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

h1, h2, h3, h4 {
	line-height: 1;
	font-weight: 500;
}

/*************************************
* レイアウト
*************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	height: 100%;
}

body {
	height: 100%;
	line-height: 26px;
	font-size: 1.4rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 320px;
}

@media (min-width: 768px) {
	body {
		min-width: 1290px;
		font-size: 1.6rem;
		line-height: 30px;
	}
}

body#page {
	padding-top: 63px;
}

@media (min-width: 768px) {
	body#page {
		padding-top: 113px;
	}
}

.st-Wrapper {
	position: relative;
	height: 100%;
}

.st-Container {
	position: relative;
}

.st-Container_Inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.st-Section {
	position: relative;
	padding: 0 0 60px;
}

@media (min-width: 768px) {
	.st-Section {
		padding: 0 0 90px;
	}
}

.st-Section_Contents {
	margin-bottom: 135px;
}

.st-Section_Read {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.st-Section_Read {
		margin-bottom: 75px;
	}
}

.st-Section_Text {
	margin-bottom: 35px;
}

.st-Section_Text p:not(:last-child) {
	margin-bottom: 1em;
}

.st-Section_Text-large {
	font-size: 1.8rem;
	color: #ad9672;
}

@media (min-width: 768px) {
	.st-Section_Text-large {
		font-size: 2rem;
	}
}

.st-Section_Text-large.box {
	padding: 45px 0;
}

@media (min-width: 768px) {
	.st-Section_Text-large.box {
		padding: 70px 0;
	}
}

.bgc .st-Section {
	padding: 70px 0;
}

@media (min-width: 768px) {
	.bgc .st-Section {
		padding-top: 70px;
		padding-bottom: 65px;
	}
}

.bgc .st-Section:first-of-type {
	padding-top: 0;
}

.bgc .st-Section:not(:first-of-type) {
	border-top: 1px solid #dcdcdc;
}

/*************************************
* Header
*************************************/
.st-Header {
	width: 100%;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	height: 65px;
}

@media (min-width: 768px) {
	.st-Header {
		height: 100px;
	}
}

.st-Header .st-Header_Inner {
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.st-Header .st-Header_Logo img {
	height: 23px;
}

@media (min-width: 768px) {
	.st-Header .st-Header_Logo img {
		height: 35px;
	}
}

.st-Header .st-Header_MainNav_Wrap {
	display: none;
	padding: 5%;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 999;
	background: #fff;
}

@media (max-width: 767px) {
	.st-Header .st-Header_MainNav_Wrap {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}
}

.st-Header .st-Header_MainNav_Inner {
	width: 65%;
	max-width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ad9672;
}

@media (min-width: 768px) {
	.st-Header .st-Header_MainNav_Inner {
		width: 90%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.st-Header .st-Header_MainNav_Item {
	line-height: 1;
}

@media (min-width: 768px) {
	.st-Header .st-Header_MainNav_Item {
		width: 48%;
	}
}

.st-Header .st-Header_MainNav_Item .sp-b {
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 700;
}

@media (min-width: 768px) {
	.st-Header .st-Header_MainNav_Item .sp-b {
		font-size: 2rem;
		margin-bottom: 30px;
		margin-top: 17px;
	}
}

@media (max-width: 767px) {
	.st-Header .st-Header_MainNav {
		margin-bottom: 20px;
	}
	.st-Header .st-Header_MainNav_Item .sp-b.sp-nb {
		margin-top: 0px;
	}
}

.st-Header .st-Header_MainNav li:not(:last-child) {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.st-Header .st-Header_MainNav li:not(:last-child) {
		margin-bottom: 30px;
	}
}

.st-Header .st-Header_MainNav li a {
	display: block;
	padding: 0 0 5px;
	font-size: 1.4rem;
	border-bottom: 1px solid #ad9672;
	position: relative;
	color: #ad9672;
}

@media (min-width: 768px) {
	.st-Header .st-Header_MainNav li a {
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
}

.st-Header .st-Header_MainNav li a::after {
	content: '';
	background: url(../img/common/yajirushi_gold.svg) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 13px;
}

@media (min-width: 768px) {
	.st-Header .st-Header_MainNav li a::after {
		top: 3px;
	}
}

.st-Header .st-Header_subNav {
	margin-top: 25px;
	width: 100%;
}

@media (min-width: 768px) {
	.st-Header .st-Header_subNav {
		margin-top: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.st-Header .st-Header_subNav li {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.st-Header .st-Header_subNav li {
		width: calc((100% - 40px) / 4);
		margin-bottom: 0;
	}
}

.st-Header .st-Header_subNav li a {
	width: 100%;
}

.st-Header .menu-trigger {
	position: relative;
	cursor: pointer;
	z-index: 999;
	width: 30px;
	height: 12px;
}

@media (min-width: 768px) {
	.st-Header .menu-trigger {
		width: 40px;
		height: 16px;
	}
}

.st-Header .menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ad9672;
}

.st-Header .menu-trigger span:nth-of-type(1) {
	top: 0;
}

.st-Header .menu-trigger span:nth-of-type(2) {
	bottom: 0;
}

.st-Header .menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.st-Header .menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-13px) rotate(45deg);
	-ms-transform: translateY(-13px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
	bottom: -13px;
}

@media (min-width: 768px) {
	.st-Header .menu-trigger.active span:nth-of-type(2) {
		bottom: -9px;
	}
}

.st-Header.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
	.st-Header.fixed {
		height: 100px;
	}
}

.st-Header.fixed .st-Header_Logo {
	margin-top: 0;
	display: block;
}

/*************************************
* Footer
*************************************/
.st-Footer {
	background: #ad9672;
	font-weight: 500;
	color: #fff;
	position: relative;
}

.st-Footer .st-Container_Inner {
	padding: 100px 0 30px;
	position: relative;
}

@media (min-width: 768px) {
	.st-Footer .st-Container_Inner {
		padding: 100px 0 65px;
	}
}

.st-Footer a {
	color: #fff;
}

.st-Footer_Logo {
	text-align: center;
}

@media (max-width: 767px) {
	.st-Footer_Logo {
		margin-bottom: 75px;
	}
}

.st-Footer_Logo img {
	height: 23px;
}

@media (min-width: 768px) {
	.st-Footer_Logo img {
		height: 40px;
	}
}

.st-Footer_Nav_Wrap {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 35px 0 15px;
	margin: 85px 0 100px;
}

@media (min-width: 768px) {
	.st-Footer_Nav_Wrap {
		display: flex;
		justify-content: space-evenly;
	}
}

.st-Footer_Nav_Title {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}

.st-Footer_Nav {
	line-height: 1;
}

.st-Footer_Nav>li:not(:last-child) {
	margin-bottom: 20px;
}

.st-Footer_Nav>li>a {
	position: relative;
	font-weight: bold;
}

.st-Footer_Nav>li>a::after {
	content: '';
	display: inline-block;
	background: url(../img/common/yajirushi_white.svg) center center no-repeat;
	width: 9px;
	height: 10px;
	margin-left: 0.5em;
}

.st-Footer_Nav-child {
	font-size: 1.2rem;
	margin: 15px 0 20px;
}

.st-Footer_Nav-child li:not(:last-child) {
	margin-bottom: 10px;
}

.st-Copyright {
	text-align: center;
}

@media (min-width: 768px) {
	.st-Copyright {
		font-size: 1.2rem;
	}
}

#page-top {
	z-index: 1;
	position: fixed;
	bottom: 70px;
	right: 40px;
	text-decoration: none;
	width: 48px;
	height: 48px;
	background: #2c2c2c;
	opacity: .8;
}
a#page-top:hover {
	opacity: .8;
}

@media (max-width: 480px) {
	#page-top {
		bottom: 20px;
		right: 20px;
		width: 35px;
		height: 35px;
	}

	.st-Footer_Nav_Wrap {
		border-top: 0;
		border-bottom: 0;
		padding: 0;
		margin: 35px 0 50px;
	}

	ul.st-Footer_Nav {
		display: flex;
    	justify-content: space-around;
	}
}


/*************************************
* 見出し
*************************************/
.st-Title {
	text-align: center;
	line-height: 1;
	font-weight: 500;
}

.st-Title img {
	display: block;
	margin: 0 auto 25px;
	max-height: 74px;
	height: 35px;
}

@media (min-width: 768px) {
	.st-Title img {
		height: 100%;
		margin-bottom: 30px;
	}
}

.st-Title span {
	font-size: 1.8rem;
}

@media (min-width: 768px) {
	.st-Title span {
		font-size: 2.8rem;
	}
}

.st-H1Title_Wrap {
	position: relative;
	padding-top: 133%;
	height: 0;
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.st-H1Title_Wrap {
		padding-top: 33%;
		margin-bottom: 40px;
	}
}

.breadcrumb {
	font-size: 1.2rem;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.breadcrumb br {
	display: none !important;
}

.st-H1Title_MainVisual {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.st-H1Title_MainVisual img {
	margin: 0 auto;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.st-H1Title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 90%;
}

.st-H1Title img {
	display: block;
	margin: 0 auto 25px;
	max-height: 74px;
	height: 35px;
}

@media (min-width: 768px) {
	.st-H1Title img {
		height: 100%;
		margin-bottom: 30px;
	}
}

.st-H1Title span {
	font-size: 1.8rem;
}

@media (min-width: 768px) {
	.st-H1Title span {
		font-size: 2.8rem;
	}
}

.st-H2Title {
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.st-H2Title {
		margin-bottom: 40px;
	}
}

.st-H2Title_02 {
	color: #ad9672;
	margin-bottom: 45px;
	font-size: 3rem;
	line-height: 1.2;
}

@media (max-width: 767px) {
	.st-H2Title_02 {
		line-height: 1.5;
		font-size: 2.5rem;
	}
}

@media (min-width: 768px) {
	.st-H2Title_02 {
		margin-bottom: 70px;
	}
}

.st-H2Title_03 {
	color: #ad9672;
	margin-bottom: 45px;
	font-size: 3rem;
	text-align: center;
	border-bottom: 1px solid #ad9672;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
	.st-H2Title_03 {
		margin-left: -6%;
		margin-right: -6%;
	}
}

@media (min-width: 768px) {
	.st-H2Title_03 {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
}

.st-H3Title {
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 25px;
	color: #ad9672;
	line-height: 1.6;
	font-weight: 500;
}

@media (min-width: 768px) {
	.st-H3Title {
		font-size: 2rem;
		margin: 0 0 25px;
	}
}

.st-H3Title_02 {
	font-size: 1.8rem;
	color: #ad9672;
	line-height: 1.6;
	font-weight: 500;
	border-bottom: 1px solid #ad9672;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	.st-H3Title_02 {
		font-size: 2rem;
		padding-bottom: 15px;
		margin: 0 0 30px;
	}
}

@media (max-width: 767px) {
	.st-H3Title_02 {
		margin: 0 -5.5% 30px;
		padding-left: 5%;
		padding-right: 5%;
	}
}

.st-H3Title_03 {
	font-size: 2.4rem;
	margin: 0 0 25px;
	color: #ad9672;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.st-H3Title_03 {
		font-size: 2.4rem;
		margin: 0 0 25px;
	}
}

.title-left {
	text-align: left;
}

.title-left img {
	margin-left: 0;
	margin-right: 0;
}

.title-gold {
	color: #ad9672;
}

.title-white, .title-white a {
	color: #fff;
}

.title-center {
	text-align: center;
}

/*************************************
* 共通
*************************************/
.sp-view {
	display: none !important;
}

@media (max-width: 767px) {
	.pc-view {
		display: none !important;
	}

	.sp-view {
		display: block !important;
	}
}

.align-Center {
	text-align: center;
}

@media (max-width: 767px) {
	.sp-pt0 {
		padding-top: 0 !important;
	}
}

.img-Zoom div {
	overflow: hidden;
	position: relative;
}

.img-Zoom img {
	transition-duration: 0.3s;
}

.img-Zoom:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.button_List {
	margin: 0 auto;
	width: 52%;
	flex-wrap: wrap;
}

@media (min-width: 768px) {
	.button_List {
		display: flex;
		width: -moz-fit-content;
		width: fit-content;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.button_List {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.button_List li {
		width: 48%;
	}
}

.button_List li {
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.button_List li {
		margin-bottom: 0;
		width: calc((100% - 80px) / 5);
		min-width: 200px;
		margin-top: 10px;
	}

	.button_List li:not(:nth-child(5n)) {
		margin-right: 20px;
	}
	.button_List li:nth-child(1),
	.button_List li:nth-child(2),
	.button_List li:nth-child(3),
	.button_List li:nth-child(4),
	.button_List li:nth-child(5) {
		margin-top: 0px;
	}
}

.button_List li a {
	width: 100%;
}

@media (max-width: 767px) {
	.button_List li a {
		font-size: 1.2rem;
	}
}

.button_List.col5 {
	width: 100%;
}

@media (min-width: 768px) {
	.button_List.col5 {
		margin-bottom: 20px;
	}
	.button_List.col5 li {
		width: calc((100% - 80px) / 5);
	}

	.button_List.col5 li:nth-child(5n) {
		margin-right: 0;
	}
}

.button-Wrap {
	margin-top: 80px;
	position: relative;
	z-index: 0;
	text-align: center;
}

@media (max-width: 767px) {
	.button-Wrap {
		margin-top: 30px;
	}
}

.button-01 {
	text-align: left;
	border-radius: 50px;
	border-width: 1px;
	border-style: solid;
	min-width: 150px;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	position: relative;
	padding: 0 25px 0 20px;
	width: -moz-fit-content;
	width: fit-content;
}

.button-03 {
	text-align: left;
	border-radius: 50px;
	border-width: 1px;
	border-style: solid;
	min-width: 150px;
	display: block;
	margin: 0 auto;
	line-height: 30px;
	position: relative;
	padding: 0 25px 0 20px;
	width: -moz-fit-content;
	width: fit-content;
	border-color: #ad9672;
	color: #ad9672;
}

@media (min-width: 768px) {
	.button-01 {
		line-height: 36px;
	}

	.button-03 {
		line-height: 36px;
	}
}

.button-01::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 13px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.button-01::after {
		width: 13px;
		height: 14px;
	}
}

.button-01:hover, .button-01.on {
	border-color: #ad9672;
	color: #fff;
	background: #ad9672;
	opacity: 1;
}

.button-03:hover {
	border-color: #ad9672;
	color: #fff;
	background: #ad9672;
	opacity: 1;
}

.button-03:hover span {
	background-color: #fff;
	color: #ad9672 !important;
}

.button-01:hover::after, .button-01.on::after {
	background-image: url("../img/common/yajirushi_white.svg");
}

.button-01-left {
	margin: 0;
}

.button-01-black {
	border-color: #000;
}

.button-01-black::after {
	background-image: url("../img/common/yajirushi_black.svg");
}

.button-01-gold {
	border-color: #ad9672;
	color: #ad9672;
}

.button-01-gold::after {
	background-image: url("../img/common/yajirushi_gold.svg");
}

.button-01-gold.button-out::after {
	background-image: url("../img/common/gaibu_off.svg");
}

.button-01-white {
	border-color: #fff;
	color: #fff;
}

.button-01-white::after {
	background-image: url("../img/common/yajirushi_white.svg");
	transition: all .3s ease;
}

.button-01.button-out:hover::after, .button-01.on.button-out::after {
	background-image: url("../img/common/gaibu_on.svg");
	transition: all .3s ease;
}

@media (max-width: 767px) {
	.button-01-sub {
		border: none;
		padding: 0;
		line-height: 1;
	}

	.button-01-sub::after {
		content: '';
		position: static;
		display: inline-block;
		margin-left: 0.5em;
	}
}

.button-02 {
	text-align: center;
	background: #1e5a3c;
	color: #fff;
	max-width: 400px;
	width: 85%;
	display: block;
	margin: 0 auto;
	line-height: 40px;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.button-02 {
		line-height: 50px;
		font-size: 2rem;
	}
}

@media (min-width: 768px) {
	.lst-Point li {
		display: inline-block;
		margin-right: 1em;
	}
}

.lst-Point li::before {
	content: '・';
	color: #ad9672;
	display: inline-block;
}

@media (min-width: 768px) {
	.lst-Menu {
		display: flex;
		flex-wrap: wrap;
	}
}

.lst-Menu li {
	margin-bottom: 50px;
    position: relative;
    padding-bottom: 75px;
}

.lst-Menu li .button-01 {
	position: absolute;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
}

@media (min-width: 768px) {
	.lst-Menu li {
		width: calc((100% - 60px) / 3);
		margin-right: 30px;
	}

	.lst-Menu li:nth-child(3n+3) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.lst-Menu:last-of-type li:last-child {
		margin-bottom: 0;
	}
}

.lst-Menu.col2 {
	justify-content: space-between;
}

@media (min-width: 768px) {
	.lst-Menu.col2 li {
		margin-right: 0;
		width: calc((100% - 40px) / 2);
	}
}

.lst-Menu.col1 {
	justify-content: space-between;
}

@media (min-width: 768px) {
	.lst-Menu.col1 li {
		margin-right: 0;
		width: 100%;
	}
}

.lst-Menu h3 {
	margin-bottom: 25px;
	font-size: 2rem;
	color: #ad9672;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.lst-Menu h3 {
		margin-bottom: 25px;
		font-size: 2.3rem;
		flex: 1;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.lst-Menu p {
		flex: 2;
	}
}

.lst-Menu .button-01 {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.lst-Menu .button-01 {
		min-width: 250px;
	}
}

/*************************************
* TOP
*************************************/
.tp-Hero {
	background: url("../img/index/mv_pc.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 1;
	height: 100%;
	position: relative;
}

.tp-Hero_Text {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tp-Hero_Text-01 {
	width: 100%;
	max-width: 83%;
}

.tp-Section {
	min-height: 173vw;
	padding: 50px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.tp-Section {
		min-height: 100vh;
	}
}

.tp-Section_Inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.tp-Section_Text {
	max-width: 420px;
	display: inline-block;
	text-align: left;
}

.tp-Section_Text-gold {
	color: #ad9672;
}

.tp-Section_Text-white {
	color: #fff;
}

.tp-Contents_Wrap {
	padding: 0 43% 0 0%;
}

@media (min-width: 768px) {
	.tp-Contents_Wrap {
		padding: 0 50% 0 6%;
	}
}

.tp-Contents_Wrap-right {
	padding: 0 0 0 43%;
}

@media (min-width: 768px) {
	.tp-Contents_Wrap-right {
		padding: 0 6% 0 50%;
	}
}

.tp-News .tp-Section_Inner {
	max-width: 900px;
	margin: 0 auto;
}

.tp-News_List {
	margin-bottom: 45px;
}

@media (min-width: 768px) {
	.tp-News_List {
		margin-bottom: 80px;
	}
}

.tp-News_List li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	display: flex;
}

.tp-News_List_Date {
	margin-right: 15px;
}

@media (min-width: 768px) {
	.tp-News_List_Date {
		margin-right: 45px;
	}
}

.tp-About {
	background: url("../img/index/about_sp.jpg") center center no-repeat;
	background-size: cover;
	text-align: center;
}

@media (min-width: 768px) {
	.tp-About {
		background: url("../img/index/about_pc.jpg") center center no-repeat;
		background-size: cover;
	}
}

.tp-About .tp-Section_Text {
	margin-bottom: 35px;
	text-align: center;
	width: 66%;
}

@media (min-width: 768px) {
	.tp-About .tp-Section_Text {
		margin-bottom: 45px;
		width: 100%;
		text-align: center;
	}
}

.tp-About .button_List {
	margin: 0 auto;
}

@media (max-width: 767px) {
	.tp-About .button_List {
		width: 52%;
	}
}

@media (max-width: 767px) {
	.tp-About .button_List li {
		width: 100%;
	}
}

.tp-Menu {
	color: #ad9672;
	background: url("../img/index/menu_sp_1029.jpg") center center no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.tp-Menu {
		background: url("../img/index/menu_pc_1029.jpg") center center no-repeat;
		background-size: cover;
	}
}

.tp-Menu a {
	color: #ad9672;
}

@media (min-width: 768px) {
	.tp-Menu_Wrap {
		padding: 0 7% 0 50%;
	}
}

.tp-Menu_Nav {
	max-width: 520px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.tp-Menu_Nav {
		margin-top: 45px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.tp-Menu_Nav>li {
	position: relative;
}

@media (min-width: 768px) {
	.tp-Menu_Nav>li {
		width: 48%;
		display: flex;
		flex-direction: column;
	}
}

.tp-Menu_Nav>li:not(:last-child) {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.tp-Menu_Nav>li:not(:last-child) {
		margin-bottom: 15px;
	}
}

.tp-Menu_Nav .button-01 {
	width: 100%;
	font-size: 12px;
	padding: 0 25px 0 10px;
}

.tp-Menu_Nav .button-03 {
	width: 100%;
	font-size: 12px;
	padding: 0 25px 0 10px;
}

@media (min-width: 768px) {
	.tp-Menu_Nav .button-01 {
		font-size: 16px;
		padding: 0 25px 0 20px;
	}

	.tp-Menu_Nav .button-03 {
		font-size: 16px;
		padding: 0 25px 0 20px;
	}
}

.tp-Menu_Nav-child {
	flex-grow: 1;
	border-left: 1px solid #ad9672;
	line-height: 1;
	padding-left: 20px;
	margin: 25px 0 15px;
}

.tp-Menu_Nav-child li:not(:last-child) {
	margin-bottom: 20px;
}

.tp-Menu_Price_Link {
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
	top: 50%;
}

.tp-Menu_Price_Link span {
	display: inline-block;
	text-align: center;
	background: #ad9672;
	color: #fff !important;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 50px;
	font-size: 1rem;
}

@media (min-width: 768px) {
	.tp-Menu_Price_Link span {
		line-height: 24px;
		padding: 0 10px;
		border-radius: 50px;
		font-size: 1.2rem;
	}
}

.tp-Cases {
	background: url("../img/index/cases_sp_1029.jpg") right center no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.tp-Cases {
		background: url("../img/index/cases_pc_1029.jpg") center center no-repeat;
		background-size: cover;
	}
}

.tp-Cases .tp-Section_Text {
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.tp-Cases .tp-Section_Text {
		margin-bottom: 45px;
	}
}

.tp-Dr {
	background: url("../img/index/doctor_sp.jpg") center center no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.tp-Dr {
		background: url("../img/index/doctor_pc.jpg") center center no-repeat;
		background-size: cover;
	}
}

.tp-Dr .tp-Section_Text {
	margin-bottom: 35px;
}

@media (min-width: 768px) {
	.tp-Dr .tp-Section_Text {
		margin-bottom: 45px;
	}
}

.tp-Society {
	text-align: center;
	background: url("../img/index/society_sp.jpg") center center no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.tp-Society {
		background: url("../img/index/society_pc.jpg") center center no-repeat;
		background-size: cover;
	}
}

.tp-Society .tp-Section_Text {
	margin-bottom: 35px;
	text-align: center;
	width: 72%;
}

@media (min-width: 768px) {
	.tp-Society .tp-Section_Text {
		margin-bottom: 45px;
		width: 100%;
		text-align: center;
	}
}

.tp-Price {
	text-align: center;
	background: #f7f4f1;
}

.tp-Price .tp-Section_Text {
	margin-bottom: 35px;
	text-align: center;
	width: 66%;
}

@media (min-width: 768px) {
	.tp-Price .tp-Section_Text {
		margin-bottom: 45px;
		width: 100%;
		text-align: left;
	}
}

.tp-Price .button-02 {
	margin-top: 40px;
}

@media (min-width: 768px) {
	.tp-Price .button-02 {
		margin-top: 65px;
	}
}

.tp-Access {
	position: relative;
}

@media (max-width: 767px) {
	.tp-Access {
		display: block;
		padding-bottom: 0%;
		text-align: center;
	}

	.tp-Access .tp-Section_Inner {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tp-Access .tp-Contents_Wrap {
		padding: 0;
		width: 90%;
	}

	.tp-Access .title-left {
		text-align: center;
	}

	.tp-Access .title-left img {
		margin: 0 auto 30px;
	}
}

.tp-Access .tp-Section_Text {
	text-align: center;
	width: 66%;
}

@media (min-width: 768px) {
	.tp-Access .tp-Section_Text {
		margin-bottom: 0;
		width: 100%;
		text-align: left;
	}
}

.tp-Access iframe {
	position: absolute;
}

@media (max-width: 767px) {
	.tp-Access iframe {
		position: static;
		width: 100%;
		margin-top: 50px;
	}
}

@media (min-width: 768px) {
	.tp-Access iframe {
		width: 50%;
		height: 100%;
		right: 0;
		top: 0;
	}
}

/*************************************
* Page
*************************************/
#page .button_List {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	#page .button_List {
		margin-bottom: 100px;
	}
}

#page .button_ReadMore {
	margin-top: 45px;
}

@media (min-width: 768px) {
	#page .button_ReadMore {
		margin-top: 70px;
	}
}

@media (min-width: 768px) {
	#page .button_ReadMore a {
		width: 420px;
	}
}

/*リッツ美容外科について*/
.concept-Title_Wrap {
	border-top: 1px solid #ad9672;
	border-bottom: 1px solid #ad9672;
	padding: 40px 5%;
	margin: 80px 0 50px;
}

@media (min-width: 768px) {
	.concept-Title_Wrap {
		padding: 55px 5%;
		margin: 90px 0 70px;
	}
}

.concept-Title_Wrap h2 {
	margin-bottom: 0;
}

.concept-Text {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px !important;
}

@media (min-width: 768px) {
	.concept-Text {
		padding-bottom: 70px;
		margin-bottom: 70px !important;
	}
}

.concept-Text::after {
	content: '';
	position: absolute;
	background: #000;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 1px;
}

/*施術一覧*/
.menu-Section .lst-BeforeAfter {
	margin: 45px 0 0;
}

@media (min-width: 768px) {
	.menu-Section .lst-BeforeAfter {
		margin: 60px 0 0;
	}
}

@media (max-width: 767px) {
	.menu-List {
		margin: 0 -6%;
	}
}

@media (min-width: 768px) {
	.menu-List {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media (min-width: 768px) {
	.menu-List li {
		width: calc((100% - 6px) /2);
		margin-bottom: 6px;
	}
}

.menu-List li a {
	display: block;
}

.menu-List li p {
	background: #ad9672;
	color: #fff;
	line-height: 60px;
	padding: 0 50px 0 5%;
	position: relative;
}

@media (min-width: 768px) {
	.menu-List li p {
		line-height: 80px;
		padding: 0 55px 0 40px;
	}
}

.menu-List li p::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	background-image: url(../img/menu/page_link.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (min-width: 768px) {
	.menu-List li p::after {
		right: 20px;
		width: 20px;
		height: 20px;
	}
}

.menu-MainImage {
	margin: 0 -6% 20px;
	text-align: center;
}

@media (min-width: 768px) {
	.menu-MainImage {
		margin: 0 0 40px;
	}
}

@media (min-width: 768px) {
	.menu-MainImage.small img {
		max-width: 800px;
	}
}

.menu-Point {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.menu-Point {
		margin-bottom: 40px;
	}
}

.menu-Point h3 {
	color: #ad9672;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.menu-Point h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

.menu-Point .lst-Point {
	margin: 0 -6%;
	border-top: 1px solid #ad9672;
	border-bottom: 1px solid #ad9672;
	padding: 20px 5%;
}

@media (min-width: 768px) {
	.menu-Point .lst-Point {
		margin: 0;
		padding: 20px 0;
	}
}

@media (min-width: 768px) {
	.lst-BeforeAfter {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.lst-BeforeAfter li {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

@media (max-width: 767px) {
	.lst-BeforeAfter li:not(:last-child) {
		margin-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.lst-BeforeAfter li {
		width: calc((100% - 40px) /2);
	}
}

.lst-BeforeAfter li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 13px;
	background-image: url(../img/common/yajirushi_gold.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lst-BeforeAfter li>div {
	width: calc((100% - 35px) /2);
}

@media (min-width: 768px) {
	.lst-BeforeAfter li>div {
		width: calc((100% - 40px) /2);
	}
}

@media (min-width: 768px) {
	.lst-BeforeAfter.col1 {
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.lst-BeforeAfter.col1 li {
		width: 100%;
		max-width: 1000px;
		margin: auto;
	}
}

/*症例*/
.cases-MainImage {
	margin-bottom: 75px;
}

.slide-BA .slick-prev, .slide-BA .slick-next {
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.slide-BA .slick-prev::before, .slide-BA .slick-next::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

.slide-BA .slick-prev {
	left: 0;
}

@media (min-width: 768px) {
	.slide-BA .slick-prev {
		left: -32px;
	}
}

.slide-BA .slick-prev::before {
	background: url("../img/cases/button_left_gold.svg") center center no-repeat;
	background-size: cover;
}

.slide-BA .slick-next {
	right: 0;
}

@media (min-width: 768px) {
	.slide-BA .slick-next {
		right: -32px;
	}
}

.slide-BA .slick-next::before {
	background: url("../img/cases/button_right_gold.svg") center center no-repeat;
	background-size: cover;
}

.lst-BA_Slide {
	max-width: 1135px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.lst-BA_Slide {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.lst-BA_Slide li {
	padding: 0 25px;
}

.lst-BA_Slide li>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.lst-BA_Slide li>div::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 13px;
	background-image: url(../img/common/yajirushi_gold.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lst-BA_Slide li>div>div {
	width: calc((100% - 35px) /2);
}

@media (min-width: 768px) {
	.lst-BA_Slide li>div>div {
		width: calc((100% - 40px) /2);
	}
}

.lst-BA_Slide li p {
	margin-top: 1em;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	.lst-BA_Slide_large {
		padding: 0 100px;
	}
}

.lst-BA_Slide_large li {
	width: 100%;
}

.lst-BA_Slide_large li>* {
	width: 100% !important;
}

.lst-BA_Slide_large li .baImage {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.lst-BA_Slide_large li .baImage::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 32px;
	background-image: url(../img/common/yajirushi_white.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lst-BA_Slide_large li .baImage>div {
	width: calc((100% - 60px) /2);
}

.lst-BA_Slide_large li .baImage>div p {
	font-size: 2rem;
	text-align: center;
	margin-top: 1em;
}

.lst-BA_Slide_large li .baText {
	margin-top: 40px;
}

.lst-BA_Slide_large li::after {
	display: none;
}

.lst-BA_Slide_large .slick-prev, .lst-BA_Slide_large .slick-next {
	width: 40px;
	height: 40px;
}

.lst-BA_Slide_large .slick-prev {
	left: 0;
}

.lst-BA_Slide_large .slick-prev::before {
	background: url("../img/cases/button_left_white.svg") center center no-repeat;
	background-size: cover;
}

.lst-BA_Slide_large .slick-next {
	right: 0;
}

.lst-BA_Slide_large .slick-next::before {
	background: url("../img/cases/button_right_white.svg") center center no-repeat;
	background-size: cover;
}

.case-Other {
	padding-top: 45px !important;
}

@media (min-width: 768px) {
	.case-Other {
		padding-top: 70px !important;
	}
}

.case-Other .lst-BeforeAfter_Wrap:first-of-type {
	margin-bottom: 45px;
}
/* cases add */
.case_button {
	cursor: pointer;
}
li.on .button-01 {
	border-color: #ad9672;
	color: #fff;
	background: #ad9672;
	opacity: 1;
}
li.on .button-01::after {
	background-image: url("../img/common/yajirushi_white.svg");
}
.sld .slick-prev, .sld .slick-next {
	width: 20px;
	height: 20px;
}
.sld .slick-prev::before, .sld .slick-next::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	width: 20px;
	height: 20px;
}
@media (min-width: 768px) {
	.sld .slick-prev, .sld .slick-next {
		width: 40px;
		height: 40px;
	}
	.sld .slick-prev::before, .sld .slick-next::before {
		width: 40px;
		height: 40px;
	}
}

.sld .slick-prev {
	left: 10%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.sld .slick-prev {
		left: 20%;
		transform: translateY(-50%);
		top: 50%;
	}
}

.sld .slick-prev::before {
	background: url("../img/cases/button_left_gold.svg") center center no-repeat;
	background-size: cover;
}

.sld .slick-next {
	right: 10%;
	transform: translateX(50%);
}

@media (min-width: 768px) {
	.sld .slick-next {
		right: 20%;
		transform: translateY(-50%);
		top: 50%;
	}
}

.sld .slick-next::before {
	background: url("../img/cases/button_right_gold.svg") center center no-repeat;
	background-size: cover;
}

.sld .lst-BeforeAfter li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 9px;
	background-image: url(../img/common/yajirushi_gold.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
	.sld .lst-BeforeAfter li::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 30px;
		height: 32px;
		background-image: url(../img/common/yajirushi_gold.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.sld .lst-BeforeAfter li.only::after  {
	display: none;
}
.sld .lst-BeforeAfter li p {
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	line-height: 1;
}
@media (min-width: 768px) {
	.sld .lst-BeforeAfter li p {
		font-size: 16px;
		text-align: center;
		margin-top: 30px;
		line-height: 1;
	}
}
.sld ul.col1 {
	padding: 0 20%;
}
.sld ul.col1 li {
	width: 100%;
}
@media (min-width: 768px) {
	.sld ul.col1 {
		justify-content: center;
		padding: 0 75px;
	}
}
.sld .modal_btn {
	pointer-events: initial;
}
@media (min-width: 768px) {
	.sld .modal_btn {
		cursor: initial;
		pointer-events: none;
	}
}
.sld .lst-BeforeAfter li>div {
	width: calc((100% - 15px) /2);
}
@media (min-width: 768px) {
	.sld .lst-BeforeAfter li>div {
		width: calc((100% - 60px) /2);
	}
	.sld .lst-BeforeAfter li.only>div {
		width: 100%;
	}
}
.sld .lst-BeforeAfter li.only>div {
	width: 100%;
}
.lst-Point.case-lst li::before{
	display: none;
}
.lst-Point.case-lst li {
	display: inline-block;
	margin-right: 1.5em;
}
.lst-Point.case-lst li a {
	text-decoration: underline;
}
.lst-Point.case-lst li a.on {
	color: #ad9672;
}
#page .button_List.case-btn {
	margin-bottom: 15px;
}
.button_blk {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 90px;
}
.button_blk ul {
	padding: 20px 0;
}
.modal_box h2 {
	font-size: 16px;
	margin: 30px auto 40px;
	text-align: center;
	color: #ad9672;
}
.modal_box p {
	font-size: 16px;
    margin-top: 15px;
    text-align: left;
	color: #000;
}
img.modal_arrow {
    width: 27px;
    margin: auto;
	margin-top: 15px;
	margin-bottom: 20px;
    display: block;
    transform: rotate(90deg);
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */

.st-Header .st-Header_MainNav_Item.mainnav_1 {
	width: 74%;
	max-width: 740px;
}

.st-Header .st-Header_MainNav_Item.mainnav_2 {
	width: 24%;
	max-width: 240px;
}

.mainnav_1 ul.st-Header_MainNav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.st-Header .st-Header_MainNav_Item .nav_1 li {
	width: calc((100% - 40px) / 3);
}

.st-Header .st-Header_MainNav_Item .nav_1 li:not(:last-of-type) {
	margin-right: 20px;
}

.st-Header .st-Header_MainNav_Item .nav_2 li {
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
}

.st-Header .st-Header_MainNav_Item .nav_2 li:nth-child(3n) {
	margin-right: 0px;
}

@media (max-width: 767px) {
	.mainnav_1 ul.st-Header_MainNav {
		display: block;
	}

	.st-Header .st-Header_MainNav_Item.mainnav_1 {
		width: 100%;
	}

	.st-Header .st-Header_MainNav_Item .nav_1 li {
		width: 100%;
	}

	.st-Header .st-Header_MainNav_Item .nav_1 li:first-of-type {
		margin-right: 0px;
	}

	.st-Header .st-Header_MainNav_Item .nav_2 {
		margin: 0;
		width: 80%;
		height: 0px;
		overflow: hidden;
	}

	.st-Header .st-Header_MainNav_Item .nav_2 li {
		width: 100%;
		margin-right: 0px;
	}

	.st-Header .st-Header_MainNav_Item .nav_2 li a {
		border-bottom: 0;
	}

	.st-Header .st-Header_MainNav_Item.mainnav_2 {
		width: 100%;
		max-width: inherit;
	}

	.st-Header .st-Header_MainNav_Item .sp-b {
		position: relative;
		padding-bottom: 10px;
		border-bottom: 1px solid #ad9672;
	}

	.st-Header .st-Header_MainNav_Item .sp-b::after {
		content: "";
		position: absolute;
		background-image: url(../img/doctor/accordion_open.png);
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		width: 14px;
		height: 10px;
		top: 1px;
		right: 0px;
		z-index: 2;
	}

	.st-Header .st-Header_MainNav_Item .sp-b.on::after {
		transform: rotate(180deg);
	}

	.st-Header .st-Header_MainNav_Item .nav_2.on {
		margin: 20px auto;
		height: auto;
	}

	.st-Header .st-Header_MainNav_Inner {
		position: static;
		transform: translate(0);
		margin: 65px auto 0;
	}
}

.slick-slider .slick-track, .slick-slider .slick-list {
    display: flex;
}

#tmn {
	position: relative;
	top: -140px;
	z-index: 0;
} 
@media (max-width: 767px) {
	#tmn {
		top: -90px;
	} 
}

.rn_lt {
	display: flex;
    flex-wrap: wrap;
    width: 320px;
    flex-direction: column;
    height: 350px;
}
.st-Footer_Nav.rn_lt>li {
	width: 50%;
    height: 135px;
}
.st-Footer_Nav-child.re_lt_child {
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.st-Footer_Nav-child.re_lt_child.lt_e {
    height: 80px;
}
.st-Footer_Nav-child.re_lt_child.lt_n {
    height: 110px;
}

.tel-no {
	font-size: 36px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 10px auto;
}
.tel-no img {
	height: 28px;
}
.tel-no a:hover {
	opacity: .5;
}
@media (max-width: 767px) {
	.tel-no {
		font-size: 24px;
		text-align: center;
		justify-content: center;
	}
	.tel-no img {
		height: 20px;
	}
	.tp-Access .tp-Section_Text {
		width: 100%;
	}
	.tp-Access .button-01-left {
		margin: auto;
	}
}

.bnr_case {
	margin-top: 50px;
}
.yb_bn {
	margin-top: 20px;
}
.ytl {
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 36px;
	color: #ad9672;
}
.yti {
	height: 24px;
	margin-right: 10px;
}
.oli {
	width: 15px;
	margin-left: 10px;
}

.yt_m {
	width: 100%;
	margin: 0 auto 30px;
	max-width: 500px;
}
.yt_m iframe {
	width: 100%;
	height: 275px;
}

.button-gd {
	margin-right: 20px;
    margin-left: auto;
}
.button-gd a.button-01 {
	line-height: 30px;
    background: #1e5a3c;
    min-width: 175px;
	border: 0;
	color: #fff;
}
.button-gd .button-01-gold.button-out::after {
	background-image: url(../img/common/gaibu_on.svg);
}
.button-gd a.button-01::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 20px;
}
.button-gd a.button-01:hover:before {
	background: rgba(255, 255, 255, 0.3);
	transition: all .3s ease;
}


@media (max-width: 767px) {
	.button-gd {
		margin-right: auto;
		position: fixed;
		bottom: 20px;
		transform: translateX(-50%);
		left: 50%;
	}
	.button-gd a.button-01 {
		min-width: 200px;
		font-size: 14px;
	}
	.button-gd a.button-01::after {
		width: 13px;
	}

	.st-Footer .st-Container_Inner {
		padding: 100px 0 50px;
	}
}


.so_ad_link {
    display: inline-block;
    color: #fff;
    position: absolute;
    bottom: 140px;
    transform: translateX(-50%);
}
.so_ad_link .button-01 {
	border-color: #ad9672;
	background-color: #fff;
	color: #ad9672;
}
.so_ad_link .button-01::after {
	background-image: url(../img/common/yajirushi_gold.svg);
}
.so_ad_link .button-01:hover {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.so_ad_link .button-01:hover::after {
	background-image: url(../img/common/yajirushi_white.svg);
}

@media (max-width: 767px) {
	.so_ad_link {
		position: static;
		margin-top: 120px;
		transform: translateX(0%);
	}
}

.ptc-link {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
.ptc-link a {
	display: inline-block;
	text-decoration: underline;
	color: #ad9672;
	margin-bottom: 5px;
}

.modal-mv video {
	width: 100%;
}
.modal-mv .modal_box {
	overflow-y: inherit;
	background: rgba(0, 0, 0, .5);
}
.modal-mv .modal_box::after {
	display: none;
}
.modal-mv .modal_in {
	overflow-x: inherit;
	position: relative;
}
.modal-mv .modal_contents {
    max-width: 960px;
	width: 90%;
    display: flex;
    height: 100%;
    padding: 0;
    align-items: center;
    position: relative;
    transform: translateX(0);
    left: 0;
}
.sld.sld-mv .modal_btn {
	cursor: pointer;
}
@media (min-width: 768px) {
	.sld.sld-mv .modal_btn {
		pointer-events: inherit;
	}
	.modal-mv .modal_close {
		top: 0;
		right: -40px;
	}
}

.sld-link {
    position: relative;
    transform: translateY(-100px);
}
@media (max-width: 767px) {
    .sld-link {
        transform: translateY(-65px);
    }
}
