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


/*--------------------------------------------------------------------------
 reset
---------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
dl,
dt,
dd,
ol,
ul,
li {
margin: 0;
font-size: 100%;
}

ul {
margin: 0;
padding: 0;
vertical-align: baseline;
}

img {
vertical-align: top;
}

li {
list-style-type: none;
vertical-align: baseline;
}

input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

html{
font-size:62.5%;
}

.sp {
display: none;
}


/*--------------------------------------
　Base
---------------------------------------*/

body {
font-size: 1.5rem;
line-height: 1.8em;
color: #000;
font-family: 'M PLUS Rounded 1c', sans-serif;
/*width: 1400px;*/
min-width: 1400px;
position: relative;
margin: 0;
}

img { 
max-width: 100%; 
height:auto;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
opacity: 0.8;
}

.fl {
float: left;
}

.fr {
float: right;
}

.strong {
font-weight: bold;
}

.f110 {
font-size: 110%;
}

.f120 {
font-size: 120%;
}

.f130 {
font-size: 130%;
}

.f150 {
font-size: 150%;
}

.f200 {
font-size: 200%;
}

.f300 {
font-size: 300%;
}
img {
-webkit-backface-visibility: hidden;
}
.wi1000 {
width: 1000px;
margin: 0 auto;
}
.wi1100 {
width: 1100px;
margin: 0 auto;
}
.center {
text-align: center;
}
.pc_br {
display: block;
}
.sp_br {
display: none;
}

/* ================== */
/*header　*/
/* ================== */

.header_sp {
	width: 100%;
    padding: 0 12rem 0 26rem;
	text-align: right;
	font-size: 1rem;
	font-weight: normal;
}

.header_sp .logo {
	display: none;
}

.header_sp .siteName {
	font-weight: normal;
}

/* ================== */
/*barg　*/
/* ================== */


body {
height: 100%;
}
.overlay {
content: "";
display: block;
width: 0;
height: 0;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
z-index: 100;
opacity: 0;
transition: opacity .5s;
}
.overlay.open {
width: 100%;
height: 100%;
opacity: 1;
}
.out-frame {
height: 100%;
min-height: 100vh;
transition: all .5s;
display: flex;
flex-direction: column;
justify-content: center;
}
.bargBg {
background: url("img/icon_barg.png") no-repeat;
background-size: 100%;
position: fixed;
top: 1.5rem;
right: 1.5rem;
z-index: 100;
transform: translateX(0);
transition: transform .5s;
width: 96px;
height: 80px;
}
.bargBg p {
color: #FFF;
font-size: 1.2rem;
margin: 0;
position: absolute;
left: calc(50% - 19px);
bottom: 4px;
}
.menu-trigger {
display: inline-block;
width: 96px;
height: 80px;
vertical-align: middle;
cursor: pointer;
}
/* .menu-trigger.active {
transform: translateX(-250px);
}*/
.bargBg.active {
transform: translateX(-300px);
}
.bargBg span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: 34px;
width: 30px;
height: 3px;
background-color: #fff;
}
.bargBg.active span {
background-color: #fff;
}
.bargBg span:nth-of-type(1) {
top: 25px;
}
.bargBg.active span:nth-of-type(1) {
transform: translateY(12px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
top: 37px;
}
.bargBg.active span:nth-of-type(2) {
opacity: 0;
}
.bargBg span:nth-of-type(3) {
top: 49px;
}
.bargBg.active span:nth-of-type(3) {
transform: translateY(-12px) rotate(45deg);
}
nav {
overflow-y: scroll;
width: 300px;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
right: 0;
z-index: 100;
transform: translate(300px);
transition: all .5s;
}
nav.open {
transform: translateZ(0);
}
nav li {
color: #fff;
text-align: center;
}

* {
box-sizing: border-box;
}
ul {
list-style: none;
}
.header-menu ul.accordion ul {
display: none;
}
#g-nav .accordion li {
border-bottom: 1px solid #eee;
}
#g-nav .accordion li a {
display: block;
text-align: left;
padding: 1.8rem 3.5rem 1.8rem 2rem;
font-size: 1.4rem;
color: #FFF;
background: #4f4f4f url("img/arrow_white.png") 96% 50% no-repeat;
background-size: 18px auto;
}
#g-nav .accordion li .tglMenu {
text-align: left;
color: #FFF;
padding: 1.8rem 3.5rem 1.8rem 2rem;
background: #4f4f4f url("img/arrow_white_down.png") 96% 50% no-repeat;
background-size: 16px auto;
}
#g-nav .accordion li .tglMenu.open {
background: #4f4f4f url("img/arrow_white_up.png") 96% 50% no-repeat;
background-size: 16px auto;
}
#g-nav .accordion li a,
#g-nav .accordion li .tglMenu {
line-height: 2rem;
}
#g-nav .accordion li ul li a {
padding: 1.8rem 3.5rem 1.8rem 2rem;
color: #000;
background: #FFF url("img/arrow_black.png") 96% 50% no-repeat;
background-size: 18px auto;
}
#g-nav .accordion li ul li {
border-bottom: none;
border-top: 1px solid #eee;
}


/*--------------------------------------
　Pankuzu
---------------------------------------*/
#category #pankuzu, 
#page #pankuzu {
margin: 0 auto;
padding: 14px 0 40px;
width: 1000px;
}
#category #pankuzu span, 
#page #pankuzu span {
    font-size: 1.2rem;
    color: #999;
    font-weight: normal;
}
#pankuzu a {
color: #999;
}
#pankuzu a:hover {
text-decoration: underline;
}

/*--------------------------------------
　Main Contents
---------------------------------------*/


#contents {
margin: 0 auto;
padding: 0;
/*width: 100%;*/
}

#index,
#category,
#page {
position: relative;
/*width: 1400px;*/
padding: 0 0 0 24rem;
}
#index {
padding: 3rem 0 0 24rem;
}
.contents-inr {
padding: 0 8rem;
}
#category .lead {
    margin: 0 auto 5rem;
    width: 90%;
}


/*--------------------------------------
btn
---------------------------------------*/
.moreBtn {
width: 400px;
margin: 6rem auto 3rem;
}
.moreBtn a {
background: #feb1a2 url("img/arrow_black_down.png") right 2rem top 50% no-repeat;
background-size: 16px;
color: #000;
font-weight: 500;
font-size: 1.8rem;
padding: 1.7rem 4rem 1.7rem;
display: block;
text-align: center;
position: relative;
box-shadow: 0px 8px 0px 0px #000;
  -webkit-box-shadow: 0px 8px 0px 0px #000;
  -moz-box-shadow: 0px 8px 0px 0px #000;
border-radius: 36px;
line-height: 1.6;
}
/*--------------------------------------
other
---------------------------------------*/
#index span {
    color: #ff6a4e;
    font-size: 1.6rem;
    font-weight: 500;
}
#page span {
    color: #ff6a4e;
    font-weight: 500;
    font-size: 1.6rem;
}

/* side
----------------------------------------------------*/
#side {
    width: 240px;
	height: 100vh;
	padding: 4rem 1rem;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 99;
	border-right: solid 1px #ddd;
}
/*#side .sideInr {
	width: 240px;
	position: fixed;
	top: 4rem;
	left: 1rem;
	background: #fff;
}*/
#side .logoBox a:hover {
	opacity: 0.7;
	display: block;
}
#side .logo {
	width: 190px;
	margin: 0 auto 1rem;
}
#side .siteName {
	font-size: 1.4rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 4rem;
	width: auto;
}
#side .banArea {
	padding: 0;
	margin: 0 auto 3.5rem;
	display: table;
	width: auto;
}
#side .banArea li {
	background: none;
	padding: 0;
	margin: 0 0 0.8rem;
}
#side .popularArea .tit {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
	font-weight: 500;
	background: url("img/side_fuki.png") no-repeat bottom center;
	background-size: 100%;
	padding: 0 0 3rem;
	width: auto;
}
#side .popularArea ul {
	margin: 0;
	padding: 0;
	width: auto;
}
#side .popularArea ul li {
	background: none;
	padding: 0;
	float: left;
	width: 106px;
	margin: 0 7px 12px 0;
}
#side .popularArea ul li:nth-child(2n) {
	margin: 0 0 12px 0;
}
#side .popularArea ul li a {
	background: #ff6a4e url("img/arrow_white.png") right 0.8rem top 50% no-repeat;
	background-size: 10px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 6px 2rem 6px 1rem;
	box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  -moz-box-shadow: 0px 4px 0px 0px #000;
}


