@charset "utf-8";
/* 共通 */
body{
	color:#231815;
	background:#EFEF9D;
	width: 100%;
	min-height: 100vh !important;
	font-family:  fot-tsukuardgothic-std, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}


/* custom */
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color:#231815;
	text-decoration:none;
	
}
a:hover {
	color:#ba8042;
	text-decoration:underline;
}
a:focus {
	outline:none;
}
img {
	width:100%;
	max-width:none;
	vertical-align:bottom;
}
table {
	width:100%;
}
a img,a img:hover{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a.button .off {
	display: inline;
}
a.button .on {
	display:none;
}
a.button:hover .off {
	display:none;
}
a.button:hover .on {
	display: inline;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix { 
	min-height: 1px;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
@media only screen and (min-width: 768px) {
	body {
		font-size:18px;
	}
	img {
		width:auto;
		max-width: 100%;
	}
}
/* layout */
.header ,
.page-nav ,
.main ,
.footer {
	width:100%;
	padding:0;
	position:relative;
}
.container {
	width:auto;
	margin:0 auto;
	position:relative;
	padding:0 3%;
}
@media only screen and (min-width: 768px){
	.header ,
	.page-nav,
	.main ,
	.footer {
		min-width:1040px;
	}
	.container {
		width:1040px;
		padding:0 20px;
	}
}
/* s.header */
.header {
	background:#fffef0 url(/theme/local/img/header-top.png) repeat-x center top;
	background-size:8%;
}
.header:before {
	content: '';
	display:block;
	position: absolute;
	background:transparent url(/theme/local/img/header.png) no-repeat center top;
	background-size:contain;
	width:100%;
	padding:15% 0 0;
	top:7%;
	left:0;
}
.header .logo {
	text-align:center;
	padding:5% 0 0;
	width:30%;
	margin:0 auto;
}
.header .text {
	text-align:center;
	padding:1% 0 0;
	width:50%;
	margin:0 auto;
	display:none;
}
.header .nav {
	padding:4% 0 3%;
	text-align:center;
}
.header .nav ul {
	background:transparent url('/theme/local/img/nav-line.png') no-repeat right center;
	background-size:contain;
	display:inline-block;
}
.header .nav li {
	background:transparent url('/theme/local/img/nav-line.png') no-repeat left center;
	background-size:contain;
	position: relative;
	display:table-cell;
	vertical-align: middle;
	padding:0 1%;
	margin:0;
	line-height:0;
}
.header .nav li a {
	line-height:0;
}
.header .nav li a img:hover {
	opacity: 0.6;
}
@media only screen and (min-width: 768px){
	.header {
		background-size:auto;
	}
	.header:before {
		background-size:auto;
		padding:277px 0 0;
		top:8px;
	}
	.header .logo {
		padding:56px 0 0;
		width:auto;
	}
	.header .text {
		display:block;
		padding:26px 0 0;
	}
	.header .nav {
		padding:26px 0 20px;
	}
	.header .nav li {
		padding:0 16px;
		margin:0;
		height:60px;
	}
}
.main {
	padding:0 0 ;
	background:#fff;
}
.main:after {
	content: "";
	display: block;
	background:transparent url(/theme/local/img/main-bottom.png) no-repeat bottom center;
	background-size:contain;
	padding:14% 0 0;
}
.main  > .title {
	padding:7% 0 1%;
	text-align: center;
	background:transparent url(/theme/local/img/common-flag.png) repeat-x center top;
	background-size:contain;
}
.main .section {
	position: relative;
}
.main .section > .container > .title,
.main .section > .title {
	text-align:center;
}
.main .section .image {
	text-align: center;
}
.main .page-top {
	position: relative;
	max-width:1040px;
	margin:2% auto 0;
	height:30px;
}
.main .page-top a {
    z-index: 999;
	position: absolute;
	display: none;
	background:transparent url(/theme/local/img/common-button-top.png) no-repeat center top;
	background-size:contain;
	right: 2%;
	bottom: 2%;
	width:85px;
	height:30px;
}
.main .page-top a.fixed {
	position: fixed;
}
.main .page-top a.active {
	display: block;
}
@media only screen and (min-width: 768px){
	.main:after {
		background-size:auto;
		padding:90px 0 0;
	}
	.main  > .title {
		background-size:auto;
		padding:58px 0 16px;
	}
	.main .page-top {
		height:46px;
	}
	.main .page-top a {
		width:130px;
		height:46px;
	}
	.main .page-top a:hover {
		text-decoration: none;
		opacity: 0.8;
	}
}
.footer {
	padding-top:3%;
}
.footer * {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 700;
}
.footer .container {
	padding:0;
}
.footer .contact {
	padding:0;
	text-align:center;
}
.footer .logo,
.footer .address {
	display:inline-block;
	vertical-align: middle;
}
.footer .logo {
	width:30%;
}
.footer .address {
	padding:0 2%;
	vertical-align: middle;
	font-size:0.8em;
	text-align:left;
}
.footer .nav ul {
	padding:0;
}
.footer .nav li {
	display:inline-block;
	vertical-align: top;
	width:43%;
	padding:1% 3%;
}
.footer .nav a {
	display:block;
	color:#A75918;
	padding:0 3%;
	font-size:0.9em;
}
.footer .nav .image {
	position: relative;
	padding:4% 0 0;
	margin:0;
}
.footer .nav .image .image2 {
	position: absolute;
	right:0;
	top:0;
	width:33%;
	padding:0;
}
.footer .copyright {
	font-size:0.8em;
	text-align: center;
	padding:20px 0;
	color:#A75918;
}
@media only screen and (min-width: 768px){ 
	.footer {
		padding-top:20px;
	}
	.footer .container {
		padding:0 20px;
	}
	.footer .contact,
	.footer .nav {
		display:inline-block;
		vertical-align: top;
	}
	.footer .contact {
		width:35%;
		padding:10px 0 0;
	}
	.footer .logo {
		width:308px;
		margin-left:10px;
	}
	.footer .address {
		padding:7px 20px 0;
		font-size:1em;
	}
	.footer .address li {
		padding-top:3px;
	}
	.footer .address span {
		font-size:0.9em;
	}
	.footer .nav {
		width:63%;
		border-left:3px dashed #A75918;
	}
	.footer .nav ul {
		padding:0 100px 0 20px;
		margin:0;
	}
	.footer .nav li {
		width:auto;
		padding:0;
		margin:0;
	}
	.footer .nav a {
		font-size:0.9em;
		padding:2px 10px 2px 0;
	}
	.footer .nav .image {
		position: relative;
		margin:0;
		padding:0 0 0;
	}
	.footer .nav .image .image2 {
		width:auto;
		top:-50px;
	}
	
}

/* s.page-nav */
.page-nav {
	display: none;
}
@media only screen and (min-width: 768px){ 
	.page-nav {
		display: block;
		position: relative;
		background:#FAECDC;
		color:#A85919;
		padding:10px 0;
	}
	.page-nav.scroll {
		z-index:8000;
		display: none;
	}
	.page-nav.fixed {
		display: block;
		position: fixed;
		top:0;
	}
	.page-nav .title {
		font-weight:700;
		font-size:1.5em;
	}
	.page-nav ul {
		padding-top:6px;
	}
	.page-nav li {
		display: inline-block;
		vertical-align: top;
		padding-right:1em;
		padding-bottom:6px;
	}
	.page-nav a {
		display:block;
		font-weight:700;
		color:#A85919;
		font-size:1.1em;
		font-family: a-otf-ud-shin-go-pr6n, sans-serif;
		padding:0;
	}
}
/* e.page-nav */
/* s.home */
.main.home .section {
	padding:3% 0 0 ;
}
.main.home .slider {
	display:block;
}
.main.home .slider li{
	outline: none;
}
.main.home .access {
	padding:0;
}
.main.home .access .image {
	padding:2% 0;
}
.main.home .access .list li {
	position: relative;
	font-weight: 700;
	color:#A85919;
	margin:2% 0 0;
	padding:1% 2%;
}
.main.home .access .list .index {
	border-radius: 6px;
	background:#A85919;
	color:#fff;
}
.main.home .access .list .text {
	margin:1% 0 0;
}
.main.home .information > .title {
	text-align: center;
	padding:0 4%;
}
.main.home .information .scroll-box {
	padding:0 1% 0 2%;
	border-radius: 10px;
	border:3px solid #C89F54;
	background:#FDE9C9;
}
.main.home .information .list {
	margin:0;
	padding:0;
	max-height:300px;
	overflow: hidden;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.main.home .information .mCSB_dragger_bar {
	background:#fff;
	width:10px;
}
.main.home .information .mCSB_inside>.mCSB_container {
	margin-right:20px;
}
.main.home .information .item {
	position: relative;
	margin:2% 0;
	padding:2% 0;
	background:#fff;
	border-radius: 10px;
}
.main.home .information .item .date {
	position: relative;
	font-size:0.8em;
	color:#B3B3B4;
	padding:0 3%;
}
.main.home .information .item .date:before {
	content:"";
	display: block;
	background:transparent url(/theme/local/img/information-line.png) no-repeat top left;
	width:100%;
	padding:14px 0 0;
}
.main.home .information .item .title{
	padding:1% 3% 1%;
	color:#DA5E32;
	font-size:1em;
	line-height:1.2;
	font-weight:700;
}
.main.home .information .item .title a {
	color:#DA5E32;
	font-size:1em;
	line-height:1.2;
	font-weight:700;
}
.main.home .information .item .text {
	padding:0 3%;
	font-size:0.9em;
}
.main.home .information .item .text:after {
	content:"";
	display: block;
	background:transparent url(/theme/local/img/information-line.png) no-repeat bottom left;
	width:100%;
	padding:14px 0 0;
}
.main.home .information .item .text img {
	padding:10px;
	max-width:100%;
	width:auto;
}
.main.home .information .item .text a {
	text-decoration:underline;
}
.main.home.preview {
	min-width: auto;
}
.main.home.preview:after {
	content:none;
}
.main.home.preview .information {
	display: block;
	border:3px solid #C89F54;
	background:#FDE9C9;
	padding:10px;
	margin:30px auto;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
@media only screen and (min-width: 768px){
	.main.home .slider {
		display:block;
		position:relative;
        width:100%;
        overflow:hidden;
        height:486px;
	}
	.slider-outer {
        width:200%;
        position:absolute;
        display:block;
        overflow:hidden;
        left:-50%;
    }
    .slider-inner {
        width:1920px;
        margin:0 auto;
    }
    .slick-prev,
    .slick-next {
        width:102px;
		height:102px;
		z-index:1;
	}
	.slick-prev {
		left:574px;
	}
	.slick-next {
		right:584px;
	}
    .slick-prev:before {
		content:'';
		position: absolute;
		background:transparent url(/theme/local/img/top-slider-left.png) no-repeat center center;
		width:102px;
		height:102px;
		left:0;
		top:0;
    }
	.slick-next:before {
		content:'';
		position: absolute;
		background:transparent url(/theme/local/img/top-slider-right.png) no-repeat center center;
		width:102px;
		height:102px;
		left:0;
		top:0;
	}
	.main.home .section {
		padding-top:40px;
	}
	.main.home .container {
		text-align:center;
	}
	.main.home .access,
	.main.home .information {
		display: inline-block;
		vertical-align: top;
		width:49%;
		text-align:left;
	}
	.main.home .access .image {
		padding:10px 0 4px;
	}
	.main.home .access .list li {
		display:inline-block;
		vertical-align: top;
		margin:0;
	}
	.main.home .access .list .index {
		width:22.5%;
		padding:0 1em;
		background:transparent;
		color:#A85919;
	}
	.main.home .access .list .index:before ,
	.main.home .access .list .index:after {
		position: absolute;
		top:0;
		bottom:0;
		width:1em;
		margin:auto 0;
	} 
	.main.home .access .list .index:before {
		content: "●";
		left:0;
	}
	.main.home .access .list .index:after{
		content: "／";
		right:0;
	}
	.main.home .access .list .text {
		width:77%;
		margin:0;
		padding:0;
	}
	.main.home .information {
		padding-left:10px;
	}
	.main.home .information .scroll-box {
		padding:0 4px 0 8px;
	}
	.main.home .information .list {
		margin:0;
		padding:0;
		max-height:520px;
	}
	.main.home .information .item {
		margin:36px 0 24px;
		padding:0;
		background:transparent url(/theme/local/img/top-information-main.png) repeat-y;
		background-size: contain;
	}
	.main .information .item:first-child{
		margin-top:24px;
	}
	.main.home .information .item:before,
	.main.home .information .item:after {
		content: "";
		position: absolute;
		display: block;
		width:100%;
		height:16px;
	}
	.main.home .information .item:before {
		background:transparent url(/theme/local/img/top-information-header.png) no-repeat top center;
		background-size: contain;
		top:-15px;
	}

	.main.home .information .item:after {
		background:transparent url(/theme/local/img/top-information-footer.png) no-repeat top center;
		background-size: contain;
		bottom:-15px;
	}
	.main.home .information .item .date {
		padding:0 16px;
	}
	.main.home .information .item .title{
		padding:2px 16px 4px;
		font-size:1.1em;
	}
	.main.home .information .item .text {
		padding:0 16px;
	}
	.main.home.preview .information {
		width:462px;
	}
}
/* e.home */
/* s.childcare */
.main.childcare {
	background-color:#FFFEF0;
}
.main.childcare .section {
	overflow: hidden;
	z-index:2;
	padding:0 0 4%;
}
.main.childcare .section:before,
.main.childcare .section:after {
	content: "";
	position: absolute;
	display: block;
	background:transparent url(/theme/local/img/header-top.png) repeat-x center top;
	background-size:cover;
	width:100%;
	padding:28% 0 0;
	z-index:0;
}

.main.childcare .section:before {
	top:0;
}
.main.childcare .section:after {
	bottom:-3%;
}
.main.childcare .section .container {
	z-index:2;
	padding:0;
}
.main.childcare .section .title {
	padding:4% 0 0;
}
.main.childcare .section .title img {
	position: relative;
	z-index:1;
}
.main.childcare .section .title:before {
	content: '';
	display: block;
	position:absolute;
	background:transparent url(/theme/local/img/common-header.png) no-repeat center top;
	background-size:contain;
	width:200%;
	left:-50%;
	padding:0;
	z-index:0;
}
.main.childcare .section .image {
	padding:4% 0  0;
	position: relative;
}
.main.childcare .section .image1 {
	margin-top:-6%;
}
.main.childcare #section3 .image1 {
	margin-top:-10%;
}
.main.childcare #section1 {
	background-color:#F1F8FD;
}
.main.childcare #section1:before,
.main.childcare #section1:after {
	background-image:url(/theme/local/img/childcare-section1.png);
}
.main.childcare #section1 .title:before {
	background-image:url(/theme/local/img/childcare-section1-header.png);
	padding:12% 0 0;
	top:4%;
}

.main.childcare #section2 {
	background-color:#FFFFFB;
}

