﻿body {
	color: #323232;
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	overflow-x: hidden;
	font-weight: 400;
	position: relative;
	letter-spacing: 0.1rem;
	background-color: #ffffff;
}

#nav-toggle,
#sp-nav {
	display: none;
}

a {
	color: #8d371f;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

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

.bold {
	font-weight: 600;
}

h2,
h3 {
	line-height: 1.4;
	font-weight: 400;
}

.mincho {
	font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.fuchi {
	text-shadow:
	  0.5px 0.5px 0px #fff,
	  -0.5px 0.5px 0px #fff,
	  0.5px -0.5px 0px #fff,
	  -0.5px -0.5px 0px #fff,
	  0.5px 0px 0px #fff,
	  0px 0.5px 0px #fff,
	  -0.5px 0px 0px #fff,
	  0px -0.5px 0px #fff;
  }

.m0{
	margin: 0 !important;
}

.f-s3{
	font-size: 3.5rem !important;
}

#wrapper {
	overflow: hidden;
}

@keyframes view-zoomin {
	0% {
		opacity: 0;
		transform: scale(0.95);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes view-slideup {
	0% {
		opacity: 0;
		transform: translate(0, 35px);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.animation {
	opacity: 0;
}

.slideup.on {
	opacity: 1;
	animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
	opacity: 1;
	animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
	align-items: center;
	background: #fdfdfd;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.loader::after {
	animation: loader 0.5s linear infinite;
	border: 1px solid #6c4395;
	border-radius: 50%;
	border-right: 1px solid rgba(212, 94, 62, 0.2);
	border-top: 1px solid rgba(212, 94, 62, 0.2);
	content: "";
	height: 70px;
	width: 70px;
}

.loader.off {
	display: none;
}

@keyframes loader {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes hd-scrolled {
	0% {
		opacity: 0;
		transform: translate(0, -100%);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

#l-header {
    width: 100%;
    position: relative;
    z-index: 200;
    top: 0;
    left: 0
}

#l-header .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 10px;
    align-items: center;
    justify-content: space-between
}

@media all and (max-width: 800px) {
	#l-header .inner {
		min-width: initial;
	}
}

#logo {
	width: 280px;
	position: relative;
	z-index: 10;
}

@media all and (max-width: 1200px) {
	#logo {
		width: 253px;
	}
}

.header-right_txt {
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: 600;
	color: #5c4332;
}

.header-right_contact {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

@media all and (max-width: 800px) {
	.header-right_contact {
		display: none;
	}
}

.header-insta a {
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	color: #222;
	font-size: 1.8rem;
}

.header-right_tel a,
.header-right_mail a,
.header-right_reserve a {
	display: block;
	padding: 5px 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
}

.header-right_tel a span,
.header-right_mail a span,
.header-right_reserve a span {
	padding-right: 5px;
}

.header-right_tel a:hover,
.header-right_mail a:hover,
.header-right_reserve a:hover {
	transition: background-color 0.2s ease-in;
}

.header-right_tel {
	text-align: center;
	margin-right: 15px;
}

.header-right_tel a {
	width: 100%;
	color: #333;
	font-size: 2.2rem;
	padding: 5px 10px;
}

.header-right_tel a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f879";
	font-weight: bold;
	margin-right: 5px;
	font-size: 2rem;
}

.header-right_tel a:hover {
	color: #5f823d;
}

.header-right_mail a {
	background: #fefefe;
	color: #465f2d;
}

.header-right_mail a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 5px;
}

.header-right_mail a:hover {
	background: #86c6c1;
}

.header-right_reserve {
	margin-left: 10px;
}

.header-right_reserve a {
	background: #ffe53b;
	color: #222;
}

.header-right_reserve a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: bold;
}

.header-right_fax {
	display: block;
	padding: 6px 15px;
	border-radius: 40px;
	line-height: 1.4;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	max-width: 350px;
	font-weight: 600;
	background: #67b767;
}

.header-right_fax:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ac";
	font-weight: bold;
	margin-right: 5px;
}

.sns-list li a.btn-instagram {
    overflow: hidden;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.sns-list li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 50%;
}

.sns-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    z-index: 3;
}

.sns-list li a.btn-instagram:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -12px;
    width: 60px;
    height: 60px;
    background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}



#head-right_lower.is-fixed {
	position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98%;
    max-width: 1200px;
    border-radius: 5px;
    border: 1px solid #dfe0e3;
    background: #fff; 
    z-index: 999; 
}

#header_nav {
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    transition: all .4s ease-in;
    padding: 10px 0;
	background: #fff;
}

@media all and (max-width: 896px) {
    #header_nav {
        display: none
    }
}

#header_nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

#header_nav>ul li {
    position: relative;
    flex: 1;
    text-align: center;
    border-left: 1px solid #dfe0e3
}

#header_nav>ul li:first-child {
    border-left: 0px solid #dfe0e3
}

#header_nav>ul li a {
    position: relative;
    display: block;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: 1.5rem;
    color: #32302d;
    padding: 5px 0
}

#header_nav>ul li a span {
    position: relative;
    display: block;
    font-weight: 500;
    letter-spacing: .1em;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 1.5rem;
    transition: all .4s ease-in;
}

#header_nav>ul li a:hover span,
#header_nav>ul li a.active span {
    color: #6c4395
}

@media all and (max-width: 1250px) {
    #header_nav>ul li {
        flex: 1 auto
    }
    #header_nav>ul li a {
        letter-spacing: .1em !important
    }
    #header_nav>ul li a span {
        letter-spacing: .2em !important
    }
}

#header_nav .dropdown {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 40px;
    padding-top: 18px;
    z-index: 999;
    width: 100%;
    background: #fff
}

#header_nav .dropdown li {
    border-left: 0px dashed #dfe0e3;
    border-bottom: 1px solid #dfe0e3
}

#header_nav .dropdown li:last-child {
    border-radius: 0 0 5px 5px;
    border-bottom: 0px solid #dfe0e3;
    overflow: hidden
}

#header_nav .dropdown .dropdown-li a {
    display: block;
    width: auto;
    padding: 10px;
    font-size: 1.3rem;
    background: #fff;
    text-shadow: none;
    filter: none
}

#header_nav .dropdown .dropdown-li a:after {
    display: none
}

#header_nav .dropdown .dropdown-li a:hover {
    background: #f4f4f4
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
}

#page-top a {
	display: block;
	background: #6c4395;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	font-size: 1.8rem;
	text-align: center;
}

#page-top a:hover {
	opacity: 0.6;
}

@media all and (max-width: 639px) {
	#page-top {
		bottom: 45px;
	}
}

@keyframes zoom-in {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.12);
	}
}

.swiper-slide {
	position: relative;
}

.swiper-slide:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	right: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3); 
	z-index: 0; 
	pointer-events: none;
}

.swiper-slide.slide1:before {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/top-slide_001.jpg);
  }
  
  .swiper-slide.slide2:before {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/top-slide_002.jpg);
  }
  
  .swiper-slide.slide3:before {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/top-slide_003.jpg);
  }
  
  .swiper-slide.slide4:before {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/top-slide_004.jpg);
  }
  
  .swiper-slide.slide5:before {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/top-slide_005.jpg);
  }
  

.slide-img {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 44vw;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 150;
}

.slide-img img {
	width: 55%;
}

@media all and (max-width: 1200px) {
	.slide-img {
		height: 50vw;
	}
}

@media all and (max-width: 800px) {
	.slide-img img {
		width: 60%;
	}
}

@media all and (max-width: 639px) {
	.slide-img {
		height: 35vh;
	}

	.slide-img img {
		width: 80%;
	}
}

#slideshow {
	overflow: hidden;
}

@media all and (max-width: 639px) {
	#slideshow {
		margin-top: 30px;
	}
}
/* 
#catch {
	z-index: 150;
	position: absolute;
	left: 10%;
	top: 50%;
	opacity: 0;
	width: 30%;
	transform: translateY(-50%);
	text-align: center;
}

#catch.on {
	opacity: 1;
	transition: 2s;
}

@media all and (max-width: 1200px) {
	#catch {
		width: 60%;
	}
}

@media all and (max-width: 800px) {
	#catch {
		left: 2%;
	}
}

@media all and (max-width: 639px) {
	#catch {
		width: 80%;
		transform: initial;
		top: auto;
		bottom: -30%;
	}
} */

.contact_lead {
	font-size: 1.3em;
	color: #5c4332;
	text-align: center;
}

@media all and (max-width: 639px) {
	.contact_lead {
		font-size: 1em;
	}
}