/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
position: fixed;
bottom: 70px;
right: 10px;
z-index: 10;
width: 50px;
}
#page-top:hover {
opacity: 0.7;
}

/*--------------------------------------
Footer
---------------------------------------*/
#contents footer {
margin: 100px 0 0;
padding: 0;
background: #f6f6f6;
}
#contents footer .areaInner {
width: 1000px;
margin: 0 auto;
padding: 3rem 0 0;
}
#contents footer a {
text-decoration: none;
}
#contents footer a:hover {
text-decoration: underline;
}
#contents footer .areaInner .footBox {
margin: 0 0 30px 0;
}
#contents footer .areaInner .footBox .sttl {
border-bottom: 2px solid #333;
padding: 0 0 6px 0;
margin: 0 0 14px 0;
}
#contents footer .areaInner .footBox .sttl a {
background: url("img/arrow_circle_red.png") 6px 50% no-repeat;
background-size: 16px;
display: inline-block;
font-size: 1.6rem;
font-weight: 500;
padding: 3px 0 3px 30px;
color: #000;
}

#contents footer .areaInner .smap {
margin: 0 0 50px 0;
}
#contents footer .areaInner .smap .sttl a{
font-size:1.6rem;
font-weight: 600;
}

#contents footer .footBox ul {
padding: 0 20px;
}
#contents footer .areaInner .footBox .accChild {
padding: 0 0 0 10px;
width: auto;
}
#contents footer .areaInner .footBox .accChild li {
background: none;
}
#contents footer .areaInner .footBox .accChild li.subCat {
margin: 0 30px 0 0;
padding: 0;
}
#contents footer .areaInner .footBox .accChild .sp + li::before{
/* content: "　|　"; */
letter-spacing: 0;
}
#contents footer .areaInner .footBox .accChild .sp + li::before{
/* content: "|　"; */
letter-spacing: 0;
}
#contents footer .areaInner .footBox .accChild .sp + li.subCat::before {
content: "";
}
#contents footer .areaInner .footBox .accChild .subList li::after{
content: " / ";
letter-spacing: 0;
}
#contents footer .areaInner .footBox .accChild .subList li:first-child:before{
content: none;
}
#contents footer .areaInner .footBox .accChild .subList li:last-child:after{
content: none;
}

#contents footer .areaInner .footBox .accChild li {
display: inline-block;
margin: 0 20px 0 0;
}#contents footer .areaInner .footBox .accChild li.sp {
display: none;
}
#contents footer .areaInner .footBox .accChild li a {
background: url("img/arrow_black02.png") 0 50% no-repeat;
background-size: 6px;
font-size: 1.3rem;
font-weight: normal;
padding: 0 0 0 16px;
}
#contents footer .areaInner .footBox .accChild .subList li:first-child:before {
content: "　/　";
letter-spacing: 0;
}
#contents footer .areaInner .footBox .accChild .subList {
display: inline-block;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
#contents footer .areaInner .footBox .accChild .subList li {
padding: 0 0 0 0;
display: inline-block;
margin: 0;
}
#contents footer .areaInner .footBox .accChild .subList li a {
background: url(img/arrow_white.png) left center no-repeat;
background-image: none;
background-size: 4px auto;
padding: 0 10px;
font-size:13px;
font-size:1.3rem;
}
#contents footer .noticeArea {
width: 710px;
margin: 4rem auto 1rem;
}
#contents footer .noticeArea p {
font-size: 1.2rem;
/*color: #fff;*/
width: auto;
}
#contents footer .noticeArea p:first-child {
background: #fff;
padding: 2.5rem 3rem;
box-sizing: border-box;
margin: 0 0 15px 0;
color: #000;
line-height: 1.8;
}
#contents footer .botPrg {
font-size: 1.2rem;
text-align: center;
margin: 0 0 6rem;
}

#contents footer .botArea {
padding: 1rem 0;
border-top: 1px solid #333;
background: #f6f6f6;
}
#contents footer .botArea .botInner {
width: 1000px;
margin: 0 auto;
position: relative;
}
#contents footer .botArea .botInner .smap {
float: right;
}
#contents footer .botArea .botInner .smap a {
background: url("img/arrow_circle_red.png") 6px 50% no-repeat;
background-size: 16px;
font-size: 1.3rem;
padding: 2px 0 2px 30px;
text-decoration: none;
}
#contents footer .botArea .botInner .smap a:hover {
text-decoration: underline;
}
#contents footer p.copy {
margin: 0;
font-size: 1.2rem;
text-align: left;
}
#contents footer p.copy a {
}


/* ================== */
/*メインコンテンツ　*/
/* ================== */

/*--------------------------------------
　content
---------------------------------------*/

#index h2, #category h1, #page h1{
    color: #000;
    text-align: center;
    margin: 9rem auto 5rem;
    font-size: 3.6rem;
    line-height: 5.2rem;
    font-weight: 500;
    position: relative;
	padding: 0 2rem;
	width: 1000px;
}
#index h2 a, #category h1 a, #page h1 a{
    background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 20px auto;
	display: block;
	padding: 0 4rem 0 0;
}
h2:before, #category h1:before, #page h1:before {
	content: "";
	background: url("img/txt_contents.png") no-repeat;
	background-size: 100%;
	width:87px;
	height: 20px;
	position: absolute;
	top: -4rem;
	left: calc(50% - 43px);
}

#index h3, #category h2, #page h2 {
    position: relative;
    margin: 4.5rem auto 4rem;
    padding: 1.8rem 2rem 1.8rem 3rem;
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 500;
    background: #fbfaf1;
    border: solid 2px #000;
	width: 1000px;
}
#index h3:before, #category h2:before, #page h2:before {
	content: "";
	background: url("img/deco_birds.png") no-repeat;
	background-size: 100%;
	width: 50px;
    height: 53px;
    position: absolute;
    top: -3rem;
	left: 6px;
}
#index h3 a, #category h2 a, #page h2 a{
	background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 20px auto;
	text-decoration: none;
	display: block;
	padding: 0 4rem 0 0;
}
.sitemap h2 a {
color: #000;
}
#index h4, #category h3, #page h3 {
    position: relative;
    border-bottom: 2px solid #000;
    margin: 3.5rem auto 2rem;
    padding: 18px 2rem 12px 3rem;
    font-size: 2.2rem;
    line-height: 3.5rem;
	font-weight: 500;
	width: 1000px;
}
#index h4:before, #category h3:before, #page h3:before {
    content: "";
    background: url("img/deco_title.png") no-repeat;
	background-size: 100%;
    width: 25px;
    height: 29px;
    position: absolute;
    top: 4px;
    left: -1rem;
}
#index h4 a, #category h3 a, #page h3 a{
	background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 20px auto;
	text-decoration: none;
	display: block;
	padding: 0 4rem 0 0;
}

#index h5, #category h6,
#category h4, #category h5, #category h6,
#page h4, #page h5, #page h6{
    position: relative;
    margin: 35px auto 20px;
    padding: 12px 20px 12px 20px;
    border-bottom: 2px dashed #000;
    font-size: 1.9rem;
	font-weight: 500;
	width: 1000px;
}
#index h5 a, #category h6 a,
#category h4 a, #category h5 a, #category h6 a,
#page h4 a, #page h5 a, #page h6 a{
	background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 20px auto;
	text-decoration: none;
	display: block;
	padding: 0 4rem 0 0;
}


