﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
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-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#s_teaser img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
.contents_cover p, .caption p {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  padding: 0 0 40px 0;
}
.mh3_f {
  padding-bottom: 50px;
}
.mh3_f img {
  height: 60px !important;
  width: auto;
  margin: 0 !important;
}
.gr {
  color: #62acb2 !important;
}
.wh {
  color: #fff !important;
}
.rev {
  flex-direction: row-reverse;
}
.cap_b_f {
  font-size: 18px !important;
  padding-bottom: 100px;
  margin: 0 !important;
}
.cap_b_f.wh strong {
  display: block;
  padding-top: 35px;
}
.bt_abox {
  color: #62acb2 !important;
  border: 1px solid #62acb2;
  display: inline-block;
  padding: 10px;
  width: 185px;
  border-radius: 4px;
  position: relative;
}
.bt_abox.media {
  color: #FFF !important;
  background-color: #68b6bc !important;
  width: auto;
}
.bt_abox p {
  font-size: 13px !important;
  color: #62acb2 !important;
  letter-spacing: 1px;
}
.bt_abox.media p {
  font-size: 16px !important;
  color: #FFF !important;
  letter-spacing: 1px;
  padding: 10px 200px !important;
  ;
  font-weight: bold !important;
  ;
}
.bt_abox::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  border-top: solid 1px #62acb2;
  border-right: solid 1px #62acb2;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.bt_abox.media::after {
  border-top: solid 2px #fff !important;
  border-right: solid 2px #fff !important;
}
a:hover {
  text-decoration: none;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px;
  background-color: #fff;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/* ▼各デザイン */
/* ----------------------------------------------------- */
#s_teaser {
  width: 100%;
  padding-top: 40px;
}
#s_teaser p {
  color: #6D6968;
  font-size: 15px;
}
.contents_cover {
  width: 1200px;
  margin: 0 auto;
}
.main_v_cover {
  width: 100%;
  height: calc(100vh - 70px) !important;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden !important;
  background-image: url("../img/bg_pc.jpg");
  background-size: cover;
  background-position: center;
  align-items: end;
}
.main_obi {
  width: 100%;
  background-color: rgba(104, 182, 188, 0.9);
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5vh 0 3vh 0;
}
.mark_sp {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 200px;
}
.mark_date {
  position: absolute;
  width: 128px;
  right: 0;
  left: 0;
  margin: auto;
  top: -20px;
}
.mark_date img {
  margin-left: -589px;
}
.mark_mall {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
  padding-top: 0.5vh;
}
.mark_mall img {
  width: 30px !important;
}
.mark_mall span {
  font-weight: bold;
  color: #35797a;
  letter-spacing: 1px;	
}
.wcover img {
  width: 100%;
  height: auto;
}
.wcover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto !important;
  align-items: center;
  gap: 12px;
}
.logo_new {
  max-width: 275px;
  width: 22vh;
}
h1 img {
  max-width: 505px !important;
  margin: 0 auto;
  display: block;
  width: 50vh !important;
}

