<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrap header nav ul li:last-child {
	margin-left: 30px;
}
#wrap header nav ul li:last-child:before {
	content: none;
}

#wrap section.main .main-box .slider-box article .image .inner {
  background: url("../img/img_kv_1_pc.jpg") center center;
  background-size: cover;
}

li.nav-showhome {
	position: relative;
}

#wrap header nav ul li.nav-showhome:hover {
	opacity: 1;
}

.nav-showhome__parent {
	pointer-events: none;
	cursor: pointer;
}

#wrap header nav ul li.nav-showhome a.nav-showhome__parent + ul.nav-showhome__child {
	background: #fff;
	display: flex;
	visibility: hidden;
	opacity: 0;
	transition: .3s ease;
	position: absolute;
	left: -1em;
	top: 138%;
	flex-direction: column;
	width: 140px;
	justify-content: flex-end;
}

#wrap header nav ul li.nav-showhome:hover a.nav-showhome__parent + ul.nav-showhome__child {
	opacity: 1;
	visibility: visible;
}

ul.nav-showhome__child {
	
}

ul.nav-showhome__child li:last-child {
	margin-left: 0 !important;
}

ul.nav-showhome__child li a {
	display: inline-block;
	padding: .5em 1em
}


#wrap footer ul.sitemap &gt; li {}
#wrap footer ul.sitemap &gt; li:nth-child(1) {
	width: 230px;
}
#wrap footer ul.sitemap &gt; li:nth-child(2) {
	width: 220px;
}
#wrap footer ul.sitemap &gt; li:nth-child(3) {
	width: 295px;
}
#wrap footer ul.sitemap &gt; li:nth-child(4) {
	width: 200px;
}
#wrap footer ul.sitemap &gt; li:nth-child(5) {
	width: 135px;
}
@media screen and (min-width: 769px){
	/* #wrap footer ul.sitemap &gt; li:nth-child(2) ul li {
		margin-bottom: 16px;
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
	}
	#wrap footer ul.sitemap &gt; li:nth-child(2) ul li:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0px;
    width: 14px;
    height: 14px;
    background: url("../img/ico_mark_contents_navy.svg") no-repeat;
    background-size: 100% 100%;
	}
	#wrap footer ul.sitemap &gt; li:nth-child(2) ul li:hover {
		opacity: 1;
	} */
	
	#wrap footer ul.sitemap&gt;li ul+h2 {
		margin-top: 1em;
	}
}
@media screen and (max-width: 768px){
	#wrap footer ul.sitemap &gt; li:nth-child(1),
	#wrap footer ul.sitemap &gt; li:nth-child(2),
	#wrap footer ul.sitemap &gt; li:nth-child(3),
	#wrap footer ul.sitemap &gt; li:nth-child(4),
	#wrap footer ul.sitemap &gt; li:nth-child(5) {
    width: 100%;
   }
}

#wrap footer .foot .foot-top .container .bnr-box ul + ul {
	padding-top: 18px;
}

#wrap.page main &gt; .works-box .page-title {
	width: 108px;
	margin: 204px auto 115px;
}
#wrap.page main &gt; .works-box .page-title h2 {
	margin-bottom: 60px;
	text-align: center;
}
#wrap.page main &gt; .works-box .page-title h2 img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
@media screen and (max-width: 768px){
	#wrap.page main &gt; .works-box .page-title {
		margin: 115px auto 30px;
		padding: 0;
	}
	#wrap.page main &gt; .works-box .page-title h2 {
		margin: 0 auto;
		max-width: 70px;
	}
	body.page-staff #wrap.page main &gt; .works-box .page-title h2 {
		max-width: 30px;
	}

}

