@charset 'UTF-8';

.cmshtml {
}
.cmshtml * {
margin: 0px;
padding: 0px;
word-break: break-all;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
}
.cmsbody {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-family: "Shippori Mincho B1", serif;
font-weight: normal;
font-size: 16px;
line-height: 1.6;
color: #000;
background-color: #fff;
background-image: url(../img/body_bg.jpg);
-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
	.cmsbody {
	overflow-x: hidden;
	width: 100%;
	font-size: 15px;
	}
}
@media screen and (max-width: 374px) {
	.cmsbody {
	font-size: 14px;
	}
}

.cmshtml table {
border-collapse: collapse;
border-spacing: 0;
}
.cmshtml ol,
.cmshtml ul,
.cmshtml li {
list-style: none;
}
.cmshtml h1,
.cmshtml h2,
.cmshtml h3,
.cmshtml h4,
.cmshtml h5,
.cmshtml h6 {
font-size: inherit;
font-weight: bold;
line-height: 1.4;
}
@media screen and (min-width:768px) {
	.cmshtml h1,
	.cmshtml h2,
	.cmshtml h3 {
	letter-spacing: 1px;
	}
}

.cmshtml a {
text-decoration: none;
color: inherit;
}
.cmshtml a:hover {
text-decoration: none;
}
@media screen and (min-width: 768px) {
	.cmshtml a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-----------------------
 共通設定
-----------------------*/
.cmshtml .body_wrap {
overflow: hidden;
position: relative;
}
.cmshtml .clearfix:after {
content:" ";
display:block;
clear:both;
}
.cmshtml .right {
text-align: right !important;
}
.cmshtml .left {
text-align: left !important;
}
.cmshtml .center {
text-align: center !important;
}
.cmshtml .red {
color: #ff0019 !important;
}
.cmshtml .body_wrap img {
display: block;
max-width: 100%;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align: top;
}
@media screen and (max-width: 767px) {
	.cmshtml .body_wrap img {
	width: 100%;
	}
}
@media screen and (min-width:768px) {
	.cmshtml .pc {
	display: block;
	}
	.cmshtml .sp {
	display: none;
	}
}
@media screen and (max-width: 767px) {
	.cmshtml .pc {
	display: none;
	}
	.cmshtml .sp {
	display: block;
	}
}

/*-----------------------
 WC独自class
-----------------------*/
/* ブロックリンク */
.cmshtml .rdhaslink {
position: relative;
}
.cmshtml .rdhaslink > a.rdblocklink {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 50;
}

/*-----------------------
 h1
-----------------------*/
.cmshtml h1 {
display: none;
}

/*-----------------------
 ヘッダー
-----------------------*/
.cmshtml .header {
z-index: 9999;
position: fixed;
width: 100%;
top: 0;
left: 0;
padding: 38px 38px 0 38px;
}
.cmshtml .head_wrap {
display: flex;
align-items: center;
max-width: 1920px;
height: 100%;
margin: auto;
line-height: 1;
}
.cmshtml .head_wrap>div:nth-of-type(1) {
width: 384px;
}
.cmshtml .head_in1 {
}
.cmshtml .head_in1 a {
}
.cmshtml .head_in1 img {
filter: brightness(0) invert(1);
}
.cmshtml .head_wrap>div:nth-of-type(2) {
width: calc(100% - 384px);
padding-left: 30px;
}
.cmshtml .head_in2 {
display: flex;
align-items: center;
justify-content: flex-end;
font-weight: 500;
}
.cmshtml .head_in2_nav {
display: flex;
}
.cmshtml .head_in2_nav>div {
}
.cmshtml .nav {
display: flex;
align-items: center;
justify-content: flex-end;
}
.cmshtml .nav_in {
margin-right: 30px;
color: #fff;
}
.cmshtml .nav_top {
}
.cmshtml .nav_danka {
position: relative;
background-color: #fff;
border: 1px solid #aaa;
}
.cmshtml .nav_danka a {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 17px 50px;
}
.cmshtml .nav_danka a::before {
position: absolute;
content: "";
width: calc(33px);
height: calc(24px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: url(../img/ico_mail.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .body_wrap.adjust .head_adjust {
padding-top: 100px;
}
@media screen and (max-width:1600px) {
}
@media screen and (max-width:1450px) {
}
@media screen and (min-width:1261px) {
	/* header固定 */
	.cmshtml .body_wrap.is-fixed .header {
	padding: 10px 20px;
	background-color: #000;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	}
	.cmshtml .body_wrap.is-fixed .head_wrap>div:nth-of-type(1) {
	width: 200px;
	}
	.cmshtml .body_wrap.is-fixed .head_wrap>div:nth-of-type(2) {
	width: calc(100% - 200px);
	}
	.cmshtml .body_wrap.is-fixed .nav_in {
	}
	.cmshtml .body_wrap.is-fixed .nav_danka a {
	padding: 10px 30px;
	}
	/* hover */
	.cmshtml .nav_in:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml .nav_danka:hover {
	background-color: #000;
	transition: .3s !important;
	}
	.cmshtml .nav_danka:hover a {
	color: #fff;
	transition: .3s !important;
	}
}
@media screen and (max-width:1660px) {
	.cmshtml .header {
	padding: 20px 15px 0 15px;
	}
	.cmshtml .head_wrap>div:nth-of-type(1) {
	width: 300px;
	}
	.cmshtml .head_wrap>div:nth-of-type(2) {
	width: calc(100% - 300px);
	padding-left: 20px;
	}
	.cmshtml .nav_in {
	margin-right: 20px;
	}
	.cmshtml .nav_danka a {
	padding: 10px 30px;
	}
}
@media screen and (max-width:1439px) {
	.cmshtml .header {
	position: absolute;
	}
	.cmshtml .head_in2 {
	display: none;
	}
	/* toggle */
	.cmshtml .toggle {
	z-index: 99999;
	cursor: pointer;
	position: fixed;
	width: 77px;
	height: 77px;
	top: 0;
	right: 0;
	background-color: #000;
	}
	.cmshtml .body_wrap.is-fixed .toggle {
	height: 60px;
	border-radius: 0 0 0 15px;
	}
	.cmshtml .toggle::before {
	position: absolute;
	content: "MENU";
	bottom: 12px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	}
	.cmshtml .body_wrap.is-fixed .toggle::before {
	display: none;
	}
	.cmshtml .toggle div {
	position: absolute;
	width: 33px;
	top: 17px;
	right: 0;
	left: 0;
	margin: auto;
	}
	.cmshtml .toggle span {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	border-style: solid;
	border-color: #fff;
	border-bottom-width: 3px;
	transition: .35s ease-in-out;
	}
	.cmshtml .toggle span:nth-child(1) {
	top: 0;
	}
	.cmshtml .toggle span:nth-child(2) {
	top: 9px;
	}
	.cmshtml .toggle span:nth-child(3) {
	top: 18px;
	}
	.cmshtml .toggle.active {
	}
	.cmshtml .toggle.active div {
	}
	.cmshtml .toggle.active::before {
	content: "CLOSE";
	}
	.cmshtml .toggle.active span:nth-child(1) {
	top: 10px;
	right: 8px;
	transform: rotate(-45deg);
	}
	.cmshtml .toggle.active span:nth-child(2),
	.cmshtml .toggle.active span:nth-child(3) {
	top: 10px;
	right: 5px;
	transform: rotate(45deg);
	}
	.cmshtml .head_wrap>div:nth-of-type(2).spmenu {
	display: none;
	}
	/* spメニュー */
	.cmsbody.active {
	overflow: hidden;
	}
	.cmshtml .header.spmenu.active {
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	position: fixed !important;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	padding-top: 30px;
	padding-bottom: 100px;
	background-color: #fff;
	animation-name: spmenu;
	animation-duration: .5s;
	}
	@keyframes spmenu {
		0% {
		opacity: 0;
		}
	}
	.cmshtml .spmenu.active .head_wrap {
	display: block;
	}
	.cmshtml .spmenu.active .head_wrap>div:nth-of-type(1) {
	width: 100%;
	max-width: 280px;
	margin: 0 auto 30px;
	}
	.cmshtml .spmenu.active .head_in1 img {
	filter: inherit;
	}
	.cmshtml .spmenu.active .head_wrap>div:nth-of-type(2) {
	width: 100%;
	}
	.cmshtml .spmenu.active .head_in2 {
	display: block;
	padding-left: 0;
	}
	.cmshtml .spmenu.active .nav {
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 500px;
	margin: auto;
	}
	.cmshtml .spmenu.active .nav_in,
	.cmshtml .spmenu.active .nav_danka {
	width: calc(50% - 6px);
	margin: 3px;
	font-size: 17px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: 1px solid;
	}
	.cmshtml .spmenu.active .nav_in a,
	.cmshtml .spmenu.active .nav_danka a {
	display: block;
	padding: 18px 10px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .logo:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml .toggle:hover {
	background-color: #444;
	transition: .3s !important;
	}
	.cmshtml .spmenu.active .nav_in:hover,
	.cmshtml .spmenu.active .nav_danka:hover {
	background-color: #000;
	transition: .3s !important;
	}
	.cmshtml .spmenu.active .nav_in:hover a,
	.cmshtml .spmenu.active .nav_danka:hover a {
	color: #fff;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .header {
	position: relative;
	height: 55px;
	padding: 10px;
	}
	.cmshtml .head_wrap>div:nth-of-type(1) {
	width: 200px !important;
	}
	.cmshtml .head_in1 img {
	filter: inherit;
	}
	.cmshtml .toggle {
	width: 55px;
	height: 55px;
	}
	.cmshtml .body_wrap.body_wrap.is-fixed .toggle {
	height: 45px;
	border-radius: 0 0 0 10px;
	}
	.cmshtml .body_wrap.body_wrap.is-fixed .toggle div {
	top: 10px;
	}
	.cmshtml .toggle::before {
	display: none;
	}
	.cmshtml .toggle div {
	width: 25px;
	top: 15px;
	}
	.cmshtml .spmenu.active .head_wrap>div:nth-of-type(1) {
	max-width: 200px;
	margin-bottom: 20px;
	}
	.cmshtml .spmenu.active .nav {
	display: block;
	max-width: 220px;
	}
	.cmshtml .spmenu.active .nav_in,
	.cmshtml .spmenu.active .nav_danka {
	width: 100%;
	font-size: 16px;
	}
	.cmshtml .spmenu.active .nav_in a,
	.cmshtml .spmenu.active .nav_danka a {
	padding: 13px 5px;
	}
}
/* wc */
#editView .cmshtml .header {
position: static !important;
animation-name: unset;
left: inherit;
transform: inherit;
padding: 20px;
background-color: #fff !important;
}
#editView .cmshtml .head_in1 img {
filter: inherit;
}
#editView .cmshtml .nav {
display: block;
}
#editView .cmshtml .nav_in {
width: 300px;
margin-right: 0;
margin-bottom: 10px;
color: #000;
}
#editView .cmshtml .body_wrap.is-fixed .header {
box-shadow: inherit;
}

/*-----------------------
 フッター
-----------------------*/
.cmshtml .footer {
padding: 200px 30px 80px 30px;
}
.cmshtml .footer_wrap {
max-width: 1260px;
margin: auto;
}
.cmshtml .foot_flex {
display: flex;
justify-content: center;
margin-bottom: 145px;
}
.cmshtml .foot_flex>div {
width: 50%;
}
.cmshtml .foot_flex_in1 {
}
.cmshtml .footer_logo {
max-width: 396px;
margin-bottom: 30px;
}
.cmshtml .footer_logo a {
}
.cmshtml .footer_logo img {
}
.cmshtml .foot_info {
line-height: 2;
}
.cmshtml .foot_flex_in2 {
}
.cmshtml .foot_nav {
display: flex;
justify-content: flex-end;
margin-bottom: 85px;
}
.cmshtml .foot_nav_in {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
text-orientation: upright;
}
.cmshtml .foot_nav>div + div {
margin-left: 30px;
}
.cmshtml .foot_nav_in a {
}
.cmshtml .foot_bnr {
display: flex;
justify-content: flex-end;
}
.cmshtml .foot_bnr>div {
width: 300px;
}
.cmshtml .foot_bnr>div + div {
margin-left: 15px;
}
.cmshtml .foot_bnr_in {
}
.cmshtml .foot_bnr_in a {
}
.cmshtml .foot_bnr_in.danka {
position: relative;
display: flex;
align-items: center;
height: 80px;
padding-left: 106px;
font-weight: bold;
background-color: #fff;
border: 1px solid #000;
}
.cmshtml .foot_bnr_in.danka::before {
position: absolute;
content: "";
width: 53px;
height: 53px;
top: 50%;
transform: translateY(-50%);
left: 26px;
background-image: url(../img/kamon.svg);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .foot_bnr_in.danka::after {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 22px;
margin-top: -3px;
border-style: solid;
border-color: #000;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.cmshtml .copyright {
font-size: 13px;
text-align: right;
line-height: 1;
}
.cmshtml .pagetop {
z-index: 999;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
font-size: 0;
background-color: #fff;
}
.cmshtml .pagetop div,
.cmshtml .pagetop p {
width: 100%;
height: 100%;
}
.cmshtml .pagetop a {
position: relative;
display: block;
width: 100%;
height: 100%;
}
.cmshtml .pagetop a::before {
position: absolute;
content: "";
width: calc(30px);
height: calc(30px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: url(../img/pagetop.png);
background-repeat: no-repeat;
background-size: contain;
filter: brightness(0) invert(0);
}
@media screen and (max-width:1320px) {
	.cmshtml .footer_wrap {
	max-width: 1023px;
	}
	.cmshtml .foot_flex>div:nth-of-type(1) {
	width: calc(100% - 630px);
	}
	.cmshtml .foot_flex>div:nth-of-type(2) {
	width: 630px;
	}
	.cmshtml .foot_box2_nav {
	display: block;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml .footer {
	padding: 150px 15px 30px 15px;
	}
	.cmshtml .footer_wrap {
	max-width: 767px;
	}
	.cmshtml .foot_flex {
	display: block;
	margin-bottom: 100px;
	}
	.cmshtml .foot_flex>div:nth-of-type(1) {
	width: 100%;
	margin-bottom: 60px;
	}
	.cmshtml .footer_logo {
	max-width: 300px;
	margin: 0 auto 20px;
	}
	.cmshtml .foot_info {
	text-align: center;
	line-height: inherit;
	}
	.cmshtml .foot_flex>div:nth-of-type(2) {
	width: 100%;
	}
	.cmshtml .foot_nav {
	justify-content: center;
	margin-bottom: 60px;
	}
	.cmshtml .foot_nav>div + div {
	margin-left: 10px;
	}
	.cmshtml .foot_bnr {
	justify-content: center;
	margin: auto;
	}
	.cmshtml .copyright {
	text-align: center;
	}
	.cmshtml .pagetop {
	width: 40px;
	height: 40px;
	}
	.cmshtml .pagetop a::before {
	width: calc(20px);
	height: calc(20px);
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .foot_bnr_in:hover,
	.cmshtml .footer_logo a:hover,
	.cmshtml .foot_nav_in a:hover {
	opacity: .5;
	transition: .3s !important;
	}
	.cmshtml .pagetop:hover a::before {
	filter: invert(80%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(10%);
	}
}
@media screen and (max-width:767px) {
	.cmshtml .footer {
	padding: 80px 15px 30px 15px;
	}
	.cmshtml .footer_wrap {
	max-width: 400px;
	}
	.cmshtml .foot_flex {
	margin-bottom: 60px;
	}
	.cmshtml .foot_flex>div:nth-of-type(1) {
	}
	.cmshtml .footer_logo.rdblock {
	max-width: 200px;
	margin-bottom: 15px;
	margin-left: auto !important;
	}
	.cmshtml .foot_nav {
	display: none;
	}
	.cmshtml .foot_bnr.rdblock {
	display: block;
	margin: auto;
	}
	.cmshtml .foot_bnr>div {
	max-width: 250px;
	margin: auto !important;
	}
	.cmshtml .foot_bnr>div + div {
	margin-left: auto;
	margin-top: 10px !important;
	}
	.cmshtml .foot_bnr_in.danka {
	height: 67px;
	padding-left: 85px;
	}
	.cmshtml .foot_bnr_in.danka::before {
	width: 40px;
	height: 40px;
	left: 20px;
	}
	.cmshtml .copyright {
	text-align: center;
	}
	.cmshtml .pagetop.rdblock {
	width: 40px !important;
	}
}
/* wc */
#editView .cmshtml .foot_nav {
display: block;
}
#editView .cmshtml .foot_nav_in {
writing-mode: inherit;
-ms-writing-mode: inherit;
-webkit-writing-mode: inherit;
text-orientation: inherit;
margin-left: 0 !important;
}
#editView .cmshtml .foot_nav_in a {
display: block;
}
#editView .cmshtml .pagetop {
display: none;
}

/*-----------------------
 top共通
-----------------------*/
.cmshtml .top_sec {
padding: 180px 30px;
}
.cmshtml .top_wrap,
.cmshtml .top_wrap.rdblock {
position: relative;
max-width: 1260px;
margin-left: auto !important;
margin-right: auto !important;
}
.cmshtml .top_ttl.rdblock {
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
text-orientation: upright;
width: auto !important;
font-size: 41px;
text-align: center;
line-height: 1;
letter-spacing: 4px;
}
.cmshtml .top_txt {
font-size: 18px;
line-height: 1.9;
}
.cmshtml .top_more {
position: relative;
width: fit-content;
min-width: 240px;
margin: 2em auto 0;
text-align: center;
line-height: 1;
border: 1px solid #000;
}
.cmshtml .top_more div {
height: 100%;
}
.cmshtml .top_more a {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 20px 40px 20px 20px;
}
.cmshtml .top_more a::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 30px;
margin-top: -3px;
border-style: solid;
border-color: #000;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
@media screen and (max-width:1320px) {
	.cmshtml .top_sec {
	padding: 140px 30px !important;
	}
	.cmshtml .top_wrap,
	.cmshtml .top_wrap.rdblock {
	max-width: 1023px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml .top_sec {
	padding: 100px 15px !important;
	}
	.cmshtml .top_wrap,
	.cmshtml .top_wrap.rdblock {
	max-width: 768px;
	}
	.cmshtml .top_ttl.rdblock {
	font-size: 30px;
	}
	.cmshtml .top_txt {
	font-size: inherit;
	line-height: inherit;
	}
	.cmshtml .top_more {
	min-width: 200px;
	margin-top: 1em;
	}
	.cmshtml .top_more a {
	padding: 15px 35px 15px 25px;
	}
	.cmshtml .top_more a::before {
	right: 20px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .top_more:hover {
	background-color: #000;
	transition: .3s !important;
	}
	.cmshtml .top_more:hover a {
	color: #fff;
	}
	.cmshtml .top_more:hover a::before {
	border-color: #fff;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .top_sec {
	padding: 70px 15px !important;
	}
	.cmshtml .top_wrap,
	.cmshtml .top_wrap.rdblock {
	max-width: 400px;
	}
	.cmshtml .top_ttl.rdblock {
	font-size: 24px;
	}
	.cmshtml .top_more.rdblock {
	width: auto !important;
	min-width: 180px;
	}
	.cmshtml .top_more a {
	padding: 13px 30px 13px 20px;
	}
	.cmshtml .top_more a::before {
	width: 4px;
	height: 4px;
	right: 10px;
	margin-top: -2px;
	}
}
@media (min-width: 1px) and (max-width: 576px) {
	.cmshtml .top_ttl.rdblock {
	}
}
/* wc */
#editView .cmshtml .top_sec {
padding-top: 80px !important;
padding-bottom: 80px !important;
}
#editView .cmshtml .top_ttl.rdblock {
writing-mode: inherit;
-ms-writing-mode: inherit;
-webkit-writing-mode: inherit;
text-orientation: inherit;
position: static !important;
top: inherit !important;
left: inherit !important;
right: inherit !important;
margin-bottom: 1em !important;
text-align: inherit !important;
}

/*-----------------------
 TOPページ
-----------------------*/

/*--- メインビジュアル ---*/
.cmshtml .mainv {
position: relative;
padding-bottom: 50px;
background-color: #000;
}
.cmshtml .mainv::before {
opacity: .5;
z-index: 1;
position: absolute;
content: "";
width: 100%;
height: 178px;
top: 0;
left: 0;
background-image: linear-gradient(to bottom,#000,transparent);
}
.cmshtml .mainv_wrap {
position: relative;
margin: auto;
}
.cmshtml .mainv_img {
opacity: .6;
}
.cmshtml .mainv_img img {
object-fit: cover;
aspect-ratio: 1920 / 1134;
width: 100%;
height: 100%;
}
.cmshtml .mainv_txt {
z-index: 1;
position: absolute;
width: 666px;
height: 100%;
top: 0;
right: 0;
left: 0;
margin: auto;
font-size: 29px;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
text-orientation: upright;
text-align: center;
line-height: 1;
letter-spacing: 4px;
color: #fff;
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
	.cmshtml .mainv {
	padding-bottom: 40px;
	}
	.cmshtml .mainv_txt {
	width: 500px;
	font-size: 24px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .mainv {
	padding-bottom: 30px;
	}
	.cmshtml .mainv_txt {
	width: 100%;
	right: 50px;
	left: inherit;
	font-size: 17px;
	}
}
@media screen and (max-width:500px) {
	.cmshtml .mainv_txt {
	right: 20px;
	font-size: 16px;
	}
	.cmshtml .mainv_img img {
	aspect-ratio: inherit;
	height: 295px;
	}
}
/* wc */
#editView .cmshtml .mainv::before {
display: none;
}
#editView .cmshtml .mainv_txt {
position: static;
width: 100%;
writing-mode: inherit;
-ms-writing-mode: inherit;
-webkit-writing-mode: inherit;
text-orientation: inherit;
margin-top: 30px;
}

/*--- 萬福寺について ---*/
.cmshtml .top_about {
position: relative;
padding-top: 250px;
padding-bottom: 250px;
color: #fff;
}
.cmshtml .top_about .top_wrap {
}
.cmshtml .top_about_box {
position: relative;
max-width: 725px;
margin-left: auto;
padding-left: 140px;
padding-right: 80px;
text-shadow: 0 0 10px #000;
}
.cmshtml .top_about .top_ttl.rdblock {
position: absolute;
height: 100%;
top: 100px;
left: 0;
text-align: left;
}
.cmshtml .top_about .top_txt {
}
.cmshtml .top_about_link {
display: flex;
margin-top: 2em;
}
.cmshtml .top_about_link>div + div {
margin-left: 12px !important;
}
.cmshtml .top_about_link .top_more {
margin: 0;
border-color: #fff;
}
.cmshtml .top_about_link .top_more a::before {
border-color: #fff;
}
.cmshtml .top_about_bg {
z-index: -9;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
}
.cmshtml .top_about_bg div {
width: 100%;
height: 100%;
}
.cmshtml .top_about_bg img {
opacity: .5;
object-fit: cover;
width: 100%;
height: 100% !important;
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
	.cmshtml .top_about_box {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 0;
	}
	.cmshtml .top_about .top_ttl.rdblock {
	top: 0;
	}
}
@media screen and (min-width:768px) {
	/* hover */
}
@media screen and (max-width:767px) {
	.cmshtml .top_about_box {
	padding-left: 50px;
	}
	.cmshtml .top_about_link.rdblock {
	display: block;
	width: fit-content !important;
	}
	.cmshtml .top_about_link>div + div {
	margin-left: 0 !important;
	margin-top: 10px !important;
	}
}
/* wc */
#editView .cmshtml .top_about_box {
text-shadow: inherit;
color: #000;
}
#editView .cmshtml .top_about_link .top_more {
border-color: #000;
}
#editView .cmshtml .top_about_link .top_more a::before {
border-color: #000;
}
#editView .cmshtml .top_about_bg {
position: static;
transform: inherit;
}

