@charset "UTF-8";

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


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 750px) {


.hamburgler-icon-wrapper {
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    width: 26px;
	z-index: 900;
}

.hamburgler-icon, .hamburgler-icon::before, .hamburgler-icon::after {
    background: black none repeat scroll 0 0;
    border-radius: 1em;
    content: "";
    height: 3px;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 35px;
}
.hamburgler-icon {
    top: 0.75em;
}
.hamburgler-icon::before {
    top: -0.55em;
}
.hamburgler-icon::after {
    top: 0.55em;
}
.hamburgler-active .hamburgler-icon {
    background: transparent none repeat scroll 0 0;
    transform: rotate(-135deg);
}
.hamburgler-active .hamburgler-icon::before, .hamburgler-active .hamburgler-icon::after {
    top: 0;
}
.hamburgler-active .hamburgler-icon::before {
    transform: rotate(90deg);
}
.hamburgler-active .hamburgler-icon, .hamburgler-active .hamburgler-icon::before, .hamburgler-active .hamburgler-icon::after {
    background: white none repeat scroll 0 0;
}
.hamburgler-menu {
    background-color: rgba(0, 0, 0, 0.9);
    bottom: 0;
    color: white;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease 0s;
    z-index: 99;
}
.hamburgler-active .hamburgler-menu {
    opacity: 1;
    pointer-events: initial;
}
.hamburgler-menu-list {
    padding-top: 20%;
}
.hamburgler-menu-list a {
    border-bottom: 1px solid #fff;
    color: #fff !important;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
}


body {
	min-width: inherit;
}

#contents {
	margin-top: 0;
}

.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%;
}

#gNav,
#categoryImg {
	display: none;
}

#wrap {
	background-color: #fff;
}

#header {
	padding-bottom: 5px;
}

#header div.inr {
	width: auto;
}

#header div.inr .logo {
	padding: 10px 0 0 10px;
	width: 200px;
}

#header div.inr .logo img {
	height: auto;
	width: 180px;
}

#header div.inr .hdR {
	display: none;
}

#header div.inr #my-button {
	display: block;
	font-size: 24px;
	position: absolute;
	right: 7px;
	top: 7px;
}

#header div.inr #my-button i {
	background-color: #7B6041;
	color: #FFF;
	line-height: 1;
	padding: 3px 5px;
}

#header div.inr #my-button a {
	color: #222;
	display: block;
	padding: 5px;
	text-decoration: none;
}

#header div.inr #my-button a span {
	background-color: #7B6041;
	color: #FFF;
	font-size: 24px;
	line-height: 1;
	padding: 3px 5px;
	display: none;
}

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 {
	margin: 0;
	padding-bottom: 10px;
	width: auto;
}

#main {
	float: none;
	margin: 0 10px 20px;
	width: auto;
}

#main .shinryoMenu {
	display: none;
}

body#foreign #main {
	width: auto;
}

body#foreign #main iframe {
	height: 200px;
	width: 100%;
}

body#foreign #categoryImg .inr2 {
	background-size: auto 65px;
}

body#foreign #categoryImg {
	display: block;
	padding: 5px 0 5px;
}

body#foreign #categoryImg .inr {
	padding: 0;
}

body#foreign #categoryImg .inr h1,
body#foreign #categoryImg .inr p {
	font-size: 18px;
	line-height: 1.4;
	padding: 20px 15px;
	width: auto;
}

body#foreign #categoryImg .inr h1 span,
body#foreign #categoryImg .inr p span {
	font-size: 12px;
}

body#foreign #gNav {
	display: block;
}

body#foreign #gNav br.clear {
	display: none!important;
}

body#foreign #gNav ul {
	width: auto;
}

body#foreign #gNav ul li {
	border-bottom: 1px dotted #CCC;
	float: none;
	font-size: 13px !important;
	width: auto;
}

body#foreign #gNav ul li.li01 {
	border-left: none;
}

body#foreign #gNav ul li.li03 {
	width: auto;
}

#gNav ul li a {
	background-color: #7b6141;
	color: #fff;
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	transition: all 0.2s ease 0s;
}

#footer .ftBg {
	display: none;
}

#footer .ftInr {
    text-align: center;
    width: 100%;
}

#footer .ftInr .ftData{
	margin: 0 auto;
	width: 80%;
}

#footer .ftInr table tbody tr th,
#footer .ftInr table tbody tr td{
	text-align: left;
}

#footer .ftInr .ftData img{
	width: 80%;
}

.ftB small {
	padding: 10px 0 0;
	font-size: 8px;
}

/*----------------------------------------------------
	☆compo
----------------------------------------------------*/


#contents section {
	margin-bottom: 25px;
}

#contents section.last {
	margin-bottom: 15px;
}

/*----------------------------------------------------
	☆Box
----------------------------------------------------*/


#contents div.bscBox {
	border: 1px solid #CCC;
	padding: 15px 0;
	margin-bottom: 15px;
}

#contents div.bscBox div.inr {
	margin: 0 15px;
}

#contents div.bb02 {
	border: 3px solid #EEE;
}

#contents div.bb03 {
	border: 3px solid #EC6877;
}

/*----------------------------------------------------
	☆head
----------------------------------------------------*/

#contents .head01 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

body#foreign #contents .head01 {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 35px;
	padding: 0;
	text-align: center;
}

body#foreign #contents .head01:after {
	height: 3px;
	margin: 20px auto 0;
	width: 50px;
}

#contents .head02 {
	color: #FFF;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 8px 10px;
}

#contents .head02 span {
	padding: 2px 10px;
}

#contents .head03 {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: normal;
	margin-bottom: 15px;
	padding: 0 6px 10px;
}

#contents .head03 span {
	padding: 2px 0 1px 10px;
}

#contents .head04 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
	padding: 6px 11px;
}

/*----------------------------------------------------
	☆Btn
----------------------------------------------------*/

.cmnBtn {
	margin-bottom: 25px;
}

/*----------------------------------------------------
	☆List
----------------------------------------------------*/

#contents .indList,
#contents .indListS,
#contents .numList,
#contents .numListS,
#contents ul.iconList,
#contents ul.arrowList,
#contents dl.arrowDl {
	margin-bottom: 25px;
}

/*----------------------------------------------------
	☆Table
----------------------------------------------------*/


#contents .tableScroll {
	width: 100%;
	overflow-x: auto;
}

#contents .tableScroll table {
	width: 500px;
}

#contents div.tbl01,
#contents table.tbl01 {
	margin-bottom: 30px;
}

#contents .tbl01 table th,
#contents .tbl01 table td,
#contents table.tbl01 th,
#contents table.tbl01 td {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 10px;
}

#contents .tbl02 table,
#contents table.tbl02 {
	border-collapse: collapse;
	border-left: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	width: 100%;
}

#contents div.tbl02,
#contents table.tbl02 {
	margin-bottom: 30px;
}

#contents .tbl02 table th,
#contents .tbl02 table td,
#contents table.tbl02 th,
#contents table.tbl02 td {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 10px;
}

#contents .gairaiTbl th,
#contents .gairaiTbl td {
	font-size: 10px!important;
	font-size: 1rem!important;
	padding: 7px 5px!important;
}

/*----------------------------------------------------
	☆Form
----------------------------------------------------*/



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;
}


/*----------------------------------------------------
	☆clmBox
----------------------------------------------------*/



#contents div.clm2Box ul li {
	float: none;
	margin-bottom: 20px;
	width: auto;
}

#contents div.clm2Box ul li.even {
	float: none;
}

#contents div.clm3Box ul li {
	float: none;
	margin: 0 0 20px 0;
	width: auto;
}


}