#contents .hashtag {
	font-weight: 500;
	font-size: 2rem;
	background: url("img/icon_hashtag.png") no-repeat center left;
	background-size: 40px auto;
	padding: 1.5rem 3rem 1.5rem 5rem;
	margin: 5.5rem auto 4rem;
	width: 1000px;
}

#contents .voiceTit {
	background: #fbfaf1;
	font-weight: 500;
	font-size: 2.6rem;
	border: none;
	padding: 1.8rem 3rem 1.8rem 3rem;
	margin: 6rem auto 4rem;
	line-height: 4rem;
	width: 1000px;
}
#contents .voiceTit:before {
	content: "Voice";
	font-family: 'Caveat Brush', cursive;
	background: none;
	font-size: 3.2rem;
	color: #ff6a4e;
	width: auto;
	height: auto;
	position: absolute;
	top: -3.5rem;
	left: 4.8rem;
    transform: rotate(20deg);
}
#contents .voiceTit:after {
	content: "";
	background: url("img/icon_speaker.png") no-repeat;
    background-size: 100%;
	width: 53px;
	height: 55px;
	position: absolute;
    top: -2.5rem;
    left: -1rem;
}

#contents ul{
margin: 20px auto 20px;
padding:10px 10px 0;
width: 1000px;
}
#contents ul li{
padding:0 0 6px 22px;
background:url(./img/listicon.png) 2px 7px no-repeat;
background-size: auto 14px;
}
#contents ul li a{
text-decoration: underline;
}
#contents ul li a:hover {
text-decoration: none;
}

/*

p span {
font-weight: bold;
background: #fffab6;
color: #256b8b;
}
*/



/*--------------------------------------
　table
---------------------------------------*/

#contents table {
width: 1000px;
table-layout: fixed;
margin:50px auto 50px;
}
#contents table th {
width: 20%;
padding: 14px 16px;
background: #333;
border: 1px solid #ddd;
line-height: 1.5;
text-align: center;
font-size: 1.5rem;
color: #FFF;
font-weight: 500;
}
#contents table td {
line-height: 1.5;
padding: 13px;
border: 1px solid #ddd;
background: #FFF;
font-size:1.5rem;
text-align:left;
word-wrap: break-word;
}


/*--------------------------------------
　float img
---------------------------------------*/

.float-wrap{
margin: 30px auto;
padding: 0 0;
width: 1000px;
}
.float-wrap img{
width: 100%;
}
.float-wrap .catch {
font-size: 2rem;
color: #ff6a4e;
font-weight: 500;
margin: 0 0 20px 0;
line-height: 3.2rem;
}
.float-wrap p{
margin: 0;
padding: 0;
width: auto;
}

.float-wrap .fl{
width: 380px;
padding: 0 40px 10px 0;
text-align: center;
}
.float-wrap .fr{
width: 380px;
padding: 0 0 10px 40px;
text-align: center;
}

.float-wrap .center{
width: 500px;
margin: 0 auto;
padding: 0 0 20px;
text-align: center;
}
#contents .float-wrap table {
	width: 62%;
	margin: 2rem 0 3rem;
}
#contents .float-wrap table th {
    width: 42%;
}
#contents .float-wrap table td {
    text-align: center;
}


.caption{font-size:10px;font-size:1.0rem;line-height: 1.7rem;word-break: break-all;color: #999;text-align: center;}


/*--------------------------------------
　btn
---------------------------------------*/
.btn-link a,
.btn-internal a,
.btn-web a {
}
.btn-link {
margin: 20px auto;
text-align: right;
}
.btn-link a {
display: inline-block;
background: url("img/arrow_black.png") 0% 50% no-repeat;
background-size: 14px;
padding: 4px 40px 4px 24px;
line-height: 1.3;
text-decoration: underline;
}
.btn-link a:hover {
text-decoration: none;
}
.btn-internal {
width: 490px;
margin: 3rem auto;
}
.btn-web {
width: 490px;
margin: 8rem auto 3rem;
}
.btn-internal a {
background: #ff6a4e url("img/arrow_white.png") right 2rem top 50% no-repeat;
background-size: 14px;
color: #FFF;
font-weight: 500;
font-size: 1.6rem;
padding: 1.7rem 4rem 1.7rem 3rem;
display: block;
text-align: center;
position: relative;
border-radius: 36px;
line-height: 1.6;
box-shadow: 0px 8px 0px 0px #000;
  -webkit-box-shadow: 0px 8px 0px 0px #000;
  -moz-box-shadow: 0px 8px 0px 0px #000;
}
.btn-tel {
display: none;
}
.btn-web a {
background: #1ba282 url("img/arrow_white.png") right 2rem top 50% no-repeat;
background-size: 14px;
color: #FFF;
font-weight: 500;
font-size: 1.6rem;
padding: 1.7rem 4rem 1.7rem 3rem;
display: block;
text-align: center;
position: relative;
box-shadow: 0px 8px 0px 0px #000;
  -webkit-box-shadow: 0px 8px 0px 0px #000;
  -moz-box-shadow: 0px 8px 0px 0px #000;
border-radius: 36px;
line-height: 1.6;
}
.btn-web a:before {
content: "";
background: url("img/deco_flag_2.gif") no-repeat;
background-size: 100%;
width: 94px;
height: 80px;
position: absolute;
top: -5rem;
left: -4rem;
transform: scale(-1, 1);
}

.btn-link a:hover,
.btn-internal a:hover,
.btn-web a:hover {
opacity: 0.7;
}




.wi1100 {
width: 1100px;
}
.auto {
margin: 0 auto;
}
p {
width: 1000px;
margin: 0 auto 1.5rem;
}
#page.sitemap {
width: 1000px;
margin: 0 auto;
}
#page.sitemap h2 a {
color: #444;
}
#page.sitemap li a:hover {
text-decoration: underline;
}


/*--------------------------------------
　common part
---------------------------------------*/
#contents .eng {
	font-family: 'Caveat Brush', cursive;
}
#contents .secTitBox {
	margin: 0 auto 6rem;
}
#contents .secTitBox .eng {
	display: table;
	margin: 0 auto 2.5rem;
	text-align: center;
	width: auto;
}
#contents .secTitBox .eng img {
	width: 50%;
}
#contents .secTitBox .secTit {
	/*font-size: 3.3rem;*/
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto;
	width: auto;
}
#contents .secTitBox .secTit span {
    font-size: 4rem;
    color: #333;
    font-weight: 500;
}
#contents .secTitBox .secTit:before {
	content: none;
}
#contents .secTitBox .secTit a {
	display: table;
	margin: 0 auto;
}

#contents .secTitBox.deco {
	position: relative;
	display: table;
	padding: 0 2rem;
}
#contents .secTitBox.deco:before {
	content: "";
	background: url("img/deco_bird.gif") no-repeat;
	background-size: 100%;
	width: 57px;
	height: 57px;
	position: absolute;
	left: -20rem;
	top: 0;
	transform: scale(-1, 1);
}
#contents .secTitBox.deco:after {
	content: "";
	background: url("img/deco_house.png") no-repeat;
	background-size: 100%;
	width: 120px;
	height: 86px;
	position: absolute;
	left: -14rem;
	top: 5rem;
}
#contents .secTitBox.deco .secTit:after {
	content: "";
	background: url("img/deco_good.gif") no-repeat;
	background-size: 100%;
	width: 150px;
	height: 180px;
	position: absolute;
	top: -6.5rem;
	right: -18rem;
	transform: rotate(7deg);
}