.contact_wrap {
	max-width: 1200px;
	border-top: 3px solid #fff;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.contact_wrap .contact_left,
.contact_wrap .contact_right {
	width: 49%;
	padding: 20px;
}

.contact_wrap .contact_right {
	text-align: right;
}

.contact_wrap .contact_left {
	margin-right: 2%;
	border-right: 3px solid #6c4395;
}

@media all and (max-width: 639px) {
	.contact_wrap {
		margin-top: 30px;
		width: 94%;
		flex-direction: column;
	}

	.contact_wrap .contact_left,
	.contact_wrap .contact_right {
		width: 100%;
		padding: 10px;
		font-size: 0.9em;
		letter-spacing: 0;
		font-weight: normal;
	}

	.contact_wrap .contact_right {
		text-align: left;
	}

	.contact_wrap .contact_left {
		margin-right: auto;
		border-right: 0;
		border-bottom: 3px solid #6c4395;
	}
}

.contact_bnr {
	margin: 15px 0 15px;
}

.contact_bnr > li .bnr_tel {
	white-space: nowrap;
	color: #000000;
	line-height: 1.3;
	font-size: 4.5rem;
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
}

.contact_bnr > li .bnr_tel:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: bold;
	font-size: 3rem;
	color: #000000;
}

.contact_bnr > li .bnr_tel:hover {
	text-shadow: 3px 3px 2px rgba(44, 61, 28, 0.9);
}

@media all and (max-width: 639px) {
	.contact_bnr > li .bnr_tel {
		font-size: 3rem;
		width: 100%;
	}

	.contact_bnr > li .bnr_tel:before {
		font-size: 2rem;
	}
}

.contact_bnr > li .bnr_mobile {
	background: #d45e3e;
	border: 1px solid #b64729;
}

.contact_bnr > li .bnr_mobile:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
	font-weight: bold;
}

.contact_bnr > li .bnr_mobile:hover {
	background: #b32a20;
}

.contact_bnr > li .bnr_reserve {
	background: #ffe53b;
	color: #222;
}

.contact_bnr > li .bnr_reserve:before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	font-weight: bold;
}

.contact_bnr > li .bnr_fax {
	background: #efe8d9;
	border: 1px solid #d8c7a3;
	color: #333;
}

.contact_bnr > li .bnr_fax:before {
	font-family: "Font Awesome 5 Free";
	content: "\f1ac";
	font-weight: bold;
}

.contact_bnr > li .bnr_mail {
	background: #5f823d;
	color: #fefefe;
	font-size: 1.7rem;
}

.contact_bnr > li .bnr_mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
}

.contact_bnr > li .bnr_mail:hover {
	color: #ffe53b;
}

.contact_bnr > li a,
.contact_bnr > li span {
	display: block;
	padding: 5px 15px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: 330px;
}

.contact_bnr > li a:before,
.contact_bnr > li span:before {
	margin-right: 5px;
}

@media all and (max-width: 639px) {
	.contact_bnr > li a,
	.contact_bnr > li span {
		width: 300px;
		font-size: 1.5rem;
	}
}

@media all and (max-width: 320px) {
	.contact_bnr > li a,
	.contact_bnr > li span {
		width: 250px;
	}
}

#l-footer {
	font-size: 1.3rem;
	position: relative;
}

#l-footer:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 80%;
	left: 0;
	bottom: 0;
	background-color: #6c4395;
	/* background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/bg_footer.jpg); */
	z-index: -2;
	opacity: 0.8;
}

@media all and (max-width: 800px) {
	#l-footer:before {
		height: 91%;
		width: 80%;
	}
}

@media all and (max-width: 639px) {
	#l-footer:before {
		width: 85%;
	}
}

#l-footer .inner {
	position: relative;
	z-index: 3;
}

#l-footer .inner.type2 {
	background: #d45e3e;
}

#l-footer .footer-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
}

@media all and (max-width: 639px) {
	#l-footer {
		font-size: 12px;
	}
}

.footer_navi {
	margin: 30px auto 20px;
}

.footer_navi ul {
	margin: 0 auto;
	max-width: 700px;
	display: flex;
	flex-wrap: wrap;
}

.footer_navi li {
	flex: 1 0 auto;
	text-align: center;
	margin: 0 0 4px;
	border-right: 0.9px solid #000000;
}
.footer_navi li:last-child {
	border-right: 0;
}

.footer_navi li a {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 900 !important;
	position: relative;
	font-weight: 600;
}

.footer_navi li a:hover {
	color: #6c4395;
}

.footer_navi li .dropdown {
	display: none;
}

.column2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.column2 .child {
	width: 37%;
}

.column2 .child2 {
	width: 58%;
}

@media all and (max-width: 800px) {
	.column2 .child,
	.column2 .child2 {
		width: 100%;
		border: 0;
	}

	.column2 .child:first-child,
	.column2 .child2:first-child {
		margin-bottom: 20px;
	}
}

.footer-insta a {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	border-radius: 100%;
	font-size: 1.8rem;
	background: #222;
	color: #fefefe;
}

.flogo {
	width: 300px;
	text-align: center;
	margin: 25px auto;
	min-height: 0;
}

.flogo a {
	display: block;
}

@media all and (max-width: 800px) {
	.flogo {
		width: 280px;
	}
}

.address {
	text-align: center;
	color: #000000;
	font-size: 1.6rem;
	font-weight: 900;
}

.copyright {
	padding: 18px 0;
	background: #ffffff;
	color: #000000;
	font-size: 1.2rem;
}

@media all and (max-width: 800px) {
	.copyright {
		padding-bottom: 65px;
	}
}

@media all and (max-width: 639px) {
	.copyright {
		font-size: 12px;
	}
}

.board-box {
	background: #ccc;
	padding: 20px;
}

.top-intro {
	position: relative;
	margin: 12em auto 8em;
}

@media all and (max-width: 639px) {
	.top-intro {
		margin: 9em auto 4em;
	}
}

.top-intro:before {
	right: 15%;
	top: 0%;
	background: url(../img/bg-intro.jpg) no-repeat 10% 100% / cover;
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}

@media all and (max-width: 1200px) {
	.top-intro:before {
		right: 5%;
	}
}

@media all and (max-width: 800px) {
	.top-intro:before {
		width: 70%;
		right: 0;
	}
}

@media all and (max-width: 639px) {
	.top-intro:before {
		background-size: cover;
		height: 50%;
		width: 90%;
	}
}

.top-intro.concept {
	margin: 6em auto 6em;
}

.top-intro.concept:before {
	left: 15%;
	right: auto;
	background: url(../img/bg-concept.jpg) no-repeat center/cover;
}

@media all and (max-width: 639px) {
	.top-intro.concept:before {
		left: 0;
	}
}

.top-intro.concept .top-box {
	margin: 30px 20px 30px auto;
}

@media all and (max-width: 639px) {
	.top-intro.concept .top-box {
		margin-top: 180px;
	}
}

.top-intro_title {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	position: absolute;
	text-align: left;
	font-size: 6rem;
	line-height: 1.3;
	left: 2%;
	top: 50px;
	font-weight: normal;
	white-space: nowrap;
	z-index: 3;
}

@media all and (max-width: 639px) {
	.top-intro_title {
		writing-mode: initial;
		font-size: 3rem;
		top: 20px;
		left: 0;
	}

	.top-intro_title:before {
		left: 0;
		top: 50%;
		width: 100px;
		height: 70px;
		margin: 0;
		transform: translateY(-50%);
	}
}


.top-greet-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media all and (max-width: 896px) {
    .top-greet-wrap {
        flex-direction: column;
        margin: 0
    }
}

@media all and (max-width: 639px) {
    .top-greet-wrap {
        justify-content: center
    }
}

.top-greet-img1 {
    width: 43%;
    position: relative;
    border-radius: 10px
}

@media all and (max-width: 896px) {
    .top-greet-img1 {
        width: 100%;
        margin-bottom: 4%;
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    .top-greet-img1 {
        width: 100%;
        border-radius: 5px
    }
}

.top-greet-box {
    width: 55%;
    position: relative;
    z-index: 2
}

.top-greet-box p {
    letter-spacing: .15em;
    line-height: 2
}

@media all and (max-width: 896px) {
    .top-greet-box {
        width: 100%;
        margin: 0 auto
    }
}

@media all and (max-width: 639px) {
    .top-greet-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }
    .top-greet-box p {
        line-height: 1.8
    }
}

.top-greet-txt {
    margin: 6% auto 0;
    order: -1;
    width: 90%
}

.top-greet-txt p+p {
    margin-top: 15px
}

@media all and (max-width: 1200px) {
    .top-greet-txt {
        width: 100%
    }
    .top-greet-txt p+p {
        margin-top: 10px
    }
}

@media all and (max-width: 639px) {
    .top-greet-txt {
        margin: 0 auto 6%
    }
}

.top-greet-img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.top-greet-img-box .img-box1 {
    width: 40%;
    border-radius: 10px
}

.top-greet-img-box .img-box2 {
    width: 56%;
    border-radius: 10px
}

@media all and (max-width: 639px) {
    .top-greet-img-box {
        order: 2
    }
    .top-greet-img-box .img-box1 {
        width: 40%;
        border-radius: 5px
    }
    .top-greet-img-box .img-box2 {
        width: 56%;
        border-radius: 5px
    }
}


