@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
	color: #333;
	background: #FFF;
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.6rem;
}

/* リンクの設定 */
a {
	color: #006DD9;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #006DD9;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}


/* 設定 */
/* ------------------------------
   common
------------------------------ */

body {
	background: -webkit-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
	background: -o-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
	background: repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
}


/* 最大幅 */
.acms-container {
	max-width: 1280px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
	.sitemap_box:first-child p {
		padding-left: 10px;
	}
}

/* mobile navi */

.m_nav_wrap {
	margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
	.mobile-navbar-list {
		font-size: 1.8rem;
		text-align: left;
	}
}

/* HEADER */
.header {
	height: 50px;
}

.site-logo {
	width: 290px;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	padding: 0;
	background: #fbf0f3;
	border-top: none;
	border-bottom: none;
	padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	height: 50px;
}

.site-header h1 {
	margin: 3px 0 2px 20px;
	font-size: 2.0rem;
	font-weight: 700;
}

.nav_bar{
	margin-right: 0;
	background: #e597b2;
}

.nav-menu-btn {
	padding: 12px 20px 10px;
}

.icon-toggle-menu {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 2px;
	margin: 6px 0;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-radius: 1px;
	-webkit-transition: .1s all;
	        transition: .1s all;
}
.icon-toggle-menu:before,
.icon-toggle-menu:after {
	position: absolute;
	display: block;
	width: 36px;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 1px;
	-webkit-transition: .3s all;
	        transition: .3s all;
	content: "";
}
.icon-toggle-menu:before {
	top: -8px;
}
.icon-toggle-menu:after {
	bottom: -8px;
}
[aria-expanded=true] .icon-toggle-menu {
	background: transparent;
}
[aria-expanded=true] .icon-toggle-menu:before {
	width: 41px;
	-webkit-transform: translate(-2px, 8px) rotate(45deg);
	    -ms-transform: translate(-2px, 8px) rotate(45deg);
	        transform: translate(-2px, 8px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu:after {
	width: 41px;
	-webkit-transform: translate(-2px, -8px) rotate(-45deg);
	    -ms-transform: translate(-2px, -8px) rotate(-45deg);
	        transform: translate(-2px, -8px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.site-header h1 {
		margin: 5px 0 2px 10px;
		font-size: 1.6rem;
		font-weight: 700;
	}
	.icon-toggle-menu {
		position: relative;
		display: inline-block;
		width: 18px;
		height: 2px;
		margin: 6px 0;
		vertical-align: middle;
		background-color: #FFFFFF;
		border-radius: 1px;
		-webkit-transition: .1s all;
				transition: .1s all;
	}
	.icon-toggle-menu:before,
	.icon-toggle-menu:after {
		position: absolute;
		display: block;
		width: 18px;
		height: 2px;
		background-color: #FFFFFF;
		border-radius: 1px;
		-webkit-transition: .3s all;
				transition: .3s all;
		content: "";
	}
	.icon-toggle-menu:before {
		top: -8px;
	}
	.icon-toggle-menu:after {
		bottom: -8px;
	}
	[aria-expanded=true] .icon-toggle-menu {
		background: transparent;
	}
	[aria-expanded=true] .icon-toggle-menu:before {
		width: 22px;
		-webkit-transform: translate(-2px, 8px) rotate(45deg);
			-ms-transform: translate(-2px, 8px) rotate(45deg);
				transform: translate(-2px, 8px) rotate(45deg);
	}
	[aria-expanded=true] .icon-toggle-menu:after {
		width: 22px;
		-webkit-transform: translate(-2px, -8px) rotate(-45deg);
			-ms-transform: translate(-2px, -8px) rotate(-45deg);
				transform: translate(-2px, -8px) rotate(-45deg);
	}
}

/* SITE NAME */
.site-name a,
.site-name a:active,
.site-name a:focus,
.site-name a:hover,
.site-name a:visited {
	color: #000000;
	text-decoration: none;
}

.flxitm:first-child {
	margin-right: auto;
}


.head_tel {
	padding: 0 20px;
	display: flex;
}

.tel_icn a,
.tel_icn a:active,
.tel_icn a:hover,
.tel_icn a:visited {
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

.tel_icn {
	margin-top: 10px;
}

.tel_icn a .acms-icon-tel {
	color: #e597b2;
	font-size: 30px;
	line-height: 30px;
}
@media screen and (max-width: 767px){
	.tel_icn a .acms-icon-tel {
		font-size: 20px;
		line-height: 20px;
	}
}

.tel_num {
	margin-top: 10px;
	font-size: 3.0rem;
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	line-height: 1em;
}

@media screen and (max-width: 1165px) {

	.tel_num {
		display: none;
	}
}

.top_entry_wrap {
	border: 1px #e597b2 solid;
	margin-bottom: 30px;
}

.top_entry_wrap h2 {
	margin: 0 0 20px 0 !important;
	padding: 7px 5px !important;
	background: #e597b2;
	text-align: center;
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: 600 !important;
	color: #FFF !important;
	font-size: 1.8rem !important;
}

.topentry-title {
	margin: 30px auto;
	text-align: center;
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif !important;
	font-weight: 600 !important;
	color: #333;
	font-size: 2.1rem;
}

.top_entry_wrap .pink_lst {
	margin: 0 10px 20px !important;
}

/* ------------------------------
　　スライダー
------------------------------ */
/* SLIDER */

.top_slider {
	margin: 0;
}

@media screen and (min-width: 768px) {

	.main-slider-image {
		height: calc(100vh - 50px);
	}
	.fix-height {
		height: calc(100vh - 50px);
		/* はじめのちらつき防止 */
	}
}

.main-slider-image {
	background-color: #FFFFFF;	
}

.main-slider-text-wrap {
	max-width: 1170px;
	height: 100%;
	margin: auto;
}

.main-slider-text-inner {
	text-align: center;
	padding: 0;
}

.main-slider-text-inner_lft {
	display: table-cell;
	text-align: left;
	padding: 0;
	vertical-align: middle;
	padding-left: 30px;
}

.main-slider-main-copy {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1em;
	vertical-align: middle;
	padding: 0;
	font-size: 4rem;
}

.main-slider-side-copy {
	margin-top: 11px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1em;
	vertical-align: middle;
	padding: 0;
	font-size: 4rem;
}

@media all and (-ms-high-contrast: none) {
 	.main-slider-main-copy,
	.main-slider-side-copy {font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; } 
}

@media screen and (min-width: 1025px) {
	.main-slider-main-copy,
	.main-slider-side-copy {
		font-size: 5rem;
	}
}

.main-slider-text-inner_lft .main-slider-main-copy,
.main-slider-text-inner_lft .main-slider-side-copy {
	color: #e597b2;
}

.copybg1 {
	background-color: rgba(235, 57, 89, 0.5);
	display: inline-block;
	padding: 5px 0 5px 15px;
	margin: 0;
	vertical-align: middle;
}
.copybg2 {
	background-color: none;
	display: inline-block;
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	margin: 0;
}
.copybg3 {
	background-color: none;
	display: inline-block;
	padding: 5px 0 5px 15px;
	margin: 0;
	vertical-align: middle;
}


@media screen and (max-width: 767px) {
	.main-slider-main-copy {
		font-size: 2.0rem;
	}

	.main-slider-side-copy {
		font-size: 2.0rem;
	}
}

.sldr_arw_wrap {
	position: relative;
}

.sldr_arw {
	position: absolute;
	bottom: 0;
	z-index: 3;
	left: calc(50% - 27px);
	width: 50px;
}

.sldr_arw_wrap .module-section {
	margin-bottom: 0;
	border-bottom: none;
}

.slick-dots {
	position: relative;
	clear: both;
	margin: -69px 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.slick-dots li button {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	font-size: 0;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 6px;
	content: "";
}

.slick-dots li.slick-active button {
	background: #e597b2;
}

.slick-dots li button:focus {
	border: 1px solid #e597b2;
	outline: 0;
}

@media screen and (max-width: 767px) {
	.slick-dots {
		display: none !important;
	}
	.main-slider-image {
		height: calc(100vh - 50px);
	}
	.fix-height {
		height: calc(100vh - 50px);
		/* はじめのちらつき防止 */
	}
	.sldr_arw {
		display: none;
	}
}


.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}


@media screen and (max-width: 1023px) {
	.top_slider {
		margin: 0;
	}
	.header {
		height: 50px;
	}
	.header-logo {
		margin: 0;
		padding: 0;
	}
	.ph-header-logo {
		position: fixed;
		width: 250px;
		top:5px;
		left: 0;
		right: 0;
		margin: 0 auto;
		padding: 0;
		z-index: 10000;
	}
	.site-name {
		font-size: 0;
		margin: 0;
		padding: 0;
	}
	.header-ctrl {
		display: none;
	}
	.site-header {
		border: none;
	}
}

@media screen and (max-width: 767px) {
	.site-logo {
		width: 220px;
	}
	.ph-header-logo {
		width: 220px;
	}
}

@media screen and (max-width: 320px) {
	.site-logo {
		width: 180px;
	}
	.ph-header-logo {
		width: 180px;
	}
	.site-header {
		height: 39px;
	}
	.nav-menu-btn {
		height:39px;
		padding: 8px;
	}
}

@media screen and (min-width: 1024px) {
	.main-slider-image {
		height: calc(100vh - 50px);
	}
	.fix-height {
		height: calc(100vh - 50px);
		/* はじめのちらつき防止 */
	}
}

@media screen and (max-width: 1023px) {
	.sldr_arw_wrap {
		padding-top: 50px;
	}
	.main-slider-image {
		height: 350px;
	}
	.fix-height {
		height: 350px;
		/* はじめのちらつき防止 */
	}
}

@media screen and (max-width: 320px) {
	.sldr_arw_wrap {
		padding-top: 39px;
	}
}

@media screen and (min-width: 1024px) {
	.head-wrapper {
		height: 50px;
		width: 100%;
		/*
		background: -webkit-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
		background: -o-repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
		background: repeating-linear-gradient(90deg,#fcfcfc 0,#fcfcfc 2px,#f6f6f6 2px,#f6f6f6 4px,#fbfbfb 4px,#fbfbfb 5px);
		*/
		top:0 !important;
	}
}

.ngtvpdg {
    padding-top: 44px;
    margin-top: -44px;
}

/* NAVIGATION */
@media (min-width: 1024px) {

	.navbar {
		padding-top: 10px;
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		float: right;
		padding: 0;
		list-style: none;
	}
	.header-stack .navbar > ul {
		display: table;
		float: none;
		width: 100%;
		table-layout: fixed;
		border-right: 1px solid #EEE;
	}
	.navbar li {
		position: relative;
		float: left;
		margin: 0 10px;
		text-align: center;
		vertical-align: middle;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		display: table-cell;
		float: none;
		border-left: 1px solid #EEE;
	}
	.navbar li ul {
		/* 二階層目 */
		position: absolute;
		left: 0;
		display: none;
		min-width: 200px;
	}
	.navbar li li {
		margin: 0;
	}
	.header-stack .navbar li li {
		display: block;
		border: 0;
	}
	.navbar li a {
		/* 一階層目のリンクのみ */
		padding: 3px 0 0 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition: border .25s ease-out;
		font-weight: 500;
	}
	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #333;
		background: transparent;
	}
	.header-stack .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #e597b2;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover ul {
		/* 二階層目 */
		z-index: 10000;
		display: block;
		animation: .8s fade-in;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #e597b2;
	}
	.navbar li:hover a.btn-attention {
		border: 0;
	}
	.navbar li:hover li a {
		border: 0;
	}
	.navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: #e597b2;
		border: 0;
		border-top: 1px solid #910021;
	}
	.navbar li li:first-child {
		border: 0;
	}
	.navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
		border: 0;
	}
	.navbar li li a:hover {
		color: #FFF;
		background: #ff4687;
		transition: background .25s ease-out;
		border: 0;
	}
}

.btn-attention {
	background: #e597b2;
}

.btn-attention:hover,
.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}

