@charset "utf-8";

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, iframe, h1, p, a, img, span, small, strong, ul, li, article, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
html, body, div, iframe, h1, p, img, small, strong, sub, ul, li, article, footer, header, nav, section {
	font-style: normal;
	font-weight: normal;
}
div,  iframe, h1, p, a, img, span, strong, ul, li, article, footer, header, nav, section {
	font-size: 100%;
}
article, footer, header, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	font-family: "游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; font-weight: 500;
	font-size: 62.5%;
	font-weight: 500;
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight: normal;
	src:local("YuGothic-Medium"),
		local("Yu Gothic Medium"),
		local("YuGothic-Regular");
}
@font-face{
	font-family: "MyYuGothicM";
	font-weight:bold;
	src:local("YuGothic-Bold"),
		local("Yu Gothic");
}
body {
	font-size: 16px;
	font-size: 1.4rem;
	color: #000;
	/*検索窓対策*/
	font: 16px/1.25 "游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
/*p{font-size: 16px;}*/
/*@media screen and(orientation: landscape) {
p{font-size: 14px;}
}*/
article p,section p{
	margin-bottom:10px;
}
li {
	font-size: 1.4rem;
	font-size: 14px;	
}
 ul {
	list-style: none;
}

a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}

/*---------------------------------------------------------------------------
/* set tags
※:hover　＝ .hover
 --------------------------------------------------------------------------*/

ul { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }


