@charset "utf-8";


/*howto
************************************************************************************/
#howto .image{
	width: 420px;
	float: left;
}

#howto .step{
	width: 560px;
	float: right;
}

#howto .step ol.number li{
	background: url(../../img/common/ar_dwn.png) no-repeat 100px bottom;
	padding-bottom: 30px;
}
#howto .step ol.number li:last-child{
	background: none;
}

@media screen and (max-width: 979px) {
/*tablet*/
#howto .image{
	width: 40%;
	float: left;
}
#howto .image img{
    max-width: 100%;
    height: auto;
    margin: auto;
}
#howto .step{
	width: 58%;
	float: right;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
#howto .image{
	width: 100%;
	float: none;
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
}
#howto .step {
	width: 100%;
	float: none;
    display: block;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 


/*staff
************************************************************************************/
#staff{}

#staff ul.message{
	width:750px;
	margin: 0 auto;
	text-align: center;
}

#staff ul.message li{
	width: 325px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	display: inline-block;
	margin: 1px;
	border: 1px solid #9b9c9c;
}
#staff ul.message li.line4{
	width: 243px;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;	
	display: inline-block;
	margin: 1px;
}
#staff ul.message li .name{
	background: #072856;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#staff ul.message li .name.nocolor{
	background: #FFF;
	border-bottom: none;
	border-right: none;
}
#staff ul.message li .name span{
	font-size: 12.5px;
	padding: 1px;
	display: block;
	font-weight: normal;
	text-align: left;
	padding-top: 1em;
}
#staff ul.message li .name a,
#staff ul.message li .name span a{
	color: #FFF;
	text-decoration: none;

}	
#staff ul.message li .photo{
	text-align: center;
}
#staff ul.message li .photo img{
	max-width: 100%;
	height: auto;
}

#staff ul.message li .comment{
	margin: 10px 0 0 0;
	line-height: 1.5;
}
#staff ul.message li .comment p{
	padding: 0 0 0.7em 0;
}

#staff ul.gallery{
	margin: 0 0 15px 0;
}

#staff ul.gallery li{
	width: 328px;
	margin: 0 0 0 1px;
	float: left;
}
#staff ul.gallery li .photo{
	margin: 0;
/*	height: 159px;*/
}
#staff ul.gallery li .photo img{
	max-width: 100%;
	height: auto;
}
#staff ul.gallery li .cmt{
	background: #006;
	color: #FFF;
	padding: 3px;
	margin: 0;
	font-size: 11px;
	text-align: center;
}

/*240501 富永追記*/
#staff .boxstaff{
	margin: 30px 0;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-flow: wrap;
	border-bottom: 1px solid #C0C0C0;
}
#staff .boxstaff .portrait{
	width: 20%;
}
#staff .boxstaff .portrait img{
	max-width: 100%;
	height: auto;
	margin: auto;
}
#staff .boxstaff .prof{
	padding-left: 30px;
}
#staff .boxstaff .name{
	color: #072856;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #072856;
}
ul.license li{
	background: url(../../img/common/ar_darkb.png) no-repeat left 0.4em;
	background-size: 7px auto;
	padding: 0 0 0 15px;
	margin: 5px 0;
}
@media screen and (max-width: 979px) {
/*tablet*/
#staff{}

#staff ul.message{
	width:99%;
	margin: 0 auto;
}

#staff ul.message li{
	width: 49%;
	padding: 0px;
	float: left;
	margin: 0 0 0 1%;
}
#staff ul.message li.line4{
	width: 32%;
	padding: 0px;
	float: left;
	margin: 0 0 0 1%;
}
    
}

@media screen and (max-width: 768px){
/*smart phone*/
	#staff ul.message li.line4{
		width: 49%;
	}
	#staff .boxstaff .portrait{
		width: 100%;
		text-align: center;
	}
	#staff .boxstaff .prof{
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}
}


@media screen and (max-width: 620px) {
/*sp*/
#staff ul.message li,
#staff ul.message li.line4{
	width: 99%;
	margin: 0 0.5%;
}
}
@media screen and (max-width: 480px){
} 


/*access
************************************************************************************/
#access{}