.btn-attention:focus,
.btn-attention:active {
	color: #FFF;
	box-shadow:none;
	background: #eb6ea4;
}

.navbar a.btn-attention {
	/* ボタン（色付き） */
	background: #e597b2;
	color: #FFF;
	font-weight: 400;
	line-height: 1.3em;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 0;
	font-size: 1.4rem;
}
.navbar a.btn-attention:hover,
.navbar a.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.navbar a.btn-attention:focus,
.navbar a.btn-attention:active {
	color: #FFF;
	box-shadow:none;
	background: #eb6ea4;
}

.navbar a.btn-attention:hover {
	color: #FFF;
	background: #eb6ea4;
	border: 0;
}

/* burger menu */
@media screen and (min-width: 1024px) {
	.acms-hide-pc {
		display: block !important;
	}
	.mobile-nav.is-opened {
		opacity: 1;
	}
	.mobile-nav.is-active {
		display: block;
	}
	
	.is-locked {
		overflow: hidden;
	}

	.mobile-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #ff5199;
		opacity: 0;
		transition-timing-function: cubic-bezier(.25, .46, .45, .94);
		transition-duration: .3s;
		transition-property: all;
	}
	.mobile-nav.is-active {
		display: block;
	}
	.mobile-nav.is-opened {
		opacity: 1;
	}
	.mobile-nav-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-pack: center;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 30px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-navbar-list {
		margin: 0;
		padding: 0;
		line-height: 2.4;
		text-align: center;
		list-style: none;
		font-size: 18px;
	}
	.mobile-navbar-list a:not(.btn-attention),
	.mobile-navbar-list a:not(.btn-attention):hover,
	.mobile-navbar-list a:not(.btn-attention):visited,
	.mobile-navbar-list a:not(.btn-attention):active,
	.mobile-navbar-list a:not(.btn-attention):focus {
		color: #FFF;
	}
	.mobile-navbar-list .mobile-navbar-list {
		display: none;
	}
	.mobile-nav-side {
		margin: 20px 0;
		text-align: center;
	}
	.mobile-nav-side-list {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile-nav-side-item {
		display: block;
		margin: 0 0 10px 0;
	}
	.mobile-nav-side-link {
		color: #333;
	}
	.mobile-nav-side-link:hover,
	.mobile-nav-side-link:visited,
	.mobile-nav-side-link:active,
	.mobile-nav-side-link:focus {
		color: #333;
	}
	.mobile-navbar-footer {
		margin: 15px 0 0 0;
	}

	.mobile-navbar {
		display: none;
	}

	.pc_hide_nav_wrap {
		display: flex;
		flex-wrap: wrap;
		width: 1280px;
		max-width: 1280px;
		padding: 0 30px;
	}

	.pc_hide_nav_inner_wrap {
		display: flex;
		justify-content: space-between;
	}
	.pc_hide_nav {
		width: 16%;
		margin: 0;
		padding: 0;
	}
	.pc_hide_nav_inner_wrap .pc_hide_nav {
		width: 25%;
		margin: 0;
		padding: 0;
	}
	.pc_hide_nav_u {
		width: 20%;
		margin: 0;
		padding: 0;
	}
	.pc_hide_nav_inner {
		width: 68%;
		margin: 0;
		padding: 0;
	}
	.pc_hide_nav_inner_wrap .acms-list-group{

	}
}

.pc_hide_nav_wrap h2 {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px #FFF solid;
	font-size: 1.8rem;
}

.pc_hide_nav_inner_wrap h2 {
	padding: 15px 0 10px 0;
	margin: 0 10px;
	border-bottom: 1px #FFF dotted;
	font-size: 1.6rem;
}

.pc_hide_nav_wrap .acms-list-group {
    border: none !important;
}
.pc_hide_nav_wrap .acms-list-group-item {
    border-bottom: none;
    padding: 5px 10px !important;
}

.pc_hide_nav_wrap .acms-list-group-item:hover {
	background: rgba(255,255,255,0.10);
}

.pc_hide_nav_wrap h2 a:link,
.pc_hide_nav_wrap h2 a:active,
.pc_hide_nav_wrap h2 a:focus,
.pc_hide_nav_wrap h2 a:hover,
.pc_hide_nav_wrap h2 a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: 500;
}

.pc_hide_nav_wrap h2 a:hover {
	color: rgba(255,255,255,0.90);
}

.pc_hide_nav_wrap .acms-list-group-item:link,
.pc_hide_nav_wrap .acms-list-group-item:active,
.pc_hide_nav_wrap .acms-list-group-item:focus,
.pc_hide_nav_wrap .acms-list-group-item:hover,
.pc_hide_nav_wrap .acms-list-group-item:visited {
	color: #FFF;
	font-size: 1.2rem;
	text-decoration: none;
	display: block;
}