a{text-decoration: none;
	background-color:transparent;
	-webkit-touch-callout:none;
    /*-webkit-tap-highlight-color: (0,0,0,0);*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    color:#ff809b; 
}
a.hover{opacity: 0.6;}
a.hover strong,a.hover span{opacity: 1;}
a.pagelink{text-decoration: underline !important; color: #d97400; font-weight: bold;}
a.tel{color: #000;}

/*img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }*/

/* only mobile : set image size*/
.w100 img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong { font-weight: bold; text-transform: none; }

/*---------------------------------------------------------------------------
 set common selecter
 --------------------------------------------------------------------------*/
.pc { display:none !important; }
.sp { display:block; }
.sp_inline{display: inline-block;}
@media screen and (max-width: 320px) {
	.sp320 { display:block !important; }
}

/* set color */
.cRed{ color: #ff0000;}
.cBlue { color: #0084f3; }
.cWhite { color: #FFFFFF; }
.cGreen{color:#569d45; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }

/* set text */
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead {
  font-size: 1.6em;
  font-weight: bold;
  color: #444;font-family:'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; 
  line-height: 1.6;
}
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.7em; }
.tsxLarge { font-size: 2em; }

.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;}
.tTsukushi{font-family:'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,serif;}
.en{font-family: 'Ubuntu Mono', monospace;
-ms-font-feature-settings: "normal";
}
.bold { font-weight: bold !important; }

/* set float */
@media all and (orientation: portrait) {
.fLeft { float:none;}
.fRight { float:none;}
}

.sp-floatwrapp .fLeft { float:left;}
.sp-floatwrapp .fRight { float:right;}

/* set kadomaru box */
.rad {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* set drop shadow */
.sh {
	box-shadow: 2px 4px 2px rgba(0,0,0,0.05);
}

/* set border */
.border{border:1px solid #ff809b;}
.bb{border-bottom: 1px solid #838383;}

/* set width for float items */

.w10 {width:9%;}
.w20 {width:19%;}
.w30 {width:29%;}
.w40 {width:39%;}
.w50 {width:49%;}
.w60 {width:59%;}
.w70 {width:69%;}
.w80 {width:79%;}
.w90 {width:89%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100%;	
}
/* set flex-box wrapp */
.flexNormal {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
	margin-top: 10px;
}
.flexBetween {
	width: auto;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}

.noflex .flexNormal,
.noflex .flexBetween {
	width: 100%;
	height: auto;
	display: block;
}
/*カラー写真をモノクロに*/
img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
img.gray:hover {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden;}

.scale_up img {
    overflow:hidden;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	width:100%;
}
.scale_up:hover a img,
a.hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
/*========================================
    :img-背景画像を動かす
==========================================*/
.bg-scale{
	position: relative;
	overflow: hidden;
}
.bg-scale:after{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
	opacity:1;
}
/*each selector set up
.bg-scale:after{
	background:url(../img/sample.png) no-repeat top center;
}*/
.bg-scale:hover:after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.bg-scale .bg-scale-inner {
	z-index:9999 ;
	position: relative;
}

/*---------------------------------------------------------------------------
/* inview animation
 --------------------------------------------------------------------------*/
/*----- フェードイン -----*/
.inviewfadeIn {
    opacity: 0;
    transition: 1s;
}
.fadeIn {
    opacity: 1.0;
}

/*----- フェードインしながら右へスライド -----*/
.inviewfadeInRight {
    opacity: 0;
    transform: translate(-60px, 0);
    -webkit-transform: translate(-60px, 0);
    transition: 1s;
}
.fadeInRight {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/*----- フェードインしながら左へスライド -----*/
.inviewfadeInLeft {
    opacity: 0;
    transform: translate(60px, 0);
    -webkit-transform: translate(60px, 0);
    transition: 1s;
}
.fadeInLeft {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: 1s;
}
.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/*遅延させたい場合*/
.delay01{transition-delay: 100ms;}
.delay02{transition-delay: 200ms;}
.delay03{transition-delay: 300ms;}

/*---------------------------------------------------------------------------
/* js readMore
 --------------------------------------------------------------------------*/
#tileList ul li,#tileList02 ul li,#tileList03 ul li{display: none;}
.readMoreBtn{display: none;}
/*---------------------------------------------------------------------------
/* js tab
 --------------------------------------------------------------------------*/
.hide{display:none;}

/*========================================
    :js-loader
==========================================*/

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999999999999;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 240px;
	margin-top: -120px;
	margin-left: -120px;
	text-align: center;
	color: #ff809b;
	font-size: .6em;
	z-index: 9999999999999;
}

#loader p,#loader img {
	display: block;
	margin: 0 auto 10px;
}
#loader img {width:100px;}
#loader p.en{font-size: 10px;}
#loader p strong{font-size: 14px;}

/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}

/*---------------------------------------------------------------------------
/* items
 --------------------------------------------------------------------------*/
/* =======================================
   1: set list styles ( contents )
========================================== */
.list {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.list {display: inline-block;}

/*---------------------------------------------------------------------------
/* : float
 --------------------------------------------------------------------------*/
/* =======================================
   : float clear
========================================== */
.clearfix:after {
  content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/*---------------------------------------------------------------------------
/* : text styles
 --------------------------------------------------------------------------*/
/* =======================================
   1: lead text
========================================== */
h1 {
	clear: both;
}
body.top h1.pagetitle {
	display: none;
}
h1 {
	text-align: center;
	margin-bottom: 10px;
}
h1 strong{
	font-size: 24px;
	font-weight: 500;
}
h1 span.searchFromArea{margin-top:5px; }

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
	width: 100%;
	margin: 0px;
	position:relative;
	min-width:100%;
	overflow-x: hidden;
	padding-top: 60px;
}
body > div#container {
	height: auto;
	min-height: 100%;
	margin: 0px 0px !important;
	font: 16px / 1.25 "游ゴシック", YuGothic, "Yu Gothic", "YuGothic-Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
	text-align: left !important;
}


#all_brands_contens #container {
        padding-top: 20px!important;
}

div#main{
	padding-bottom: 0;
}
article{
	position: relative;
	width:100%;	
	margin:0;
	padding:0;
	z-index: 0;
}
section.section{
	position: relative;
	width:100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.bg01{
	background: #fff;
}
.bg02{
	background: rgba(255,255,255,0.85);
}
.bg03{
	background: #f0f0f0;
}
.content{margin-bottom: 30px;}
.footer_bottom div.contents_inner{width:90%!important; margin: 0 auto;}
/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
	margin-top:-60px;
    padding-top:60px;
}
/* =======================================
   4-2: header section
========================================== */
/* =======================================
   header section
========================================== */
header{
	/*position: absolute;*/
	position: fixed;
	top: 0px;
	left: 0;
	height:60px;
	z-index:9999999;
	width:100%;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
header .h_logo{
	position: relative;
	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	height:60px;
	width:calc(100% - 60px);
}
.h_logo a{
	position: relative;
	display: block;
	margin-left: 10px;
	margin-top: 4px;
	z-index: 9999999999999999999999;
}

.h_logo a img{
	display: block;
	width:80%;
	max-width: 300px;
}
.h_logo a .title{
	font-weight: 500;
	font-size: 12px;
	color: #444;
	letter-spacing: 0.01em;
}

/* =======================================
   global navigation
========================================== */
#g-menu-sp {
	width:100%;
	max-height:100%;
	min-height:60px;
	padding: 0;
	margin: 0;
	z-index:9999999;
	position:absolute;
	top:0px;
	right:0px;
}
.toggle-g {
   display: block;
    width: 60px;
    height: 34px;
    padding: 20px 0 6px;
    text-align: center;
    cursor: pointer;
	position:absolute;
    top: 0px;
    right: 0px;
	z-index:999999;
	background: #ff809b;
}

.toggle-g span:nth-of-type(1){
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    width: 50%;
    height: 4px;
    background-color: #fff;
    top: 20px;
}
.toggle-g span:nth-of-type(2) {
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    left: 15px;
    width: 50%;
	height: 4px;
	background-color: #fff;
	top: 30px;
}
.toggle-g span:nth-of-type(3) {
    display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
    left: 15px;
    width: 50%;
	height: 4px;
	background-color: #fff;
	top:40px;
}
.toggle-g.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.toggle-g.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/* --------------------------------------------------- menu */
/*spmenu*/
#g-menu-sp .spmenu {
    position: fixed;
    z-index: 9999999999;
    right: 0;
    top: 61px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
}
#g-menu-sp .spmenu ul {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
}
#g-menu-sp .spmenu ul.active {
    -webkit-overflow-scrolling:touch;/* iOS8 bug fix */
	overflow-y: auto;
}
#g-menu-sp .spmenu ul li {
  	list-style: none;
	float:none;
	position:relative;
	display: -webkit-flex;
  	display: flex;
	-webkit-justify-content: space-around;
	justify-content:space-around;
}
#g-menu-sp .spmenu ul li a{
	overflow: hidden;
  	position: relative;
 	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	height: 50px;
  	width: calc(100% - 20px);
  	margin:0 auto;
  	text-align: center;
  	border-bottom:1px solid #666;
}
#g-menu-sp .spmenu ul li:first-child a{
	margin-top: 10px;
	border-top:1px solid #666;
}
#g-menu-sp .spmenu ul li a:before{
	position: absolute;
	top:calc(50% - 10px);
	left:5px;
	content: "";
	width:20px;
	height: 20px;
	background:url(../img/common/icon_chevron-right-circle.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#g-menu-sp .spmenu ul li a strong{
	color:#000;
}
#g-menu-sp .spmenu ul li a.hover{
	opacity:1;
	background: rgba(255,128,155,0.8);
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;	
}
#g-menu-sp .spmenu ul li a.hover:before{left:10px;}
#g-menu-sp .spmenu ul li a.hover strong{color:#fff;}



