@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	color
------------------------------------------------------*/
:root {
  --text-color: #5C473A;
  --main-color: #A90777;
	--maindark-color: #7E0A5A;
}
/*-----------------------------------------------------
	Typography
------------------------------------------------------*/
em {
	font-weight: bold;
	font-style: normal;
}
address {
	font-style: normal;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
	word-wrap: break-word;
	color: var(--text-color);
}
body:not(.home) {
	background: #FFFCF7;
}
ul li {
	list-style-type: none;
}
ol li {
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}

/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: var(--text-color);
	transition: all .25s;
}
a > img {
	transition: all .25s;
}
a:hover > img, a:hover{
	opacity: 0.65;
}
a[href^="tel:"] {
  pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	haeder
------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  transition: .5s;
}
.header_logo {
  position: absolute;
  top: 24px;
  left: 40px;
	z-index: 1;
}
.header_logo img {
  width: 198px;
  height: auto;
}
body.is_float .header_logo {
  top: 20px;
}
body.is_float .header_logo img {
  width: 84px;
  height: auto;
}
.fixed_menu {
	gap: 12px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 10;
}
body.is_float .fixed_menu {
  top: auto;
	bottom: 16px;
}
.fixed_menu.hide {
  opacity: 0;
  pointer-events: none;
}
.fixed_tel {
	align-items: center;
	padding: 16px 16px;
	background: rgba(95,189,186,.78);
	border-left: 18px solid rgba(95,189,186,.78);
}
.fixed_tel_addres {
	padding-right: 24px;
	border-right: 1px solid #D9D9D9;
}
.fixed_tel_addres a {
	display: block;
	position: relative;
	padding-left: 31px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #fff;
}
.fixed_tel_addres a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 15px;
  height: 21px;
  background: url("../img/common/fixed_access_icon.svg") no-repeat center center;
  background-size: cover;
}
body.is_float .fixed_tel_addres {
  display: none;
}
.fixed_tel_in {
	padding-left: 24px;
}
body.is_float .fixed_tel_in {
  padding-left: 0;
}
.fixed_tel_in a {
	display: block;
	position: relative;
	padding-left: 48px;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}
.fixed_tel_in a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 32px;
  height: 33px;
  background: url("../img/common/fixed_tel_icon.svg") no-repeat center center;
  background-size: cover;
}
.fixed_tel_in a span {
	display: block;
	font-family: "Cormorant Infant", serif;
	font-size: 32px;
	line-height: 1.4;
}
.fixed_web {
	align-items: center;
	background: rgba(114,187,232,.78);
	border-left: 18px solid rgba(0,140,214,.78);
}
.fixed_web a {
	display: block;
	padding: 26.5px 16px 0;
	text-align: center;
}
.fixed_web a span {
	display: block;
	margin-top: 4px;
	font-family: "Noto Serif", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.fixed_instagram {
	align-items: center;
	background: rgba(250,193,0,.78);
	border-left: 18px solid rgba(214,137,0,.78);
}
.fixed_instagram a {
	display: block;
	padding: 28.5px 16px 0;
	text-align: center;
}
.fixed_instagram a span {
	display: block;
	margin-top: 4px;
	font-family: "Cormorant Infant", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.header_logo {
		left: 40px;
	}
	.header_logo img {
		width: 130px;
	}
	.fixed_menu {
		gap: 10px;
		top: 16px;
		right: 16px;
		max-width: calc(100% - 180px);
	}
	.fixed_tel {
		padding: 8px 12px;
		border-left: 12px solid rgba(95,189,186,.78);
	}
	.fixed_tel_addres {
		padding-right: 12px;
	}
	.fixed_tel_addres a {
		padding-left: 24px;
		font-size: 12px;
	}
	.fixed_tel_addres a::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 15px;
		height: 21px;
	}
	.fixed_tel_in {
		padding-left: 12px;
	}
	.fixed_tel_in a {
		padding-left: 32px;
		font-size: 14px;
	}
	.fixed_tel_in a::after {
		width: 22px;
		height: 22px;
	}
	.fixed_tel_in a span {
		font-size: 24px;
		line-height: 1.4;
	}
	.fixed_web {
		border-left: 12px solid rgba(0,140,214,.78);
	}
	.fixed_web a {
		padding: 14.5px 12px 0;
	}
	.fixed_web a span {
		font-size: 14px;
	}
	.fixed_instagram {
		border-left: 12px solid rgba(214,137,0,.78);
	}
	.fixed_instagram a {
		padding: 15.5px 12px 0;
	}
	.fixed_instagram a span {
		font-size: 14px;
	}
}
@media screen and (max-width: 880px) {
	.fixed_tel_addres {
		display: none;
	}
	.fixed_tel_in {
		padding-left: 0;
	}
}
@media screen and (max-width: 960px) {
	body.is_float .header_logo {
		left: 16px;
	}
}
@media screen and (max-width: 750px) {
	header {
		width: 100%;
	}
	.fixed_menu {
		display: none !important;
	}
	.header_logo {
		top: 12px;
		left: 16px;
	}
	body.is_float .header_logo {
		top: 12px;
		left: 16px;
	}
	.header_logo img {
		width: 83px;
		height: 50px;
	}
}