#wrap section.works-box .text-box.feature-plan {
	margin-bottom: 100px;
	width: 750px;
}
#wrap section.works-box .text-box.feature-plan .lead {
	font-size: 14px;
}
#wrap section.works-box .text-box.feature-plan h2 {
	width: 245px;
}
#wrap section.works-box .text-box.feature-plan .lead.pc {
	height: 280px;
}
#wrap section.works-box .text-box.feature-plan h2.pc {
	height: 256px;
}
@media screen and (max-width: 768px){
	#wrap section.works-box .text-box.feature-plan {
		display: block;
		margin-bottom: 50px;
		width: 100%;
	}

	#wrap section.works-box .text-box.feature-plan h2 {
		margin-bottom: 30px;
		width: auto;
		max-width: 90%;
	}

	.nav-sp ul.nav-showhome__child{
		margin: 0.5em 0 0;
	}

	.nav-sp ul.nav-showhome__child li a {
		padding-left: 0;
	}
}

#wrap section.full-image {
	position: relative;
	width: 100%;
	margin: 50px auto 50px;
}
#wrap section.full-image img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
}

#wrap section.section-box {
	position: relative;
	width: 100%;
	max-width: 680px;
	margin: 150px auto;
}
#wrap section.section-box h2,
#wrap section.section-box h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 100px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
#wrap section.section-box h2 img,
#wrap section.section-box h3 img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
#wrap section.section-box p {
	position: relative;
	font-size: 14px;
	line-height: 30px;
}
@media screen and (max-width: 768px){
	#wrap section.section-box {
		margin: 0 auto 50px;
		padding: 0 22px;
		max-width: none;
		box-sizing: border-box;
	}
	#wrap section.section-box h2,
	#wrap section.section-box h3 {
		margin: 0 auto 50px;
		width: auto;
		font-size: 22px;
	}
}

#wrap section.payment-box {
	position: relative;
	width: 100%;
	max-width: 1020px;
	margin: 40px auto 80px;
	box-sizing: border-box;
}
#wrap section.payment-box .payment-row {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#wrap section.payment-box .payment-row .payment-body {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}
#wrap section.payment-box .payment-row .payment-body h3 {
	position: relative;
	width: 100%;
	margin: 0 auto 30px;
	padding-left: 45px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
#wrap section.payment-box .payment-row .payment-body h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -15px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
#wrap section.payment-box .payment-row .payment-body h3.payment-title-01::before {
	content: "1";
}
#wrap section.payment-box .payment-row .payment-body h3.payment-title-02::before {
	content: "2";
}
#wrap section.payment-box .payment-row .payment-body p {
	position: relative;
	font-size: 14px;
	line-height: 30px;
}
#wrap section.payment-box .payment-row .payment-image {
	display: table-cell;
	width: 320px;
	vertical-align: middle;
}
#wrap section.payment-box .payment-row .payment-image img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
@media screen and (max-width: 768px){
	#wrap section.payment-box {
		margin: 0 auto 50px;
		padding: 0 22px;
		max-width: none;
	}
	#wrap section.payment-box .payment-row {
		display: block;
	}
	#wrap section.payment-box .payment-row .payment-body {
		display: block;
		margin-bottom: 30px;
	}
	#wrap section.payment-box .payment-row .payment-body h3 {
		font-size: 18px;
	}
	#wrap section.payment-box .payment-row .payment-body h3::before {
		top: 5px;
		margin-top: 0;
	}
	#wrap section.payment-box .payment-row .payment-body p {
		font-size: 13px;
	}
	#wrap section.payment-box .payment-row .payment-image {
		display: block;
		width: auto;
	}
	#wrap footer ul.sitemap&gt;li ul + h2 {
		border-top: 1px solid #fff;
	}
}