#contents .cmnPart01 {
	background: #fbfaf1;
	padding: 6rem 0 0;
	position: relative;
	margin: 10rem 0;
}
#contents .cmnPart01:before {
	content: "";
	width: 30%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#contents .cmnPart01:after {
	content: "";
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#contents .cmnPart01 .contsWrap {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 0 auto;
}
#contents .cmnPart01 .txt_deco {
	position: absolute;
	top: -80px;
	left: 360px;
	z-index: 1;
	width: 450px;
}
#contents .cmnPart01 .leftBox {
	width: 480px;
	float: left;
	margin: 0 4rem 0 0;
}
#contents .cmnPart01 .slider_large {
	margin: 0;
	padding: 0;
	width: auto;
}
#contents .cmnPart01 .bird {
	position: relative;
}
#contents .cmnPart01 .bird:before {
    content: "";
    background: url(img/deco_birds.png) no-repeat;
    background-size: 100%;
    width: 65px;
    height: 67px;
    position: absolute;
    top: -4.4rem;
    left: 2.4rem;
    z-index: 2;
}
#contents .cmnPart01 .slider_large li {
	margin: 0;
	padding: 0;
	background: none;
}
#contents .cmnPart01 .slider_large .prev {
	position: absolute;
	top: calc(50% - 15px);
	left: 2rem;
	width: 30px;
	height: 30px;
	z-index: 1;
}
#contents .cmnPart01 .slider_large .next {
	position: absolute;
	top: calc(50% - 15px);
	right: 2rem;
	width: 30px;
	height: 30px;
	z-index: 1;
}
#contents .prev:hover,
#contents .next:hover {
	opacity: 0.7;
}
#contents .cmnPart01 .thumb {
	padding: 0;
	margin: 3rem auto 0;
	display: table;
	width: auto;
}
#contents .cmnPart01 .thumb li {
	padding: 0;
	margin: 0 10px 0 0;
	background: none;
	width: 100px !important;
}
#contents .cmnPart01 .thumb li:last-child {
	margin: 0;
}
#contents .cmnPart01 .rightBox {
	width: 480px;
	float: right;
	padding: 12rem 0 0;
	position: relative;
}
#contents .cmnPart01 .comName {
	font-size: 4.5rem;
	font-weight: 500;
	text-align: center;
	color: #ff6a4e;
	background: none;
	border: none;
	letter-spacing: 0.1em;
	position: relative;
	padding: 0;
	margin: 0 auto 5rem;
	display: table;
	width: auto;
	position: absolute;
	left: 664px;
	top: 79px;
}
#contents .cmnPart01 .comName:before {
    content: "";
     background: url(img/deco_title02.png) no-repeat;
    background-size: 100%;
    width: 32px;
    height: 36px;
    position: absolute;
    top: -35px;
    left: 290px;
}
#contents .cmnPart01 h3.comName.sp {
	display: none;
}
#contents .cmnPart01 .costBox {
	margin: 2rem 0 3rem;
	display: table;
}
#contents .cmnPart01 .costBox dl {
	margin: 0 0 2rem;
}
#contents .cmnPart01 .costBox dt {
	font-size: 1.8rem;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: right;
}
#contents .cmnPart01 .costBox dd {
	font-size: 2.9rem;
	font-weight: 500;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 2rem;
}
#contents .cmnPart01 .costBox dd span {
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
}
#contents .cmnPart01 .costBox dd span span {
	font-size: 3.2rem;
	background: url("img/bg_stripe_red.jpg") repeat-x bottom 3px left;
}
#contents .cmnPart01 .checkBox {
	border: solid 3px #000;
	border-radius: 10px;
	background: #fff;
	padding: 3rem;
	position: relative;
}
#contents .cmnPart01 .checkBox:before {
	content: "";
	width: 260px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: -3px;
	left: 3rem;
}
#contents .cmnPart01 .checkBox .tit {
	font-size: 1.9rem;
	font-weight: 500;
	position: absolute;
	top: -24px;
	left: 4.5rem;
	background: url("img/deco_title.png") no-repeat left top 10%, url("img/deco_title02.png") no-repeat right top 40%;
	background-size: 27px auto;
	padding: 10px 4rem 5px 4rem;
	margin: 0;
	width: auto;
}
#contents .cmnPart01 .checkBox ul {
	margin: 0;
	padding: 0;
	width: auto;
}
#contents .cmnPart01 .checkBox li {
	font-size: 1.3rem;
	margin: 0 0 0.5rem;
	background: none;
	padding: 0;
}
#contents .cmnPart01 .checkBox li:last-child {
	margin: 0;
}
#contents .cmnPart01 .saleBox {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 6rem auto 0;
	padding: 0 3rem;
}
#contents .cmnPart01 .saleBox .tit {
    font-size: 1.9rem;
	text-align: left;
	padding: 0 0 0 6rem;
	margin: 0 0 2.5rem;
}
#contents .cmnPart01 .saleBox .tit:before {
    top: -10px;
    left: 0;
}
#contents .cmnPart01 .txtWrap {
	position: relative;
	z-index: 1;
	width: 1000px;
	margin: 6rem auto 0;
	padding: 0 3rem;
}
#contents .cmnPart01 .txtWrap > div {
	width: 448px;
	float: left;
}
#contents .cmnPart01 .txtWrap > div:last-child {
	float: right;
}
#contents .cmnPart01 .txtWrap > div .fuki {
	background: url("img/side_fuki.png") no-repeat bottom;
	background-size: 100%;
	padding: 0 0 5rem;
	margin: 0;
	width: auto;
}
#contents .cmnPart01 .txtWrap > div .btn-web {
	width: 330px;
	margin: 5rem auto 0;
}
#contents .cmnPart01 .txtWrap > div .btn-web a {
	border-radius: 38px;
	padding: 1.2rem 3rem;
}
#contents .cmnPart01 .txtWrap > div .btn-web.note a:before {
    background: url("/wp/wp-content/uploads/icon_note.png") no-repeat;
    background-size: 100%;
    width: 42px;
    height: 56px;
    top: -3rem;
	left: 1rem;
transform: none;
}

#contents .cmnPart02 {
	margin: 10rem auto;
	width: 1000px;
}
#contents .cmnPart02 .itemBox {
	float: left;
	width: 314px;
	margin: 0 2.9rem 0 0;
}
#contents .cmnPart02 .itemBox:last-child {
	margin: 0;
}
#contents .cmnPart02 .itemBox .fuki {
	font-size: 1.7rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	text-align: center;
	background: url("/wp/wp-content/uploads/fuki01.png") no-repeat bottom center;
	background-size: 100%;
	padding: 3rem 1rem 3.5rem;
	margin: 0 0 2rem;
}
#contents .cmnPart02 .itemBox .fuki span {
	font-size: 2.2rem;
	color: #ff6a4e;
}
#contents .cmnPart02 .itemBox .borBox {
	border: solid 3px #333;
	border-radius: 10px;
	position: relative;
	padding: 2rem 2rem 3rem;
}
#contents .cmnPart02 .itemBox .borBox:before {
	content: "";
	background: url("img/icon_speaker.png") no-repeat;
	background-size: 100%;
	width: 67px;
	height:70px;
	position: absolute;
	top: -33px;
	left: -28px;
}
#contents .cmnPart02 .itemBox .comName {
	margin: 1rem 0 3rem;
	padding: 0;
	text-align: center;
	font-size: 2.6rem;
	font-weight: 500;
	border: none;
	background: none;
	width: auto;
}
#contents .cmnPart02 .itemBox .comName:before,
#contents .cmnPart02 .itemBox .comName:after {
	content: none;
}
#contents .cmnPart02 .itemBox .slider {
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
}
#contents .cmnPart02 .itemBox .slider li {
	margin: 0;
	padding: 0;
	background: none;
}
#contents .cmnPart02 .itemBox .slider .prev {
	position: absolute;
	top: 28%;
	left: -13px;
	width: 30px;
	height: 30px;
	z-index: 1;
}
#contents .cmnPart02 .itemBox .slider .next {
	position: absolute;
	top: 28%;
	right: -13px;
	width: 30px;
	height: 30px;
	z-index: 1;
}
#contents .cmnPart02 .itemBox .costBox {
	margin: 1rem 0 3rem;
}
#contents .cmnPart02 .itemBox .costBox dt {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: dashed 1px #000;
	letter-spacing: 0.075em;
	display: table;
	margin: 0 auto 1rem;
	padding: 0 0 0.5rem;
}
#contents .cmnPart02 .itemBox .costBox dd {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.075em;
}
#contents .cmnPart02 .itemBox .costBox dd span {
    font-size: 3rem;
    background: url(img/bg_stripe_red.jpg) repeat-x bottom 3px left;
    color: #333;
    font-weight: 500;
}
#contents .cmnPart02 .itemBox .saleBox {
    height: 240px;
}
#contents .saleBox .tit {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	position: relative;
	width: auto;
}
#contents .cmnPart02 .saleBox .tit:before {
	content: "";
	background: url("img/icon_hand.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 46px;
	position: absolute;
	top: -13px;
	left: -30px;
}
#contents .sec03 .saleBox .tit:before {
	content: "";
	background: url("img/icon_hand.gif") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 46px;
	position: absolute;
	top: -13px;
	left: 0px;
}
#contents .saleBox .tagList {
	margin: 0;
	padding: 0;
	font-size: 0;
	width: auto;
}
#contents .saleBox .tagList li {
	display: inline-block;
	border: solid 1px #000;
	font-size: 1.3rem;
	text-align: center;
	background: #fff;
	margin: 0.2rem 0.3rem;
	line-height: 1;
	border-radius: 3px;
	padding: 4px 8px;
}
#contents .cmnPart02 .itemBox .btn-web {
	width: 100%;
	margin: 3rem 0 0;
}
#contents .cmnPart02 .itemBox .btn-web a:before {
	content: none;
}
#contents .cmnPart02 .noticeArea {
    /* float: right; */
    margin: 3rem 0 0;
}
#contents .cmnPart02 .noticeArea p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0;
	width: auto;
	color: #848484;
}