@media screen and (min-width: 751px) {
	.fat-nav, .fat-nav ul, .fat-nav__wrapper .header_logo, #sp-fixed-menu {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	/* SPメニュー */
  .hamburger {
    width: 64px;
    height: 64px;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10002;
    padding: 0;
    box-sizing: border-box;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 30.5px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 20px;
    height: 1px;
		position: absolute;
    top: 0;
		right: 22px;
    display: block;
    background-color: var(--main-color);
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
		width: 20px;
    top: -5px;
  }
  .hamburger__icon::after {
		width: 20px;
    top: 6px;
  }
  .hamburger.active {
    right: 0;
  }
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 20px;
    height: 1px;
  }
  .hamburger.active .hamburger__icon:before {
    transform: translateY(5px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .fat-nav__wrapper {
    position: relative;
    top: 0;
    left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    padding: 91.5px 40px 40px;
    background: #FFFCF6;
    background-size: cover;
  }
  .fat-nav .header_logo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
		z-index: 10;
    width: 100%;
		height: 80px !important;
		background: #FFFCF6;
  }
  .fat-nav .header_logo a {
    display: block;
    padding: 12px 16px;
  }
  .fat-nav .header_logo a:hover {
    opacity: 1;
  }
  .fat-nav li a {
    display: block;
    position: relative;
    padding: 12.5px 30px 12.5px 0;
		font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: var(--text-color);
  }
	.fat-nav li a span {
		display: block;
		font-family: "Cormorant Infant", serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #AE8B73;
  }
  .fat-nav li a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 7px;
    background: url("../img/common/menu_arrow.svg") no-repeat center center;
    background-size: cover;
  }
  .aco {
    cursor: pointer;
    position: relative;
    z-index: 1;
  }
	.aco a {
    width: calc(100% - 30px);
  }
  .aco a::before {
    right: 25px !important;
  }
  .aco::after {
    content: "＋" !important;
    display: block;
    position: absolute;
    top: 50%;
    right: -3px;
    z-index: 1;
    transform: translateY(-50%);
    padding-left: 0;
    background: none !important;
    width: auto !important;
    height: auto !important;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
  }
  .aco::before {
    content: "" !important;
    display: block;
    position: absolute;
    top: 50%;
    right: 31px;
    z-index: 1;
    transform: translateY(-50%);
    background: var(--text-color) !important;
    width: 1px !important;
    height: 28px !important;
  }
  .aco.is-active::after {
    content: "－" !important;
  }
  .fat-nav_menu_list {
    height: 0;
    overflow: hidden;
  }
  .aco.is-active + .fat-nav_menu_list {
    height: auto;
  }
  .fat-nav_menu_list li {
    margin-bottom: 10px;
		margin-left: 16px;
  }
  .fat-nav_menu_list li a {
    display: block;
		position: relative;
    padding: 10px 30px 10px 50px;
    font-size: 14px;
  }
	.fat-nav_menu_list li a::before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		background: url("../img/common/mega_icon_01.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(2)::before {
		background: url("../img/common/mega_icon_02.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(3)::before {
		background: url("../img/common/mega_icon_03.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(4)::before {
		background: url("../img/common/mega_icon_04.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(5)::before {
		background: url("../img/common/mega_icon_05.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(6)::before {
		background: url("../img/common/mega_icon_06.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(7)::before {
		background: url("../img/common/mega_icon_07.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(8)::before {
		background: url("../img/common/mega_icon_08.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(9)::before {
		background: url("../img/common/mega_icon_09.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(10)::before {
		background: url("../img/common/mega_icon_010.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(11)::before {
		background: url("../img/common/mega_icon_011.svg") no-repeat center center;
		background-size: cover;
	}
	.fat-nav_menu_list li a:nth-of-type(12)::before {
		background: url("../img/common/mega_icon_012.svg") no-repeat center center;
		background-size: cover;
	}
	.menu_bottom {
		width: 295px;
		max-width: 100%;
		margin: 24px auto 0;
	}
	.menu_bottom .fixed_tel_in {
		margin-bottom: 8px;
		padding-left: 24px;
		background: rgba(95,189,186,.78);
		border-left: 12px solid rgba(95,189,186,.78);
	}
	body.is_float .menu_bottom .fixed_tel_in {
		padding-left: 24px;
	}
	.menu_bottom .fixed_tel_in a {
		display: inline-block;
		padding: 16px 16px 16px 36px;
		font-size: 14px;
		line-height: 2;
		letter-spacing: 0.1em;
	}
	.menu_bottom .fixed_tel_in a::after {
		top: auto;
		bottom: 24px;
		transform: translateY(0);
		width: 24px;
		height: 24px;
	}
	.menu_bottom .fixed_tel_in a span {
		font-size: 28px;
	}
	.menu_bottom .fixed_web {
		margin-bottom: 8px;
		border-left: 12px solid rgba(0,140,214,.78);
	}
	.menu_bottom .fixed_web a {
		padding: 14.7px 16px;
	}
	.menu_bottom .fixed_web a span {
		font-size: 24px;
	}
	.menu_bottom .fixed_instagram {
		border-left: 12px solid rgba(214,137,0,.78);
	}
	.menu_bottom .fixed_instagram a {
		padding: 17.6px 16px;
	}
	.menu_bottom .fixed_instagram a span {
		font-size: 28px;
	}
	
	#sp-fixed-menu {
		display: none;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		opacity: 0;
		transition: opacity 0.5s ease;
		width: 100%;
	}
	#sp-fixed-menu.show {
		display: block;
		opacity: 1;
	}
	#sp-fixed-menu ul {
	}
	#sp-fixed-menu ul li {
		width: 33.3333333%;
		text-align: center;
	}
	#sp-fixed-menu ul li:nth-of-type(1) {
		background: rgba(95,189,186,.78);
		border-left: 8px solid rgba(95,189,186,.78);
	}
	#sp-fixed-menu ul li:nth-of-type(2) {
		background: rgba(114,187,232,.78);
		border-left: 8px solid rgba(0,140,214,.78);
	}
	#sp-fixed-menu ul li:nth-of-type(3) {
		background: rgba(250,193,0,.78);
		border-left: 8px solid rgba(214,137,0,.78);
	}
	#sp-fixed-menu ul li a {
		display: block;
		padding-top: 10px;
		text-align: center;
	}
	#sp-fixed-menu ul li a span {
		display: block;
		font-weight: 600;
    color: #fff;
	}
	#sp-fixed-menu ul li:nth-of-type(1) a span {
		font-family: "Cormorant Infant", serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.05em;
	}
	#sp-fixed-menu ul li:nth-of-type(2) a span {
		font-family: "Noto Serif", serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
	}
	#sp-fixed-menu ul li:nth-of-type(3) a span {
		font-family: "Cormorant Infant", serif;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0.1em;
	}
	#sp-fixed-menu ul li img {
		width: 16px;
		height: 16px;
	}
}

/* header_nav */
.header_nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
body:not(.home) .header_nav {
  display: none;
}
.header_nav ul.flex {
  align-items: center;
	justify-content: center;
	gap: 36px 72px;
}
.header_nav ul.flex li {
	padding-top: 66px;
  text-align: center;
}
.header_nav ul.flex li a {
  position: relative;
	font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: var(--text-color);
}
.header_nav ul.flex li a span {
	display: block;
	font-family: "Cormorant Infant", serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #AE8B73;
}
.header_nav ul.flex li a .nav_icon {
  display: block;
	position: absolute;
	top: -66px;
	left: 0;
	width: 100%;
	text-align: center;
}