#wrap section.photo-box {
	position: relative;
	margin: 0 auto 150px;
	width: 100%;
	max-width: 1360px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
}
#wrap section.photo-box.image-r {
	flex-flow: row-reverse;
}
#wrap section.photo-box .photo-box-image {
	position: relative;
	width: 54.4117647%;
	max-width: 740px;
}
#wrap section.photo-box .photo-box-image img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
#wrap section.photo-box .photo-box-body {
	position: relative;
	width: 45.5882353%;
}
#wrap section.photo-box .photo-box-body .photo-box-text {
	padding: 60px 90px 0;
}
#wrap section.photo-box .photo-box-body h3 {
	margin: 0 auto 50px;
}
#wrap section.photo-box .photo-box-body h3 img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	#wrap section.photo-box {
		display: block;
		margin: 0 auto 50px;
	}
	#wrap section.photo-box.image-r {
		flex-flow: nowrap;
	}
	#wrap section.photo-box .photo-box-image {
		margin-bottom: 30px;
		padding: 0 22px;
		width: auto;
	}
	#wrap section.photo-box .photo-box-image img {
		border-radius: 5px;
	}
	#wrap section.photo-box .photo-box-body {
		padding: 0 22px;
		width: auto;
	}
	#wrap section.photo-box .photo-box-body .photo-box-text {
		padding: 0;
	}
	#wrap section.photo-box .photo-box-body h3 {
		margin-bottom: 30px;
	}
	#wrap section.photo-box.photo-feature-lifestyle .photo-box-body h3 img {
		max-width: 80%;
	}

}

#wrap section.photo-box.photo-row {
	max-width: 1170px;
}
#wrap section.photo-box.photo-row .photo-box-image {
	padding: 0 22.5px;
}
@media screen and (max-width: 768px){
}


@media screen and (max-width: 768px){
	#wrap section h2.headline-lg,
	#wrap section h3.headline-lg {
		max-width: 90%;
	}
	#wrap section h2.headline-md,
	#wrap section h3.headline-md {
		max-width: 80%;
	}
	#wrap section h2.headline-sm,
	#wrap section h3.headline-sm {
		max-width: 70%;
	}
}

#wrap section.faq-box {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 150px;
	padding: 0 20px;
	box-sizing: border-box;
}
#wrap section.faq-box .faq-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -22px;
	flex-wrap: wrap;
}
#wrap section.faq-box .faq-row .faq-col {
	padding: 0 22px;
	flex-basis: 33.3333333%;
	box-sizing: border-box;
}
#wrap section.faq-box .faq-row .faq-col .faq {
	padding: 35px 0 40px;
	border-top: 1px solid #dfdfdf;
}
#wrap section.faq-box .faq-row .faq-col .faq .faq-q {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 18px;
}
#wrap section.faq-box .faq-row .faq-col .faq .faq-q span {
	font-weight: bold;
	font-size: 24px;
}
#wrap section.faq-box .faq-row .faq-col .faq .faq-a {
	font-size: 12px;
}
@media screen and (max-width: 768px){
	#wrap section.faq-box {
		padding: 0;
	}
	#wrap section.faq-box .faq-row {
		display: block;
		padding: 0 22px;
	}
	#wrap section.faq-box .faq-row .faq-col {
		flex-basis: auto;
		width: 100%;
	}
	#wrap section.faq-box .faq-row .faq-col .faq {
		border-bottom: none;
	}
	#wrap section.faq-box .faq-row .faq-col:last-child .faq {
		border-bottom: 1px solid #dfdfdf;
	}
	#wrap section.faq-box .faq-row .faq-col .faq .faq-q {
		font-size: 16px;
	}
	#wrap section.faq-box .faq-row .faq-col .faq .faq-q span {
		font-size: 18px;
	}
}


#wrap section.contents-box.contents-box-attempt {
	position: relative;
	width: 90%;
	max-width: 1020px;
	margin: 80px auto 0;
}
#wrap section.contents-box .contents-box-row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
	margin: 0 -30px;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 {
	position: relative;
	padding: 0 30px;
	width: 50%;
	box-sizing: border-box;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner {
	margin-bottom: 86px;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .image {
  border-radius: 3px;
  overflow: hidden;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .image img {
	width: 100%;
	height: auto;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box {
	position: relative;
	width: 90%;
	margin: -25px auto 0;
	background: #fff;
	padding: 22px 20px 0;
	box-sizing: border-box;
	border-radius: 3px;
	overflow: hidden;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box h3 {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	letter-spacing: 0.06em;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box h3:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0px;
	background: url("../img/ico_mark_contents.svg");
	width: 14px;
	height: 14px;
}
#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box p {
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 8px;
	line-height: 2;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px){
  #wrap section.contents-box.contents-box-attempt {
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    margin: 40px auto 0;
   }
	#wrap section.contents-box .contents-box-row {
		margin: 0 -10px;
	}
	#wrap section.contents-box .contents-box-row .contents-box-col-2 {
		padding: 0 10px;
	}
	#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner {
		margin-bottom: 28px;
	}
	#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box {
    width: 100%;
    margin: 17px auto 0;
    padding: 0;
	}
	#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box h3 {
    font-size: 12px;
    padding-left: 19px;
	}
	#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box h3:before {
    top: 4px;
	}
	#wrap section.contents-box .contents-box-row .contents-box-col-2 .contents-box-inner .text-box p {
    font-size: 11px;
    line-height: 2.2;
    text-align: justify;
	}
}