@media screen and (max-width:1023px){
	.mobile-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		display: none;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding-top: 48px;
		background-color: #ff5199;
		opacity: 0;
		transition-timing-function: cubic-bezier(.25,.46,.45,.94);
		transition-duration: .3s;
		transition-property: all;
	}

	.btn-attention {
		background: none;
		padding: 0;
		font-weight: 500;
		line-height: 1em;
		border: 0;
		display: block;
		border-radius:0;
	}

	.btn-attention:hover {
		color: rgba(255,255,255,0.90);
		text-decoration: none;
		background: none;
	}

	.btn-attention:visited,
	.btn-attention:focus,
	.btn-attention:active {
		color: #FFF;
		box-shadow:none;
		background: none;
	}

	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: none;
		color: #FFF;
		font-weight: 400;
		line-height: 1em;
		border: 0;
		display: block;
		padding: 0;
		border-radius: 0;
		font-size: 1.8rem;
	}
	.navbar a.btn-attention:hover {
		color: rgba(255,255,255,0.90);
		text-decoration: none;
	}
	.navbar a.btn-attention:visited,
	.navbar a.btn-attention:focus,
	.navbar a.btn-attention:active {
		color: #FFF;
		box-shadow:none;
		background: none;
	}

	.mobile-navbar-list a:not(.btn-attention),
	.mobile-navbar-list a:not(.btn-attention):hover,
	.mobile-navbar-list a:not(.btn-attention):visited,
	.mobile-navbar-list a:not(.btn-attention):active,
	.mobile-navbar-list a:not(.btn-attention):focus {
		color: #FFF;
	}
	.mobile-navbar-list li {
		font-weight: 500;
		padding:10px 0;
		margin: 0 10px;
		border-bottom: 1px #FFF solid;
		font-size: 1.8rem;
		line-height: 1em;
	}

	.mobile-navbar-list li a {
		display: block;
	}

	.mobile-navbar-list li a:visited,
	.mobile-navbar-list li a:focus,
	.mobile-navbar-list li a:active {
		color: #FFF;
	}

	.mobile-navbar-list li a:hover {
		color: rgba(255,255,255,0.90) !important;
		text-decoration: none;
	}

	.pc_hide_nav_wrap {
		display: block;
	}
	.mobile-nav-inner {
		display: block;
		padding: 20px;
	}
	.pc_hide_nav_inner_wrap {
		padding: 18px;
	}
}



/* TOP MENU */

.smryboxwrap {

}

.topsmry {
	display: flex;
	flex-wrap:wrap;
	border-top: 1px #CCC solid;
	border-left: none;
}

.smrybox {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
}

.smrybox:nth-child(4),
.smrybox:nth-child(8),
.smrybox:nth-child(12) {
	border-right: none;
}

.smrybox {
	width: calc(25% - 1px);
}

/*
.smrybox:nth-child(10) {
	width: calc(50% - 1px);
}
*/

.smrybox a {
	display: block;
}

.smrybox img {
	width: calc(100% - 1px);
	max-width: calc(100% - 1px);
	display: block;
}

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

	.smrybox {
		width: 100%;
	}

}

/* top_info */
.info_sct_wrap {
	background: #fbf0f3;
	margin-top: 60px;
}

.info_title_bg {
	background: url("/themes/site2019/images/top/info_title_bg2.png") no-repeat;
	background-position: right 10px bottom;
	background-size: contain;
	display: table;
	height: 360px;
	width: 100%;
}
	
.info_title_inner {
	display:table-cell;
	vertical-align: middle;
}

.title_img {
	max-width: 120px;
	height: auto;
	display: block;
	padding-right:50px;
	float: right;
}

@media screen and (max-width: 767px) {

	.info_title_bg {
		background-position: left 0 bottom 0;
		height: 200px;
	}
	.title_img {
		max-width: 100px;
		display: inline;
		height: auto;
		margin-left: 36px;
		float: none;
		padding: 0;
	}
}

.info_sct:first-child {
	padding-left: 0;
}

.info_sct .module-header {
	border-bottom: none;
}

.info_sct {
	margin-top:5px; 
}

.info_title {
	max-width: 360px;
}

@media screen and (max-width: 767px) {
	.info_title {
		max-width: 260px;
	}
}

a.module-index-link {
	font-size: 12px;
	background: none;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 7px;
	color: #666;
}

a.module-index-link:hover {
	background: none;
	color: #999;
	transition: 0.5s;
}

/* 1cloumn module header */
.info_sct_inner {
	padding: 10px 60px 0 0;
}

.info_sct_inner_list {
	padding: 10px 0 30px 0;
}

@media screen and (max-width: 1023px) {
	.info_sct_inner {
		padding: 10px 30px 0 0;
	}
}

.info_sct_header {
    position: relative;
    margin: 0;
    padding: 0;
    height: 30px;
}

.info_sct_header a.module-index-link {
	margin-bottom: 3px;
}

.info_sct_header a.module-index-link {
	padding: 0;
}
/* end */


.lstmrk {
	position: relative;
}
.lstmrk:before {
	position:absolute;
	content:'';
	top: 0;
	left: -15px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #e597b2;
}



.headline-dat {
	color: #999999;
	font-size: 1.0rem;
	vertical-align: middle;
}

.info_sct .headline-item {
	background-image: url("../../images/common/arrow.png");
	background-size: 9px 10px;
	background-repeat: no-repeat;
	background-position: right 5px bottom 50%;
}

.acms-label {
	background: #d9333f;
	border-radius: 8px;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	vertical-align: middle;
}

.headline-title {
	margin: 0 10px 0 0;
	font-size: 1.4rem;
}

/* ヘッドライン　リンクマウスオン */

.headline-link:hover {
	padding: 10px;
	background-color:rgba(229,151,153,0.2);
}

/* TOP BANNER */
.top_banner {
	padding: 5px;
}
.top_banner img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* PAGES */
.topicpath {
	margin-bottom: 0;
	padding: 10px 0;
	background: none;
	border-bottom: 1px #CCCCCC solid;
}

.topicpath-item {
	float: left;
	padding: 0 15px 0 20px;
	background: url(../../images/marker/icon_arrow.png?v=20200320102129) no-repeat 0;
	color: #fd98b5;
	font-size: 1.4rem;
}


.topicpath-item:first-child {
	padding: 0 15px 0 0;
	background: 0;
}
.topicpath-link {
	color: #666;
	font-size: 1.4rem;
}

.main {
	float: right;
	padding: 30px 30px 0 30px;
}

.side {
	padding-top: 20px;
}

@media screen and (min-width: 768px) {
	.main {
		border-left: 1px #B2B2B2 solid;
	}
	.side {
		padding-right: 0;
	}
	.spdng {
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	.main {
		border-left: none;
	}
	.side {
		padding-right: 10px;
	}
	.spdng {
		padding-right: 0;
	}
	.blank_img {
		display: none !important;
	}
}

.cntr_clm {
	margin: 0 auto;
	padding: 30px 30px 0 30px;
}

/* SUB */
.category_header {
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 5px #CCC solid;
}

.category_header h2 {
	font-weight: 600;
	font-size: 2.7rem;
	margin: 0 0 7px 0;
}

.category_header h2 .sps {
	letter-spacing: -5px;
}

.category_header p {
	font-weight: 300;
	font-size: 1.0rem;
	color: #333333;
	letter-spacing: 0.3em;
}

.category_header h2.dflt {
	letter-spacing:inherit;
}

@media screen and (max-width: 480px) {
	.category_header {display: none;}
}

 .acms-icon-arrow-small-right {
	 color: #B2B2B2;
	 vertical-align: bottom;
}

.mdl_header .acms-icon-arrow-small-right {
	margin: 0 0 0 0;	
}

/* モバイルナビゲーション */
.m_nav_wrap  .acms-icon-arrow-small-right {
	 color: #B2B2B2;
	 vertical-align: middle;
}

/* リストグループ */
.acms-list-group {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #333333;
}

.headline-item {
	border-bottom: 1px dotted #333333;
}
.headline-item:last-child {
	border-bottom: 1px solid #333333;
}

.acms-list-group-item {
	border-bottom: none;
	padding:15px 10px !important;
}

@media screen and (min-width: 768px) {
	/* リスト */
	a.list-link.acms-list-group-item {
		padding: 15px 20px 15px 10px;
		transition: padding .15s ease-out;
	}
	a.list-link.acms-list-group-item:hover {
		padding: 15px 10px 15px 20px;
		transition: padding .25s ease-out;
	}
	/* ラベルがあったとき */
	a.list-link.acms-list-group-label-parent {
		padding: 10px 30px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.list-link.acms-list-group-label-parent:hover {
		padding: 10px 30px 10px 20px;
	}
}

.side_nav_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_nav_list li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
}

.side_nav_list li a {
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 10px 10px 10px 0;
	transition: padding .15s ease-out;
}

.side_nav_list li a:hover {
	text-decoration: none;
	color: #333333;
	padding: 10px 0 10px 10px;
	background: #EEEEEE;
	transition: padding .15s ease-out, background-color .25s linear;
}

.side_u_arw {
	position:relative;
	padding: 0em 0 0 1.2em;
}

.side_u_arw:before {
	position:absolute;
	content:'';
	top: 6px;
	left: 5px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 9px 0 9px 10px;
	border-color: transparent transparent transparent #333333;
	
}

/* MAIN */

/* ------------------------------
　　カテゴリイメージ
------------------------------ */
.index-title-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 166px;
	color: #FFF;
	background: url(../../images/bg_other.jpg?v=2019101895357) #333 no-repeat center;
	background-size: cover;
}