#contents .slick-dots {
	margin: 1rem auto 0;
	padding: 0;
	display: table;
	width: auto;
}
#contents .slick-dots:after {
	clear: both;
	display: block;
	content: "";
}
#contents .slick-dots li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
}
#contents .slick-slider button {      
    background: transparent;   
    border:0;   
    font-size: 0; 
}
#contents .slick-slider button::before {
    content: "•";
    font-size: 45px;
    text-align: center;
    color: #000;
    opacity: 0.25;
}
#contents .slick-slider .slick-active button::before {
    color: #000;
	opacity: 1;
}







@media screen and (max-width: 599px) {

body {
line-height: 1.6em;
width: 100%;
min-width: 100%;
margin: 0 0 66px;
}
.contents-inr {
padding: 0;
}
.pc_br {
display: none;
}
.sp_br {
display: block;
}
.pc {
display: none;
}
.sp {
display: block;
}
img {
max-width: 100%;
}
p {
font-size: 1.4rem;
margin: 0 auto 10px;
width: 92%;
}
a {
color: #000;
text-decoration: none;
}
.wi1000 {
width: 100%;
margin: 0 auto;
}
#index, #category, #page {
position: relative;
float: none;
width: 100%;
padding: 0;
}
#index {
padding: 0;
}
.contents-inr {
    padding: 0 1.5rem;
}

/*--------------------------------------
　content
---------------------------------------*/

#index h2, #category h1, #page h1 {
    position: relative;
    margin: 4rem auto 2rem;
    padding: 0 1rem 0 2rem;
    font-size: 2.3rem;
    line-height: 3rem;
	width: 92%;
}
#index h2::before, #category h1::before, #page h1::before {
    background: url("img/txt_contents.png") no-repeat;
    background-size: 100%;
    width: 57px;
    height: 15px;
    top: -2rem;
    left: calc(50% - 28px);
}
#index h2 a, #category h1 a, #page h1 a {
    background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 17px auto;
    padding: 0 3rem 0 0;
}
#index h3, #category h2, #page h2 {
    margin: 4rem auto 3rem;
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 2rem;
    line-height: 1.4;
    border: solid 2px #000;
	width: 92%;
}
#index h3::before, #category h2::before, #page h2::before {
    background: url("img/deco_birds.png") no-repeat;
    background-size: 100%;
    width: 28px;
    height: 38px;
    top: -2rem;
	left: 0.3rem;
}
#index h3 a, #category h2 a, #page h2 a {
    background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 17px auto;
    padding: 0 3rem 0 0;
}
#index h4, #category h3, #page h3 {
    border-bottom: 1px solid #000;
    margin: 3.5rem auto 2rem;
    padding: 0 1rem 1rem 1.5rem;
    font-size: 1.8rem;
    line-height: 1.4;
	width: 92%;
}
#index h4::before, #category h3::before, #page h3::before {
    content: "";
    background: url("img/deco_title.png") no-repeat;
    background-size: 100%;
    width: 13px;
    height: 29px;
    position: absolute;
    top: 0;
    left: -4px;
}
#index h4 a, #category h3 a, #page h3 a {
    background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 17px auto;
    padding: 0 2rem 0 0;
}
#index h5, #category h6, #category h4, #category h5, #category h6, #page h4, #page h5, #page h6 {
    margin: 3.5rem auto 2rem;
    padding: 1rem 1rem 1rem 1.5rem;
    border-bottom: 2px dashed #000;
    font-size: 1.7rem;
	width: 92%;
}
#index h5 a, #category h6 a, #category h4 a, #category h5 a, #category h6 a, #page h4 a, #page h5 a, #page h6 a {
    background: url("img/arrow_circle_red.png") no-repeat right center;
    background-size: 17px auto;
    padding: 0 2rem 0 0;
}
#contents .hashtag {
    font-size: 1.6rem;
    background: url("img/icon_hashtag.png") no-repeat center left;
    background-size: 25px auto;
    padding: 0.5rem 2rem 0.5rem 3.5rem;
    margin: 3.5rem auto 2rem;
	width: 92%;
}	
#contents .voiceTit {
    font-size: 1.8rem;
    padding: 1rem 2rem 1rem 2rem;
    margin: 3.5rem auto 2rem;
    line-height: 1.5;
	width: 92%;
}
#contents .voiceTit:before {
    font-size: 1.7rem;
    position: absolute;
	top: -2rem;
    left: 2.5rem;
}
#contents .voiceTit::after {
   background: url(img/icon_speaker.png) no-repeat;
    background-size: 100%;
    width: 34px;
    height: 36px;
    top: -1.8rem;
    left: -1rem;
}
	#category .lead {
    margin: 0 auto;
    width: auto;
}
/*#category p,
#page p {
padding: 0 0 10px 0;
}*/

.sitemap h2 a {
color: #000;
}



#contents ul{
margin: 20px 0 20px;
padding:10px 10px 0;
width: 92%;
}
#contents ul li{
min-height:12px;
padding:0 0 4px 22px;
background:url(./img/listicon.png) 2px 4px no-repeat;
background-size: auto 14px;
font-size:15px;
font-size:1.5rem;
}
/*p span {
font-weight: bold;
background: #fffab6;
color: #256b8b;
}*/
/*--------------------------------------
　table
---------------------------------------*/

#contents table {
width: 92%;
table-layout: fixed;
margin: 30px auto 30px;
border-collapse: collapse;
border: none;
}
#contents table th {
text-align: center;
font-size: 1.6rem;
}
#contents table td {
font-size: 1.4rem;
text-align: left;
}
#contents table th,
#contents table td {
width: 100%;
border: none;
border: 1px solid #ddd;
padding: 10px;
display: block;
}