.main.childcare #section2:before,
.main.childcare #section2:after {
	background-image:url(/theme/local/img/childcare-section2.png);
}

.main.childcare #section2 .title:before {
	background-image:url(/theme/local/img/childcare-section2-header.png);
	padding:13% 0 0;
	top:1.2%;
}
.main.childcare #section2 .image5 {
	padding-top:0;
}

.main.childcare #section2 .box1 {
	position: relative;
	margin:4% 0 0 ;
	padding:6% 0;
	text-align: center;
}
.main.childcare #section2 .box1:before,
.main.childcare #section2 .box1:after {
	content: '';
	display: block;
	position:absolute;
	background:transparent url(/theme/local/img/childcare-section2-line1.png) no-repeat center top;
	background-size:contain;
	width:200%;
	left:-50%;
	padding:4% 0 0;
	z-index:0;
}
.main.childcare #section2 .box1:before {
	top:0;
}
.main.childcare #section2 .box1:after {
	background-image:url(/theme/local/img/childcare-section2-line2.png);
	bottom:0;
}
.main.childcare #section2 .box1 img {
	display: inline-block;
	width:32%;
	padding:0 2%;
}

.main.childcare #section3 {
	background-color:#F6FAF4;
}
.main.childcare #section3:before,
.main.childcare #section3:after {
	background-image:url(/theme/local/img/childcare-section3.png);
	padding:34% 0 0;
}

