﻿/*===========================*
PRESET
*===========================*/
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 {
    border: 0 none;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
}

body {
  font-family: Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  background: #fafafa;
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.7px;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

a:focus {
  outline: none; }

h1 {
/*  font-size: 1.8rem;
  line-height: 2.5rem;*/
  font-size: 0;
}

h2 {
  font-size: 30px;
  margin: 0 auto 30px;
  color: #ff2f3e;
  border-bottom: 3px solid #ff2f3e;
  padding-bottom: 10px;
  display: table;

}

h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 35px;
}

h4 {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 5px;
  margin-left: 30px;
}


a {
  border: none;
  color: #4e4e4e;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.clearfix:before,
.clearfix:after{
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom:1;
}

.text_align_center {
    text-align: center;
}

.text_align_right {
    text-align: right;
}

.fixed_width {
    margin: 0 auto;
    width: 960px;
}



/*===========================*
SITE HEADER
*===========================*/
header {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
}
#header {
    padding: 5px 0;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
}
.headLogo {
    float: left;
}
* html .headSup { font-size: 85%; } /* IE6 */
*:first-child+html .headSup { font-size: 85%; } /* IE7 */

.bg_w {
    width:100%;
    background-color:#fff;
    padding: 0;
}
#nav {
  clear: none;
  float: left;
    overflow: hidden;
    margin: 34px 0 0 30px;
    width: 760px;
}
/* About */
#about {
    margin: 2px 0;
    float: right;
}
#about ul li {
    margin: 0;
    padding: 0 5px;
    font-size: 91%;
    line-height: 1em;
    float: left;
    display: inline;
}
* html #about ul li { font-size: 85%; } /* IE6 */
*:first-child+html #about ul li { font-size: 85%; } /* IE7 */



/* Nav ==================================================================================== */
#header:after,#topicPath:after,#nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html #header,#topicPath,#nav { zoom: 1; } /* IE6 */
*:first-child+html #header,#topicPath,#nav { zoom: 1; } /* IE7 */

/* TopicPath */
#topicPath {
    margin: 0;
    float: left;
}


/*===========================*
SITE BODY
*===========================*/
#site_body {
  background: #fafafa;
  padding: 0;
}

#body_content {
    width: 960px;
    margin: 0 auto;
    background-position-y: 0px;
}

.billboard-container {
	position:relative;
  background: #fafafa;
}
#billboard {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
	text-align:center;
  padding: 2rem 0 3em;

	/*overflow-x:hidden;*/
}

.topimg_pc{
  width: 900px;
}

.topimg_sp{display: none;}

.page_title {
  margin: 0 auto ;
	position:relative;
}

.page_title_p{
font-size: 1.5rem;
    background: #ff2525;
    padding: 10px;
    color: #fff;
    display: table-cell;
    margin: 0 auto;
    /* width: 100%; */
    position: absolute;
    left: 50%;
    margin-left: -12.1rem;
    top: 0;

}

.page_title span {
    font-size: 1rem;
    font-weight: normal;
    display: block;
    margin-top: -0.3rem;
}



.page_title_img {
	position: relative;
  margin-top: 30px;

}


#text {
    text-align: right;
    width: 100%;
    font-size: 120%;
	  letter-spacing:0.08em;
    line-height: 1.64;
    color: #1f1f1f;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	position: relative;
  bottom: 60px;
  right: 30px;
  font-weight: bold;
}
#text .strong,
#text_phone .strong {
    color: #ff91b6;
    font-weight: bold;
}
#text_phone {
  display: none;
}
.segment{
	display:inline-block;
}

.hayawari {
	margin:25px auto;
	height:106px;
}

.hayawari a img {
	-webkit-box-shadow: 2px 3px 0px 0px rgba(55,55,55,0.6);
	-moz-box-shadow: 2px 3px 0px 0px rgba(55,55,55,0.6);
	box-shadow: 2px 3px 0px 0px rgba(55,55,55,0.6);
	position:relative;
	width:90%;
	max-width:480px;
}