.index-title-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
}

.index-title-inner {
	position: relative;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.index-title {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	display: none;
}
.index-title a {
	color: #FFF;
}

.index-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}



@media (min-width: 768px) {
	.index-title-wrapper {
		height: 294px;
	}
}

@media (min-width: 1024px) {
	.index-title-wrapper {
		height: 375px;
	}
}

.page-title-filter {
	background: none;
}

.pgwr {
	position: relative;
	width: 100%;
	padding-top: 41.7%; /* = height ÷ width × 100 */
}

.page-title-wrapper{
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: none;
	background-size:auto;
}


.page-title-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}


.page_img_wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FFF;
}

.page_img_wrapper img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:1023px) {
	.page_img_wrapper {
		padding-top: 50px;
	}
}

/* ------------------------------
　　カテゴリイメージ下のメニュー
------------------------------ */
.main_nav_wrap {
	background-color: #fff0f4;
}

@media screen and (min-width:768px) {
	.gairai_sp {
		display: none;
	}
}

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

.main_nav_inner {
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 10px;
	max-width: 1280px;
	display: flex;
	flex-wrap :wrap;
	justify-content:flex-start;
}

.main_nav_btn {
	width: 220px;
	max-width: 220px;
	margin: 3px 10px 3px 0;
	padding:0 0 0 ;
	border: 2px #ff6ea7 solid;
	border-radius: 30px;
}

@media screen and (max-width: 1023px) {
	.main_nav_inner {
		flex-wrap :wrap;
		justify-content:flex-start;
	}
}

@media screen and (max-width: 458px) {
	.main_nav_inner {
		margin: 0;
		display: block;
	}
	.main_nav_btn {
		width: 100%;
		max-width: calc(100% - 15px);
		margin: 6px;
	}
}

/*
.main_nav_btn a,
.main_nav_btn a:active,
.main_nav_btn a:visited {
	padding: 10px 12px 8px;
	display: block;
	text-decoration: none;
	color: rgba(0,0,0,0.7);
}
*/

/* ------------------------------
　　カテゴリイメージ下のメニュー
------------------------------ */
.main_nav_wrap {
	background-color: #fff0f4;
}

@media screen and (min-width:768px) {
	.gairai_sp {
		display: none;
	}
}

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

.main_nav_inner {
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 10px;
	max-width: 1280px;
	display: flex;
	flex-wrap :wrap;
	justify-content:flex-start;
}

/* 修正：ボタンの枠自体をFlexboxにして、中身（divやa）を強制的に100%の高さに引き伸ばす */
.main_nav_btn {
	width: 220px;
	max-width: 220px;
	margin: 3px 10px 3px 0;
	padding: 0;
	border: 2px #ff6ea7 solid;
	border-radius: 30px;
	display: flex;       /* 追加：高さを引き伸ばす */
	align-items: stretch;/* 追加：高さを引き伸ばす */
}

/* 追加：間に挟まっている div（.stay など）も高さを100%にしてFlexboxにする */
.main_nav_btn > div {
	width: 100%;
	display: flex;
	align-items: stretch;
}

@media screen and (max-width: 1023px) {
	.main_nav_inner {
		flex-wrap :wrap;
		justify-content:flex-start;
	}
}

@media screen and (max-width: 458px) {
	.main_nav_inner {
		margin: 0;
		display: block;
	}
	.main_nav_btn {
		width: 100%;
		max-width: calc(100% - 15px);
		margin: 6px;
	}
}

/* 修正：aタグをFlexboxにして、1行のテキストも上下左右の中央に配置する */
.main_nav_btn a,
.main_nav_btn a:active,
.main_nav_btn a:visited {
	display: flex;          /* flex に変更 */
	align-items: center;    /* 上下中央揃え */
	justify-content: center;/* 左右中央揃え */
	text-align: center;     /* 2行のときの中央揃え */
	width: 100%;            /* 横幅いっぱい */
	padding: 10px 12px;     /* 内側の余白 */
	box-sizing: border-box; /* パディング崩れ防止 */
	text-decoration: none;
	color: rgba(0,0,0,0.7);
}

/* 修正：背景色が変わる際も、角丸（border-radius）が綺麗に引き継がれるようにする */
.main_nav_btn a:hover,
.main_nav_btn div.stay a,
.main_nav_btn div.stay a:hover,
.main_nav_btn div.stay a:active,
.main_nav_btn div.stay a:visited {
	color: #FFFFFF;
	background: #ff6ea7;
	border-radius: 26px; /* 枠線の内側に綺麗に収まるように少し小さめの角丸に調整 */
	transition: 0.5s;
}

.main_nav_btn a:hover,
.main_nav_btn div.stay a,
.main_nav_btn div.stay a:hover,
.main_nav_btn div.stay a:active,
.main_nav_btn div.stay a:visited {
	color: #FFFFFF;
	background: #ff6ea7;
	border-radius: 30px;
	transition: 0.5s;
}


/* ------------------------------
　　エントリー
------------------------------ */


.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
    text-align: center;/*モバイル端末表示時の画像の配置調整*/
}

@media screen and (min-width:768px) {
	.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
		text-align:inherit;
	}
}

.outline_wap .acms-col-sm-9 {
	border-top: 1px #fd98b5 solid;
	padding-top: 16px;
}

.outline_wap .columnImage {
	max-width: 200px;
}

.column-image-center img {
	display: block;
	margin: auto;
}
.column-image-auto {
	width: 100%;
	max-width: 100%;
}
.page-title-under .page-title {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.0rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	margin: 10px 0;
	padding: 0;
}

.acms-page-header {
	border: none;
}

.dr_name {
	margin: 15px 0 0 0;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 30px 0 10px;
}

.dr_name a,
.dr_name a:link,
.dr_name a:hover,
.dr_name a:visited,
.dr_name a:active {
	text-decoration: none;
	color: #333333;
}

.pg_name {
	margin: 15px 0 0 0;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 30px 0 10px;
	color: rgba(0,0,0,0.60)
}

.pg_name a,
.pg_name a:link,
.pg_name a:hover,
.pg_name a:visited,
.pg_name a:active {
	text-decoration: none;
	color: rgba(0,0,0,0.60)
}

#sim_ttl {
	margin: 15px 0 0 10px;
	font-weight: 600;
	font-size: 2.1rem;
	padding: 30px 0 10px;
	color: #333333;
	border: none;
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.read_copy_wrap p {
	font-size: 1.5rem;
	line-height: 1.8em;
}

.privacy-m {
	margin-top: 10px;
	font-size: 1.4rem;
}

.att {
	padding-left: 2em;
	text-indent: -2em;
}

.entry {
	margin: 10px 10px 25px;
	border-bottom: none;
}

.entry-title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 3.6rem;
	border-bottom: none;
	padding: 20px 0 10px 60px;
	margin-bottom: 30px;
	background: url("../../images/common/hdmrk.png") no-repeat 0px 30px ;
	background-size: 50px auto;
}

.entry-title a:link,
.entry-title a:hover,
.entry-title a:visited,
.entry-title a:focus,
.entry-title a:active {
	color: #000;
	text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
 	.entry-title {
		font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	} 
}

.entry-info {
	font-size: 1.4rem;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 1.4rem;
}

/* タイトル */
.entry-column h2 {
	margin: 60px 10px 20px 10px;
	padding: 2px 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	font-size: 2.7rem;
	line-height: 1em;
	border: none;
	border-left: #fd98b5 solid 8px;
	color: #000000;
}

.entry-column .clearHidden+h2 {
	margin: 30px 10px 20px 10px;
}

#frst_h2,
.entry-column .acms-col-sm-3 h2,
.entry-column .acms-col-sm-4 h2,
.entry-column .acms-col-sm-6 h2,
.entry-column .acms-col-sm-8 h2,
.entry-column .acms-col-sm-9 h2 {
	margin: 0 10px 20px 10px;
}

@media all and (-ms-high-contrast: none) {
 	.entry-title {
		font-family: "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	} 
}

#top_headline-covid19_headline {
	margin: 0 10px 20px 10px;
	padding: 0 0 7px 0;
	font-weight: 500;
	font-size: 1.8rem;
	border: none;
	color: rgba(253,152,181,1.00);
}

.entry-column h3 {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.5em;
	background: none;
}
.entry-column h3::before {
	content: "●";
	color: rgba(253,152,181,1.00);
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}