#wrap section.staff-list-box {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 50px auto;
}
#wrap section.staff-list-box .staff-list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: left;
          -ms-flex-pack: left;
              justify-content: left;
	margin: 0 -25px;
}
#wrap section.staff-list-box .staff-list .staff-box {
	position: relative;
	margin-bottom: 80px;
	padding: 0 25px;
	width: 33.3333333333333333%;
	box-sizing: border-box;
	text-align: center;
}
#wrap section.staff-list-box .staff-list .staff-box .staff-image {
	margin-bottom: 20px;
	height: 250px;
	overflow: hidden;
	background-color: #262626;
}
#wrap section.staff-list-box .staff-list .staff-box .staff-image img {
	margin: 0 -100px;
	width: auto;
	height: 250px;
	-webkit-transition:all 1.5s cubic-bezier(.165,.84,.44,1);
	transition:all 1.5s cubic-bezier(.165,.84,.44,1);
}
#wrap section.staff-list-box .staff-list .staff-box .staff-image:hover img {
	transform:scale(1.15, 1.15);
	opacity: 0.7;
}
#wrap section.staff-list-box .staff-list .staff-box .staff-body h3.staff-name {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
#wrap section.staff-list-box .staff-list .staff-box .staff-body h3.staff-name span {
	font-size: 11px;
}
#wrap section.staff-list-box .staff-list .staff-box .staff-body .staff-position {
	font-size: 12px;
}
#wrap section.staff-list-box .staff-list .staff-box .staff-profile {
	display: none;
}
@media screen and (max-width: 768px){
	#wrap section.staff-list-box {
    width: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    margin: 40px auto 0;
	}
	#wrap section.staff-list-box .staff-list {
    display: block;
    margin: 0;
	}
	#wrap section.staff-list-box .staff-list .staff-box {
		margin-bottom: 40px;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	#wrap section.staff-list-box .staff-list .staff-box .staff-image {
		margin-bottom: 20px;
		height: auto;
	}
	#wrap section.staff-list-box .staff-list .staff-box .staff-image img {
		margin: 0;
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
}