.hayawari a:active img {
	-webkit-box-shadow: 0px 1px 0px 0px rgba(55,55,55,0.6);
	-moz-box-shadow: 0px 1px 0px 0px rgba(55,55,55,0.6);
	box-shadow: 0px 1px 0px 0px rgba(55,55,55,0.6);
	top:2px;
}

#plane {
    position: absolute;
    left:27px;
	background:url(../img/campaign_area.png) left top no-repeat;
	background-size: 100%;
	width:237px;
	height:81px;
	margin-top: -20px;
}
.contents {
  background-color: #ececec;
  /*background-image: url(../img/bg.png);*/
	padding:60px 0;
	margin-top:-20px;
}
.contents_wrapper {
    width: 760px;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 50px 40px 1px;
    margin: 0 auto;
}
.menuarea-wrapper{
	padding: 0 6%;
}
#menuarea {
    margin: 15px auto 0 ;
    padding: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 840px;
    background-color: #a0ebf5;
  	box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 0px 0px rgb(135, 219, 230);
    -moz-box-shadow: 0px 7px 0px 0px rgb(135, 219, 230);
    box-shadow: 0px 7px 0px 0px rgb(135, 219, 230);
}
.menu {
    display: block;
    margin:0 auto;
    overflow: hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.menu li {
    float: left;
    height: 35px;
    position: relative;
    list-style: none;
	margin: 0px 1em;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
	overflow: hidden;
}
.menu li::after {
	content: '\e807';
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .1em;
	color:#F00;
	font-size: 1.5em;
	vertical-align: middle;
}
.menu li:last-child::after {
	content: '\e804';
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .1em;
	color:#F00;
	font-size: 1.5em;
	vertical-align: middle;
}
.menu li a {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 2px 0px rgb(135, 219, 230);
}
.menu li a:hover {
    text-decoration: underline;
}

#wifibnr a {
	 position: absolute;
	 right: -17px;
	 bottom: -80px;
	 width:218px;
	 height:119px;
	 background:url(../img/10percentoff.png) left top no-repeat;
}

#wifibnr a:hover, #wifibnr a:focus {
	 background-position:left bottom;
}

#europe {position: relative;}
.seealllink {
    float: right;
    text-align: left;
    position: absolute;
    right: 0;
    top: 15px;
}

.seealllink span {
  background: url(../img/arrow_yellow.png) no-repeat 0 0;
  background-size:18px 18px;
  height: 30px;
  padding-left: 24px;
  padding-top: 3px;
}

.aclist h3 {
    font-weight: bold;
    display: block;
    color: #3e3e3e;
    text-align: left;
}
.ac_area {
  background: url(../img/mark01.png) no-repeat 0 0px;
  background-size:21px 21px;
  padding-left: 30px;
  font-size: 1.5rem;
}
.area_seeall{
	font-size:13px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
}
.aclist .swipe {
    overflow: hidden;
    margin-bottom: 40px;
}
.aclist .ac_wrapper {
    float: left;
    list-style: none;
    width: 170px;
    padding: 0 10px;
}
.aclist .ac_wrapper a:hover {
  text-decoration: none;
}
.aclist .acname {
    font-size: 110%;
    line-height: 1.35;
    height: 55px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}
.aclist .acname:hover {
  text-decoration: underline;
}
.aclist .acprice {
    background: url(../img/underline.png) no-repeat left 15px;
    height: 30px;
    color: #ff0018;
    margin-top: 5px;
    font-size: 100%;
    text-align: left;
    display: inline-block;
}
.aclist .acprice:hover {
  text-decoration: none;
}
.aclist .acprice span {
    font-size: 170%;
    font-weight: bold;
    margin-left: 4px;
}

.aclist .acimg_wrapper {
  position: relative;
  margin-bottom: 7px;
  height: 126px;
}

