@charset "UTF-8";
/* ==========================================================================
   Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 3.5vw;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

.pc-only {
  display: none !important;
}
.mainCont {
  border-bottom: 2vw solid #eeeeee;
}

/* ---------- .bread ---------- */
.bread {
  display: none;
}

#breadcrumbs {
  font-size: 13px;
    /* font-weight: 700; */
    color: #fff;
    padding: 8px 10px;
    background-color: #000;
    white-space: nowrap;
    margin: 0 auto;
}
#breadcrumbs ul {
    overflow-x: scroll;
}
#breadcrumbs ul li, nav#area ul li a {
    display: inline-block;
}
#breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
}
#breadcrumbs ul li:first-child::before {
    content: "";
}
#breadcrumbs ul li::before {
    color: #45c9f3;
    content: "　>　";
}
/* ----------- .mainVisual ----------- */
.mainVisual {
  width: 100%;
  background: url(../img/sp/main_bg.jpg) no-repeat;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.mainVisual > div {
  display: flex;
  flex-flow: row wrap;
}
.form {
  order: 2;
  display: block;
  width: 96%;
  margin: 0 auto;
  background: url(../img/sp/main_search_box.png) no-repeat;
  background-size: 100%;
  margin-top: 21vw;
  padding: 7vw 5vw 8.5vw 5vw;
  box-sizing: border-box;
}
.form > img {
  display: block;
  width: 40vw;
  margin: 0 auto;
}
.form dt {
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1;
  padding: 6vw 0 2vw;
}
.form #ski_select select,
.form #dept_select select {
  display: block;
  width: 100%;
  font-size: 3.5vw;
  color: #333;
  padding: 3.5vw 2vw;
  background: transparent;
  line-height: 1.2;
  outline: none;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  cursor: pointer;
}
.form #ski_select select::-ms-expand,
.form #dept_select select::-ms-expand {
  display: none;
}
.form #ski_select dd,
.form #dept_select dd {
  position: relative;
  background: #fff;
}
.form #ski_select dd::before,
.form #dept_select dd::before {
  content: "";
  position: absolute;
  top: 4.2vw;
  right: 3vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.8vw 1.4vw 0 1.4vw;
  border-color: #c7c7c7 transparent transparent transparent;
  z-index: 0;
}
.form #departureDate {
  padding-bottom: 6vw;
  border-bottom: 1vw dashed #fff;
}
.form #departureDate select {
  display: inline-block;
  float: left;
  font-size: 3.5vw;
  color: #333;
  padding: 3.5vw 10vw 3.5vw 3vw;
  background: #fff;
  line-height: 1.2;
  outline: none;
  position: relative;
  z-index: 1;
  margin-right: 1.5vw;
  cursor: pointer;
  width: auto;
}
.form #departureDate input {
  vertical-align: middle;
  width: 11vw;
  margin-left: 2vw;
  outline: none;
}
.form .formBox .ui-datepicker-trigger {
  width: 10vw;
  margin: 1vw 0 0 1vw;
}
.formBox form > img {
  display: block;
  width: 35vw;
  margin: 0 auto 2vw;
}
.form .button {
  display: block;
  width: 100%;
  font-size: 5vw;
  letter-spacing: 0.5vw;
  margin-top: 0.5vw;
  text-align: center;
  color: #1db6b3;
  font-weight: bold;
  padding: 4vw 0;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  line-height: 1;
}
.form .button:hover {
  opacity: .8;
}
.form .button input {
  outline: none;
  width: 100%;
}
.mv_title {
  order: 1;
  display: block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.mv_title .main_img01 {
  width: 98vw;
  display: block;
  margin: 5vw auto 4vw;
}
.mv_title .main_img02 {
  width: 38vw;
  position: absolute;
  bottom: -15vw;
  right: 3vw;
}
.mv_title .main_txt01 {
  display: block;
  width: 96vw;
  color: #fff;
  margin: 0 auto 3vw;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.5;
}
.mv_title .main_txt02 {
  font-size: 3vw;
  color: #fff;
  margin-left: 2vw;
  line-height: 1.5;
  width: 56%;
}


/* ---------- #news ---------- */
#news {
  display: block;
  width: 96vw;
  /*height: 27vw;*/
  margin: 10vw auto 10vw;
	overflow: hidden;
}
#news h3 {
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.5vw;
  text-align: center;
}
#news h3::before {
  display: inline-block;
  content: "";
  width: 6vw;
  height: 6vw;
  background: url(../img/news_icon.png) no-repeat;
  background-size: 6vw;
  position: relative;
  top: 1.6vw;
  left: -2vw;
}
#news p {
  font-size: 3vw;
  color: #916230;
  text-align: center;
  margin: 2.5vw 0 5vw;
}
#news a {
  display: inline-block;
  /*float: left;*/
  transition: .3s;
  line-height: 1.8;
	color: #916230;
	text-decoration: underline;
}
#news a:hover {
  opacity: .8;
}
#news a:nth-of-type(1) {
  width: 100%;
  margin-bottom: 3vw;
}
#news a:nth-of-type(2) {
  margin-right: 4%;
}
#news a:nth-of-type(2),
#news a:nth-of-type(3) {
  width: 48%;
  margin-bottom: 10vw;
}
#news a img {
  width: 100%;
}