/*--- 各コンテンツ紹介 ---*/
.cmshtml .top_contents {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
.cmshtml .top_contents .top_wrap {
max-width: 1920px;
}
.cmshtml .top_contents_odd,
.cmshtml .top_contents_even {
display: flex;

justify-content: space-between;
}
.cmshtml .top_contents_odd {
}
.cmshtml .top_contents_even {
flex-direction: row-reverse;
}
.cmshtml .top_contents_odd>div:nth-of-type(1),
.cmshtml .top_contents_even>div:nth-of-type(1) {
width: 47.5%;
}
.cmshtml .top_contents_odd .top_contents_box_in,
.cmshtml .top_contents_even .top_contents_box_in {
position: relative;
display: flex;
justify-content: center;
max-width: 500px;
height: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.cmshtml .top_contents_odd .top_contents_box_in {
margin-left: auto;
margin-right: 100px;
}
.cmshtml .top_contents_even .top_contents_box_in {
margin-right: auto;
margin-left: 100px;
}
.cmshtml .top_contents_odd>div:nth-of-type(2),
.cmshtml .top_contents_even>div:nth-of-type(2) {
width: 52.5%;
min-height: 999px;
}
.cmshtml .top_contents .top_ttl.rdblock {
width: 41px;
}
.cmshtml .top_contents_box_in_txtbox.rdblock {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: calc(100% - 41px);
padding-left: 55px;
}
.cmshtml .top_contents .top_txt {
}
.cmshtml .top_contents .top_more {
margin-left: 0;
}
.cmshtml .top_contents_img {
width: 100%;
height: 100%;
}
.cmshtml .top_contents_img img {
object-fit: cover;
max-width: none;
width: 100%;
height: 100% !important;
}
@media screen and (max-width:1320px) {
	.cmshtml .top_contents_odd .top_contents_box_in,
	.cmshtml .top_contents_even .top_contents_box_in {
	margin-left: 30px;
	margin-right: 30px;
	}
	.cmshtml .top_contents_box_in_txtbox.rdblock {
	padding-left: 40px;
	}
	.cmshtml .top_contents_odd>div:nth-of-type(2),
	.cmshtml .top_contents_even>div:nth-of-type(2) {
	min-height: 693px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml .top_contents .top_wrap {
	max-width: 767px;
	}
	.cmshtml .top_contents_odd .top_contents_box_in,
	.cmshtml .top_contents_even .top_contents_box_in {
	margin-left: 15px;
	margin-right: 15px;
	}
	.cmshtml .top_contents .top_ttl.rdblock {
	width: 30px;
	}
	.cmshtml .top_contents_box_in_txtbox.rdblock {
	width: calc(100% - 30px);
	padding-left: 30px;
	}
	.cmshtml .top_contents_odd>div:nth-of-type(2),
	.cmshtml .top_contents_even>div:nth-of-type(2) {
	min-height: 403px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
}
@media screen and (max-width:767px) {
	.cmshtml .top_contents {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 0 !important;
	}
	.cmshtml .top_contents .top_wrap {
	max-width: 400px;
	}
	.cmshtml .top_contents_odd,
	.cmshtml .top_contents_even {
	display: block;
	}
	.cmshtml .top_contents_odd>div:nth-of-type(1),
	.cmshtml .top_contents_even>div:nth-of-type(1) {
	width: 100%;
	}
	.cmshtml .top_contents_odd .top_contents_box_in,
	.cmshtml .top_contents_even .top_contents_box_in {
	margin: 0 0 20px 0;
	padding: 0;
	}
	.cmshtml .top_contents .top_ttl.rdblock {
	width: 24px;
	}
	.cmshtml .top_contents_box_in_txtbox.rdblock {
	width: calc(100% - 24px);
	padding-left: 20px;
	}
	.cmshtml .top_contents .top_ttl.rdblock {
	text-align: left;
	}
	.cmshtml .top_contents_odd>div:nth-of-type(2),
	.cmshtml .top_contents_even>div:nth-of-type(2) {
	width: 100%;
	min-height: inherit;
	margin-top: 0;
	padding-left: 50px;
	}
	.cmshtml .top_contents_img img {
	aspect-ratio: 1 / 1;
	}
	.cmshtml .top_contents_odd,
	.cmshtml .top_contents_even {
	margin-bottom: 50px;
	}
}
/* wc */
#editView .cmshtml .top_contents_odd .top_contents_box_in,
#editView .cmshtml .top_contents_even .top_contents_box_in {
display: block;
}
#editView .cmshtml .top_contents .top_ttl.rdblock {
height: inherit;
height: auto;
}
#editView .cmshtml .top_contents_odd>div:nth-of-type(2),
#editView .cmshtml .top_contents_even>div:nth-of-type(2) {
min-height: auto !important;
}

/*--- ご案内 ---*/
.cmshtml .top_news {
}
.cmshtml .top_news .top_wrap {
}
.cmshtml .top_news .top_ttl.rdblock {
display: flex;
align-items: center;
width: 100% !important;
margin-bottom: 1em !important;
}
.cmshtml .top_news_box {
position: relative;
overflow-x: hidden;
overflow-y: auto;
max-width: 960px;
max-height: 200px;
margin: auto;
}
#editView .cmshtml .top_news_box {
overflow-x: inherit;
overflow-y: inherit;
}
.cmshtml .top_news_box::-webkit-scrollbar {
width: 6px;
}
.cmshtml .top_news_box::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
.cmshtml .top_news_box::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 100px;
}
.cmshtml .top_news_box .rdnewArticle {
position: relative;
padding: 0;
border: 0;
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-item {
border-width: 0 !important;
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-item:last-of-type {
}
.cmshtml .top_news_box .rdnewArticle-thumbnail {
display: none !important;
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-contWrap {
position: relative;
display: flex;
align-items: center;
padding: 30px 0;
}
.cmshtml .top_news_box .rdnewArticle::before,
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-contWrap::after {
position: absolute;
content: "";
width: 100%;
height: 1px;
left: 0;
background-image: url(../img/news_line.png);
background-repeat: repeat-x;
}
.cmshtml .top_news_box .rdnewArticle::before {
top: 0;
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-contWrap::after {
bottom: 0;
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContDate {
width: 130px;
font-size: 16px !important;
line-height: 1;
letter-spacing: 1px;
}
.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContTitle {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
width: calc(100% - 130px);
padding-left: 30px;
font-size: 16px !important;
line-height: 1.4;
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-contWrap {
	padding: 20px 0;
	}
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContDate {
	font-size: 90% !important;
	}
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContTitle {
	padding-left: 1em;
	font-size: 90% !important;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContTitle a:hover {
	opacity: .5;
	transition: .5s;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-contWrap {
	display: block;
	}
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-item + .rdnewArticle-item {
	}
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContDate {
	width: 100px;
	margin-bottom: 5px;
	}
	.cmshtml .top_news_box .rdnewArticle .rdnewArticle-ContTitle {
	width: 100%;
	padding-left: 0;
	}
}
/* wc */
#editView .cmshtml .top_news .top_ttl.rdblock {
text-align: center !important;
}

/*--- お問い合わせ ---*/
.cmshtml .top_contact {
position: relative;
color: #fff;
}
.cmshtml .top_contact .top_wrap {
max-width: 766px;
}
.cmshtml .top_contact_ttl {
margin-bottom: 1em;
font-size: 24px;
}
.cmshtml .top_contact_flex.rdblock {
display: flex;
justify-content: center;
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1),
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) {
width: calc(50% - 12px);
height: 120px;
text-align: center;
border: 1px solid #fff;
}
.cmshtml .top_contact_flex_in_tel {
}
.cmshtml .top_contact_flex_in_mail {
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) div,
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) div,
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) p,
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) p {
width: 100%;
height: 100%;
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) a,
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) {
margin-right: 12px;
font-size: 32px;
letter-spacing: 3px;
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) {
margin-left: 12px;
font-size: 18px;
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) a {
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) a::before {
position: relative;
display: inline-block;
vertical-align: middle;
content: "";
width: calc(22px);
height: calc(28.5px);
margin-right: 20px;
background-image: url(../img/ico_tel@2x.png);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) a {
}
.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) a::before {
position: absolute;
content: "";
width: 6px;
height: 6px;
top: 50%;
transform: translateY(-50%);
right: 30px;
margin-top: -3px;
border-style: solid;
border-color: #fff;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.cmshtml .top_contact_bg {
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
}
.cmshtml .top_contact_bg div {
width: 100%;
height: 100%;
}
.cmshtml .top_contact_bg img {
opacity: .3;
object-fit: cover;
width: 100%;
height: 100% !important;
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
	.cmshtml .top_contact .top_wrap {
	max-width: 767px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1),
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) {
	height: 90px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) {
	margin-right: 8px;
	font-size: 26px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) a::before {
	width: calc(22px * .8);
	height: calc(28.5px * .8);
	top: 3px;
	}
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2):hover {
	background-color: #000;
	transition: .3s !important;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .top_contact .top_wrap {
	max-width: 400px;
	}
	.cmshtml .top_contact_ttl {
	font-size: 22px;
	text-align: center;
	}
	.cmshtml .top_contact_flex.rdblock {
	display: block;
	max-width: 280px;
	margin: auto !important;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1),
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) {
	width: 100%;
	height: 70px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) {
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 19px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) a::before {
	width: calc(22px * .6);
	height: calc(28.5px * .6);
	top: 2px;
	margin-right: 8px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) {
	margin-left: 0;
	font-size: 16px;
	}
	.cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) a::before {
	width: 4px;
	height: 4px;
	right: 15px;
	margin-top: -2px;
	}
}
/* wc */
#editView .cmshtml .top_contact {
color: #000;
}
#editView .cmshtml .top_contact_bg {
position: static;
transform: inherit;
}
#editView .cmshtml .top_contact_flex.rdblock>div:nth-of-type(1),
#editView .cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) {
border-color: #000;
}
#editView .cmshtml .top_contact_flex.rdblock>div:nth-of-type(1) a::before {
filter: brightness(0) invert(0);
}
#editView .cmshtml .top_contact_flex.rdblock>div:nth-of-type(2) a::before {
border-color: #000;
}