.top-box {
	max-width: 600px;
	background: #fae8ff;
	padding: 45px 35px;
	position: relative;
	z-index: 5;
	margin: 30px auto 30px 0;
	position: relative;
	line-height: 2.5;
	font-size: 1.4rem;
	font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

@media all and (max-width: 800px) {
	.top-box {
		max-width: 80%;
		padding: 20px;
	}
}

@media all and (max-width: 639px) {
	.top-box {
		max-width: 90%;
		font-size: 1.1rem;
		margin-top: 180px;
		margin-bottom: 0;
	}
}

.feature-title {
	font-weight: 600;
	font-size: 2.2rem;
	color: #111;
	margin: -30px 0 10px;
	line-height: 1.4;
	padding-left: 10px;
}

.feature-title span {
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 5rem;
	color: #d45e3e;
	position: relative;
	z-index: 20;
	display: block;
}

@media all and (max-width: 639px) {
	.feature-title {
		font-size: 1.3rem;
	}

	.feature-title span {
		font-size: 3rem;
	}
}

.top-bnr-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	padding: 0 10px;
}

.top-bnr-list li {
	width: 32%;
}

.top-bnr-list li a {
	display: block;
	width: 100%;
	height: 100%;
}

.top-bnr-list li a:hover img {
	transition: 0.3s transform ease-in-out;
	transform: scale(1.05);
}

.top-bnr-list li .top-bnr-img {
	width: 90%;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
}

.top-bnr-list li .top-bnr-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media all and (max-width: 639px) {
	.top-bnr-list li .top-bnr-img {
		height: 350px;
	}
}

.top-bnr-list li .top-bnr-title {
	text-align: center;
	margin: -35px auto 20px;
	position: relative;
	z-index: 5;
	width: 70%;
	background: #fefefe;
	padding: 15px;
	box-shadow: 0 0 8px rgba(212, 94, 62, 0.2);
}

.top-bnr-list li .top-bnr-title .en {
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 4rem;
	border-bottom: 1px solid #d45e3e;
	line-height: 1.3;
	display: block;
}

@media all and (max-width: 639px) {
	.top-bnr-list li .top-bnr-title .en {
		font-size: 2.5rem;
	}
}

@media all and (max-width: 639px) {
	.top-bnr-list li {
		width: 90%;
		justify-content: center;
		margin: 0 auto 20px;
	}
}

.calendar-info {
	text-align: center;
	font-weight: 600;
	color: #fefefe;
	margin-top: 10px;
}

.calendar-info span {
	color: #ffe53b;
}

.calendar_head {
	color: #ffe53b;
}

.calendar-box table {
	width: 100%;
}

.calendar-box table th,
.calendar-box table td {
	width: 14.28%;
	border: 0.9px solid #666;
	font-weight: normal;
	padding: 5px;
	height: 45px;
	font-size: 1.3rem;
}

@media all and (max-width: 639px) {
	.calendar-box table th,
	.calendar-box table td {
		height: 40px;
		font-size: 1.2rem;
	}
}

.calendar-box table th {
	background: #e2927d;
	vertical-align: middle;
}

.calendar-box table td {
	background: #fefefe;
}

.calendar-box th.sun {
	color: #b32a20;
}

.calendar-box th.sat {
	color: #63b6af;
}

.calendar-box .off {
	background: #ffe53b;
}

.calendar-box .item-td {
	background: #eadc8b;
}

.calendar-box .item-td .days {
	color: #5c4332;
}

.calendar-box .item-td .item {
	display: none;
}

.news-box {
	padding: 15px;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	display: flex;
}

@media all and (max-width: 639px) {
	.news-box {
		flex-direction: column;
		margin: -10px auto 25px;
		width: 90%;
		padding: 10px;
	}
}

.news-title {
	text-align: center;
	font-weight: 600;
	border-right: 1px solid #d45e3e;
	padding: 5px 20px;
	color: #333;
}

.news-title span {
	font-size: 4rem;
	display: block;
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
	margin-bottom: -5px;
}

@media all and (max-width: 639px) {
	.news-title {
		padding: 5px 10px;
		width: 100%;
		font-size: 1.2rem;
		border-right: 0;
		border-bottom: 1px solid #d45e3e;
	}

	.news-title span {
		font-size: 2rem;
	}
}

.news-right {
	flex: 1;
	padding: 10px;
	margin-left: 20px;
}

@media all and (max-width: 639px) {
	.news-right {
		width: 100%;
		margin: 10px 0 0;
	}
}

.top-blog {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.top-blog li {
	width: 32%;
	margin: 0 1.5% 10px;
	position: relative;
}

.top-blog li > a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.top-blog li > a:hover ~ .top-blog_img img {
	transform: scale(1.1);
}

.top-blog li:nth-child(3n) {
	margin-right: 0;
}

.top-blog .top-blog_img {
	margin-bottom: 10px;
	overflow: hidden;
	height: 180px;
}

.top-blog .top-blog_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
	transition: transform 0.2s ease-in;
}

.top-blog .top-blog_content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.top-blog .top-blog_time {
	background: #d45e3e;
	padding: 8px 5px;
	color: #fff;
	width: 25%;
	text-align: center;
	line-height: 1.2;
}

.top-blog .top-blog_time span {
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
}

.top-blog .top-blog_time span.day {
	font-size: 2.5rem;
	font-weight: bold;
}

.top-blog .top-blog_detail {
	flex: 1;
	padding-left: 10px;
}

.top-blog .top-blog_ttl {
	font-size: 1.7rem;
	font-weight: bold;
}

@media all and (max-width: 800px) {
	.top-blog li {
		width: 49%;
		margin-right: 2%;
	}

	.top-blog li:nth-child(3n) {
		margin-right: 2%;
	}

	.top-blog li:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 639px) {
	.top-blog li {
		width: 85%;
		margin: 0 auto 20px;
	}

	.top-blog li:nth-child(2n),
	.top-blog li:nth-child(3n) {
		margin-right: auto;
	}

	.top-blog .top-blog_time span {
		font-size: 1.1rem;
	}

	.top-blog .top-blog_time span.day {
		font-size: 1.8rem;
	}

	.top-blog .top-blog_ttl {
		font-size: 1.3rem;
	}
}

.greet-txt {
	letter-spacing: 0;
	line-height: 2;
	padding: 15px;
	font-weight: normal;
}

.img-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: filter 0.2s ease-in;
}

.img-gray:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