/* ---------- #price ---------- */
#price {
  background: #e5e5e5 url('../img/snow_bg.png');
}
#price .price_inner {
  display: block;
  width: 96vw;
  margin: 0 auto;
  padding: 10vw 0 15vw;
}
#price h3 {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: #fff;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.1);
  padding: 3vw 4vw 3vw 15vw;
  position: relative;
}
#price h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 3vw;
}
#price h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 8vw;
}
#price h3 span {
  display: inline-block;
  margin-right: 4vw;
}
#price ul {
  display: block;
  margin: 3vw 0 0;
}
#price li {
  display: block;
  color: #3c3c3c;
  padding: 3vw;
}
#price li a {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 2vw 5vw 2vw 4vw;
  background: #5d90e3;
  box-shadow: 2px 2px 0px 0px #365c99;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}
#price li a:last-of-type {
  margin-right: 0;
}
#price li a:hover {
  background: #436db1;
}
#price li a::after {
  display: inline-block;
  content: "";
  right: 2vw;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#price li a span {
  display: inline-block;
  font-size: 4.5vw;
  margin-top: 0.5vw;
}


/* ---------- #recommend ---------- */
#recommend {
  background: #667eb4 url('../img/snow_bg.png');
}
#recommend .recommend_inner {
  background: -moz-linear-gradient(top, rgba(102, 126, 180, 0.7), transparent);
  background: -webkit-linear-gradient(top, rgba(102, 126, 180, 0.7), transparent);
  background: linear-gradient(to bottom, rgba(102, 126, 180, 0.7), transparent);
}
#recommend .recommend_inner2 {
  display: block;
  width: 96vw;
  margin: 0 auto;
  padding: 10vw 0 15vw;
}
#recommend h3 {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: #fff;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.1);
  margin-bottom: 5vw;
  padding: 3vw 4vw 3vw 15vw;
  position: relative;
}
#recommend h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 3vw;
}
#recommend h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 8vw;
}
#recommend h3 span {
  display: inline-block;
  margin-right: 4vw;
}
#recommend ul {
  display: block;
	overflow: hidden;
  /*height: 166vw;*/
