@charset "utf-8";
/* CSS Document */
/*========mv ==============*/
#mvPost{
	display:block;
	width:100%;
	height:auto;
	min-width:320px;
	min-height:340px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../img/post/menu-back.jpg);
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:	contain;
	background-size:contain;
	margin-top:40px;/*	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	-o-background-size:100% auto;
		background-size:100% auto;*/
}
/*========コンテンツ ==============*/
#contents02{
	width:100%;
	z-index:0;
	clear:both;
}
/*========サークルナビ ==============*/

#mvPost nav{
position:relative;
min-height:400px;
overflow:hidden;
}

#mvPost nav ul{
position:absolute;
left:50%;
top:200px;
}
#mvPost nav ul li img{
	width:100%;
		max-width:200px;
height:auto;
}


#mvPost nav ul li{
position:absolute;
-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	padding:0;
width:25%;
min-height:110px;
line-height:25%;
min-width:110px;
max-width:200px;
/*color:#fff;
text-decoration:none;
text-align:center;
text-shadow:0 -1px 0 #099;
-webkit-box-shadow:1px 1px 3px #666;
box-shadow:1px 1px 3px #666;
background-color:#FC3;
border-radius:50%;*/
}

#mvPost nav ul li:nth-child(1){
left:-50px;
top:-196px;
}

#mvPost nav ul li:nth-child(2){
left:64px;
top:-120px;
}

#mvPost nav ul li:nth-child(3){
left:64px;
top:20px;
}

#mvPost nav ul li:nth-child(4){
left:-50px;
top:86px;
}

#mvPost nav ul li:nth-child(5){
left:-174px;
top:20px;
}

#mvPost nav ul li:nth-child(6){
left:-174px;
top:-120px;
}

/*nav ul li a{
position:absolute;
left:-40px;
top:-40px;
display:block;
width:120px;
height:120px;
color:#fff;
text-decoration:none;
text-align:center;
text-shadow:0 -1px 0 #099;
-webkit-box-shadow:1px 1px 3px #666;
box-shadow:1px 1px 3px #666;
background-color:#FC3;
border-radius:50%;
}

nav ul li a em{
display:block;
margin:0 0 2px 0;
padding:22px 0 0 0;
font-size:10px;
font-style:normal;
}

nav ul li a b{
display:block;
font-size:23px;
}
*/
/*=====アコーディオンメニュー=====*/
.acMenu {
	padding-left:0.5em;
	padding-right:0.5em;
}
.acMenu dd {
	display:none;
	line-height:1.2em;
	margin-bottom:0.5em;
	font-size:1em;
}
.acMenu dd div {
	margin-bottom:2.5em;
    }