.entry-column h4 {
	margin: 0 10px 20px 10px;
	padding: 10px 5px;
	font-weight: 500;
	font-size: 1.6rem;
}

.entry-column h5 {
	margin: 0 10px 10px 10px;
	padding: 5px 0;
	font-weight: 500;
	font-size: 1.6rem;
}

.entry-column h6 {
	margin: 0 10px;
	padding: 5px 0;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.75em;
}

.ph_hdwd {	
	margin: 0 10px 0px 6px !important;
	padding: 10px 5px !important;
	font-weight: 500 !important;
	font-size: 1.6rem !important;
	color: rgba(253,152,181,1.00);
}
	
#mrgnn {
	margin: 0 10px 0 0 !important;
}

span.add_title {
	font-weight: 300;
	font-size: 2.0rem;
	color: #000000;
	padding-left: 5px;
}

span.add_txt {
	font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "Yu Gothic", YuGothic, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	color: #000000;
	padding-left: 5px;
	line-height: 1em;
	vertical-align: middle;
}

div.bfr_title {
	font-weight: 300;
	font-size: 1.8rem;
	color: #000000;
	line-height: 1.2em;
}

div.h2_title {
	line-height: 1.2em;
}

#frst_h2_nb {
	border:none !important;
	margin-top: 0;
	padding: 0;
}

.entry_link_btn:link,
.entry_link_btn:hover,
.entry_link_btn:visited,
.entry_link_btn:active {
	background: #fd98b5;
	padding: 5px 10px 3px 20px;
	border-radius: 10px;
	font-size: 1.2rem;
	color: #FFFFFF !important;	
	text-decoration: none !important;
	position: relative;
}

.entry_link_btn::before {
	position: absolute;
	content: "";
	top:6px;
	left: 12px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFFFFF;
}

.entry_link_btn_sheet,
.entry_link_btn_reserve,
.entry_link_btn_mail {
	background: #fd98b5;
	padding: 8px 15px 8px 45px;
	border-radius: 20px;
	font-size: 2.2rem;
	color: #FFFFFF !important;	
	text-decoration: none !important;
	position: relative;
}

.entry_link_btn_sheet::before {
	position: absolute;
	content: url("../../images/contact/sheet.png");
	top: 5px;
	left: 15px;
}

.entry_link_btn_reserve::before {
	position: absolute;
	content: url("../../images/contact/reserve.png");
	top: 5px;
	left: 15px;
}

.entry_link_btn_mail::before {
	position: absolute;
	content: url("../../images/contact/mail.png");
	top: 5px;
	left: 15px;
}

/* ▼ ENTRY PARTS START ▼ */

.entry-column .read_txt {
/*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: 500;*/
}

.entry-column p {
	font-size: 1.5rem;
	line-height: 1.75em;
	margin-bottom: 20px;
	font-weight: 300;
}

.entry-column p.r__d {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.7rem;
	line-height: 1.75em;
	margin-bottom: 20px;
	font-weight: 500;
	color: rgba(111,75,62,1.00);
}

.entry-column p.summary-detail {
	font-size: 1.4rem;
}

.entry-column p.no_mrg {
	margin-bottom: 0;
}
.txt_r {
	text-align: right;
}

.cntr_txt {
	text-align: center;
}

.att_bg_wrap {
	padding-top: 30px !important;
	background-color: #fbf0f4;
	margin-bottom: 30px;
}

.flxbox_part {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.flxbox_part .flx_Image {
	width: 500px;
	max-width: 100%;
	display: block;
	margin: 10px auto 20px;
}

.flxbox_part h3 {
	margin: 10px 20px 20px;
}

.flxbox_part h3#rsv_title,
.flxbox_part h3#vst_title,
.flxbox_part h3#ltt_title {
	max-width: 100%;
	margin: 10px auto 20px;
}

.flxbox_part .flx_Image+.pink_lst {
	margin:0 20px 0;
	padding-right: 20px;
}

.att_bg2_wrap {
	background-color: #fbf0f4;
	padding: 20px;
	margin: 10px;
	width: 100%;
}

.att_bg2_inner {
	padding: 0 10px;
}

@media screen and (max-width:1023px) {
	.flxbox_part h3 {
		margin: 10px 0 20px;
	}
	.flxbox_part {
		display: block !important;
		width: 90%;
		box-sizing: border-box;
		margin:0 auto 30px;
	}

	.att_bg2_wrap {
		margin: 10px 0;
		padding: 0;
		width: 100%;
	}
	.flxbox_part .flx_Image+.pink_lst {
		margin:0;
		padding-right: 0;
	}
	.att_bg2_inner {
		padding: 10px 20px;
	}
}

.contact_box {
	display: inline-block;
	margin-left: 10px;
	padding: 16px;
	border: 3px #fc97b4 solid;
	border-radius: 10px;
	margin-bottom: 30px;
}

.contact_box::after {
	content:"";
	clear: both;
}

.file_dl {
	display: inline-block;
	margin:0 10px 30px;
	padding: 16px 16px 16px 6px;
	border-top: 1px #fc97b4 solid;
	border-bottom: 1px #fc97b4 solid;
	line-height: 1.75em;
}

.file_dl::after {
	content:"";
	clear: both;
}

.file_dl a:link,
.file_dl a:active,
.file_dl a:hover,
.file_dl a:visited,
.file_dl a:focus {
	text-decoration: none !important;
}

.acms-icon-config_entry_summary {
	vertical-align:baseline;
}

.num_block {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px #CCC dashed;
	line-height: 1.5em;
}
.time_block {
	line-height: 1.8em;
}

.entry_num_title {
	background: #fc97b4;
	border-radius: 20px;
	color: #FFF;
	font-size: 1.2rem;
	padding: 3px 8px;
}

.entry_tel::before {
	content: "TEL.";
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem !important;
	padding-right: 5px;
}

.entry_tel {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 2.2rem !important;
	position: relative;
}

.entry_tel a:link,
.entry_tel a:hover,
.entry_tel a:visited,
.entry_tel a:active,
.entry_tel a:focus {
	text-decoration: none !important;
	color: #000 !important;
}

.entry_fax::before {
	content: "FAX.";
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem !important;
	padding-right: 3px;
}

.entry_fax {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 2.2rem !important;
	position: relative;
}
.entry_mail::before {
	content: "Mail.";
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem !important;
}

.entry_mail {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 1.7rem !important;
	position: relative;
}

.entry_mail a,
.entry_mail a:link,
.entry_mail a:hover,
.entry_mail a:visited,
.entry_mail a:active {
	color:#333333;
	text-decoration: none !important;
}


.entry_tel + .entry_fax {
	margin-top: -20px;
}
.entry_fax + .entry_mail {
	margin-top: -20px;
}
.entry_tel + .entry_mail {
	margin-top: -20px;
}

/* 初診時の流れ */
dl.flw_line {
	overflow: hidden;
	zoom: 1;
}
dl.flw_line dt {
	width: 120px;
	margin: 0;
	padding: 20px 0px 20px 30px;
	float: left;
	clear: both;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: 500;
	background: url(../../images/common/flw_line.png) no-repeat 0 -10px;
	height: 120px;
}
dl.flw_line dt:first-child {
	background: url(../../images/common/flw_line_f.png) no-repeat 0 28px;
}

dl.flw_line dd {
	padding: 23px 0 20px 150px;
	margin: 0;
	font-size: 1.2rem;
	height: 120px;
}

@media screen and (max-width:767px) {
	dl.flw_line dt {
		background: none;
		float: none;
	}
	dl.flw_line dt:first-child {
		background: none;
	}

	dl.flw_line dt {
		width: 80px;
		padding: 20px 0px 5px 10px;
		font-size: 1.4rem;
		height: auto;
	}
	dl.flw_line dd {
		padding: 0 0 0 10px;
		margin: 0;
		font-size: 1.2rem;
		height: auto;
	}
	dl.flw_line dd img {
		max-width: 120px;
		padding-left: 10px;
	}
}

/* テーブル */

.wsps {
	white-space: nowrap;
}

.tbl_s_txt {
	font-size: 1.2rem;
}

.entry-column table {
	border-collapse: collapse;
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

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

.entry-column th,
.entry-column td {
	font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		font-size: 1.5rem;
		padding: 16px 20px;
	}
	
}

.entry-column .std_tbl {
	margin-bottom: 30px;
}

.entry-column .std_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .std_tbl table,
.entry-column .std_tbl th,
.entry-column .std_tbl td {
	border-collapse: collapse;
}
.entry-column .std_tbl th,
.entry-column .std_tbl td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.entry-column .std_tbl th {
	background-color: #ae9eae;
	color: #FFFFFF;
}

.entry-column .std_tbl th:first-child,
.entry-column .std_tbl td:first-child {
	border-left: none;
}
.entry-column .std_tbl td:last-child,
.entry-column .std_tbl th:last-child
{
	border-right: none;
}