.staff-name {
	border-bottom: 1px solid #555;
	color: #232323;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
	line-height: 1.5;
	font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.staff-name span {
	font-size: 1.4rem;
	color: #555;
}

.staff-name span.upper {
	font-family: "Amiri", serif;
	font-size: 4rem;
	display: block;
	color: #ccc;
	font-weight: normal;
	letter-spacing: initial;
}

@media all and (max-width: 639px) {
	.staff-name {
		font-size: 1.8rem;
	}

	.staff-name span {
		letter-spacing: 0.1rem;
		font-size: 1.2rem;
	}

	.staff-name span.upper {
		font-size: 2rem;
	}
}

.article {
	position: relative;
	padding: 100px 0;
}

.article .article-img {
	width: 70%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.article .article-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.article .article-txt {
	background: #fefefe;
	padding: 30px 20px;
	width: 50%;
	position: relative;
	font-weight: 600;
	margin-left: auto;
	z-index: 2;
}

@media all and (max-width: 639px) {
	.article {
		padding: 0;
	}

	.article .article-img {
		position: static;
		width: 100%;
		height: auto;
	}

	.article .article-txt {
		width: 100%;
	}
}

.single {
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0;
	position: relative;
}

@media all and (max-width: 1200px) {
	.single {
		width: 94%;
	}
}

.single02 {
	margin: 0 auto;
	padding: 80px 0;
}

.single03 {
	max-width: 1500px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	width: 90%;
}

.margin-top {
	margin-top: -80px;
}

@media all and (max-width: 639px) {
	.margin-top {
		margin-top: -30px;
	}
}

.lsingle,
.rsingle {
	width: 48.44%;
}

.lsingle {
	float: left;
}

.rsingle {
	float: right;
}

.note-side {
    position: relative
}


.mbox {
	background: #fefefe;
	padding: 40px 30px;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto;
}

.mbox.transparent {
	background: none;
}

@media all and (max-width: 639px) {
	.mbox {
		padding: 20px 15px;
	}
}

.bg-w {
	background: #fefefe;
	padding: 20px;
}

.mbox2 {
	background: rgba(212, 94, 62, 0.2);
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}

@media all and (max-width: 639px) {
	.mbox2 {
		padding: 15px;
	}
}

.container-box {
	margin-right: auto;
	margin-left: auto;
}

.bg-grid {
	background: rgba(255, 255, 255, 0.9);
	background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
	background-size: 20px 20px;
	background-repeat: repeat;
}

.bg-fixed {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 480px;
}

@media all and (max-width: 800px) {
	.bg-fixed {
		background-attachment: scroll;
		height: 270px;
	}
}

.bg-fixed.fixed01 {
	background-image: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/fixed01.jpg);
	background-position: center;
}

.bg-map {
	background: url(../img/map.png) no-repeat right bottom;
}

@media all and (max-width: 639px) {
	.bg-map {
		-webkit-background-size: auto 200px;
		background-size: auto 200px;
		background-position: right top;
	}
}


.list2 {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px
}

.list2.type1 li {
    text-align: center
}

.list2.type1 li:nth-child(2) a {
    border-color: #73c57a
}

.list2.type1 li:nth-child(2) a .num {
    color: #73c57a
}

.list2.type1 li:nth-child(2) a:hover {
    background: #73c57a
}

.list2.type1 li a {
    display: block;
    background: #fff;
    border-width: 1px;
    padding: 30px 20px
}

.list2.type1 li a h3 {
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 2rem;
    color: #454647
}

@media all and (max-width: 896px) {
    .list2.type1 li a h3 {
        font-size: 1.6rem
    }
}

@media all and (max-width: 639px) {
    .list2.type1 li a h3 {
        font-size: 1.45rem
    }
}

.list2.type1 li a p {
    font-size: 1.3rem;
    letter-spacing: .1em;
    color: #454647
}

@media all and (max-width: 896px) {
    .list2.type1 li a p {
        font-size: 1.1rem
    }
}

@media all and (max-width: 639px) {
    .list2.type1 li a p {
        font-size: 1.05rem
    }
}

.list2.type1 li a .num {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 4rem;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1;
    color: #6c4395;
    margin: 15px auto 10px
}

@media all and (max-width: 896px) {
    .list2.type1 li a .num {
        font-size: 3.2rem
    }
}

@media all and (max-width: 639px) {
    .list2.type1 li a .num {
        font-size: 2.4rem
    }
}

.list2.type1 li a .num span {
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 2.8rem;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: .05em
}

@media all and (max-width: 896px) {
    .list2.type1 li a .num span {
        font-size: 2.2rem
    }
}

@media all and (max-width: 639px) {
    .list2.type1 li a .num span {
        font-size: 1.8rem
    }
}

.list2.type1 li a:hover {
    background: #6c4395
}

.list2.type1 li a:hover h3,
.list2.type1 li a:hover p,
.list2.type1 li a:hover .num {
    color: #fff !important
}

.list2.type2 {
    gap: 10px
}

.list2.type2 li a {
    display: block;
    padding: 20px;
    border-radius: 10px;
    background: #454647;
    border: 1px solid #454647;
    text-align: center;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 1.6rem;
    color: #fff
}

@media all and (max-width: 896px) {
    .list2.type2 li a {
        font-size: 1.4rem
    }
}

@media all and (max-width: 639px) {
    .list2.type2 li a {
        font-size: 1.25rem;
        letter-spacing: .15em
    }
}

.list2.type2 li a:hover {
    color: #454647;
    background: rgba(0, 0, 0, 0)
}

@media all and (max-width: 1200px) {
    .list2 {
        gap: 15px 30px
    }
}

@media all and (max-width: 896px) {
    .list2 {
        grid-template-columns: repeat(1, 1fr)
    }
    .list2.type1 {
        gap: 10px
    }
    .list2.type1 li a {
        padding: 20px 10px
    }
    .list2.type1 li a .num {
        margin: 10px auto 5px
    }
    .list2.type2 {
        gap: 5px
    }
    .list2.type2 li a {
        padding: 10px;
        border-radius: 5px
    }
}

#main {
	float: left;
	width: 76%;
}

@media all and (max-width: 800px) {
	#main {
		float: none;
		width: 100%;
	}
}

#side {
	float: right;
	position: sticky;
	right: 0;
	top: 0;
	width: 21%;
	padding-right: 10px;
}

@media all and (max-width: 800px) {
	#side {
		float: none;
		width: 100%;
		position: static;
		margin-top: 40px;
	}
}

#col2-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

#col2-wrap #col2-main {
	width: 78%;
}

@media all and (max-width: 800px) {
	#col2-wrap #col2-main {
		width: 100%;
		margin: 0 auto;
		order: 2;
	}
}

#col2-wrap #col2-side {
	width: 20%;
	padding: 60px 0 0;
}

@media all and (max-width: 800px) {
	#col2-wrap #col2-side {
		width: 95%;
		margin: 0 auto 20px;
		padding-top: 30px;
	}
}

.mtitle {
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 120px;
	font-size: 1.6rem;
	position: relative;
	text-align: center;
	letter-spacing: 0.2rem;
	text-align: center;
}

.mtitle span {
	display: block;
	font-size: 5rem;
	margin-bottom: -15px;
	color: #6c4395;
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 400;
}

/* .mtitle:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -15px;
	height: 1px;
	width: 60px;
	transform: translateX(-50%);
	background-image: linear-gradient(to right, #6c4395, #593959);
} */

.mtitle.white {
	color: #fff;
}

.mtitle.white:after {
	background-image: linear-gradient(to right, #ddd, #fefefe);
}

.mtitle.white span {
	color: #fefefe;
}

.mtitle.sub:after {
	background-image: linear-gradient(to right, #6c4395, #593959);
}

.mtitle.sub span {
	color: #6c4395;
}

.mtitle.center {
	text-align: center;
}


@media all and (max-width: 639px) {
	.mtitle {
		font-size: 1.3rem;
		text-align: center;
	}

	.mtitle span {
		font-size: 3rem;
		line-height: 1.1;
		margin-bottom: 0px;
	}
}

.mtitle2 {
	font-size: 2.2rem;
	margin-bottom: 15px;
	color: #222;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #b64729 0%, #ffe53b 100%);
	border-image-slice: 1;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 2px;
}

.mtitle2 .en {
	font-size: 2rem;
	letter-spacing: 1px;
	margin-right: 5px;
	color: #d45e3e;
	font-family: "Amiri", serif;
	font-weight: normal;
}

.mtitle2 .small {
	font-size: 0.9em;
	color: #5f823d;
	padding-left: 10px;
}

@media all and (max-width: 639px) {
	.mtitle2 {
		font-size: 1.3rem;
		padding-bottom: 5px;
	}

	.mtitle2 .en {
		font-size: 2.7em;
		display: block;
	}
}

.mtitle2.white {
	color: #fefefe;
}

.mtitle2.white span {
	color: #e7a491;
}

.mtitle3 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #b32a20;
	margin-bottom: 10px;
}

.mtitle3 span {
	display: block;
	color: #5c4332;
	font-size: 1.4rem;
	margin-top: 4px;
}

@media all and (max-width: 800px) {
	.mtitle3 {
		font-size: 1.5rem;
	}

	.mtitle3 span {
		font-size: 13px;
	}
}

.mtitle-bll {
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #e4e4e4;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1.5;
	color: #465f2d;
}

.mtitle-bll:after {
	position: absolute;
	content: "";
	display: block;
	bottom: -2px;
	width: 100px;
	height: 2px;
	left: 0;
	background: #d45e3e;
}

@media all and (max-width: 639px) {
	.mtitle-bll {
		font-size: 1.4rem;
	}
}

.mtitle4 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 3px;
	font-weight: 600;
}

.mtitle4 span {
	position: relative;
	display: inline-block;
	min-width: 10%;
	line-height: 1.3;
}

.mtitle4 span mn {
	letter-spacing: 1px;
	display: block;
	font-size: 1.5rem;
	font-family: "Amiri", serif;
	color: #d45e3e;
}

.mtitle4 span:before,
.mtitle4 span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 4rem;
	background-color: #d45e3e;
}

.mtitle4 span:before {
	left: -15px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.mtitle4 span:after {
	right: -15px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.mtitle4.white span:before,
.mtitle4.white span:after {
	background-color: #ffe53b;
}

@media all and (max-width: 639px) {
	.mtitle4 {
		font-size: 1.4rem;
	}
}

@media all and (max-width: 320px) {
	.mtitle4 span:before {
		left: -3px;
	}

	.mtitle4 span:after {
		right: -3px;
	}
}

.mtitle5 {
	margin: -74px -30px 40px;
	text-align: center;
	position: relative;
}

.mtitle5:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	width: 100%;
	height: 3px;
	z-index: 1;
	background: #269892;
	transform: translateY(-50%);
}

.mtitle5 span {
	display: inline-block;
	padding: 8px 15px;
	background: #269892;
	font-size: 3.5rem;
	color: #fff;
	position: relative;
	z-index: 2;
}

@media all and (max-width: 639px) {
	.mtitle5 {
		margin: -42px -15px 30px;
	}

	.mtitle5 span {
		font-size: 1.7rem;
		line-height: 1.4;
	}
}

.mtitle_sub {
	padding-left: 0.5em;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	border-left: 6px solid #5f823d;
	margin: 8px 0 10px;
	font-size: 1.6rem;
}

.mtitle_sub:before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: "";
	width: 6px;
	height: 50%;
	background-color: #d45e3e;
}

@media all and (max-width: 639px) {
	.mtitle_sub {
		font-size: 1.4rem;
	}
}