body:not(.home).is_float .header_nav {
  display: block;
	opacity: 1 !important;
}
body.is_float .header_nav {
	position: fixed;
	background: #FBF5EB;
}
body.is_float .header_nav ul.flex {
	gap: 40px;
}
body.is_float .header_nav ul.flex li {
	padding-top: 25px;
	padding-bottom: 23px;
}
body.is_float .header_nav ul.flex li a {
  font-size: 14px;
}
body.is_float .header_nav ul.flex li a .nav_icon {
  display: none;
}
/* メガメニュー */
.header_nav ul.flex li.has-child > ul.mega-panel {
  display: block;
  position: fixed;
  top: 96px;
  left: 50%;
	z-index: 10;
  transform: translateX(-50%);
  width: 100vw;
	max-width: none;
	height: 100%;
  padding: 45px 140px;
  background: rgba(255,252,247,.95);
  pointer-events: none;
  opacity: 0;
	visibility: hidden;
  transition: opacity .2s ease, visibility .2s ease;
}

body.is_float .header_nav ul.flex li.has-child:hover > ul.mega-panel,
body.is_float .header_nav ul.flex li.has-child:focus-within > ul.mega-panel,
body.is_float .header_nav ul.flex li.has-child.is-open > ul.mega-panel {
  pointer-events:auto;
  opacity:1; visibility:visible;
}
.header_nav ul.flex li.has-child > ul.mega-panel li h3 {
	margin-bottom: 40px;
	text-align: left;
}
.header_nav ul.flex li.has-child > ul.mega-panel li h3 a {
	position: relative;
	padding-left: 32px;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
}
.header_nav ul.flex li.has-child > ul.mega-panel li h3 a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 16px;
  height: 7px;
  background: url("../img/common/mega_arrow.svg") no-repeat center center;
  background-size: cover;
}
.header_nav ul.flex li.has-child > ul.mega-panel li h3 a span {
	padding-left: 50px;
}
.header_nav ul.flex li.has-child > ul.mega-panel li .mega {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 32px 40px;
}
.header_nav ul.flex li.has-child > ul.mega-panel li .mega a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	width: calc((100% - 120px) / 4);
	font-size: 16px !important;
	text-align: left;
}
@media screen and (max-width: 1270px) {
	.header_nav ul.flex li.has-child > ul.mega-panel {
		padding: 45px 40px;
	}
	.header_nav ul.flex li.has-child > ul.mega-panel li .mega a {
		width: calc((100% - 80px) / 3);
	}
}
@media screen and (max-width: 1199px) {
	body.is_float .header_nav {
		padding-right: 40px;
	}
	body.is_float .header_nav ul.flex {
		justify-content: flex-end;
		gap: 40px;
	}
}
@media screen and (max-width: 960px) {
	.header_nav ul.flex li.has-child > ul.mega-panel {
		top: 91px;
	}
	body.is_float .header_nav {
		padding-right: 16px;
	}
	body.is_float .header_nav ul.flex {
		gap: 24px;
	}
	body.is_float .header_nav ul.flex li a {
		font-size: 13px;
	}
	body.is_float .header_nav ul.flex li a span {
		font-size: 13px;
	}
}
@media screen and (max-width: 850px) {
	.header_nav ul.flex li.has-child > ul.mega-panel li .mega a {
		width: calc((100% - 40px) / 2);
	}
}
@media screen and (max-width: 750px) {
	body.is_float .header_nav {
		position: relative;
		display: block;
		padding-right: 0;
	}
	body.is_float .header_nav ul.flex li {
		padding-top: 25px;
		padding-bottom: 0;
	}
	body.is_float .header_nav ul.flex li a .nav_icon, .header_nav ul.flex li a .nav_icon {
		display: block;
		position: relative;
	}
}

/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
  font-family: "Cormorant Infant", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.midasi_01 span.title_color {
  color: var(--main-color);
}
.midasi_01 span.sub {
  display: block;
	margin-top: -10px;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
}
.midasi_02 {
	font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.midasi_03_wrap {
	padding: 0 16px;
	text-align: center;
}
.midasi_03 {
  display: inline-block;
  position: relative;
  padding-right: 77px;
	font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.midasi_03::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 141px;
  height: 155px;
  background: url("../img/common/midasi_03_icon.svg") no-repeat center / contain;
}
.midasi_04 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #D9D9D9;
	font-family: "Noto Serif", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 750px) {
	.midasi_01 {
		font-size: 28px;
	}
	.midasi_01 span.sub {
		margin-top: 0;
		font-size: 14px;
	}
	.midasi_02 {
		font-size: 28px;
	}
	.midasi_03_wrap {
		display: flex;
    justify-content: center;
	}
	.midasi_03 {
		padding-right: 50px;
		font-size: 28px;
		text-align: left;
	}
	.midasi_03::after {
		width: 85px;
		height: 128px;
		background: url("../img/common/midasi_03_icon.svg") no-repeat center / contain;
	}
	.midasi_04 {
		margin-bottom: 16px;
		padding-bottom: 16px;
		font-size: 28px;
	}
}
/*-----------------------------------------------------
	ボタン
------------------------------------------------------*/
.link_more {
  display: inline-block;
  position: relative;
  padding: 21px 10px;
	background: var(--main-color);
	border-radius: 50px;
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
	color: #fff;
  transition: all 0.2s;
}
.link_more::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: var(--maindark-color);
	border-radius: 50%;
  transition: all 0.2s;
}
.link_more::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
  width: 16px;
  height: 6px;
  background: url("../img/common/link_arrow.svg") no-repeat center center;
  background-size: cover;
  transition: all 0.2s;
}

@media screen and (max-width: 750px) {
	.link_more {
		padding: 14.5px 10px 14.5px 24px;
		font-family: "Noto Serif", serif;
		font-size: 16px;
		letter-spacing: 0.05em;
		text-align: left;
	}
	.link_more::before {
		right: 16px;
		width: 40px;
		height: 40px;
	}
}

/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap {
  width: 1160px;
	max-width: 100%;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .wrap {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    width: calc(100% - 32px);
  }
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.order3 {
		order: 3;
	}
	.order4 {
		order: 4;
	}
}

