@charset "UTF-8";

html {
    font-size: 62.5%;
}

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

/* リンクの設定 */
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 {
}


/* 最大幅 */
.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 */

@media (min-width: 1024px) {
	.navbar ul li a {
		font-size: 18px;
	}
}
.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: 230px;
    margin: 5px 0;
}

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255,255,255,0.77);
	border-top: none;
	border-bottom: none;
	padding: 0;
/*	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: auto;
}

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

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

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

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

.nav-menu-btn-text {
	display: block;
	margin: 5px auto;
	text-align: center;
}

@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: 30px;
		height: 2px;
		margin: 6px 0;
		vertical-align: middle;
		background-color: #CCCCCC;
		border-radius: 1px;
		-webkit-transition: .1s all;
				transition: .1s all;
	}
	.icon-toggle-menu:before,
	.icon-toggle-menu:after {
		position: absolute;
		display: block;
		width: 30px;
		height: 2px;
		background-color: #CCCCCC;
		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: 36px;
		-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: 36px;
		-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;
}

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

.top_entry_wrap h2 {
	margin: 0 0 20px 0 !important;
	padding: 7px 5px !important;
	background: #006ebb;
	text-align: center;
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600 !important;
	color: #FFF !important;
	font-size: 2.7rem !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;
}

/* ------------------------------
　　スライダー
------------------------------ */
.acms-admin-module-edit-wrapper .acms-admin-module-edit {
    position: absolute;
	top:inherit;
    bottom: 0;
    right: 0;
    margin: 0;
}

/* SLIDER */

.top_slider {
	margin: 0;
}



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

.main-slider-text-wrap_pv {
	height: 100%;
	margin: auto;
}


.main-slider-text-outer {
	position: relative;
}

.main-slider-text-inner {
	position: absolute;
	text-align: center;
	padding: 0;
	top:21vh;
	left: 0;
	right: 0;
}

/* 02 right & bottom */

.main-slider-text-inner_rb {
	position: absolute;
	display: table-cell;
	text-align: left;
	right: 0;
	bottom: 100px;
	padding: 10px 20px;
	background: rgba(0,0,0,0.33);
}
/* 02 left & bottom */

.main-slider-text-inner_lb {
	position: absolute;
	display: table-cell;
	text-align: left;
	left: 0;
	bottom: 100px;
	padding: 10px 20px;
	background: rgba(0,0,0,0.33);
}

/* 02 left & top */

.main-slider-text-inner_lt {
	position: absolute;
	display: table-cell;
	text-align: left;
	left: 0;
	top: 39%;
	padding: 10px 20px;
	background: none/*rgba(0,0,0,0.33)*/;
}

.main-slider-text-inner_ew {
	position: absolute;
	display: table-cell;
	text-align: left;
	left: 0;
	top: 100px;
	padding: 10px 20px;
	background: none;
	background: rgba(255,255,255,0.51);
}

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

.main-slider-side-copy {
	margin-top: 11px;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1em;
	vertical-align: middle;
	padding: 0;
	font-size: 1.6rem;
}

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

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

@media screen and (max-width: 1023px) {
	.main-slider-text-inner_js {
		top: 150px;
	}

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

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

.sldr_arw_wrap {
	position: relative;
}

.sldr_arw {
	position: absolute;
	bottom: 10px;
	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: -77px 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: #006ebb;
}

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

@media screen and (max-width: 1023px) {
	.slick-dots {
		display: none !important;
	}
	.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(80vh);
	}
	.fix-height {
		height: calc(80vh);
		/* はじめのちらつき防止 */
	}
}

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

@media screen and (min-width: 1024px) {
	.head-wrapper {
		height: auto;
		width: 100%;
		top:0 !important;
	}
}

@media screen and (max-width: 1023px) {
	.head-wrapper {
		height: auto;
		width: 100%;
		top:0 !important;
	}
}

.pv_prdt_logo img {
	margin: 10px 0 0 0;
}

.main-slider-text-inner_js .pv_prdt_logo img {
	margin: 10px auto 0;
}

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