#access #gMap{
	width: 450px;
	height: 300px;
	float: left;
}

#access .frameDetails{
	width: 510px;
	float: right;
}

@media screen and (max-width: 979px) {
/*tablet*/
#access #gMap{
	width: 45%;
	height: 300px;
	float: left;
}

#access .frameDetails{
	width: 53%;
	float: right;
}
    
}

@media screen and (max-width: 768px){
/*smart phone*/
#access #gMap{
	width: 100%;
	float: none;
    display: block;
    margin-bottom: 20px;
}

#access .frameDetails{
	width: 100%;
	float: none;
    display: block;
}
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 



/*shisetsu
************************************************************************************/
#shisetsu{}

#shisetsu ul{
	text-align: center;
}
#shisetsu ul li{
	width: 400px;
	display: inline-block;
	text-align: center;
}

#shisetsu ul li p{
	padding: 5px;
}

#shisetsu ul li img{
	width: 400px;
	height: auto;
}

@media screen and (max-width: 979px) {
/*tablet*/
#shisetsu ul{
    width: 100%;
    margin: auto;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#shisetsu ul li{
	width: 48%;
    display: block;
	text-align: center;
    margin: 0 0.5% 10px 0.5%;
}
#shisetsu ul li p{
	padding: 0;
}
#shisetsu ul li img{
    max-width: 100%;
	height: auto;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
#shisetsu ul li{
	width: 98%;
    display: block;
	text-align: center;
    margin: 0 auto 10px auto;
}
}
@media screen and (max-width: 480px){
} 


/*special
************************************************************************************/
#special ul.gallery{
	margin: 15px 0;
}

#special ul.gallery li{
	width: 232px;
	padding: 3px;
	margin: 0 0 0 5px;
	float: left;
	background: url(../../img/common/th_bg.png) repeat;
}
#special ul.gallery li .photo{
	margin: 0;
	height: 155px;
}
#special ul.gallery li .photo img{
	width: 232px;
	height: auto;
}

#special dl{
	display: table;
	margin: 25px auto 0 auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
#special dt,
#special dd{
	display: table-cell;
}
#special dt{
	font-weight: bold;
	font-size: 15px;
	padding: 0 15px 0 0;
}
#special dd{
	background: #072856;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
}
#special dd a{
	background: url(../../img/common/ar_white.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 200px;
}
#special dd:hover{
	background: url(../../img/common/th_bg.png) repeat;
}

@media screen and (max-width: 979px) {
/*tablet*/
#special ul.gallery{
	margin: 15px 0;
    width: 100%;
}

#special ul.gallery li{
	width: 24%;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 5px 0.5%;
	float: left;
	background: url(../../img/common/th_bg.png) repeat;
}
#special ul.gallery li .photo{
	margin: 0;
	height: auto;
}
#special ul.gallery li .photo img{
	width: 100%;
	height: auto;
    display:  block;
}
}

@media screen and (max-width: 768px){
/*smart phone*/
#special ul.gallery li{
	width: 49%;
}
}


@media screen and (max-width: 620px) {
/*sp*/
#special dl{
	display: block;
}
#special dt,
#special dd{
	display: block;
}
#special dt{
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 15px 0;
}
#special dd{
	background: #072856;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
    margin-bottom: 5px
}
    
#special ul.gallery li{
	width: 99%;
	margin: 0 0.5% 5px 0.5%;
}
}
@media screen and (max-width: 480px){
} 

/*message 170703富永追記
************************************************************************************/
#message dl{
	display: table;
	margin: 25px auto 0 auto;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
}
#message dt,
#message dd{
	display: table-cell;
}
#message dt{
	font-weight: bold;
	font-size: 15px;
	padding: 0 15px 0 0;
}
#message dd{
	background: #072856;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 0 0 0 10px;
}
#message dd a{
	background: url(../../img/common/ar_white.png) no-repeat left center;
	padding: 5px 0px 5px 15px;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 270px;
}
#message dd:hover{
	background: url(../../img/common/th_bg.png) repeat;
}

@media screen and (max-width: 979px) {
/*tablet*/
}

@media screen and (max-width: 768px){
/*smart phone*/
}


@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
} 