.acMenu dt:after {
	position: absolute;
	display:block;
	width:16px;
	height:16px;
	top: 1em;
	right: 1em;
	content:url(../img/base/ico-a.png);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.acMenu dt.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.kind dt {
	position:relative;
	display:block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	background-color:#e6ae21;
	padding:1em 0;
	height:3em;
	margin-bottom:0.125em;
}
.kind dt span {
	display:block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	padding-left:0.5em;
	margin-left:0.5em;
	color:#fff;	
	border-left:#F7EB00 solid 4px;
	height:1em;
	line-height:1em;
	font-weight:normal;
}
.kind dd {
	padding-top:1em;
	padding-bottom:1em;
	padding-left:2%;
	padding-right:2%;
	line-height:1.5em;
	font-size:0.86em;
}
.titAmenu{
	color:#e6ae21;
	margin-bottom:0.5em;
	line-height:1.2em;
	font-size:1.15em;
}
.image01 {
/*	float:right;
	margin-left:0.5em;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	width:100%;
	/*max-width:640px;*/
}
.point{
	clear:both;
	margin-top:0.5em;
}
.point li{
line-height:2em;
}
.point02{
	clear:both;
	margin-top:0.5em;
	display:table;
}
.point02 li{
line-height:1em;
display:table-row;
}
.point02 li p{
line-height:1.5em;
display:table-cell;
text-align:center;
}
.point02 li p img{
	width:100%;
	max-width:192px;}
.post .sec .textC {
    background-color: #FAF4C2;
    padding-bottom: 24px;
} 
.po-01 img {
    vertical-align: bottom;
}
/*.post .kind div {
    width: 95%;
margin: 0 auto;
}*/

/*=====コンテンツ=====*/
.sec{
	padding-bottom:1.25em;
}
.sec02 {
    padding-bottom:0;
}
.sec p,.sec02 p{
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
  box-sizing:border-box;
	line-height:1.2em;
	padding-left:2%;
	padding-right:2%;
	margin-bottom:0.5em;
}

.txt-st {
    font-size: 1.3em;
    color:#e6ae21;
    padding-left: 0 !important;
    font-weight: 600;
}

.info h2 {
    color: #E6AE21;
    font-size: 1.8em;
    text-align: center;
    margin: 24px;
}
.in-01 p {
    width: 80%;
    margin: 0 auto 3%;
    line-height: 1.5em;
    
}


/*=====アクセス=====*/
.access section {
    margin: 0 auto;
}
.a-02 {
    width: 80%;
    margin: 0 auto ;
    border: solid #e6ae21;
    line-height: 1.5em;
    padding: 20px 20px 10px;
}

.a-h {
    display: table;
  vertical-align: middle;
    background-color: #e6ae21;
    width: 100%;
/*    height: 48px;*/
    margin: 2em auto 1.5em;
    text-align: left;
    
    color: #FFF;
    font-size: 1.4em;   
}

.a-03 {
    width: 90%;
    text-align: center;
}
.a-h p {
    line-height: 1.5;
    margin-bottom: 0;
    padding-left: 2%;
}
.a-03 img {
    margin: 0 auto 2em;
}
.a-03 img:nth-child(1) {
    border: solid #AFAFAF 2px;
}
.a-03 img:nth-child(2)
{
    border: solid #e6ae21 2px;
}
.a-10 img {
    border: none!important;
    min-width: 200px;
}
.access .acMenu {
    width: 90%;
    margin: 0 auto !important;
}
.access .acMenu dd div {
	margin-bottom: 0;
    }
.a-04 p {
    margin-bottom: 0;
    padding: 0.5em 0 0.8em;
}
.a-05 {
  background-color: #EBDDBB;
  padding: 1.8em 2.5em;
}
.a-05:first-child {
  padding: 1.8em 2.5em 0;
}
.a-06 {
  /*  margin: 24px auto;*/
  margin: 0 auto;
  text-align: center;
}
.a-06 img {
  max-width: 440px;
}
.a-07 {
  margin: 0 auto;
  max-width: 440px;
  padding-top: 2%;
  text-align: left;
}
.a-07 img {
    width: 10%;
}
.a-04 {
    width:90%;
}
.a-08 {
    height: 40px;
    margin: 3%;
    margin-bottom: 3% !important;
   background: url("../img/access/acico-06.png") no-repeat center;
}
.access .kind dt {
    padding: 0.5em 0;
    height: 2.1em;
}
.access .acMenu dt:after {
    top: 0.5em;
}
.a-09 {
    margin-bottom: 2em !important;
     width: 90%;
}
.a-09 ul {
    
    margin-top: 1.5em;
}
.a-11 {
    background-color: #e6ae21;
    font-size: 1.5em !important;
    color: #fff;
    margin: 3% 0;
    font-weight: bold;
    text-align: center;
}
.a-11 p {padding: 2%;
}
.a-15 {
    margin: 4% auto;
}
.a-16 {
   margin-top: 2% !important; 
}
/*.a-11 img {
    width: 10%;
    padding: 1% 2% 1% 2%;
}*/
strong {
    font-weight: bold !important;
}
.access .kind dt span{
    font-size: 1.3em;
    border: none;
    padding-left: 0;
}
/*=====サービス内容=====*/
.service img{
    vertical-align: bottom;
}
.s-01 {
    background-color: #FBF4C3;
    padding: 2% 3% 3%;
}
.s-02 {
    padding: 5% 8%;
    margin: 0 5% 5%;
}
.service dd div {
    margin-bottom: 0;
}
.s-03 {
    width: 80%;
    margin: 0 auto;
}
.s-03 img {
    margin-bottom: 4%
}
.s-04{
    font-weight: bold;
    color: crimson;
    text-align: right;
    margin: 1% 0 5% !important;
}