/* 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;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.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 #2e623a;
	}
	.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 #2e623a;
	}
	.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: #2e623a;
		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: #2e623a;
}

.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: #2e623a;
	color: #FFF;
	font-weight: 400;
	line-height: 1.3em;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	font-size: 1.4rem;
	border-radius: 15px;
}
.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;
	}
	.hide_pc {
		display: none !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: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: rgba(35,24,21,0.90);
		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;*/
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 7px 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;
		color: #CCCCCC;
	}
	.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-navbar-list li {
		font-weight: 500;
		padding: 0;
		margin: 0;
		border-bottom: 1px #FFF dotted;
		font-size: 1.8rem;
		line-height: 3em;
	}

	.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.9) !important;
		text-decoration: none;
		background: rgba(255,255,255,0.51);
		transition: background 0.3s;
	}

	.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: 50px;
		padding-bottom: 50px;
		background-color: rgba(35,24,21,0.90);
		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;*/
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 7px 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.mobile-navbar-list {
		margin: 0;
		padding: 0;
		line-height: 2.4;
		text-align: left;
		list-style: none;
		font-size: 18px;
		color: #CCCCCC;
	}
	.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-navbar-list li {
		font-weight: 500;
		padding: 0;
		margin: 0;
		border-bottom: 1px #FFF dotted;
		font-size: 1.8rem;
		line-height: 3em;
	}

	.mobile-navbar-list li a {
		display: block;
		padding: 0 10px;
	}

	.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.9) !important;
		text-decoration: none;
		background: rgba(255,255,255,0.51);
		transition: background 0.3s;
	}

	.pc_hide_nav_wrap {
		display: block;
	}

	.pc_hide_nav_inner_wrap {
		padding: 18px;
	}
}

/* TOP */

.section-heading {
	font-size: 3.6rem;
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
}

.suggest-box .section-heading {
	color: #FFF;
}

/* top_info */
.top_info_header {
	border: none;
	margin-top: 46px;
}


.info_title {
	max-width: 180px;
}


a.module-index-link {
	font-size: 1.2rem;
	line-height: 1em;
	background: #d9d9d9;
	padding: 5px 7px 5px 7px;
	display: inline-block;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 7px;
	color: #666;
}

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

/* 1cloumn module header */
.module-header {
	border-bottom: none;
}

.flex_btn {
	font-size: 1.2rem;
	line-height: 1em;
	background: #9d6e35;
	padding: 5px 10px 5px 7px;
	/* display: inline-block; */
	display: inline-flex;
	position:absolute;
	right: 0;
	bottom: 7px;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 7px;
	color: #FFF;
}

.flex_btn,
.flex_btn:visited,
.flex_btn:active,
.flex_btn:hover {
	color: #FFF;
	text-decoration: none;
	border: none;
}

.flex_btn:hover {
	background-color: #D3AD7E;
	transition: background-color 0.3s;
}

.flex_btn .acms-icon-arrow-small-right {
	color: #FFF;
	padding-right: 3px;
}

.sctn_link_mark {
	margin-top: 1px;
}

.sctn_link_btn {
	margin-top: 1px;
	background-color: none;
}

.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 #006ebb;
}



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


.uptxt {
	/*text-transform: uppercase;*/
	text-transform: lowercase;
	color: #999999;
	font-size: 1.2rem;
	line-height: 1em;
}

.acms-label {
	background: none;
	border-radius: 0;
	font-weight: 500;
	color: #000000;
	font-size: 1.2rem;
	line-height: 1em;
	vertical-align: middle;
}

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

.new_hdln {
	background: #d8261b;
	border-radius: 3px;
	font-weight: 500;
	color: #FFFFFF;
	font-size: 1.2rem;
	line-height: 1em;
	vertical-align: middle;
	padding: 2px 7px 3px;
}

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

.headline-link:hover {
	padding: 10px;
	background-color:rgba(0,0,0,0.05);
}

