@charset "UTF-8";


/* ==========================================================================
   variable
============================================================================= */
:root {
	--main-color: #000000;
	--main-color-orange: #fdd100;
	--main-color-purple: #be6bb5;
}


/* ==========================================================================
   base
============================================================================= */

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-weight: normal;
	font-size: 16px;
	color: #8b190f;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ, Meiryo, ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	}
}
/*フォントの種類*/
.fontMincho { 	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.fontGothic { 	font-family: YakuHanJPs, Roboto, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif; }


p { background-image:url(""); }

a:link{ color: #000000; text-decoration: underline; }
a:visited{ color: #000000; text-decoration: underline; }
a:active{ color: #000000; text-decoration: underline; }
a:hover { color: #666666; text-decoration: none; }

a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    outline : none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;

	opacity: 0.7;
}

img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover img {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);

	opacity: 0.7;
}

svg,
a:hover svg {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a[href^="tel:"] { cursor: default; }

ul { list-style-type: none; }

address { font-style: normal; }

.inviewItem {
	opacity: 0;
	transform: translate(0,15px); 
	-webkit-transform: translate(0,15px); 
	transition: 0.7s;
}

.inviewItemLeft {
	opacity: 0;
	transform: translate(15px,0); 
	-webkit-transform: translate(15px,0); 
	transition: 0.7s;
}


/* ==========================================================================
   clearfix
============================================================================= */

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* ==========================================================================
   common
============================================================================= */
.txtLt {text-align: left!important;}
.txtRt {text-align: right!important;}
.txtCt {text-align: center!important;}
.fontSmall {font-size: 0.7rem!important;}
.fontLarge {font-size: 1.4rem!important;}

.bgColorGray { background-color: #e0dcdb;}
.bgColorbrown { background-color: #f3eee4;}


/*スマホのみ改行*/
@media only screen and (min-width: 768px){
	br.mbbr {
		display:none!important;
	}
}

/*スマホ・タブレットのみ改行*/
@media only screen and (min-width: 1040px){
	br.mbtbbr {
		display:none!important;
	}
}

/*タブレット以上のみ改行*/
br.tbbr {
	display: none;
}

@media only screen and (min-width: 768px){
	br.tbbr {
		display: inline;
	}
}

/*PC以上のみ改行*/
br.dtbr {
	display: none;
}

@media only screen and (min-width: 1040px){
	br.dtbr {
		display: inline;
	}
}

/*モバイルのみ消す（インライン）*/
.mbNone {
	display: none;
}

@media only screen and (min-width: 768px){
	.mbNone {
		display: inline;
	}
}

/*フォーム*/
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
	display: inline-block;
	padding: 0.5em 0.5em;
	width: 50%;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	vertical-align: middle;
	font-size: 90%;

    border: none;
    background-color: #fff;

}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 25px;
}

input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
}


/* ==========================================================================
   base
============================================================================= */

body {

}

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

@media screen and (min-width: 580px) {
	.w580 {
		max-width: 580px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 720px) {
	.w720 {
		max-width: 720px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}

@media screen and (min-width: 1040px) {
	.w1040 {
		max-width: 1040px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}




/*---------- fixTopBtn ----------*/
a.fixTopBtn {
	z-index: 9999;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 35px;
	display: block;
	width: 2.5rem;
	height: 5.5rem;
	cursor: pointer;
}

a.fixTopBtn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 70px;
	content: url(../images/common/act_common_top_btn.svg);
}

a.fixTopBtn span {
	display: none;
}

@media screen and (min-width: 768px) {
	a.fixTopBtn {
		width: 5rem;
		height: 7rem;
	}

}

/*======= header =======*/
header {
	position: relative;
	height: 150px;
    padding-bottom: 2rem;
    background-color: #fff;
    background-image: url(../images/common/act_common_top-leaf_L.jpg),url(../images/common/act_common_top-leaf_R.jpg);
    background-repeat: no-repeat,no-repeat;
    background-size: 100px,100px;
    background-position: left center,right center;
}


header .headerInner {
	margin: 0 2%;
}

header .logoBox {
	position: relative;
	text-align: center;
	padding: 2.5rem 0;
}

header .logoBox .logo {
	z-index: 999;
	position: relative;
	display: inline-block;
}

header .logoBox .logo img {
	height: 100px;
}

header .koteiArea1 {
	position: fixed; /* 要素の位置を固定する */
    top: 150px; /* 基準の位置を画面の一番下に指定する */
    right: 0; /* 基準の位置を画面の一番右に指定する */
    width: 35px; /* 幅を指定する */
    z-index: 999;
}

header .koteiArea2 {
	position: fixed; /* 要素の位置を固定する */
    top: 260px; /* 基準の位置を画面の一番下に指定する */
    right: 0; /* 基準の位置を画面の一番右に指定する */
    width: 35px; /* 幅を指定する */
    z-index: 999;
}




@media screen and (min-width: 768px) {
header .koteiArea1 {
    top: 150px; /* 基準の位置を画面の一番下に指定する */
    width: 50px; /* 幅を指定する */
}

header .koteiArea2 {
    top: 300px; /* 基準の位置を画面の一番下に指定する */
    width: 50px; /* 幅を指定する */
}


}

@media screen and (min-width: 1040px) {
	header {
		width: 100%;
	   height: 200px;
	}

	header .headerInner {
		position: relative;
		text-align: left;
		height: 110px;
	}

	header .logoBox {
		display: block;
		text-align: center;
	}

}

/*======= navi =======*/
.fixNavi {
	z-index: 9000;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	display: block;
}

.navBtn {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: none;
	text-align: left;
	width: 100%;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-left: 0;
}

.trigger {
	position: relative;
	width: 35px;
	height: 22px;
}

.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
}

.trigger span:nth-of-type(1) {
	top: 0;
}

.trigger span:nth-of-type(2) {
	top: 10px;
}

.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #46484A;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.trigger span:nth-of-type(3) {
	bottom: 0;
}

.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}

.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}


/*navMount*/
.navMount {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
    border-radius: 40px 0 0 40px;
	background-color: rgba(243, 238, 228, 0.95);
	z-index: 8000;
	text-align: center;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto!important;

	-webkit-overflow-scrolling: touch;
	
	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3;
	-o-transition: 0.3s;
	transition: 0.3s;
}
 
.navMount.is-visible {
	opacity: 1.0;
	visibility: visible;
}

.navMount .navInner {
	text-align: center;
	width: 100%;
	padding: 50px 0 0 0;/*固定divの高さ*/
}

.navMount ul {

}

.navMount ul > li {
	display: block;
	width: 94%;
	font-weight: 300;
	margin: 0 3%;
	border-bottom: 3px dotted #A8A9AD;
}

.navMount ul > li:first-child {
	border-top: 3px dotted #A8A9AD;
}

.navMount ul > li > a {
	display: block;
	padding: 1rem 0;
	text-align: center;
	cursor: pointer;
	line-height: 1em;
}

.navMount ul.menuList li:first-child a:link{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:visited{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:active{ color: var(--main-color); text-decoration: none; }
.navMount ul.menuList li:first-child a:hover { color: var(--main-color); text-decoration: none; }

.navMount ul.menuList > li > a > span {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #7d6868;
	padding: 0.1em 0 0.3em 0;
	width: 11em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
    border-radius: 20px;
}

.navMount ul.menuList > li > a:hover > span,
.navMount ul.menuList > li.active > a > span {
	background-color: #7d6868;
	color: #ffffff;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}




@media screen and (min-width: 1040px) {
.navMount {
	height: auto;
	width: 20%;
    padding-bottom: 3rem;
}   
/*	.fixNavi {
		display: none;
	}

	.navMount {
		z-index: 1;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		opacity: 1.0;
		visibility: visible;
		background: transparent;
		overflow: hidden!important;
	}

	.navMount .navInner {
		position: relative;
		height: 110px;
		padding: 0;
	}

	.navMount ul.menuList {
		position: absolute;
		right: 0;
		bottom: 0;
		display: inline-block;
		max-width: 900px;
		width: 100%;
		letter-spacing: -.4em;
		text-align: center;
		margin: 0;
	}

	.navMount ul.menuList > li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0;
		width: auto;
		margin: 0;
		border-top: none!important;
		border-bottom: none;
	}

	.navMount ul.menuList > li {
		text-align: left;
		width: 100px;
	}

	.navMount ul.menuList > li:nth-child(5) { width: 140px; }

	.navMount ul > li:first-child {
		border-top: none;
	}

	.navMount ul > li > a {
		display: block;
		font-size: 13px;
		padding: 0;
		text-align: center;
		cursor: pointer;
		line-height: 1.2em;
	}

	.navMount ul.menuList > li > a > span {
		width: 100%;
	}

	.navMount ul.menuList > li > a:hover > span,
	.navMount ul.menuList > li.active > a > span {
		width: 100%;
	}
	
	.navMount ul.menuList > li > a:hover > span > span {
		position: relative;
		animation-name: navBtnAnime;
		animation-duration: 2s;
		animation-timing-function: ease;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-direction: alternate;
		animation-fill-mode: none;
		animation-play-state: running;
	}

	@keyframes navBtnAnime {
		0% {
			left: 0em;
		}
	  
		10% {
			left: -0.3em;
		}
	  
		40% {
			left: 0em;
		}
	  }*/
}


/*======= footer =======*/
footer .picnic img {
	width: 100%;
}

.footer_bg {
	position: relative;
	height: auto;
	background-image: url("../images/common/act_common_footer_bg_bottom.jpg");
	background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    border-top: solid 2px #009146; 
}

footer .footer_bg .footerInner{
    padding: 3rem 2rem;
    
}

footer .footer_bg .kakomi a{
    text-decoration: none;
}

footer .footer_bg .kakomi{
    display: inline-block;
    padding: 0 1rem;
    border-radius: 30px;
    border: solid 1.5px #000;
    color: #000;
    background-color: #fff;
    margin-bottom: 1rem;
}

.flexContainer.photoandtxt {
	margin-bottom: 4rem;
}

.flexContainer.photoandtxt img {
	width: 60%;
}

.flexContainer.photoandtxt:last-child {
	margin-bottom: 0;
}

.flexContainer.photoandtxt .itemCol2.photo {
	margin-bottom: 2.5rem;
}

footer .footer_bg .footer_menu{
    color: #fff;
    margin-bottom: 4rem;
}

footer .footer_bg .footer_menu a{
    color: #fff;
    text-decoration: none;
}

footer .footer_bg .footer_menu .itemCol5{
    padding: 1rem;
    border-left: dotted 2px #fff;
}

footer .footer_bg .footer_menu .itemCol5 .list_top{
    border: solid 1px #fff;
    padding: 0.2rem .5rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 80%;
}

footer .footer_bg .footer_menu .itemCol5 p{
    font-size: 70%;
    line-height: 2em;
}

footer .footer_bg .footer_menu .itemCol5 .bangou .mark{
    width: 11px;
    margin-right: 0.3rem;
}

footer .footer_bg .footer_menu .itemCol5 .bangou p{
    display: inline-block;
    padding-top: .5rem;
    font-size: 80%
}



@media screen and (min-width: 768px) {
	.flexContainer.photoandtxt .itemCol2 {
		width: 100%;
	}

footer .footer_bg .footer_menu .itemCol5 .list_top{
    padding: 0.2rem 1rem;
    font-size: 90%;
}

footer .footer_bg .footer_menu .itemCol5 .bangou .mark{
    width: 20px;
    margin-right: 0.5rem;
}

footer .footer_bg .footer_menu .itemCol5 .bangou p{
    font-size: 100%
}
}

@media screen and (min-width: 1040px) {
    .flexContainer.photoandtxt img {
        width: 100%;
    }
    
	.flexContainer.photoandtxt .itemCol2.photo {
		width: 40%;
		width: calc(400px);
		margin-bottom: 0;
        padding: 0 2rem;
	}

	.flexContainer.photoandtxt .itemCol2.txt {
		width: 55%;
		width: calc(100% - 400px);
	}
}




footer .copyright {
	text-align: center;
    color: #fff;
}

footer .copyright small {
	font-size: 70%;
}



/*======= contentCommon =======*/
.flexContainer {
	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction:         row;

	-webkit-flex-wrap: wrap;
	flex-wrap:         wrap;

	-webkit-justify-content: flex-start;
	justify-content:         flex-start;/*space-around*/
}

.flexContainer .itemCol2,
.flexContainer .itemCol3 {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
	text-align: center;
}

.flexContainer .itemCol4,
.flexContainer .itemCol5 {
	width: 50%;
}

.flexContainer .itemCol2:last-child,
.flexContainer .itemCol3:last-child,
.flexContainer .itemCol4:last-child,
.flexContainer .itemCol5:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.flexContainer {
		/*-webkit-justify-content: space-between;
		justify-content:         space-between;*/
	}

	.flexContainer .itemCol2 {
		width: 50%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol3 {
		width: 33.33333%;
		width: -webkit-calc(99.99999% / 3);
		width: calc(99.99999% / 3);
		margin-bottom: 0;
	}

	.flexContainer .itemCol4 {
		width: 25%;
		margin-bottom: 0;
	}

	.flexContainer .itemCol5 {
		width: 20%;
		margin-bottom: 0;
	}
}


/*メイン見出し*/
.titleMain {
	text-align: center;
}

.titleMain img {
	width: auto;
	height: 115px;
}


.btnLine {
	font-size: 120%;
	text-align: right;
}

.btnLine a {
	text-align: center;
	display: inline-block;
	border: 1px solid #000000;
	border-width: 1px 0 1px 0;
	padding: 0.4em 1em;
	line-height: 1;
}

.btnLine a:link{ color: #000000; text-decoration: none; }
.btnLine a:visited{ color: #000000; text-decoration: none; }
.btnLine a:active{ color: #000000; text-decoration: none; }
.btnLine a:hover { color: #666666; text-decoration: none; }

.btnLine a span.arrow::after {
	content: "＞";
	margin-left: 0.5em;
}





/*ボタン more*/
.btnMore a {
	font-size: 0.9em;
	line-height: 1;
	font-weight: bold;
	border: 1px solid var(--main-color);
	border-radius: 0.5em;
	padding: 0.5em 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: inline-block;
	vertical-align: middle;

	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.btnMore a span::after {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.75em;
	line-height: 1;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f061";
	margin-left: 0.75em;

}

.btnMore a:hover {
	color: #ffffff;
	background-color: var(--main-color);
}


/*ボタン 四角*/
.btnSquare {
	display: inline-block;
}

.btnSquare a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 1;
	color: #ffffff;
	padding: 0.5em 5em;
	background-color: var(--main-color);
}



/*テーブル 基本*/
table.basicTable {
	width: 100%;
	border-collapse:separate;
	border-top: 1px solid #000000;
}

table.basicTable caption{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}

table.basicTable tr th,
table.basicTable tr td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.75em 0;
	border-bottom: 1px solid #000000;
}

table.basicTable tr th { width: 30%; }
table.basicTable tr td { width: 70%; }

table.basicTable p {
	margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
	table.basicTable tr th { width: 18%; }
	table.basicTable tr td { width: 82%; }

}



/*レスポンシブ用マージン*/
.martS { margin-top: 1rem; }
.martM { margin-top: 2rem; }
.martL { margin-top: 3rem; }

.marbS { margin-bottom: 1rem; }
.marbM { margin-bottom: 2rem; }
.marbL { margin-bottom: 3rem; }

@media only screen and (min-width: 768px){
	.martS { margin-top: 2rem; }
	.martM { margin-top: 3rem; }
	.martL { margin-top: 4rem; }

	.marbS { margin-bottom: 2rem; }
	.marbM { margin-bottom: 3rem; }
	.marbL { margin-bottom: 4rem; }
}

@media only screen and (min-width: 900px){
	.martS { margin-top: 5rem; }
	.martM { margin-top: 7rem; }
	.martL { margin-top: 8rem; }

	.marbS { margin-bottom: 5rem; }
	.marbM { margin-bottom: 7rem; }
	.marbL { margin-bottom: 8rem; }
}

/*======= section =======*/
section {
	position: relative;
	line-height: 1.5em;
}

section .sectionInner,
.breadcrumbsInner {
	position: relative;
	margin: 0 2% ;
	box-sizing: border-box;
}

.innerBox,
.innerBox2 {
	margin-left: 1em;
	margin-right: 1em;
}

.txtBoxS {
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 2%;
	}

	.innerBox {
		margin-left: 2em;
		margin-right: 2em	
	}
}

hr {
	/*border-top: 1px solid #000000;*/
	margin: 0.5em 0;
}


@media screen and (min-width: 1040px) {
	section .sectionInner,
	.breadcrumbsInner  {
		margin: 0 0%;
	}
}


/*======= breadcrumbs　パンくずリスト =======*/
.breadcrumbs {
	margin-top: 1rem;
}

.breadcrumbs nav {
	margin-bottom: 2rem;
}

.breadcrumbs nav ol {
	font-size: 0.8rem;
}

.breadcrumbs nav ol li {
	display: inline;
}

.breadcrumbs nav ol li:after {
	content: " > ";
}
.breadcrumbs nav ol li:last-child:after {
	content:"";
}

/*======= title =======*/
.titleArea {

}

.titleArea .titleAreaInner {
	position: relative;
	height: 370px;
	text-align: center;
	background-image: url("");
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#about .titleArea .titleAreaInner {	background-image: url(""); }



.titleArea .titleAreaInner h1 {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.titleArea .titleAreaInner h1 img {
	width: auto;
	height: 160px;
}





/*======= home =======*/
.mainVisual {

}

.mainVisual .mainVisualInner {
	position: relative;
	height: 450px;
	background-image: url("../images/common/act_common_top-namisen-top.svg"),url("../images/common/act_common_top-namisen-bottom.svg"),url("../images/home/act_home_top_image.jpg");
	background-position: top center,bottom center,center center;
    background-repeat: no-repeat,no-repeat,no-repeat;
    -webkit-background-size: cover,cover,cover;
    -moz-background-size: cover,cover,cover;
    background-size: 100%,100%,cover;
}
#support .mainVisual .mainVisualInner,
#act-park .mainVisual .mainVisualInner,
#athletic .mainVisual .mainVisualInner,
#act-plus .mainVisual .mainVisualInner,
#free-school .mainVisual .mainVisualInner,
#high-school .mainVisual .mainVisualInner,
#about .mainVisual .mainVisualInner,
#staff .mainVisual .mainVisualInner,
#contact .mainVisual .mainVisualInner {
	height: 100px;
	background-image: url("../images/common/act_common_top-namisen-top.svg"),url("../images/common/act_common_top-namisen-bottom.svg"),url("../images/common/act_common_top_image.jpg");
}


.mainVisual .mainVisualInner .logo {
	display: inline-block;
	max-width: 80px;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 768px) {
	.mainVisual .mainVisualInner {
		height: 500px;
	}
#support .mainVisual .mainVisualInner,
#act-park .mainVisual .mainVisualInner,
#athletic .mainVisual .mainVisualInner,
#act-plus .mainVisual .mainVisualInner,
#free-school .mainVisual .mainVisualInner,
#high-school .mainVisual .mainVisualInner,
#about .mainVisual .mainVisualInner,
#staff .mainVisual .mainVisualInner,
#contact .mainVisual .mainVisualInner {
	height: 200px;
    }

	.mainVisual .mainVisualInner .logo {
		max-width: 110px;
        left: 20%;
	}
}

@media screen and (min-width: 1040px) {
	.mainVisual .mainVisualInner {
		height: 1000px;
	}
#support .mainVisual .mainVisualInner,
#act-park .mainVisual .mainVisualInner,
#athletic .mainVisual .mainVisualInner,
#act-plus .mainVisual .mainVisualInner,
#free-school .mainVisual .mainVisualInner,
#high-school .mainVisual .mainVisualInner,
#about .mainVisual .mainVisualInner,
#staff .mainVisual .mainVisualInner,
#contact .mainVisual .mainVisualInner {
	   height: 400px;
    }

	.mainVisual .mainVisualInner .logo {
		max-width: 170px;
	}
}

/*共通タイトルエリア-バックの色だけstyleで指定*/
.honbun{
    font-size: 90%;
    line-height: 1.7em;
}

@media screen and (min-width: 768px) {
.honbun{
    font-size: 100%;
    line-height: 2em;
}
}


/*commonArea1*/
.commonArea1 .title_L{
    position: relative;
     padding: 1.5rem 0 1rem;
     outline: solid 1px #fff;
     outline-offset: -8px;
     font-size: 200%;
     letter-spacing: 0px;
     line-height: 1em;
     text-align: center;
     border-radius: 20px;
     background-color: #f769aa;
     color: #fff;
}
#athletic .commonArea1 .title_L {background-color: #8cb928;}
#act-plus .commonArea1 .title_L {background-color: #41b4dc;}
#free-school .commonArea1 .title_L {background-color: #4b78b4;}
#high-school .commonArea1 .title_L {background-color: #9b96c3;}
#act-park .commonArea1 .title_L {background-color: #eba519;}


.commonArea1 .title_L span{
     letter-spacing: 3px;
     font-size: 60%;
     font-weight: lighter;
}

.commonArea1 .act_kun{
    position: absolute;
     width: 15%;
     margin-top: -3rem;
}

.commonArea1 .title_honbun{
    margin-top: 2rem;
    padding: 0 3rem;
    font-size: 105%;
    line-height: 1.8em;
    text-align: justify;
}

.commonArea1 .skill_title{
    margin: 3rem 0 3rem;
    text-align: center;
}

.commonArea1 .three_skill .title{
    margin:auto ;
    font-size: 130%;
    padding: 0 2rem 2rem;
    display: inline-block;
    color: #eba519;
    background-color: #fff;
}

.commonArea1 .three_skill .marukakomi{
    border: solid 2px #eba519;
    border-radius: 40px;
    margin: -3rem 0% 3rem;
    padding: 1.5rem 2rem 1rem;
    text-align: justify;
}

.commonArea1 .kakusyu_illust{
    margin-top: 3rem;
    text-align: center;
}

.commonArea1 .kakusyu_illust img{
    width: 60%;
}

@media screen and (min-width: 768px) {
.commonArea1 .title_L{
     padding: 2rem 0 1.5rem;
     font-size: 300%;
     letter-spacing: 10px;
}
    
.commonArea1 .title_honbun{
    font-size: 115%;
    padding: 0 3rem 0 8rem;
    line-height: 2em;
}
  
.commonArea1 .kakusyu_illust{
    margin-top: 5rem;
}
  
.commonArea1 .kakusyu_illust img{
    width: 40%;
}

.commonArea1 .skill_title{
    margin: 8rem 0 5rem;
}

.commonArea1 .three_skill .title{
    font-size: 200%;
}

.commonArea1 .three_skill .marukakomi{
    border-radius: 70px;
    margin: -2.7rem 10% 4rem;
    padding: 2.5rem 2rem 2rem;
    text-align: center;
}

}

@media screen and (min-width: 1040px) {

.commonArea1 .three_skill .marukakomi{
    border-radius: 200px;
    padding: 3rem 2rem;
}

.commonArea1 .title_honbun{
    padding: 0 3rem 0 3rem;
}
}



/*commonArea2*/
.commonArea2 h2 {
    text-align: center;
    color: #e17daa;
    font-size: 160%;
    letter-spacing: 3px;
    line-height: 1.5em;
}
#athletic .commonArea2 h2 {color: #8cb928;}
#act-plus .commonArea2 h2 {color: #41b4dc;}
#free-school .commonArea2 h2 {color: #4b78b4;}
#high-school .commonArea2 h2 {color: #9b96c3;}
#act-park .commonArea2 h2 {color: #eba519;}

.commonArea2 .sectionInner .honbun {
    margin: 3rem 2rem;
}

@media screen and (min-width: 768px) {
.commonArea2 h2 {
    font-size: 200%;
}
 
.commonArea2 .sectionInner .honbun {
    margin-top: 3rem;
    margin: 3rem 0rem;
}

}


/*commonArea3*/
.commonArea3 {
	background-image: ;
	background-position: ;
    background-repeat: ;
    -webkit-background-size: ;
    -moz-background-size: ;
    background-size: ;
}

.commonArea3 .schedule_title {
	padding: .7rem;
    color: #fff;
    text-align: center;
    font-size: 130%;
    letter-spacing: 3px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #e17daa;
}
#athletic .commonArea3 .schedule_title {background-color: #8cb928;}
#act-plus .commonArea3 .schedule_title {background-color: #41b4dc;}
#free-school .commonArea3 .schedule_title {background-color: #4b78b4;}
#high-school .commonArea3 .schedule_title {background-color: #9b96c3;}
#act-park .commonArea3 .schedule_title {background-color: #eba519;}

.commonArea3 table {
	width: 100%;
}

.commonArea3 table tr {
	border-bottom: dashed 1px #e17daa;
}
#athletic .commonArea3 table tr {border-bottom: dashed 1px #8cb928;}
#act-plus .commonArea3 table tr {border-bottom: dashed 1px #41b4dc;}
#free-school .commonArea3 table tr {border-bottom: dashed 1px #4b78b4;}
#high-school .commonArea3 table tr {border-bottom: dashed 1px #9b96c3;}
#act-park .commonArea3 table tr {border-bottom: dashed 1px #eba519;}

.commonArea3 table tr:last-child {
	border-bottom: solid 1.5px #e17daa;
}
#athletic .commonArea3 table tr:last-child {border-bottom: solid 1.5px #8cb928;}
#act-plus .commonArea3 table tr:last-child {border-bottom: solid 1.5px #41b4dc;}
#free-school .commonArea3 table tr:last-child {border-bottom: solid 1.5px #4b78b4;}
#high-school .commonArea3 table tr:last-child {border-bottom: solid 1.5px #9b96c3;}
#act-park .commonArea3 table tr:last-child {border-bottom: solid 1.5px #eba519;}

.commonArea3 table tr td.toi {
	width: 30%;
    text-align: center;
    background-color: #faebf2;
    padding: 1rem;
}
#athletic .commonArea3 table tr td.toi {background-color: #eef4df;}
#act-plus .commonArea3 table tr td.toi {background-color: #e2f4fa;}
#free-school .commonArea3 table tr td.toi {background-color: #e4ebf4;}
#high-school .commonArea3 table tr td.toi {background-color: #f0eff6;}
#act-park .commonArea3 table tr td.toi {background-color: #fcf1dc;}

.commonArea3 table tr td.kotae {
    padding: 1rem 2rem;
    background-color: #fff;
}

.commonArea3 table tr td.kotae_free {
    padding: 1rem 2rem;
}

.commonArea3 .flexContainer .itemCol2:first-child  {
    padding-right:0;
}
.commonArea3 .flexContainer .itemCol2:last-child  {
    padding-left:0;
}


@media screen and (min-width: 768px) {
.commonArea3 {
	background-image: url("../images/common/act_common_illust-kumo01.svg"),url("../images/common/act_common_illust-kumo02.svg");
	background-position: top 50% left 3%,top 5% right 3%;
    background-repeat: no-repeat,no-repeat;
    -webkit-background-size: cover,cover;
    -moz-background-size: cover,cover;
    background-size: 25%,20%;
}

.commonArea3 table tr td.kotae_free {
    padding: 1rem 10rem;
}

.commonArea3 .flexContainer .itemCol2:first-child  {
    padding-right:.5rem;
}
.commonArea3 .flexContainer .itemCol2:last-child  {
    padding-left:.5rem;
}
}


/*homeArea1*/
.homeArea1 {

}

.homeArea1 .sectionInner .contents {
    margin: 2rem 0 2rem; 
    text-align: center;
}

.homeArea1 .sectionInner .contents img {
    width: 160px;
}

.homeArea1 .sectionInner .sankaku {
    font-size: 100%;
    text-align: left;
}

.homeArea1 .sectionInner .flexContainer .itemCol3 img {
    padding: 1rem;
}

.homeArea1 .sectionInner .act-p {
    margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
.homeArea1 .sectionInner .contents {
    margin: 4rem 0 7rem; 
}

}



/*homeArea2*/
.homeArea2 {

}

.homeArea2 .sectionInner .news {
    width: 130px;
}

.homeArea2 .sectionInner .ichiran {
    text-align: right;
    margin-top: -2rem;
}

.homeArea2 .sectionInner .ichiran img {
    width: 140px
}

.newsList {
	max-width: 100%;
	margin: 1rem auto 0 auto;
    font-size: 90%;
}

.newsList li {
	display: block;
	border-bottom: 2px dotted #462828;
	padding: 1.0rem 2em 1.0em 2em;
}
.newsList li:first-child {
	border-top: 2px solid #462828;
}
.newsList li:last-child {
	border-bottom: 2px solid #462828;
}

.newsList li .date,
.newsList li .txt {
	display: inline-block;
	vertical-align: top;
}

.newsList li .date {
	width: 9.5em;
}

.newsList li .txt {
	width: calc(100% - 10em);
}


/*homeArea3*/
.homeArea3 .sectionInner .ribon_title,
.homeArea5 .sectionInner .ribon_title {
    margin-bottom: 3rem;
}

.kochira{
    margin-top: 1rem;
    text-align: right;
}

.kochira img{
    width: 100px;
}

@media screen and (min-width: 768px) {
.kochira img{
    width: 140px;
}
}


/*homeArea4*/
.homeArea4 .sectionInner {
}

.homeArea4 .naminami img {
    height: 10px;
    object-fit: none;
}

.homeArea4 .sectionInner .flexContainer {
    padding: 1rem 0;
}

.homeArea4 .sectionInner .itemCol2 {
    padding: 0 1.5rem;
    text-align: left
}

.homeArea4 .sectionInner .itemCol2 .gazou {
    width: 70%;
}

.homeArea4 .sectionInner .itemCol2 .torikumi {
    padding-bottom: 1rem;
    border-bottom: dotted 3px #462828; 
}


.homeArea4 .sectionInner .itemCol2 .flag {
    margin: 0 0 1rem 2rem;
}

.homeArea4 .sectionInner .itemCol2 .flag img {
    width: 80px;
}

.homeArea4 .sectionInner .itemCol2 h3 {
    text-align: left;
    line-height: 1.1em;
    font-size: 140%;
    letter-spacing: 7px;
    color: #462828;
    display: inline-block;
    font-weight: bold;
}

.homeArea4 .sectionInner .itemCol2 span.nenrei {
    font-size: 60%;
    letter-spacing: 0px;
}

.homeArea4 .sectionInner .itemCol2 .act_kun {
    width: 70px;
    margin: -5rem 0 0 2rem;
}

.homeArea4 .sectionInner .itemCol2 .torikumi_messa {
    display: block;
    padding-top: 2rem;
} 

.homeArea4 .sectionInner .itemCol2 .torikumi_messa img {
    height: 55px;
}

@media screen and (min-width: 768px) {

.homeArea4 .sectionInner .flexContainer {
    padding: 3rem 0!impotant;
}

.homeArea4 .sectionInner .itemCol2 {
    padding: 0 0.5rem;
}

.homeArea4 .sectionInner .itemCol2 .gazou {
    width: 90%;
}
    
.homeArea4 .sectionInner .itemCol2 h3 {
    font-size: 190%;
}

.homeArea4 .sectionInner .itemCol2 .flag img {
    width: 110px;
}    

.homeArea4 .sectionInner .itemCol2 .torikumi_messa img {
    height: 85px;
}
}

/*homeArea5*/
.homeArea5 {
    padding: 2rem 0 3rem;
    background-image: url(),url();
    background-repeat: no-repeat,no-repeat;
    background-size: 250px,250px;
    background-position: left bottom,right bottom;
}

.homeArea5 .sectionInner .kochira {
    text-align: left;
    margin-top: -1rem;
}

@media screen and (min-width: 768px) {
.homeArea5 {
    padding: 5rem;
    background-image: url(../images/home/act_home_wood-L.svg),url(../images/home/act_home_wood-R.svg);
}
.homeArea5 .sectionInner .kochira {
    margin-top: -5rem;
}
}


/*homeArea6*/
.homeArea6 {
    padding: 4rem 0;
}

.homeArea6 .sectionInner .yoyaku_btn {
    margin-bottom: 3rem;
}

.homeArea6 .sectionInner .yoyaku_btn img {
    width: 90%;
}

.homeArea6 .sectionInner iframe {
    width: 100%;
    height: 300px;
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
.homeArea6 {
    padding: 10rem 0 0;
}

.homeArea6 .sectionInner .yoyaku_btn {
    margin-bottom: 10rem;
}
 
.homeArea6 .sectionInner .yoyaku_btn img {
    width: 85%;
}
   
.homeArea6 .sectionInner iframe {
    height: 600px;
    margin-top: 3rem;
}
}




/*======= staff =======*/

/*staffArea1*/
.staffArea1 {
	position: relative;
    padding-bottom: 2rem;
    background-color: #fff;
    background-image: url(),url();
    background-repeat: no-repeat,no-repeat;
    background-size: 200px,200px;
    background-position: left center,right center;
}

.staffArea1 .sectionInner img{
	margin-bottom: -2rem;
}

.staffArea1 .sectionInner .staff{
	width: 70%;
}

.staffArea1 .sectionInner p{
	text-align: center;
	padding: 0.5rem 2rem;
	margin-top: 3rem;
}

.staffArea1 .sectionInner{
	text-align: center;
	margin: 3rem 0 0;
}


@media screen and (min-width: 768px) {
	
.staffArea1  {
    padding: 2rem;
    background-image: url(../images/home/act_home_wood-L.svg),url(../images/home/act_home_wood-R.svg);
	background-size: 20%;
}
	
.staffArea1 .sectionInner .staff{
	width: 50%;
	margin-top: 3rem;
}
	
.staffArea1 .sectionInner p{
	text-align: center;
	font-size: 1.2em;
	margin-top: 3rem;

}
}

/*staffArea2*/
.staffArea2 {
}

.staffArea2 .sectionInner .sub_title img{
	width: 60%;
	margin-top: -2rem;	
}

.staffArea2 .sectionInner img{
	margin-bottom: 1rem;
	width: 50%;
}

.staffArea2 .sectionInner .staff{
	width: 80%;
}

.staffArea2 .sectionInner{
	text-align: center;
	margin: 3rem 0 3rem;
}

.staffArea2 .sectionInner h2{
	border-bottom: solid 1px #000;
	margin: 2rem;
	text-align: left;
	padding-left: 0.75rem;
}


.staffArea2 .sectionInner p{
	text-align: left;
	padding: 0.5rem 2rem;
}

.staffArea2 .sectionInner p.midasi {
	font-size: 1em;
	text-align: left;
	padding-bottom: 0rem;
}

.staffArea2 .column :nth-child(2n) {
	padding-left: 0.75rem;
}


@media screen and (min-width: 768px) {
	
.staffArea2 .sectionInner .staff{
	width: 50%;
}

.staffArea2 .sectionInner .sub_title img{
	text-align: left;
	width: 30%;
}
	
.staffArea2 .sectionInner img{
	text-align: left;
	width: 90%;
}

.staffArea2 .sectionInner p.midasi {
	font-size: 1.4em;
	text-align: left;
	padding-bottom: 0rem;
}
	
.staffArea2 .sectionInner .flexContainer .itemCol3{
	border-right: dashed 1px #000;
	margin-bottom: 5rem;
}

.staffArea2 .sectionInner .flexContainer .itemCol3:nth-child(3n){
	border-right: none;
}
	
.staffArea2  {
	background-image: url("../images/common/act_common_illust-kumo01.svg"),url("../images/common/act_common_illust-kumo02.svg");
	background-position: top 50% left 3%,top 5% right 3%;
    background-repeat: no-repeat,no-repeat;
    -webkit-background-size: cover,cover;
    -moz-background-size: cover,cover;
    background-size: 25%,20%;
}
}
	
/*staffArea3*/	
.staffArea3 {
    padding: 4rem 0;
}

.staffArea3 .sectionInner .yoyaku_btn {
    margin-bottom: 20rem;
}

.staffArea3 .sectionInner .yoyaku_btn img {
    width: 90%;
}


@media screen and (min-width: 768px) {
.staffArea3 {
    padding: 30rem 0 0;
}
	
.staffArea3 .sectionInner .yoyaku_btn {
    margin-bottom: 10rem;
}
 
.staffArea3 .sectionInner .yoyaku_btn img {
    width: 85%;
}

.staffArea3  {
    background-image: url(../images//staff/staff_illust.png);
 	background-repeat: no-repeat;
	background-size: 100% auto;
}
}

	
/*======= about =======*/

/*about Area1*/
.aboutArea1 {
	position: relative;
    padding-bottom: 2rem;
    background-color: #fff;
    background-image: url(),url();
    background-repeat: no-repeat,no-repeat;
    background-size: 200px,200px;
    background-position: left top,right top;
}
	
.aboutArea1 .sectionInner img{
	width: 60%;
	margin-top: 2rem;
}			

@media screen and (min-width: 768px) {
.aboutArea1  {
    padding: 2rem;
    background-image: url(../images/home/act_home_wood-L.svg),url(../images/home/act_home_wood-R.svg);
	background-size: 20%;
}
	
.aboutArea1 .sectionInner img{
	width: 100%;
	margin-top: 5rem;
	margin-bottom: -2rem;
}						
}
	
/*about Area2*/	
.aboutArea2 .sectionInner img{
	width: 90%;
}

.aboutArea2 .sectionInner p{
	text-align: justify;
	padding: 0.5rem 1.8rem;
	margin-top: 1rem;
}

.aboutArea2 .sectionInner p.sign{
	text-align: right;
	font-size: 0.8em;
	padding: 0.5rem 1.8rem;
	margin-top: 1rem;
}
	
.aboutArea2 .sectionInner .exterior img{
	text-align: center;
	margin: 3rem 0;	
}

@media screen and (min-width: 768px) {
.aboutArea2 {
}

.aboutArea2 .sectionInner img{
	margin-top: 3rem;
	margin-bottom: 1rem;
}

.aboutArea2 .sectionInner p{
	text-align: justify;
	font-size: 1em;
	margin-top: 1rem;	
}

.aboutArea2 .sectionInner p.sign{
	text-align: right;
	font-size: 1em;
	margin-top: 1rem;
}
	
.aboutArea2 .sectionInner .exterior img{
	text-align: center;
	margin: 8rem 0 ;	
}
	
.aboutArea2  {
	background-image: url("../images/common/act_common_illust-kumo01.svg"),url("../images/common/act_common_illust-kumo02.svg");
	background-position: top 80% left 3%,top 40% right 3%;
    background-repeat: no-repeat,no-repeat;
    -webkit-background-size: cover,cover;
    -moz-background-size: cover,cover;
    background-size: 25%,20%;
}		
}
	
/*aboutArea3*/
.aboutArea3 {
}	

.aboutArea3 .sectionInner .bg_color .title img{
    width: 90%;
	margin-bottom: 1rem;
}

.aboutArea3 .sectionInner .bg_color .title p{
	font-size: 1rem;
	padding-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	
.aboutArea3 .sectionInner .bg_color .title{
	padding-top: 3rem;
}
	
.aboutArea3 .sectionInner .bg_color .title img{
    width: 60%;
}	

.aboutArea3 .sectionInner .bg_color .title p{
	font-size: 1.2rem;
	padding-bottom: 2rem;
}
}

/*aboutArea4*/
.aboutArea4 {
}

table {
  border-collapse: collapse;/* セルの境界線を重ねる */
  margin-top: 2rem;
}

td {
  border: 1px solid maroon; /* 境界線の太さと色を指定 */
  color: maroon; /* セルのテキスト色を指定 */
  padding: 1rem;
}

.koumoku {
  background-color: #faebd7 ; 
}

.aboutArea4 .sectionInner .honbun {
	font-size: 0.7em;
}

.aboutArea4 .sectionInner .ribon_title {
	margin-top: 2rem;
}
	
.aboutArea4 .sectionInner iframe {
    width: 100%;
    height: 300px;
    margin-top: 1rem;
	margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
.homeArea4 {
}
	
.aboutArea4 .sectionInner .ribon_title {
	margin-top: 5rem;
}
	
.aboutArea4 .sectionInner iframe {
    height: 600px;
    margin-top: 5rem;
	margin-bottom: 5rem;
}
	
table {
  border-collapse: collapse;/* セルの境界線を重ねる */
	margin: 5rem auto;
}

td {
  border: 1px solid maroon; /* 境界線の太さと色を指定 */
  color: maroon; /* セルのテキスト色を指定 */
  padding: 1rem;
}

.koumoku {
  background-color: #faebd7 ; 
}
	
.aboutArea4 .sectionInner .honbun {
	font-size: 1rem;
}
}	
	

		
/*======= contact =======*/

/*contactArea1*/
.contactArea1  {
}

.contactArea1 .sectionInner .title {
	text-align: center;
    font-size: 160%;
	margin-bottom: 1rem;
    color: #A37E39;
}

.contactArea1 .sectionInner .intro {
	text-align: center;
	margin-bottom: 2rem;
}

.inputField {
	padding: 1rem;
	width: 100%;
	display: inline-block;
	border-bottom: solid #000000;
}

.inputField {
	padding-bottom: 1rem;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #000000;
}

.inputField > label {
	display: block;
	margin-bottom: 0.3em;
	font-weight: normal;
	text-align: left;

}

.inputField label span {
	display: inline-block;
	vertical-align: middle;
}

.inputField label .key {
	font-size: 0.8rem;
	margin-left: 0.1rem;
}

.inputField .inputBox p {
	display: inline;
	vertical-align: middle;
}

.inputField .inputBox input[type="text"],
.inputField .inputBox input[type="email"] {
	width: 100%;
	border: 1px solid #000000;
	padding: 0.2em 0.5em;
}

.inputField .inputBox input.small[type="text"] { width: 50%; }

.inputField .inputBox .radioWrap {
	display: inline-block;
	margin: 0 1rem;
}

.inputField .inputBox input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
}

.inputField .inputBox .radioWrap label {
	display: inline-block;
	vertical-align: middle;
}

.inputField .textareaBox textarea {
	width: 100%;
	height: 15em;
	border: 1px solid #000000;
	color: #000000;
	padding: 0 0.5em;
}

ul.submit {
	text-align: center;
	list-style-type: none;
	font-size: 1.1rem;
	font-weight: normal;
	margin-top: 2rem;
	margin-bottom: 4rem;
}

ul.submit li {
	position: relative;
	display: inline-block;
	margin: 1rem 3rem;
    border: solid 1px #000000;
    border-radius: 6px;
}

ul.submit li input[type="submit"] {

}

ul.submit li input[type="reset"] {

}

ul.submit li input {
	cursor: pointer;
	display: inline-block;
	border: 1px solid var(--main-color);
	padding: 0.25em 2em;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

ul.submit li input:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {

.contactArea1 .sectionInner {
	padding: 0 0 4rem 0;
}

.contactArea1 .sectionInner .title {
    font-size: 200%;
	margin-bottom: 4rem;
}

.contactArea1 .sectionInner .intro {
	margin-bottom: 3rem;
}

.contactArea1 .sectionInner .conf {
	margin-top: 3rem;
}

.contactArea1 .sectionInner .logo {
    max-width: 200px; 
    margin-bottom: 3em;
}

.contactArea1 .sectionInner a {
    margin-left: 1em;
    text-decoration: none;
    font-size: 80%;
    border: solid 1px;
    padding: 0.2em 0.5em;
    border-radius: 6px;
    background-color: #DCDDDD;
}
	
ul.submit {
	margin-top: 4rem;
}

ul.submit li {
	margin: 0 3rem;
}
}

@media screen and (min-width: 1040px) {
	.inputField {
		width: 800px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -.4em;
	}

	.inputField label,
	.inputField .inputBox,
	.inputField .textareaBox {
		letter-spacing: normal;
	}

	.inputField > label {
		display: inline-block;
		width: 12em;
		vertical-align: middle;
		margin-bottom: 0;
		font-size: 1rem;
		text-align: left;
		padding-right: 1em;
	}

	.inputField.itemText > label {
		vertical-align: top;
	}

	.inputField .inputBox,
	.inputField .textareaBox {
		display: inline-block;
		width: 525px;
	}
}

.thanks {
	text-align: center;
	color: #ffffff;
}

.thanks .secInner .textBox {
	padding: 3rem 0;
}


/*contactArea2*/
.contactArea2 {
}

.contactArea2 .sectionInner .privacy .title {
	text-align: center;
    font-size: 160%;
	margin-bottom: 1rem;
    color: #A37E39;
}

.contactArea2 .sectionInner .privacy p {
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 2em;
}

.contactArea2 .sectionInner .houshin {
	margin-bottom: 5em;
}

.contactArea2 .sectionInner .kojin {
    text-align: center;
	font-size: 100%;
    color: #03440e;
	outline: solid 2px #03440e;
    outline-offset: 5px;
	border-radius: 10px;
    margin: 1em;
}

.contactArea2 .sectionInner .houshin p {
    text-align: left;
	color: #03440e;
}

.contactArea2 .sectionInner .houshin .honbun {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 20px;
}

.contactArea2 .sectionInner .houshin .honbun p {
  display: inline-block;
  text-align: left;
}
	

@media screen and (min-width: 768px) {

.contactArea2 .sectionInner {
	line-height: 1.75em;
}

.contactArea2 .sectionInner .privacy {
	margin-bottom: 4em;
}
	
.contactArea2 .sectionInner .privacy .title {
    font-size: 200%;
}

.contactArea2 .sectionInner .privacy p {
	text-align: center; 
}

.contactArea2 .sectionInner .houshin {
	margin-bottom: 6em;
}
	
.contactArea2 .sectionInner .kojin {
    text-align: center;
	font-size: 140%;
    color: #03440e;
	outline: solid 2px #03440e;
    outline-offset: 10px;
	border-radius: 20px;
    margin-bottom: 1.5em;
}

.contactArea2 .sectionInner .houshin p {
    font-size: 90%;
    text-align: left;
	color: #03440e;
}

.contactArea2 .sectionInner .houshin .honbun {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 30px;
}

.contactArea2 .sectionInner .houshin .honbun p {
  display: inline-block;
  text-align: left;
}
}