/*	height: 230vw;*/
}
#recommend li {
  display: inline-block;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 5vw;
	line-height: 1.5;
}
#recommend li:nth-of-type(1) {
  width: 100%;
}
#recommend li:nth-of-type(2n-1) {
  margin-right: 0;
}
#recommend li a {
  display: inline-block;
  padding: 3vw;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  position: relative;
}
#recommend li a::before {
  display: inline-block;
  content: "";
  width: 10vw;
  height: 5vw;
  background: url(../img/ribbon_morning.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1vw;
  left: -1vw;
}
#recommend li a:hover {
  opacity: .8;
}
#recommend li img {
  width: 100%;
}
#recommend li:nth-of-type(1) img {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  float: left;
}
#recommend li a p:first-of-type {
  font-size: 3.5vw;
  color: #000;
  text-decoration: none;
  margin: 2.5vw 0;
}
#recommend li:nth-of-type(1) a p:first-of-type {
  display: inline-block;
  width: 58%;
  margin: 0 0 2.5vw;
  float: right;
 font-weight: 700;
}
#recommend li a p:last-of-type {
  display: block;
  font-size: 3.5vw;
  font-weight: bold;
  color: #cf0000;
  background: #d6fbf3;
  padding: 1.5vw 0;
  text-decoration: none;
  text-align: center;
}
#recommend li:nth-of-type(1) a p:last-of-type {
  display: inline-block;
  width: 58%;
  float: right;
  margin-top: 8.3vw;
}
#recommend li a p span.subtext {
  font-size: 3vw;
	
}


/*----------  #from----------  */
#from {
  display: block;
  width: 96vw;
  margin: 0 auto;
  padding: 10vw 0 15vw;
}
#from h3 {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: #f0efe8;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 5vw;
  padding: 3vw 4vw 3vw 15vw;
  position: relative;
}
#from h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 3vw;
}
#from h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 8vw;
}
#from .from_map {
  display: inline-block;
  width: 100%;
  height: 65vw;
  position: relative;
}
#from .from_map ul {
  width: 100%;
  height: 96%;
  background: url('../img/map_kanto.png') no-repeat right bottom;
  background-size: 100%;
}
#from .from_map li {
  display: inline-block;
  position: absolute;
}
#from .from_map li.tokyo {
  top: 27vw;
  left: 12vw;
}
#from .from_map li.tokyo div {
  width: 33vw;
  height: 14vw;
}

#from .from_map li.kanagawa {
  top: 45vw;
  left: 17vw;
}
#from .from_map li.saitama {
  top: 6vw;
  left: 23vw;
}
#from .from_map li.saitama div {
  width: 33vw;
  height: 14vw;
}
#from .from_map li.chiba {
  top: 37vw;
  left: 55vw;
}
#from .from_map li.chiba div {
  width: 33vw;
  height: 14vw;
}

#from .from_map li.ibaraki {
  top: 6vw;
  left: 65vw;
}
#from .from_map li a {
  display: inline-block;
  text-decoration: none;
}
#from .from_map li > p {
  display: inline-block;
  float: left;
  background: #789de9;
  text-align: center;
  width: 5vw;
  height: 14vw;
  font-size: 2.5vw;
  line-height: 1.3;
  color: #fff;
  position: relative;
  border-top-left-radius: 1vw;
  border-bottom-left-radius: 1vw;
}
#from .from_map li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#from .from_map span {
  position: absolute;
  width: 3vw;
  top: 50%;
  left: 1vw;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#from .from_map div {
  display: inline-block;
  float: left;
  width: 18vw;
  height: 13.5vw;
  padding: 1.5vw;
  background: rgba(144, 178, 229, 0.5);
  vertical-align: top;
  border-top-right-radius: 1vw;
  border-bottom-right-radius: 1vw;
  box-sizing: border-box;
}
#from .from_map div > a {
  display: inline-block;
  float: left;
  font-size: 2.5vw;
  width: 14vw;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #288085;
  background: #fff;
  padding: 1vw 1vw 1vw 3vw;
  border-radius: 1vw;
  box-shadow: 2px 2px 0px 0px rgba(13, 3, 7, 0.2);
  box-sizing: border-box;
  position: relative;
  margin: 0 1vw 1.2vw 0;
  transition: 0.3s;
}
#from .from_map div > a::before {
  display: inline-block;
  content: "";
  top: 1.7vw;
  left: 1.5vw;
  width: 1vw;
  height: 1vw;
  border-top: 1px solid #57afb4;
  border-right: 1px solid #57afb4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