.main.childcare #section3 .title:before {
	background-image:url(/theme/local/img/childcare-section3-header.png);
	padding:27% 0 0;
	top:1%;
}
.main.childcare #section3 .image2{
	padding-top:0;
}
.main.childcare #section4 {
	background-color:#FFFBED;
}

.main.childcare #section4:before,
.main.childcare #section4:after {
	background-image:url(/theme/local/img/childcare-section4.png);
	padding:34% 0 0;
}
.main.childcare #section3:after,
.main.childcare #section4:after{
	bottom:-1.7%;
}
.main.childcare #section4 .title:before {
	background-image:url(/theme/local/img/childcare-section4-header.png);
	padding:21% 0 0;
	top:1.2%;
}
.main.childcare #section4 .image1,
.main.childcare #section4 .image2 {
	margin-top:-4%;
}
.main.childcare #section4 .image2,
.main.childcare #section4 .image3,
.main.childcare #section4 .image6 {
	padding-top:0;
}
.main.childcare #section4 .image4 {
	padding-top:2%;
}

.main.childcare #section5 {
	background-color:#FEFBFC;
}

.main.childcare #section5:before,
.main.childcare #section5:after {
	background-image:url(/theme/local/img/childcare-section5.png);
}

.main.childcare #section5 .title:before {
	background-image:url(/theme/local/img/childcare-section5-header.png);
	padding:14% 0 0;
	top:1%;
}
.main.childcare #section5 .image2 {
	margin-top:-4%;
}
.main.childcare #section5 .image2,
.main.childcare #section5 .image3,
.main.childcare #section5 .image5{
	padding-top:0;
}
.main.childcare #section5 .image6 {
	padding-top:2%;
}
.main.childcare #section5 .image5 img,
.main.childcare #section5 .image6 img {
	position: relative;
	z-index:1;
}
.main.childcare #section5 .image5:before,
.main.childcare #section5 .image6:before{
	content: '';
	display: block;
	position:absolute;
	background:transparent url(/theme/local/img/childcare-section5-line1.png) no-repeat center top;
	background-size:contain;
	width:200%;
	left:-50%;
	padding:3% 0 0;
	z-index:0;
	top:5%;
}
.main.childcare #section6:before {
	background-image:url(/theme/local/img/childcare-section6.png);
}

.main.childcare #section6 .title:before {
	background-image:url(/theme/local/img/childcare-section6-header.png);
	padding:13% 0 0;
	top:1.4%;
}

.main.childcare #section6:after {
	content: none;
}

.main.childcare #section6 .image1 {
	margin-top:-4%;
}

@media only screen and (min-width: 768px){ 
	.main.childcare .section {
		background:transparent url(/theme/local/img/childcare-main.png) no-repeat center 220px;
	}
	.main.childcare .section:before,
	.main.childcare .section:after {
		background-size:auto;
		padding:256px 0 0;
	}
	.main.childcare .section:before {
		top:-48px;
	}
	.main.childcare .section:after {
		bottom:-48px;
	}
	.main.childcare #section3,
	.main.childcare #section4 {
		background-position-y:365px;
	}
	.main.childcare #section3:before,
	.main.childcare #section3:after,
	.main.childcare #section4:before,
	.main.childcare #section4:after {
		padding:330px 0 0;
	}
	.main.childcare #section6:after {
		bottom:380px;
	}
	.main.childcare .section .title:before,
	.main.childcare #section2 .box1:before,
	.main.childcare #section2 .box1:after {
		background-size:auto;
	}	
	.main.childcare #section2 .box1 img {
		width:24%;
		padding:0 3%;
	}
	.main.childcare #section3 {
		padding-bottom:80px;
	}
	.main.childcare #section3 .image3 {
		padding-top:8%;
	}
	.main.childcare #section5 .image4:before {
		content:'';
		position: absolute;
		display: block;
		background:url(/theme/local/img/childcare-section5-image4-icon.png) no-repeat left top;
		padding:95px 38px 0;
		left:-18px;
		bottom:0;
	}
	.main.childcare #section6:after {
		content:'';
		background-image:url(/theme/local/img/childcare-section6-main.png);
		background-repeat: no-repeat;
		padding:330px 0 0;
	}
}
/* e.childcare */
/* s.architecture */
.main.architecture > .title:before {
	content: "";
	position: absolute;
	display: block;
	background:transparent url(/theme/local/img/common-header.png) repeat-x center top;
	background-size:cover;
	width:100%;
	padding:20% 0 0;
	top:1.5%;
}
.main.architecture > .container {
	padding:0 2%;
	text-align:center;
}
.main.architecture .section {
	padding:4% 0 0;
	text-align:left;
}
.main.architecture .section .title {
	padding:0 4%;
	text-align: left;
}
.main.architecture .section .image {
	padding:2% 0 0;
}
.main.architecture .section .text {
	padding:2% 4% 0;
	font-size:1.2em;
	font-weight:700;
	line-height: 1.2;
}
.main.architecture #section1,
.main.architecture #section5,
.main.architecture #section7 {
	color:#EA6378;
}
.main.architecture #section2,
.main.architecture #section8 {
	color:#7CB229;
}
.main.architecture #section3,
.main.architecture #section9 {
	color:#5AA6DA;
}
.main.architecture #section4,
.main.architecture #section6 {
	color:#EF843D;
}
@media only screen and (min-width: 768px){ 
	.main.architecture > .title:before {
		background-size:auto;
		padding:191px 0 0;
		top:123px;
		z-index:1;
	}
	.main.architecture > .container {
		padding:0;
	}
	.main.architecture > .title .container {
		z-index:2;
	}
	.main.architecture > .title:after {
		content: "";
		position: absolute;
		display: block;
		background:transparent url(/theme/local/img/common-main.png) no-repeat center top;
		width:100%;
		padding:416px 0 0;
		top:438px;
		z-index:0;
	}
	.main.architecture .section {
		display: inline-block;
		vertical-align: top;
		width:49.5%;
	}
	.main.architecture .section .text {
		font-size:1.4em;
	}
}

