@charset "utf-8";

/*---------------------------------------------------------------------------
/* 1: reset
 --------------------------------------------------------------------------*/
 * { margin: 0; padding: 0; }
body,div,ul,li,h1,p { margin: 0; padding: 0; }

html {
	position: relative;
	z-index: 0;
	height:100%;font-family: "游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important; 
	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 { margin:0 auto;padding:0px;text-align:left;color: #000; font-size:16px; height:100%;-webkit-text-size-adjust: 100%;letter-spacing:0.5px; /*min-width:1080px; */
/*検索窓対策*/
font: 16px/1.25 "游ゴシック", YuGothic, "Yu Gothic","YuGothic-Bold","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
@media print{
body { min-width:1160px;}
}


img {border: 0; vertical-align: bottom;}

h1 {clear: both; font-size: 100%; font-weight: normal;}

ul {text-indent: 0;}
li {list-style: none;}

/*address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}*/
strong{font-weight: 600;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

p{
	font-size: 16px;
	line-height: 1.4em;
}

section p{
	margin-bottom:30px;
}
* html div#container{
	height:100%;
}
/*グロナビスクロール時_背面うごかさない*/
.Fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


/*---------------------------------------------------------------------------
/* 2: set tags
 --------------------------------------------------------------------------*/
ul { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; /*font-size:16px;*/ }

a{text-decoration: none !important; 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;}

/*---------------------------------------------------------------------------
/* 3: set common selecter
 --------------------------------------------------------------------------*/

.sp{ display: none !important; }
.pc { display: block; }
.pc_inline{display: inline-block;}


/* 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 block contents */
.disp-b{display: block;}

/* set text */
.txSmall  { font-size: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLead  {  font-size: 24px; font-weight: 600;margin-bottom:30px;text-align: center; color: #444;font-family:'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }
.tLarge  { font-size: 1.4em; }
.txLarge { font-size: 1.8em; }
.tsxLarge { font-size: 2.2em; }
.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 */
.fLeft { float: left !important;}
.fRight { float: right !important;}

/* 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: 8%; }
.w20 { width: 18%; }
.w30 { width: 28%; }
.w40 { width: 38%; }
.w50 { width: 48%; }
.w60 { width: 58%; }
.w70 { width: 68%; }
.w80 { width: 78%; }
.w90 { width: 88%; }
.w100{width: 100%; }

.w10 img, .w20 img, .w30 img, .w40 img, .w50 img, .w60 img, .w70 img, .w80 img, .w90 img, .w100 img { 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%;}
/*カラー写真をモノクロに*/
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;
}
/*========================================
    :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: 300px;
	height: 120px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #ff809b;
	font-size: .9em;
	z-index: 9999999999999;
	border-radius: 15px;
}

#loader p,#loader img {
	display: block;
	margin: 0 auto 10px;
}
#loader p.en{font-size: 14px;}
#loader p strong{font-size: 18px;}


/*========================================
    :svg  
==========================================*/
img[src$=".svg"]{
    max-width: 100%;
    width: 100%;
    height: auto;
}
/*========================================
    :img-画像を動かす
==========================================*/
.scale_up{overflow:hidden;}

.scale_up img {
	position: relative;
    overflow:hidden;
    -webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	transition: all .8s ease-out;
	width:auto;
}
.scale_up a:hover img,
a:hover .scale_up img{
    overflow:hidden;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	transition: all .8s ease-out;
}
/*========================================
    :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;
}

.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;}

/*
.inviewDelay ul li とすれば連続して遅延できる（jsで処理）
*/

/*---------------------------------------------------------------------------
/* js readMore
 --------------------------------------------------------------------------*/
#tileList ul li,#tileList02 ul li,#tileList03 ul li{display: none;}
.readMoreBtn{display: none;}

/*---------------------------------------------------------------------------
/* js tab
 --------------------------------------------------------------------------*/
.hide{display:none;}
/*---------------------------------------------------------------------------
/* 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: 20px;
}
h1 strong{
	font-size: 30px;
	font-weight: 500;
}
h1 span.searchFromArea{margin-top:10px; }

/*---------------------------------------------------------------------------
/* 4: layout block
 --------------------------------------------------------------------------*/
/* =======================================
   4-1: wrapper
========================================== */
#container{
    width: 100%;
    margin:0;
    position:relative;
    min-width:100%;
    background-repeat: repeat-x;
    /*overflow-x:hidden;*/
    text-align:left;
    z-index: 0;
}
body > div#container {
    height: auto;
    min-height: 100%;
}
div#main {
    padding-bottom:455px;
    overflow: hidden;
}
article{
	position: relative;
	width:100%;	
	margin:0;
	padding:0;
	z-index: 0;
}
section{margin:0; padding:0;}
section.section{
	position: relative;
	width:100%;
	z-index: 100;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.contents_inner{
	position: relative;
	width:1160px;
	margin:0 auto;
	z-index: 100;
}
@media screen and (max-width: 1160px) {
 .contents_inner{
  width:95%;
  width:calc(100% - 20px);
}
}

.content{margin-bottom: 60px;}
.bg01{
	background: #fff;
}
.bg02{
	background: rgba(255,255,255,0.85);
}
.bg03{
	background: #f0f0f0;
}
/*アンカーリンクがページの途中の場合-idごとに下記を当てていく*/
.page_outlink{
	margin-top:-60px;
    padding-top:60px;
}


/* =======================================
   4-2: header section
========================================== */
.headerWrap{
	position: relative;
	top:0;
	left:0;
	width:100%;	
	/*height: 60px;*/
    height:35px;
	background: #fff;
	z-index: 1000;
}
.h_logo{
	position: absolute;
	top:5px;
	left:0px;
	width:400px;
	z-index: 10000;
}
.h_logo a{
	position: relative;
	top:0px;
	left:0px;
	display: block;
	width:100%;
	z-index: 10000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
}
.h_logo a span.title{
	display: inline-block;
	width:100%;
	margin-top: 4px;
	padding:1px 0;
	text-align: center;
	font-size: 12px;
	background: #000;
	color:#fff;
}
.h_logo a:hover img{
	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;
}
@media screen and (max-width: 1080px) {
.h_logo{width:300px;}
.h_logo a span.title{font-size: 10px;}
}

/* =======================================
   4-3: global navigation
========================================== */
#g-menu-wrapp {
	position: absolute;
	right:0;
	width: auto;
	max-width:800px;
	/*height: 60px;*/
    height: 35px;
	padding: 0;
	margin: 0;
	z-index: 111111;
}
#g-menu-wrapp ul{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: flex-end; 
  	justify-content:flex-end;
	width:100%;
}
#g-menu-wrapp ul li{position: relative;}
#g-menu-wrapp ul li:before{
	position: absolute;
	top:calc(50% - 12px);
	left:-2px;
	content: "/";
}
#g-menu-wrapp ul li.link_contact:before,
#g-menu-wrapp ul li.link_mypage:before{content: "";}
#g-menu-wrapp ul li.link_contact,
#g-menu-wrapp ul li.link_mypage{
	width:120px;
	/*height:60px;*/
    height:35px;
}
#g-menu-wrapp ul li a{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content:center;
  	-webkit-align-items: center;
  	align-items: center;
  	/*height:60px;*/
    height: 35px;
  	padding:0 16px;
  	font-size: 14px;
  	font-weight:500;
  	color: #000;
}
#g-menu-wrapp ul li.link_contact a,
#g-menu-wrapp ul li.link_mypage a{
	width:100%;
	/*height:60px;*/
    height:35px;
	padding:0;
    font-size: 0.9em;
	background: #000;
	color:#fff;
}
#g-menu-wrapp ul li.link_mypage a{border-left:1px solid #444;}
@media screen and (max-width: 1080px) {
	#g-menu-wrapp ul li.link_contact,#g-menu-wrapp ul li.link_mypage{width:90px;}
	#g-menu-wrapp ul li a{padding:0 6px; font-size: 12px; }
    #g-menu-wrapp ul li.link_contact a,
    #g-menu-wrapp ul li.link_mypage a{font-size: 11px;}
}
#g-menu-wrapp ul li a:hover{
	opacity:1;
	color: #ff809b;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#g-menu-wrapp ul li.link_contact a:hover,