/* 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 #EEE solid;
}

.topicpath-item {
	float: left;
	padding: 0 15px 0 20px;
	background: url(../../images/marker/icon_arrow.png?v=20200320102129) no-repeat 0;
	color: #333;
	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: 18px 30px 0 30px;
}

.side {
	padding-top: 20px;
}

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

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

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

.side .module-heading {
	margin-left: 10px;
	font-size: 2.5rem;
}

.side .acms-form-action {
	margin-left: 10px;
}

/* 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 #666666;
}

.side .acms-list-group {
    border-top: 1px dotted #CCC;
}



.headline-item {
	border-bottom: 1px solid #666666;
}

.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;
	}
	.stay a.list-link.acms-list-group-item {
		background: #ff842e;
		color: #FFFFFF;
	}
	a.list-link.acms-list-group-item:hover {
		padding: 15px 10px 15px 20px;
		background-color:rgba(0,0,0,0.05);
		transition: background-color .15s ease-out;
	}
	.stay a.list-link.acms-list-group-item:hover {
		background: #ff842e;
		color: #FFFFFF;
	}
	.pc_hide_nav_u .stay a.list-link.acms-list-group-item {
		padding: 15px 10px 15px 20px;
		background-color:rgba(0,0,0,0.05);
	}
	.pc_hide_nav_u .stay a.list-link.acms-list-group-item:hover {
		padding: 15px 10px 15px 20px;
		background-color:rgba(0,0,0,0.05);
		transition: background-color .15s ease-out;
	}
	/* ラベルがあったとき */
	a.list-link.acms-list-group-label-parent {
		padding: 10px 30px 10px 10px;
		transition: padding .15s ease-out;
	}
	.stay a.list-link.acms-list-group-label-parent {
		background: #ff842e;
		color: #FFFFFF;
	}
	a.list-link.acms-list-group-label-parent:hover {
		padding: 10px 30px 10px 20px;
		background-color:rgba(0,0,0,0.05);
		transition: background-color .15s ease-out;
	}
	.stay a.list-link.acms-list-group-label-parent:hover {
		background: #ff842e;
		color: #FFFFFF;
	}

	.pc_hide_nav_u .stay a.list-link.acms-list-group-label-parent {
		padding: 15px 10px 15px 20px;
		background-color:rgba(0,0,0,0.05);
	}

	.pc_hide_nav_u .stay a.list-link.acms-list-group-label-parent:hover {
		padding: 15px 10px 15px 20px;
		background-color:rgba(0,0,0,0.05);
		transition: background-color .15s ease-out;
	}

}

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

.side_nav_list li {
	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{
	height: 200px;
}

.copy_wrap {
	position: relative;
	height: 80vh;
}

.pst_about_us .page-description {
		position: absolute;
		top: 63%;
		left: 0;
		padding: 5px 10px;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 4.6rem;
		color: #000;
		background: rgba(255,255,255,0.77);
}

.pst_outline .page-description {
		position: absolute;
		top: 15%;
	left: 0;
	right: 0;
	text-align: center;
		padding: 15px 20px;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 4.6rem;
		color: #fff;
		/*background: rgba(255,255,255,0.77);*/
}
.pst_contact .page-description {
		position: absolute;
		top: 15%;
	left: 0;
	right: 0;
	text-align: center;
		padding: 15px 20px;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 4.6rem;
		color: #fff;
		/*background: rgba(255,255,255,0.77);*/
}

.pst_recruit .page-description {
		position: absolute;
		top: 15%;
	left: 0;
	right: 0;
	text-align: center;
		padding: 15px 20px;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 4.6rem;
		color: #fff;
		/*background: rgba(255,255,255,0.77);*/
}


.pst_information .page-description {
	position: absolute;
	top: 30vh;
	left:20px;
	font-size: 4.6rem;
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	background: none;
}


@media (min-width: 768px) {
	.page-title-wrapper {
		height: calc(80vh);
	}

	.page-description {
		top: 100px;
		font-size:4.6rem;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #fff;
	}
	
	h1.page-title,
	p.page-title {
		position: absolute;
		bottom: 100px;
		right: 0;
		padding: 15px 20px;
		background: rgba(0,0,0,0.33);
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 3.6rem;
		color: #fff;
	}
}

@media (max-width: 767px) {
	.copy_wrap {
		position: relative;
		height: 50vh;
	}

	.page-description {
		top: 100px;
		font-size:2rem;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		color: #fff;
	}
	h1.page-title,
	p.page-title {
		position: absolute;
		bottom: 10px;
		right: 0;
		padding: 5px 10px;
		background: rgba(0,0,0,0.33);
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 2.0rem;
		color: #fff;
	}

	.pst_about_us .page-description {
		position: absolute;
		top: 53%;
		left: 0;
		padding: 5px 10px;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 2rem;
		color: #000;
		background: rgba(255,255,255,0.77);
}
	.pst_information .page-description {
		position: absolute;
		top: 33%;
		left: 0;
		padding: 5px 10px;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 300;
		font-style: normal;
		font-size: 2rem;
		color: #fff;
		background: none;
}

	.pst_outline .page-description {
			position: absolute;
			top: 15%;
		left: 0;
		right: 0;
		text-align: center;
			padding: 15px 20px;
			font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-weight: 300;
			font-style: normal;
			font-size: 2rem;
			color: #fff;
			/*background: rgba(255,255,255,0.77);*/
	}
	.pst_contact .page-description {
			position: absolute;
			top: 15%;
		left: 0;
		right: 0;
		text-align: center;
			padding: 15px 20px;
			font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-weight: 300;
			font-style: normal;
			font-size: 2rem;
			color: #fff;
			/*background: rgba(255,255,255,0.77);*/
	}

	.pst_recruit .page-description {
			position: absolute;
			top: 16%;
		left: 0;
		right: 0;
		text-align: center;
			padding: 15px 20px;
			font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			font-weight: 300;
			font-style: normal;
			font-size: 2rem;
			color: #fff;
			/*background: rgba(255,255,255,0.77);*/
	}

}

/* ------------------------------
　　カテゴリイメージ下のメニュー
------------------------------ */
.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_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;
}

