@charset "utf-8";
.header_wrap {
	display: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	padding-right: inherit;
}

.qr_code,
.qr_code img:nth-of-type(1),
.qr_code img:nth-of-type(2),
.qr_code a,
.qr_code p,
.area_navi,
.footer_wrap,
.nav_wrap,
.pankuzu,
.copy {
	display: none;
}
.cgreen {
    color: #339933;
}
.cblue {
    color: #339933;
}
.cpink {
    color: #e55812;
}
.cwhite {
    color: #fff;
}
.cpinkB {
    color: #e55812;
}
.mincho {
    font-family: "メイリオ" , "Meiryo UI" ,  Meiryo , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	font-family: "メイリオ" , "Meiryo UI" ,  Meiryo , "Lato",Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
body, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a:visited {
    color: #339933;
    text-decoration: none;
}
a:link {
    color: #339933;
    text-decoration: none;
}
a {
    display: inline;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 10;
    width: 18%;
}
.menu {
    float: left;
    width: 84px;
    height: 60px;
}
.menubtn {
	background: transparent url(../../simg/menu.png) no-repeat 0 0;
    display: block;
    width: 84px;
    height: 60px;
}
.menu_box {
	width: 100%;
	height: 60px;
    /* background: rgba(174,235,252,0.6); */
    background: #a2d040;
	position: fixed;
	z-index: 100;
}
ul.headnavi {
	width: 80%;
    /* padding-right: 80px; */
    padding-left: 80px;
}
ul.headnavi li {
    /* width: 49%; */
    width: 30%;
    height: 60px;
    list-style: none;
    text-align: center;
	float: left;
}
ul.headnavi li img {
    max-width: 100%;
	max-height: 60px;
}
#menu-list {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 10;
}
#menu-list li {
    border-bottom: 1px solid #fff;
    list-style: none;
    width: 50%;
    float: right;
    background: #d6eaaa;
/*     filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.80; */
}
#menu-list li.area {
    border-bottom: 1px solid #fff;
    list-style: none;
    width: 50%;
    float: left;
    background: #339933;
}
#menu-list li a {
    color: #323232;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
	padding: 16px;
}

.close {
    background-position: 0 -77px;
}
/* footer */
img {
    max-width: 100%;
    height: auto;
}
.footer_wrap_s {
    width: 100%;
    height: auto;
	/* background: url(../../simg/footer_img01.png) no-repeat right bottom,url(../../simg/footer_bg.jpg) repeat-x center top; */
    /* padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
    overflow: hidden; */
}
.footer_wrap_s2 {
    padding-top: 2%;
	padding-bottom: 2%;
	background-color: #ffffff;
	/* margin-top: -3px; */
	/* background: url(../../simg/bg.png) repeat; */
	/* padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px; */
}
.footer_contents2_s p:nth-child(1) {
	/* width: 560px;
	font-size: 36px;
	line-height: 40px;
	margin-left: 5%;
	color: #339933; */
}
.footer_contents2_s p:nth-child(2) {
/* 	width: 570px;
	font-size: 16px;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px; */
}
/* .footer_wrap_s p:nth-child(1) {
	font-size: 1.2rem;
	color: #339933;
}
.footer_wrap_s p:nth-child(2) {
	font-size: 14px;
    padding-top: 5px;
    width: 76%;
    padding-bottom: 20px;
} */
.footer_contents {
	width: 100%;
	height: auto;
	background: #d6eaaa;
	padding-top: 5%;
}
.footer_contents div {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.footer-inner ul {
    width: 63%;
    /* margin-left: 37%; */
    margin-top: 20px;
}
.footer-inner ul li {
	list-style: none;
    margin-bottom: 5px;
}
.scopy {
    background: #a2d040;
    color: #323232;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    /* padding: 10px 0; */
    font-size: 30%;
}
.footer_link_box_s {
    font-size: 30%;
    text-align: center;
}
.footer_link_box_s a {
	/* margin-right: 10px; */
}
.footer_link_box2_s {
	width: 80%;
	height: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-right: 10%;
}
.footer_link_box2_s div {
	float: left;
}
.footer_link_box2_s div:first-child {
	width: 50%;
}
.footer_link_box2_s div:first-child ul li {
	font-size: 50%;
	list-style-type: none;
	margin-bottom: 5px;
}
.footer_link_box2_s div:nth-child(2) {
	width: 50%;
}
.footer_link_box2_s div:nth-child(2) ul li {
	font-size: 50%;
	list-style-type: none;
	margin-bottom: 5px;
}
.footer_link_box2_s div:first-child h2,
.footer_link_box2_s div:nth-child(2) h3 {
	font-size: 70%;
	margin-bottom: 5px;
}
.paging {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
}
.paging div {
	float: left;
	width: calc(33.333% - 2px);
	text-align: center;
}
.paging div a {
	padding: 5px;
    display: block;
    color: #339933;
}
.paging div:first-child {
    border: solid 1px #339933;
    border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px;
    color: #339933;
}
.paging div:nth-child(2) {
	border-top: solid 1px #339933;
    border-bottom: solid 1px #339933;
	background: #339933;
}
.paging div:nth-child(2) a {
    color: #FFFFFF;
}
.paging div:nth-child(2):hover {
/* 	background: #FFFFFF;
    color: #0099cc; */
    background: #339933;
}
.paging div:nth-child(2):hover a {
    /* 	background: #FFFFFF;
        color: #0099cc; */
        background: #339933;
        color: #FFFFFF;
    }
.paging div:last-child {
    border: solid 1px #339933;
    border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px;
    color: #339933;
}
#tel-list {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 20;
}
#tel-list li {
    border-bottom: 1px solid #fff;
    list-style: none;
    width: 100%;
    float: left;
    background: #f185a1;
}
#tel-list li a {
    color: #fff;
    display: block;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    padding: 16px;
    font-weight: bold;
}