.mtitle_box {
	background-image: linear-gradient(to left, #d45e3e, #5f823d);
	color: #fff;
	font-size: 1.7rem;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

.mtitle_box span {
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 2rem;
	padding-right: 10px;
	color: #555;
}

.mtitle_box:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f30a";
	font-weight: bold;
	display: block;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

@media all and (max-width: 639px) {
	.mtitle_box {
		font-size: 1.4rem;
	}

	.mtitle_box span {
		font-size: 1.6rem;
	}
}

.mtitle_box2 {
	background: #63b6af;
	font-size: 2.2rem;
	color: #fff;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1rem;
	padding: 15px 10px 15px 20px;
	margin-bottom: 25px;
}

.mtitle_box2 span {
	position: absolute;
	font-size: 5rem;
	opacity: 0.5;
	left: 0;
	top: -75px;
	color: #555;
	letter-spacing: 0.2rem;
}

.mtitle_box2 .small-cap {
	font-weight: normal;
	font-size: 14px;
}

@media all and (max-width: 639px) {
	.mtitle_box2 {
		font-size: 15px;
		line-height: 1.5;
		padding: 10px 10px 10px 15px;
		padding-right: 40px;
	}

	.mtitle_box2 span {
		font-size: 3rem;
		top: -40px;
		opacity: 0.3;
	}
}

.mtext1 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.5;
}

@media all and (max-width: 639px) {
	.mtext1 {
		font-size: 1.5rem;
		line-height: 1.4;
	}
}

.mtext2 {
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1.4;
}

.mtext2 span {
	display: block;
	font-size: 1.7rem;
}

@media all and (max-width: 639px) {
	.mtext2 {
		font-size: 1.8rem;
	}

	.mtext2 sapn {
		font-size: 1.4rem;
	}
}

.mtitle_category {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: normal;
}

.mtitle_category:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ca";
	font-weight: bold;
	margin-right: 5px;
	color: #d45e3e;
}

.btn01 a {
	background: #6c4395;
	text-align: center;
	width: 300px;
	margin: 20px auto;
	color: #fefefe;
	display: block;
	padding: 8px 5px;
	font-weight: bold;
	border-radius: 35px;
	border: 2px solid #6c4395;
}

.btn01 a:hover {
	background: #fff;
	color: #6c4395;
	border: 2px solid #6c4395;
}


@media all and (max-width: 639px) {
	.btn01 a {
		width: 95%;
	}
}

.btn01.type1 a {
	margin: 20px 0;
}

.btn02 {
	width: 350px;
	margin: 20px auto 20px;
}

.btn02 a {
	display: block;
	position: relative;
	padding: 15px 0;
	background-color: #d45e3e;
	line-height: 24px;
	letter-spacing: 0.1rem;
	font-size: 1.6rem;
	text-align: center;
	color: #ffffff;
}

.btn02 a i {
	display: block;
	position: absolute;
	top: 50%;
	right: -10px;
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.btn02 a:hover i {
	width: 34px;
}

@media all and (max-width: 639px) {
	.btn02 {
		width: 280px;
	}

	.btn02 a {
		font-size: 1.2rem;
	}
}

.btn-img01 {
	margin: 15px auto;
	text-align: center;
}

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

.news dt {
	width: 7em;
	padding: 5px;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.news dd {
	padding: 5px;
	background: #fff;
	width: calc(100% - 8em);
	margin-left: 10px;
	line-height: 1.6;
}

.news dd a {
	color: #333;
}

.news dt:not(:last-of-type),
.news dd:not(:last-of-type) {
	margin-bottom: 5px;
}

.news-bl dt {
	float: left;
	width: 8.5em;
	padding: 5px 5px;
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	font-size: 0.9em;
	border: 1px solid #555657;
}

.news-bl dd {
	padding: 3px 0 10px 9.5em;
	line-height: 1.6;
	border-bottom: 1px dotted #dddddd;
	margin: 0 0 10px;
}

.news-bl dd a {
	color: #63b6af;
}

.news-bl dd:last-child {
	margin: 0;
	border-bottom: none;
}

@media all and (max-width: 639px) {
	.news-bl dt {
		float: none;
	}

	.news-bl dd {
		padding: 5px;
	}
}

.page-title {
	position: relative;
	z-index: 1;
	background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/page_shop.jpg) no-repeat 70% 82%/cover;
  }
  .page-title2 {
	background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/page_about.jpg) no-repeat 70% 9%/cover !important;
  }
  .page-title3 {
	background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/page_gallery.jpg) no-repeat 70% 50%/cover !important;
  }
  .page-title4 {
	background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/page_access.jpg) no-repeat 70% 50%/cover !important;
  }
  .page-title5 {
	background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/26767/page_contact.jpg) no-repeat 70% 50%/cover !important;
  }

.page-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #555657;
	opacity: 0.3;
}

.page-title .inner {
	margin: 0 auto;
	height: 350px;
	max-width: 1200px;
	display: flex;
	align-items: center;
}

.page-title .page-lead {
	margin: 0 auto;
	padding: 20px 0;
}

.page-title .page-lead .mtitle {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.8);
	color: #fefefe;
}

.page-title .page-lead .mtitle:after {
	background-image: linear-gradient(to right, #ddd, #fefefe);
}

.page-title .page-lead .mtitle span {
	color: #fff;
	font-size: 8rem;
	line-height: 1.6;
}

@media all and (max-width: 800px) {
	.page-title {
		background-attachment: scroll;
	}

	.page-title .inner {
		width: 99%;
		height: auto;
		padding: 40px 0;
		margin-bottom: 20px;
	}

	.page-title .page-lead {
		width: 90%;
		padding: 0;
	}
}

@media all and (max-width: 639px) {
	.page-title {
		margin-top: 30px;
	}

	.page-title .page-lead {
		padding: 5px 0 0;
	}

	.page-title .page-lead .mtitle {
		font-size: 1.4rem;
	}

	.page-title .page-lead .mtitle span {
		font-size: 4rem;
		letter-spacing: 0;
		margin-bottom: -15px;
	}
}

.bg-01 {
	position: relative;
	background: #d45e3e;
}

.bg-01:before {
	position: absolute;
	content: "";
	width: 110%;
	height: 170px;
	left: 50%;
	bottom: 5px;
	background: #d45e3e;
	transform: rotate(-4deg) translateX(-50%);
}

@media all and (max-width: 639px) {
	.bg-01:before {
		bottom: 0;
	}
}

.bg-02 {
	background: url(../img/grid2.png);
}

.bg-gradient {
	background-image: linear-gradient(to right, #e9dfcb 0%, #fcfcfc 100%);
}

.bg-contents {
	position: relative;
}

.bg-contents:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	z-index: -1;
	background: #5f823d;
	opacity: 0.8;
}

@media all and (max-width: 800px) {
	.bg-contents:before {
		height: 78%;
		opacity: 0.5;
		bottom: 2%;
	}
}

.bg-maru1 {
	background: #d45e3e;
	max-width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
	margin: 50px auto;
	border-radius: 20px;
}

@media all and (max-width: 800px) {
	.bg-maru1 {
		max-width: calc(100% - 15px);
	}
}

@media all and (max-width: 639px) {
	.bg-maru1 {
		border-radius: 10px;
	}
}

.bg-maru3 {
	position: relative;
	margin: 50px auto;
}

.bg-maru3:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: calc(100% - 60px);
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background: #593959;
	opacity: 0.5;
}

@media all and (max-width: 639px) {
	.bg-maru3:before {
		width: 100%;
	}
}

.bg-maru2 {
	position: relative;
	margin: 50px auto;
}

.bg-maru2:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: calc(100% - 60px);
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background: #e4e4e4;
	opacity: 0.5;
}

@media all and (max-width: 639px) {
	.bg-maru2:before {
		width: 100%;
	}
}

.bg-base {
	position: relative;
	margin: 50px auto;
}

.bg-base:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	width: calc(100% - 40px);
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background: #d45e3e;
	border-radius: 10px;
}

@media all and (max-width: 639px) {
	.bg-base:before {
		width: 100%;
	}
}

.bg-blue {
	background: #63b6af;
}

.bg-gray {
	position: relative;
	background: #e6e3e9;
}

.bg-beige {
	background: rgba(239, 232, 217, 0.8);
}

.bg-beige2 {
	background: rgba(239, 232, 217, 0.8);
	max-width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-bottom: 50px;
}

@media all and (max-width: 800px) {
	.bg-beige2 {
		max-width: calc(100% - 15px);
	}
}

@media all and (max-width: 639px) {
	.bg-beige2 {
		border-radius: 10px;
	}
}

.tbl {
	width: 100%;
}

.tbl th,
.tbl td {
	padding: 15px;
	vertical-align: middle;
	border: 1px solid #5f823d;
}

.tbl th {
	background: rgba(212, 94, 62, 0.5);
	text-align: left;
}

.tbl th span {
	font-size: 1.4rem;
}

.tbl th.th-1 {
	width: 25%;
}

.tbl th.cell02 {
	width: 20%;
}

.tbl th.cell03 {
	width: 22.5%;
}

@media all and (max-width: 639px) {
	.tbl {
		font-size: 1.1rem;
	}

	.tbl th,
	.tbl td {
		padding: 10px;
	}
}

.tbl .cell01 {
	width: 45%;
}

.tbl .cell02 {
	width: 25%;
}

