@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;
  vertical-align:baseline;
}
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;
}
a:focus {
  outline:none;
}
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:#333;
  word-break:break-all;
  word-wrap:break-word;
}
a:link{
  color:#006699;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
a:visited{
  color:#2200aa;
}
/* ==========================================================================
   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;
  }
}
/*
======sample======
.sampleClass img{
  width:500px;
}
@media screen and (max-width: 970px) {
  .sampleClass img{
    width:100%;
    max-width:500px;
  }
}
*/
/*-- スマホ用ハンバーガーメニュー --*/
/* メニューの色 */
.l_animenuNav{
  background:#dddddd;
}
.animenu__toggle {
  background-color:#aaaaaa;
}
.animenu__toggle:hover {
  background-color: #555555;
}
.animenu li, .animenu a {
  color: #000000;
  background:#f5f5f5;
}
.animenu ul{
  border-bottom: solid 1px #dddddd;
}
.animenu__nav {
  border: solid 1px #dddddd;
}
.animenu__nav ul{
  border-bottom: solid 1px #dddddd;
}
.animenu__nav > li {
  border-right: 1px solid #dddddd;
}
.animenu__nav > li {
  border-bottom: 1px solid #dddddd;
}
.animenu__nav__child a:hover {
  font-weight: bold;
}
.animenu__toggle {
  color: #ffffff;
}
.animenu__nav--open{
  position:absolute;
  width:100%;
}
.animenu ul{
  margin-top:50px;
}
/* メニューの色　ここまで */
.l_animenuNav{
  background:#dddddd;
  padding-bottom:5px;
}
.animenu__toggle {
  display: none;
  cursor: pointer;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
  float: right;
  margin: 5px 5px 0 0;
}
.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  -webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
  background: white;
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}
.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .animenu {
    display: block;
  }
}

.animenu ul {
  padding: 0;
  list-style: none;
  border-bottom-width:1px;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 15px;
}
.animenu li a:hover, .animenu a:hover {
  font-weight: bold;
}
.l_contents.is_pageTop .animenu .pageTop a,
.l_contents.is_page01 .animenu .page01 a,
.l_contents.is_page02 .animenu .page02 a,
.l_contents.is_page03 .animenu .page03 a,
.l_contents.is_page04 .animenu .page04 a,
.l_contents.is_page05 .animenu .page05 a,
.l_contents.is_page06 .animenu .page06 a {
  font-weight: bold;
}
.animenu a {
  text-decoration: none;
}
.animenu__nav {
  clear: both;
  border-width: 1px 0;
}
.animenu__nav > li {
  position: relative;
}
.animenu__nav > li > a {
  padding: 10px 30px;
  text-transform: uppercase;
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  -webkit-transition: margin .15s, opacity .15s;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 100%;
}
.animenu__nav__child a:hover {
  font-weight: bold;
}
.animenu__toggle {
  display: inline-block;
}
.animenu__nav,
.animenu__nav__child {
  display: none;
}
.animenu__nav {
  margin: 10px 0 0 0;
}
.animenu__nav > li {
  width: 100%;
  border-right: 0;
}
.animenu__nav > li:last-child {
  border: 0;
}
.animenu__nav > li > a {
  width: auto;
  padding: 10px;
  position: relative;
  display:block;
}
.animenu__nav__child {
  position: static;
  margin: 0;
  -webkit-transition: none;
  transition: none;
  visibility: visible;
  opacity: 1;
}
.animenu__nav__child > li:first-child > a:after {
  content: none;
}
.animenu__nav__child a {
  padding-left: 20px;
  width: 100%;
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}


/* ==========================================================================
   template layout
   ========================================================================== */
/* 協賛ロゴのサイズ調整 */
.u_header .logoSet .collaboLogo {
  float:left;
  padding-top:13px;
  
}
.u_header .logoSet .collaboLogo img{
  width:auto;
  height:40px;
}
@media screen and (max-width:970px) {
  .u_header .logoSet .collaboLogo {
    padding-top:13px;
  }
  .u_header .logoSet .collaboLogo img{
  width:auto;
  height:31px;
  }
}


/* ==========================================================================
   sample
   ========================================================================== */
