/***********
 * orignal
 ***********/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;600&display=swap');

.container {
	max-width: 1200px !important;
	width: 100% !important;
}

/* 各ブレークポイントでのmax-widthを100%にする */
@media (min-width: 576px) {
	.container {
		max-width: 100% !important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100% !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px !important;
	}
}


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	/* デフォルトのフォントサイズ */
	font-weight: 400;
	color: #444;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100% !important;
}

h1.title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	/* デフォルトのフォントサイズ */
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

h2.title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #555;
	margin-bottom: 24px;
	letter-spacing: 0.02rem;
	/* 文字間隔を少し広げる */
	position: relative;
	/* ボーダーのためのposition設定 */
	padding-bottom: 10px;
	/* ボーダーとテキストの間に余白 */
}

h2.title::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	/* ボーダーの高さを指定 */
	background-image: linear-gradient(to right, #40220f 20%, #ccc 20%);
	position: absolute;
	bottom: 0;
	left: 0;
}

h2.contact {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #555;
	margin-bottom: 24px;
	letter-spacing: 0.02rem;
	/* 文字間隔を少し広げる */
	position: relative;
	/* ボーダーのためのposition設定 */
	padding-bottom: 10px;
	/* ボーダーとテキストの間に余白 */
}

h3.title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #555;
	margin-bottom: 16px;
}

h4.title {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #666;
	margin-bottom: 14px;
}

/* min-width（768px以上）の画面サイズ用のスタイル */
@media (min-width: 768px) {
	body {
		font-size: 16px;
	}

}

/* リストのスタイルを初期化 */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}





header {
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	padding: 5px 0;
}

.header__logo {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #444;
	padding: 15px 0;
}

.header__logo img {
	height: 60px;
	margin-right: 10px;
}

.header__company {
	padding-top: 0;
}

.header__company_logo img {
	height: 30px;
	margin-right: 15px;
}

.header__company_name {
	font-size: 12px;
	color: #444;
	letter-spacing: 0.05rem;
	vertical-align: bottom;
}

.header__menu {
	margin-top: 20px;
	font-size: 14px;
	display: block;
	text-align: right;
	/* 電話番号を右揃え */
}

.header__menu-ul {}

.header__menu-ul li {
	display: inline-block;
	padding-left: 1rem;
	font-weight: 600;
}

.main__img-back {
	background-color: #e3e1e4;
	margin-bottom: 4rem;

}
.bgimg {
	background-image: url("https://image.raku-uru.jp/01/27317/13/main_1729855258940.png");
	background-size: cover;
	background-position: center;
	width: 1200px;
  }
  
  @media (max-width: 1200px) {
	.bgimg {
	  width: 100%;
	}
  }


.youtube {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	/* 16:9の比率を維持 */
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


footer {
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer__bg1 {
	background-color: #f0f1f1;
	padding: 3rem 0 3rem 0;
}

.footer__contact-info {
	text-align: center;
}


.footer__phone-time {
	color: #33b3df;
	margin-right: 1rem;
	white-space: nowrap;
	line-height: font-size: 28px;
}

.footer__phone-number {
	color: #33b3df;
	font-weight: 400;
	font-size: 28px;
	margin-right: 1rem;
	white-space: nowrap;
}



.footer__mailform {
	margin-top: 0;
	color: #33b3df;
	border: solid 1px #33b3df;
	border-radius: 5px;
	padding: 0rem 1rem;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
}

.footer__mailform a {
	color: #33b3df;
	text-decoration: none;
}

.footer__companyname {
	font-size: 14px;
	display: block;
	padding: 0.5rem 0;
}



.footer__bg2 {
	color: #ccc;
	background-color: #40220f;
	padding: 1rem 0 2rem 0;
}


.footer__bg2 .footer-menu {
	display: flex;
	gap: 15px;
}

.footer__bg2 .footer-menu li {
	display: inline-block;
	font-size: 12px;
}

.footer__bg2 .footer-menu li a {
	color: #ccc;
	text-decoration: none;
}

.footer__bg2 .footer-menu li a:hover {
	color: #fff;
	text-decoration: underline;
}

.fa-facebook,
fa-instagram {
	font-size: 20px;
}

.copyright {
	margin: 0;
	font-size: 12px;
	color: #ccc;
}




/***********
  * clearfix
  ***********/
.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}


/***********
  * main
  ***********/


/* news-list */

.news-list {
	margin-bottom: 20px;
}

.news-list dl {
	display: table;
	width: 100%;
}

.news-list dl dt {
	font-size: 14px;
	display: table-cell;
	width: 115px;
	padding: 10px 0;
}

.news-list dl dd {
	font-size: 14px;
	display: table-cell;
	padding: 10px 0;
}

.news-list dl dd a:hover {
	text-decoration: underline;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.news-list {
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.news-list dl {
		display: block;
		width: 100%;
	}

	.news-list dl dt {
		font-size: 12px;
		display: block;
		width: 100%;
		margin-bottom: 4px;
		padding: 0 0 0 6px;
	}

	.news-list dl dd {
		font-size: 12px;
		display: block;
		margin-bottom: 18px;
		padding: 0;
	}
}




/***********
  * login
  ***********/
.body-login #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #1e1203;
}

.body-login #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.body-login .main {
	width: 785px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.body-login #main-image {
	width: 785px;
}

