@charset "UTF-8";

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 780px) {
body {
	min-width: inherit;
}
#contents {
	margin-top: 0;
}

#cont { 
padding: 10px;
}

#cont .inr { 
padding: 10px;
}
#wrap {
	min-width: auto;
    overflow: hidden;
	width: 100%;
}

	
#one h3.hd01  {
	background:  #3679b5;
	padding: 10px 0px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
	
	
.spDisp {
	display: block!important;
}
.spHide {
	display: none!important;
}
br.spHide {
	display: none!important;
}
.spImg {
	height: auto;
	width: 100%;
}
.spCenter {
	text-align: center;
}
.top10 {
	margin-top: 5px !important;
}
.top15 {
	margin-top: 5px !important;
}
.top20 {
	margin-top: 10px !important;
}
.top25 {
	margin-top: 10px !important;
}
.top30 {
	margin-top: 15px !important;
}
.top35 {
	margin-top: 15px !important;
}
.top40 {
	margin-top: 20px !important;
}
.btm0 {
	margin-bottom: 0 !important;
}
.btm5 {
	margin-bottom: 5px !important;
}
.btm10 {
	margin-bottom: 5px !important;
}
.btm15 {
	margin-bottom: 10px !important;
}
.btm20 {
	margin-bottom: 10px !important;
}
.btm25 {
	margin-bottom: 10px !important;
}
.btm30 {
	margin-bottom: 15px !important;
}
.btm35 {
	margin-bottom: 15px !important;
}
.btm40 {
	margin-bottom: 20px !important;
}
.btm45 {
	margin-bottom: 20px !important;
}
.btm50 {
	margin-bottom: 25px !important;
}
.btm55 {
	margin-bottom: 25px !important;
}
.btm60 {
	margin-bottom: 30px !important;
}
.btm65 {
	margin-bottom: 30px !important;
}
.btm70 {
	margin-bottom: 35px !important;
}
.btm75 {
	margin-bottom: 35px !important;
}
.btm80 {
	margin-bottom: 40px !important;
}
.btm85 {
	margin-bottom: 40px !important;
}
.btm90 {
	margin-bottom: 45px !important;
}
.btm95 {
	margin-bottom: 45px !important;
}
.pT0 {
	padding-top: 0!important;
}
.pT5 {
	padding-top: 5px!important;
}
.pT10 {
	padding-top: 5px!important;
}
.pT15 {
	padding-top: 10px!important;
}
.pT20 {
	padding-top: 10px!important;
}
.pT25 {
	padding-top: 15px!important;
}
.pT30 {
	padding-top: 15px!important;
}
.pT35 {
	padding-top: 15px!important;
}
.pT40 {
	padding-top: 20px!important;
}
.pT45 {
	padding-top: 20px!important;
}
.pB0 {
	padding-bottom: 0!important;
}
.pB5 {
	padding-bottom: 5px!important;
}
.pB10 {
	padding-bottom: 5px!important;
}
.pB15 {
	padding-bottom: 5px!important;
}
.pB20 {
	padding-bottom: 10px!important;
}
.lm5 {
	margin-left: 5px !important;
}
.lm10 {
	margin-left: 5px !important;
}
.lm15 {
	margin-left: 5px !important;
}
.lm20 {
	margin-left: 10px !important;
}
.lm50 {
	margin-left: 20px !important;
}
.lm60 {
	margin-left: 30px !important;
}
.lm70 {
	margin-left: 30px !important;
}
.rm5 {
	margin-right: 5px !important;
}
.rm10 {
	margin-right: 5px !important;
}
.rm15 {
	margin-right: 5px !important;
}
.rm20 {
	margin-right: 10px !important;
}
.spBtm0 {
	margin-bottom: 0 !important;
}
.spBtm5 {
	margin-bottom: 5px !important;
}
.spBtm10 {
	margin-bottom: 10px !important;
}
.spBtm15 {
	margin-bottom: 15px !important;
}
.spBtm20 {
	margin-bottom: 20px !important;
}
.spBtm25 {
	margin-bottom: 25px !important;
}
.spBtm30 {
	margin-bottom: 30px !important;
}
.spBtm35 {
	margin-bottom: 35px !important;
}
.spBtm40 {
	margin-bottom: 40px !important;
}
.spBtm45 {
	margin-bottom: 45px !important;
}
.spBtm50 {
	margin-bottom: 50px !important;
}
.spW100 {
	width: 100%!important;
}
body {
	background: none;
	padding-bottom: 30px;
	font-size: 1.3rem;
}
#topcontrol {
	background: url(/cmn/cmn_img/bg_hd_bdr_sp.gif) center bottom repeat-x;
	background-size: auto 3px;
	position: fixed;
	bottom: 0!important;
	left: 0!important;
	top: auto!important;
	right: auto!important;
	text-align: center;
	height: 30px;
	padding-bottom: 0;
	width: 100%;
}
#topcontrol a {
	background-image: none;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	font-size: 1.1rem;
	height: 30px;
	width: 100%;
	opacity: 1;
	padding: 10px;
	border-radius: 0;
	letter-spacing: 0.1em;
}
#topcontrol a:hover {
	background-image: none;
	background: rgba(0,0,0,1);
	width: 100%;
}