/* e.architecture */
/* s.event */
.main.event .section > .container {
	padding:0 2%;
}
.main.event .section:before {
	content: "";
	position: absolute;
	display: block;
	background:transparent url(/theme/local/img/common-header.png) repeat-x center top;
	background-size:cover;
	width:100%;
	padding:20% 0 0;
	top:0;
}
.main.event .section .title {
	padding:2% 0 0;
}
.main.event .section .image1 {
	margin:-1% 0 0;
}
.main.event .section .list {
	margin:0;
	padding:3% 0 0;
	text-align:center;
}
.main.event .section .list li {
	font-weight:700;
	color:#A85919;
	font-size:1.4em;
	margin:0;
	padding:0;
}
@media only screen and (min-width: 768px){ 
	.main.event .section > .container {
		padding:0;
	}
	.main.event .section {
		background:transparent url(/theme/local/img/common-main.png) no-repeat center 50%;
	}
	.main.event .section:before {
		background-size:auto;
		padding:191px 0 0;
	}
		
	.main.event .section .image1 {
		margin:-18px 0 0;
	}
	.main.event .section .list {
		margin:0;
		padding:40px 14px;
		text-align:center;
	}
	.main.event .section .list li {
		display:inline-block;
		vertical-align: top;
		font-size:2em;
		margin:0;
		padding:0 6px;
	}
}
/* e.event */
/* s.recruit */
.main.recruit .section > .container {
	padding:1px 2% 0;
}
.main.recruit .section:before {
	content: "";
	position: absolute;
	display: block;
	background:transparent url(/theme/local/img/common-header.png) repeat-x center top;
	background-size:cover;
	width:100%;
	padding:20% 0 0;
	top:1%;
}
.main.recruit .section .image1 {
	padding:3% 10% 0;
}
.main.recruit .section .box1 {
	padding:3% 2% 0;
}
.main.recruit .section .box1 .icon {
	position:relative;
	margin-left:-4%;
	width:102%;
}
.main.recruit .section .box1 .icon .button {
	display:block;
	position:absolute;
	top:6%;
	left:42%;
	width:35%;
}
.main.recruit .section .box1 .list {
	border:4px solid #D2A461;
	border-top:0;
	margin:0 6%;
	padding:2% 2%;
}
.main.recruit .section .box1 .list li {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight:700;
	color:#C2864A;
	margin:2% 0 0;
	padding:1% 2%;
}
.main.recruit .section .box1 .list .index {
	border-radius: 6px;
	background:#C2864A;
	color:#fff;
}
.main.recruit .section .box1 .list .text {
	margin:1% 0 0;
}

@media only screen and (min-width: 768px){ 
	.main.recruit .section > .container {
		padding:1px 0 0;
	}
	.main.recruit .section:before {
		background-size:auto;
		padding:191px 0 0;
		top:16px;
	}
	.main.recruit .section .image1,
	.main.recruit .section .box1  {
		display: inline-block;
		vertical-align: top;
	}
	.main.recruit .section .image1 {
		width:470px;
		padding:160px 0 0;
		margin:0 0 0 30px;
	}
	.main.recruit .section .box1 {
		width:533px;
		padding:0;
		margin:-60px 0 0 -20px;
	}
	.main.recruit .section .box1 .icon {
		margin:0;
	}
	.main.recruit .section .box1 .icon .button {
		left:226px;
		top:24px;
	}
	.main.recruit .section .box1 .list {
		border:4px solid #D2A461;
		border-top:0;
		margin:0 32px 0 64px;
		padding:0 20px 20px;
	}
	.main.recruit .section .box1 .list li {
		display:inline-block;
		vertical-align: top;
		margin:24px 0 0;
		padding:3px 8px;
	}
	.main.recruit .section .box1 .list .index {
		font-size:0.9em;
	}
	.main.recruit .section .box1 .list .text {
		margin:22px 0 0;
		padding-right:0;
	}
}
.main.recruit .title2 {
	margin-top:4%;
	color:#A75918;
	font-weight:700;
	font-size:1.25rem;
}
.main.recruit p {
	color:#A75918;
	margin-top:2%;
	font-weight:700;
}
.main.recruit .flow {
	margin:2% 0 4%;
	border:1px solid #A75918;
	display: flex;
	justify-content: space-between;
	border-radius:8px;
	overflow:hidden;
}
.main.recruit .flow li {
    width: 100%;
    text-align: center;
    background:#fff;
    color: #A75918;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    height: 4rem;
    line-height: 1rem;
}
.main.recruit .flow li:after,
.main.recruit .flow li:before  {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    border-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.main.recruit .flow li:after {
    border-left-color: #fff;
    right: -15px;
}
.main.recruit .flow li:before {
    border-left-color: #A75918;
    right: -16px;
}
.main.recruit .flow li:last-child:before,
.main.recruit .flow li:last-child:after {
    content:none;
}
.main.recruit .flow li span {
    font-weight:700;
    display: block;
    margin:0.5rem 1.4rem;
    padding: 0.2rem 0.1rem;
    background: #A75918;
    color: #fff;
    font-size:0.8rem;
}
.main.recruit .flow li.current {
    background:#A75918;
    color:#fff;
}
.main.recruit .flow li.current:after {
    border-left-color: #A75918;
}
.main.recruit .flow li.current span {
    background: #fff;
    color: #A75918;
}
.main.recruit #mailform {
    margin:2% 0 0;
}
.main.recruit #mailform .need {
    color: #D70000;
}
.main.recruit #mailform label .need {
	color:#fff;
}
.main.recruit #mailform dl {
    display: block;
    margin: 0;
}
.main.recruit #mailform dt,
.main.recruit #mailform dd {
	display:block;
	border:1px solid #A75918;
	overflow:hidden;
}
.main.recruit #mailform dt {
    margin:2% 0 0;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.main.recruit #mailform dd {
	margin:0;
	color:#231815;
	font-size:1rem;
	letter-spacing:1px;
    border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main.recruit .confirm #mailform dd { 
	padding: 0.5rem;
}

.main.recruit #mailform .message {
    width: 100%;
    margin-bottom: 0;
}
.main.recruit #mailform dd input[type="text"],
.main.recruit #mailform dd textarea {
    width: 100%;
    padding:0.5rem;
    background: #fff;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	letter-spacing:1px;
	border:0;
}

.main.recruit #mailform dd input[type="text"]:focus,
.main.recruit #mailform dd textarea:focus {
    background: #fffef0;
    outline:none;
}
.main.recruit #mailform dd textarea {
    resize: vertical;
    overflow: auto;
    height: 250px;
    margin-bottom: 10px;
}
.main.recruit #mailform dd .checkbox{
	margin:10px;
}
.main.recruit #mailform dt label {
    display: block;
    padding: 0.5rem 1rem;
    background: #A75918;
    cursor: pointer;
    font-size:1rem;
    color: #fff;
    
}
.main.recruit .title3 {
	margin-top:4%;
	font-size:1.2rem;
	color:#A75918;
	font-weight:700;
	padding-bottom:0.4em;
	border-bottom:1px solid #A75918;
}
.main.recruit h3 {
	font-size:1.2rem;
	padding-bottom:0.4em;
	font-weight:700;
	color:#A75918;
}
.main.recruit #mailform .privacy li {
    margin-top: 0.2rem;
	color:#A75918;
	font-weight:700;
}
.main.recruit #mailform .privacy .title {
	margin-top:0.7rem;
}
.main.recruit #mailform .privacy .text:before {
	content:'・';
}
.main.recruit #mailform .privacy .input {
	margin-top:0.5rem;
}
.main.recruit #mailform .privacy input[type="radio"] ,
.main.recruit #mailform .privacy input[type="checkbox"] {
  display: none;
}
.main.recruit #mailform .privacy label.checkbox {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 35px;
    cursor: pointer;
    border: #efefef 6px solid;
    border-radius: 8px;
    font-weight:700;
}
.main.recruit #mailform .privacy label.checkbox:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px;
    width: 14px;
    height: 14px;
    background: #eee;
    border: 1px solid #bebebe;
    border-radius: 2px;
    
}
.main.recruit #mailform .privacy input[type="checkbox"]:checked + label {
    background: #fff;
    border: 6px solid #A75918;
    color:#A75918;
}