.body-login .footer-top {
	padding: 40px 0;
	background-color: #f7f7f3;
}

.body-login .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-login .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-login .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

.body-login .footer-top-td {
	display: block;
	padding: 0;
}

#login-error-message {
	font-size: 14px;
	margin: 30px 0 40px;
	padding: 8px 15px;
	text-align: left;
	color: #e6503f;
	border: #e6503f solid 1px;
}

#login-message {
	margin: 30px 0;
	text-align: center;
}

.login-tbl {
	width: 785px;
	margin: 15px auto;
}

.login-tbl th {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	width: 240px;
	padding: 12px 12px 12px 0;
	text-align: left;
	vertical-align: top;
}

.login-tbl td {
	padding: 12px 0;
	text-align: left;
}

.login-tbl td input[type=text],
.login-tbl td input[type=password] {
	line-height: 36px;
	width: 100%;
	height: 36px;
	padding: 0 10px;
	border: #d0d0d0 solid 1px;
}

.login-btn {
	font-size: 15px;
	margin-bottom: 25px;
	text-align: center;
}

.login-btn a {
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
	position: relative;
	display: inline-block;
	width: 180px;
	height: 44px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 17px;
	background-color: #141605;
}

.login-link ul li {
	text-align: center;
}

.login-link ul li a {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.body-login #header {
		height: 50px;
	}

	.body-login .main {
		width: 100%;
	}

	.body-login #main-image {
		width: 100%;
	}

	#login-error-message {
		font-size: 12px;
		margin: 20px 10px;
		padding: 10px;
		text-align: center;
	}

	#login-message {
		margin: 0 10px;
	}

	.login-tbl {
		display: block;
		width: calc(100% - 20px);
		margin: 20px 10px 20px;
	}

	.login-tbl tbody,
	.login-tbl tbody tr {
		display: block;
		width: 100%;
	}

	.login-tbl th {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.2;
		display: block;
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}

	.login-tbl td {
		font-size: 14px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}

	.login-btn a {
		width: calc(100% - 20px);
	}

	.login-link ul li {
		margin-top: 1em;
	}
}


/* pagetop */
.btn-pagetop {
	width: 100%;
	height: 44px;
	background-color: #2c1e0d;
}