#cssmenu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999;
    background: #fff !important;
	border-top: #3679b5 solid 5px;
	height: 80px;
	overflow: visible;
	padding-top: 0;
	margin: 0;
}
	
#cssmenu .logosp h1 a {
	display: block;
    float: none;
    height: auto;
    left:10px;
    text-align: right;
    top: 6px;
    width: 100px;
    padding-right: 20px;
    position: absolute;
}
#cssmenu  .logosp h1 img {
	width: 100%;
}
#cssmenu ul {
	margin-top: 55px;
	width: 100%;
	display: none;
}
#cssmenu .mail {
    position: absolute;
    top: 18px;
    right: 105px;
	width: 36px;
}
#cssmenu .call {
    position: absolute;
    top: 18px;
    right: 60px;
	width: 36px;
}
	
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #c3b09b;
}
/*#cssmenu ul li:hover {
	background: #363636;
}*/
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	height: auto;
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0;
}
#cssmenu > ul > li {
	float: none;
}
#cssmenu ul ul li a {
	padding-left: 25px;
}
#cssmenu ul ul li {
	background: #eee !important;
}
/*#cssmenu ul ul li:hover {
	background: #363636 !important;
}*/
#cssmenu ul ul ul li a {
	padding-left: 35px;
}
#cssmenu ul ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #084ea1;
	font-weight: bold;
}
/*#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #fff;
}*/
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
}
#cssmenu > ul > li.has-sub > a:after,  #cssmenu > ul > li.has-sub > a:before,  #cssmenu ul ul > li.has-sub > a:after,  #cssmenu ul ul > li.has-sub > a:before {
	display: none;
}
#cssmenu #head-mobile {
}
.button {
	width: 45px;
    height: 50px;
    position: absolute;
    right: 7px;
	top: 0;
	cursor: pointer;
	z-index: 12399994;
}
.button:after {
	border-bottom: 4px solid #5a2d28;
	border-top: 4px solid #5a2d28;
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	right: 12px;
top: 31px;
	width: 28px;
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background: #5a2d28 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	right: 12px;
    top: 19px;
	width: 28px;
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background: #333 none repeat scroll 0 0;
	border: 0 none;
	height: 4px;
	top: 30px;
   width: 28px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.menu-opened:before {
	background: #5a2d28 none repeat scroll 0 0;
	top: 30px;
    width: 28px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #333;
	height: 46px;
	width: 46px;
	cursor: pointer;
}
#cssmenu .submenu-button.submenu-opened {
	background: #333;
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px;
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #084ea1;
	content: '';
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px;
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff;
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #333;
	content: '';
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px;
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none;
}
#cssmenu ul ul ul li.active a {
	border-left: none;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none;
}
	#cssmenu ul li a{
		box-sizing: border-box;
		color: #5a2d28;
		padding-left: 65px;
		background: #fff;
	}
	#cssmenu ul li a .jap{
		font-size: 15px;
		display: inline-block;
		margin-bottom: 3px;
	}
	#cssmenu ul li a .eng{
		font-size: 8px;
	}
	#cssmenu ul li a:hover{
		opacity: 1 !important;
	}
	#cssmenu ul li.l01 a{
		background: #e1d9e0 url(../cmn_img/sp_nav01.png) no-repeat 8px center;
		background-size: 50px;
	}
	#cssmenu ul li.l02 a{
		background: #daefee url(../cmn_img/sp_nav02.png) no-repeat 8px center;
		background-size: 40px;
	}

	#cssmenu ul li.l03 a{
		background: #fbe7e7 url(../cmn_img/sp_nav03.png) no-repeat 8px center;
		background-size: 50px;
	}
	#cssmenu ul li.l04 a{
		background: #dce6d1 url(../cmn_img/sp_nav04.png) no-repeat 13px center;
		background-size: 35px;
	}
	#cssmenu ul li.l05 a{
		background: #fbe0b2 url(../cmn_img/sp_nav05.png) no-repeat 8px center;
		background-size: 42px;
	}

	#cssmenu ul li.l06 a{
		background: #f9ccc6 url(../cmn_img/sp_nav06.png) no-repeat 8px center;
		background-size: 48px;
	}







	
/*html.mm-opened #header div.inr #my-button a i {
	display: none;
}
html.mm-opened #header div.inr #my-button a span {
	display: block;
}*/

	
	
#contents {
	border: none;
	padding: 80px 0 0;
	margin: 0;
	width: auto;
}
#main {
	float: none;
	margin: 0 10px 20px;
	width: auto;
}