#from .from_map li.kanagawa div > a {
  top: 2.8vw;
}
#from .from_list {
  display: inline-block;
  width: 100%;
  margin: 0 0 7vw;
  padding:  4vw;
  background: #eeeff2;
  border: 1vw solid #a2b2e7;
  border-radius: 1.5vw;
  box-sizing: border-box;
  vertical-align: top;
}
#from .from_list li {
  margin-bottom: 5vw;
}
#from .from_list li:last-of-type {
  margin-bottom: 0;
}
#from .from_list p {
  display: block;
  font-size: 5vw;
  font-weight: bold;
  padding-top: 2vw;
  padding-bottom: 1vw;
  margin-bottom: 2vw;
  color: #2d55ae;
  border-bottom: 1px solid #cfdadc;
}
#from .from_list a {
  display: inline-block;
  font-size: 4vw;
  color: #404040;
  margin-right: 2vw;
  padding: 2vw 1vw 2vw 3vw;
  text-decoration: none;
  position: relative;
}
#from .from_list a::before {
  display: inline-block;
  content: "";
  top: 3.5vw;
  left: 0px;
  width: 1.2vw;
  height: 1.2vw;
  border-top: 1px solid #87aa38;
  border-right: 1px solid #87aa38;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  transition: 0.3s;
}
#from .from_list a:hover::before {
  left: 3px;
}
#from .from_list a:nth-of-type(4) {
  margin-right: 0;
}
#from .from_btn {
  display: block;
  background: #f0f0f0;
  margin-top: 3vw;
  padding: 8vw 5vw;
}
#from .from_btn li {
  display: inline-block;
  width: 100%;
  margin-bottom: 7vw;
}
#from .from_btn li:last-child {
  margin-bottom: 0;
}
#from .from_btn a {
  display: block;
  font-size: 6vw;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background: #16c1f6;
  padding: 2.5vw 12vw;
  border-right: 6vw solid #13a9d7;
  border-radius: 1vw;
  box-shadow: 3px 3px 0px 0px rgba(104, 168, 213, 1.0);
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
}
#from .from_btn a:hover {
  background: #13a9d7;
}
#from .from_btn a::before {
  display: inline-block;
  content: "";
  width: 5vw;
  height: 5vw;
  background: url(../img/snow_icon.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5vw;
  left: 4vw;
}
#from .from_btn a::after {
  display: inline-block;
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6.2vw;
  right: -3.4vw;
}
#from .from_btn a span {
  display: inline-block;
  font-size: 3.5vw;
  margin-top: 0.5vw;
}


/* ----------- #reason ----------- */
#reason {
  display: block;
  background: #f0f0f0;
  padding: 10vw 0;
}
#reason h3 {
  display: block;
  width: 96vw;
  margin: 0 auto;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  background: #fff;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.1);
  padding: 3vw 4vw 3vw 15vw;
  position: relative;
  box-sizing: border-box;
}
#reason h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 3vw;
}
#reason h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 8vw;
}
#reason .reason_inner {
  display: block;
  width: 96vw;
  margin: 5vw auto;
  background: #fff;
  padding: 7vw;
  box-sizing: border-box;
}
#reason .reason_inner div {
  display: block;
  width: 90%;
  margin: 0 auto 10vw;
  vertical-align: top;
}
#reason .reason_inner div:last-of-type {
  margin-bottom: 0;
}
#reason .reason_inner div img {
  width: 100%;
}
#reason .reason_inner div p {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.5;
  color: #242424;
}
#reason .reason_inner div span {
  background: -webkit-linear-gradient(transparent 50%, #fdff32 50%);
  background: -o-linear-gradient(transparent 50%, #fdff32 50%);
  background: linear-gradient(transparent 50%, #fdff32 50%);
}


/* ---------- #article ---------- */
#article {
  display: block;
  margin: 0 auto;
  padding: 10vw 0;
}
#article h3 {
  display: block;
  width: 96vw;
  margin: 0 auto 5vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: #f0efe8;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.05) inset;
  padding: 3vw 4vw 3vw 15vw;
  position: relative;
  box-sizing: border-box;
}
#article h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 3vw;
}
#article h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 8vw;
}
#article h3 span {
  display: inline-block;
  margin-right: 4vw;
}
#article ul {
  display: block;
  width: 96vw;
  margin: 0 auto;
}
#article li {
  display: block;
  margin-bottom: 5vw;
}
#article li:last-of-type {
  margin-bottom: 0;
}
#article a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 3vw;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  transition: 0.5s;
}
#article a:hover {
  opacity: .8;
}
#article img {
  width: 40%;
  float: left;
}
#article p {
  width: 58%;
  color: #000000;
  float: right;
}
#article .atc_txt01 {
  display: inline-block;
  font-size: 3.7vw;
  font-weight: bold;
  margin: 0 0 2vw;
  line-height: 1.4;
}
#article .atc_txt02 {
  display: inline-block;
  font-size: 3vw;
  line-height: 1.5;
}