/*---  ---*/
.cmshtml . {
}
@media screen and (max-width:1440px) {
}
@media screen and (max-width:1320px) {
}
@media screen and (max-width:1023px) {
}
@media screen and (min-width:768px) {
	/* hover */
}
@media screen and (max-width:767px) {
}
/* wc */
#editView .cmshtml . {
}

/*-----------------------
 下層ページテンプレート
-----------------------*/
/*-- 下層共通body --*/
.cmshtml .lowbody_wrap {
position: relative;
}

/*-- 下層メインエリア --*/
.cmshtml .lowpage {
position: relative;
}

/*-- 下層ヘッダー --*/
.cmshtml .lowbody_wrap .header {
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody_wrap .header {
	}
}

/*-- 下層フッター --*/
.cmshtml .lowbody_wrap .footer {
margin-top: 100px;
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody_wrap .footer {
	margin-top: 50px;
	}
}

/*-- ページタイトル --*/
.cmshtml .pagettl {
margin-bottom: 100px;
}
.cmshtml .pagettl_img {
z-index: 1;
position: relative;
height: 400px;
margin-left: auto;
background-color: #000;
}
.cmshtml .pagettl_img::before {
opacity: .5;
z-index: 1;
position: absolute;
content: "";
width: 100%;
height: 178px;
top: 0;
left: 0;
background-image: linear-gradient(to bottom, #000, transparent);
}
.cmshtml .pagettl_img div {
width: 100%;
height: 100%;
}
.cmshtml .pagettl_img img {
opacity: .6;
object-fit: cover;
object-position: center;
width: 100%;
height: 100% !important;
}
.cmshtml .pagettl_ttl {
padding: 20px 30px;
font-weight: 500;
letter-spacing: 1px;
background-color: #000;
}
.cmshtml .pagettl_ttl_wrap {
max-width: 1920px;
margin: auto;
}
.cmshtml .pagettl_ttl_2 {
z-index: 1;
position: relative;
font-size: 26px;
line-height: 1.4;
color: #fff;
}
/* wc */
#editView .cmshtml .pagettl_img {
height: 100%;
}
#editView .cmshtml .pagettl_img div {
height: auto;
}
#editView .cmshtml .pagettl_ttl {
position: static;
transform: inherit;
padding: 10px 0;
}
@media screen and (max-width:1320px) {
	.cmshtml .pagettl_img {
	height: 200px;
	}
}
@media screen and (max-width:1023px) {
	.cmshtml .pagettl_img {
	height: 200px;
	}
	.cmshtml .pagettl_ttl {
	padding: 15px 20px;
	}
	.cmshtml .pagettl_ttl_2 {
	font-size: 22px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .pagettl_img {
	height: 100px;
	}
	.cmshtml .pagettl_ttl {
	padding: 10px 15px;
	}
	.cmshtml .pagettl_ttl_2 {
	font-size: 18px;
	}
}
/* wc */
#editView .badgeControl.badgeControlEmpty > .addEmpty svg {
z-index: 1;
position: relative;
}