/*--------------------------------------
　float img
---------------------------------------*/
#contents .float-wrap {
margin: 20px auto;
padding: 0;
width: 92%;
}
#contents .float-wrap .float-img {
margin: 0 0 12px 0;
}
#contents .float-wrap .fl {
width: 100%;
padding: 0 0 10px 0;
text-align: left;
}
#contents .float-wrap .fr {
width: 100%;
padding: 0 0 10px 0;
text-align: left;
}
#contents .float-wrap .center {
width: 100%;
padding: 0 0 10px 0;
text-align: left;
}
#contents .float-wrap img {
width: 100%;
}
#contents .float-wrap p {
    font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 auto;
	width: 100%;
}
#contents .float-wrap .catch {
    font-size: 1.6rem;
	margin: 0 0 10px;
	line-height: 1.5;
}
#contents .float-wrap .fl.t_small{
	width: 40%;
	padding: 0 20px 0 0;
	text-align: center;
	float: left;
}	
#contents .float-wrap .fr.t_small{
	width: 40%;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: center;
	float: right;
}
#contents .float-wrap table {
	width: 100%;
	margin: 2rem 0 2rem;
	display: table;
}
#contents .float-wrap table th {
    width: 40%;
	display: table-cell;
	font-size: 1.6rem;
}
#contents .float-wrap table td {
    text-align: left;
	display: table-cell;
	font-size: 1.4rem;
}
#contents .caption {
margin: 8px 0 0;
font-size: 10px;
font-size: 1.0rem;
line-height: 1.3;
word-break: break-all;
color: #999;
text-align: center;
}


/*--------------------------------------
　btn
---------------------------------------*/

.btn-link {
margin: 20px 0;
text-align: center;
}
.btn-link a {
	background: #8d8d8d url("img/arrow_white.png") right 1.5rem top 51% no-repeat;
    background-size: 14px auto;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.4rem 4rem 1.4rem 4.5rem;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 36px;
	box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  -moz-box-shadow: 0px 4px 0px 0px #000;
	text-decoration: none;
}
.btn-link a:hover {
text-decoration: none;
}
.btn-internal,
.btn-web,
.btn-tel,
.btn-link {
width: 85%;
margin: 20px auto;
}
.btn-internal a {
    background: #ff6a4e url("img/arrow_white.png") right 1.5rem top 51% no-repeat;
    background-size: 11px;
    font-size: 1.4rem;
    padding: 1.2rem 3.5rem;
    box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  -moz-box-shadow: 0px 4px 0px 0px #000;
    line-height: 1.6;
}
.btn-web a {
    background: #1ba282 url("img/arrow_white.png") right 1.5rem top 51% no-repeat;
    background-size: 11px;
    font-size: 1.4rem;
    padding: 1.2rem 3.5rem;
    box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  -moz-box-shadow: 0px 4px 0px 0px #000;
    line-height: 1.6;
}
.btn-web a:before {
    content: none;
}
.btn-tel {
	display: block;
}
.btn-tel a {
    background: #a7a279 url("img/icon_tell.png") left 2rem top 50% no-repeat;
    background-size: 14px auto;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.2rem 4rem 1.2rem 4.5rem;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 36px;
    box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  -moz-box-shadow: 0px 4px 0px 0px #000;
}

.moreBtn {
width: 83%;
margin: 3rem auto 3rem;
}
.moreBtn a {
background: #feb1a2 url("img/arrow_black_down.png") right 2rem top 50% no-repeat;
background-size: 13px;
font-size: 1.4rem;
padding: 1.2rem 3.5rem;
box-shadow: 0px 4px 0px 0px #000;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
  -moz-box-shadow: 0px 4px 0px 0px #000;
}




/*--------------------------------------
pankuzu
---------------------------------------*/
#pankuzuWrap {
overflow: auto;
white-space: nowrap;
}
#pankuzu {
box-sizing: border-box;
width: 100%;
padding: 6px 10px 8px;
font-size: 11px;
font-size: 1.1rem;
border-bottom: 2px solid #fff;
}

/*--------------------------------------
btn
---------------------------------------*/
#contents .sitemap {
padding: 0 10px;
box-sizing: border-box;
}
#contents .sitemap h1 {
width: 100%;
}


/* ================== */
/*header　*/
/* ================== */
header .header_sp {
	padding: 1rem 8rem 1rem 1.5rem;
	position: relative;
	text-align: left;
	width: 100%;
}
header .header_sp .logo {
	width: 78px;
	position: absolute;
	top: 1rem;
	margin: 0.5rem 2rem 0 0;
	z-index: 3;
	display: block;
}
header .header_sp .siteName {
	font-size: 1.2rem;
    padding: 0.5rem 0 0 9.5rem;
	line-height: 1.4;
	font-weight: 500;
}
	
nav {
width: 100%;
transform: translate(100%);
background-color: rgba(255, 255, 255, 0.95);
}
	
	nav .banArea {
		text-align: center;
		margin: 3rem 0;
		position: relative;
	}
	nav .banArea:before {
		content: "";
		background: url("img/deco_flag_2.gif") no-repeat;
		background-size: 100%;
		width: 58px;
		height: 47px;
		position: absolute;
		    top: -21px;
    left: 80px;
		transform: scale(-1, 1);
	}
	nav .banArea .eng {
		width: 62px;
	}
	nav .banArea .ban {
		width: 70%;
		margin: 0 auto;
	}


/* ハンバーガーメニュー */
.bargBg {
position: fixed;
top: 10px;
right: 10px;
z-index: 1000;
transform: translateX(0);
transition: transform .5s;
width: 46px;
height: 46px;
}
.bargBg p {
width: 46px;
text-align: center;
color: #FFF;
font-size: 7px;
font-size: 0.7rem;
margin: 19px auto 0;
position: inherit;
bottom: inherit;
left: inherit;
}
.bargBg.active {
transform: inherit;
}
.menu-trigger {
    width: 96px;
    height: 40px;
}
.bargBg span {
display: inline-block;
box-sizing: border-box;
position: absolute;
left: calc(50% - 6px);
width: 15px;
height: 2px;
background-color: #fff;
}
.bargBg.active span {
background-color: #fff;
}
.bargBg span:nth-of-type(1) {
top: 11px;
}
.bargBg.active span:nth-of-type(1) {
transform: translateY(7px) rotate(-45deg);
}
.bargBg span:nth-of-type(2) {
top: 18px;
}
.bargBg.active span:nth-of-type(2) {
opacity: 0;
}
.bargBg span:nth-of-type(3) {
top: 25px;
}
.bargBg.active span:nth-of-type(3) {
transform: translateY(-7px) rotate(45deg);
}
#g-nav .accordion li a {
    font-size: 1.5rem;
    color: #000;
    background: #fff url("img/arrow_circle_red.png") 96% 50% no-repeat;
    background-size: 17px auto;
	font-weight: 500;
}
#g-nav .accordion li .tglMenu {
    color: #000;
    background: #fff url("img/arrow_circle_red_down.png") 96% 50% no-repeat;
    background-size: 17px auto;
	font-weight: 500;
}
#g-nav .accordion li .tglMenu.open {
    background: #fff url("img/arrow_circle_red_up.png") 96% 50% no-repeat;
    background-size: 17px auto;
}
#g-nav .accordion li ul li a {
    background: #f6f6f6 url("img/arrow_black02.png") 96% 50% no-repeat;
    background-size: 6px auto;
	padding: 1.8rem 3.5rem 1.8rem 3rem;
	font-weight: 400;
}