#fancybox-outer {
	box-shadow: none !important;
}
.staff-profile-box {
	padding: 65px;
	width: 1000px;
	box-sizing: border-box;
}
.staff-profile-box .staff-profile-box-row {
	display: table;
	width: 100%;
}
.staff-profile-box .staff-profile-box-row .staff-profile-box-l {
	display: table-cell;
	width: 520px;
	vertical-align: top;
	box-sizing: border-box;
}
.staff-profile-box .staff-profile-box-row .staff-profile-box-r {
	display: table-cell;
	padding-left: 60px;
	vertical-align: top;
	box-sizing: border-box;
}
.staff-profile-box .staff-profile-image {
	margin-bottom: 60px;
}
.staff-profile-box .staff-profile-image img {
	width: 100%;
/*
	max-width: 100%;
*/
	height: auto;
	max-height: 100%;
}
.staff-profile-box dl.staff-profile-list {
	width: 100%;
	margin-bottom: 0;
}
.staff-profile-box dl.staff-profile-list dt {
	float: left;
	width: 150px;
	font-size: 13px;
}
.staff-profile-box dl.staff-profile-list dd {
	margin: 0 0 .5em 160px;
	font-size: 13px;
}
.staff-profile-box dl.staff-profile-list dd:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.staff-profile-box h3.staff-profile-name {
	margin: 125px 0 10px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
}
.staff-profile-box .staff-profile-name-english {
	margin-bottom: 15px;
	font-size: 11px;
	line-height: 1.5;
}
.staff-profile-box .staff-profile-position {
	margin-bottom: 80px;
	font-size: 16px;
}
.staff-profile-box ul.staff-profile-sns {
	list-style: none;
}
.staff-profile-box ul.staff-profile-sns li {
	display: inline-block;
	margin-right: 5px;
}
@media screen and (max-width: 768px){
	#fancybox-wrap {
	}
	.staff-profile-box {
		padding: 15px;
		width: auto;
	}
	.staff-profile-box .staff-profile-box-row {
		display: block;
		width: 100%;
	}
	.staff-profile-box .staff-profile-box-row .staff-profile-box-l {
		display: block;
		width: 100%;
		vertical-align: top;
		box-sizing: border-box;
	}
	.staff-profile-box .staff-profile-box-row .staff-profile-box-r {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.staff-profile-box .staff-profile-image {
		margin-bottom: 30px;
	}
	.staff-profile-box .staff-profile-image img {
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}
	.staff-profile-box dl.staff-profile-list {
		width: 100%;
		margin-bottom: 0;
	}
	.staff-profile-box dl.staff-profile-list dt {
		float: none;
		margin-bottom: 3px;
		width: auto;
		font-size: 12px;
		font-weight: bold;
	}
	.staff-profile-box dl.staff-profile-list dd {
		margin: 0 0 15px;
		font-size: 12px;
	}
	.staff-profile-box dl.staff-profile-list dd:after{
	  content: ".";
	  display: block;
	  height: 0;
	  font-size:0;
	  clear: both;
	  visibility:hidden;
	}
	.staff-profile-box h3.staff-profile-name {
		margin: 30px 0 10px;
		font-size: 18px;
		text-align: center;
	}
	.staff-profile-box .staff-profile-name-english {
		margin-bottom: 10px;
		font-size: 11px;
		text-align: center;
	}
	.staff-profile-box .staff-profile-position {
		margin-bottom: 20px;
		font-size: 13px;
		text-align: center;
	}
	.staff-profile-box ul.staff-profile-sns {
		list-style: none;
		margin-bottom: 30px;
		text-align: center;
	}
	.staff-profile-box ul.staff-profile-sns li {
		display: inline-block;
		margin-right: 5px;
	}
}

/*
#cta {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  background: #fff;
  width: 100%;
}
#cta p {
  width: 48%;
  margin:0 1%;
}
#cta .button-l {
  margin-left: 2%;
}
#cta .button-r {
  margin-right: 2%;
}
#cta a {
  display: block;
  border: #e3e7ea 1px solid;
  background: #fff;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}
*/
#cta .button-c {
  width: 96%;
  margin:0 2%;
}


.content-banner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1380px;
  margin: 108px auto 30px;
  padding: 0 75px;
}
article.article .content-banner {
  padding: 0;
}
.content-banner * {
  box-sizing: border-box;
}
.content-banner .content-banner-row {
	display: table;
	width: 100%;
	margin: 0 -10px;
	vertical-align: middle;
}
.content-banner .content-banner-row .content-banner-col {
	display: table-cell;
	width: 50%;
	padding: 0 10px;
	text-align: center;
}
.content-banner .content-banner-row .content-banner-col p {
	margin-bottom: 30px;
}
.content-banner .content-banner-row .content-banner-col a:hover img {
	transition: 0.2s all ease;
	opacity: 0.7;
}
.content-banner .content-banner-row .content-banner-col img {
	max-width: 100%;
}
@media screen and (max-width: 768px){
	.content-banner {
	  margin: 108px auto 30px;
	  padding: 0 30px;
	}
	article.article .content-banner {
	  padding: 0;
	}
	.content-banner .content-banner-row {
		display: block;
		width: 100%;
		margin: 0;
	}
	.content-banner .content-banner-row .content-banner-col {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

#wrap {
	opacity: 1;
}
#loading {
	display: none;
}

