@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}
body {
  margin: 0;
  box-sizing: border-box;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
#gHeader .cmnMenuArea ul {
  list-style-type: none;
  padding-left: 0;
}
#top {
  width: 100%;
  box-sizing: border-box;
}
#pankuzu{
  /* color: #333333;
  background: #FED851;
  font-size: 3vw;
  width: 100%; */
}
.inner h2{
  margin: 0 auto;
}
/* #pankuzu a{color: #333333;} */

#breadcrumbs {
    font-size: 3vw;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}
#breadcrumbs ul {
    /* overflow-x: scroll; */
    display: table;
    padding-left: 2%;
}
#breadcrumbs ul li:first-child::before {
	content: "";
}
#breadcrumbs ul li::before {
	color: #000;
	content: "　>　";
}
#breadcrumbs ul li {
	/* display: inline-block; */
  display: table-cell;
  white-space: nowrap;
}



h3 {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  color: #000;
}
p {color: #000;}
#main {
  overflow: hidden;
}
#mainimage {
  /* background: url(../img/bg_main.jpg) no-repeat; */
}
#mainimage .inner {
  /* width: 90%; */
  margin: 0 auto;
}
#mainimage .inner h2 img {
  width: 100%;
}
#mainimage .inner p {
  padding: 10px 0 0 5px;
  font-size: 15px;
  font-weight: bold;
}
.main {
  /* width: 90%; */
  box-sizing: border-box;
  margin: 0 auto;
}
#point {
  margin: 0 0 20px 0;
}
#point .inner {
  width: 100%;
  margin: 0 auto;
}
#point .inner h3 span {
  font-size: 7vw;
  border-bottom: 6px solid #e23a3a;
  color: #e23a3a;
}
#point .inner .box {
  width: 97%;
  /* height: 270px; */
  margin: 0 auto;
  /* display: inline-block; */
  vertical-align: top;
  position: relative;
}
#point .inner .nomargin {
  /* margin-right: 0; */
}
#point .inner .box img {
  /* position: absolute;
  top: 0;
  left: 7%; */
  width: 100%;
  z-index: 0;
  /* transform: rotate(7deg); */
}
#point .inner .box p {
  position: absolute;
  width: 68%;
  font-size: 3vw;
}
#point .inner .box strong {
  display: block;
  line-height: 1.4;
  color: #E13A3A;
  font-size: 4vw;
}
#point .inner .box.left p {
  top: 43%;
  left: 8%;
  font-size: 4vw;
  /* transform: rotate(7deg); */
}
#point .inner .box.right p {
  top: 41%;
  left: 28%;
  font-size: 4vw;
  /* transform: rotate(7deg); */
}

#flow {
  padding: 120px 0 20px 0;
  background: url(../img/bg_flow.gif) no-repeat top center #FED851;
}
#flow .inner {
  width: 99%;
  margin: 0 auto;

  /* margin: 0 0 30px; */
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 3.5vw;
  list-style-type: none;
}
#flow .inner:after {
  content: "";
  clear: both;
  display: block;
}
#flow .inner .box {
float: left;
width: 48%;
text-align: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 1%;
margin: 1%;
background: url(../img/bg_box01.gif);
}



#flow h3 span {
  display: block;
  font-size: 8vw;
  padding: 0 2%;
}
#flow .box {
  /* width: 49%;
  padding: 2%;
  display: inline-block;
  background: url(../img/bg_box01.gif);
  box-sizing: border-box;
  margin: 1% auto; */
}
#flow .box img {
  width: 100%;
}
#flow .box p {
  /* padding: 10px 0 0 0;
  font-size: 14px; */
}

#plan {
  padding: 120px 0 30px 0;
  background: url(../img/bg_plan.gif) no-repeat top center #B1E07C;
}
#plan .inner {
  /* width: 960px; */
  margin: 0 auto;
}
#plan .inner h3 {
  margin: 0 0 30px 0;
}
#plan .inner .box {
  margin: 0 0 15px 0;
  padding: 10px;
  background: url(../img/bg_box02.gif);
}
#plan .inner .box .title {
  background: #000;
  width: 100%;
  display: table;
  height: 40px;
}
#plan .inner .box .title p {
  color: #FFF;
  width: 80%;
  padding: 0 0 0 10px;
  font-size: 20px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#plan .inner .box .title span {
  padding: 0 10px 0 30px;
  font-size: 14px;
  background: url(../img/icon_toho.gif) no-repeat left center;
  color: #FFF;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