input {
}
input.textFocus {
	color: #333;
}
input.wSS, input.wS, input.wM, input.wL, input.wLL {
	background-color: #FFF;
	border: 1px solid #CCC;
	line-height: 140%;
	padding: 5px 5px;
}
input {
	vertical-align: middle;
}
.wSS {
	width: 70px;
}
.wS {
	width: 90px;
}
.wM {
	width: 200px;
}
.wL {
	width: 400px;
}
.wLL {
	width: 400px;
}
.imeOn {
	ime-mode: active;
}
.imeOff {
	ime-mode: disabled;
}
textarea.txtarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 14px;
	height: 160px;
	padding: 5px 5px;
	width: 400px;
}
option {
	font-size: 14px!important;
}
label {
	cursor: pointer;
}
label:hover {
	color: #999;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 3px;
}
.formErr {
	color: #E54E52;
	font-weight: bold;
}
input.inputErr, textarea.inputErr {
	background-color: #FADFDE;
}
/*----------------------------------------------------
	☆flt
----------------------------------------------------*/

.fltL {
	float: none;
}
.fltR {
	float: none;
}
.fltImgL {
	float: none;
	margin: 0 0 5px 0;
}
.fltImgR {
	float: none;
	margin: 0 0 5px 0;
}
/*----------------------------------------------------
	☆Box
----------------------------------------------------*/

.bscBox00 {
	border: 1px solid #D0D0D2;
	margin-bottom: 20px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*----------------------------------------------------
	☆cmn
----------------------------------------------------*/

#wrap .inr {
	margin: 0 auto;
	width: auto;
}
/*----------------------------------------------------
	☆mv
----------------------------------------------------*/



/*----------------------------------------------------
	☆content
----------------------------------------------------*/
	
	
#footer {
	width: 100%;
}
#footer .ft_wrap{
	background: url(../cmn_img/ft_bg.png) no-repeat left bottom;
	background-size: contain;
	padding: 20px;
	width: 100%;
}

#footer .ft_inr{
	margin: 0 auto;
	width: auto;
}
#footer .ft_inr .ft_top{
	width: auto;
}
#footer .ft_inr .ft_top li.ft_logo{
	float: none;
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}

#footer .ft_inr .ft_top li.mark{
	color: #5a2d28;
	float: none;
	letter-spacing: 0.1em;
	width: auto;
	text-align: center;
}
#footer .ft_inr .ft_top li.mark .jap{
	font-size: 16px;
	margin-bottom: 5px;
}
#footer .ft_inr .ft_top li.mark .eng{
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 5px;
}

#footer .ft_inr .ft_top li.mark .add {
	font-size: 15px;
	color: #404040;
	line-height: 140%;
}

#footer .ft_nav{
	background: #e5f2fa;
	margin: 25px 0 15px;
	width: 100%;
}
#footer .ft_nav li{
	float: none;
	width: 100%;
	display: block;
}
#footer .ft_nav li a{
	background: #e5f2fa;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	padding: 3px 0;
	display: block;
	border-bottom: 2px solid #fff;
}
#footer .ft_nav li a span.bd{
	box-sizing: border-box;
	display: block;
	border-left: none;
	padding-left: 60px;
}
#footer .ft_nav li:last-child a span.bd{
	border-right: none;
}
#footer .ft_nav li a .jap{
	display: inline-block;
	color: #5a2d28;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
	padding-top: 10px;
}
#footer .ft_nav li a .eng{
	display: inline-block;
	color: #ac9693;
	font-size: 8px;
	padding-bottom: 10px;
}
#footer .ft_nav li.li01 a{
	background: url(../cmn_img/nav_bg01.png) no-repeat 30px 20px;
}
#footer .ft_nav li.li02 a{
	background: url(../cmn_img/nav_bg02.png) no-repeat 30px 20px;
}
#footer .ft_nav li.li03 a{
	background: url(../cmn_img/nav_bg03.png) no-repeat 26px 20px;
}
#footer .ft_nav li.li04 a{
	background: url(../cmn_img/nav_bg04.png) no-repeat 20px 23px;
}
#footer .ft_nav li.li05 a{
	background: url(../cmn_img/nav_bg05.png) no-repeat 30px 20px;
}
#footer .ft_nav li.li06 a{
	background: url(../cmn_img/nav_bg06.png) no-repeat 30px 20px;
}

#footer .sub_link {
	font-size: 13px;
	line-height: 180%;
}
#footer .sub_link a{
	background: url(../cmn_img/arrow.png) no-repeat left top;
	background-size: 10px;
	display: block;
	float: left;
	padding-left: 15px;
	margin-right: 10px;
	width: 46%;
	min-height: 48px;
}
	#footer .sub_link a:hover{
	background: url(../cmn_img/arrow.png) no-repeat left top;
	color: #000;
	text-decoration: none;
}
#footer .sub_link a.last{
	width: 100%;

}


#footer .copyR {
	background: #3679b5;
	font-size: 15px;
	text-align: center;
	padding: 6px;
	letter-spacing: 0.1em;
	width: 100%;
}




	
}