.aclist .acimg_wrapper .label_flag {
    /*background: url(../img/discount_flag.png) no-repeat left center;*/
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    height: 47px;
    right: 8px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    line-height: 15px;
    letter-spacing: -0.5px;
    top: 0px;
    width: 38px;
    z-index: 2;
}

.aclist .acimg_wrapper .label_flag span {
  font-weight: bold;
  font-size: 14px;
}

.aclist .acimg_wrapper .label_flag span.percent {
  font-size: 10px;
}

.activity_wrapper span.arrow {
  display: none;
}
.blue_area{
	margin-top:5px;
}
.blue_area .list {
  background: #e2f5f9;
  overflow: hidden;
  padding: 45px 30px 20px;
  margin-bottom: 70px;
  border-radius: 8px;
  margin-top: -45px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 0px 0px rgb(197, 228, 234);
    -moz-box-shadow: 0px 7px 0px 0px rgb(197, 228, 234);
    box-shadow: 0px 7px 0px 0px rgb(197, 228, 234);
}

.blue_area .list ul {
  list-style-type: none;
}

.blue_area .list li {
  float: left;
  margin: 10px 25px 10px 0 !important;
}

.blue_area .list li a {
  background: url(../img/sun_icon.png) no-repeat left top;
  padding-left: 30px;
}

.area_section {
  position: relative;
}

.soldout {
  position: absolute;
  z-index: 100;
  margin-top: 20px;
  margin-left: -1px;
}

.area_showmore {
  background: url(../img/arrow_yellow.png) left 50% no-repeat;
  background-size:18px 18px;
  padding-left: 24px;
  display: inline-block;
	height: 31px;
}
/*===========================*
SITE FOOTER
*===========================*/
#Footer {
    background: #fff;
    border-top: 1px solid #c5bfb9;
    color: #000;
    padding: 20px;
    text-align: center;
	margin-bottom:-15px;
}

#Footer a{display: none;}


@media screen and (max-width: 960px) {
	#body_content {
		overflow:hidden;
	}
	#billboard {
		overflow: visible;
	}
}