#plan .inner .box .photo {
  width: 40%;
  float: left;
  border-bottom: 2px solid #B1E07C;
}
#plan .inner .box .buttons {
  float: right;
  width: 40%;
}
#plan .inner .box .buttons .area {
  background: #EFF9E5;
  border-bottom: 2px solid #B1E07C;
}
#plan .inner .box .buttons .area .text {
  padding: 9px 0;
  text-align: center;
}
#plan .inner .box .buttons .area .clearfix {
  padding: 0 0 2px 4px;
}
#plan .inner .box .buttons .area .clearfix img {
  float: left;
  margin: 0 1px 0 0;
}
#plan .inner .box table {
  width: 100%;
  background: #EFF9E5;
  padding: 8px;
}
#plan .inner .box table th {
  background: #0C8A41;
  padding: 0 5px;
  color: #FFF;
  border: 2px solid #EFF9E5;
}
#plan .inner .box table td {
  border: 2px solid #EFF9E5;
  color: #000;
}
#plan a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
#other {
  padding: 120px 0 30px 0;
  background: url(../img/bg_other.gif) no-repeat top center;
}
#other .inner {
  /* width: 960px; */
  margin: 0 auto;
}
#other h3 {
  margin: 0 0 30px 0;
}
#other .fnavi {
  text-align: center;
}
#other .fnavi a {
  font-size: 3vw;
  color: #000;
}
#other .fnavi a {
  text-decoration: underline;
}

.topLabel{
  padding: 10px 0;
  color: #333333;
  font-size: 12px;
  background: #FED851;
}
.topLabel .inner{
  /* width: 960px; */
  margin: 0 auto;
  text-align: right;
}
.topLabel a{color: #333333;}
.textErea{
	/* width: 860px; */
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	text-align: center;
}



.section3 {
  background:url(../img/section3_bg.png) no-repeat center top;
  padding-bottom: 58px;
  position: relative;
  z-index: 1;
  margin-top: -137px;
  position: relative;
}
#faircontent{
  background:url(../img/fair_bg.png) repeat-y 50% 170px;
  margin-top: 80px;
}
.section3 .section-title {
  padding-top: 118px;
  position: relative;
  left: -25px;
}

.section3_inner {
  padding: 3%;
  background: url(../img/bg_box02.gif);
  position: relative;
  z-index: 10;

  margin: 0 auto;
      box-sizing: border-box;
      width: 100%;
}
.section3_inner::after {
  display: block;
  clear: both;
  content: "";
}
.section3_gerende {
  /* height: 3245px; */
  /* display: none; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */

  /* padding: 18px 19px;
  background: #ecf9eb;
  overflow: hidden;
  z-index: 1; */
}
.section3_gerende::after {
  display: block;
  content: "";
  clear: both;
}
.section3_gerende-box {
  /* float: left; */
  background: #ffffff;
  /* width: 440px; */
}

.section3_gerende-box:nth-child(2n+1) {
  /* margin-right: 26px; */
}

.section3_gerende-box:nth-child(n+3) {
  margin-top: 18px;
}

.section3_gerende-box_title {
  position: relative;
  background: url(../img/section3_title-snow.png) no-repeat 0 0;
  /* width: 440px; */
  /* height: 56px; */
  /* padding: 2px; */
  display: table;
  box-sizing: border-box;
}
.section3_gerende-box_title::before,
.section3_gerende-box_title::after {
  display: none;
  position: relative;
}
.section3_others_title::before,
.section3_others_title::after {
  display: none;
  position: relative;
}
.section3_gerende-box_title span {
  display: table-cell;
  vertical-align: middle;
}

.section3_gerende-box_title span:first-child {
  background: #ffffff;
  /* width: 76px; */
  height: 51px;
  color: #539dff;
  font-size: 11px;
  text-align: center;
  line-height: 1.3;
  padding-top: 4px;
}