/*-----------------------------------------------------
	#page_mv
------------------------------------------------------*/
#page_mv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 640px;
}
#page_mv::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #E6C5A3;
	mix-blend-mode: multiply;
}
#page_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
#page_mv .page_title {
  position: absolute;
	bottom: 112px;
	left: 140px;
  z-index: 2;
  width: calc(100% - 280px);
}
#page_mv .page_title .midasi {
  font-family: "Cormorant Infant", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
}
#page_mv .page_title .midasi span {
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
#page_mv .curve {
  position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
  z-index: 30;
  height: 330px;
	background: #FFFCF7;
  -webkit-mask: radial-gradient(120% 160% at 50% 0, transparent 60%, #000 60.2%);
          mask: radial-gradient(120% 160% at 50% 0, transparent 60%, #000 60.2%);
}
@media screen and (max-width: 1199px) {
	#page_mv .page_title {
		left: 60px;
		width: calc(100% - 120px);
	}
	#page_mv .page_title .midasi span {
		font-size: 40px;
	}
}
@media screen and (max-width: 750px) {
  #page_mv {
    height: auto;
  }
	#page_mv .page_title {
		position: absolute;
		bottom: 40px;
		left: 16px;
		z-index: 2;
		width: calc(100% - 32px);
	}
	#page_mv .page_title .midasi {
		font-size: 18px;
	}
	#page_mv .page_title .midasi span {
		font-size: 28px;
	}
	#page_mv .curve {
		height: 20vw;
	}
}
/*-----------------------------------------------------
	#breadcrumbs
------------------------------------------------------*/
.breadcrumbs {
  margin-top: 16px;
}
.breadcrumbs ol span {
	display: inline-block;
	font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
/*-----------------------------------------------------
	.page
------------------------------------------------------*/
.page .wp-block-group__inner-container {
  width: 1160px;
  margin: 0 auto;
  padding: 120px 0 108px;
}
/*-----------------------------------------------------
	.main
------------------------------------------------------*/
.main .wp-block-group:nth-child(even) {
   background: #FBF5EB;
}
.main .wp-block-group__inner-container {
  width: 1160px;
  margin: 0 auto;
  padding: 120px 0 108px;
}
.main .wp-block-column {
  position: relative;
}
.main .main_color {
	color: var(--main-color);
}
.main span.small {
	display: block;
  font-size: 12px;
}
.main .bg_wh {
	margin-bottom: 40px;
	padding: 48px;
  background: #fff;
}
.main .bg_wh_small {
	padding: 24px;
  background: #fff;
}
.main .bg_hada {
	margin-bottom: 40px;
	padding: 24px;
  background: #FBF5EB;
}
.main .step {
	position: relative;
	margin-bottom: 64px;
}
.main .step::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
  width: 20px;
  height: 16px;
  background: url("../img/common/step_arrow.svg") no-repeat center center;
  background-size: cover;
}
.main .step:last-of-type::after, .arrow_none::after {
  display: none !important;
}
.main .step_num {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	background: #fff;
	border: 1px solid var(--text-color);
	border-radius: 50%;
	font-family: "Cormorant Infant", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}