.sticky-wrap {
	position: relative;
  }
  
  .sticky-inner {
	position: sticky;
	top: 100px; 
	z-index: 10;
  }

.tbl-border {
	width: 100%;
}

.tbl-border tr:first-of-type th,
.tbl-border tr:first-of-type td {
	border-top: 1px solid rgba(108, 67, 149, .7);
}

.tbl-border th,
.tbl-border td {
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px solid rgba(108, 67, 149, .7);
}

.tbl-border th {
	width: 28%;
	color: #2f1c3d;
}

@media all and (max-width: 639px) {
	.tbl-border th {
		width: 30%;
	}
}

.company {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.company th,
.company td {
	padding: 15px 10px;
	vertical-align: middle;
}

.company th {
	text-align: left;
	width: 25%;
	position: relative;
	background: #333;
	color: #5f823d;
	font-weight: bold;
}

.company th::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: #f9f9f9;
	border-width: 10px;
	border-left-color: #333;
	margin-top: -10px;
}

.company td {
	background: #f9f9f9;
	padding-left: 20px;
}

.tbl0 {
	width: 100%;
}

.tbl0 th,
.tbl0 td {
	padding: 3px 5px;
	border: 0;
	border-bottom: 1px dashed #ddd;
}

.tbl0 th {
	padding-left: 0;
	background: none;
	text-align: left;
	width: 35%;
	color: #111;
}

.tbl0 th:after,
.tbl0 th:before {
	display: none;
}

@media all and (max-width: 639px) {
	.tbl0 th {
		width: 60%;
	}
}

.ggmap {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden;
}

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

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 10px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.list_common li {
	padding-bottom: 5px;
	padding-left: 1rem;
	margin-bottom: 8px;
	border-bottom: 1px dotted #cccccc;
}

.list_common li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.list_common li .check_num {
	width: 30px;
	height: 30px;
	background: #d45e3e;
	color: #fff;
	border-radius: 100px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

.list_check li {
	padding-bottom: 5px;
	font-weight: bold;
}

.list_check li span {
	font-weight: normal;
	font-size: 0.9em;
	display: block;
	padding: 10px;
	background: rgba(239, 232, 217, 0.2);
	margin-top: 10px;
}

.list_check li:not(:last-child) {
	margin-bottom: 5px;
	border-bottom: 1px dashed #5f823d;
}

.list_check li:before {
	content: "-";
	margin-right: 5px;
	color: #d1bd91;
}

@media all and (max-width: 639px) {
	.list_check li {
		width: 98%;
		margin: 0 auto 10px;
		font-size: 1.3rem;
	}
}

.list_check2 {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #fefefe;
}

.list_check2 li {
	width: 48%;
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 4%;
}

.list_check2 li:nth-child(2n) {
	margin-right: 0;
}

@media all and (max-width: 639px) {
	.list_check2 li:nth-child(2n) {
		margin-right: auto;
	}
}

.list_check2 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	margin-right: 10px;
	color: #b32a20;
}

@media all and (max-width: 639px) {
	.list_check2 li {
		width: 100%;
		margin: 0 auto 5px;
	}
}

.ol-list {
	counter-reset: number;
	list-style: none;
	background: rgba(95, 130, 61, 0.5);
	padding: 20px;
}

.ol-list > li {
	line-height: 2;
	border-bottom: 1px dashed #eee;
	margin-bottom: 10px;
	padding: 5px 0 8px;
	padding-left: 50px;
	font-weight: bold;
	position: relative;
	line-height: 1.6;
	font-weight: bold;
	font-size: 1.8rem;
}

.ol-list > li .small {
	font-weight: normal;
	display: block;
	padding: 10px;
	line-height: 1.6;
	font-size: initial;
}

.ol-list > li:before {
	counter-increment: number;
	content: counter(number);
	background: #222;
	position: absolute;
	width: 2em;
	height: 2em;
	text-align: center;
	font-family: "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-size: 2rem;
	line-height: 2em;
	color: #fefefe;
	left: 0;
	top: 0px;
	border-radius: 100%;
}

@media all and (max-width: 639px) {
	.ol-list > li {
		font-size: 1.3rem;
	}

	.ol-list > li span {
		font-size: 0.9em;
	}

	.ol-list > li:before {
		font-size: 1.8rem;
	}
}

.list-type1 li {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	background: #d45e3e;
	color: #222;
	font-weight: 600;
	letter-spacing: 0.2rem;
	margin-bottom: 10px;
}

.list-type1 li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	margin-right: 5px;
	color: #fefefe;
}

.blog-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.blog-wrap * {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.blog-wrap > li {
	width: 24%;
	margin: 0 0.5% 3%;
	background: #fefefe;
	position: relative;
}

@media all and (max-width: 1200px) {
	.blog-wrap > li {
		width: 32%;
	}
}

@media all and (max-width: 800px) {
	.blog-wrap > li {
		width: 48%;
		margin: 0 1% 3%;
	}
}

.blog-wrap > li > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.blog-wrap > li > a:hover ~ .blog-img img {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

@media all and (max-width: 639px) {
	.blog-wrap > li {
		width: 80%;
		margin: 0 auto 3%;
	}
}

.blog-img {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.blog-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
	font-family: "object-fit: cover;";
}

.blog-img:hover img {
	opacity: 1 !important;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.blog-date {
	color: #5f823d;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
}

.blog-date:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: bold;
	margin-right: 5px;
}

.blog-date2 {
	color: #a23f24;
	font-size: 0.9em;
	margin-bottom: 5px;
	margin-right: 5px;
}

.blog-date2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	margin-right: 5px;
}

.blog-detail {
	padding: 10px;
}

@media all and (max-width: 639px) {
	.blog-detail {
		padding: 10px;
	}
}

.blog-title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	line-height: 1.5;
}

.blog-txt {
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

@media all and (max-width: 639px) {
	.blog-txt {
		font-size: 12px;
	}
}

.pages {
	text-align: center;
	margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
	display: inline;
	margin: 0 20px;
}

.pages .page_next a,
.pages .page_prev a {
	color: #8d371f;
	padding: 3px 5px;
	background: #fff;
}

.category_nav {
	border: 1px solid #dddddd;
}

.category_nav li a {
	display: block;
	padding: 15px;
	border-bottom: 1px dotted #dddddd;
	background-color: #ffffff;
}

.category_nav li a:before {
	font-family: "FontAwesome";
	content: "\f0a9";
	margin-right: 5px;
}

.category_nav li a:hover {
	background: #e4e4e4;
}

.category_nav li:last-child a {
	border-bottom: none;
}

.cut {
	overflow: hidden;
	zoom: 1;
}

.w300 {
	width: 300px;
}

.spbr {
	display: none;
}

.br_tablet {
	display: none;
}

@media all and (max-width: 800px) {
	.br_tablet {
		display: block;
	}
}

.round-box {
	border-radius: 20px;
	overflow: hidden;
}

.color1 {
	color: #d45e3e;
}

.color2 {
	color: #5f823d;
}

.color3 {
	color: #5c4332;
}

.num {
	text-align: center;
}

.num a {
	color: #63b6af;
	font-weight: bold;
	font-size: 3.5rem;
}

.num a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	font-weight: bold;
	margin-right: 5px;
}

.num a:hover {
	color: #5f823d;
}

@media all and (max-width: 639px) {
	.num a {
		font-size: 2.4rem;
	}
}

.telbox {
	max-width: 700px;
	margin: 0 auto 20px;
	padding: 20px;
	background: #eee;
}

.telbox .inner {
	background: #fff;
	padding: 10px;
}

.breadcrumb {
	max-width: 1200px;
	margin: 20px auto 20px;
	font-size: 1.2rem;
	font-weight: 400;
}

.breadcrumb li {
	display: inline;
	color: #5c4332;
}

.breadcrumb li a {
	color: #6c4395;
}

.breadcrumb li + li:before {
	margin: 0 10px;
	content: ">";
}

.form {
	margin: 0 auto;
	width: 90%;
}

.form dl dt {
	float: left;
	width: 280px;
	padding-top: 20px;
	font-weight: bold;
}

.form dl dt span {
	color: #fff;
	background: #b64729;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	position: relative;
	top: -2px;
}

.form dl dd {
	padding-left: 280px;
	padding-bottom: 20px;
	padding-top: 23px;
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

.form dl dd:last-child {
	border-bottom: none;
}

.form .textarea,
.form textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
}

.form .textarea {
	height: 30px;
}

.form .textarea02 {
	width: 48.5%;
	margin-right: 3%;
}

.form .textarea02:last-child {
	margin-right: 0;
}

.form .textarea03 {
	width: 20%;
	margin-right: 1%;
}

.form button {
	cursor: pointer;
	display: block;
	color: #111;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #d45e3e;
	border: 1px solid #d45e3e;
	border-radius: 25px;
	color: #fff;
}

.form button:hover {
	background: #fff;
	color: #d45e3e;
}

.form button:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}

.form .select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333;
}

.form .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5;
}

