@charset "utf-8";
/*------------------------------------------------------------
   Base styles
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}

html{
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea{
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th{
  text-align: left;
}

img {
  vertical-align: top;
}

body{
  font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #262626;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #069;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}


/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }

/*------------------------------------------------------------
  utility tool
------------------------------------------------------------*/
/* clearfix */
.clearfix:before,
.clearfix:after{
  content:" ";
  display:table;
}
.clearfix:after{
  clear: both;
}
.clearfix{
  *zoom:1;
}

/* text */
ul,ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*--970pxまで、幅あり--*/
.u_center970 {
  width: 970px;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  .u_center970 {width: auto;}
  .u_center970.is_sp10 { padding: 0 10px;}
}

/*--970px、768px、480pxで表示切替--*/
.u_under970 { display: none;}
.u_under768 { display: none;}
.u_under480 { display: none;}
.u_under320 { display: none;}

@media screen and (max-width: 970px) {
  .u_over970 { display: none;}
  .u_under970 { display: block;}
}
@media screen and (max-width: 768px) {
  .u_over768 { display: none;}
  .u_under768 { display: block;}
}
@media screen and (max-width: 480px) {
  .u_over480 { display: none;}
  .u_under480 { display: block;}
}
@media screen and (max-width: 320px) {
  .u_over320 { display: none;}
  .u_under320 { display: block;}
}
/*-- 画像の中央寄せ (別途、幅を指定) --*/
.u_centerImg { text-align: center;}
.u_centerImg img { vertical-align: bottom;}
@media screen and (max-width: 970px) {
  .u_centerImg img { height: auto;}
}


/* UserAgentでPCとスマホを切り分け  */
.u_spOnly,
.u_spOnlyInline { display: none;}

/* sp or pc */
.u_pcDisplay { display: block;}
.u_spDisplay { display: none;}


/* button */
.btnArea {
  position: relative;
  max-width: 570px;
  margin: 0 auto 15px;
}
.btnArea:after {
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  font-family: 'Fontawesome';
  content: "\f105";
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
}

.submit input,
.btn {
  display: block;
  padding: 15px 25px 15px 15px;
  background: #999;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  transition: all 0.2s linear;
}

.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.btn_primary {
  background: #685bc7;
}

.btn_secondary {
  background: #fff;
  border: solid 2px #685bc7;
  color: #685bc7;
}

.btnArea:has(.btn_secondary):after {
  color: #685bc7;
}

.btn_tertiary {
  background: #ff4d33;
}

.btn_null, .btn_null:hover {
  border: #ddd 1px solid;
  background: #eee;
  color: #999;
  cursor: default;
  outline: none;
}

.btn_small {
  font-size: 16px;
}

/* 2つ並びのボタン */
.btnGroup {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  width: 100%;
  margin: 30px auto 15px;
}
.btnGroup .btnArea {
  display: flex;
  width: 49%;
}
.btnGroup .btnArea .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
}
.btnGroup .btnArea .btn span {
  display: inline-block;
}


/* linkPagetop */
.u_linkPagetopPc {
  position: fixed;
  right: 15px;
  bottom: 75px;
}
.u_linkPagetopPc img {
  width: 56px;
  height: auto;
}

.comBtn a {
  margin: 0 auto 53px;
  padding: 17px 0;
  font-size: 24px;
  display: block;
  text-align: center;
  max-width: 570px;
  text-decoration: none;
  position: relative;
}
 .comBtn a.btn_null,
 .comBtn a.btn_null:hover {
  border: #ddd 1px solid;
  background: #eee;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #999;
  cursor: default;
  outline: none;
}
.endText{
  font-size:18px;
  text-align:center;
  margin-bottom:20px;
}



/* ==========================================================================
   template layout
   ========================================================================== */
body {
  min-width: 970px;
}

li img {
  display: block;
  vertical-align: middle;
}

/* 協賛ロゴのサイズ調整 */

.u_header .logoSet .collaboLogo {
  padding-top: 10px;
}
.u_header .logoSet .collaboLogo img {
  width: auto;
  height: 45px;
}

@media screen and (max-width:768px) {
  .u_header .logoSet .collaboLogo img {
    width:auto;
    height: 33px;
  }
}

/* background color */
.bg_primary {
  background-color: #eee;
}
.bg_secondary {
  background-color: #eee;
}