#g-menu-wrapp ul li.link_mypage a:hover{
	opacity:1;
	color:#fff;
	background: #ff809b;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/* =======================================
   4-4: fixed transition (header & globalnavi)
========================================== */
.headerWrap.fixed{
	position: fixed;
	width:100%;
	top:0;
	padding:0;
	border-bottom: 1px solid #efefef;
	z-index: 1000;
}
.headerWrap.fixed .h_logo{top:0;}
.headerWrap.fixed .h_logo a{
	width:215px;
	/*height: 60px;*/
    height: 50px;
	padding:0;
	line-height: 1em;
}
.headerWrap.fixed .h_logo span.logo{
	display: inline-block;
	width:200px;
	padding:2px 8px 0px;
	margin:0 auto;
	text-align: center;
}
.headerWrap.fixed .h_logo span.title{
	display: inline-block;
	font-size: 10px;
}
@media all and (-ms-high-contrast:none){
.headerWrap.fixed .h_logo a{line-height: 1em;}
.headerWrap.fixed .h_logo span.logo{padding-bottom: 0;margin-bottom: 0;}
.headerWrap.fixed .h_logo span.title{margin-top:0;}
}

/* =======================================
   4-5: footer section
========================================== */
footer {
	overflow: hidden;
	position:absolute;
    bottom:0;
    width:100%;
    margin:0;
    padding:0;
    /*height: 525px;*/
    height:455px;
    background: #fff;
}
/* footer_top
---------------------------------------- */
.footer_top{
	width:100%;
	height: 180px;
	background: #272727;
}
.footer_top div.footer_top_inner{
	display: -webkit-flex;
  	display: flex;
  	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
  	align-items: center;
  	width:1160px;
	height: 180px;
	margin: 0 auto;
}
@media screen and (max-width: 1160px) {
	.footer_top div.footer_top_inner{width:calc(100% - 20px);}
}