/*--------------------------------------
Footer
---------------------------------------*/
#contents footer {
width: 100%;
padding: 3rem 0 0 0;
margin: 4rem 0 0;
background-color: #f6f6f6;
}
#contents footer .logo {
font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	margin: 0 0 3rem;
	line-height: 1.3;
}
#contents footer .areaInner {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
}
#contents footer .areaInner .footBox {
}
#contents footer .areaInner .footBox {
margin: 0;
}
#contents footer .areaInner .footBox .sttl a {
display: block;
font-size: 1.5rem;
color: #000;
font-weight: 500;
background: #fff url("img/arrow_circle_red_down.png") right 10px center no-repeat;
background-size: 17px auto;
padding: 10px 40px 10px 4%;
}
#contents footer .areaInner .footBox .sttl.open a{
background: #fff url(img/arrow_circle_red_up.png) right 10px center no-repeat;
background-size: 17px auto;
}
#contents footer .areaInner .footBox .sttl {
border-bottom: none;
padding: 0;
margin: 0;
}
#contents footer .areaInner .footBox .accChild {
display: none;
padding: 0;
margin: 0;
}
#contents footer .areaInner .footBox .accChild li {
display: block;
float: none;
padding: 0;
background: none;
margin: 0;
}
#contents footer .areaInner .footBox .accChild li.sp {
display: block;
}
#contents footer .areaInner .footBox .accChild li.sp a {
/*background-color: #FFF;*/
}
#contents footer .areaInner .footBox .accChild li a {
display: block;
box-sizing: border-box;
background: url("img/arrow_black02.png") right 12px center no-repeat;
background-size: 6px auto;
color: #000;
border-bottom: 1px solid #dddddd;
padding: 10px 40px 10px 4%;
font-size: 1.4rem;
text-decoration: none;
}
#contents footer .areaInner .footBox .accChild li.subCat {
margin: 0;
}
#contents footer .areaInner .footBox .accChild li.subCat a {
display: block;
background: url("img/arrow_black02.png") right 12px center no-repeat;
background-size: 6px auto;
color: #000;
border-bottom: 1px solid #dddddd;
padding: 10px 40px 10px 8%;
}
#contents footer .areaInner .footBox .accChild li.subCat:last-child li:last-child a {
border: none;
}
#contents footer .areaInner .footBox .accChild .subList {
padding: 0;
margin: 0;
display: block;
}
#contents footer .areaInner .footBox .accChild .subList li {
display: block;
}
#contents footer .areaInner .footBox .accChild .subList li:first-child:before {
content: "";
}
#contents footer .areaInner .footBox .accChild .subList li a {
padding: 10px 40px 10px 14%;
background: url("img/arrow_black02.png") right 12px center no-repeat;
background-size: 6px auto;
}
#contents footer .areaInner .footBox .accChild .subList li:after {
content: "";
}
#contents footer .areaInner .footBox .accChild li:after {
content: "";
}
#contents footer .areaInner .footBox .accChild li.subCat:after {
content: "";
}
#contents footer .areaInner .footBox .accChild li:last-child:after {
content: "";
}
#contents footer .areaInner .noticeArea {
width: 90%;
margin: 30px auto 5px;
padding: 0;
font-size: 1.2rem;
line-height: 1.8em;
color: #000;
}
#contents footer .areaInner .noticeArea p {
font-size: 1.2rem;
}
#contents footer .botArea {
border-top: 1px solid #000;
}
#contents footer .botArea .botInner {
width: 100%;
}
#contents footer .botPrg {
    margin: 0 0 4rem;
	color: #000;
}
#contents footer p.copy {
margin: 0;
padding: 14px 0;
font-size: 1.2rem;
line-height: 1.4;
text-align: center;
color: #000;
width: auto;
}
#contents footer a {
color: #000;
text-decoration: none;
}
#contents footer a:hover {
text-decoration: none;
}
#contents footer .areaInner .footBox .sitemap a {
background: #4f4f4f url("img/arrow_white.png") right 10px center no-repeat;
background-size: 8px auto;
}

/*--------------------------------------
　PageTop
---------------------------------------*/

#page-top {
position: fixed;
bottom: 19%;
right: 3%;
width: 20px;
}


/*--------------------------------------
　common part
---------------------------------------*/
#contents .secTitBox {
	margin: 0 0 3rem;
}
#contents .secTitBox .eng {
	display: table;
	margin: 0 auto 0.5rem;
	text-align: center;
}
#contents .secTitBox .eng img {
	width: 35%;
}
#contents .secTitBox .secTit {
	font-size: 1.9rem;
}
#contents .secTitBox .secTit span {
	font-size: 2.3rem;
}
#contents .secTitBox.deco {
	display: block;
	padding: 0;
}
#contents .secTitBox.deco:before {
	content: none;
}
#contents .secTitBox.deco:after {
	content: none;
}
#contents .secTitBox.deco .secTit:after {
	content: none;
}

#contents .cmnPart01 {
	background: #fbfaf1;
	padding: 6rem 1.5rem 5rem;
	position: relative;
	margin: 10rem 0 8rem;
}
#contents .cmnPart01:before {
	content: "";
	width: 60px;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#contents .cmnPart01:after {
	content: none;
}
#contents .cmnPart01 .comName.sp {
    display: table;
	    color: #ff6a4e;
}
#contents .cmnPart01 .comName.pc {
    display: none;
}
#contents .cmnPart01 .contsWrap {
	width: 100%;
	margin: 0 auto;
}
#contents .cmnPart01 .txt_deco {
	position: absolute;
	top: -10rem;
	left: 2rem;
	width: 65%;
}
#contents .cmnPart01 .leftBox {
	width: 100%;
	float: none;
	margin: 0;
}
#contents .cmnPart01 .bird:before {
	content: "";
	background: url("img/deco_birds.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 52px;
	position: absolute;
	top: -3rem;
	right: 1rem;
	left: auto;
}
#contents .cmnPart01 .slider_large {
	width: 86%;
	margin: 0 auto;
}
#contents .cmnPart01 .slider_large li {
}
#contents .cmnPart01 .slider_large .prev {
	position: absolute;
	top: calc(50% - 20px);
	left: -1.2rem;
	width: 25px;
	height: 25px;
}
#contents .cmnPart01 .slider_large .next {
	position: absolute;
	top: calc(50% - 20px);
	right: -1.2rem;
	width: 25px;
	height: 25px;
}
#contents .prev:hover,
#contents .next:hover {
	opacity: 1;
}
#contents .cmnPart01 .thumb {
	margin: 2rem auto 0;
}
#contents .cmnPart01 .thumb li {
	margin: 0 10px 0 0;
	width: 80px !important;
}
#contents .cmnPart01 .rightBox {
	width: 100%;
	float: none;
	padding: 2rem 0 0;
	position: relative;
}
#contents .cmnPart01 .comName {
	font-size: 2.3rem;
	text-align: center;
	margin: 0 auto 3rem;
	display: table;
	background: url("img/deco_title.png") no-repeat left top 50%, url("img/deco_title02.png") no-repeat right top 50%;
	background-size: 16px auto;
	padding: 10px 3rem 5px;
	width: auto;
	position: relative;
	left: unset;
	top: unset;
}
#contents .cmnPart01 .comName:before {
	content: none;
}
#contents .cmnPart01 .costBox {
	margin: 3rem auto 4rem;
	display: table;
}
#contents .cmnPart01 .costBox dl {
	margin: 0 0 2rem;
}
#contents .cmnPart01 .costBox dl:last-child {
	margin: 0;
}
#contents .cmnPart01 .costBox dt {
	font-size: 1.4rem;
	width: 80px;
	text-align: center;
}
#contents .cmnPart01 .costBox dd {
	font-size: 2.3rem;
	padding: 0;
}
#contents .cmnPart01 .costBox dd span {
	font-size: 1.5rem;
}
#contents .cmnPart01 .costBox dd span span {
	font-size: 2.3rem;
	background: url("img/bg_stripe_red.jpg") repeat-x bottom 3px left;
}
#contents .cmnPart01 .checkBox {
	border: solid 2px #000;
	border-radius: 10px;
	background: #fff;
	padding: 2rem;
	position: relative;
	margin: 4rem 0 0;
}
#contents .cmnPart01 .checkBox:before {
	content: "";
	width: 200px;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 2rem;
}
#contents .cmnPart01 .checkBox .tit {
	font-size: 1.6rem;
	position: absolute;
	top: -24px;
	left: 3rem;
	background: url("img/deco_title.png") no-repeat left top 50%, url("img/deco_title02.png") no-repeat right top 50%;
	background-size: 13px auto;
	padding: 10px 2.5rem 5px;
}
#contents .cmnPart01 .checkBox ul {
}
#contents .cmnPart01 .checkBox li {
	font-size: 1.3rem;
	margin: 0 0 0.3rem;
}
#contents .cmnPart01 .saleBox {
    width: 100%;
    margin: 4rem auto 0;
	padding: 0;
}
#contents .cmnPart01 .saleBox .tit {
    font-size: 1.5rem;
	padding: 0 0 0 5rem;
	margin: 0 0 2.5rem;
}
#contents .cmnPart01 .saleBox .tit:before {
    top: -10px;
    left: 0;
}
#contents .cmnPart01 .txtWrap {
	width: 100%;
	margin: 3rem auto 0;
	padding: 0;
}
#contents .cmnPart01 .txtWrap > div {
	width: 100%;
	float: none;
	margin: 0 0 3rem;
}
#contents .cmnPart01 .txtWrap > div:last-child {
	float: none;
	margin: 0;
}
#contents .cmnPart01 .txtWrap > div .fuki {
	background: url("img/side_fuki.png") no-repeat bottom;
	background-size: 100%;
	padding: 0 0 4rem;
	margin: 0 auto;
}
#contents .cmnPart01 .txtWrap > div .btn-web {
	width: 260px;
	margin: 2.5rem auto 0;
}
#contents .cmnPart01 .txtWrap > div .btn-web a {
	border-radius: 38px;
	padding: 1.2rem 3rem;
}
#contents .cmnPart01 .txtWrap > div .btn-web a:before {
    content: "";
    width: 77px;
    height: 64px;
    top: -2.5rem;
    left: -4rem;
}
#contents .cmnPart01 .txtWrap > div .btn-web.note a:before {
    background: url("/wp/wp-content/uploads/icon_note.png") no-repeat;
    background-size: 100%;
    width: 37px;
    height: 46px;
    top: -1rem;
    left: -1rem;
}