/* =======================================
   4-4: footer section
========================================== */
footer{
	position: relative;
	width:100%;
	background: #fff;
}
/* footer_top
---------------------------------------- */
.footer_top{
	width:100%;
	padding:20px 0;
	background: #272727;
}
.footer_top div.footer_top_inner{
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.footer_top div .col_left{
	margin-bottom: 20px;
}
.footer_top div .col_left p{
	color: #fff;
	line-height: 1.2em;
}
.footer_top div .col_left p.aboutus_title{font-size: 18px;margin-bottom: 14px; text-align: center;}
.footer_top div .col_left p.aboutus_detail{font-size: 14px; text-align: center;}
.footer_top div .col_middle{
	float:left;
	width:145px;
	margin-right: 20px;
}
.footer_top div .col_middle a{
	display: block;
	width:auto;
	height: 100px;
}
.footer_top div .col_middle a img{
	display: block;
	height: 100%;
}
.footer_top div .col_right{
	float:right;
	width: calc(100% - 165px);
}

@media screen and (min-width: 415px) {
.footer_top div .col_right ul{
	display: -webkit-flex;
  	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
  	align-items: center;
    height: 110px;
}
.footer_top div .col_right ul li{
  	width:calc(25% - 4px);
}
}
.footer_top div .col_right ul li a{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
	width:100%;
	height: 50px;
	margin-bottom: 10px;
    text-align: center;
	background: #fff;
}
.footer_top div .col_right ul li a strong{color: #000;}
.footer_top div .col_right ul li a.hover{
	opacity:1;
	background: #ff809b;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.footer_top div .col_right ul li a.hover strong{opacity:1;color: #fff;}
/* footer_bottom
---------------------------------------- */
.footer_bottom{
	position: relative;
	width: 100%;
	background: url(../img/common/bg_footer.svg) no-repeat center bottom;
	background-size:100%; 
}
@media screen and (max-width: 414px) {
	.footer_bottom{background: url(../img/common/bg_footer.svg) no-repeat 10% 100%;
	background-size: auto 50%; }
}
.footer_bottom .banner_Wrap ul{
	overflow: hidden;
	width: 100%;
  	padding:30px 0;
}
.footer_bottom .banner_Wrap ul li{
	float:left;
	padding:0;
}
@media screen and (min-width: 667px) {
	.footer_bottom .banner_Wrap ul li{
	width:calc(100% / 3 - 4px);
	margin:0 4px 8px 0;
}
.footer_bottom .banner_Wrap ul li:nth-child(5n){margin-right:0;}
}
@media screen and (max-width: 666px) {
    .footer_bottom .banner_Wrap ul li{
	width:calc(100% / 2 - 4px);
	margin:0 4px 8px 0;
}
.footer_bottom .banner_Wrap ul li:nth-child(even){
	float: right;
	margin-right:0;
}
}
@media screen and (max-width: 320px) {
    .footer_bottom .banner_Wrap ul li{
    width:100%;
    margin:0 0 10px;
    }  
}

.footer_bottom .banner_Wrap ul li a{
	display: block;
}
.footer_bottom .banner_Wrap ul li a img{display: block;width:100%;}
.footer_bottom .banner_Wrap ul li a.hover{
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.footer_b_bottom .other_link ul{
	position: relative;
	display: -webkit-flex;
  	display: flex;
  	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width:100%;
	margin-bottom: 10px;
}
.footer_b_bottom .other_link ul li a{
	position: relative;
	display: inline-block;
	padding: 2px 5px 2px 24px;
}
.footer_b_bottom .other_link ul li a:before{
	position: absolute;
	top:2px;
	left:0;
	content:"";
	width:20px;
	height: 20px;
	background: url(../img/common/icon_chevron-right-circle.svg) no-repeat;
	background-size: 100%; 
}
.footer_b_bottom .other_link ul li a span{
	color: #000;
}
.footer_b_bottom .other_link ul li a.hover span{
	opacity:1;
	color: #ff809b;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.copyright_Wrap{
	padding:10px 0;
	text-align: center;
	border-top: 2px solid #000;
}
.copyright_Wrap p.copyright {
    color: black !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 1.6em !important;
}
.copyright small{font-size: 12px;}

/* Pagetop
---------------------------------------- */
#pageback a{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
	width:100%;
	height: 50px;
	background: #fff;
	border-top: 2px solid #000;
}
#pageback a.hover{
	opacity:1;
	background: #000;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
#pageback a strong{
	font-weight: 500;
 	font-family: "Ubuntu Mono",Arial,sans-serif;
 	letter-spacing: 0.01em;
 	color: #000;
}
#pageback a.hover strong{
	opacity:1;
	color: #fff;
}
/* topdep
---------------------------------------- */
#topdep a{
	display: none;
}