.btn-pagetop a {
	font-size: 14px;
	line-height: 44px;
	position: relative;
	display: block;
	float: right;
	padding-right: 24px;
	color: #b08838;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	.btn-pagetop {
		height: 42px;
		text-align: center;
	}

	.btn-pagetop a {
		line-height: 42px;
		display: inline-block;
		float: none;
		padding: 0;
	}

	.btn-pagetop a:after {
		position: inherit;
		top: auto;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 14px;
		height: 10px;
		margin-top: 0;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00003/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/***********
  * wysiwyg
  ***********/

.wysiwyg-data html,
.wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body,
.wysiwyg-data dd,
.wysiwyg-data div,
.wysiwyg-data dl,
.wysiwyg-data dt,
.wysiwyg-data fieldset,
.wysiwyg-data form,
.wysiwyg-data frame,
.wysiwyg-data frameset,
.wysiwyg-data h1,
.wysiwyg-data h2,
.wysiwyg-data h3,
.wysiwyg-data h4,
.wysiwyg-data h5,
.wysiwyg-data h6,
.wysiwyg-data noframes,
.wysiwyg-data ol,
.wysiwyg-data p,
.wysiwyg-data ul,
.wysiwyg-data center,
.wysiwyg-data dir,
.wysiwyg-data hr,
.wysiwyg-data menu,
.wysiwyg-data pre {
	display: block;
	unicode-bidi: embed;
}

.wysiwyg-data li {
	display: list-item;
}

.wysiwyg-data head {
	display: none;
}

.wysiwyg-data table {
	display: table;
}

.wysiwyg-data tr {
	display: table-row;
}

.wysiwyg-data thead {
	display: table-header-group;
}

.wysiwyg-data tbody {
	display: table-row-group;
}

.wysiwyg-data tfoot {
	display: table-footer-group;
}

.wysiwyg-data col {
	display: table-column;
}

.wysiwyg-data colgroup {
	display: table-column-group;
}

.wysiwyg-data td,
.wysiwyg-data th {
	display: table-cell;
}

.wysiwyg-data caption {
	display: table-caption;
}

.wysiwyg-data th {
	font-weight: bolder;
	text-align: center;
}

.wysiwyg-data caption {
	text-align: center;
}

.wysiwyg-data body {
	margin: 8px;
}

.wysiwyg-data h1 {
	font-size: 2em;
	margin: .67em 0;
}

.wysiwyg-data h2 {
	font-size: 1.5em;
	margin: .75em 0;
}

.wysiwyg-data h3 {
	font-size: 1.17em;
	margin: .83em 0;
}

.wysiwyg-data h4,
.wysiwyg-data p,
.wysiwyg-data blockquote,
.wysiwyg-data ul,
.wysiwyg-data fieldset,
.wysiwyg-data form,
.wysiwyg-data ol,
.wysiwyg-data dl,
.wysiwyg-data dir,
.wysiwyg-data menu {
	margin: 1.12em 0;

	color: {
			{
			nomalCharColor
		}
	}

	;
}

.wysiwyg-data h5 {
	font-size: .83em;
	margin: 1.5em 0;
}

.wysiwyg-data h6 {
	font-size: .75em;
	margin: 1.67em 0;
}

.wysiwyg-data h1,
.wysiwyg-data h2,
.wysiwyg-data h3,
.wysiwyg-data h4,
.wysiwyg-data h5,
.wysiwyg-data h6,
.wysiwyg-data b,
.wysiwyg-data strong {
	font-weight: bolder;

	color: {
			{
			nomalCharColor
		}
	}

	;
}

.wysiwyg-data blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

.wysiwyg-data i,
.wysiwyg-data cite,
.wysiwyg-data em,
.wysiwyg-data var,
.wysiwyg-data address {
	font-style: italic;
}

.wysiwyg-data pre,
.wysiwyg-data tt,
.wysiwyg-data code,
.wysiwyg-data kbd,
.wysiwyg-data samp {
	font-family: monospace;
}

.wysiwyg-data pre {
	white-space: pre;
}

.wysiwyg-data button,
.wysiwyg-data textarea,
.wysiwyg-data input,
.wysiwyg-data select {
	display: inline-block;
}

.wysiwyg-data big {
	font-size: 1.17em;
}

.wysiwyg-data small,
.wysiwyg-data sub,
.wysiwyg-data sup {
	font-size: .83em;
}

.wysiwyg-data sub {
	vertical-align: sub;
}

.wysiwyg-data sup {
	vertical-align: super;
}

.wysiwyg-data table {
	border-spacing: 2px;
	;
}

.wysiwyg-data thead,
.wysiwyg-data tbody,
.wysiwyg-data tfoot {
	vertical-align: middle;
}

.wysiwyg-data td,
.wysiwyg-data th,
.wysiwyg-data tr {
	vertical-align: inherit;
}

.wysiwyg-data s,
.wysiwyg-data strike,
.wysiwyg-data del {
	text-decoration: line-through;
}

.wysiwyg-data hr {
	border: 1px inset;
}

.wysiwyg-data ol,
.wysiwyg-data ul,
.wysiwyg-data dir,
.wysiwyg-data menu,
.wysiwyg-data dd {
	margin-left: 40px;
}

.wysiwyg-data ol {
	list-style-type: decimal;
}

.wysiwyg-data ol ul,
.wysiwyg-data ul ol,
.wysiwyg-data ul ul,
.wysiwyg-data ol ol {
	margin-top: 0;
	margin-bottom: 0;
}

.wysiwyg-data u,
.wysiwyg-data ins {
	text-decoration: underline;
}

.wysiwyg-data br:before {
	content: "\A";
	white-space: pre-line;
}

.wysiwyg-data center {
	text-align: center;
}

.wysiwyg-data :link,
.wysiwyg-data :visited {
	text-decoration: underline;
}

.wysiwyg-data :focus {
	outline: thin dotted invert;
}

.wysiwig-data a {
	color: {
			{
			linkCharColor
		}
	}

	;
}

.wysiwig-data a:hover {
	color: {
			{
			linkActiveCharColor
		}
	}

	;
}

.wysiwyg-data table {
	border: solid 1px;
	border-collapse: separate;
	border-color: #c0c0c0 #c0c0c0 #808080 #808080;
	border-spacing: 2px;
	width: auto;
}

.wysiwyg-data table tr td {
	border: solid 1px;
	border-color: #808080 #808080 #c0c0c0 #c0c0c0;
	padding: 0;
}

.item-comment .wysiwyg-data table tr td {
	background: {
			{
			backColor
		}
	}

	;
}

.wysiwyg-data ul,
.wysiwyg-data ul li {
	list-style-type: disc;
}

.wysiwyg-data ol {
	list-style-type: decimal;
}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

.wysiwyg-data BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.wysiwyg-data *[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

.wysiwyg-data *[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

@media print {
	.wysiwyg-data h1 {
		page-break-before: always;
	}

	.wysiwyg-data h1,
	.wysiwyg-data h2,
	.wysiwyg-data h3,
	.wysiwyg-data h4,
	.wysiwyg-data h5,
	.wysiwyg-data h6 {
		page-break-after: avoid;
	}

	.wysiwyg-data ul,
	.wysiwyg-data ol,
	.wysiwyg-data dl {
		page-break-before: avoid;
	}
}