/* はてブはアイコンフォントがないためテキストで代用 */
.fa-hatena:before {
    font-family: Verdana;
    font-weight: bold;
    content: 'B!';
    }
     
    /* 上下のマージン */
    .share {
    margin-top: 40px;
    margin-bottom: 40px;
    }
     
    .share ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }
     
    .share ul:after {
    display: block;
    clear: both;
    content: '';
    }
     
    .share li {
    float: left;
    width: 25%;/* ボタンの数に合わせて変更 */
    margin: 0;
    margin-top: 15px;
    }
     
    .share li a {
    font-size: 14px;/* フォントサイズ */
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    }
     
    /* マウスオーバー時の透明度 */
    .share li a:hover {
    opacity: .8;
    }
     
    .share li a:visited {
    color: #fff;
    }
     
    /* ボタンの各ブランドカラー設定 */
    .tweet a {
    background-color: #55acee;
    }
     
    .facebook a {
    background-color: #315096;
    }
     
    .hatena a {
    background-color: #008fde;
    }
     
    .line a {
    background-color: #00c030;
    }
     
    /* スマホでの表示 */
    @media(max-width: 599px) {
     
    .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
    }
     
    .share li i {
    font-size: 1.3em;
    padding-top: 3px;
    }
    /* スマホ表示ではテキスト非表示 */
    .share li span {
    display: none;
    }
    }

/*sapporo*/
.qr_code_sapporo,
.qr_code_sapporo img:nth-of-type(1),
.qr_code_sapporo a,
.qr_code_sapporo p,
.copy_sapporo,
.copy_sapporo p {
	display: none;
}

.footer_contents_sapporo {
    width: 100%;
	height: auto;
	background: #CCF7DC;
	padding-top: 5%;
}
.footer_contents_sapporo div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_sapporo {
    background: #b5e4c7;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*sendai*/
.qr_code_sendai,
.qr_code_sendai img:nth-of-type(1),
.qr_code_sendai a,
.qr_code_sendai p,
.copy_sendai,
.copy_sendai p {
	display: none;
}

.footer_contents_sendai {
    width: 100%;
	height: auto;
	background: #F4F1BB;
	padding-top: 5%;
}
.footer_contents_sendai div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_sendai {
    background: #f7f4cd;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*shinjuku*/
.qr_code_shinjuku,
.qr_code_shinjuku img:nth-of-type(1),
.qr_code_shinjuku a,
.qr_code_shinjuku p,
.copy_shinjuku,
.copy_shinjuku p {
	display: none;
}

.footer_contents_shinjuku {
    width: 100%;
	height: auto;
	background: #FFC0C9;
	padding-top: 5%;
}
.footer_contents_shinjuku div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_shinjuku {
    background: #f7b7c1;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*ikebukuro*/
.qr_code_ikebukuro,
.qr_code_ikebukuro img:nth-of-type(1),
.qr_code_ikebukuro a,
.qr_code_ikebukuro p,
.copy_ikebukuro,
.copy_ikebukuro p {
	display: none;
}

.footer_contents_ikebukuro {
    width: 100%;
	height: auto;
	background: #E5FFE5;
	padding-top: 5%;
}
.footer_contents_ikebukuro div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_ikebukuro {
    background: #c9fcc9;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*nagoya*/
.qr_code_nagoya,
.qr_code_nagoya img:nth-of-type(1),
.qr_code_nagoya a,
.qr_code_nagoya p,
.copy_nagoya,
.copy_nagoya p {
	display: none;
}

.footer_contents_nagoya {
    width: 100%;
	height: auto;
	background: #FBBEB3;
	padding-top: 5%;
}
.footer_contents_nagoya div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_nagoya {
    background: #eca4c6;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*fukuoka*/
.qr_code_fukuoka,
.qr_code_fukuoka img:nth-of-type(1),
.qr_code_fukuoka a,
.qr_code_fukuoka p,
.copy_fukuoka,
.copy_fukuoka p {
	display: none;
}

.footer_contents_fukuoka {
    width: 100%;
	height: auto;
	background: #C5F2F3;
	padding-top: 5%;
}
.footer_contents_fukuoka div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_fukuoka {
    background: #9ee6e7;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*okinawa*/
.qr_code_okinawa,
.qr_code_okinawa img:nth-of-type(1),
.qr_code_okinawa a,
.qr_code_okinawa p,
.copy_okinawa,
.copy_okinawa p {
	display: none;
}

.footer_contents_okinawa {
    width: 100%;
	height: auto;
	background: #FFDAF3;
	padding-top: 5%;
}
.footer_contents_okinawa div{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../simg/footer_banner.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 30%;
}
.scopy_okinawa {
    background: #f7b7e1;
	color: #323232;
	font-weight: bold;
    text-align: center;
    padding: 10px 0;
    font-size: 30%;
}

/*装飾系*/
.point{
	font-weight:bold;
	font-family:'Helvetica', 'sans-serif';
	position:relative;
	display:block;
	width: 240px;
	height: 144px;
	/* margin:40px; */
	overflow:visible;
}
.point:before,
.point:after{
	display:block;
	position:absolute;
	left:-10px;
}
.point:before{
	content:"";
	border:6px solid transparent;
	border-top-color:#a1364f;
	border-right-color:#a1364f;
	top:32px;
}
.point:after{
	content:"POINT!";
	background:#c24760;
	color:#fff;
	padding:0 24px;
	height:24px;
	line-height:24px;
	top:8px;
	z-index:10;
}