.main.recruit #mailform .privacy input[type="checkbox"]:checked + label:after {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #A75918;
    border-bottom: 3px solid #A75918;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main.recruit #mailform .group-button {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:4%;
}
.main.recruit #mailform .group-button li {
    width: 48%;
}
.main.recruit #mailform .button-submit {
	position: relative;
	background-color: #A75918;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 1rem;
	appearance: none;
	border-radius: 8px;
	font-size:1rem;
	letter-spacing: 4px;
	line-height: 1;
	color:#fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	display:block;
	width:100%;
}
.main.recruit #mailform .button-submit.gray {
 	color: #bbb !important;
    background: #ddd;
    cursor: default;
}
.main.recruit #mailform .button-submit:hover{
	opacity: 0.8;
}
.main.recruit #mailform .button-submit.gray:hover {
	opacity:1;
}
.main.recruit #mailform .error-message {
    flex-basis:  100%;
    margin:0;
    color: #D70000;
}
.main.recruit #flashMessage {
    color: #D70000;
    font-weight: 700;
    margin-top: 2%;
}
@media only screen and (min-width: 768px){
	.main.recruit .title2 {
		font-size:2rem;
	}
	.main.recruit p {
		margin:2% 2% 0;
	}
	.main.recruit .flow {
		margin:2% 2% 5%;
	}
	.main.recruit .flow li {
	    font-size: 1.2em;
	    height: 50px;
	    line-height: 50px;
	}
	.main.recruit .flow li:after,
	.main.recruit .flow li:before  {
	    border-width: 25px 0 25px 15px;
	}
	.main.recruit .flow li:after {
	    right: -15px;
	}
	.main.recruit .flow li:before {
	    right: -16px;
	}
	.main.recruit .flow li span {
	    display: inline;
	    padding: 3px 8px;
	    margin:0 10px 0 0;
	    font-size:1.2rem;
	}
	.main.recruit #mailform {
		margin:2% 2% 0;
	}
	.main.recruit #mailform dl {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 10px 0 0 0;
	}
	.main.recruit #mailform dt {
	    width: 25%;
	    margin:0 0 1%;
	    border-radius:0;
	    border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.main.recruit #mailform dd {
	    width: 75%;
	    margin:0 0 1%;
	    font-size:1.2rem;
	    border-radius:0;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.main.recruit .confirm #mailform dd { 
		border-radius:0;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.main.recruit #mailform dt label {
		height:100%;
	    padding: 0 10px;
	    line-height: 45px;
	    font-size:1.2rem;
	}
	.main.recruit #mailform dd input[type="text"],
	.main.recruit #mailform dd textarea {
	    width: 100%;
	    padding: 10px;
	    height: 50px;
	    font-size:1.2rem;
	    
	}
	.main.recruit #mailform dl textarea {
	    height: 250px;
	    margin-bottom: 10px;
	}
	.main.recruit .title3 {
		margin-top:2%;
		font-size:1.2rem;
	}
	.main.recruit h3 {
		font-size:1.6rem;
		margin:7% 2%;
		text-align:center;
	}
	.main.recruit #mailform .privacy li {
	    margin-top: 0.2rem;
	}
	.main.recruit #mailform .privacy .title {
		margin-top:0.7rem;
	}
	.main.recruit #mailform .privacy .input {
		margin-top:1rem;
	}
	.main.recruit #mailform .group-button {
		margin-top:4%;
	}
	.main.recruit #mailform .button-submit {
		font-size:1.2rem;
	}
	.main.recruit #mailform .error-message {
		margin:-1% 0 1%;
	}
	.main.recruit #flashMessage {
	    margin: 2% 2% 0;
	}
}
/* e.recruite */
/* s.parent */
.main.parent .link {
	text-align:left;
	font-size:0;
	padding:6px 0 10px;
}
.main.parent .button-link {
	position: relative;
	text-align: left;
	vertical-align:top;
	display: inline-block;
	font-size:16px;
	color:#A75918;
	font-weight: 700;
	line-height: 1;
	padding-left:1em;
	margin:12px 0.8em 0 0;
}
.main.parent .button-link:before {
	content:'';
	position: absolute;
	background:url(/theme/local/img/button-arrow1.png) no-repeat;
	background-size:cover;
	width:14px;
	height:14px;
	top:0;
	bottom:0;
	margin:auto 0;
	left:0;
}
.main.parent .section > .container {
	padding:0 2%;
}
.main.parent .section:before {
	content: "";
	position: absolute;
	display: block;
	background:transparent url(/theme/local/img/common-header.png) repeat-x center top;
	background-size:cover;
	width:100%;
	padding:20% 0 0;
	top:1%;
}
.main.parent.index .section:before,
.main.parent.form .section:before {
	top:0;
}
.main.parent.index > .title,
.main.parent.form > .title {
	padding-bottom:0;
}
.main.parent.index .container > .title,
.main.parent.form .container > .title  {
	position: relative;
	color:#A75918;
	font-size:1.4rem;
	padding:4% 0 2%;
	font-weight: 700;
}
.main.parent.login .container > .title {
	position: relative;
	color:#A75918;
	font-size:1em;
	padding:4% 0 7%;
}