.footer_top div .col_left{
	padding-right: 75px;
}
@media screen and (max-width: 1160px) {
	.footer_top div .col_left{padding-right: 45px;}
}
.footer_top div .col_left p{
	color: #fff;
	line-height: 1.2em;
}
.footer_top div .col_left p.aboutus_title{font-size: 24px;margin-bottom: 16px;}
.footer_top div .col_left p.aboutus_detail{font-size: 14px;}
.footer_top div .col_middle{
	width:145px;
	margin-right: 80px;
}
@media screen and (max-width: 1160px) {
	.footer_top div .col_middle{
	margin-right: 50px;}
}
.footer_top div .col_middle 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_top div .col_right{
	width:560px;
	width:calc(100% - 320px);
	height: 80px;
}
@media screen and (max-width: 1160px) {
	.footer_top div .col_right{width:calc(100% - 560px);}
}
.footer_top div .col_right ul{
	display: -webkit-flex;
  	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between; 
}
.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: 80px;
    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{color: #fff;}

/* footer_bottom
---------------------------------------- */
.footer_bottom{
	position: relative;
	width: 100%;
	/*height: 345px;*/
    height: 275px;
	background: url(../img/common/bg_footer.svg) no-repeat center bottom;
	background-size:100%; 
}
.footer_bottom .banner_Wrap ul{
	overflow: hidden;
	width: 100%;
    /*min-height: 120px;margin:50px 0 50px;*/
  	padding:50px 0;
}
.footer_bottom .banner_Wrap ul li{
	float:left;
	width:275px;
	width:calc(100% / 4 - 20px);
	margin:0 20px 8px 0;
	padding:0;
}
.footer_bottom .banner_Wrap ul li:nth-child(5n){margin-right:0;}
.footer_bottom .banner_Wrap ul li a{
    overflow: hidden;
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
    height:63px;
}
.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{
	position: relative;
	bottom:0;
	width:100%;
}
.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{
	color: #ff809b;
	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;
}
.copyright_Wrap{
	padding:20px 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;
}
/* Pagetop
---------------------------------------- */
#pageback{
	position: fixed;
	bottom: 5px;
	right:5px;
	z-index: 99999999;
}
#pageback a{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content: center;
  	-webkit-align-items: center;
  	align-items: center;
  	width:120px;
  	height: 50px;
	border:2px solid #000;
}
#pageback a: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;
}
#pageback a strong{
	font-weight: 800;
 	font-family: "Ubuntu Mono",Arial,sans-serif;
 	letter-spacing: 0.01em;
 	color: #000;
}
#pageback a:hover strong{
	opacity:1;
	color: #fff;
}

/* topdep
---------------------------------------- */
#topdep{
	position: fixed;
	bottom: 300px;
	z-index: 99999999;
	left: 18px;
}
#topdep a{
	display: -webkit-flex;
	display: flex;
  	-webkit-justify-content: center; 
	justify-content: center;
  	-webkit-align-items: center;
	align-items: center;
	width:220px;
	height: 60px;
	border:2px solid #000;
	background-color: rgba(235,255,0,0.5);
}
#topdep a:hover{
	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;
	background-color: #000;
}
#topdep a strong{
	font-weight: 800;
 	font-family: "Ubuntu Mono",Arial,sans-serif;
 	letter-spacing: 0.01em;
 	color: #000;
}
#topdep a:hover strong{
	opacity:1;
	color: #fff;
}

