@charset "UTF-8";
/* google font import */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Roboto:wght@500;700&display=swap");
.fwinery_page {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic W3 JIS2004', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  overflow-x: hidden;
  width: 100%;
  text-align: left;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  height: auto;
  vertical-align: bottom;
  border: none;
}

h1 {
  font-size: 80%;
  float: left;
  width: 55%;
  padding: 15px 0 0 15px;
}

h1 a {
  padding-bottom: 1px;
  text-decoration: none;
  color: #888 !important;
}

h1 a:visited {
  text-decoration: none;
  color: #888 !important;
}

.pc_win {
  display: block !important;
}

.sp_win {
  display: none !important;
}

#footer_win {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

#footer_win .footer__dl_win > div {
  line-height: 1;
}

#footer_win .footer__listLink_win {
  line-height: 1;
}

#Footer_fca {
  background-color: #ffff;
}

@media (min-width: 920px) {
  .link_win:hover {
    opacity: 0.7;
  }
  .link_win {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
}

@media (max-width: 919px) {
  .pc_win {
    display: none !important;
  }
  .sp_win {
    display: block !important;
  }
  h1 {
    display: none;
    float: none;
    width: auto;
    padding: 15px 0 0 15px;
  }
}

/*------------------------------------

wrapper

------------------------------------*/
#wrapper_win {
  font-size: 1.3vw;
  line-height: 2;
  letter-spacing: 0.1em;
}

#wrapper_win a:hover {
  text-decoration: none;
}

.main_win {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url(../images/partners/back.jpg);
  background-size: contain;
}

.inner_win {
  width: 95%;
  max-width: 920px;
  margin: 0 auto;
}

/*===== PC =====*/
@media (min-width: 920px) {
  #wrapper_win {
    font-size: 17px;
  }
}

/*===== SP =====*/
@media (max-width: 919px) {
  #wrapper_win {
    font-size: 2.8vw;
  }
}

/*------------------------------------

header

------------------------------------*/
.header__logo_win {
  position: fixed;
  top: 0;
  z-index: 101;
}

@media (min-width: 920px) {
  .header__logo_win {
    margin-top: 15px;
    margin-left: 60px;
    padding: 0;
  }
}

@media (max-width: 919px) {
  .header__logo_win {
    margin-top: 15px;
    margin-left: 20px;
    padding: 0;
  }
}

.clearfix:after,
ul.look_list_win li:after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*------------------------------------

グローバルナビ

------------------------------------*/
/*------------------------------------

toparea

------------------------------------*/
.toparea_win {
  position: relative;
  overflow: hidden;
}

.toparea_img_win img {
  width: 100%;
}

.toparea_win .toparea_txt_win {
  position: absolute;
  top: 3%;
  left: 22%;
  width: 26%;
}

.toparea_win .toparea_txt_win img {
  width: 100%;
}

.toparea_win .toparea_txt_win p {
  font-weight: 700;
  text-align: left;
  font-size: 230%;
  color: #231815;
}

/*SP*/
@media (max-width: 919px) {
  .toparea_win .toparea_txt_win {
    width: 100%;
    top: 5%;
    left: 0;
  }
}

/* topareaズームアニメーション */
.zoom-animation {
  -webkit-animation: fadezoom 6s 0s forwards;
  animation: fadezoom 6s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1.15) rotate(0.001deg);
    transform: scale(1.15) rotate(0.001deg);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    -webkit-transform: scale(1.15) rotate(0.001deg);
    transform: scale(1.15) rotate(0.001deg);
  }
}

/*------------------------------------

神戸の海辺にワイナリー誕生

------------------------------------*/
#birth_win {
  padding-top: 80px;
}

#birth_win h2 {
  font-weight: 700;
  font-size: 255%;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
}

#birth_win h2 span {
  font-weight: 700;
}
/*-----　2023.0816 数値修正　内田 -----*/
#birth_win .birth_lead_win {
  font-size: 150%;
  border: #000 3px solid;
  margin: 15px auto 0 auto;
  text-align: center;
  padding: 0.1% 1% 0.3% 1%;
  width: 400px;
  font-weight: 700;
}

/* #birth_win h2::before {
  content: '';
  width: 100px;
  height: 3px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 2%;
  bottom: -30px;
  background-color: #000;
} */
#birth_win .birth_content_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