.main.parent.login .notice-message,
.main.parent.login .alert-message{
	margin-top:4%;
	color:#f75918;
	text-align: center;
}
.main.parent.login .form {
	margin-top:4%;
	position: relative;
}
.main.parent.login .form-group {
	text-align: center;
	font-size:0;
	padding-bottom:0.5rem;
}
.main.parent.login .form-group label,
.main.parent.login .form-group input {
	display: block;
	font-size:1rem;
	line-height:1;
	border:1px solid #A75918;
	margin:0;
	width:100%;
}
.main.parent.login .form-group label{
	background-color:#A75918;
	color:#fff;
	padding:11px 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.main.parent.login .form-group input {
	padding:9px 10px;
	outline: 0;
	color:#A75918;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main.parent.login .form-group input:focus{
	background-color: #fff;
}
.main.parent.login .text {
	position: relative;
	color: #A75918;
	font-size:1rem;
	padding-left:1rem;
	bottom:0;
}
.main.parent.login .text.pc {
	display: none;
}
.main.parent.login .text.sp {
	display: block;
	margin-top:2%;
}
.main.parent.login .text:before {
	content: '※';
	position: absolute;
	top:0;
	left:0;
}
.main.parent.login .submit {
	text-align:right;
	margin-top:1%;

}
.main.parent.login .submit .button-submit {
	position: relative;
	background-color: #A75918;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0.8rem 2rem 0.8rem 3.5rem;
	appearance: none;
	border-radius: 8px;
	font-size:1rem;
	line-height: 1;
	color:#fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
}
.main.parent.login .submit .button-submit:before{
	content:'';
	position: absolute;
	background:url(/theme/local/img/button-arrow2.png) no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
	top:0;
	bottom:0;
	margin:auto 0;
	left:2rem;
}
.main.parent.login .submit .button-submit:hover{
	opacity: 0.8;
}
.main.parent .list {
	position: relative;
	margin:10px 0 40px;
	padding:16px 16px 1px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	background: url(/theme/local/img/parent-main.png) repeat-y;
	background-size: contain;
}
.main.parent.index .list:before {
	position: absolute;
	content: '';
	background: url(/theme/local/img/parent-header.png) no-repeat;
	top:-3px;
	left:0;
	padding-top:5px;
	width:100%;
	background-size:contain;
}
.main.parent.index .list:after{
	position: absolute;
	content: '';
	background: url(/theme/local/img/parent-footer.png) no-repeat;
	bottom:-39px;
	left:0;
	padding-top:39px;
	width:100%;
	background-size:contain;
}
.main.parent .item {
	position: relative;
	margin:0 0 16px;
	padding:10px;
	background:#fff;
}
.main.parent .item a:hover {
	text-decoration-color:#DA5E32;
}
.main.parent .pagination {
	text-align:center;
	font-size:0;
	padding-top:8px;;
}
.main.parent .pagination span {
	display:inline-block;
	vertical-align:middle;
	font-size:0.8rem;
	margin:0 2px;
}
.main.parent .pagination a {
	display:block;
	font-size:0.8rem;
	padding:0.5em 1em;
	color:#DA5E32;
}
.main.parent .pagination a:hover {
	color:#fff;
	background:#DA5E32;
}
.main.parent .pagination span span,
.main.parent .pagination .prev,
.main.parent .pagination .next,
.main.parent .pagination .disabled {
	border-radius:6px;
	border:1px solid #DA5E32;
}
.main.parent .pagination .current {
	background:#DA5E32;
	color:#fff;
	padding:0.5em 1em;
}
.main.parent .pagination .disabled {
	background:#eee;
	border-color:#ccc;
	color:#ccc;
	padding:0.5em 1em;
}
.parent-popup {
	padding:10px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	background:#fff;
}
.parent-popup .date,
.main.parent .item .date {
	position: relative;
	font-size:0.8rem;
	color:#B3B3B4;
	padding:0;
}
.parent-popup .date {
	font-size:1rem;
}
.parent-popup .title,
.main.parent .item .title{
	padding:4px 0 0;
	color:#DA5E32;
	font-size:1rem;
	line-height:1.2;
	font-weight:700;
}
.parent-popup .title {
	font-size:1.2rem;
}
.parent-popup .text{
	padding:6px 0 0;
	font-size:1rem;
	line-height: 1.6;
}
.parent-popup .text img {
	padding:10px;
	max-width:100%;
	width:auto;
}
.parent-popup .text a {
	text-decoration:underline;
}
.parent-popup .text strong {
	font-weight:700;
}
.parent-popup .title:after,
.main.parent .item .title:after {
	content:"";
	display: block;
	background:transparent url(/theme/local/img/information-line.png) repeat-x bottom left;
	width:100%;
	padding:16px 0 0;
}

.main.parent.preview .parent-popup {
	margin:0 auto;
	border:3px solid #A75918;
	border-radius: 8px;
	padding:20px;
}
#post-detail > p:after{
	content: "";
	display: block;
	clear: both;
}
#post-detail > p:before {
	content: "";
	display: block;
	clear: both;
}
#post-detail > p {
	display: block;
}
@media only screen and (min-width: 530px){
	.main.parent.login .section .container > .title {
		font-size:1em;
		padding:8% 0 9%;
	}
} 
@media only screen and (min-width: 768px){
	.main.parent .link {
		padding-bottom:0;
		text-align:center;
	}
	.main.parent .button-link {
		font-size:20px;
	}
	.main.parent .button-link:before {
		width:18px;
		height:18px;
	}
	.main.parent .section > .container {
		padding:0 20px;
	}
	.main.parent .section:before {
		background-size:auto;
		padding:191px 0 0;
		top:16px !important;
	}
	.main.parent .container > .title {
		font-size:1.6rem;
		font-weight:700;
	}
	.main.parent.login .container > .title {
		padding:86px 0 85px;
	}
	.main.parent.login .notice-message,
	.main.parent.login.alert-message{
		margin-top:30px;
		font-size:1.2rem;
	}
	.main.parent.login .form {
		margin-top:30px;
		padding-bottom:0;
	}
	.main.parent.login .form-group label,
	.main.parent.login .form-group input {
		display: inline-block;
		vertical-align: middle;
		font-size:1.4rem;
	}
	.main.parent.login .form-group label{
		width:20%;
		border-radius: 0;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		padding:11px 8px;
	}
	.main.parent.login .form-group input {
		width:79%;
		border-radius: 0;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		padding:9px 10px;
	}
		
	.main.parent.login .text.pc ,
	.main.parent.login .submit {
		display: inline-block;
		vertical-align: top;
		margin:0;
	}
	.main.parent.login .text.sp {
		display: none;
	}
	.main.parent.login .text.pc {
		width:49%;
	}
	.main.parent.login .submit {
		width:50%;
	}
	.main.parent.login .submit .button-submit {
		padding: 10px 1rem 10px 3rem;
		border-radius: 8px;
		font-size:1.4rem;
	}
	.main.parent.login .submit .button-submit:before{
		width:27px;
		height:27px;
		left:16px;
	}
	.main.parent.login .page-top a{
		display: none !important;
	}
	.main.parent.index .container > .title ,
	.main.parent.form .container > .title {
		font-size:2rem;
	}
	.main.parent .list {
		background-size: auto;
	}
	.main.parent.index .list:before {
		background-size:auto;
	}
	.main.parent.index .list:after{
		background-size:auto;
	}
	.main.parent .item .title{
		padding:8px 0 0;
		font-size:1.2rem;
	}
	.main.parent .item .title:after {
		padding:20px 0 0;
	}
	.main.parent .item .text {
		padding:0 3%;
		font-size:0.9em;
	}
	.parent-popup {
		width:800px;
	}
}
/* s.parent form */
.main.parent.form .text {
	color:#A75918;
	margin-top:2%;
	font-weight:700;
	text-align:center;
}

.main.parent.form .text .need {
    color: #D70000;
	text-align:left;
	font-weight:700;
}
.main.parent.form .flow {
	margin:2% 0 3%;
	border:1px solid #A75918;
	display: flex;
	justify-content: space-between;
	border-radius:8px;
	overflow:hidden;
	padding:0;
}
.main.parent.form .flow li {
    width: 100%;
    text-align: center;
    background:#fff;
    color: #A75918;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    height: 4rem;
    line-height: 1rem;
	margin:0;
	padding:0;
}
.main.parent.form .flow li:after,
.main.parent.form .flow li:before  {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    border-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.main.parent.form .flow li:after {
    border-left-color: #fff;
    right: -14px;
}
.main.parent.form .flow li:before {
    border-left-color: #A75918;
    right: -16px;
}
.main.parent.form .flow li:last-child:before,
.main.parent.form .flow li:last-child:after {
    content:none;
}
.main.parent.form .flow li span {
    font-weight:700;
    display: block;
    margin:0.5rem 1.4rem;
    padding: 0.2rem 0.1rem;
    background: #A75918;
    color: #fff;
    font-size:0.8rem;
}
.main.parent.form .flow li.current {
    background:#A75918;
    color:#fff;
	border:1px solid #A75918;
}
.main.parent.form .flow li.current:after {
    border-left-color: #A75918;
}
.main.parent.form .flow li.current span {
    background: #fff;
    color: #A75918;
}
.main.parent.form .index {
	margin-top:4%;
	color:#fff;
	font-weight:700;
	padding:0.75em;
	background:#A75918;
}
.main.parent.form .submit .text {
	font-size:1.4rem;
	padding:10% 0;
}
.main.parent.form #mailform {
    margin:2% 0 0;
}
.main.parent.form #mailform label .need {
	color:#fff;
}
.main.parent.form #mailform dl {
    display: block;
    margin: 0;
}
.main.parent.form #mailform dt,
.main.parent.form #mailform dd {
	display:block;
	border:1px solid #A75918;
	overflow:hidden;
}