.hide {
	display: none !important;
}

@media screen and (min-width: 769px){
	.pc-hide {
		display: none !important;
	}
}

.news-box .no-post {
	padding: 20px 0;
	text-align: center;
}

#wrap footer .banner-box {
	position: relative;
	width: 980px;
	margin: 50px auto -20px;
}
#wrap footer .banner-box a {
	display: block;
	background: #3e5d73;
	color: #fff;
	border: solid 2px #3e5d73;
	background: transparent;
	color: #3e5d73;
	text-align: center;
	border-radius: 3px;
	font-size: 120%;
	line-height: 66px;
	height: 66px;
	letter-spacing: .1em;
}
#wrap footer .banner-box a span {
	padding-right: 20px;
	font-size: 130%;
	letter-spacing: .3em;
}



@media screen and (max-width: 768px){
	#wrap footer .banner-box {
		width: 100%;
		margin: 20px auto 0;
		padding: 0px 22px 0px 22px;
		box-sizing: border-box;
		height: auto;
	}
	#wrap footer .banner-box a {
		padding: 22px 0;
		line-height: 1.6;
		height: inherit;
		font-size: 82%;
	}
	#wrap footer .banner-box a span {
		display: block;
		padding-right: 0;
		font-size: 150%;
		letter-spacing: 0;
	}
	#wrap footer .banner-box--recruit a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}


#booking-package_inputFormPanel {}
#booking-package_inputFormPanel input[type="text"] {
	padding: .5em .2em !important;
}
#booking-package_inputFormPanel select {
	padding: .5em !important;
}
#booking-package_inputFormPanel .description {
	font-size: 13px;
}

#booking-package_schedulePage #bottomPanel {
	padding-top: 30px;
	text-align: center;
}
#booking-package_schedulePage #bottomPanel button {
	display: inline-block;
	position: relative;
	width: 380px !important;
	height: 60px;
	line-height: 59px;
	border-radius: 3px;
	background-color: #fff;
	border: #e3e7ea 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 0 15px 15px;
	letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜Žæœ", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
  cursor: pointer;
}

#booking-package_inputFormPanel .bottomBarPanel {
	text-align: center;
}
#booking-package_inputFormPanel #paymentPanel {
	padding-top: 30px;
}
#booking-package_inputFormPanel .returnButton {
	display: inline-block;
	position: relative;
	width: 380px !important;
	height: 60px;
	line-height: 59px;
	border-radius: 3px;
	background-color: #fff;
	border: #e3e7ea 1px solid;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "æ¸¸æ˜Žæœ", YuMincho, "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜Žæœ", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
  cursor: pointer;
}
/*
#booking-package_inputFormPanel .returnButton.bookingButton {
  border: #3e5d73 1px solid;
  background: #3e5d73;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  transition: 0.2s all ease;
}
#booking-package_inputFormPanel .returnButton.bookingButton:hover {
  border: #e3e7ea 1px solid;
  background: #fff;
  color: #000;
}
*/

#booking-package_inputFormPanel #booking_package_input_terms + .description {
	position: relative;
	height: 240px;
	overflow: hidden;
}
#booking-package_inputFormPanel #booking_package_input_terms + .description::before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 60%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(60%,#fff),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 60%,#fff 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 60%,#fff 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 60%,#fff 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 60%,#fff 100%);
}
#booking-package_inputFormPanel #booking_package_input_terms + .description::after {
	content: 'ã™ã¹ã¦è¡¨ç¤º';
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 40px;
	margin-left: -45px;
	line-height: 40px;
	text-align: left;
	background: transparent url('../img/ico_sp_nav_arrow.svg') no-repeat right 13px;
	background-size: 16px 16px;
}
#booking-package_inputFormPanel #booking_package_input_terms + .description.open {
	height: auto;
}
#booking-package_inputFormPanel #booking_package_input_terms + .description.open::before,
#booking-package_inputFormPanel #booking_package_input_terms + .description.open::after {
	content: none;
}
</pre></body></html>