@media screen and (max-width: 767px) {
	.entry-column .std_tbl th,
	.entry-column .std_tbl td {
		padding-left: 0;
	}
	.entry-column .std_tbl th:first-child {
		padding-top: 1em;
	}
	.entry-column .std_tbl td:last-child {
		padding-bottom: 1em;
	}
	.entry-column .std_tbl th:first-child,
	.entry-column .std_tbl th:last-child {
		border-left: none;
	}
	.entry-column .std_tbl td:first-child,
	.entry-column .std_tbl td:last-child {
		border-right: none;
	}
	.entry-column .std_tbl table {
		border-top: 1px solid #CCCCCC;
	}
	.entry-column .std_tbl tr {
		border-bottom: 1px solid #CCCCCC;
	}
}

.fx_tbl {
	table-layout: fixed;
}

.entry-column .crs_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .crs_tbl table,
.entry-column .crs_tbl th,
.entry-column .crs_tbl td {
	border-collapse: collapse;
}
.entry-column .crs_tbl th,
.entry-column .crs_tbl td {
	border: 1px solid #CCCCCC;
}
.entry-column .crs_tbl th {
	background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {


.crs_tbl .acms-table-scrollable td,
.crs_tbl .acms-table-scrollable th,
.crs_tbl .js-table-unit-scroll-hint td,
.crs_tbl .js-table-unit-scroll-hint th {
    display: table-cell!important;
	white-space:normal;
	}	

}

@media (max-width: 767px) {
	.acms-table-scrollable td,
	.acms-table-scrollable th,
	.js-table-unit-scroll-hint td,
	.js-table-unit-scroll-hint th {
		display: table-cell!important;
		white-space: nowrap;
	}
	.fx_tbl {
		table-layout:auto;
	}
}

/* テーブル（HTML編集モード用） */

.division_table {
	table-layout: fixed;
}

.dvsn_cell_150 {
	min-width: 100px;
}

.dvsn_indnt {
	margin: 0 0 10px 10px !important;
}

/* step table */
.entry-column .arw_tbl tr:nth-child(odd) {
	background: none;
}

.entry-column .arw_tbl table,
.entry-column .arw_tbl th,
.entry-column .arw_tbl td {
	border-collapse: separate;
	border-spacing: 0px 20px;
}

.entry-column .arw_tbl th {
	border-top: 2px solid #d38020;
	border-bottom: none;
	border-left: none;
	border-right: none;
	vertical-align: middle;
	position: relative;
	width: 80px;
	background-color: #d38020;
	color: white;
	text-align: center;
	padding: 20px 0;
}

.entry-column .arw_tbl td {
	border: 2px solid #d38020;
	border-radius: 0 5px 5px 0;
	vertical-align: middle;
	text-align: left;
	width: calc(100% - 80px);
	background-color: #FFF;
	padding: 20px;
}

.entry-column .arw_tbl th:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #d38020 transparent transparent transparent;
	border-width: 20px 40px 0 40px;
}

/* step table color change */
.entry-column .arw_tbl th.brwnth {
	border-top: 2px solid #855d3f;
	background-color: #855d3f;
}

.entry-column .arw_tbl td.brwntd {
	border: 2px solid #855d3f;
}

.entry-column .arw_tbl th.brwnth:after {
	border-color: #855d3f transparent transparent transparent;
}

/* list in a cell */
.indntblok {
	padding-left:1em;
	text-indent:-1em;
}

@media screen and (max-width: 768px) {
	.entry-column .arw_tbl th,
	.entry-column .arw_tbl td {
		display: table-cell;
	}
}


