@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;
}*/

.bread {
	 width: 100%;
}

.bread ul {
	display:flex;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
	 margin: 0.5em 0.25em;	
}
.bread ul::-webkit-scrollbar {
    display: none;
  }
.bread li {
/*  display: inline-block;*/
  font-size: 11px;
  vertical-align: middle;
 
}
.bread li:last-child::after {
  content: '';
}
.bread li a {
  color: #26aaff;
  text-decoration: none;
}


/* ----------- .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: 22vw auto 10vw;
  background: url(../img/sp/main_search_box.png) no-repeat;
  background-size: 100%;
  padding: 7vw 5vw 7vw 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%;
}
/* ----------- 追記 ----------- */
.form .button {
  border-bottom: 2px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.form .button:last-child{
  border-bottom: none; 
  padding-top: 5px;
  margin-top: none;
}
.mv_title {
  order: 1;
  display: block;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.mv_title .main_img01 {
  width: 98vw;
  display: block;
  margin: 7vw auto 5vw;
}
.mv_title .main_img02 {
  width: 40vw;
  position: absolute;
  bottom: -12vw;
  right: 5vw;
}
.mv_title .main_txt01 {
  display: block;
  width: 96vw;
  margin: 0 auto 2vw;
  font-size: 3.5vw;
  font-weight: bold;
  line-height: 1.5;
}
.mv_title .main_txt02 {
  font-size: 3vw;
  margin-left: 2vw;
  line-height: 1.5;
  width: 50%;
}


/* ---------- #news ---------- */
#news {
  display: block;
  width: 96vw;
  height: 65vw;
/*	height: 10vw;*/
  margin: 10vw auto 5vw;
}
#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;
	line-height: 1.5;
}
#news a {
 /* display: inline-block;
  float: left;
  transition: .3s;*/
	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%;
}


/* ---------- #rank ---------- */
#rank {
  background: #e5e5e5 url('../img/snow_bg.png');
}
#rank .rank_inner {
  display: block;
  width: 96vw;
  margin: 0 auto;
  padding: 10vw 0 15vw;
}
#rank 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;
}
#rank h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#rank h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 8vw;
}
#rank h3 span {
  display: inline-block;
  margin-right: 4vw;
}
#rank ul {
  display: block;
  margin: 10vw 0 0;
}
#rank li {
  display: block;
  color: #3c3c3c;
  background: #fff;
  margin-bottom: 5vw;
  padding: 3vw;
}
#rank li img {
  display: inline-block;
  vertical-align: middle;
}
#rank li:nth-child(4) img,
#rank li:nth-child(5) img {
  padding: 2vw;
}
#rank li p {
  display: inline-block;
  font-size: 4vw;
  font-weight: bold;
  color: #3c3c3c;
  margin-left: 0.5vw;
}
#rank li .rank_btn {
  display: block;
  margin: 3vw 0 1vw;
}
#rank li a {
  display: inline-block;
  width: 31.5%;
  margin-right: 0;
  font-size: 3.5vw;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 2vw 5vw 2vw 4vw;
  background: #27cab9;
  box-shadow: 2px 2px 0px 0px #47aba1;
  border-radius: 2px;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
}
#rank li a:last-of-type {
  margin-right: 0;
}
#rank li a:hover {
  background: #44b4a9;
}
#rank 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;
}
#rank li a span {
  display: inline-block;
  font-size: 3.2vw;
  margin-top: 0.5vw;
}


/* ---------- #recommend ---------- */
#recommend {
  background: #4adadd url('../img/snow_bg.png');
}
#recommend .recommend_inner {
  background: -moz-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
  background: -webkit-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
  background: linear-gradient(to bottom, rgba(74, 218, 221, 0.7), transparent);
}
#recommend .recommend_inner2 {
  display: block;
  width: 96vw;
  margin: 0 auto;
  padding: 5vw 0 5vw;
}
#recommend h2 {
  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 h2::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#recommend h2::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 8vw;
}
#recommend h2 span {
  display: inline-block;
  margin-right: 4vw;
}