/* ------------------------------
　　INDEX
------------------------------ */

/* 続きを読むボタン */
.continue_flx {
	text-align: center;
	margin-bottom: 50px;
}

.entry-column .continue_flx_link {
	font-size: 1.8rem;
	line-height: 1em;
	background: #9d6e35;
	padding: 10px 20px 10px 15px;
	display: inline-flex;
	right: 0;
	bottom: 7px;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 7px;
	color: #FFF !important;
	text-decoration: none !important;
}

.entry-column .continue_flx_link:visited,
.entry-column .continue_flx_link:active,
.entry-column .continue_flx_link:hover {
	color: #FFF !important;
	text-decoration: none !important;
	border: none;
}

.entry-column .continue_flx_link:hover {
	background-color: #D3AD7E;
	transition: background-color 0.3s;
}

.entry-column .continue_flx_link .acms-icon-arrow-small-right {
	color: #FFF !important;
	padding-right: 3px;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
	/* 続きを読むボタン */
	.continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}


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


.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 {
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1.5em;
	font-size: 3.0rem;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}

.page-description {
	color: #FFFFFF;
	line-height: 1.5em;
}

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

#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: 0 0 25px;
	border-bottom: none;
}

.ctgr_title,
.entry-title {
	border-bottom: none;
	text-align: left;
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700 !important;
	color: #333;
	font-size: 3.0rem;
}

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

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

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

/* タイトル */
.contact-box h2,
.entry-column h2 {
	font-weight: 500;
	font-style: normal;
	line-height: 3.em;
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3.0rem;
	border-bottom: #CCC 1px dotted;
	border-left: none;
	margin:0 10px 20px;
	padding: 5px 0;
	color: #333;
}

span.entry-title-kana {
	font-size: 1.4rem;
	line-height: 2.0rem;
	vertical-align: middle;
}

.contact-box h3.contact-form-heading,
.entry-column h3 {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 1.5em;
	background: none;
}

.contact-box h3.contact-form-heading,
.contact-box h2 {
	margin: 50px 0 20px;
}

.entry-column h3+h4 {
	padding-top: 10px;
}

.entry-column h4 {
	margin: 0 10px 5px 5px;
	padding: 0 5px;
	font-weight: 600;
	font-size: 1.9rem;
}

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

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

.entry-column p.palttxt {
	font-feature-settings:'palt';
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
}

.contact_entry p.palttxt {
	margin-bottom: 10px;
}


.lft_bdr_clm {
	margin: 0 10px;
}