#birth_win .birth_content_win .left_block_win {
  display: block;
  width: 47.5%;
}

#birth_win .birth_content_win .right_block_win {
  width: 47.5%;
  font-size: 102%;
  font-weight: 500;
  line-height: 2.3em;
  letter-spacing: 0.07em;
}

#birth_win ruby {
  line-height: 2em;
}

#birth_win rt {
  font-size: 45%;
  font-weight: 600;
}

/*SP*/
@media (max-width: 919px) {
  #birth_win {
    padding-top: 30px;
  }
  #birth_win h2 {
    line-height: 1.7em;
    padding-left: 0.4em;
    font-size: 220%;
  }
  #birth_win h2 span {
    padding-right: 0.6em;
    font-weight: 700;
  }
  #birth_win h2::before {
    bottom: -20px;
    height: 2px;
    width: 65px;
  }
  #birth_win .birth_content_win {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  #birth_win .birth_content_win .left_block_win {
    width: 100%;
  }
  #birth_win .birth_content_win .right_block_win {
    width: 86%;
    margin: 30px auto 0 auto;
    padding-left: 4%;
    font-size: 164%;
  }
/*-----　2023.0816 数値修正　内田 -----*/
  #birth_win .birth_lead_win {
    width: 60%;
  }
}

/*------------------------------------

特典内容

------------------------------------*/
#benefits_win {
  margin-top: -70px;
  padding-top: 140px;
}

#benefits_win h3 {
  font-weight: 700;
  font-size: 155%;
  text-align: center;
}

#benefits_win .benefits_block_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

#benefits_win .benefits_block_win .benefits_box_win {
  width: 440px;
  height: 780px;
  background-image: url(../images/partners/benefits_back.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 155px 20px 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#benefits_win .benefits_block_win .title_num_win {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 73%;
  background-color: #000;
  width: 78px;
  height: 33px;
  line-height: 2.6em;
  color: #fff;
  text-align: center;
  margin: 0 auto 15px auto;
}

#benefits_win .benefits_block_win .title_num_win span {
  font-size: 180%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  vertical-align: sub;
  padding-left: 0.1em;
}

#benefits_win .benefits_block_win .title_win {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 190%;
  text-align: center;
  line-height: 1.4em;
}

#benefits_win .benefits_block_win .title_win span {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 60%;
  margin: -3px 0 -4px 0;
  display: inline-block;
}

.bikou_win {
  padding-left: 1em;
  text-indent: -1.1em;
  font-size: 90%;
}

#benefits_win .bikou_win {
  font-family: 'Hiragino Kaku Gothic W3 JIS2004';
  width: 240px;
  margin: 10px auto 0 auto;
  line-height: 1.8em;
}

#benefits_win .benefits_others_win {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  font-size: 140%;
  width: 560px;
  margin: 70px auto 10px auto;
  padding: 0.8em 0;
}

#benefits_win .others_block_win {
  width: 560px;
  margin: 0 auto;
}

#benefits_win .others_block_win li {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 140%;
  border-bottom: 1px solid #000;
  padding: 0.8em 0 0.8em 2em;
  text-indent: -1.5em;
  line-height: 1.75;
}

#benefits_win .others_block_win li span {
  font-size: 70%;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-block;
  text-indent: 0.01em;
  line-height: 1.6em;
  margin-top: 3px;
}

#benefits_win .others_block_win li:last-child {
  border-bottom: 0;
}

#benefits_win .far_block_win {
  width: 560px;
  padding: 2em 3em 3.6em 3em;
  background-color: #fff;
  margin: 50px auto 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#benefits_win .far_block_win h4 {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-size: 140%;
  display: inline-block;
  margin: 0 auto 20px auto;
  border-bottom: 2px solid #000;
  padding-left: 0.5em;
  letter-spacing: 0.1em;
}

#benefits_win .far_block_win h4 span {
  font-size: 75%;
  font-weight: 700;
}

#benefits_win .far_block_win p {
  font-family: 'Hiragino Kaku Gothic W4 JIS2004';
  text-align: left;
  line-height: 1.9em;
}