.l_contents .l_contents_mainLayout{
  background:#fafafa;
  margin:0 auto;
  padding:20px 0;
}
.l_contents .l_contents_mainLayout .l_contents_mainLayout_test{
  padding:20px 0;
  height:800px;
}
.l_contents .l_contents_mainLayout .l_contents_mainLayout_test p{
  font-size:16px;
}
.l_contents .l_contents_footer{
  width:970px;
  margin:0 auto;
  padding:10px 0;
}
.u_preHtml{
  padding:10px;
  margin:10px 0;
  background:#efefef;
  white-space: pre-wrap;
}
.u_preHtml strong{
  font-weight:bold;
}
.u_sampleTitle{
  margin:30px 0 10px;
  padding: 10px;
  background: #333;
  color: #fff;
}
.u_sampleButton a {
  width: 150px;
  padding: 10px;
  background: #0098de;
  background: linear-gradient(to bottom, #08a7f0, #0098de);
  border-radius: 3px;
  border-width: 0;
  border-bottom: 1px solid #0076ac;
  color: white;
  text-align: center;
  text-decoration: none;
}

/* ==========================================================================
   layout
   ========================================================================== */
/* headerx */
.u_header {
  background:white;
  min-width:970px;
}
.u_header_wrap {
  max-width:970px;
  margin:0 auto;
}
.u_header .logo {
  padding:12px 0;
  float:left;
}
.u_header .logo img {
  width:140px;
  height:40px;
  vertical-align:bottom;
}
.u_header .logoSet {
  float:left;
}
.u_header .logoSet .collaboMark {
  float:left;
  padding:23px 10px 0px 10px;
}
.u_header .logoSet .collaboLogo img {
  vertical-align:bottom;
  font-size:12px;
}
.u_footerContents{
  border-bottom:solid 1px #dddddd;
}
.u_header .snsList,
.u_footerContents .snsList {
  float:right;
  padding-top:8px;
}
.u_header .snsList{
  padding-top:10px;
}
.u_footerContents .snsList {
  float:none;
}
.u_header .snsList li,
.u_footerContents .snsList li {
  float:right;
  margin-left: 7px;
}
.u_header .snsList li.twitter,
.u_footerContents .snsList li.twitter {
  margin-right: 7px;
}
.u_header .snsList li.line ,
.u_footerContents .snsList li.line {
  display:none;
}
.snsList li a *,
.snsList li a:hover *{
  text-decoration:none;
}
.fb-share-button span{
  float:left;
}
.u_headerPrTag{
  clear:both;
  text-align:right;
  float:right;
  font-size:16px;
  line-height:1.6;
  margin:-28px 7px 0 0;
  color:#cccccc;
  font-weight:bold;
}
/* linkPagetop */
.u_linkPagetopPc {
  position:fixed;
  right:15px;
  bottom:110px;
}
.u_linkPagetopPc img {
  width:56px;
  height:auto;
}
/* UserAgentでPCとスマホを切り分け  */
.u_spOnly,
.u_spOnlyInline{
  display:none;
}


/* ==========================================================================
   responsive
   ========================================================================== */
@media screen and (max-width:970px) {
  .u_header {
    min-width:0;
  }
  .u_header .logoSet {
    width:auto;
  }
  .u_header .logo {
    padding-left:10px;
  }
  .u_header_wrap,
  .l_contents .l_contents_mainLayout,
  .l_contents .l_contents_footer {
    width:auto;
  }
  /* sp or pc */
  .u_pcDisplay {
    display:none;
  }
  .u_spDisplay{
    display:block;
  }
  .u_displayNone{
    display:none;
  }
  .u_linkPagetopSp{
    padding: 10px 0;
    background-color: #FFF;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border:solid 0px #dddddd;
    border-width:1px 0;
  }
  .u_linkPagetopSp span{
    padding-left:10px;
  }
  .u_linkPagetopSp a{
    display:block;
   }
  .u_linkPagetopSp a span{
    padding:5px 20px 5px 5px;
    background:url(https://cdn.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;
  }
}

@media screen and (max-width:768px) {
  .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;
  }
  .u_header .snsList,
  .u_footerContents .snsList {
    width:100%;
    float:none;
    padding:5px 0 0 0;
    clear:both;
  }
  .u_footerContents .snsList{
    padding: 22px 0 17px 0;
  }
  .u_header .snsList li,
  .u_footerContents .snsList li {
    height:26px;
  }
  .l_contents .l_contents_footer {
    line-height:1.5;
    font-size:12px;
  }
  .u_footerContents .snsList li.twitter {
    margin-right:0;
  }
  .u_header .snsList li.line,
  .u_footerContents .snsList li.line {
    display:block;
    margin-left: 0;
  }
  .u_footerContents .snsList ul{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .u_headerPrTag{
    margin-top: -38px;
    font-weight:normal;
  }
  .u_footerContents {
  border-bottom:solid 0px #dddddd;
  }
}
@media screen and (max-width:480px) {
  .u_headerPrTag{
    width:50px;
    font-size:14px;
    margin-top: -37px;
    font-weight:normal;
  }
}
@media screen and (max-width:320px) {

}