#contents .cmnPart02 {
	margin: 8rem auto;
	width: 100%;
	padding: 0 1.5rem;
}
#contents .cmnPart02 .itemBox {
	float: none;
	width: 94%;
	margin: 0 auto 3rem;
}
#contents .cmnPart02 .itemBox:last-child {
    margin: 0 auto;
}
#contents .cmnPart02 .itemBox .fuki {
    font-size: 1.6rem;
    background: url(/wp/wp-content/uploads/fuki01.png) no-repeat bottom center;
    background-size: 86%;
    padding: 3rem 1rem 3rem;
    margin: 0 0 1.5rem;
}
#contents .cmnPart02 .itemBox .fuki span {
	font-size: 2rem;
}
#contents .cmnPart02 .itemBox .borBox {
	border: solid 2px #333;
	border-radius: 10px;
	position: relative;
	padding: 2rem 2rem 3rem;
}
#contents .cmnPart02 .itemBox .borBox:before {
	content: "";
	background: url("img/icon_speaker.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 52px;
	position: absolute;
	top: -24px;
	left: -22px;
}
#contents .cmnPart02 .itemBox .comName {
	margin: 0 0 1.5rem;
	padding: 0;
	font-size: 1.8rem;
}
#contents .cmnPart02 .itemBox .slider {
	margin: 0;
	padding: 0;
	position: relative;
}
#contents .cmnPart02 .itemBox .slider li {
	margin: 0;
	padding: 0;
	background: none;
}
#contents .cmnPart02 .itemBox .slider li img {
	width: 100%;
	text-align: center;
}
#contents .cmnPart02 .itemBox .slider .prev {
	position: absolute;
	top: 32%;
	left: -1.2rem;
	width: 25px;
	height: 25px;
}
#contents .cmnPart02 .itemBox .slider .next {
	position: absolute;
	top: 32%;
	right: -1.2rem;
	width: 25px;
	height: 25px;
}
#contents .slick-dots {
	margin: 1rem auto 0;
	padding: 0;
	display: table;
}
#contents .slick-dots li {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
}
#contents .slick-slider button {      
    background: transparent;   
    border:0;   
    font-size: 0; 
}
#contents .slick-slider button::before {
    content: "•";
    font-size: 45px;
    text-align: center;
    color: #000;
    opacity: 0.25;
}
#contents .slick-slider .slick-active button::before {
    color: #000;
	opacity: 1;
}
#contents .cmnPart02 .itemBox .costBox {
	margin: 1rem 0 3rem;
}
#contents .cmnPart02 .itemBox .costBox dt {
	font-size: 1.5rem;
	display: table;
	margin: 0 auto 1rem;
	padding: 0 0 0.5rem;
}
#contents .cmnPart02 .itemBox .costBox dd {
	font-size: 1.8rem;
}
#contents .cmnPart02 .itemBox .costBox dd span {
	font-size: 2.8rem;
	background: url("img/bg_stripe_red.jpg") repeat-x bottom 3px left;
}
	#contents .cmnPart02 .itemBox .saleBox {
	height: auto;
}
#contents .saleBox .tit {
	font-size: 1.6rem;
	text-align: left;
	padding: 0 0 0 2rem;
	margin: 0 0 1.5rem;
}
#contents .saleBox .tit:before {
	content: "";
	background: url("img/icon_hand.gif") no-repeat;
	background-size: 100%;
	width: 30px;
	height: 35px;
	position: absolute;
	top: -8px;
	left: -2.6rem;
}
#contents .saleBox .tagList {
	margin: 0;
	padding: 0;
	font-size: 0;
}
#contents .saleBox .tagList li {
	display: inline-block;
	border: solid 1px #000;
	font-size: 1.3rem;
	text-align: center;
	background: #fff;
	margin: 0.2rem 0.3rem;
	line-height: 1;
	border-radius: 3px;
	padding: 4px 8px;
}
#contents .cmnPart02 .itemBox .btn-web {
	width: 80%;
	margin: 2rem auto 0;
}
#contents .cmnPart02 .noticeArea {
	float: none;
	margin: 2rem 0 0;
}
#contents .cmnPart02 .noticeArea p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 0 auto;
}

	
	
/*fixBot	*/
	#contents #fixBot {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 10;
	}
	#contents #fixBot:before {
		content: "";
		background: url("img/fixbot_deco_2.png") no-repeat;
		background-size: 100%;
		width: 100px;
		height: 60px;
    position: absolute;
    top: -5.2rem;
    right: 0.5rem;
    z-index: 3;
	}
	#contents #fixBot .btnList {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#contents #fixBot .btnList li {
		float: left;
		width: 50%;
		border-right: solid 1px #fff;
		background: #ff6a4e;
		font-size: 1.3rem;
		color: #fff;
		text-align: center;
		padding: 1.4rem 1rem 1.2rem;
		margin: 0;
		line-height: 1.6;
	}
	#contents #fixBot .btnList li:first-child {
		background: #000;
	}
	#contents #fixBot .btnList li:first-child a {
		color: #fff;
	}
	#contents #fixBot .btnList li a {
		font-size: 1.3rem;
		color: #fff;
		text-decoration: none;
	}
	#contents #fixBot .btnList li:last-child {
		border-right: none;
	}
	#contents #fixBot .modal-open {
		background: #999999;
		border-radius: 5px;
		width: 92%;
		padding: 2rem 2rem 1rem;
		position: absolute;
		bottom: 9rem;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		z-index: 5;
		display: none;
	}
	#contents #fixBot .modal-open:before {
		content: "";
		background: url("img/fuki_gray.png") no-repeat;
		background-size: 100%;
		width: 18px;
		height: 15px;
		position: absolute;
		bottom: -14px;
		left: 2rem;
	}
	#contents #fixBot .modal-open .btn-internal {
		float: left;
		width: 48%;
		margin: 0 4% 3% 0;
	}
	#contents #fixBot .modal-open .btn-internal:nth-child(2n){
		margin: 0 0 3% 0;
		
	}
	#contents #fixBot .modal-open .btn-internal a {
		padding: 1rem 2.5rem;
}

}






