.section3_gerende-box_title span:first-child em {
  font-size: 17px;
  display: block;
}

.section3_gerende-box_title span:nth-child(2) {
  color: #ffffff;
  font-size: 4vw;
  /* padding-left: 9px; */
  /* padding-top: 5px; */
  background: #3a3a3a;
  text-align: center;
  width: 80%;
}
.section3_gerende-box_title span a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}


.section3_gerende-box_photo {
  padding: 12px 10px;
  /* overflow: hidden; */
  /* height:280px; */
  /* margin-bottom:5px; */
  /* position: relative; */
}
.section3_gerende-box_photo img{
  width: 100%;
  height: auto;
}
.section3_gerende-box_photo.icon::before {
  /* content: "";
  width: 103px;
  height: 103px;
  background-size: 100%;
  position: absolute;
  top: 20px;
  z-index: 2; */
}
.section3_gerende-box_photo.icon::after {
  /* content: "";
  width: 103px;
  height: 103px;
  background-size: 100%;
  position: absolute;
  top: 20px;
  z-index: 2; */
}
.section3_gerende-box_photo.icon_wifi_all_1st::before {
  background: url(../img/icon_wifi_all.png) no-repeat;
  left: 20px;
}
.section3_gerende-box_photo.icon_wifi_front_1st::before {
  background: url(../img/icon_wifi_front.png) no-repeat;
  left: 20px;
}
.section3_gerende-box_photo.icon_nosmoking_1st::before {
  background: url(../img/icon_nosmoking.png) no-repeat;
  left: 20px;
}
.section3_gerende-box_photo.icon_nosmoking_2nd::after {
  background: url(../img/icon_nosmoking.png) no-repeat;
  left: calc(20px + 103px + 20px);
}

.section3_gerende-box_info {
  /* overflow: hidden;
  z-index: 1;
  padding: 0 10px;
  margin-bottom:5px; */
}

.section3_gerende-box_info dt:nth-child(n+3),
.section3_gerende-box_info dd:nth-child(n+3) {
  margin-top: 8px;
}

.section3_gerende-box_info dt {
  float: left;
  color: #ffffff;
  background: #539dff;
  /* width: 79px; */
  /*height: 20px;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding-top: 1px;
  box-sizing: border-box;
  width: 20%;
  font-size: 3vw;
}

.section3_gerende-box_info dd {
  float: right;
  width: 77%;
  padding-right: 3%;
  /* padding-top: 1px; */
  /* padding: 2%; */
  box-sizing: border-box;
  margin: 0;
}

.section3_gerende-box_btn {
  padding: 7px 10px 13px;
}

.section3_gerende-box_btn > div {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.section3_gerende-box_btn > div > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.section3_gerende-box_btn > div > div a {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}
.section3_gerende-box_btn > div > div a:hover {
  opacity: 0.8;
}

.section3_gerende-box_btn > div:not(:first-child) {
  margin-top: 7px;
}

.section3_gerende-box_btn > div > div:first-child {
  width: 80px;
  text-align: center;
}

.section3_gerende-box_btn > div > div:not(:first-child) {
  padding-left: 8px;
}

.ume{
width: 439px;
float:right;
  background:url(../img/ume.png) no-repeat 50% 50%;
  height:530px;
  margin-top:20px;
}
.section3_btn-tour {
  margin-top: 14px;
}

.section3_others {
  margin-top: 62px;
}

.section3_others_title {
  text-align: center;
}

.section3_others_inner {
  background: #c6e6f3;
  padding: 14px 15px;
  overflow: hidden;
  z-index: 1;
  margin-top: 14px;
}

.section3_others_inner a {
  display: block;
  float: left;
}

.section3_others_inner a:not(:nth-child(3n+1)) {
  margin-left: 23px;
}

.section3_others_inner a:nth-child(n+4) {
  margin-top: 12px;
}

.asa a {
  background: #ed9f19;
  box-shadow: 0px 5px 0px #ab5409;
}
.yoru a {
  background: #1e69b7;
  box-shadow: 0px 5px 0px #054073;
}
.fas, .far {
  padding-right: 3px;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