/* =======================================
   sitecategory(ヘッダー下のメニュー)
========================================== */
.sitecategory_Wrap{
    position: relative;
    width:100%;
    background: #fafafa;
}
nav.sitecategory ul{
	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: flex-end; 
  	justify-content:flex-end;
	width:100%;
}
nav.sitecategory ul li{
	border-left: 2px solid #fafafa;
}
/*nav.sitecategory ul li:first-child{border-left:1px solid #fafafa;}*/
nav.sitecategory ul li a{
	position: relative;
	display: flex;
  	display: flex;
  	-webkit-justify-content: center; 
  	justify-content:center;
  	-webkit-align-items: center;
  	align-items: center;
    width: 200px;
    /*height: 40px;*/
	height: 55px;
  	font-size: 15px;
  	font-weight:150;
    color: #000;
    background: #dfdfdf;
}
nav.sitecategory ul li a:hover{
    background: #BCBCBC;
    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.current{
    font-weight:300;
  	color: #fff;
    background: #fd4e74;
}
nav.sitecategory ul li a.current:hover{
    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-weight:600;
}
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%;
}


a .small{
	font-size: 12px;
}

/*--------------------------
	pagetitle_Layout :Base
--------------------------*/
.pagetitle_Wrap_s{
	width:100%;
	margin-top: 10%;
}
.pagetitle_inner{
	position: relative;
	width:calc(100% - 80px);
	margin:0 auto;
	padding: 30px 0 28px;
	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;
}

/*js 連動動作部分*/
.depa .select .pull {
  display: none;
  position: absolute;
  left: 180px;
  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;
  }
}

/* =======================================
   : SUB Common
========================================== */
/*pankuzu*/
ul.pankuzu {
	width: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
	vertical-align: top;
	list-style-type: none;
}
ul.pankuzu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
	position: relative;
	zoom: 1;
	font-size: .9em;
}
ul.pankuzu li a, ul.pankuzu li:last-child {
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding: 20px 20px 20px 0;
}
ul.pankuzu li:first-child{margin-left: 1em;}
ul.pankuzu li:last-child{padding-right:0!important;}
ul.pankuzu li a span{color:#000; font-weight:bold; text-decoration: underline;}
ul.pankuzu li a:hover span{
	opacity:1;
	text-decoration:none;
	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;
}
ul.pankuzu li a::after {
	position: absolute;
	top:20px;
	right:2px;
	content: "/";
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
}


/* ----------------------------------------
	エアプラス側
---------------------------------------- */
body.sub{
	position: relative;
	width:100%;
	background: url(../img/common/bg_subtitle.jpg)no-repeat center top;
	background-size: 100%;
	background-attachment: fixed;
	z-index: -1;
}

.pagetitle_Wrap_s{
	width:100%;
	margin-top: 10%;
}
.pagetitle_inner{
	position: relative;
	width:calc(100% - 80px);
	margin:0 auto;
	padding: 30px 0 28px;
	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;
}


/* =======================================
   : 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;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	color: #ff809b;
	font-family:'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,serif;
}
/*bottom_section*/
section.feature_detail_bottom_section{
	position: relative;
	width:100%;
	padding-bottom: 60px;
	z-index: 1;
}
section.feature_detail_bottom_section.select_area{
	position: relative;
	background: url(../img/feature/bg_select_area.jpg) no-repeat top center;
	background-size: 100%;
	z-index: 1;
}
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: 1;
}
section.feature_detail_bottom_section:before{
	position: absolute;
    top: 0;
    left: calc(50% - 40px);
    content: "";
    width: 0;
    height: 0;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    border-left: 40px solid transparent;
}
section.feature_detail_bottom_section p.title{
	padding:60px 0 30px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 30px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
}

