@charset "UTF-8";

/* body */
body { -webkit-text-size-adjust: none; }

#mainContents{
	overflow:visible;
}

/* .header-logo-user */
.global-header{
	min-width:1200px;
}
.global-header .header-logo-user {
	min-width: 0px;
}
.global-header .header-logo-user .logo-user-in {
	width: 100%;
	max-width: 980px;
}

/* .header-breadcrumb-block */
.global-header .header-breadcrumb-block {
	margin: 0 auto;
	padding: 10px 32% 10px 10px;
	width: 100%;
	max-width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* .global-footer --------------------------------- */
.global-footer{
	min-width:1200px;
}
.global-footer .footer-last .last-in {
	background: #0fa63c;
	margin: 0 auto;
	padding: 25px 10px 30px;
	width: 100%;
	max-width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.global-footer .footer-last .last-in .trust {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

/* .return-top-btn --------------------------------- */
.return-top-btn {
	bottom: 3px;
	left: inherit;
	right: 19px;
	position: fixed;
	width: 48px;
	z-index: 5000;
}
.return-top-btn a {
	background: url(/guide/img/btn_arrow_01.png) no-repeat;
	display: block;
	height: 48px;
	opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	transition: visibility 0ms 200ms, opacity 200ms linear;
	visibility: hidden;
	width: 48px;
	bottom: inherit;
	position: inherit;
	right: inherit;
}
.return-top-btn a.show {
	opacity: 1;
	transition: visibility 0ms, opacity 200ms linear;
	visibility: visible;
}
.return-top-btn a:hover,
.return-top-btn a:active {
	background-position: 0 -50px;
}

/* disp -----------------------------------------------*/
.sp_disp { display: none !important; }


/* width:0px～680px -----------------------------------------------*/
@media only screen and (max-width: 680px) {

/* Module in Header --- .header-contact */
.global-header{
	min-width:100%;
}
.global-header .header-contact {
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}
.global-header .header-contact .title {
	background: url(/guide/common/img/icon_receiver_01.png) no-repeat 0 1px;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
	padding: 4px 0 4px 22px;
	vertical-align: top;
}
.global-header .header-contact .link {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0;
	vertical-align: top;
}
.global-header .header-contact .link li {
	border-left: solid 2px #c2c2c2;
	display: inline-block;
	margin-left: 6px;
	padding-left: 10px;
	vertical-align: top;
}
.global-header .header-contact .link li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.global-header .header-contact .link a:link,
.global-header .header-contact .link a:visited {
	font-weight: bold;
	text-decoration: none;
}
.global-header .header-contact .link a:hover,
.global-header .header-contact .link a:active {
	text-decoration: underline;
}

/* Module in Header --- .header-nav */
.global-header .header-nav {
	line-height: 1;
	text-align: right;
}
.global-header .header-logo-tab .header-nav {
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 4px;
}
.global-header .header-logo-user .header-nav {
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 36px;
}
.global-header .header-nav li {
	background-repeat: no-repeat;
	display: inline-block;
	padding-left: 18px;
	margin-left: 5px;
}
.global-header .header-logo-tab .header-nav li {
	padding-bottom: 4px;
	padding-top: 4px;
}
.global-header .header-logo-user .header-nav li {
	padding-bottom: 4px;
	padding-top: 4px;
}
.global-header .header-nav li:first-child {
	margin-left: 0;
}

/* .header-logo-user */
.global-header .header-logo-user {
	min-width: 0px;
}
.global-header .header-logo-user .logo-user-in {
	width: 100%;
	max-width: 1000px;
}

/* .header-breadcrumb-block */
.global-header .header-breadcrumb-block {
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 100%;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* .global-footer --------------------------------- */
.global-footer{
	min-width:100%;
}
.global-footer .footer-last .last-in {
	background: #0fa63c;
	margin: 0 auto;
	padding: 15px 10px 20px 10px;
	width: 100%;
	max-width: 980px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.global-footer .footer-last .footer-nav li {
	line-height: 1.6;
	font-size: 10px;
	display: inline;
	margin-left: 5px;
	padding-left: 5px;
}
.global-footer .footer-last .footer-nav li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.global-footer .footer-last .unauthorized {
	color: #fff;
	font-size: 10px;
	line-height: 1;
	margin-top: 15px;
	text-align: center;
}
.global-footer .footer-last .copyright {
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	margin-top: 10px;
	text-align: center;
}
.global-footer .footer-last .last-in .trust {
	margin: 0 auto;
	width: 80px;
	position: inherit;
	bottom: inherit;
	right: inherit;
}
.global-footer .footer-last .last-in .trust img {
	width: 80px;
	height: auto;
}

/* .return-top-btn --------------------------------- */
.return-top-btn {
	bottom: 10px;
	right: 10px;
	position: fixed;
	width: 24px;
	z-index: 5000;
}
.return-top-btn a {
	background: url(/guide/img/btn_arrow_01.png) no-repeat;
	-webkit-background-size: 24px auto;
	-moz-background-size: 24px auto;
	background-size: 24px auto;
	display: block;
	height: 24px;
	opacity: 0;
	overflow: hidden;
	text-indent: -9999px;
	transition: visibility 0ms 200ms, opacity 200ms linear;
	visibility: hidden;
	width: 24px;
}
.return-top-btn a.show {
	opacity: 1;
	transition: visibility 0ms, opacity 200ms linear;
	visibility: visible;
}
.return-top-btn a:hover,
.return-top-btn a:active {
	background-position: 0 -25px;
}

/* disp -----------------------------------------------*/
.pc_disp { display: none !important; }
.sp_disp { display: block !important; }

}


a:link {
	color: #8c1f00; font-size: 1em; font-weight: normal; text-decoration: none;
}
a:visited {
	color: #8c1f00; text-decoration: none;
}
a:hover {
	color: #8c1f00; text-decoration: underline;
}
a:active {
	color: #8c1f00; text-decoration: underline;
}


/* ----------------------------------------------------------------
contents
----------------------------------------------------------------- */
.contents {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	background: #ffffff;
	z-index: 200;
}
.inner {
	width: 750px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: auto;
}
.inner img {
	display: block;
}
.acdarea {
	display: none;
}
.slickwrap {
	width: 750px;
	margin: auto;
}
.slick {
	width: 750px;
	position: relative;
}
.slick .slick__img{
	width: 750px;
}
.slick--arrow {
    display: block;
    position: absolute;
	top: calc(50% - 55px);
    border: none;
    width: 60px;
    height: 110px;
	z-index: 99;
}
.slick--prev {
	left: 0;
	transform: none;
}
.slick--next {
	right: 0%;
	transform: none;
}
.slick--arrow img {
	width: 100%;
}
.insta {
	width: 750px;
	margin: auto;
}
@media screen and (max-width: 680px) {
	.contents {
		overflow: hidden;
	}
	.inner {
		width: 100%;
	}
	.inner img{
		width: 100%;
	}
	.slickwrap {
		width: 100%;
	}
	.slick {
		width: 100%;
	}
	.slick .slick__img{
		width: 100%;
	}
	.slick--arrow {
		top: calc(50% - calc(40* 100vw / 375));
        width: calc(40* 100vw / 375);
        height: auto;
	}
	.insta {
		width: 100%;
	}
}