/*SP*/
@media (max-width: 919px) {
  #benefits_win {
    margin-top: -55px;
    padding-top: 110px;
  }
  #benefits_win h3 {
    font-size: 200%;
    margin-bottom: 10px;
    letter-spacing: 0.4em;
  }
  #benefits_win .benefits_block_win {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  #benefits_win .benefits_block_win .benefits_box_win {
    width: 100%;
    height: auto;
    padding: 37% 20px 80%;
  }
  #benefits_win .benefits_block_win .title_win {
    font-size: 240%;
  }
  #benefits_win .benefits_block_win .title_num_win {
    font-size: 130%;
    width: 25%;
    height: auto;
  }
  .bikou_win {
    line-height: 1.8em;
    font-size: 120%;
  }
  #benefits_win .bikou_win {
    width: 82%;
  }
  #benefits_win .far_block_win {
    width: 100%;
  }
  #benefits_win .far_block_win p {
    font-size: 120%;
  }
  #benefits_win .benefits_others_win {
    font-size: 155%;
    width: 100%;
    margin: 10px auto 10px auto;
  }
  #benefits_win .others_block_win {
    width: 100%;
  }
  #benefits_win .others_block_win li {
    padding: 0.8em 0 0.8em 2em;
    line-height: 1.6em;
    font-size: 178%;
  }
  #benefits_win .others_block_win li span {
    font-size: 75%;
  }
}

/*------------------------------------

新着情報

------------------------------------*/
#news_win {
  margin: 45px auto 0px auto;
}

#news_win h3 {
  font-weight: 700;
  font-size: 155%;
  text-align: center;
}

.news-box_win {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-top: 20px;
}

.news-box_win ul {
  border-top: 1px solid #000;
}

.news-box_win ul li {
  border-bottom: 1px solid #000;
  padding: 0.4em 0;
}

.news-box_win ul li p {
  line-height: 1.5;
  margin: 1em;
  font-weight: 700;
}

.news-box_win ul li p a {
  text-decoration: underline !important;
}

/* 日付 */
.dating_win {
  font-family: 'Roboto', sans-serif;
  font-size: 70%;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 2%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dating_win span {
  font-weight: 300;
}

.dating_win span:nth-child(2) {
  font-size: 240%;
  margin-left: 0.3em;
}

/* ラベル */
.label_win {
  font-size: 70%;
  letter-spacing: 0;
}

.label_win span {
  display: block;
  min-width: 10em;
  padding: 0 1em;
  text-align: center;
  border: 1px solid #b58e5d;
}

/*PC*/
@media (min-width: 920px) {
  .news-box_win ul li p a:hover {
    opacity: 0.6;
  }
  .news-box_win ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* ラベル */
  .label_win {
    padding: 1em 2%;
  }
  .news-box_win ul li p {
    max-width: 75%;
  }
}

/*SP*/
@media (max-width: 919px) {
  #news_win {
    margin-top: 55px;
  }
  .news-box_win {
    font-size: 140%;
  }
  #news_win h3 {
    letter-spacing: 0.4em;
    font-size: 200%;
  }
  .dating_win {
    float: left;
    width: 20%;
    margin-top: 0;
  }
  .label_win {
    padding: 0.7em 0 0;
  }
  .label_win span {
    display: inline-block;
    max-width: 100%;
  }
  .news-box_win ul li {
    padding: 1em;
  }
  .news-box_win ul li p {
    clear: both;
    margin: 1em 0.5em 0 0.5em;
    letter-spacing: 0.02em;
  }
  .dating_win span:nth-child(2) {
    font-weight: 300;
  }
}

/*------------------------------------

slider

------------------------------------*/
.slider_win {
  margin: 85px 0 0px 0;
}

.slider_win img {
  width: 100%;
}

@media (max-width: 919px) {
  .slider_win {
    margin: 75px 0 0 0;
  }
}

/*------------------------------------

お申込みについて

------------------------------------*/
#form_win {
  margin-top: -70px;
  padding: 140px 0;
}

#form_win a {
  text-decoration: none;
}

#form_win h3 {
  font-weight: 700;
  font-size: 155%;
  text-align: center;
}

#form_win .inner_win {
  background-color: #fff;
  padding-top: 1px;
  margin-top: 20px;
}

#form_win .formblock_win {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  max-width: 650px;
  margin: 0 auto;
  padding: 10px 0 80px 0;
}