.main .step em {
	font-size: 36px;
	line-height: 1;
	color: var(--main-color);
}
.main .doctor_name, .main .doctor_name2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}
.main .doctor_name span, .main .doctor_name2 span {
	display: block;
	margin-top: 10px;
	font-family: "Noto Serif", serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.main .doctor_name2 span {
	font-size: 28px;
}
.main .doctor_name span::first-letter, .main .doctor_name2 span::first-letter {
	color: var(--main-color);
}
.main .btn_link a {
	text-decoration: none;
}
@media screen and (max-width: 1240px) {
  .main .wp-block-group__inner-container, .page .wp-block-group__inner-container {
    width: 100%;
    padding: 120px 40px 108px;
  }
}
@media screen and (max-width: 1150px) {
  .main .step_num {
		width: 100px;
		height: 100px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 750px) {
  .main .wp-block-group__inner-container, .page .wp-block-group__inner-container {
    padding: 64px 16px;
  }
	.main .bg_wh {
		margin-bottom: 24px;
		padding: 32px 16px;
	}
	.main .bg_hada {
		margin-bottom: 16px;
	}
  .wp-block-spacer {
    max-height: 30px !important;
  }
	.main .step {
		margin-bottom: 48px;
	}
	.main .step::after {
		bottom: -24px;
	}
	.main .step_num {
		width: 120px;
		height: 120px;
	}
	.main .doctor_name span, .main .doctor_name2 span {
		font-size: 28px;
	}
	.main .doctor_name2 span {
		font-size: 24px;
	}
}

.main a {
  text-decoration: underline;
}
.main p.link_more {
	display: block;
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.main p.link_more a {
	display: block;
	padding: 21px 70px 21px 30px;
	color: #fff;
	text-decoration: none;
}
.main hr {
  display: block;
  height: 1px;
  border: 0;   
  border-top: 1px solid #D9D9D9;
  margin: 1.5em 0;
  padding: 0;
}
.main mark {
  font-style: normal;
  font-weight: 400;
}
.main h2 {
  position: relative;
  margin-bottom: 80px !important;
	font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
.main h2::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
  width: 63px;
  height: 6px;
  background: url("../img/common/h2_icon.svg") no-repeat center center;
  background-size: cover;
}
.main h3 {
  margin-bottom: 24px;
	font-family: "Noto Serif", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.main h3 span {
  display: block;
  font-size: 16px;
	color: var(--text-color);
}
.main h3.midasi_num {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  padding-left: 40px;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.main h3.midasi_num span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: var(--main-color);
  border-radius: 50%;
  color: #fff;
  line-height: 1;
	letter-spacing: 0;
  text-align: center;
}
.main h4 {
	position: relative;
  margin-bottom: 24px;
	padding-left: 10px;
	font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.main h4::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--main-color);
	border-radius: 50%;
}
.main p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.main ul, .main ol {
  margin-bottom: 8px;
}
.main ul li {
  margin-bottom: 5px;
  margin-left: 20px;
  list-style-type: disc;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.main ul li::marker {
  color: var(--main-color);
}
.main ol li {
  margin-bottom: 5px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
.main figure {
  margin-bottom: 40px;
}
.main .wp-element-caption {
  font-size: 13px;
}
.main figure img {
  max-width: 100%;
  height: auto;
}
.main .js-acc summary {
	position: relative;
  margin-bottom: 24px;
	padding-left: 10px;
	font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.main .js-acc summary::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--main-color);
	border-radius: 50%;
}
.js-acc summary::marker, details.faq summary::marker {
	display: none;
}
.js-acc summary {
	list-style: none;
	cursor: default;
}
.faq summary {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-right: 32px;
  padding-bottom: 25px;
  padding-left: 72px;
  border-bottom: 1px solid #D9D9D9;
	list-style: none;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.faq summary::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  background: var(--main-color);
  border-radius: 50%;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.faq summary::after {
  content: "+";
  position: absolute;
  top: 30%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Cormorant Infant", serif;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  pointer-events: none;
}
.faq[open] summary::after {
  content: "−";
}
.faq > p:first-of-type {
  position: relative;
	margin-bottom: 50px;
  padding-left: 88px;
}
.faq > p:first-of-type::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  content: "A";
  position: absolute;
  top: 0.2em;
  left: 16px;
  width: 40px;
  height: 40px;
  background: #E99413;
  border-radius: 50%;
  font-family: "Cormorant Infant", serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}





.table_wrap {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 10px;
}
.main .def table {
  width: 100%;
}
.main .def table tr:first-of-type td {
  position: relative;
  padding: 20px;
  background: #FFF7E6;
	font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.main .def table tr:not(:first-of-type) td {
  padding: 20px;
	background: #fff;
  border: 1px solid #D9D9D9;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.main .normal table {
  width: 100%;
}
.main .normal table tr td {
  padding: 20px;
	background: #fff;
  border: 1px solid #D9D9D9;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.main .price table {
  width: 100%;
}
.main .price table tr:first-of-type td, .main .price table tr:first-of-type td:first-child {
  position: relative;
  padding: 20px;
  background: #FFF7E6;
	font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.main .price table tr td:first-child {
  width: 70%;
  background: #fff;
	border-right: none;
	border-left: none;
	text-align: left;
}
.main .price table tr td {
  padding: 20px;
	background: #fff;
  border-top: 1px solid #D9D9D9;
	border-right: none;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.08em;
  vertical-align: middle;
}
.main .page_nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  gap: 10px 0;
	padding: 25px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
.main .page_nav li {
	display: flex;
  align-items: center;
	position: relative;
	width: calc((100% - 0px) / 4);
	margin-left: 0;
	border-right: 1px solid #D9D9D9;
	list-style-type: none;
}
.main .page_nav li:nth-child(4n + 1){
	border-left: 1px solid #D9D9D9;
}
.main .page_nav li a {
	display: flex;
  align-items: center;
	position: relative;
	padding: 0 20px;
	list-style-type: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.main .page_nav li::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: url("../img/common/page_nav_arrow.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
	.main .page_nav li {
		width: calc((100% - 0px) / 2);
	}
	.main .page_nav li:nth-child(2n + 1){
		border-left: 1px solid #D9D9D9;
	}
}
@media screen and (max-width: 750px) {
	.main p.link_more {
		text-align: center;
	}
	.main h2 {
		margin-bottom: 44px;
		font-size: 32px;
	}
	.main h2::after {
		bottom: -4px;
		width: 57px;
		height: 5px;
	}
	.main h3 {
		margin-bottom: 8px;
		font-size: 24px;
	}
	.main h4 {
		margin-bottom: 8px;
		font-size: 18px;
	}
  .main figure {
    margin-bottom: 16px;
  }
  .main .wp-element-caption {
    font-size: 12px;
  }
	.main .js-acc summary {
		display: inline-flex;
		align-items: center; 
		margin-bottom: 8px;
		padding-right: 22px;
		font-size: 18px;
	}
	.js-acc summary {
		cursor: pointer;
	}
	.js-acc summary::after {
		display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 7px;
    background: url("../img/common/details_arrow.svg") no-repeat center / contain;
    transform: translateY(-50%) rotate(0deg);
    transition: transform .2s ease;
    pointer-events: none;
  }
  .js-acc[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
  }
	.faq > p:first-of-type {
		padding-top: 50px;
		padding-left: 0;
	}
	.faq > p:first-of-type::before {
		left: 0;
	}
  .table_wrap {
    margin-bottom: 20px;
    padding-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
	.main .table_wrap .def table {
    width: auto;
  }
	.main .def table {
    margin-bottom: 30px;
  }
  .main .def table tr td:first-child {
    padding: 15px 10px;
    font-size: 14px;
  }
  .main .def table tr td {
    padding: 15px 10px;
    font-size: 13px;
  }
	.main .normal table {
    margin-bottom: 30px;
  }
  .main .normal table tr td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .main .price table {
    margin-bottom: 30px;
  }
  .main .price table tr td:first-child {
    width: 60%;
    padding: 15px 10px;
    font-size: 14px;
  }
  .main .price table tr td {
    padding: 15px 10px;
    font-size: 13px;
  }
  .order1 {
    order: 1 !important;
  }
  .order2 {
    order: 2 !important;
  }
	.main .page_nav {
		padding: 15px 0;
	}
	.main .page_nav li a {
		font-size: 12px;
	}
}

/*-----------------------------------------------------
	#medical_list
------------------------------------------------------*/
.medical_list {
	gap: 40px 0;
}
.medical_list li {
	width: 25%;
	border-right: 1px solid #DFDFDF;
}
.medical_list li:nth-of-type(4n+1) {
	border-left: 1px solid #DFDFDF;
}
.medical_list li:last-of-type {
	border-left: none;
}
.medical_list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.medical_list li a img {
	max-width: 100%;
	margin-bottom: 10px;
}
.medical_list li a span {
	display: block;
	position: relative;
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.medical_list li a span::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 26px;
	z-index: 2;
	transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url("../img/common/medical_arrow.svg") no-repeat center center;
  background-size: cover;
}
.medical_list li a span::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 19px;
	z-index: 1;
	transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--main-color);
	border-radius: 50%;
}
.medical_list li:nth-of-type(4) a span {
	top: -12px;
}
@media screen and (max-width: 1199px) {
	.medical_list li {
		width: 33.33333333333333%;
	}
	.medical_list li:nth-of-type(4n+1) {
		border-left: none;
	}
	.medical_list li:nth-of-type(3n+1) {
		border-left: 1px solid #DFDFDF;
	}
	.medical_list li:last-of-type {
		border-left: none;
	}
}
@media screen and (max-width: 950px) {
	.medical_list li {
		width: 50%;
	}
	.medical_list li:nth-of-type(4n+1), .medical_list li:nth-of-type(3n+1) {
		border-left: none;
	}
	.medical_list li:nth-of-type(2n+1) {
		border-left: 1px solid #DFDFDF;
	}
	.medical_list li:last-of-type {
		border-left: none;
	}
}
@media screen and (max-width: 750px) {
	.medical_list {
		gap: 16px 0;
	}
	.medical_list li:last-of-type {
		border-left: 1px solid #DFDFDF;
	}
	body.page-template-medical .medical_list li:last-of-type {
		border-left: none;
	}
	.medical_list li a img {
		width: 50%;
		margin-bottom: 8px;
	}
	.medical_list li a span {
		padding-left: 16px;
		font-size: 14px;
		text-align: left;
	}
	.medical_list li a span::before {
		right: 21px;
	}
	.medical_list li a span::after {
		right: 16px;
		width: 24px;
		height: 24px;
	}
	.medical_list li:nth-of-type(3) a span {
		top: -12px;
	}
}
@media screen and (max-width: 414px) {
	.medical_list li a span {
		padding-left: 8px;
	}
	.medical_list li a span::before {
		right: 13px;
	}
	.medical_list li a span::after {
		right: 8px;
	}
}

/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding: 80px 0;
	background: #FBF4EA;
}
#news .wrap {
	justify-content: space-between;
}
#news h2 {
	margin-bottom: 24px;
}
.news_l {
  position: relative;
  width: 20.6%;
}
.news_l_inner {
  position: absolute;
	top: calc(50% - 10px);
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 100%;
}
.news_l .link_more {
  width: 100%;
}
.news_r {
  width: 75.8%;
}
.news_list {
  display: block;
  position: relative;
  margin-bottom: 40px;
  padding-right: 54px;
  padding-bottom: 32px;
  border-bottom: 1px solid #AFAFAF;
}
.news_list:last-of-type {
  margin-bottom: 0;
}
.news_list::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
  width: 38px;
  height: 5px;
  background: url("../img/common/news_arrow.svg") no-repeat center center;
  background-size: cover;
  transition: all 0.2s;
}
.date_category {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.date {
  margin-right: 16px;
  font-family: "Cormorant Infant", serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.category span {
  display: inline-block;
	min-width: 85px;
  padding: 3px 16px;
	background: var(--main-color);
  font-size: 12px;
  font-weight: 500;
	line-height: 1.5;
  letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.news_list p {
	font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.news_r .center .link_more {
	width: 360px;
	max-width: 100%;
	margin-top: 80px;
}
body.archive #news, body.single #news {
	background: none;
}
body.archive .news_l, body.single .news_l {
	order: 2;
}
body.archive .news_r, body.single .news_r {
	order: 1;
}
@media screen and (max-width: 1199px) {
  .news_l {
    width: 100%;
		margin-bottom: 32px;
  }
	.news_l_inner {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
	}
	.news_l .link_more {
		position: absolute;
		top: 20px;
		right: 0;
		width: 240px;
	}
  .news_r {
    width: 100%;
  }
	body.archive .news_r, body.single .news_r {
		margin-bottom: 32px;
	}

}
@media screen and (max-width: 750px) {
	#news {
		padding: 40px 0;
	}
	#news h2 {
		margin-bottom: 0;
	}
  .news_l {
    width: 100%;
    margin-bottom: 32px;
  }
	.news_l .link_more {
		top: 10px;
		width: 158px;
	}
  .news_r {
    width: 100%;
  }
	.news_list {
		margin-bottom: 25px;
		padding-right: 46px;
		padding-bottom: 25px;
	}
	.news_list:last-of-type {
		margin-bottom: 0;
	}
	.news_list::after {
		width: 30px;
		height: 4px;
	}
	.date_category {
		margin-bottom: 8px;
	}
	.news_list p {
		font-size: 14px;
	}
	.news_r .center .link_more {
		margin-top: 60px;
		text-align: center;
	}
}
/*-----------------------------------------------------
	サイドバー
------------------------------------------------------*/
.news_l h3 {
	margin-top: 24px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #D9D9D9;
	font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.news_l h3:first-of-type {
	margin-top: 0;
}
.news_cat_list li, .news_archive_list li {
	white-space: nowrap;
  margin-bottom: 4px;
	margin-left: 15px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
  line-height: 2;
	letter-spacing: 0.05em;
}
.news_cat_list li a, .news_archive_list li a {
  display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
	font-weight: 400;
  line-height: 2;
	letter-spacing: 0.05em;
}

/*-----------------------------------------------------
	ページネーション
------------------------------------------------------*/
.pagination {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
a.page-numbers, .pagination .current {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 10px;
	padding: 18px 8px;
  background: #fff;
	border: 1px solid var(--text-color);
  border-radius: 50%;
  font-family: "Cormorant Infant", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
	text-decoration: none;
  text-align: center;
  color: var(--text-color);
}
span.page-numbers.dots {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 14px;
}
.pagination .current, a.page-numbers:hover {
	background: var(--main-color);
	border: 1px solid var(--text-color);
	color: #fff;
  opacity: 1;
}
a.page-numbers.next, a.page-numbers.prev {
  position: relative;
  width: 27.78px;
  height: 30px;
  margin: 0 10px;
  background: #B2A07E;
  border: 1px solid #B2A07E;
}
a.page-numbers.next {
  margin-right: 0;
}
a.page-numbers.prev {
  margin-left: 0;
}
a.page-numbers.next img, 
a.page-numbers.prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.page-numbers.prev img {
  transform: translate(-50%, -50%) scaleX(-1);
}
a.page-numbers.next:hover, a.page-numbers.prev:hover {
	background: #B2A07E;
  opacity: .6;
}
/*-----------------------------------------------------
	#recruit
------------------------------------------------------*/
#recruit {
  padding: 96px 0 140px;
	background: #FBF4EA;
}
.video-wrap {
  --crop-x: 7.5%;
  --scale-x: 1.2;
  --shift-x: 0%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video-wrap > video {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 var(--crop-x) 0 var(--crop-x));
  transform: translateX(var(--shift-x)) scaleX(var(--scale-x));
  transform-origin: center center;
}
#recruit .wrap {
	position: relative;
	margin-top: -64px;
	padding: 64px;
	background: #fff;
}
#recruit .wrap .link_more {
	width: 360px;
	max-width: 100%;
	background: #EF888F;
}
#recruit .wrap .link_more::before {
	background: #E94A5B;
}
#recruit .wrap .flex {
	justify-content: space-between;
	margin-bottom: 16px;
}
.recruit_l {
	width: 31%;
}
.recruit_l h2.midasi_01 span.title_color {
  color: #EF888F;
}
.recruit_r {
	width: 64%;
}
.recruit_r h3 {
	margin-bottom: 16px;
	font-family: "Noto Serif", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.recruit_r p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1240px) {
	.recruit_l {
		width: 100%;
		margin-bottom: 24px;
	}
	.recruit_r {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#recruit {
		padding: 64px 0 0;
	}
	#recruit .wrap {
		margin-top: -32px;
		padding: 32px 16px;
	}
	#recruit .wrap .flex {
		margin-bottom: 32px;
	}
	.recruit_r h3 {
		font-size: 20px;
	}
	.recruit_r p {
		font-size: 14px;
	}
	#recruit .wrap .link_more {
		text-align: center;
	}
}
/*-----------------------------------------------------
	#instagram
------------------------------------------------------*/
#instagram {
	position: relative;
  padding: 60px 0 140px;
	background: #FBF4EA;
}
#instagram .wrap {
	position: relative;
	z-index: 0;
}
#instagram .wrap::before {
  content: "";
  display: block;
  position: absolute;
	top: -30px;
	right: 87px;
	z-index: -1;
  width: 220px;
  height: 172px;
  background: url("../img/common/insta_illust_01.svg") no-repeat center center;
  background-size: cover;
}
#instagram .wrap::after {
  content: "";
  display: block;
  position: absolute;
	right: 87px;
	bottom: -56px;
	z-index: -1;
  width: 205px;
  height: 160px;
  background: url("../img/common/insta_illust_02.svg") no-repeat center center;
  background-size: cover;
}
#instagram .wrap h2 {
	margin-bottom: 64px;
	text-align: center;
}
#instagram .wrap h2.midasi_01 span.title_color {
  color: #7F97B0;
}
@media screen and (max-width: 1240px) {
	#instagram .wrap::before {
		right: 0;
	}
	#instagram .wrap::after {
		right: 0;
	}
}
@media screen and (max-width: 750px) {
	#instagram {
		padding: 64px 0;
		overflow: hidden;
	}
	#instagram .wrap::before {
		top: -62px;
		right: -18px;
		width: 106px;
		height: 107px;
		background: url("../img/common/sp_insta_illust_01.svg") no-repeat center center;
		background-size: cover;
	}
	#instagram .wrap::after {
		right: -24px;
		bottom: -40px;
		width: 105px;
		height: 80px;
	}
	#instagram .wrap h2 {
		margin-bottom: 40px;
	}
}
/*-----------------------------------------------------
	#group
------------------------------------------------------*/
#group {
  padding: 80px 0;
	background: #FFFBF4;
}
#group .wrap {
	justify-content: space-between;
	position: relative;
}
#group .wrap::before {
  content: "";
  display: block;
  position: absolute;
	top: -13px;
	left: 10px;
  width: 220px;
  height: 172px;
  background: url("../img/common/group_illust.svg") no-repeat center center;
  background-size: cover;
}