.main.parent.form #mailform dt {
    margin:2% 0 0;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border:0;
}
.main.parent.form #mailform dd {
	margin:0;
	color:#231815;
	font-size:1rem;
	letter-spacing:1px;
    border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main.parent.form #mailform dd span {
	display: inline-block;
	padding:0.6em;
}
.main.parent.form .confirm #mailform dd { 
	padding: 0.5em;
}
.main.parent.form .confirm #mailform dd span {
	padding:0;
}
.main.parent.form #mailform .message {
    width: 100%;
    margin-bottom: 0;
}
.main.parent.form #mailform dd select,
.main.parent.form #mailform dd input[type="text"],
.main.parent.form #mailform dd input[type="number"],
.main.parent.form #mailform dd textarea {
	display: inline-block;
    width: 100%;
    padding:0.7em 0.5em;
    background: #fff;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	letter-spacing:1px;
	border:0;
}
.main.parent.form #mailform dd select {
	width:98%;
}
.main.parent.form #mailform dd input[type="number"] {
	width:100px;
}
.main.parent.form #mailform dd select:focus,
.main.parent.form #mailform dd input[type="text"]:focus,
.main.parent.form #mailform dd input[type="number"]:focus,
.main.parent.form #mailform dd textarea:focus {
    background: #fffef0;
    outline:none;
}
.main.parent.form #mailform dd textarea {
    resize: vertical;
    overflow: auto;
    height: 160px;
	display: block;
	margin:0;
}
.main.parent.form #mailform dd .checkbox{
	margin:10px;
}
.main.parent.form #mailform dt label {
    display: block;
    padding: 0.5rem 1rem;
    background: #A75918;
    cursor: pointer;
    font-size:1rem;
    color: #fff;
    
}
.main.parent.form #mailform .group-button {
	font-size:0;
    margin-top:4%;
	text-align: center;
}
.main.parent.form #mailform .group-button li {
	display: inline-block;
    width: 46%;
	margin:0 2%;
}
.main.parent.form #mailform .button-submit {
	position: relative;
	background-color: #A75918;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 1rem;
	appearance: none;
	border-radius: 8px;
	font-size:1rem;
	letter-spacing: 4px;
	line-height: 1;
	color:#fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	display:block;
	width:100%;
}
.main.parent.form #mailform .button-submit.gray {
 	color: #bbb !important;
    background: #ddd;
    cursor: default;
}
.main.parent.form #mailform .button-submit:hover{
	opacity: 0.8;
}
.main.parent.form #mailform .button-submit.gray:hover {
	opacity:1;
}
.main.parent.form #mailform .error-message {
    flex-basis:  100%;
    margin:0;
    color: #D70000;
	font-weight:700;
}
.main.parent.form #flashMessage {
    color: #D70000;
    font-weight: 700;
    margin-top: 2%;
}

@media only screen and (min-width: 768px){
	.main.parent.form .text {
		margin:2% 2% 0;
	}
	.main.parent.form .flow {
		margin:0 2% 8%;
	}
	.main.parent.form .flow li {
	    font-size: 1.2em;
	    height: 50px;
	    line-height: 50px;
	}
	.main.parent.form .flow li:after,
	.main.parent.form .flow li:before  {
	    border-width: 25px 0 25px 15px;
	}
	.main.parent.form .flow li:after {
	    right: -15px;
	}
	.main.parent.form .flow li:before {
	    right: -16px;
	}
	.main.parent.form .flow li span {
	    display: inline;
	    padding: 3px 8px;
	    margin:0 10px 0 0;
	    font-size:1.2rem;
	}
	.main.parent.form .index {
		margin:2% 0;
		font-size:1.2rem;
	}
		
	.main.parent.form .submit .text {
		font-size:2rem;
	}
	.main.parent.form #mailform {
		margin:2% 2% 0;
	}
	.main.parent.form #mailform dl {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 10px 0 0 0;
	}
	.main.parent.form #mailform dt {
	    width: 25%;
	    margin:0 0 1%;
	    border-radius:0;
	    border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.main.parent.form #mailform dd {
	    width: 75%;
	    margin:0 0 1%;
	    font-size:1.2rem;
	    border-radius:0;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.main.parent.form .confirm #mailform dd { 
		border-radius:0;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.main.parent.form #mailform dt label {
		height:100%;
	    padding: 10px;
	    line-height: 1.6;
	    font-size:1.2rem;
	}
	.main.parent.form #mailform dd select,
	.main.parent.form #mailform dd input[type="text"],
	.main.parent.form #mailform dd input[type="number"],
	.main.parent.form #mailform dd textarea {
	    padding: 10px;
	    height: 50px;
	    font-size:1.2rem;   
	}
	.main.parent.form #mailform dl textarea {
	    height: 250px;
		margin:0;
	}
	.main.parent.form #mailform .group-button {
		margin-top:4%;
	}
	.main.parent.form #mailform .button-submit {
		font-size:1.2rem;
	}
	.main.parent.form #mailform .error-message {
		margin:-1% 0 1%;
	}
	.main.parent.form #flashMessage {
	    margin: 2% 2% 0;
	}
}


/* e.parent */
/* s.entry or form */
.main.entry > .title img {
	width:90%;
	max-width:100%;
}
.main.entry > .title img:last-child { 
	width:50%;
}
.main.entry .section > .container {
	padding:0 2% 0;
}
.main.entry p {
	color:#A75918;
	margin-top:2%;
	font-weight:700;
}
.main.entry .flow {
	margin:0 0 3%;
	border:1px solid #A75918;
	display: flex;
	justify-content: space-between;
	border-radius:8px;
	overflow:hidden;
}
.main.entry .flow li {
    width: 100%;
    text-align: center;
    background:#fff;
    color: #A75918;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    height: 4rem;
    line-height: 1rem;
}
.main.entry .flow li:after,
.main.entry .flow li:before  {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2rem 0 2rem 1rem;
    border-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.main.entry .flow li:after {
    border-left-color: #fff;
    right: -15px;
}
.main.entry .flow li:before {
    border-left-color: #A75918;
    right: -16px;
}
.main.entry .flow li:last-child:before,
.main.entry .flow li:last-child:after {
    content:none;
}
.main.entry .flow li span {
    font-weight:700;
    display: block;
    margin:0.5rem 1.4rem;
    padding: 0.2rem 0.1rem;
    background: #A75918;
    color: #fff;
    font-size:0.8rem;
}
.main.entry .flow li.current {
    background:#A75918;
    color:#fff;
}
.main.entry .flow li.current:after {
    border-left-color: #A75918;
}
.main.entry .flow li.current span {
    background: #fff;
    color: #A75918;
}
.main.entry #mailform {
    margin:2% 0 0;
}
.main.entry #mailform .need {
    color: #D70000;
}
.main.entry #mailform label .need {
	color:#fff;
}
.main.entry #mailform dl {
    display: block;
    margin: 0;
}
.main.entry #mailform dt,
.main.entry #mailform dd {
	display:block;
	border:1px solid #A75918;
	overflow:hidden;
}
.main.entry #mailform dt {
    margin:2% 0 0;
    border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.main.entry #mailform dd {
	margin:0;
	color:#231815;
	font-size:1rem;
	letter-spacing:1px;
    border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.main.entry .confirm #mailform dd { 
	padding: 0.5rem;
}