#form_win .formblock_win h4 {
  font-weight: 700;
  font-size: 157%;
  border-bottom: 2px solid #000;
  margin-top: 30px;
}

#form_win .formblock_win h4.exception_win {
  margin-top: 40px;
}

#form_win .formblock_win h4.small_win {
	font-size: 125%;
	border: none;
	position: relative;
	padding-left: 18px;
	line-height: 1.4;
}

#form_win .formblock_win h4.small_win:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	background: #000;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

#form_win .formblock_win h4 span {
  font-size: 58%;
  font-weight: 700;
}

#form_win .formblock_win .form_lead_win {
  font-weight: 500;
  font-size: 176%;
  line-height: 1.6em;
  margin-top: 15px;
  letter-spacing: 0.01em;
}

#form_win .formblock_win .form_lead_win span {
  font-weight: 500;
  font-size: 65%;
}

#form_win .formblock_win .nomal_price_win {
  font-weight: 500;
  font-size: 130%;
  position: relative;
  margin-top: 15px;
}

#form_win .formblock_win .nomal_price_win small {
  font-size: 70%;
  font-weight: 500;
}

#form_win .formblock_win .nomal_price_win::after {
  content: '';
  position: absolute;
  top: 123%;
  left: 6%;
  border: 12px solid transparent;
  border-top: 16px solid #000;
}

#form_win .formblock_win .nomal_price_win span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

#form_win .formblock_win .pricebox_win {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -6px;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
}

#form_win .formblock_win .pricebox_win p:nth-child(1) {
  color: #000;
  padding: 0 1em 0.1em 1em;
  margin-right: 0.8em;
  font-size: 100%;
  line-height: 1.8em;
  vertical-align: sub;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#form_win .formblock_win .pricebox_win p:nth-child(2) {
  font-size: 80%;
  vertical-align: sub;
}

#form_win .formblock_win .pricebox_win p:nth-child(2) span {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  font-size: 370%;
  vertical-align: sub;
}

#form_win .formblock_win .pricebox_win p:nth-child(2) small {
  font-size: 90%;
}

#form_win .formblock_win .pricebox_win p:nth-child(3) {
  font-size: 94%;
  font-weight: 700;
}

#form_win .formblock_win .flex_block_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
}

#form_win .formblock_win .tit_block_win {
  padding-top: 0.3em;
}

#form_win .formblock_win .type_tit_win {
  font-weight: 700;
  font-size: 90%;
  border: 2px solid #000;
  text-align: center;
  padding: 0 0.8em;
  line-height: 1.45em;
  width: 100px;
}

#form_win .formblock_win .cose_win {
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 0.04em;
  text-align: center;
}

#form_win .formblock_win .type_content_win {
  font-weight: 700;
  font-size: 130%;
  letter-spacing: 0.06em;
  line-height: 1.45em;
  margin-left: 20px;
}

#form_win .formblock_win .type_content_win span {
  margin-left: -0.6em;
  font-weight: 700;
  display: inline-block;
}

#form_win .formblock_win .whet_lead_win {
	line-height: 1.6;
	margin-top: 8px;
}

#form_win .formblock_win .whet_lead_win,
#form_win .formblock_win .benefit_list_win {
	font-family: 'Hiragino Kaku Gothic W3 JIS2004';
	font-size: 16px;
}

#form_win .formblock_win .course_win {
	margin: 40px 0 80px;
}

#form_win .formblock_win .main_summary_win {
	font-size: 125%;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 8px;
}

#form_win .formblock_win .benefit_list_win {
	margin-top: 8px;
}

#form_win .formblock_win .benefit_list_win .main_benefit_win {
    line-height: 1.7;
	position: relative;
	padding-left: 1em;
}

#form_win .formblock_win .benefit_list_win .main_benefit_win:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	background: #000;
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

#form_win .formblock_win .benefit_list_win .note_win,
#form_win .formblock_win .benefit_list_win .example_win,
#form_win .formblock_win .benefit_list_win .note_win li {
    line-height: 1.6;
}

#form_win .formblock_win .benefit_list_win .note_win {
    margin-left: 2.2em;
    text-indent: -1em;
}

#form_win .formblock_win .benefit_list_win .example_win {
	margin-left: 3.2em;
    text-indent: -2em;
}