#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: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#recommend h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 8vw;
}
#recommend h3 span {
  display: inline-block;
  margin-right: 4vw;
}
#recommend ul {
  display: block;
  /*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;
	font-weight: 700;
}
#recommend li:nth-of-type(1) a p:first-of-type {
  display: inline-block;
  width: 58%;
  margin: 0 0 2.5vw;
  float: right;
}
#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: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#from h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 8vw;
}
#from .from_map {
  display: inline-block;
  width: 100%;
  height: 118vw;
  position: relative;
}
#from .from_map ul {
  width: 100%;
  height: 91.6%;
  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 > a {
  display: inline-block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#from .from_map li.tokyo {
  top: 60vw;
  left: 0vw;
}
#from .from_map li.kanagawa {
  top: 84vw;
  left: 4vw;
}
#from .from_map li.kanagawa div {
  width: 33vw;
}
#from .from_map li.kanagawa div > p:last-child {
  width: 17vw;
}
#from .from_map li.saitama {
  top: 41vw;
  left: 6vw;
}
#from .from_map li.saitama div {
  width: 48vw;
}
#from .from_map li.chiba {
  top: 78vw;
  left: 57vw;
}
#from .from_map li.chiba a > p {
  height: 19vw;
}
#from .from_map li.chiba div {
  width: 33vw;
  height: 19vw;
}
#from .from_map li.ibaraki {
  top: 25vw;
  left: 57vw;
}
#from .from_map li.ibaraki div {
  width: 33vw;
}
#from .from_map li.tochigi {
  top: 18vw;
  left: 9vw;
}
#from .from_map li.tochigi div {
  width: 18vw;
}
#from .from_map li.miyagi {
  top: 6vw;
  left: 40vw;
}
#from .from_map li.miyagi div {
  width: 18vw;
}
#from .from_map li.miyagi div > p {
  margin-top: 3vw;
}
#from .from_map li > p {
  display: inline-block;
  float: left;
  background: #57afb4;
  text-align: center;
  width: 5vw;
  height: 13.5vw;
  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.chiba > p {
  height: 19vw;
}
#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: 63vw;
  height: 13.5vw;
  padding: 1.5vw;
  background: rgba(144, 224, 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.tokyo div > a:nth-of-type(3) {
  margin-right: 10vw;
}
#from .from_map li.kanagawa div > a:nth-of-type(3) {
  width: 17vw;
}
#from .from_map li.miyagi div > a:nth-of-type(1) {
  margin-top: 3vw;
}
#from .from_list {
  display: inline-block;
  width: 100%;
  margin: 0 0 7vw;
  padding: 4vw;
  background: #e4fbff;
  border: 1vw solid #57afb4;
  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: #178187;
  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: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#reason h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  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 img {
  display: block;
  width: 90%;
  margin: 0 auto 10vw;
  vertical-align: top;
}
#reason .reason_inner img:last-of-type {
  margin-bottom: 0;
}
*/

/* ----------- #reason02 ----------- */
#reason02{
  display: block;
  background: #f0f0f0;
  padding: 10vw 0;
}
#reason02 h3 {
  display: block;
  width: 96vw;
  margin: 0 auto 50px;
  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;
}
#reason02 h3::before {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#reason02 h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  position: absolute;
  top: 0;
  left: 8vw;
}
#reason02 .reason_inner{
  display: block;	
}
#reason02 .reason_inner .reason_box{
  margin: 5vw;
  background: #fff;
  padding: 5vw;
}
#reason02 .reason_inner .reason_box p {	
text-align: center;
}
#reason02 .reason_inner .reason_box p img{
	width:90%;
}
#reason02 .reason_inner .reason_box h4,#reason02 .reason_inner .reason_box h5 {
  text-align: center;	
}
#reason02 .reason_inner .reason_box h4{
  line-height: 2.2;
}
#reason02 .reason_inner .reason_box h4:nth-child(1),#reason02 .reason_inner .reason_box h4:nth-child(4){
  margin-bottom: 10px;	
}
#reason02 .reason_inner .reason_box h4 span{
  font-size:20px;
  font-weight: 600;
  border-bottom: 5px solid #1eb9ee;
}
#reason02 .reason_inner .reason_box h5{
  font-size:12px;
}
#reason02 .reason_inner .reason_box .sp-only {
  display: block;
}

/* ---------- #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: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#article h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  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: #81e8b6;
  position: absolute;
  top: 0;
  left: 3vw;
}
#other h3::after {
  content: "";
  display: inline-block;
  width: 3vw;
  height: 100%;
  background: #81e8b6;
  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%;
}