.main.entry #mailform .message {
    width: 100%;
    margin-bottom: 0;
}
.main.entry #mailform dd input[type="text"],
.main.entry #mailform dd textarea {
    width: 100%;
    padding:0.5rem;
    background: #fff;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	letter-spacing:1px;
	border:0;
}

.main.entry #mailform dd input[type="text"]:focus,
.main.entry #mailform dd textarea:focus {
    background: #fffef0;
    outline:none;
}
.main.entry #mailform dd textarea {
    resize: vertical;
    overflow: auto;
    height: 250px;
    margin-bottom: 10px;
}
.main.entry #mailform dd .checkbox{
	margin:10px;
}
.main.entry #mailform dt label {
    display: block;
    padding: 0.5rem 1rem;
    background: #A75918;
    cursor: pointer;
    font-size:1rem;
    color: #fff;
    
}
.main.entry h2 {
	margin-top:4%;
	font-size:1.2rem;
	color:#A75918;
	font-weight:700;
	padding-bottom:0.4em;
	border-bottom:1px solid #A75918;
}
.main.entry h3 {
	font-size:1.2rem;
	padding-bottom:0.4em;
	font-weight:700;
	color:#A75918;
}
.main.entry #mailform .privacy li {
    margin-top: 0.2rem;
	color:#A75918;
	font-weight:700;
}
.main.entry #mailform .privacy .title {
	margin-top:0.7rem;
}
.main.entry #mailform .privacy .text:before {
	content:'・';
}
.main.entry #mailform .privacy .input {
	margin-top:0.5rem;
}
.main.entry #mailform .privacy input[type="radio"] ,
.main.entry #mailform .privacy input[type="checkbox"] {
  display: none;
}
.main.entry #mailform .privacy label.checkbox {
    position: relative;
    display: inline-block;
    padding: 5px 5px 5px 35px;
    cursor: pointer;
    border: #efefef 6px solid;
    border-radius: 8px;
    font-weight:700;
}
.main.entry #mailform .privacy label.checkbox:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 8px;
    width: 14px;
    height: 14px;
    background: #eee;
    border: 1px solid #bebebe;
    border-radius: 2px;
    
}
.main.entry #mailform .privacy input[type="checkbox"]:checked + label {
    background: #fff;
    border: 6px solid #A75918;
    color:#A75918;
}

.main.entry #mailform .privacy input[type="checkbox"]:checked + label:after {
    position: absolute;
    top: 50%;
    left: 12px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #A75918;
    border-bottom: 3px solid #A75918;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main.entry #mailform .group-button {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:4%;
}
.main.entry #mailform .group-button li {
    width: 48%;
}
.main.entry #mailform .button-submit {
	position: relative;
	background-color: #A75918;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 1rem;
	appearance: none;
	border-radius: 8px;
	font-size:1rem;
	letter-spacing: 4px;
	line-height: 1;
	color:#fff;
	font-family: fot-tsukuardgothic-std, sans-serif;
	display:block;
	width:100%;
}
.main.entry #mailform .button-submit.gray {
 	color: #bbb !important;
    background: #ddd;
    cursor: default;
}
.main.entry #mailform .button-submit:hover{
	opacity: 0.8;
}
.main.entry #mailform .button-submit.gray:hover {
	opacity:1;
}
.main.entry #mailform .error-message {
    flex-basis:  100%;
    margin:0;
    color: #D70000;
}
.main.entry #flashMessage {
    color: #D70000;
    font-weight: 700;
    margin-top: 2%;
}
@media only screen and (min-width: 768px){
	.main.entry > .title img {
		width:auto !important;
		max-width:100% !important;
	}
	.main.entry .section {
		margin-top:10px;
	}
	.main.entry .section > .container {
		padding:1px 0 0;
	}
	.main.entry .section:before {
		content: "";
		position: absolute;
		display: block;
		background:transparent url(/theme/local/img/common-header.png) repeat-x center top;
		background-size:auto;
		width:100%;
		padding:191px 0 0;
		top:0;
	}
	.main.entry p {
		margin:2% 2% 0;
	}
	.main.entry .flow {
		margin:5% 2% 10%;
	}
	.main.entry .flow li {
	    font-size: 1.2em;
	    height: 50px;
	    line-height: 50px;
	}
	.main.entry .flow li:after,
	.main.entry .flow li:before  {
	    border-width: 25px 0 25px 15px;
	}
	.main.entry .flow li:after {
	    right: -15px;
	}
	.main.entry .flow li:before {
	    right: -16px;
	}
	.main.entry .flow li span {
	    display: inline;
	    padding: 3px 8px;
	    margin:0 10px 0 0;
	    font-size:1.2rem;
	}
	.main.entry #mailform {
		margin:2% 2% 0;
	}
	.main.entry #mailform dl {
	    display: flex;
	    flex-wrap: wrap;
	    margin: 10px 0 0 0;
	}
	.main.entry #mailform dt {
	    width: 25%;
	    margin:0 0 1%;
	    border-radius:0;
	    border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.main.entry #mailform dd {
	    width: 75%;
	    margin:0 0 1%;
	    font-size:1.2rem;
	    border-radius:0;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.main.entry .confirm #mailform dd { 
		border-radius:0;
	    border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
	.main.entry #mailform dt label {
		height:100%;
	    padding: 0 10px;
	    line-height: 45px;
	    font-size:1.2rem;
	}
	.main.entry #mailform dd input[type="text"],
	.main.entry #mailform dd textarea {
	    width: 100%;
	    padding: 10px;
	    height: 50px;
	    font-size:1.2rem;
	    
	}
	.main.entry #mailform dl textarea {
	    height: 250px;
	    margin-bottom: 10px;
	}
	.main.entry h2 {
		margin-top:2%;
		font-size:1.2rem;
	}
	.main.entry h3 {
		font-size:1.6rem;
		margin:5% 2%;
		text-align:center;
	}
	.main.entry #mailform .privacy li {
	    margin-top: 0.2rem;
	}
	.main.entry #mailform .privacy .title {
		margin-top:0.7rem;
	}
	.main.entry #mailform .privacy .input {
		margin-top:1rem;
	}
	.main.entry #mailform .group-button {
		margin-top:4%;
	}
	.main.entry #mailform .button-submit {
		font-size:1.2rem;
	}
	.main.entry #mailform .error-message {
		margin:-1% 0 1%;
	}
	.main.entry #flashMessage {
	    margin: 2% 2% 0;
	}
}
/* e.entry */
/* s.maintenance */
.main.error *,
.main.maintenance * {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 700;;
}
.main.error .section,
.main.maintenance .section {
	padding:6% 0 6%;
}
.main.error .section .title,
.main.maintenance .section .title {
	text-align:center;
	font-size:1.2em;
	color:#A85919;
	margin:0 auto;
	padding:2% 3%;
	line-height:1.4;
	border:1px solid #A85919;
	background:#fff;
	border-radius: 6px;
}
.main.error .section .text,
.main.maintenance .section .text {
	padding-top:4%;
}
.main.error .section .text p,
.main.maintenance .section .text p {
	padding:2% 0 0;
	text-align:center;
}
.main.error .page-top,
.main.maintenance .page-top {
	display: none !important;
}
@media only screen and (min-width: 768px){ 
	.main.error .section .title,
	.main.maintenance .section .title {
		font-size:2em;
	}
	.main.error .section .text,
	.main.maintenance .section .text {
		font-size:1.6em;
	}
}