.lft_bdr_clm::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	margin-bottom: 30px;
}

@media screen and (min-width:768px) {
	#myzk_rsv_mrg{
		margin-bottom: 55px;
	}
	#clnc_rsv_mrg{
		margin-bottom: 107px;
	}
}

.lft_bdr {
	border-left: 2px dotted #333333;
}

@media screen and (max-width:767px) {
	.lft_bdr {
		border-left: none;
		padding-top: 30px !important;
	}
	.lft_bdr:first-child {
		border-left: none;
		padding-top: 0 !important;
	}
}

.bdr_btm {
	border-bottom: 1px #333333 solid;
	margin: 40px 0 30px;
}

.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-size: 1.6rem;
}

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: #ff842e;
	padding: 5px 18px 5px 28px;
	border-radius: 20px;
	font-size: 1.6rem;
	color: #FFFFFF !important;	
	text-decoration: none !important;
	position: relative;
	display: block;
}

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

.entry_link_btn:hover {
	background: #FFA363;
}


.entry_link_btn_tel:link,
.entry_link_btn_tel:hover,
.entry_link_btn_tel:visited,
.entry_link_btn_tel:active,
.entry_link_btn_reserve:link,
.entry_link_btn_reserve:hover,
.entry_link_btn_reserve:visited,
.entry_link_btn_reserve:active,
.entry_link_btn_mail:link,
.entry_link_btn_mail:hover,
.entry_link_btn_mail:visited,
.entry_link_btn_mail:active {
	background: #ff842e;
	padding: 5px 18px 5px 43px;
	border-radius: 20px;
	font-size: 1.6rem;
	color: #FFFFFF !important;	
	text-decoration: none !important;
	position: relative;
	display: block;
}

.entry_link_btn_tel:hover,
.entry_link_btn_reserve:hover,
.entry_link_btn_mail:hover {
	background: #FFA363;
}

.entry_link_btn_tel::before {
	position: absolute;
	content: url("../../images/common/tel_btn.png");
	top: 7px;
	left: 12px;
}

.entry_link_btn_reserve::before {
	position: absolute;
	content: url("../../images/common/rsv_btn.png");
	top: 6px;
	left: 12px;
}

.entry_link_btn_mail::before {
	position: absolute;
	content: url("../../images/common/mail.png");
	top: 7px;
	left: 12px;
}

.lft_bdr {
	position: relative;
}

.lft_bdr .mrgnn {
	position: absolute;
	width: calc(100% - 20px);
	bottom: 0;
}

.lft_bdr .palttxt {
	padding-bottom: 50px;
}

/* ▼ ENTRY PARTS START ▼ */