/*-----------------------
 フォーム
-----------------------*/
.cmshtml input,
.cmshtml select,
.cmshtml textarea {
font-family: inherit;
}
.cmshtml input[type="text"],
.cmshtml input[type="password"],
.cmshtml input[type="date"],
.cmshtml input[type="email"],
.cmshtml textarea {
-webkit-appearance: none;
}
.cmshtml input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
}
.cmshtml input[type="text"]:focus,
.cmshtml input[type="password"]:focus,
.cmshtml input[type="date"]:focus,
.cmshtml input[type="email"]:focus,
.cmshtml textarea:focus {
background-color: #faffd7 !important;
border-color: #aaa !important;
box-shadow: inherit !important;
}
.cmshtml input[readonly="readonly"]:focus {
background-color: #fff !important;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
cursor: pointer;
font-size: 16px;
padding: 10px 30px !important;
background-color: #000 !important;
border-color: #000 !important;
border-radius: 4px;
}
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
opacity: .5 !important;
box-shadow: inherit !important;
}
@media screen and (min-width:768px) {
	.cmshtml .contact_item_table {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	}
	.cmshtml .contact_item_title {
	width: 200px;
	padding-right: 20px !important;
	padding-bottom: 10px !important;
	}
	.cmshtml .contact_item_title:not(:first-child) {
	margin-top: 0 !important;
	}
	.cmshtml .contact_item_input {
	width: calc(100% - 200px);
	padding-bottom: 40px;
	}
	.cmshtml .contact_item_input:not(:first-child) {
	/*margin-top: 30px;*/
	padding-bottom: 20px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .contact_item_table {
	display: block;
	}
	.cmshtml .contact_item_title {
	width: 100%;
	padding-bottom: 10px;
	}
	.cmshtml .contact_item_input {
	width: 100%;
	padding-bottom: 30px;
	}
}

/*-----------------------
 ブログ
-----------------------*/
.cmshtml .blogcol {
display: flex;
max-width: 1260px;
margin: auto;
padding: 0 30px;
}
.cmshtml .blogcol_frame,
.cmshtml .blogcol_main {
width: calc(100% - 350px);
margin-right: 50px;
padding-right: 20px;
padding-left: 20px;
}
.cmshtml .blogcol_side {
width: 300px;
}
@media screen and (max-width:999px) {
	.cmshtml .blogcol {
	display: block;
	}
	.cmshtml .blogcol_frame,
	.cmshtml .blogcol_main {
	width: 100%;
	margin-right: 0;
	margin-bottom: 60px;
	}
	.cmshtml .blogcol_side {
	width: 100%;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .blogcol {
	margin-bottom: 40px;
	padding: 0 15px;
	}
	.cmshtml .blogcol_frame,
	.cmshtml .blogcol_main,
	.cmshtml .blogcol_side {
	padding-right: 5px;
	padding-left: 5px;
	}
}

/* ブログフレーム */
.cmshtml .blog {
padding-bottom: 80px;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem {
background-color: #fff;
border-width: 0;
box-shadow: inherit;
}
.cmshtml .blogcol_frame .rdpublishDate {
margin-bottom: 6px;
font-size: 15px;
color: #888;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem h3.rdarticleTitleText {
/*overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
text-overflow: ellipsis;*/
font-size: inherit;
border-bottom-width: 1px;
border-color: #000;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListExcerpt {
font-size: 90%;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .ItemrdListTagListItem {
background: #eee;
border-color: #eee;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .ItemrdListTagListItem a {
color: #4c464b;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
border-width: 0;
background-color: #f1f1f1;
background-image: url(../img/blog_img.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
object-fit: cover;
height: 300px;
}
.cmshtml .rdListImageInner a:hover {
opacity: .5;
transition: .5s;
}
.cmshtml .rdListExcerpt  a:hover {
opacity: .5;
transition: .5s;
}
@media screen and (min-width:1151515px) {
}
@media screen and (max-width:767px) {
	.cmshtml .blog {
	padding-bottom: 60px;
	}
	.cmshtml .blogcol_frame .rdListShort .rdListItem {
	width: 100%;
	margin: 0 0 20px 0;
	}
	.cmshtml .blogcol_frame .rdListShort .rdListItem .rdListImageItem {
	height: 245px;
	}
}

/* ブログ記事 */
.cmshtml .blogcol_main .rdpublishDate {
margin-bottom: 6px;
font-size: 16px;
color: #888;
}

/* ブログメニュー */
.cmshtml .blogcol_side h2,
.cmshtml .lowbody .blogcol_side h2,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2 {
width: 100%;
margin-bottom: 0;
padding: 10px 5px;
font-size: 16px !important;
font-weight: 500 !important;
text-align: center;
background-color: #ddd;
}
.cmshtml .lowbody .blogcol_side h2::before,
.cmshtml .lowbody .blogcol_side .rdplanetitle h2::before {
display: none;
}
.cmshtml .blogcol_side .rdblartlist {
padding: 0;
border: 0;
}
.cmshtml .blogcol_side .rdnewArticle {
padding: 0;
border-width: 0;
}
.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn,
.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link {
background-color: #000;
}
.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:after {
border-color: transparent transparent transparent #000;
}
.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item:before {
border-color: #000;
}
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:after,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:before,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:after,
.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:before {
background-color: #ddd;
}
@media (min-width:768px) {
	/* hover */
	.cmshtml .blogcol_side .rdBlogSearch .rdBlogSearch-btn:hover {
	background-color: #aaa;
	}
	.cmshtml .blogcol_side .rdCalendar .rdCalendarTable-link:hover {
	color: #fff;
	background-color: #aaa;
	}
	.cmshtml .blogcol_side .rdMonthlyArchive .rdMonthlyArchive-item:hover:before {
	border-color: #aaa;
	}
	.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:hover {
	color: inherit;
	background-color: #eee;
	}
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover,
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover:after,
	.cmshtml .blogcol_side .rdTaglist .rdTaglist-link:hover:before {
	color: inherit;
	background-color: #eee;
	}
	.cmshtml .blogcol_side .rdnewArticle-item:hover .rdnewArticle-ContTitle,
	.cmshtml .blogcol_side .rdMonthlyArchive a:hover {
	opacity: .5;
	transition: .5s;
	}
	.cmshtml .blogcol_side .rdCategorylist .rdCategorylist-link:hover:after {
	border-color: transparent transparent transparent #4c464b;
	}
}

/*-----------------------
 WC用
-----------------------*/

/* 見出しブロック（ブログ記事共通） */
.cmshtml .lowbody .rdplanetitle h2 {
position: relative;
width: fit-content;
margin-left: auto;
margin-right: auto;
margin-bottom: 2.5em;
padding-top: 60px;
font-size: 32px;
font-weight: 500 !important;
}
.cmshtml .lowbody .rdplanetitle h2::before {
position: absolute;
content: "";
width: calc(73px * .6);
height: calc(73px * .6);
top: 0;
right: 0;
left: 0;
margin: auto;
background-image: url(../img/kamon.svg);
background-repeat: no-repeat;
background-size: contain;
}
.cmshtml .blogcol_main .rdplanetitle h2,
.cmshtml .blogcol_main .rdarticleTitle h3 {
position: relative;
margin-bottom: 1em;
padding-bottom: 40px;
font-size: 32px;
font-weight: 500 !important;
padding-bottom: 10px !important;
text-align: left;
border-bottom-width: 0;
}
.cmshtml .blogcol_main .rdplanetitle h2::before,
.cmshtml .blogcol_main .rdarticleTitle h3::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 2px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
background-color: #000;
}
.cmshtml .pages_recruit h3,
.cmshtml .lowbody .rdplanetitle h3,
.cmshtml .blogcol_main .rdplanetitle h3 {
overflow: hidden;
position: relative;
margin-bottom: 1em;
padding: 12px 20px;
font-size: 24px;
font-weight: 500 !important;
color: #fff;
}
.cmshtml .lowbody .rdplanetitle h3::before,
.cmshtml .blogcol_main .rdplanetitle h3::before {
opacity: .5;
z-index: -1;
position: absolute;
content: "";
width: 50%;
height: calc(100% + 4px);
bottom: -2px;
right: -2px;
background-color: #fff;
background-image: linear-gradient(to right,#000,#aaa);
}
.cmshtml .lowbody .rdplanetitle h3::after,
.cmshtml .blogcol_main .rdplanetitle h3::after {
z-index: -2;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
}
.cmshtml .lowbody .rdplanetitle h4,
.cmshtml .blogcol_main .rdplanetitle h4 {
position: relative;
display: flex;
align-items: center;
margin-bottom: 1em;
padding-bottom: 8px;
font-size: 22px;
font-weight: 500 !important;
color: #000;
border-bottom: 4px double #000;
}
.cmshtml .lowbody .rdplanetitle h4::before,
.cmshtml .blogcol_main .rdplanetitle h4::before {
}
.cmshtml .lowbody .rdplanetitle h5,
.cmshtml .blogcol_main .rdplanetitle h5 {
display: inline-block;
position: relative;
margin-bottom: 1em;
padding-bottom: 8px;
font-size: 20px;
font-weight: 500 !important;
color: #000;
border-bottom: 2px dotted #000;
}
.cmshtml .lowbody .rdplanetitle h6,
.cmshtml .blogcol_main .rdplanetitle h6 {
position: relative;
margin-bottom: 1em;
padding-left: 20px;
font-size: inherit;
font-weight: 500 !important;
}
.cmshtml .lowbody .rdplanetitle h6::before,
.cmshtml .blogcol_main .rdplanetitle h6::before {
position: absolute;
vertical-align: middle;
content: "";
width: 8px;
height: 8px;
top: 50%;
transform: translateY(-50%);
left: 3px;
margin-top: -4px;
background-color: #000;
transform: rotate(45deg);
}
@media screen and (max-width:1023px) {
	.cmshtml .lowbody .rdplanetitle h2 {
	font-size: 28px;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .lowbody .rdplanetitle h2 {
	margin-bottom: 1.5em;
	padding-top: 45px;
	font-size: 22px;
	}
	.cmshtml .blogcol_main .rdplanetitle h2,
	.cmshtml .blogcol_main .rdarticleTitle h3 {
	font-size: 22px;
	}
	.cmshtml .lowbody .rdplanetitle h2::before,
	.cmshtml .lowbody .rdplanetitle h2::after {
	width: calc(73px * .5);
	height: calc(73px * .5);
	}
	.cmshtml .pages_recruit h3,
	.cmshtml .lowbody .rdplanetitle h3,
	.cmshtml .blogcol_main .rdplanetitle h3 {
	padding: 10px 15px;
	font-size: 19px;
	}
	.cmshtml .lowbody .rdplanetitle h3,
	.cmshtml .blogcol_main .rdplanetitle h3 {
	background-size: 1151515px auto;
	box-shadow: 5px 5px #f6f6fe;
	}
	.cmshtml .lowbody .rdplanetitle h4,
	.cmshtml .blogcol_main .rdplanetitle h4 {
	font-size: 17px;
	border-bottom-width: 3px;
	}
	.cmshtml .lowbody .rdplanetitle h5,
	.cmshtml .blogcol_main .rdplanetitle h5 {
	font-size: 16px;
	}
	.cmshtml .lowbody .rdplanetitle h6,
	.cmshtml .blogcol_main .rdplanetitle h6 {
	padding-left: 18px;
	}
	.cmshtml .lowbody .rdplanetitle h6::before,
	.cmshtml .blogcol_main .rdplanetitle h6::before {
	width: 7px;
	height: 7px;
	margin-top: -3.5px;
	}
}

/* アンカー */
.cmshtml {
scroll-padding-top: 70px;
}
@media screen and (max-width: 767px) {
	.cmshtml {
	scroll-padding-top: 30px;
	}
}

/*-----------------------
装飾指定クラス
-----------------------*/
/* box01 */
.cmshtml .box01 {
}
@media screen and (max-width: 767px) {
	.cmshtml .box01 {
	max-width: 100% !important;
	padding: 0 3%;
	}
}

/* リンクボタン */
.cmshtml .link01,
.cmshtml .link02 {
font-weight: 500 !important;
}
.cmshtml .link01 a,
.cmshtml .link02 a {
position: relative;
padding: 15px 30px;
font-weight: 500 !important;
line-height: 1.4;
color: #000;
background-color: #fff;
border: 1px solid #000;
}
.cmshtml .link01 a {
display: inline-block;
}
.cmshtml .link02 a {
display: block;
}
.cmshtml .link01 a::after,
.cmshtml .link02 a::after {
content: "";
width: 6px;
height: 6px;
border-style: solid;
border-color: #000;
border-width: 2px 2px 0 0;
transform: rotate(45deg);
}
.cmshtml .link01 a::after {
display: inline-block;
position: relative;
vertical-align: middle;
margin-left: 20px;
}
.cmshtml .link02 a::after {
position: absolute;
top: 22px;
right: 20px;
}
@media screen and (min-width: 768px) {
	/* hover */
	.cmshtml .link01 a:hover,
	.cmshtml .link02 a:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
	transition: .3s;
	}
	.cmshtml .link01 a:hover::after,
	.cmshtml .link02 a:hover::after {
	border-color: #fff;
	}
}
@media screen and (max-width: 767px) {
	.cmshtml .link01 a,
	.cmshtml .link02 a {
	padding: 12px 20px;
	font-size: 15px;
	letter-spacing: 1px;
	}
	.cmshtml .link01 a::after,
	.cmshtml .link02 a::after {
	width: 4px;
	height: 4px;
	}
	.cmshtml .link01 a::after {
	top: -2px;
	margin-left: 20px;
	}
	.cmshtml .link02 a::after {
	right: 10px;
	}
}

/* table */
.cmshtml .tbl01 {
}
.cmshtml .tbl01 table {
width: 100%;
}
.cmshtml .tbl01 th,
.cmshtml .tbl01 td {
padding: 10px !important;
border: 1px solid #151515 !important;
}
.cmshtml .tbl01 th {
background-color: #f1f1f1 !important;
}
.cmshtml .tbl01 td {
background-color: #fff;
}

/* flex50 */
@media screen and (max-width: 767px) {
	.cmshtml .flex50 {
	flex: 0 1 50% !important;
	}
}

/*-----------------------
 FAQ
-----------------------*/
.cmshtml .hanyou_faq {
max-width: 100% !important;
margin: auto;
background-color: #fff;
border: 1px solid #151515;
}
.cmshtml .hanyou_faq_q {
cursor: pointer;
position: relative;
padding: 25px 30px 20px 70px;
font-weight: bold;
}
.cmshtml .hanyou_faq_q::before,
.cmshtml .hanyou_faq_a::before {
position: absolute;
width: 30px;
height: 30px;
left: 20px;
font-size: 18px;
font-weight: normal;
text-align: center;
line-height: 30px;
border: 2px solid #000;
border-radius: 50%;
}
.cmshtml .hanyou_faq_q::before {
content: "Q";
top: 20px;
color: #fff;
background-color: #000;
}
.cmshtml .hanyou_faq_a::before {
content: "A";
top: 17px;
color: #000;
}
.cmshtml .hanyou_faq_q::after {
position: absolute;
content: "";
width: 10px;
height: 10px;
top: 25px;
right: 15px;
border-style: solid;
border-color: #000;
border-width: 0 4px 4px 0;
transform: rotate(45deg);
}
.cmshtml .hanyou_faq_q.open::after {
border-width: 4px 0 0 4px;
}
.cmshtml .hanyou_faq_a {
position: relative;
padding: 20px 30px 20px 70px;
animation-name: opacity_slow;
animation-duration: 1s;
}
@keyframes opacity_slow {
	0% {
	opacity: 0;
	}
}
.cmshtml .hanyou_faq_img_a {
}
.cmshtml .hanyou_faq_img_a::after {
content:"";
display:block;
clear:both;
}
.cmshtml .hanyou_faq_a_txt {
}
.cmshtml .hanyou_faq_a_img {
float: right;
max-width: 330px;
margin-left: 30px;
}
@media screen and (min-width:768px) {
	/* hover */
	.cmshtml .hanyou_faq_q:hover {
	opacity: 0.5;
	transition: all .5s;
	}
}
@media screen and (max-width:767px) {
	.cmshtml .hanyou_faq {
	}
	.cmshtml .hanyou_faq + .hanyou_faq {
	margin-top: -20px;
	}
	.cmshtml .hanyou_faq_q {
	padding: 17px 30px 15px 50px;
	}
	.cmshtml .hanyou_faq_q::before,
	.cmshtml .hanyou_faq_a::before {
	width: 24px;
	height: 24px;
	top: 14px;
	left: 10px;
	font-size: 16px;
	line-height: 26px;
	}
	.cmshtml .hanyou_faq_q::after {
	width: 8px;
	height: 8px;
	top: 22px;
	right: 10px;
	border-width: 0 3px 3px 0;
	}
	.cmshtml .hanyou_faq_q.open::after {
	border-width: 3px 0 0 3px;
	}
	.cmshtml .hanyou_faq_a {
	padding: 5px 30px 15px 50px;
	}
	.cmshtml .hanyou_faq_a_txt {
	}
	.cmshtml .hanyou_faq_a_img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
}