@charset "utf-8";
/* CSS Document */

#header {
	background-color: #fff;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.239216) 0px 0px 18px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.239216) 0px 0px 18px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.239216) 0px 0px 18px 0px;
	position: fixed;
	width: 100%;
	top: 0px;
	height: 45px;
	z-index: 9999;
}
.logo {
	width: 156px;
}
#contents {
	margin-top: 44px;
}
#acMenu dt {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0px;
}
#acMenu dd {
	background: #f2f2f2;
	width: 100%;
	line-height: 50px;
	text-align: center;
	display: none;
}
#acMenu2 dt {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#acMenu2 dd {
	width: 100%;
	text-align: center;
	display: none;
}
#acMenu3 dt {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#acMenu3 dd {
	width: 100%;
	text-align: center;
	display: none;
}
.menu li a {
	text-align: left;
	display: block;
	width: 100%;
	background-image: url(../images/arrow_bg.png);
	background-repeat: no-repeat;
	background-size: 48px;
	background-position: right center;
}
.position {
	position: relative;
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
}
.absolute {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 30%;
	margin: auto;
	width: 30%;
	max-width: 185px;
}
.menu li {
	background-color: #fff12d;
	padding: 10px 15px 10px 15px;
	border-bottom: 2px solid #FFF;
}
.fst {
	background-image: url(../images/menu_bg.png);
	background-color: #fff12d;
	background-repeat: repeat-x;
	background-position: center top;
}
.pull_btn {
	width: 51px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.tits {
	background-image: url(../images/j_bg.gif);
	background-size: 250px;
	width: 100%;
	padding: 13px 0;
	text-align: center;
	background-repeat: repeat;
	background-position: left top;
	position: relative;
	clear: both;
	display: block;
}
.tits_shw {
	position: absolute;
	top: -2px;
	left: 0px;
	width: 100%;
	z-index: 2;
	height: 57px;
	background-image: url(../images/tits_sdw.png);
	background-size: contain;
}
.w100 {
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 640px;
}
.w96 {
	display: block;
	width: 96%;
	margin: 0 auto;
	max-width: 640px;
}

.w50 {
	display: block;
	width: 50%;
	margin: 0 auto;
	max-width: 640px;
}

.img15 {
	width: 90%;
	margin: 0 auto 20px;
	display: block;
	max-width: 296px;
}
.scrt {
	max-width: 640px;
	background-image: url(../images/j_bg.gif);
	background-size: 250px;
	margin: 0 auto;
}
.scrt2 {
	margin: 0px 15px 10px;
}
#line_ara {
	background-image: url(../images/line_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 375px;
	height: 225px;
	width: 100%;
	background-color: #6699cc;
}
#line_ara iframe {
	border-style: none;
	margin: 0px auto;
	height: 225px;
	padding: 0px;
	width: 225px;
	display: block;
	text-align: center; 
}

#frd {
	margin-top: 58px;
}
.frnd_btn {
	background-image: url(../images/img31.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 64%;
	max-width: 640px;
	padding: 27% 18% 17%;
}
#btn_ara {
	margin-top: 15px;
	text-align: center;
}
#btn_ara img {
	width: 23%;
}
.tit_sdw {
	box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 6px -2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 6px -2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.65098) 0px 0px 6px -2px;
	margin-bottom: 30px;
}
.plan_cont {
	background-color: #fff;
	padding: 0px 0px 2px;
	margin: 0px auto 20px;
}
.push_box {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 90%;
	padding: 2%;
	max-width: 500px;
	background-color: #FFF;
	min-height: 50px;
	margin: 0 auto 10px;
}
.sns {
	text-align: center;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}
.fb {
	display: inline-block;
	width: 105px;
}
.twi {
	display: inline-block;
	width: 80px;
}
.line {
	display: inline-block;
	width: 85px;
}
.wp_wrap {
	margin: 20px auto 0;
	max-width: 640px;
}
.wp_wrap td {
	text-align: center;
	padding: 2%
}
.wp_wrap2 {
	margin: 20px auto 0;
	max-width: 640px;
}
.wp_wrap2 td {
	text-align: center;
	padding: 0% 1% 1% 1%
}
.month {
	text-align: left !important;
	padding: 0px 3% !important;
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 10px;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */


.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9998px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 15px;
	background-image: url(../images/arw_l.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 33px;
	background-size: 33px;
}
.bx-wrapper .bx-next {
	right: 15px;
	background-image: url(../images/arw_r.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	width: 33px;
	background-size: 33px;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9998px;
	z-index: 9998;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
#bx-pager, #bx-pager2 {
	text-align: center;
	position: absolute;
	bottom: 52px;
	max-width: 640px;
	width: 100%;
}
#bx-pager li, #bx-pager2 li {
	display: inline-block;
	width: 29px;
	margin: 0 3px;
}
#bx-pager li a, #bx-pager2 li a {
	text-decoration: none;
}
.Slide1 a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(../images/pg_1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px;
}
.Slide1 a.active {
	background-image: url(../images/pg_1on.jpg);
}
.Slide2 a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(../images/pg_2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px;
	margin: 0 3px;
}
.Slide2 a.active {
	background-image: url(../images/pg_2on.jpg);
}
.Slide3 a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(../images/pg_3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px;
	margin: 0 3px;
}
.Slide3 a.active {
	background-image: url(../images/pg_3on.jpg);
}
.Slide4 a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(../images/pg_4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px;
	margin: 0 3px;
}
.Slide4 a.active {
	background-image: url(../images/pg_4on.jpg);
}
.Slide5 a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(../images/pg_5.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px;
	margin: 0 3px;
}
.Slide5 a.active {
	background-image: url(../images/pg_5on.jpg);
}
#sl_wrap {
	position: relative;
}
.bx-pager {
	position: absolute;
	bottom: 50px;
}
.bdr {
	padding-top: 20px;
	border-top: 1px solid #b8b8b8;
}
.str_p {
	position: relative;
	/* width: 100%; */
	max-width: 640px;
	margin: 0 auto;
}
.btn_app {
	position: absolute;
	top: 49%;
	left: 59%;
	min-width: 73px;
	width: 23%;
}
.btn_google {
	position: absolute;
	top: 68%;
	min-width: 105px;
	left: 36.5%;
	min-width: 89px;
	width: 28%;
}
.menu_m {
	width: 100%;
	max-width: 640px;
	text-align: center;
	margin: 0 auto 10px;
}
.menu_m .m_inn {
	width: 23%;
	display: inline-block;
}
.m_inn img {
	width: 100%;
}
#breadcrumbs {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tits_txt {
	padding: 10px 0px 0px;
	text-align: center;
	font-size: 18px;
}

.m_page_top {
position: fixed;
bottom: 10px;
right: 10px;
}
.m_page_top img {
max-width: 206px;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}