/** When it is phone **/
@media screen and (min-width: 320px) and (max-width: 760px) {
  .topimg_pc{
    display: none;
  }
  .topimg_sp{
    display: block;
    width: 90%;
    display: block;
    margin: 0 auto;

  }
  #billboard{
    padding: 2rem 0 ;
  }

  .page_title_img {
    display: none;
  }
    #body_content, #header, #nav {
    	width: 100%;
    }

    #header {
      padding-left: 0;
      padding-right: 0;
    }

    .headLogo {margin: 0px;float:initial;text-align: center;}
    .bg_w {padding-bottom: 0;}
    #nav {display: none;}

	.front_object {
		width: 22%;
	}
    .page_title {
    	width: 100%;
		margin: 0 auto 35px;
		top: 20px;
    }
    .page_title_img {
    	width: 120%;
		top: -30px;
    }
    #text {
    	display: none;
    }
    #text_phone {
		display: block;
		text-align: center;
		font-size:140%;
		font-weight: bold;
		line-height: 1.6;
    	color: #472a2a;
		box-sizing: border-box;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
		padding: 25px 30px;
		margin-top: -40px;
		/*background-color: rgba(255, 255, 255, 0.9);*/
		/*border-bottom: 10px #fff solid;*/
		border-top: 10px #fff solid;
		position: relative;
    }
	.hayawari {
    	margin-bottom: 60px;
	}
    #plane {
		overflow:hidden;
		left: 40px;
		background:url(../img/campaign_area_s.png) left top no-repeat;
		background-size: 100%;
		width:235px;
		height:50px;
		margin-top: -27px;
    }

    #menuarea {
      margin: 23px auto 0;
	  padding: 15px;
      width: 100%;
    }
    #text_phone {
    font-size: 115%;
    padding: 59vw 15px 10vw;
      /*margin-top: -20px;*/
      background: none;
    }
	#wifibnr a {
		right: -34px;
		bottom: -60px;
		width: 200px;
		height: 97px;
		background-size: 90% auto;
	}

    .contents_wrapper {
    	width: 80%;
        padding: 50px 10px 1px;
    	text-align:center;
    }
    .seealllink {
    	float:none;
      margin-bottom: 20px;
    	position:relative;
      text-align: center;
    	top:0;
    }
    .aclist ul {
        margin: 0px auto;
        width: 180px;
    }
    .aclist ul li {
        margin-bottom: 30px;
    	text-align:left;
    }
    h2 img {
      max-width: 100%
    }

    .aclist h3 {
  	font-size: 17px;
	text-align:center;
    }
    .ac_area {
    background: url(../img/mark01.png) no-repeat 0 0;
	background-size:21px 21px;
    padding-left: 30px;
    }
    .area_seeall{
	display: inline-block;
	}

    .blue_area .list li a {
    background: none;
    padding-left: 0;
    }
	.blue_area h4 span {
		display:inline-block;
	}
	.blue_area h4 {
	text-align:center;
  margin-left: 0;
	}
	.blue_area .list ul {
	margin: 0;
  	padding: 0;
  	text-align: left;

	}
	.blue_area .list li{
	  display: inline-block;
	  float:none;
	}

  .blue_area{
      margin: 0 auto;
  }

  .blue_area .list{
    padding: 65px 20px 20px;
    margin-top: -65px;
  }


    /* Swipe Carousel */
    .swipe {
      overflow: hidden;
      /*visibility: hidden;*/
      position: relative;
    }
    .swipe-wrap {
      overflow: hidden;
      position: relative;
    }
    .swipe-wrap > li {
      float:left;
      width:100%;
      position: relative;
    }

    .aclist {
      position: relative;
    }

    .activity_wrapper span.arrow {
      background: #a0ebf5 url(../img/swipe_arrow.png) no-repeat 0 0;
      border-radius: 100px;
      /*box-shadow: 0 1px 2px rgba(0,0,0,0.3);*/
      color: #FFFFFF;
      cursor: pointer;
      height: 40px;
      padding: 10px;
      position: absolute;
      text-indent: -9999px;
      top: 30%;
      width: 40px;
      z-index: 10;
    }

    .activity_wrapper span.arrow.left {
      background-position: 20px -59px;
      left: -40px;
    }

    .activity_wrapper span.arrow.right {
      background-position: 20px 17px;
      right: -40px;
    }

    .activity_wrapper {
      margin: 0 auto;
      width: 80%;
    }

    .aclist .activity_wrapper .swipe .ac_wrapper {
      padding: 0;
      position: relative;
      margin-bottom: 10vw;
    }
    .aclist .acimg_wrapper {
      height: 40vw;
      overflow: hidden;
      align-items: center;;
      justify-content: center;
      display: flex;
    }

    .aclist .acimg_wrapper img{
      width: 100%;
      height: auto;
      display: block;
    }
  #Footer{
    padding: 0 0px 20px ;
  }

  #Footer a{
    display: block;
    padding: 20px 20px 20px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
  }
  #Footer a:nth-of-type(2){
    float: right;
    width: 50%;
    border-left: 1px solid #e2e2e2;
  }

}

@media screen and (min-width: 390px) and (max-width: 460px) {


  #wifibnr a {
    bottom: -90px;
  }

  }
@media screen and (min-width: 320px) and (max-width: 560px) {

	.front_object {
		width: 20%;
	}
    .page_title {
		margin: 0 auto 20px;
    }


    #text_phone .strong{
		font-size:107%;
	}
    #plane {
		left: 25px;
    }
	.menu li {
		font-size: 14px;
	}
	.hayawari {
    	margin-bottom: 45px;
	}
}

@media screen and (min-width: 320px) and (max-width: 350px) {

    .page_title_img {
    	width: 145%;
    	top: -30px;
    }
    #plane {
		left: 10px;
    }
    #text_phone {
		font-size: 115%;
    }
	.wrapper {
    	padding: 0 3%;
	}
	.hayawari {
    	margin-bottom: 30px;
	}
}