/*  subTitle */
.subTitle {
  padding: 0 0 10px;
  font-size: 30px;
  color: #262626;
  text-align: center;
  font-weight: bold;
}



/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
.u_header {
  min-width: 970px;
  background: white;
}

.u_header_wrap {
  width: 970px;
  margin: 0 auto;
}

.u_header .logo {
  padding: 12px 0;
  float: left;
}

.u_header .logo img {
  width: 140px;
  height: 40px;
  vertical-align: bottom;
}

/* Collabo Logo */
.u_header .logoSet {
  float: left;
}
.u_header .logoSet .collaboMark {
  float: left;
  padding: 23px 10px 0px 10px;
}
.u_header .logoSet .collaboLogo {
  float: left;
}
.u_header .logoSet .collaboLogo img {
  vertical-align: bottom;
}


/* PR Tag */
.u_headerPrTag{
  text-align:right;
  font-size:16px;
  line-height:1.6;
  margin:10px 7px 0 0;
  color:#cccccc;
  font-weight:bold;
}


/*------------------------------------------------------------
  Main Visual
-----------------------------------------------------------*/
.l_MainTitle {
  background: #999;
  text-align: center;
}
.l_MainTitle img {
  width: 100%;
  height: auto;
}


/*------------------------------------------------------------
  gNavi
------------------------------------------------------------*/
.gNavi {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
}

.gNavi >ul {
  display: flex;
  justify-content: space-around;
}

.gNavi li {
  font-size: 22px;
}

.gNavi.is_three li {
  width: 30%;
}
.gNavi.is_three li a {
  display: inline-block;
}

.gNavi a {
  display: block;
  padding: 15px 5px 0;
  color: #262626;
  text-decoration: none;
  transition: all 0.2s linear;
}
.gNavi a:hover {
  color: #685bc7;
}

.gNavi .active a {
  color: #685bc7;
  border-bottom: solid 4px #685bc7;
}



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

/* Top Contents
-------------------------------------------------------*/
.top_contents {
  background-color: #eee;
  padding: 30px 0 45px;
}


/*  Inner Area (.inner)
-------------------------------------------------------*/
.inner {
  margin: 0 auto;
  max-width: 970px;
  width: 100%;
  overflow: hidden;
}


/*  CAT Button Area
-------------------------------------------------------*/
.catBox {
  padding-bottom: 35px;
  text-align: center;
}

.img-line {
  height: 100px;
  background: url(../img/common/bg_photoBar.png) repeat-x center top;
  background-size: cover;
}

.catBox .subTitle {
  padding: 20px 0 0;
}
.catBox .subTitle span {
  color: #fc5415;
}

.catBox .txt {
  margin-bottom: 20px;
}

.catBox .term {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

.catBox .infoText {
  padding: 30px 0;
  color: #999;
  font-size: 12px;
  text-align: left;
}

/* Result Stats*/
.result .catBox {
  padding-bottom: 10px;
}
.result .catBox .close-application {
  margin: 30px auto;
  font-size: 26px;
  text-align: center;
}

.result .catBox .close-application > span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}



/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
.u_footer {
  min-width: 970px;
  background: #fff;
  border-top: 1px solid #ddd;
}

.u_footer_wrap {
  width: 970px;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 12px;
}