/* リスト */
.entry-column ul li {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column ul.pink_lst {
	padding: 0 0 0 1.5em;
}

.entry-column ul.pink_lst li {
	list-style: none;
	position: relative;
}

.entry-column ul.pink_lst li::before {
	content: "";
	background: url("../../images/common/pink_lst.png") no-repeat;
	background-size: 1em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0.3em;
	left: -1.0em;
}

.entry-column ul.pink_lst li {
	list-style: none;
	position: relative;
}

.entry-column ul.astrsk li {
	list-style: none;
	position: relative;
	line-height: 1.75em;
}

.entry-column ul.astrsk li::before {
	content: "";
	background: url("../../images/common/astrsk.png") no-repeat;
	background-size: 1em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0.4em;
	left: -1.0em;
}
.entry-column ul.astrsk2 li {
	list-style: none;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.75em;
}


.entry-column ul.astrsk2 li::before {
	content: "";
	background: url("../../images/common/astrsk.png") no-repeat;
	background-size: 1em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0.3em;
	left: -1.0em;
}

.std_tbl ul.pink_lst {
	margin: -50px 0 60px 0px;
}

/* 番号付きリスト */
.entry-column ol li {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column ol.splt_ol li {
	margin: 0 0 1em 0;
}

/* 定義リスト */
.entry-column dl {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column dt {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

.entry-column dd {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

/* 引用 */
.entry-column blockquote {
	font-size: 1.5rem;
	line-height: 1.75em;
	font-weight: 300;
}

/* ユニット */
.entry-column .caption {
	font-size: 1.3rem;
}


.entry-column a:link {
	text-decoration: underline;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: none;
}
.entry-column a:visited {
	color: #006DD9;
	text-decoration: underline;
}

/* SMALL FONTS */
/* タイトル */
.small_txt h2 {
	font-size: 1.8rem;
}

.small_txt h3 {
	font-size: 1.6rem;
}
.small_txt h4 {
	font-size: 1.4rem;
}

.small_txt h5 {
	font-size: 1.4rem;
}

.small_txt h6 {
	font-size: 1.3rem;
}

.small_txt span.add_title {
	font-size: 1.0rem;
}

.small_txt span.add_txt {
	font-size: 1.1rem;
}

/* 本文 */
.small_txt p {
	font-size: 1.3rem;
}

.small_txt p.r__d {
	font-size: 1.4rem;
}

.small_txt p.summary-detail {
	font-size: 1.2rem;
}

.small_txt .entry_tel::before {
	font-size: 1.2rem !important;
}

.small_txt .entry_tel {
	font-size: 2.0rem !important;
}

.small_txt .entry_fax::before {
	font-size: 1.2rem !important;
}

.small_txt .entry_fax {
	font-size: 2.0rem !important;
}



/* テーブル */

.small_txt th,
.small_txt td {
	font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
	.small_txt th,
	.small_txt td {
		font-size: 1.3rem;
	}
}

/* リスト */
.small_txt ul li {
	font-size: 1.3rem;
}

/* 番号付きリスト */
.small_txt ol li {
	font-size: 1.3rem;
}

/* 定義リスト */
.small_txt dl {
	font-size: 1.3rem;
}

.small_txt dt {
	font-size: 1.3rem;
}

.small_txt dd {
	font-size: 1.3rem;
}

/* 引用 */
.small_txt blockquote {
	font-size: 1.3rem;
}


/* SNSシェアボタン */
.share-item [class*="acms-icon"] {
	font-size: 2.2rem;
}

/* 続きを読むボタン */
.continue-link {
	font-size: 1.6rem;
}

/* FOOTER ABOVE */
.accs_info p {
	line-height: 1.5em;
	font-size: 1.4rem;
}

.smc {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8rem;
	vertical-align: middle;
}

.smcn {
	margin-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2.0rem;
	vertical-align: middle;
}

.h_name {
	color: #630;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 2.4rem;
}

.sitemap_tel {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
	.sitemap_tel a {
		pointer-events:none;
		text-decoration: none;
		color: #333333;
	}
}

.nm_wrap {
	margin-bottom: 0;
}

.footer_sc {
	max-width: 100%;
	height: auto;
}

.ftr_abv_left {
	padding-right: 15px;
}
.ftr_abv_right {
	padding-left: 15px;
	position: relative;
}

@media screen and (max-width: 767px) {
	.ftr_abv_left,
	.ftr_abv_right {
		padding: 5px;
	}
}

.rbpsn {
	position: absolute;
	right: -10px;
	bottom: -15px;
}

@media screen and (max-width: 390px) {
	.rbpsn {
		bottom: -30px;
	}
}

.sns-list-item .sns-list-facebook {
	background: none;
	color:#124f9a !important;
	font-size: 5rem;
}

/*
.ggl_wrap {
	position: relative;
	display: inline-block;
	padding-right: 63px;
	margin-top: 0;
}
.ggl_map {
	position: absolute;
	right: 0;
	bottom: 5px;
}
*/

.ggl_map {
	margin-top: 60px;
	height: 0;
	overflow: hidden;
/*	padding-bottom: 56.25%;*/
	padding-bottom:30%;
	position: relative;
}

.ggl_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.company-about {
	color: #000000;
	font-size: 1.6rem;
}
.company-name {
	margin: 0 0 10px;
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.5em;
	font-style: normal;
}
.company-detail {
	margin: 0 0 5px;
	color: #000000;
	font-size: 1.6rem;
	font-style: normal;
}
.company-detail a,
.company-detail a:hover,
.company-detail a:visited,
.company-detail a:active {
	color: #000000;
	text-decoration: none;
	pointer-events: none;
}

@media (max-width: 768px) {
	.company-detail a,
	.company-detail a:hover,
	.company-detail a:visited,
	.company-detail a:active {
		pointer-events: auto;
	}
}

.contact-box .mail-step {
	margin: 0 0 35px;
	padding: 0 10px;
	background: #FFF;
}

.contact-form, .contact-form-group {
	background: #FFF;
}

@media screen and (min-width: 768px) {
	.contact-form-label {
		border-bottom: 1px #F0F0F0 solid;
	}
}

.contact-form-control {
    border-bottom: 1px #F0F0F0 solid;
}

.contact-form {
	padding: 0 !important;
}

/* ▲ ENTRY PARATS END ▲ */

/* FOOTER2 */
.footer_wrapper2 {
	background: #999999;
	margin: 30px 0 0 0;
}
@media screen and (min-width: 768px) {

	.footer_wrapper2 .f_col_wrap {
		margin: 0 auto;
		padding: 10px 0 0 0;
		max-width: 1280px;
		display: flex;
		justify-content: space-between;
	}

	.footer_wrapper2 .foot_navbar ul {
		padding: 0;
		margin: 3px 0 0 0;
		list-style: none;
		font-size: 1.2rem;
	}
	.footer_wrapper2 .foot_navbar li {
		float: left;
		margin: 0;
		padding: 0 1em;
		text-align: center;
		vertical-align: middle;
		border-left: 1px #FFFFFF solid;
	}
	.footer_wrapper2 .foot_navbar li:last-child {

		border-right: 1px #FFFFFF solid;
	}
	.footer_wrapper2 .foot_navbar li a,
	.footer_wrapper2 .foot_navbar li a:link,
	.footer_wrapper2 .foot_navbar li a:hover,
	.footer_wrapper2 .foot_navbar li a:visited,
	.footer_wrapper2 .foot_navbar li a:active {
		color: #FFFFFF;
	}
	.copyright_txt {
		margin-top: 3px;
		font-size: 1.2rem;
		color: #FFFFFF;
		text-align: right;
	}
}

@media screen and (max-width: 767px) {

	.footer_wrapper2 .f_col_wrap {
		display: block;
	}
	
	.f_col {

	}
	
	.footer_wrapper2 .foot_navbar ul {
		padding: 20px 10px 10px 10px;
		margin: 0;
		list-style: none;
		font-size: 1.2rem;
		text-align: center;
	}
	.footer_wrapper2 .foot_navbar li {
		float: none;
		margin: 0;
		padding: 0 1em;
		text-align: center;
		vertical-align: middle;
		border-left: none;
		line-height: 1.5em;
	}
	/*
	.footer_wrapper2 .foot_navbar ul:after {
		content: "";
		clear: both;
		display: block;
	}
	*/
	.footer_wrapper2 .foot_navbar li:last-child {
		border-right: none;
	}
	.footer_wrapper2 .foot_navbar li a,
	.footer_wrapper2 .foot_navbar li a:link,
	.footer_wrapper2 .foot_navbar li a:hover,
	.footer_wrapper2 .foot_navbar li a:visited,
	.footer_wrapper2 .foot_navbar li a:active {
		color: #FFFFFF;
	}
	.copyright_txt {
		text-align: center;
		margin: 0;
		padding: 10px 0;
		font-size: 1.2rem;
		color: #FFFFFF;
	}
}

/* sitemap */
.sitemapwrap {
	/*
	background: #FFFFFF;
	*/
}

.sitemap_link {
	display: flex;
	flex-wrap:wrap;
}

.sitemap_box {
	border-right: 1px #CCC solid;
}

.sitemap_box a {
	text-decoration: none;
	color: #000;
}

.sitemap_box:last-child {
	border-right: none;
}

.sitemap_box {
	width: calc(100% / 6 - 1px);
}

.sitemap_box .smc {
	font-size: 0.9em;
	padding-right: 7px;
}

.sitemap_box .smcn {
	font-size: 1.1em;
}

.sitemap_box .h_name {
	font-size: 1.2em;
	font-weight: bold;
}

.sitemapfld {
}

@media screen and (max-width: 1023px) {
	.sitemap_box {
		width: calc(100% / 3 - 1px);
	}

	.sitemap_box:nth-child(3),
	.sitemap_box:last-child {
		border-right: none;
	}

	.sitemap_box:nth-child(1),
	.sitemap_box:nth-child(2),
	.sitemap_box:nth-child(3) {
		border-bottom: 1px #CCC solid;
	}
}

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

.sitemaplist {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	position: relative;
}


.sitemaplist li {
	line-height: 1.5;
	padding: 0 0.3em 0 2em;
	list-style-type: none;
	position:relative;
}

.sitemaplist li:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 11px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 50%;
	background-color: #000000;
}
 
.sitemaplist li:after {
	position:absolute;
	content:'';
	top: 3px;
	left: 14px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 5px 5px 5px 9px;
	border-color: transparent transparent transparent #FFFFFF;
  }


.sitemaplist li li {
	line-height: 1.5;
	padding: 0 0.3em 0 0;
	list-style-type: none;
	position:relative;
}

.sitemaplist li li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.sitemaplist li li:after {
	position:absolute;
	content:'';
	top: 0.2em;
	left: -9px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #000000;
  }

.sitemaplist li li li {
	line-height: 1.5;
	padding: 0 0.3em 0 0;
	list-style-type: none;
	position:relative;
}

.sitemaplist li li li:before {
	content: "";
	position: absolute;
	top: .1em;
	left: -10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 50%;
	background-color: #FFFFFF;
}

.sitemaplist li li li:after {
    content: "";
    position: absolute;
    top: 0.2em;
    left: -9px;
    width: 3px;
    height: 3px;
	background-color: #000000;
    border: 3px solid #FFFFFF;
    border-radius: 50%
}

/* footer */
.page-top-btn {
	position: fixed;
	right: 20px;
	bottom: 36px;
	background: url(../../images/marker/page_top.png) no-repeat 50%;
	width: 31px;
    height: 54px;
}


.foot-wrapper {
	margin: 60px 0 0 0;
	background: #e597b2;
	padding: 10px 0;
}


.arw_link_wrap {
	position: relative;
	height: 30px;
}
.arw_link_txt {
	font-size: 12px;
	padding: 5px 0 5px;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;;
	position: absolute;
    right: 0;
    bottom: 5px;
	color: #333;
}

.arw_link_txt a:hover {
	color: #999;
	transition: 0.5s;
	text-decoration: none;
}

.arw_link_txt a:link,
.arw_link_txt a:visited,
.arw_link_txt a:active {
	color: #333;
	text-decoration: none;
}

.lstmrk {
	position: relative;
}
.lstmrk:before {
	position:absolute;
	content:'';
	top: 1px;
	left: -10px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #e597b2;
}

.ftr_abv_right p {
	margin: 0.3em 0;
}

.ftr_abv_right a,
.ftr_abv_right a:hover,
.ftr_abv_right a:visited,
.ftr_abv_right a:active,
.ftr_abv_right a:link {
	color:#000;
	text-decoration: none;
}

.copyright {
	color: #FFF !important;
	font-size: 1.2rem;
}

.access_1::before {
	content: "●";
	color: #e597b2;
	font-size: 1.6rem;
	width: 16px;
	display: inline-block;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}

.access_2 {
	margin: 0.3em 0 1em 0 !important;
	padding-left: 1em;
}

.c_copy {
	margin: 1em 0 !important;
}


.ctccpy {
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-style: normal;
	color: #000000;
}

.rdcpy {
	margin: 5px auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-style: normal;
	color: #000000;
}

.footer_link_wrap {
	margin: 0;
	padding: 0;
}

.footer_link {
	margin: 10px auto 3px;
	padding: 0;
	border: none;
	text-align: center;
}

.footer_link li {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	border-top: none;
	border-bottom: none;
	display: inline;
	line-height: 20px;
	white-space: nowrap;
}

.footer_link li .f_link_list {
	display: inline;
	border-bottom: none;
	padding: 0;
}

.footer_link li .f_link_list {
	text-decoration: none;
	color: #000000;
}

.footer_link li .f_link_list:hover {
	color: #FFFFFF;
	transition: 0.3s ;
}

#map {
	width: 100%;
	height: 400px;
	background-color: grey;
}

.accs_map {
	/*
	position: relative;
	width: 100%;
	padding-top: 62.5%;*/ /* = height ÷ width × 100 */
}

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

/*
.accs_map iframe,
.accs_map object,
.accs_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/

.copyright {
	color: #000000;
}

/* モーダルコンテンツ */
.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 70%;
	max-width: 300px;
	padding: 30px 30px 15px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}


.modal-content .module-section {
	margin: 30px 0 50px 0;
}


/* モーダルコンテンツ内のsns */

.footer-sns-list {
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.footer-sns-list-item {
	margin: 0;
	padding: 5px;
	list-style: none;
	border-top: none;
	border-bottom: none;
	display: inline;
	text-align: center;
}
.footer-sns-list-item a:hover,
.footer-sns-list-item a:visited,
.footer-sns-list-item a:active,
.footer-sns-list-item a:focus {
	text-decoration: none;
}

/* 各種SNSボタン */
.footer-sns-list-item .footer-sns-list-facebook {
	/* Facebook */
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #1877F2;
	line-height: 1.5;
	text-align: center;
	font-size: 30px;
}
.footer-sns-list-item .footer-sns-list-facebook:before {
	vertical-align: middle;
}

.footer-sns-list-item .footer-sns-list-twitter {
	/* Twitter */
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #55ACEE;
	line-height: 1.5;
	text-align: center;
	font-size: 30px;
}
.footer-sns-list-item .footer-sns-list-twitter:before {
	vertical-align: middle;
}

.footer-sns-list-item .footer-sns-list-youtube {
	/* YouTube */
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #CD201F;
	line-height: 1.5;
	text-align: center;
	font-size: 30px;
}
.footer-sns-list-item .footer-sns-list-youtube:before {
	vertical-align: middle;
}

.f-sns-title {
	margin: 0 auto;
	padding: 30px 10px;
	border-bottom: 1px #CCCCCC solid;
}

.f-sns-title img {
	max-width: 100px;
}

/* シェアするボタン */
.footer_sns {
	margin: 10px auto 0;
	text-align: center;
}

.footer_sns img {
	max-width: 75px;
}

/* utility */
.phrs_mrg {
	margin-top: 60px;
}


.cntr {
	text-align: center;
}

#today {
    padding-top: 70px;
    margin-top: -70px;
}

/* ユニット内のボタン */
.entry_red {
	color: #d9333f;
}

.entry_line {
	background-image: linear-gradient(#fe3464, #fe3464);
	background-position: 0 50%;
	background-size: 100% 2px;
	background-repeat: repeat-x;
	color: #333;
	margin: 0;
	text-decoration: none;
}

.entry_u {
	
}

.entry_arw1,
.entry_arw2 {
	padding-left: 1em;
}

.entry_arw1:hover,
.entry_arw2:hover {
	color: #666666;
	font-weight: bold;
}

.entry_arw1:link,
.entry_arw1:visited,
.entry_arw1:active,
.entry_arw2:link,
.entry_arw2:visited,
.entry_arw2:active {
	color: #333333 !important;
	font-weight: bold;
}

.entry_arw1 {
	background: url("../../images/common/arrow.png") no-repeat 0 3px;
}
.entry_arw2 {
	
}

.entry-btn-default {
	
}

.entry-btn-attention {
	
}

/* ユニット内のグループ */
@media screen and (min-width: 480px) {
	.ug-bg-color {
		padding: 25px 15px;
	}
	.ug-bg-border {
		padding: 10px 10px 0 10px;
	}
	.ug-bg-border-top {
		padding: 10px 10px 0 10px;
	}
}

.ug-bg-color {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	background: #FFFFFF;
	zoom: 1;
}

.ug-bg-color::after {
	content: "";
	clear: both;
	display: block;
}

.ug-bg-border {
	margin: 0 10px 25px 10px;
	padding: 10px 10px 0 10px;
	border: 1px #CCC solid;
}

.ug-bg-border h3 {
	padding-bottom: 5px;
	border-bottom: 1px #CCC solid;
}


.ug-bg-border-top {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	border-top: 3px #CCC solid;
}

.ug-bg-color h2,
.ug-bg-color h3,
.ug-bg-color h4,
.ug-bg-color p {
	color: #000000;
}

.separate_top {
	padding-top:20px; 
}

.separate_top_50 {
	padding-top:50px; 
}

/* DEPARTMENT */
.d_nav {
	margin: 10px;
	padding: 0;
	border: 1px #EEEEEE solid;
	position: relative;
}

.d_nav:hover {
	border: 1px #999999 solid;
}

.d_nav:hover::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 17px solid transparent;
    border-right: 17px solid #CCCCCC;
	transition: border .25s ease-out;
	position: absolute;
    z-index: 100;
}

.d_nav a,
.d_nav a:link,
.d_nav a:hover,
.d_nav a:visited,
.d_nav a:active {
	text-decoration: none;
	color: #333333;
}

.d_nav_txt {
	font-size: 1.4rem;
	line-height: 1.75em;
	padding: 0 20px 20px 20px;
	margin: 0;
}

.d_nav_ttl {
	ont-family: 'Noto Sans JP', sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
	margin: 0;
	padding: 30px 20px 10px 20px;
	line-height: 1em;
}

.d_nav_arw {
	position:relative;
	padding: 0em 0 0 .8em;
}

.d_nav_arw:before {
	position:absolute;
	content:'';
	top: 3px;
	left: 2px;
	height:0;
	width:0;
	border-style: solid;
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent #999999;
	
}

/* フロート解除 */
@media screen and (max-width: 767px) {
	.side,
	.main {
		float: none;
	}
}

.staff_ph {
	position: relative;
}

.staff_ph .column-image-left {
	float: left;
	width: 280px;
}

.staff_ph .column-image-left img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


.staff_ph .staffname {
	position: absolute;
	top: 350px;
	left: 280px;
	font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
	.staff_ph {
		position:static;
	}
	.staff_ph .staffname {
		position:static;
		font-size: 1.8rem;
	}
	.staff_ph .column-image-left {
		float: none;
	}
	.staff_ph .column-media-left {
		float: none;
	}
}

.column-pdf-image {
	border: none;
}

/* 230928 top banner */
.sp-container .pc_disp img,
.sp-container .sp_disp img {
	max-width: 100%;
	margin: 50px auto;
}
@media screen and (min-width: 768px) {
	.sp-container .pc_disp img {
		display: none !important;
	}
	.sp-container .pc_disp  {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.sp-container .sp_disp img {
		display: none !important;
	}
	.sp-container .sp_disp  {
		text-align: center;
	}
}

/*250417 add tilemenu+banner*/
.bnr_box {
    position: relative;
    overflow: hidden;
	text-align: center;
	background-color: #FFF;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	padding-top: 5px;
}
.bnr_box > a:before{
    content:"";
    position: absolute;
    width:100vw;
    height:100vh;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    left:50%;
    top:50%;
}

/*260516 add fit-table*/

.fitable-container {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important; 
	gap: 20px !important;
	width: max-content !important;
}

.custom-fitable {
	border-collapse: collapse !important;
	width: auto !important;
	flex: 0 0 auto !important;
}

.custom-fitable,
.custom-fitable tr,
.custom-fitable th,
.custom-fitable td,
.entry-column .custom-fitable tr:nth-child(odd) {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: none !important;
	background-image: none !important;
	background-color: transparent !important;
}

.custom-fitable tr {
	display: table-row !important;
}
.custom-fitable th,
.custom-fitable td {
	display: table-cell !important;
	padding: 8px 12px !important;
	text-align: left;
	white-space: nowrap;
}

.custom-fitable .text-right {
	text-align: right !important;
}

@media (max-width: 768px) {
	.fitable-container {
		flex-direction: column !important; 
		width: max-content !important;
	}
}

/* marker disc size */

.entry-column ul.big_disc {
  margin: 0;
  padding: 0;
}

ul.big_disc li {
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  padding-left: 18px;
  margin-bottom: 0.6em;
  list-style: none;
}

ul.big_disc li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.65em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
}

ul.big_disc .label {
  flex-shrink: 0;
  width: 4.2em;
  margin-right: 0;
}

ul.big_disc .text {
  flex-grow: 1;
}

/* fix */
@media screen and (max-width: 767px) {
	.gairai_sp .main_nav_inner {
		display: block !important;
		padding: 10px 15px !important;
	}

	.gairai_sp .main_nav_btn {
		width: 100% !important;
		max-width: 100% !important;
		margin: 8px 0 !important;
		box-sizing: border-box !important;
	}
	
	.gairai_sp .main_nav_btn a {
		padding: 12px 15px !important;
	}
}