.entry-column .read_txt {
/*    font-family: "Noto Serif JP ",  "游明朝", "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.8rem;
	line-height: 1.75em;
	margin-bottom: 20px;
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
}

.contact-box p {
	font-size: 1.8rem;
	line-height: 1.75em;
	margin-bottom: 20px;
	font-family: "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
}


.entry-column p.mrgnn {
	margin-bottom: 0;
}
.entry-column p.mrg60 {
	margin-bottom: 60px;
}
.entry-column p.mrg30 {
	margin-bottom: 30px;
}

.entry-column p.entry_caution_text {
	background: url("../../images/common/caution.png") no-repeat 0 0;
	padding: 0 0 1em 1.2em;
	font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.5em;
}

.entry-column p.r__d {
	font-family: "Noto Serif JP ",  "游明朝", "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: 20px 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: "Noto Serif JP ",  "游明朝", "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;
}

.entry-column .plan_table table th {
	width:180px;
}


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

.entry-column th,
.entry-column td {
	font-size: 1.8rem;
}
.entry-column th {
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		font-size: 1.8rem;
		padding: 16px 20px;
		border: 1px solid #CCC;
	}
	
}

.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: #eeeeee;
	color: #000000;
}

@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 table {
		border: none;
	}
	.entry-column .std_tbl tr {
		border: none;
	}
	.entry-column .std_tbl th,
	.entry-column .std_tbl td {
		padding: 5px 7px 3px !important;
		border: none;
	}

	.entry-column .std_tbl .scroll-hint th,
	.entry-column .std_tbl .scroll-hint td {
		border: 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 {
    margin: 0 10px 25px 0;
    padding: 0 0 0 2em;
}

.lft_bdr ul {
	margin: 0 10px 0 0;
}


.entry-column ul li {
	font-size: 1.8rem;
	line-height: 1.75em;
}

.entry-column ul.sqr_list {
	padding-left: 10px;
	list-style: none;
}

.entry-column ul.sqr_list li {
	list-style: none;
	position: relative;
	padding-left: 1.5em;
	font-size: 1.8rem;
	line-height: 1.5em;
}

.entry-column ul.sqr_list li::before {
	position: absolute;
	top: 5px;
	left: 0px;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: none;
	background-color: #ff842e;
}

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

.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: 4px;
	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 {
    margin: 0 10px 25px 0;
    padding: 0 0 0 2em;
}

.entry-column ol li {
	font-size: 1.8rem;
	line-height: 1.75em;
}

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

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

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

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

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

/* ユニット */
.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 */
.page-top-btn {
	position: fixed;
	right: 20px;
	bottom: 36px;
	background: url(../../images/marker/btn_pageTop.png) no-repeat 50%;
	width: 44px;
    height: 44px;
}


.foot-wrapper {
	margin: 0;
	background: #2d6039;
	padding: 30px 0 20px;
	position: relative;
}

.footer_nav {
	display: block;
	margin: 0 auto;
}

	.sns_link {
		position: unset;
		text-align: center;
		display: flex;
		justify-content: center;
		margin: auto;
	}

	.sns_link p {
		margin: 0;
		padding: 0 0 10px 20px;
		font-size: 1.2rem;
	}


@media (max-width: 767px) {
	.sns_link {
		position: unset;
		text-align: center;
		display: flex;
		justify-content: center;
		margin: auto;
	}

	.sns_link p {
		margin: 0;
		padding: 0 0 10px 20px;
		font-size: 1.2rem;
	}
}

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

	.footer_nav .navbar {
		padding-top: 10px;
		display: inline-block;
		vertical-align: middle;
	}
	.footer_nav .navbar > ul {
		/*float: right;*/
		padding: 0;
		list-style: none;
	}
	.footer_nav .navbar > ul {
		display:flex;
		justify-content: center;
		float: none;
		width: 100%;
		table-layout: fixed;
	}
	.footer_nav .navbar li {
		position: relative;
		margin: 0 10px;
		text-align: center;
		vertical-align: middle;
		font-family: "Noto Serif JP ",  "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
/*	.footer_nav .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.footer_nav .navbar li {
		display: table-cell;
		float: none;
		border-left: 1px solid #EEE;
	}*/
	.footer_nav .navbar li ul {
		/* 二階層目 */
		position: absolute;
		left: 0;
		display: none;
		min-width: 200px;
	}
	.footer_nav li li {
		margin: 0;
	}
	.footer_nav .navbar li li {
		display: block;
		border: 0;
	}
	.footer_nav .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;
	}
	.footer_nav .navbar li a:hover,
	.footer_nav .navbar li a:focus,
	.footer_nav .navbar li a:active {
		color: #eee;
		background: transparent;
	}
	.footer_nav .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.footer_nav .navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #fff;
	}
	.footer_nav .navbar li.stay a.btn-attention {
		border: 0;
	}
	.footer_nav .navbar li:hover ul {
		/* 二階層目 */
		z-index: 10000;
		display: block;
		animation: .8s fade-in;
	}
	.footer_nav .navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 4px solid #fff;
	}
	.footer_nav .navbar li:hover a.btn-attention {
		border: 0;
	}
	.footer_nav .navbar li:hover li a {
		border: 0;
	}
	.footer_nav .navbar li li {
		/* 二階層目以降 */
		display: block;
		float: none;
		text-align: left;
		background: #006ebb;
		border: 0;
		border-top: 1px solid #910021;
	}
	.footer_nav .navbar li li:first-child {
		border: 0;
	}
	.footer_nav .navbar li li a {
		margin: 0;
		padding: 10px 15px;
		color: #FFF;
		border: 0;
	}
	.footer_nav .navbar li li a:hover {
		color: #FFF;
		background: #ff4687;
		transition: background .25s ease-out;
		border: 0;
	}
}