/* ----------- #other ----------- */
#other {
  display: block;
  width: 96vw;
  margin: 0 auto;
}
#other h3 {
  display: block;
  margin: 0 auto 5vw;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  background: #f0efe8;
  box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.05) inset;
  padding: 3vw 4vw 3vw 15vw;
  position: relative;
  box-sizing: border-box;
}
#other h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 3vw;
}
#other h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #b9c4ea;
  position: absolute;
  top: 0;
  left: 8vw;
}
#other .other_img01 {
  display: block;
  margin-bottom: 3vw;
  transition: .3s;
}
#other .other_img01:hover {
  opacity: .8;
}
#other .other_img01:nth-of-type(3) {
  margin-bottom: 0;
}
#other .other_img01 img {
  width: 100%;
}
#other p {
  font-size: 3.5vw;
  color: #2c2c2c;
  background: #f0f0f0;
  margin: 7vw 0;
  padding: 4vw;
  line-height: 1.4;
}
#other div {
  text-align: right;
}
#other .other_img02 {
  display: inline-block;
  width: 35vw;
}
#other .other_img02 img {
  width: 100%;
}


/********************
トップお知らせ
**********************/

.notice-wrap{
    width: 95%;
    max-width: 970px;
    margin: 0 auto;
    height: 100%;
}


.text-wrap{
    margin: 3% 0;
	border: 5px solid #eee;
	margin-bottom: 10px;
}
.text-Contents{
    width: 100%;
    margin: 0;
    padding: 1%;
    border-bottom: 1px dotted #ddd;
}
.text-Contents a{
    width: 100%;
    margin: 0;
    display: block;
    padding: 1%;
	text-decoration: none;

}


.ttl-box, .ttl-img-box{
    width: 40%;
}
.text-Contents-txt{
    width: 70%;
    margin: 0 2%;
}
.small-text-Contents-txt{
    width: 70%;
    font-size: 12px;
    padding: 0% 3%;
}


.text-Contents-ttl{
    padding: 0 0 2%;
    padding-top: 10px;
    color: #000;
    border: none;
    background-color: transparent;
    font-weight: bold;
    font-size: 0.8em;
}
.news-box-icon{
    background-color: #004098;
    color: #FFF;
    text-align: center;
    padding: 2px 5px;
    font-size: 0.8em;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 75px;
    height: 21px;
}


.span-icon{
    display: inline-block;
    font-size: 12px;
    padding: 4px 5px 3px;
    border: 1px solid #0359e0;
    background-color: #0359e0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 3px;
    color: #fff;
}


.icon-orange{
    background-color: #f78517;
    border: #f78517;
}

.news-title{
    font-size: 14px;
    font-weight: bold;
}
.news-txt-center{
    width: 95%;
    font-size: 14px;
	line-height: 1.5em;
}