.form .entypo-down-open-mini:before {
	font-family: "FontAwesome";
	content: "\f0ab";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: 0.75rem;
	margin-top: -8px;
	margin-top: -0.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #d45e3e;
}

.form label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block;
}

.form label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 2px;
	content: "";
	z-index: 3;
}

.form label.radio_text:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 3px;
	top: 5px;
	background-color: #d45e3e;
	z-index: 1;
}

.form label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type="radio"]:checked {
	box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
	opacity: 0.2;
	box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin: 0 20px 5px 0;
	overflow: hidden;
	display: inline-block;
}

.form label.checkbox_text:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
	padding: 1px;
}

.form label.checkbox_text:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #d45e3e;
	border-bottom: 3px solid #d45e3e;
	transform: rotate(45deg);
	z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
	box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow: 40px 0px #666;
	opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
	box-shadow: 41px 0px #eee;
}

.fm-txt {
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
}

.select-content {
	display: flex;
	align-items: center;
}

.select-content .select-txt {
	padding: 0 5px;
}

@media all and (max-width: 639px) {
	.select-content {
		display: block;
	}
}

.form-txt {
	font-size: 0.9em;
	margin-bottom: 5px;
}

.memo {
	border: 2px solid rgba(239, 232, 217, 0.5);
	background: url(../img/bg01.jpg);
	padding: 15px;
}

.thanks {
	padding: 40px;
	max-width: 700px;
	margin: 0 auto;
	background: #efe8d9;
}

@media all and (max-width: 639px) {
	.thanks {
		max-width: 90%;
		padding: 30px 20px;
	}
}

.shadow {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.policy {
	padding: 20px;
	background: #e4e4e4;
	margin-top: 40px;
}

.mtitle_small {
	position: relative;
	font-size: 1.7rem;
	color: #d45e3e;
	margin-bottom: 20px;
}

.mtitle_small:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #d45e3e;
	position: absolute;
	left: 0;
	bottom: -15px;
}

.mtitle_small2 {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	color: #d45e3e;
}

.mtitle_small2:not(:first-of-type) {
	margin-top: 20px;
}

.mtitle_small2:before {
	content: "";
	background-color: #67b767;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 0.6em;
	left: 0;
}

.gallery_ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.gallery_ul li {
	margin: 0 2% 2.5% 0;
	width: 32%;
}

.gallery_ul li:nth-child(3n) {
	margin: 0 0 2.5% 0;
}

.gallery_ul li .photobox-wrap {
	width: 100%;
	height: 350px;
	text-align: center;
	overflow: hidden;
	background: rgba(95, 130, 61, 0.1);
	margin-bottom: 8px;
}

.gallery_ul li .photobox-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-family: "object-fit: contain;";
	object-position: 50% 50%;
}

@media all and (max-width: 639px) {
	.gallery_ul li .photobox-wrap {
		height: 280px;
	}
}

.gallery {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.gallery li {
	width: 31%;
	margin: 0 calc(2.33% + (2.33% / 2)) 25px 0;
}

.gallery li:nth-child(3n) {
	margin-right: 0;
}

.gallery li a {
	background: rgba(0, 0, 0, 0.3);
	display: block;
	text-align: center;
	padding: 0px;
	height: 270px;
}

.gallery li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.gallery li p {
	line-height: 1.4;
	margin-top: 5px;
}

@media all and (max-width: 800px) {
	.gallery li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.gallery li:nth-child(3n) {
		margin: 0 4% 20px 0;
	}

	.gallery li:nth-child(2n) {
		margin-right: 0;
	}

	.gallery li a {
		height: 120px;
	}

	.gallery li p {
		font-size: 1.1rem;
	}
}

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

.list2 > li,
.list2 .child {
	width: 46%;
	margin: 0 4% 4% 0;
}

.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
	margin-right: 0;
}

@media all and (max-width: 639px) {
	.list2 > li:nth-child(2n),
	.list2 .child:nth-child(2n) {
		margin-right: auto;
	}
}

@media all and (max-width: 639px) {
	.list2 > li,
	.list2 .child {
		width: 100%;
		margin: 0 auto 20px;
	}
}

.list2 > li.order,
.list2 .child.order {
	order: 2;
}

@media all and (max-width: 639px) {
	.list2 > li.order,
	.list2 .child.order {
		order: 0;
	}
}

.list2.type1 .child {
	overflow: hidden;
	background: #f0f0f0;
	border-radius: 20px;
}

.list2.type1 .child .inner {
	padding: 15px;
}

.title-bg {
	background: #465f2d;
	color: #fefefe;
	text-align: center;
	padding: 8px 5px;
	font-weight: 600;
	font-size: 1.7rem;
}


.title-big {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    text-align: center
}

.title-big.left {
    text-align: left
}

.title-big .eng {
    font-size: 8rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.2;
    color: #6c4395
}

.title-big .eng2 {
    font-size: 4rem;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.2;
    color: #6c4395;
    margin-right: .5em
}

.title-big .ja {
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 3.2rem;
    display: block;
    color: #454647
}

@media all and (max-width: 896px) {
    .title-big .ja {
        font-size: 2.6rem
    }
}

@media all and (max-width: 639px) {
    .title-big .ja {
        font-size: 2rem
    }
}

.title-big.type1 .eng,
.title-big.type1 .eng2 {
    color: #73c57a
}

.title-big.type2 .eng,
.title-big.type2 .eng2 {
    color: hsl(210, 1.4285714286%, 42.4509803922%)
}

.title-big.white .ja,
.title-big.white .eng,
.title-big.white .eng2 {
    color: #fff
}

@media all and (max-width: 1200px) {
    .title-big .eng {
        font-size: 7rem
    }
    .title-big .eng2 {
        font-size: 3.5rem
    }
}

@media all and (max-width: 896px) {
    .title-big {
        margin-bottom: 30px
    }
    .title-big.left {
        text-align: center
    }
    .title-big .ja {
        letter-spacing: .1em
    }
    .title-big .eng {
        font-size: 4.8rem
    }
    .title-big .eng2 {
        font-size: 2.4rem;
        margin-right: 0;
        display: block
    }
}

@media all and (max-width: 639px) {
    .title-big .eng {
        font-size: 4.2rem
    }
    .title-big .eng2 {
        font-size: 2rem
    }
}



.title02 {
    position: relative;
    margin-bottom: 30px;
	text-align: center;
    line-height: 4.4rem;
}

.title02 .eng {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: inherit;
    line-height: 1.6;
    color: #2d8ecd;
    display: block
}

.title02 .ja {
    color: #454647;
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 2.8rem
}

@media all and (max-width: 896px) {
    .title02 .ja {
        font-size: 2.2rem
    }
}

@media all and (max-width: 639px) {
    .title02 .ja {
        font-size: 1.8rem
    }
}

.title02.type1 .eng {
    color: #73c57a
}

.title02.white .ja,
.title02.white .eng {
    color: #fff
}

@media all and (max-width: 896px) {
    .title02 {
        margin-bottom: 20px
    }
    .title02.type2 {
        text-align: center
    }
}

.title03 {
    position: relative;
    padding: 5px 0 5px 25px;
    margin-bottom: 30px;
    line-height: 1.6;
}

.title03:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: #6c4395;
}

.title03 .ja {
    font-family: "YakuHanMP", "Kaisei Opti", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
    font-weight: 700;
    letter-spacing: .2em;
    font-size: 2.8rem;
    color: #332e2b;
}

.title03 .eng {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    display: block;
    color: #6c4395;
}

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

.list3 > li {
	width: 31%;
	margin: 0 3% 15px 0;
}

.list3 > li:nth-child(3n) {
	margin-right: 0;
}

.list4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list4 li {
	width: 23%;
	margin: 0 2.5% 20px 0;
}

.list4 li:nth-child(4n) {
	margin-right: 0;
}

@media all and (max-width: 800px) {
	.list4 {
		max-width: 600px;
	}

	.list4 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
		text-align: center;
	}

	.list4 li img {
		width: 100%;
	}

	.list4 li:nth-child(2n) {
		margin-right: 0;
	}
}

@media all and (max-width: 639px) {
	.list4 li {
		width: 80%;
		margin: 0 auto 20px;
	}

	.list4 li:nth-child(2n) {
		margin-right: auto;
	}
}

.note {
	padding: 15px;
	margin-top: 10px;
	background: #efe8d9;
}

.main-visual{
	width: 100%;
	height: 460px;
	object-fit: cover;
}


.top_column3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 30px;
    /* margin-left: auto;
    margin-right: auto; */
}

.top_column3 .child-img {
    width: calc((100% - 580px)/2);
    text-align: center;
}

.top_column3 .child-img img {
    height: 437px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 30%; 
}

.top_column3 .child-img.type1 img {
    object-position: 50% 10%; 
}

.top_column3 .child-txt {
    width: 540px;
}

.top_column3 .child-txt p {
    line-height: 3rem;
}



.flow-dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 10px 0;
}

.flow-dl dt {
	background: #d45e3e;
	font-size: 3rem;
	color: #fff;
	width: 80px;
	text-align: center;
	margin-right: 20px;
	height: 80px;
	padding-top: 8px;
	border-radius: 100%;
}