.foot-wrapper a,
.foot-wrapper a:hover,
.foot-wrapper a:visited,
.foot-wrapper a:active,
.foot-wrapper a:link {
	color:#fff;
	text-decoration: none;
}

.company_name {
	text-align: center;
	color: #FFFFFF;
}

.foot-wrapper .footer {
	width: auto;
	margin: auto;
}

.page-top {
	margin: 0;
	padding: 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 #006ebb;
}

.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: #006ebb;
	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_bold {
	font-weight: bold;
}

.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-column .entry-btn-default,
.entry-column .entry-btn-default:active,
.entry-column .entry-btn-default:visited,
.entry-column .entry-btn-default:hover {
	font-size: 2.1rem;
	font-weight: 500;
    line-height: 1em;
    background: #9d6e35;
    padding: 18px 27px;
	text-decoration: none !important;
}

.entry-column .entry-btn-default:hover {
	background: #D3AD7E;
	transition: background-color 0.3s;
}

.entry-btn-attention {
	
}

/* ユニット内のグループ */
.contact-box ul.astrsk_s li,
.entry-column ul.astrsk_s li {
	list-style: none;
	position: relative;
	font-size: 1.3rem;
	line-height: 1.75em;
}

.contact-box ul.astrsk_s li::before,
.entry-column ul.astrsk_s li::before {
	content: "※";
	background-size: 1em;
	height: 1em;
	width: 1em;
	position: absolute;
	top: 0;
	left: -1.5em;
}

.entry-column .js-biggerlink [class*=column-eximage],
.entry-column .js-biggerlink [class*=column-media] {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
	margin-bottom: 10px;
}


@media screen and (min-width: 480px) {
	.entry-column .ug-bg-color {
		padding: 25px 15px;
	}
}

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

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

.entry-column .ug-bg-color h2,
.entry-column .ug-bg-color h3,
.entry-column .ug-bg-color h4,
.entry-column .ug-bg-color p {
	color: #333;
}

.entry-column .ug-bg-color h3 {
	padding: 0 0 0 0;
}

.entry-column .js-biggerlink,
.entry-column .js-biggerlink:active,
.entry-column .js-biggerlink:visited {
	background: #EEE;
	border: #CCC 1px solid;
	text-decoration: none;
	padding: 10px;
	margin: 0 10px 30px;
}

.entry-column .js-biggerlink:hover {
	background: #FBFBFB;
	transition: background-color 0.3s;
}

.entry-column .js-biggerlink .bl-bigger,
.entry-column .js-biggerlink .bl-bigger:active
.entry-column .js-biggerlink .bl-bigger:visited
.entry-column .js-biggerlink .bl-bigger:hover {
	text-decoration: none;
	color: #333333;
}

.entry-column .js-biggerlink p,
.entry-column .js-biggerlink h3 {
	margin: 0 0 10px 0;
	padding-left: 0;
	padding-right: 0;
}

.entry-column .js-biggerlink p:last-child,
.entry-column .js-biggerlink h3:last-child {
	margin: 0 0 0 0;
}


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

/* edit.js */
.entry-txt-right {
	text-align: right;
	margin-bottom: 0;
}
.entry-txt-center {
	text-align: center;
	margin-bottom: 0;
}

/* br control */
@media screen and (min-width: 767px) {
  .br_cntrl {display: none;}
}

/* recruit navi */
.feature_link {
	background-color: #2e623a !important;
	color:#FFF !important;
}



.arrow_box{
    position:relative;
    width:500px;
    height:1em;
    background:#FF0000;
    padding:15px;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
	margin:0 auto 6px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 0, 0, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:5px;
    border-right-width:5px;
    margin-left: -5px;
    border-top-color:#FF0000;
    top:100%;
    left:46%;
}

.h_banner{
	display: inline-block;
	margin: 0 0 1px 0;
	vertical-align: middle;
	max-width: 200px;
	max-height: 50px;
}

@media screen and (max-width: 767px) {
	.h_banner{
		display: block;
		margin: 0 auto;
	}
}