#group .wrap h2 {
	margin-bottom: 64px;
	text-align: center;
}
#group .wrap h2.midasi_01 span.title_color {
  color: #0097D6;
}
#group .wrap .flex {
	justify-content: space-between;
}
.group_child {
	width: 48.3%;
	margin-bottom: 55px;
}
.group_child:last-of-type {
	margin-bottom: 0;
}
.group_child img {
	width: 100%;
}
.group_child_inner {
	padding: 24px 16px;
}
.group_child_inner h3 {
	margin-bottom: 16px;
	font-family: "Noto Serif", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.1em;
	text-align: center;
}
.group_child_inner address {
	margin-top: 16px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.group_tel {
	margin-bottom: 8px;
	background: #fff;
	text-align: center;
}
.group_tel a {
	display: inline-block;
	position: relative;
	padding: 14px 0 14px 28px;
	font-family: "Cormorant Infant", serif;
	font-size: 28px;
	font-weight: 600;
}
.group_tel a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.blue_tel.group_tel a::before {
	background-image: url("../img/common/blue_tel.svg");
}
.green_tel.group_tel a::before {
	background-image: url("../img/common/green_tel.svg");
}
.usublue_tel.group_tel a::before {
	background-image: url("../img/common/usublue_tel.svg");
}
.orange_tel.group_tel a::before {
	background-image: url("../img/common/orange_tel.svg");
}
.pink_tel.group_tel a::before {
	background-image: url("../img/common/pink_tel.svg");
}
.group_link {
	justify-content: space-between;
	align-items: center;
}
.group_link a {
	display: block;
	position: relative;
	width: 49.2%;
	padding: 15px;
	font-family: "Noto Serif", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.group_link a:last-of-type {
	font-family: "Cormorant Infant", serif;
	font-size: 20px;
}
.group_link a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
a.blue_web::after {
	background-image: url("../img/common/blue_web.svg");
}
a.blue_insta::after {
	background-image: url("../img/common/blue_insta.svg");
}
a.green_web::after {
	background-image: url("../img/common/green_web.svg");
}
a.green_insta::after {
	background-image: url("../img/common/green_insta.svg");
}
a.orange_web::after {
	background-image: url("../img/common/orange_web.svg");
}
a.orange_insta::after {
	background-image: url("../img/common/orange_insta.svg");
}
a.usublue_web::after {
	background-image: url("../img/common/usublue_web.svg");
}
a.usublue_insta::after {
	background-image: url("../img/common/usublue_insta.svg");
}
a.pink_web::after {
	background-image: url("../img/common/pink_web.svg");
}
a.pink_insta::after {
	background-image: url("../img/common/pink_insta.svg");
}
.group_blue_text {color: #008CD6;}
.group_blue_bg {background: #008CD6;}
.group_green_text {color: #8EB849;}
.group_green_bg {background: #8EB849;}
.group_usublue_text {color: #6999CD;}
.group_usublue_bg {background: #6999CD;}
.group_orange_text {color: #E99413;}
.group_orange_bg {background: #E99413;}
.group_pink_text {color: #DD6A93;}
.group_pink_bg {background: #DD6A93;}

@media screen and (max-width: 1200px) {
	.group_link a {
		font-size: 16px;
	}
	.group_link a:last-of-type {
		font-size: 16px;
	}
}
@media screen and (max-width: 1000px) {
	.group_child_inner h3 {
		font-size: 20px;
	}
	.group_child_inner address {
		font-size: 14px;
	}
	.group_link a {
		width: 100%;
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 750px) {
	#group {
		padding: 64px 0 85px;
		overflow: hidden;
	}
	#group .wrap::before {
		top: -21px;
		left: -16px;
		width: 100px;
		height: 107px;
		background: url("../img/common/sp_group_illust.svg") no-repeat center center;
		background-size: cover;
	}
	#group .wrap h2 {
		margin-bottom: 40px;
	}
	.group_child {
		width: 100%;
		margin-bottom: 32px;
	}
	.group_child:last-of-type {
		margin-bottom: 0;
	}
	.group_child_inner h3 {
		font-size: 19px;
		letter-spacing: 0;
	}
	.group_tel a {
		font-size: 24px;
	}
	.group_link {
		justify-content: space-between;
		align-items: center;
	}
	.group_link a {
		width: 49.2%;
		margin-bottom: 0;
		padding: 12px 16px;
		font-size: 16px;
		text-align: left;
	}
	.group_link a:last-of-type {
		padding: 10px 16px;
		font-size: 18px;
	}
	.group_link a::after {
		right: 16px;
	}
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
.footer_top {
  padding-bottom: 64px;
}
.footer_img {
	width: 100%;
	max-height: 790px;
	object-fit: cover;
	object-position: center center;
	margin-bottom: 80px;
}
.footer_top .wrap h2 {
	margin-bottom: 40px;
  text-align: center;
}
.footer_top .wrap h2 img {
  width: 220px;
	height: auto;
}
.footer_top .wrap .flex {
	justify-content: space-between;
}
.footer_top_l {
  width: 48.3%;
}
.footer_top_l dl {
  align-items: center;
  padding: 24.5px 0;
  border-bottom: 1px solid #E6E6E6;
	font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.footer_top_l dl:first-of-type {
  padding-top: 0;
}
.footer_top_l dl dt {
  width: 35%;
  font-size: 18px;
  text-align: center;
}
.footer_top_l dl dt span {
  display: block;
	margin-top: 16px;
}
.footer_top_l dl dt span.small {
  display: block;
	margin-top: 0;
	font-size: 10px;
}
.footer_top_l dl dd {
  width: 65%;
  font-size: 16px;
}
.footer_top_l dl dd a.tel {
  font-family: "Inter", sans-serif;
  font-size: 28px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: var(--main-color);
}
.footer_top_l ul {
  margin-top: 16px;
}
.footer_top_l ul li {
	margin-bottom: 4px;
  font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.05em;
	text-align: center;
}
.footer_top_l ul li span.small {
	display: block;
  font-size: 12px;
	color: var(--text-color);
}
.footer_top_l ul li span {
	color: var(--main-color);
}
.hour {
  width: 100%;
  text-align: left;
}
.hour th {
	padding-bottom: 22px;
  font-size: 18px;
	font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.hour td {
	padding-left: 2px;
	font-family: "Noto Serif", serif;
  font-size: 14px;
	letter-spacing: 0.05em;
  line-height: 1.7;
  color: var(--main-color);
  vertical-align: middle;
}
.footer_top_r {
  width: 48.3%;
}
.footer_top_r iframe {
  width: 100%;
  height: 460px;
}
.footer_top_r .center .link_more {
	width: 320px;
	max-width: 100%;
	margin-top: 32px;
	padding: 9px 10px;
}
.footer_top_r .center .link_more::before {
	right: 12px;
	width: 32px;
	height: 32px;
}
.footer_top_r .center .link_more::after {
	right: 20px;
}
@media screen and (max-width: 960px) {
	.footer_top_l {
		width: 62%;
	}
	.footer_top_r {
		width: 36%;
	}
}
@media screen and (max-width: 750px) {
	.footer_top {
		padding-bottom: 48px;
	}
	.footer_img {
		max-height: auto;
		object-fit: contain;
		margin-bottom: 64px;
	}
	.footer_top .wrap h2 {
		margin-bottom: 16px;
	}
	.footer_top .wrap h2 img {
		width: 118px;
	}
	.footer_top_l {
		width: 100%;
		margin-bottom: 16px;
	}
	.footer_top_l dl {
		padding: 16px 0 9px;
	}
	.footer_top_l dl:first-of-type {
		padding-top: 0;
	}
	.footer_top_l dl dt {
		width: 100%;
		padding: 0 16px;
		font-size: 16px;
		font-weight: 600;
		text-align: left;
	}
	.footer_top_l dl:last-of-type dt {
		width: 40%;
		font-size: 14px;
		text-align: center;
	}
	.footer_top_l dl dd {
		width: 100%;
		padding: 0 16px;
		font-size: 14px;
		font-weight: 600;
	}
	.footer_top_l dl:last-of-type dd {
		width: 60%;
	}
	.footer_top_l dl dd a.tel {
		font-size: 24px;
	}
	.footer_top_l ul {
		margin-top: 16px;
	}
	.footer_top_l ul li {
		font-size: 12px;
	}
	.hour {
		text-align: center;
	}
	.hour th {
		font-size: 14px;
	}
	.hour td {
		padding-left: 0;
	}
	.footer_top_r {
		width: 100%;
	}
	.footer_top_r iframe {
		height: 51.2vw;
	}
	.footer_top_r .center .link_more {
		text-align: center;
	}
}

/* footer_bottom */
.footer_bottom {
  padding: 80px 0;
  background: var(--main-color);
  color: #fff;
  text-align: center;
}
.footer_bottom .wrap .flex {
  justify-content: space-between;
	margin-bottom: 40px;
}
.footer_menu_l {
	width: 48.3%;
}
.footer_menu_l ul.flex {
	justify-content: space-between;
	gap: 24px 0;
}
.footer_menu_l ul.flex li {
	width: 48.3%;
	text-align: left;
}
.footer_menu_l ul.flex li a {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}
.footer_menu_l ul.flex li a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background: url("../img/common/footer_menu_arrow.svg") no-repeat center center;
  background-size: cover;
}
.footer_menu_r {
	width: 48.3%;
	text-align: left;
}
.footer_menu_r h3 a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}
.footer_menu_r ul.flex {
	justify-content: space-between;
	gap: 16px 0;
	margin-top: 16px;
}
.footer_menu_r ul.flex li {
	width: 48.3%;
	text-align: left;
}
.footer_menu_r ul.flex li a {
	display: block;
	position: relative;
	padding-left: 12px;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #fff;
}
.footer_menu_r ul.flex li a::after {
  content: "-";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-family: "Zen Maru Gothic", sans-serif;
}
.footer_bottom small {
  font-size: 14px;
	line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
	.footer_menu_l ul.flex li, .footer_menu_r ul.flex li {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.footer_bottom .wrap .flex {
		display: none;
	}
	.footer_bottom {
		padding: 20px 0;
	}
}

/*-----------------------------------------------------
	others
------------------------------------------------------*/
.ani {
  visibility: hidden;
}
.no-js .ani {
  visibility: visible;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~750px SP
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
    max-width: 100%;
    height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}

@media screen and (max-width: 414px) {
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}