section.feature_detail_bottom_section div ul{
	overflow: hidden;
	width:100%;
}
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: 20px;
	text-align: center;
	background: rgba(255,255,255,0.6);
}
section.feature_detail_bottom_section.select_area div ul li a strong{
	font-size: 20px;
	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% - 80px);
	padding:30px 20px 28px 60px;
	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:26px;
	top:28px;
	content: "";
	width:24px;
	height:23px;
	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: 20px;
	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{
	display: -webkit-flex;
  	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin:0 0 20px;
}
.plan_intro dt{
	display: block;
	width:30%;
}
.plan_intro dt img{
	display: block;
	width:100%;
}
.plan_intro dd{
	display: block;
	width:calc(70% - 40px);
	padding:0px 20px;
}
.plan_intro dd .plan_title p{
	margin-bottom: 20px;
}
.plan_intro dd .plan_title .plan_catch p .place_tag{
	display: inline-block;
	padding:2px 10px;
	margin: 0 10px 0 0; 
	font-size: 14px;
	border:1px solid #f13e64;
	color:#f13e64;
}
.plan_intro dd .plan_title .plan_catch p strong{
	display: inline-block;
	padding:4px 0px;
	font-size:18px;
	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%;
}
.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;
}
.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:0 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{
	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{text-decoration: none;}

.sns_share ul{
	display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.sns_share ul li{
	width:calc(100% / 3 - 15px);
}
.sns_share ul li:nth-child(2){margin:0px 20px;}
.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{
	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;}
.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%;
  margin-top: 21%;
  padding-bottom: 30px;
}
/*東北・関東・中部北陸・*/
.region_catchWrap.bg_plus{
  padding-top: 30px;
  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{
  width:90%;
  text-align: center;
}
.region_catchWrap .catch strong{
  font-size: 34px;
  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;
}
/*tab section*/
section.select_purpose{
  width:100%;
}
section.select_purpose .tab_area{
  width: 1160px;
  margin:0 auto;
}
@media screen and (max-width: 1200px) {
section.select_purpose .tab_area{
  width:calc(100% - 20px);
}
}
section.select_purpose .content_areaWrap{
  width:100%;
  padding:0 0 60px;
  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: -14px;
  left: calc(50% - 16px);
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 14px solid #000;
  border-left: 16px solid transparent;
  z-index: 2;
}
/*tab_area:content_title*/
.content_area .h2_Wrap{
  position: relative;
  width:100%;
  padding: 40px 0 1px;
  margin-bottom: 30px;
  overflow:hidden;
  background:transparent;
  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.1% 100%,
  linear-gradient(to top left, rgba(255,255,255,0) 51%, #de74bc 51%) no-repeat top right/50.1% 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:30px 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 8px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #ff9eb2;
    line-height: 1.2em;
    color: #f13e64;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    font-family: 'FOT-筑紫明朝 Pr6 LB',TsukuMinPr6-LB,游明朝,"Yu Mincho",YuMincho, Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.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%;
}
section.other_areaLink::before {
    position: absolute;
    top: -35px;
    left: calc(50% - 1px);
    content: "";
    width: 1px;
    height: 70px;
    background: #ff809b;
    z-index: 101;
}
.other_areaLink ul li{
	width:calc(100% / 7 - 5px);
	margin-left: 5px;
}
.other_areaLink ul li:first-child{margin-left: 0;}
.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;
    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(4, 1fr);
	grid-auto-rows: minmax(120px, auto);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.guide_menu li{
  width:calc(100% - 1px);
  margin-right:1px;
}
.guide_menu li a{
  display:block;
  width:100%;
  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:70px;
  font-size:16px;
  font-weight:600;
  color:#fff;
}
.guide_menu li a span::before{
  position:absolute;
  top:0px;
  left:calc(50% - 61px);
  content:"";
  width:122px;
  height:54px;
}
.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(4, 1fr);
	grid-auto-rows: minmax(120px, auto);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.guide_menu_pay li{
  width:calc(100% - 1px);
  margin-right:1px;
}
.guide_menu_pay li a{
  display:block;
  width:100%;
  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:70px;
  font-size:16px;
  font-weight:600;
  color:#fff;
}
.guide_menu_pay li a span::before{
  position:absolute;
  top:0px;
  left:calc(50% - 61px);
  content:"";
  width:122px;
  height:54px;
}
.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{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: calc(100% - 80px);
    margin: 0 auto;
    padding: 30px 0;
}
.pageinnerLink_Wrap ul li{
	width:calc(100% / 3 - 20px);
	margin:0 10px 20px;
}
@media all and (-ms-high-contrast:none){
.pageinnerLink_Wrap ul li{
	width:calc(100% / 3 - 21px);}
}

@media screen and (max-width: 1200px) {
.pageinnerLink_Wrap ul li{width:calc(100% / 2 - 20px);}
}
.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: 24px;
  	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:20px 30px 20px 0;
	background: #fff;
    cursor:pointer;
    }
.acMenu dt:after{
	position: absolute;
	top:calc(50% - 12px);
    right: 20px;
    content: "";
    width: 24px;
    height: 24px;
    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: center;
  	align-items: center;
}
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 20px 30px;
}
dl.acMenu dd:before{
	position: absolute;
	top:18px;
	left:5px;
	content: "A.";
	font-family: 'Ubuntu Mono', monospace;
	-ms-font-feature-settings: "normal";
	font-size: 24px;
	color: #ff809b;	
}
dl.acMenu dd p{margin-bottom: 10px;}

/* =======================================
   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;
	padding-left: 30px;
	z-index: 0;
}

div.contact-step:before {
	position: absolute;
	top:0;
	left:-30px;
	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(-25deg);
	-webkit-transform:skewX(-25deg);
	transform:skewX(-25deg);
	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;
    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;
}