/* ▼pro*/
/* ----------------------------------------------------- */
.pro_f {
  width: 100%;
  padding-top: 214px;
  padding-bottom: 182px;
}
.pro_f .mh3_f img {
  height: 75px !important;
}
.caph4_f {
  font-size: 24px;
  font-weight: 500 !important;
  padding-bottom: 100px;
  letter-spacing: 3px;
  width: auto;
}
.pro_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  align-items: stretch;
  /*height: 600px;*/
}
.pro_img {
  width: 50%;
  /*height: 100%;*/
}
.pro_txt {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
}
.pr_1 {
  width: 25%;
  position: absolute;
  right: 7%;
  bottom: 0;
}
.pr_2 {
  width: 30%;
  position: absolute;
  right: 6%;
  bottom: -5%;
  z-index: -1;
}
.pri_1 {
  /*background-image: url("../img/img_1_1_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}
.pri_2 {
  /*background-image: url("../img/img_1_2_pc.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}
.pro_tbox {
  text-align: justify;
  display: inline-block;
  margin-left: 13%;
  /*margin-top: -10%;*/
}
.pro_tbox p {
  padding-bottom: 20px;
  line-height: 2;
}
.media_area {
  padding-top: 50px;
}
.media_movie {
  padding-top: 50px;
  padding-bottom: 80px;
}
/* ▼campaign*/
/* ----------------------------------------------------- */
.campaign_f {
  background: #589ea5;
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
  display: block;
}
.campaign_f .owl-carousel {
  display: flex;
  width: 80%;
  margin: 0 auto 100px;
  justify-content: center;
  align-items: stretch;
}
.campaign_f .item {
  width: 80% !important;
}
.campaign_f h3 {
  color: #75948F;
  line-height: 200%;
}
.campaign_f h3 em {
  font-style: normal;
  text-decoration: underline;
  font-size: 20px;
}
.campaign_f .item p {
  width: 80%;
  margin: 30px auto;
  text-align: left;
}
.campaign_f span {
  background: #BCB55D;
  padding: 5px;
}
.cami_1 {
  background-image: url("../img/img_cp_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cami_2 {
  background-image: url("../img/img_cp_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cami_3 {
  background-image: url("../img/img_cp_3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mh4_f span {
  background-color: transparent !important;
  font-size: 25px;
  font-weight: 300;
  text-decoration: underline;
  padding-bottom: 29px !important;
  display: block;
  line-height: 1.2;
}
.mh3_2 {
  color: #62acb2 !important;
  font-weight: bold;
  font-family: garamond-premier-pro, serif !important;
  letter-spacing: 2;
  font-size: 20px;
  font-style: italic;
}
.mh3_2 span {
  background-color: transparent !important;
  font-size: 33px;
  padding-bottom: 22px !important;
  display: block;
  line-height: 0.5;
  font-family: garamond-premier-pro, serif !important;
  font-style: normal;
}
/* ▼news*/
/* ----------------------------------------------------- */
.news_f {
  background-color: #6fa5b2;
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
}
.item {
  background-color: #fff;
  width: 45%;
  margin: 0 15px;
  padding-bottom: 50px;
}
.item img {
  width: 90%;
  margin: 26px 0 45px 0;
  object-fit: cover;
  height: auto !important;
  padding: 0 !important;
}
.item p {
  margin: 0 auto;
}
.s_date {
  font-size: 13px !important;
  font-weight: bold;
  padding-bottom: 8px;
}
.s_title {
  color: #62acb2 !important;
  font-size: 16px !important;
  padding-bottom: 20px;
}
.s_cap {
  width: 62%;
  text-align: justify;
  padding-bottom: 24px;
  font-size: 14px !important;
}
.owl-carousel {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
}
/* ▼vintage*/
/* ----------------------------------------------------- */
.vintage_f {
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
}
.vintage_f ul {
  width: 80%;
  flex-flow: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10%;
}
.vintage_f li {
  width: 19%;
  margin: 10px .5%;
}
.vintage_f .cap_b_f {
  color: #62acb2 !important;
}
/* ▼service*/
/* ----------------------------------------------------- */
.service_f {
  background-color: #e5eaea;
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
  margin: 0;
}
.se_box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 0px;
  background-color: #fff;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
}
.se_txt {
  width: 516px;
}
.se_img {
  width: 684px;
  height: 100%;
}
.sei_1 {
  background-image: url("../img/img_5_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sei_2 {
  background-image: url("../img/img_5_2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tx {
  text-align: justify;
  width: 311px;
  margin: 0 auto;
  line-height: 1.8;
}
.se_txt .bt_abox {
  margin-top: 28px;
}
.mh5_f {
  height: auto;
  text-indent: unset;
  width: auto;
  line-height: normal;
  font-size: small;
  padding-bottom: 30px;
}
.mh5_f img {
  height: 22px !important;
}
.mh4_f {
  font-size: 18px;
  color: #62acb2;
  letter-spacing: 2px;
  padding-bottom: 6px !important;
  font-weight: 600;
  width: auto;
}
.se_1 {
  height: 35px !important;
  padding-bottom: 30px;
}
.se_2 {
  height: 45px !important;
  padding-bottom: 30px;
}
.se_3 {
  height: 35px !important;
  padding-bottom: 30px;
}
/* ▼recruit 大枠Media共用*/
/* ----------------------------------------------------- */
.recruit_f {
  background-color: #68b6bc;
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
  margin: 0;
}
.re_box {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 0px;
  background-color: #fff;
  margin-bottom: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 600px;
}
.re_txt {
  width: 584px;
}
.re_img {
  width: 684px;
  height: 100%;
}
.re_txt .bt_abox {
  margin-top: 28px;
}
.re_img {
  width: 550px;
  height: 489px;
  margin-left: 60px;
  background-image: url("../img/img_6_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ▼Shop info*/
/* ----------------------------------------------------- */
.access_f {
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
}
.map-wrapper {
  background: #80bdc7;
  margin-bottom: 141px;
}
.map-wrapper iframe {
  filter: grayscale(1);
  mix-blend-mode: overlay;
  opacity: 1;
  vertical-align: bottom;
}
.access_f strong {
  padding-bottom: 40px !important;
  display: block;
  font-style: normal;
}
.access_f address p {
  padding-bottom: 20px;
}
.access_f address {
  font-size: 15px;
  font-style: normal;
}
/* ▼media 大枠Recruit共用*/
/* ----------------------------------------------------- */
.media_f {
  background-color: #68b6bc;
  width: 100%;
  padding-top: 142px;
  padding-bottom: 150px;
  margin: 0;
}
.me_img {
  width: 550px;
  height: 489px;
  margin-left: 60px;
  background-image: url("../img/img_8_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.telp {
  color: #62acb2 !important;
  padding-top: 10px;
}
.tx.b {
  padding-top: 15px;
  font-weight: bold;
  font-size: 13px !important;
  text-align: center;
}
/* ▼幅毎の調整 
/* ----------------------------------------------------- */
/*
 @media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v_cover {
    height: calc(100vh - 900px) !important;
  }
}
 @media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v_cover {
    height: calc(100vh - 900px) !important;
  }
}
*/
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1440px) {}
.aoyama-news {
  margin: 100px auto 100px;
  background: #f7f7f7;
  padding: 10px;
  width: 50%;
  text-align: center;
}
.aoyama-news table {
  width: 50%;
  margin: 0 auto;
}
.aoyama-news th, .aoyama-news td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.aoyama-news a {
  color: #62acb2;
  text-decoration: underline;
}
.l img {
  width: 10%;
  margin: 40px 0;
}