.flow-dl dt span {
	font-size: 1.8rem;
	display: block;
	margin-bottom: -16px;
}

.flow-dl dd {
	width: calc(100% - 110px);
	margin-top: 10px;
}

.flow-dl dd:not(:last-child) {
	padding-bottom: 15px;
	border-bottom: 0.9px solid #5f823d;
}

.flow-dl dt:not(:last-of-type),
.flow-dl dd:not(:last-of-type) {
	margin-bottom: 30px;
}

.txt1 {
	padding-left: 10px;
}

.blog-month {
	margin-bottom: 10px;
}

.blog-month ul {
	display: flex;
	flex-wrap: wrap;
}

.blog-month ul li {
	border: 1px solid #ccc;
	width: 45%;
	padding: 3px 0;
	margin-bottom: 5px;
	font-size: 0.9em;
	letter-spacing: 0;
	text-align: center;
	background: #fefefe;
	margin-bottom: 5px;
}

.blog-month ul li:nth-child(even) {
	margin-left: 1%;
}

.blog-month ul li a {
	color: #5c4332;
}

@media all and (max-width: 639px) {
	.blog-month ul li {
		width: 44%;
	}
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#entry {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

.menu-list {
	margin-bottom: 30px;
}

.menu-list > li {
	display: flex;
	align-items: center;
	padding: 8px 4px;
}

.menu-list > li p {
	display: inline-block;
	line-height: 1.5;
}

.menu-list > li:before {
	background: radial-gradient(#aaaaaa 20%, rgba(0, 0, 0, 0) 0%) center center/8px 8px;
	content: "";
	display: inline-block;
	flex: 1;
	height: 4px;
	margin: 0 1.2em;
}

@media all and (max-width: 639px) {
	.menu-list > li:before {
		margin: 0 5px;
	}
}

.menu-list > li .left {
	order: -1;
	max-width: 60%;
}

.menu-list > li .left .small {
	color: #5f823d;
	padding-left: 5px;
}

.menu-list > li .left .small:before {
	content: "[";
}

.menu-list > li .left .small:after {
	content: "]";
}

@media all and (max-width: 639px) {
	.menu-list > li .left {
		max-width: 65%;
	}
}

.menu-list > li .right {
	width: 20%;
}

.price {
	font-weight: bold;
	color: #5c4332;
	padding: 0 4px;
}

.price2 {
	text-align: center;
	margin: 8px 0;
}

.price2 span {
	font-weight: 600;
	color: #5f823d;
	font-size: 1.1em;
}

.list-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list-center li {
	max-width: 250px;
}

.list-center li:not(:last-child) {
	margin: 0 5px 5px;
}

@media all and (max-width: 639px) {
	.list-center li {
		width: 220px;
	}

	.list-center li:not(:last-child) {
		margin: 0 0 5px;
	}
}

.faq-dl .faq-inner:not(:last-of-type) {
	margin-bottom: 20px;
}

.faq-dl dt,
.faq-dl dd {
	padding: 15px 15px 15px 60px;
	position: relative;
	width: 98%;
}

.faq-dl dt:before,
.faq-dl dd:before {
	position: absolute;
	font-size: 3rem;
	font-weight: 700;
	left: 15px;
	top: 0;
}

@media all and (max-width: 639px) {
	.faq-dl dt,
	.faq-dl dd {
		padding: 10px 10px 10px 50px;
	}

	.faq-dl dt:before,
	.faq-dl dd:before {
		font-size: 2rem;
	}
}

.faq-dl dt {
	background: #5f823d;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: 600;
	color: #fefefe;
}

.faq-dl dt:before {
	content: "Q.";
	color: #67b767;
}

.faq-dl dd {
	margin-left: auto;
	border-radius: 5px 0 5px 0;
}

.faq-dl dd:before {
	content: "A.";
	color: #ff9d1d;
}

.faq-dl dd:not(:last-child) {
	margin-bottom: 50px;
}

.fukidashi {
	margin: 0.5em auto 1em;
	padding: 5px;
	text-align: center;
	max-width: 50%;
	border-radius: 10px;
	font-size: 2.2rem;
	background: #fefefe;
	border-radius: 5px;
	position: relative;
}

.fukidashi a {
	color: #a71017;
}

.fukidashi a:hover {
	color: #b32a20;
}

.fukidashi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #fefefe;
	z-index: 2;
}

.info-txt {
	width: 95%;
	margin: 10px auto 0;
	background: rgba(95, 130, 61, 0.3);
	padding: 10px;
	border-radius: 10px;
}

.iframe {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.frames {
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 6px;
}

.frames:before,
.frames:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 85px;
	height: 50px;
	background: #f9f9f9;
	transform: rotate(-30deg);
}

.frames:before {
	box-shadow: 0 10px 8px -12px rgba(92, 67, 50, 0.6);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
}

.frames:after {
	box-shadow: 0 -10px 10px -10px rgba(92, 67, 50, 0.4);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}

.document-list li a {
	display: block;
	background: #5f823d;
	padding: 10px;
	font-weight: bold;
	line-height: 1.5;
	border: 1px solid rgba(92, 67, 50, 0.5);
	color: #5c4332;
}

.document-list li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f2d2";
	font-weight: bold;
	margin-right: 5px;
}

.document-list li a:hover {
	background: #5f823d;
}

.document-list li a.pdf:before {
	content: "\f1c1";
}

.document-list li:not(:last-of-type) {
	margin-bottom: 10px;
}

.feature-list li {
	padding: 4px 4px 4px 8px;
	font-weight: 600;
	margin-bottom: 8px;
	background: #f0f0f0;
}

.feature-list li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	margin-right: 5px;
	color: #d45e3e;
}

.mtitle-vertical {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	-webkit-font-feature-settings: "pkna";
	font-feature-settings: "pkna";
	font-size: 1.8rem;
	font-weight: 600;
	color: #555;
}

.mtitle-vertical span {
	display: block;
	font-size: 4rem;
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
	color: #d45e3e;
}

@media all and (max-width: 639px) {
	.mtitle-vertical {
		writing-mode: inherit;
		font-size: 1.3rem;
	}

	.mtitle-vertical span {
		font-size: 2.5rem;
	}
}

.vertical-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media all and (max-width: 639px) {
	.vertical-box {
		flex-direction: column;
	}
}

.vertical-content {
	flex: 1;
}

@media all and (max-width: 639px) {
	.vertical-content {
		flex: 1 0 auto;
		margin: 15px 0 0;
	}
}

.link-txt {
	font-weight: 600;
	border-bottom: 1px dashed #5c4332;
	color: #5c4332;
}

.staff-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.staff-wrap .staff-img {
	margin-right: 30px;
}

.staff-wrap .staff-detail {
	flex: 1;
}

@media all and (max-width: 639px) {
	.staff-wrap {
		flex-direction: column;
	}

	.staff-wrap .staff-img {
		width: 70%;
		margin: 0 auto 20px;
	}
}

.lead01 {
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 15px;
}

.lead01 span {
	font-family: "Amiri", serif;
	font-weight: normal;
	color: #5f823d;
	font-size: 3rem;
	display: block;
}

@media all and (max-width: 639px) {
	.lead01 span {
		font-size: 2.5rem;
	}
}

.mini {
	font-size: 90%;
}

.top-feature-wrap {
	margin: 20px auto 0px;
}

.list-top-feature {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list-top-feature li {
	width: 31%;
	background: rgba(254, 254, 254, 0.8);
	overflow: hidden;
	margin: 0 calc(2.33% + (2.33% / 2)) 30px 0;
}

.list-top-feature li:nth-child(3n) {
	margin-right: 0;
}

.list-top-feature .list-top-img {
	position: relative;
	height: 250px;
}

.list-top-feature .list-top-img.img1 {
	background: url(../img/list-top01.jpg) no-repeat center/cover;
}

.list-top-feature .list-top-img.img2 {
	background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/16475/list-top02_1.jpg) no-repeat center/cover;
}

.list-top-feature .list-top-img.img3 {
	background: url(../img/list-top03.jpg) no-repeat center/cover;
}

.list-top-feature .list-top-title {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: "YakuHanJP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	text-align: center;
	color: #d45e3e;
}

.list-top-feature .list-top-txt {
	padding: 15px 8px 8px;
}

.list-top-feature .number {
	position: absolute;
	left: -18px;
	top: -14px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 100%;
	border: 2px solid rgba(255, 255, 255, 0.7);
	color: #fefefe;
	text-align: center;
	font-size: 4rem;
	font-family: "Amiri", serif;
	letter-spacing: 0;
	font-weight: 400;
	text-shadow: 0 0 10px #000;
}

@media all and (max-width: 639px) {
	.list-top-feature {
		width: 90%;
	}

	.list-top-feature li {
		width: 100%;
	}

	.list-top-feature .number {
		font-size: 3rem;
	}

	.list-top-feature .list-top-title {
		font-size: 1.5rem;
	}
}

/*# sourceMappingURL=basis.css.map */