#form_win .whet_example_win {
  font-family: 'Hiragino Kaku Gothic W5 JIS2004';
  padding-left: 2.6em;
  text-indent: -2.2em;
  font-size: 90%;
  line-height: 1.7em;
  margin-top: -15px;
}

#form_win .bikou_win.top_win {
  margin-top: 60px;
}

#form_win .bikou_win {
  padding-left: 1.3em;
  text-indent: -1.2em;
  font-size: 100%;
  line-height: 1.6em;
  font-weight: 700;
}

#form_win .bikou_win.big_win {
  font-size: 90%;
  font-weight: 700;
}

#form_win .form_btn_tit_win {
  font-weight: 700;
  font-size: 153%;
  text-align: center;
  margin-top: 50px;
}

.btn_win {
  font-weight: 700;
  width: 470px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 163%;
  background-color: #000;
  color: #fff;
  padding: 0.7em 1em 0.9em 0;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.13em;
}

.btn_win::after {
  content: '';
  position: absolute;
  top: 49%;
  right: 12%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 9px solid transparent;
  border-left: 12px solid #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_win:hover {
  color: #000;
  background-color: #fff;
}

.btn_win:hover::after {
  border-left: 12px solid #000;
}

@media (max-width: 919px) {
	#form_win { margin-top: -55px; padding: 110px 0; }
	#form_win .formblock_win { margin: 0 auto; padding: 0 20px 40px 20px; }
	#form_win h3 { font-size: 200%; }
	#form_win .formblock_win h4 { margin-top: 15px;	}
	#form_win .formblock_win h4.small_win { margin-top: 25px; font-size: 145%; }
	#form_win .formblock_win h4.small_win:before { top: 7px; width: 8px; height: 8px; }
	#form_win .formblock_win .main_summary_win { font-size: 145%; }
	#form_win .formblock_win h4.exception_win { margin-top: 20px; font-size: 145%; }
	#form_win .formblock_win h4 span { font-size: 70%; }
	#form_win .formblock_win .form_lead_win { font-size: 170%; }
	#form_win .formblock_win .nomal_price_win::after {
		top: 110%;
		left: 7%;
		border: 6px solid transparent;
		border-top: 8px solid #000;
	}
	#form_win .formblock_win .pricebox_win { margin-top: -10px;	}
	#form_win .formblock_win .pricebox_win p:nth-child(2) { font-size: 110%; }
	#form_win .whet_example_win { font-size: 105%; margin-top: -8px; }
	#form_win .formblock_win .pricebox_win p:nth-child(2) small {
		margin-top: -13px;
		display: block;
		font-size: 95%;
	}
	#form_win .formblock_win .date_win { font-size: 118%; letter-spacing: 0.01em; }
	#form_win .formblock_win .tit_block_win { width: 23.5%;	}
	#form_win .formblock_win .pricebox_win p:nth-child(1) { margin: 0 1em 0 0; }
	#form_win .formblock_win .type_tit_win {
		font-size: 100%;
		padding: 0 0.4em;
		width: 81%;
	}
	#form_win .formblock_win .type_tit_win.second_win { margin-top: 5px; }
	#form_win .formblock_win .date_win span { font-size: 180%; }
	#form_win .bikou_win.top_win { margin-top: 30px; }
	#form_win .bikou_win { font-size: 105%; line-height: 1.9em; }
	#form_win .bikou_win.big_win { font-size: 115%; }
	#form_win .formblock_win .pricebox_win p:nth-child(2) span { font-size: 300%; }
	#form_win .formblock_win .type_content_win {
		margin-left: 15px;
		font-size: 125%;
		line-height: 1.65;
	}
	#form_win .form_btn_tit_win { font-size: 163%; }
	.btn_win { width: 75%;	margin: 10px auto 0 auto; }
	.btn_win::after {
		border: 6px solid transparent;
		border-left: 9px solid #fff;
		right: 10%;
	}
	#form_win .formblock_win .course_win { margin-bottom: 40px;	}
	#form_win .formblock_win .whet_lead_win,
	#form_win .formblock_win .benefit_list_win { font-size: 14px; }
}

/*------------------------------------

アクセス

------------------------------------*/
#access_win {
  margin: -40px auto 0px auto;
  padding: 140px 0;
}

#access_win a {
  text-decoration: none;
}