/* ==========================================================================
  Responsive
========================================================================== */
@media screen and (max-width:768px) {
/*------------------------------------------------------------
  utility tool
------------------------------------------------------------*/
/* sp or pc */
  .u_pcDisplay { display: none;}
  .u_spDisplay { display: block;}
  .u_displayNone {display:none;}

/*  button */
  .btnArea {
    width: 100%;
  }
  .submit input,
  .btn {
    font-size: 20px;
  }

/* linkPagetop */
  .u_linkPagetopSp {
    padding: 10px 0;
    background-color: #fff;
    border: solid 0px #ddd;
    border-width: 1px 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
  }
  .u_linkPagetopSp span {
    padding-left: 10px;
  }
  .u_linkPagetopSp a {
    display: block;
  }
  .u_linkPagetopSp a span {
    padding: 5px 20px 5px 5px;
    background: url(https://ssl.4travel.jp/img/general/4travel/cmn/ver1/btn/btn_backtop_sp.png) no-repeat right center;
    background-size: 15px 15px;
  }
  .u_linkPagetopSp a:visited {
    color: #069;
  }


/*------------------------------------------------------------
  layout
------------------------------------------------------------*/
  body {
    min-width: inherit;
  }

/*  subTitle */
  .subTitle {
    font-size: 24px;
    line-height: 1.3;
  }

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
/* headerx */
  .u_header {
    min-width: 0;
  }
  .u_header_wrap {
    width: auto;
  }
  .u_header .logoSet {
    width: auto;
  }
  .u_header .logo {
    padding-left: 10px;
  }

  .u_header .logoSet img {
    width: auto;
    height: 28px;
    vertical-align: bottom;
  }

  .u_header .logoSet .collaboMark {
    padding: 13px 6px 0px 6px;
  }

  .u_header .logoSet .collaboMark img {
    height: 15px;
  }


/* PR Tag */
  .u_headerPrTag{
    font-weight: normal;
  }

/*------------------------------------------------------------
  Main Visual (.titel_banner)
-----------------------------------------------------------*/
  .l_MainTitel_sp img {
    width: 100%;
  }

/*------------------------------------------------------------
  gNavi
------------------------------------------------------------*/
  .gNavi li {
    font-size: 16px;
  }

/*------------------------------------------------------------
  Contents
------------------------------------------------------------*/
/*  Inner Area (.inner)
-------------------------------------------------------*/
  .inner {
    width: auto;
    padding: 0 15px;
  }


/*  Button Area
-------------------------------------------------------*/
  .catBox {
    padding-bottom: 15px;
  }

  .img-line {
    height: 50px;
    background: url(../img/common/bg_photoBar.png) repeat-x center top;
    background-size: auto 50px;
  }

  .catBox .subTitle {
    padding: 30px 15px 5px;
    font-size: 22px;
  }

  .catBox .txt {
    padding: 0 15px;
  }
  .catBox .txt span {
    display: block;
  }

  .comBtn a.btn_null{
    margin: 0 auto 27px;
    padding: 15px;
    font-size: 20px;
  }


  /* Result Stats*/
  .result .catBox .close-application {
    font-size: 20px;
  }
  .result .catBox .close-application > span {
    font-size: 13px;
  }


/*------------------------------------------------------------
  Footer
------------------------------------------------------------*/
  .u_footer {
    min-width: 100%;
    border-top: none;
  }

  .u_footer_wrap {
    width: 92%;
    margin: 0 auto;
    padding: 10px 0;
  }

}



/* ==========================================================================
  Responsive 480
========================================================================== */
@media screen and (max-width:480px) {
/*------------------------------------------------------------
  utility tool
------------------------------------------------------------*/
  /*  button */
  .btnGroup .btnArea {
    width: 48%;
    margin: 0;
  }
  .btnGroup .btnArea:after {
    right: 7px;
  }
  .btnGroup .btnArea .btn {
    justify-content: flex-start;
    width: calc(100% - 30px);
    padding: 10px 20px 10px 10px;
    text-align: left;
  }
  .submit input,
  .btn {
    font-size: 16px;
  }
  .comBtn a.btn_null {
    font-size: 16px;
  }

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
  /* PR Tag */
  .u_headerPrTag{
    font-size:14px;
    margin: 5px 5px -10px 5px;
    font-weight:normal;
  }

/*------------------------------------------------------------
  gNavi
------------------------------------------------------------*/
  .gNavi > ul {
    justify-content: space-between;
    padding: 0 10px;
  }

  .gNavi li {
    font-size: 14px;
  }

  .gNavi a {
    padding: 15px 0px 5px;
  }

}



/* ==========================================================================
  Responsive 320
========================================================================== */
@media screen and (max-width:320px) {
/*------------------------------------------------------------
  utility tool
------------------------------------------------------------*/
  /*  button */
  .btnGroup .btnArea .btn {
    font-size: 12px;
  }
/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
  .u_header .logo {
    padding-top: 10px;
  }
  .u_header .logoSet img {
      height: 20px;
  }
  .u_header .logoSet .collaboMark {
    padding-top: 8px;
  }
  .u_header .logoSet .collaboMark img {
    height: 12px
  }
  .u_header .logoSet .collaboLogo img {
    height: 25px;
  }


/*------------------------------------------------------------
  gNavi
------------------------------------------------------------*/
  .gNavi li {
    font-size: 12px;
  }


}