/* =======================================
   sitecategory(ヘッダー下のメニュー)
========================================== */
.sitecategory_Wrap{
    position: relative;
    width:100%;
    background: #dfdfdf;
}
nav.sitecategory  ul{
	display: -webkit-flex;
	display: flex;
  	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1px;
}
nav.sitecategory ul li{
	width: calc(100% / 4 - 1px);
	border-bottom-width: 0.5px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
nav.sitecategory ul li:first-child{border-left:1px solid rgba(0,0,0,0);}
nav.sitecategory ul li a{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content:center;
  	-webkit-align-items: center;
  	align-items: center;
    /*height: 40px;*/
	height: 65px;
    background: #dfdfdf;
    /*background: #fd4e74;*/
}
nav.sitecategory ul li a.hover{
    background: #BCBCBC;
    /*background:#e13257;*/
    opacity:1;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}
nav.sitecategory ul li a strong{
	position: relative;
	display: inline-block;
	padding-top: 32px;
	font-size: 14px;
	font-weight:200;
	color: #000;
}
nav.sitecategory ul li a strong::before{
	position: absolute;
    top: 5px;
    left: calc(50% - 30px);
    content: "";
    width: 60px;
    height: 30px;
}
nav.sitecategory ul li:nth-child(1) a strong::before{
	background: url(../img/guide/icon_menu01-4.svg) no-repeat;
    background-size: 100%;
}
nav.sitecategory ul li:nth-child(2) a strong::before{
	background: url(../img/guide/icon_menu02-3.svg) no-repeat;
    background-size: 100%;
}
nav.sitecategory ul li:nth-child(3) a strong::before{
	background: url(../img/guide/icon_menu05-3.svg) no-repeat;
    background-size: 100%;
}
nav.sitecategory ul li:nth-child(4) a strong::before{
	background: url(../img/guide/icon_menu04-2.svg) no-repeat;
    background-size: 100%;
}
nav.sitecategory ul li a.current{
	background-color: #fd4e74;
}
nav.sitecategory ul li a.current strong{
    font-weight:580;
  	color: #fff;
}
nav.sitecategory ul li a.current.hover{
    background: #000;
    opacity:1;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out; 
}

/* =======================================
   top page
*/
/*--------------------------
	pagetitle_Layout :Base
--------------------------*/
.pagetitle_Wrap{
	width:100%;
	margin-top: 40%;
}
.pagetitle_Wrap_s{
	width:100%;
	margin-top: 16%;
}
.pagetitle_inner{
	position: relative;
	width:calc(100% - 20px);
	margin:0 auto;
	padding: 20px 0 18px;
	background: rgba(255,255,255,1);
	border-top: 2px solid #fafafa;
	border-bottom: 2px solid #fafafa;
}
.pagetitle_inner:before{
	position: absolute;
	top:-2px;
	left: calc(50% - 100px);
	content: "";
	width:200px;
	height: 6px;
	background: #ff809b;
}

body.sub::before {
	content:"";
	display:block;
	position:fixed;
	top:0px;
	left:0;
	z-index:-1;
	width:100%;
	min-height: 100%;
	background:url(../img/common/bg_subtitle.jpg) center/cover no-repeat; /*fixedをトル！*/
	-webkit-background-size:cover;/*Android4*/
}

/*js 連動動作部分*/
.depa .select .pull {
  display: none;
  position: absolute;
  left: 120px;
  top: 70px;
  z-index: 111;
  transition: all 0.25s linear;
}
.depa .select .pull.open {
  display: block;
  animation-name: menuIn;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.depa .select .pull.close {
  display: block;
  animation-name: menuOut;
  animation-duration: 0.25s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes menuIn {
  0% {
    display: none;
    opacity: 0;
    margin-top: -30px;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
    margin-top: 0;
    z-index: 222;
  }
}
@keyframes menuOut {
  0% {
    display: block;
    opacity: 1;
    margin-top: 0;
  }
  99% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 0;
    margin-top: -30px;
    display: none;
    z-index: -1;
  }
}
@media screen and (max-width: 375px) {
.select_departure .depa p.depa_title{width:50px;font-size: 16px;}	
.select_departure .depa .select p.active{font-size: 16px;}
.select_departure .depa .select p.active span{font-size: 14px;padding:0 0 0 5px;}
.depa .select .pull {left: 110px;}
.select_departure .depa .select .pull ul li a{font-size: 16px;}
.select_departure .depa .select .pull ul li a span{display:block; margin-left: 0;}
}
/* =======================================
   : SUB feature/index
========================================== */
body.sub.feature_index article{
	background-image: url(../img/common/pattern02.png);
	background-repeat:repeat;
	background-color: rgba(255,255,255,0.2);
}

/* =======================================
   : SUB feature/detail
========================================== */
body.sub.feature_detail p.subtitle{
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #ff809b;
	font-family:'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,serif;
}
/*bottom_section*/
section.feature_detail_bottom_section{
	position: relative;
	width:100%;
	padding-bottom: 30px;
	z-index: 100;
}
section.feature_detail_bottom_section.select_area{
	position: relative;
	background: url(../img/feature/bg_select_area.jpg) repeat-y top center;
	/* background-size:100%; */
	z-index: 100;
}
section.feature_detail_bottom_section.select_tourType{
	position: relative;
	background: url(../img/feature/bg_select_tourType.jpg) no-repeat top center;
	background-size: 100%;
	z-index: 100;
}
/*
@media screen and (max-width: 639px) {
section.feature_detail_bottom_section.select_area{background-size:auto 100% !important;}
}*/
@media screen and (max-width: 568px) {
section.feature_detail_bottom_section.select_tourType{background-size:auto 100% !important;}
}

section.feature_detail_bottom_section:before{
	position: absolute;
    top: -1px;
    left: calc(50% - 20px);
    content: "";
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    z-index: 2;
}
section.feature_detail_bottom_section:after{
	position: absolute;
    top: 0;
    content: "";
    width:100%;
    height: 100%; /* FF3.6-15 */
background: -webkit-linear-gradient(rgba(0,0,0,0.4) 0%, rgba(125,185,232,0) 80%);
background: -o-linear-gradient(rgba(0,0,0,0.4) 0%, rgba(125,185,232,0) 80%);
background: linear-gradient(rgba(0,0,0,0.4) 00%, rgba(125,185,232,0) 80%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    z-index: 1;
}
section.feature_detail_bottom_section p.title{
	position: relative;
	padding:30px 0 30px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 24px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	z-index: 5;
}
section.feature_detail_bottom_section div ul{
	position: relative;
	overflow: hidden;
	width:100%;
	z-index: 5;
}
@media screen and (min-width: 640px) {
section.feature_detail_bottom_section.select_area div ul li{
	width:48%;
}
section.feature_detail_bottom_section.select_area div ul li:nth-child(odd){
	float:left;
}
section.feature_detail_bottom_section.select_area div ul li:nth-child(even){
	float:right;
}
}
section.feature_detail_bottom_section.select_area div ul li a{
	display:block;
	width:calc(100% - 20px);
	padding:24px 10px 20px;
	margin-bottom: 10px;
	text-align: center;
	background: rgba(255,255,255,0.8);
}
section.feature_detail_bottom_section.select_area div ul li a strong{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
section.feature_detail_bottom_section.select_area div ul li a.hover{
	opacity:1;
	background: rgba(255,128,155,0.8);
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;	
}
section.feature_detail_bottom_section.select_area div ul li a.hover strong{
	opacity:1;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;	
}
/*ツアーを選ぶ*/
section.feature_detail_bottom_section.select_tourType div ul li{
	width:100%;
	margin-bottom: 20px;
	background: #fff;
}
section.feature_detail_bottom_section.select_tourType div ul li a{
	position: relative;
	display: block;
	width:calc(100% - 60px);
	padding:20px 10px 18px 50px;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
section.feature_detail_bottom_section.select_tourType div ul li a::before{
	position: absolute;
	left:18px;
	top:18px;
	content: "";
	width:20px;
	height:19px;
	background: url(../img/common/icon_flag.svg) no-repeat;
	background-size: 100%;
}
section.feature_detail_bottom_section.select_tourType div ul li a::after{
	position: absolute;
	bottom:4px;
	right:4px;
	content: "";
	width: 0;
    height: 0;
    border-bottom: 12px solid #ff809b;
    border-left: 12px solid transparent;
}
section.feature_detail_bottom_section.select_tourType div ul li a.hover{
	opacity:1;
	background: rgba(255,128,155,0.9);
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
section.feature_detail_bottom_section.select_tourType div ul li a.hover::before{
	background: url(../img/common/icon_flag_w.svg) no-repeat;
}
section.feature_detail_bottom_section.select_tourType div ul li a.hover::after{
	border-bottom: 12px solid #fff;
}
section.feature_detail_bottom_section.select_tourType div ul li a strong{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2em;
	color: #000;
}
section.feature_detail_bottom_section.select_tourType div ul li a.hover strong{
	opacity:1;
	color: #fff;
}
/*ツアーラインナップ*/
.plan_intro{
	width: 100%;
	margin:0 0 20px;
}
.plan_intro dt{display: block; margin-bottom: 10px;}
.plan_intro dt img{
	display: block;
	width:100%;
}

@media screen and (min-width: 415px) {
.plan_intro{
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.plan_intro dt{
	width:30%;
}
.plan_intro dd{
	display: block;
	width:calc(70% - 40px);
	padding:0px 20px;
}
}
.plan_intro dd .plan_title p{
	margin-bottom: 10px;
}
.plan_intro dd .plan_title .plan_catch p .place_tag{
	display: inline-block;
	padding:2px 10px;
	margin: 0 5px 0 0; 
	font-size: 12px;
	border:1px solid #f13e64;
	color:#f13e64;
}
.plan_intro dd .plan_title .plan_catch p strong{
	display: inline-block;
	padding:4px 0px;
	font-size:16px;
	color:#f13e64;
	font-family: 'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.plan_choice table tbody tr th strong{
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-family: 'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.plan_choice table tbody tr th strong:before{
	position: absolute;
	top:0;
	left:0;
	content: "";
	width:5px;
	height: 20px;
	border:1px solid #000;
	background: #444;
}
.plan_choice table tbody tr td.stay_select ul{
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
@media screen and (min-width: 568px) {
.plan_choice table tbody tr td.stay_select ul li{
	width:calc(100% / 4 - 1px);
	min-height: 3em;
	border-right: 1px solid #d6d6d6; 
}
.plan_choice table tbody tr td.stay_select ul li:first-child{
	width:calc(100% / 4 - 2px);
	border-left: 1px solid #d6d6d6;
}
}
@media screen and (max-width: 567px) {
.plan_choice table tbody tr td.stay_select ul li{
	width:calc(100% / 2 - 10px);
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #d6d6d6;
}
.plan_choice table tbody tr td.stay_select ul li:nth-child(even){margin-right: 0;}
}

.plan_choice table tbody tr td.stay_select ul li .nolink span{
	color: #d6d6d6;
}
.plan_choice table tbody tr td.stay_select ul li .nolink,
.plan_choice table tbody tr td.stay_select ul li a{
	display: block;
	padding:10px 10px;
}
.plan_choice table tbody tr td.stay_select ul li a span{
	color: #000;
}
.plan_choice table tbody tr td.stay_select ul li a strong{
	text-decoration: underline;
	white-space:nowrap;
}
.plan_choice table tbody tr td.stay_select ul li a:hover,
.plan_choice table tbody tr td.stay_select ul li a.hover{
	opacity:1;
	background: rgba(255,223,243,0.4);
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;
}
.plan_choice table tbody tr td.stay_select ul li a:hover strong,
.plan_choice table tbody tr td.stay_select ul li a.hover strong{text-decoration: none;}

.sns_share ul{width: 100%;}
.sns_share ul li{margin-bottom:10px;}
@media screen and (min-width: 680px) {
.sns_share ul{
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sns_share ul li{
	width:calc(100% / 3 - 8px);
	margin-bottom: 0;
}
.sns_share ul li:nth-child(2){margin:0px 10px;}
}
.sns_share ul li a{
	position: relative;
	top:0;
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
	width:calc(100% - 32px);
	height: 50px;
	padding-left: 30px;
	border-width: 1px;
	border-style: solid;
	transition: 0.2s;
}
.sns_share ul li a:hover,
.sns_share ul li a.hover{
	top:5px;
}
.sns_share ul li a.twitter{
	border-color: #000;
}
.sns_share ul li a.twitter span{
	color: #000; 
}
.sns_share ul li a span{position: relative; font-size: 14px;}
.sns_share ul li a.twitter span:before{
	position: absolute;
	top:calc(50% - 15px);
	left: -40px;
	content: "";
	width:30px;
	height: 30px;
	background: url(../img/common/icon_twitter_blue.svg) no-repeat;
	background-size: 100%;
}
.sns_share ul li a.facebook{
	border-color: #3b5998;
}
.sns_share ul li a.facebook span{
	color: #3b5998;
}
.sns_share ul li a.facebook span:before{
	position: absolute;
	top:calc(50% - 15px);
	left: -40px;
	content: "";
	width:26px;
	height: 26px;
	background: url(../img/common/icon_fb.svg) no-repeat;
	background-size: 100%;
}
.sns_share ul li a.line{
	border-color: #00b833;
}
.sns_share ul li a.line span{
	color: #00b833; 
}
.sns_share ul li a span{position: relative;}
.sns_share ul li a.line span:before{
	position: absolute;
	top:calc(50% - 15px);
	left: -40px;
	content: "";
	width:30px;
	height: 30px;
	background: url(../img/common/icon_LINE.png) no-repeat;
	background-size: 100%;
}
/* =======================================
   : SUB  region:Hokkaido/Kyushu/Okinawa
========================================== */
.region_catchWrap{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:100%;
  padding:10px 0;
  margin-top: 26%;
}
/*東北・関東・中部北陸・*/
.region_catchWrap.bg_plus{
	position: relative;
	min-height: 3em;
	
  	background: rgba(0,0,0,0.6);
}
.region_catchWrap.bg_plus:before{
  position: absolute;
  bottom: -14px;
  left: calc(50% - 16px);
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.6);
  border-left: 16px solid transparent;
  z-index: 2;
}

.region_catchWrap .catch{
  position: relative;
  width:calc(100% - 20px);
  text-align: center;
  line-height: 1.3em;
  vertical-align: middle;
}

.region_catchWrap .catch strong{
  font-size: 24px;
  color: #fff;
  font-family: 'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 414px) {
.region_catchWrap{margin-top: 25%;}
.region_catchWrap .catch{text-align: left;}
.region_catchWrap .catch strong{font-size: 18px;}
}
/*tab section*/
section.select_purpose{
  width:100%;
}
section.select_purpose .tab_area{
  width: 100%;
}
section.select_purpose .content_areaWrap{
  width:100%;
  padding:0 0 30px;
  background: #fff;
}
/*tab_area:button*/
ul.tab_area{
  width:100%;
}
ul.tab_area li{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; 
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width:calc(100% / 3 - 1px);
  height: 60px;
  font-weight: 500;
  background-color: #fff;
  border-right: 1px solid #efefef;
}
ul.tab_area li:hover{
  color: #fff;
  background-color: #ff809b;
  border-right: 1px solid #ff809b;
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;
}
ul.tab_area li.select,
ul.tab_area li.select:hover{
	position: relative;
	color: #fff;
	background-color: #000;
	border-right: 1px solid #000;
}
ul.tab_area li.select::before{
    position: absolute;
    bottom: -10px;
    left: calc(50% - 12px);
    content: "";
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    border-left: 12px solid transparent;
    z-index: 2;
}
/*tab_area:content_title*/
.content_area .h2_Wrap{
	position: relative;
  	width:100%;
  	padding: 30px 0 1px;
  	margin-bottom: 10px;
  	background: #c969ae;
  	z-index: 0;
}
.content_area .h2_Wrap::before{
  position:absolute;
  top:0;
  content:"";
  display:block;
  width:100%;
  height:100%;
  background:
  linear-gradient(to top right, rgba(255,255,255,0) 51%, #de74bc 51%) no-repeat top left/50.2% 100%,
  linear-gradient(to top left, rgba(255,255,255,0) 51%, #de74bc 51%) no-repeat top right/50.2% 100%;
  z-index: 1;
}
.content_area .h2_Wrap h2{position: relative; z-index: 2;}
.content_area .h2_Wrap h2 strong{color: #fff;}

/*tab_area:content_tourintro おすすめ*/
.tour_list ul{margin-bottom: 20px;}
.tour_list ul li{
  border-top: 1px solid #d6d6d6;
}
.tour_list ul li:first-child{
  border-top: none;
}
.tour_list ul li a{
  display: block;
  padding:20px 0 10px;
}
.tour_list ul li a.hover{
  opacity: 1;
  background:rgba(255,128,155,0.2);
  -webkit-transition: 0.3s ease-in-out;  
  -moz-transition: 0.3s ease-in-out;  
  -o-transition: 0.3s ease-in-out;  
  transition: 0.3s ease-in-out;
}
.tour_list ul li a dl dd p{color:#000;}
.tour_list ul li a dl dd .plan_name{
  padding:10px 0 0px;
}
.tour_list ul li a dl dd .plan_name p strong{
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ff9eb2;
	line-height: 1.2em;
    font-size: 1.6em;
    font-weight: bold;
    font-family: 'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  	color: #f13e64;
}
.tour_list ul li a dl dd .plan_name p span{
    display: block;
    padding: 5px 0;
    font-size: 0.9em;
    color: #b07380;
}


/*他のエリアも見てみる*/
section.other_areaLink{
	position: relative;
	width: 100%;
	z-index: 0;
}
section.other_areaLink::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 1px);
    content: "";
    width: 1px;
    height: 40px;
    background: #ff809b;
    z-index: 2;
}
@media screen and (min-width: 768px) {
.other_areaLink ul li{
	width:calc(100% / 7 - 5px);
	margin-left: 5px;
}
}
@media screen and (max-width: 767px) {
.other_areaLink .other_area .flexBetween {
    width: 100%;
    height: auto;
    display: block;
}
.other_areaLink ul li{margin-bottom:5px;}
}
.other_areaLink ul li a{
	display: block;
	width:calc(100% - 2px);
	padding:14px 0 10px;
	line-height: 1.1em;
	text-align: center;
	border: 1px solid #838383;
	background: #fff;
}
.other_areaLink ul li a strong{
	color: #000;
}
.other_areaLink ul li a span{
	font-size: 10px;
}
.other_areaLink ul li a:hover{
	opacity:1;
	border: 1px solid #ff809b;
	background-color:#ff809b;
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}
.other_areaLink ul li a:hover strong,
.other_areaLink ul li a:hover span{
	color:#fff;
	opacity:1;
}

/* =======================================
   : SUB guide/index
========================================== */
.guide_lbphoto a{
    position: relative;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 10px;
    border:1px solid #000;
}
.ballon_box{
    position: relative;
    padding:10px;
    margin-bottom: 20px;
    background: #000;
}
.ballon_box:after{
    position: absolute;
    bottom: -12px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-top: 10px solid #000;
    border-left: 12px solid transparent;
    z-index: 2;
}
.ballon_box.last:after{border:none;display: none;}
.ballon_box p{color: #fff;margin-bottom: 0;}

/*guide_menu*/
.guide_menu{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.guide_menu li{
  width:calc(100% - 1px);
  margin-right:1px;
  margin-bottom:1px;
}
.guide_menu li a{
  display:block;
  width:100%;
  min-height:calc(100% - 32px);
  padding:20px 0 10px;
  text-align:center;
  background:#ff809b;
  border-bottom:2px solid #dc5370;
}
.guide_menu li a.current{
  background:#dc5370;
}
.guide_menu li a span{
  position:relative;
  display:inline-block;
  padding-top:40px;
  font-size:14px;
  font-weight:600;
  color:#fff;
}
.guide_menu li a span::before{
  position:absolute;
  top:0px;
  left:calc(50% - 30px);
  content:"";
  width:60px;
  height:28px;
}
.guide_menu li:first-child a span::before{
  background:url(../img/guide/icon_menu01-4.svg) no-repeat;
  background-size:100%;
}
.guide_menu li:nth-child(2) a span::before{
  background:url(../img/guide/icon_menu02-3.svg) no-repeat;
  background-size:100%;
}
.guide_menu li:nth-child(3) a span::before{
  background:url(../img/guide/icon_menu05-3.svg) no-repeat;
  background-size:100%;
}
.guide_menu li:nth-child(4) a span::before{
  background:url(../img/guide/icon_menu04-2.svg) no-repeat;
  background-size:100%;
}

/*guide_menu_pay*/
.guide_menu_pay{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.guide_menu_pay li{
  width:calc(100% - 1px);
  margin-right:1px;
  margin-bottom:1px;
}
.guide_menu_pay li a{
  display:block;
  width:100%;
  min-height:calc(100% - 32px);
  padding:20px 0 10px;
  text-align:center;
  background:#ff809b;
  border-bottom:2px solid #dc5370;
}
.guide_menu_pay li a.current{
  background:#dc5370;
}
.guide_menu_pay li a span{
  position:relative;
  display:inline-block;
  padding-top:40px;
  font-size:14px;
  font-weight:600;
  color:#fff;
}
.guide_menu_pay li a span::before{
  position:absolute;
  top:0px;
  left:calc(50% - 30px);
  content:"";
  width:60px;
  height:28px;
}
.guide_menu_pay li:first-child a span::before{
  background:url(../img/guide/guide_credit.svg) no-repeat;
  background-size:100%;
}
.guide_menu_pay li:nth-child(2) a span::before{
  background:url(../img/guide/guide_conveni.svg) no-repeat;
  background-size:100%;
}
.guide_menu_pay li:nth-child(3) a span::before{
  background:url(../img/guide/guide_pay-easy.svg) no-repeat;
  background-size:100%;
}

/* =======================================
   : SUB guide/qanda
========================================== */
.pageinnerLink_Wrap{
	width:100%;
	background: #fafafa;
}
.pageinnerLink_Wrap ul{
	width: calc(100% - 10px);
    margin: 0 auto;
    padding: 20px 0;
}
.pageinnerLink_Wrap ul li{
	width:100%;
}
.pageinnerLink_Wrap ul li a{
	position: relative;
	display: block;
	padding:10px 10px 10px 30px;
	color: #000;
	border-bottom: 1px solid #000;
}
.pageinnerLink_Wrap ul li a.hover{
	opacity:1;
	color: #ff809b;
	background: #efefef;
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}
.pageinnerLink_Wrap ul li a:before{
	position: absolute;
	top:calc(50% - 12px);
    left: 5px;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/common/icon_chevron-right-circle.svg) no-repeat center;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

p.q_a_title{
	margin-bottom: 10px;
	font-size: 20px;
  	font-family:'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,serif;
	color: #444;
}


/* ----------------------------------------------------------------
    js:accordion
----------------------------------------------------------------- */
.acMenu{
	width:100%;
}
.acMenu dt{
	position: relative;
	display: block;
	width:calc(100% - 30px);
	padding:10px 30px 10px 0;
	background: #fff;
    cursor:pointer;
    }
.acMenu dt:after{
	position: absolute;
	top:calc(50% - 10px);
    right: 5px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/common/icon_chevron-right-circle.svg) no-repeat center;
    background-size: 100%;
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
    z-index: 100;
}	
.acMenu dd{
    width:100%;
    height:auto;
    display:none;
}
.acMenu dt.active:after{
	-moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*decoration*/
ul li.acWrap:first-child{
	border-top:1px solid #000;
} 
dl.acMenu{
	border-bottom:1px solid #000;
}
dl.acMenu dt{
	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: top;
  	align-items: top;
}
dl.acMenu dt span.en{
	display: inline-block;
	padding:0 5px;
	font-size: 24px;
	font-weight: 500;
}
dl.acMenu dt.active{
	background: #efefef;
}
.acMenu dt:hover,
dl.acMenu dt.active:hover{
	background: rgba(255,128,155,0.2);
    -webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out;
}
dl.acMenu dd{
	position: relative;
	width: calc(100% - 40px);
	padding:20px 10px 30px 30px;
}
dl.acMenu dd:before{
	position: absolute;
	top:20px;
	left:5px;
	content: "A.";
	font-family: 'Ubuntu Mono', monospace;
	-ms-font-feature-settings: "normal";
	font-size: 24px;
	color: #ff809b;	
}


/* =======================================
   sub page : contact form
========================================== */
/* step_navigation
---------------------------------------- */
div.contact-step-navi{
	width:100%;
	margin:0 auto;
	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-wrap: nowrap;
  	flex-wrap: nowrap;
}
div.contact-step{
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 30.5%;
	width: calc(100% / 3);
	height: 60px;
	background: #fafafa;
	text-align: left;
	z-index: 0;
}

div.contact-step:before {
	position: absolute;
	top:0;
	left:-17px;
	width: 30px;
	height: 60px;
	content:"";
	background: #fafafa;
	border-left:4px solid #fff; 
	-webkit-border-left:4px solid #fff; 
	-moz-transform-origin:0 100%;
	-webkit-transform-origin:0 100%;
	transform-origin:0 100%;
	-moz-transform:skewX(-15deg);
	-webkit-transform:skewX(-15deg);
	transform:skewX(-15deg);
	z-index: 9;
}
div.contact-step.step01:before{
	display: none;
}
div.contact-current:before,
div.contact-current{
    background: #ff809b;
}
div.contact-step dl{
	position: relative;
    margin:0;
    margin-left: 10px;
    padding:0;
}
div.contact-step dt{
	position: relative;
	z-index: 99;
	font-size: 14px;
	color:#333c4d;
}
div.contact-step dd{
	position: relative;
	z-index: 99;
	font-size: 16px;
	color:#333c4d;
}
div.contact-current dt,
div.contact-current dd{
	color: #fff;
}

#all_brands_contens h3.new_pagetitle_h3 {
        font-size: 1.17em !important; 
}

.imitationSelect .selectedItem {
	margin-bottom: 0px;
}
#MainBlock div#container {
	padding-top: 20px !important;
}