#access_win h3 {
  font-weight: 700;
  font-size: 155%;
  text-align: center;
  margin-bottom: 20px;
}

.access-box_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-box_win .access-box-map_win {
  margin: 0 auto;
}

.access-box_win > div img {
  width: 100%;
}

.access-txt_win {
  line-height: 1.7;
  margin: 1.5em 0 2em;
}

.access-txt_win p {
  margin: 0.3em 0;
}

dl.access-list_win {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-list_win dt {
  width: 22%;
}

.access-list_win dd {
  width: 78%;
}

.access-list_win dt,
.access-list_win dd {
  font-size: 88%;
  border-bottom: 1px solid #000;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}

.access-list_win .border_none_win {
  border-bottom: none;
}

.access-list_win dd.note_win {
  font-size: 113%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

#access_win .btn_win {
  margin: 100px auto 80px auto;
  width: 470px;
}

#access_win .btn_win::after {
  right: 23.5%;
}

/* グーグルマップへのリンク */
.more-btn_win.map-btn_win {
  margin: 2.5em auto 0;
  width: 100%;
}

.more-btn_win.map-btn_win a {
  width: 100%;
  letter-spacing: 0.1em;
  border: 1px solid #000;
}

.more-btn_win.map-btn_win a::after {
  display: none;
}

.more-btn_win.map-btn_win .blank_window {
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.3em;
  vertical-align: text-bottom;
}

.more-btn_win.map-btn_win .blank_window .cls-1 {
  fill: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more-btn_win.map-btn_win:hover .blank_window .cls-1 {
  fill: #ffffff;
}

.more-btn_win.map-btn_win .blank_window .cls-2 {
  fill: none;
}

/*PC*/
@media (min-width: 920px) {
  .access-box_win > div {
    width: 48%;
  }
  .access-box_win .access-box-map_win {
    width: 45%;
  }
}

/*SP*/
@media (max-width: 919px) {
  #access_win {
    margin: -55px auto 0px auto;
    padding: 110px 0 35px;
  }
  .access-txt_win {
    font-size: 130%;
  }
  #access_win h3 {
    letter-spacing: 0.4em;
    margin-bottom: 15px;
    font-size: 200%;
  }
  #access_win .btn_win {
    margin: 40px auto 40px auto;
    width: 95%;
  }
  #access_win .btn_win::after {
    right: 26%;
  }
}

/* more ボタン */
.more-btn_win {
  font-size: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em auto 0;
  text-align: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.more-btn_win a {
  font-size: 130%;
  font-weight: 500;
  position: relative;
  display: block;
  min-width: 12em;
  margin: 0 auto;
  padding: 0.55em 0 0.75em;
  text-align: center;
  letter-spacing: 0.25em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}

.more-btn_win a:hover {
  background-color: #000;
  color: #fff;
}

.more-btn_win .arrow {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 39%;
  right: 0.9em;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
}

.more-btn_win .arrow::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more-btn_win .arrow::after {
  top: 27.5%;
  right: -15%;
  width: 48%;
  height: auto;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  border-top: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* 矢印 → */
.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.insta_win {
  margin: 0 auto;
  width: 15%;
  display: block;
}

.insta_icon_win {
  display: block;
  margin: 0;
  width: 100%;
}

/* PC */
@media (min-width: 920px) {
  .more-btn_win a::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #000;
  }
}

/* SP */
@media (max-width: 919px) {
  .more-btn_win .arrow::after {
    top: 25.5%;
  }
  .insta_icon_win {
    margin: 0 auto 0 auto;
    width: 30%;
  }
  .insta_win {
    width: 100%;
  }
  .more-btn_win a {
    font-size: 178%;
  }
}

/*------------------------------------

アニメーション

------------------------------------*/
.title_fade_win {
  opacity: 0;
  -webkit-animation: fade_ttl_win 1.8s forwards;
  animation: fade_ttl_win 1.8s forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fade_item_win {
  opacity: 0;
}

.fade_win {
  -webkit-animation: fade_win 1.8s forwards;
  animation: fade_win 1.8s forwards;
}

.fade_win.right_block_win {
  -webkit-animation: fade_win 1.8s forwards;
  animation: fade_win 1.8s forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fade_win {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_win {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からフェード 中距離 */
@-webkit-keyframes fade_ttl_win {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade_ttl_win {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
