<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/* Scss Document */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/* Scss Document */
/* Scss Document */
header #header .name {
  position: absolute;
  height: 40px;
  z-index: 10000;
  left: 10px;
  top: 10px;
  /*&amp;:after{
  	content: '';
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 110px 150px 0 0;
  	border-color: #fff transparent transparent transparent;
  	position: absolute;
  	transition: .5s;
  	
  }*/
}
header #header .name img {
  height: 100%;
  width: auto;
}
header #header .menu {
  cursor: pointer;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100000;
  height: 70px;
}
header #header .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
header #header .menu ul li {
  flex: 0 1 25%;
  width: 25%;
  max-width: 25%;
}
header #header .menu ul li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 3.0;
  height: 70px;
  padding-right: 10px;
  font-size: 1.3rem;
}
header #header .menu ul li a span {
  letter-spacing: 0px;
}
header #header .menu ul li a:after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  top: calc(50% - 1px);
  right: 10px;
  transform-origin: top;
  content: '';
  transition: .3s;
}
header #header .menu ul li.map, header #header .menu ul li.outline {
  height: 40%;
}
header #header .menu ul li.map a, header #header .menu ul li.outline a {
  justify-content: flex-end;
  padding: 0 25px 0 0;
  text-align: right;
  color: #333;
}
header #header .menu ul li.map a::after, header #header .menu ul li.outline a::after {
  right: 15px;
}
header #header .menu ul li.map a {
  line-height: 0;
}
header #header .menu ul li.outline {
  position: relative;
}
header #header .menu ul li.outline a {
  line-height: 0;
}
header #header .menu ul li.js-ac__btn .js-ac__cont {
  display: none;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 100001;
  width: 150%;
  background: rgba(0, 0, 0, 0.9);
}
header #header .menu ul li.js-ac__btn .js-ac__cont li {
  width: auto;
  max-width: initial;
  height: auto;
}
header #header .menu ul li.js-ac__btn .js-ac__cont li a {
  display: block;
  width: 100%;
  padding: 12px 25px 12px 15px;
  color: #fff;
  font-size: 80%;
  line-height: 1.3;
  text-align: left;
}
header #header .menu ul li.js-ac__btn .js-ac__cont li + li {
  border-top: 1px solid #ccc;
}
header #header .menu ul li.js-ac__btn.active &gt; a:after {
  transform: rotate(135deg) translate(0%, -50%);
}
header #header .menu ul li.pamphflet a {
  background: #b59a5b;
  line-height: 1;
}
header #header .menu ul li.head_tel a {
  background: #333;
}
header #header .menu ul li.request a {
  background: #172d54;
}
header #header .menu ul li.reserve a {
  background: #9d3436;
}
header #header .menu ul li.menu_btn {
  display: block;
  background: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  z-index: 100000;
}
header #header .menu ul li.menu_btn &gt; div {
  position: relative;
  height: 22px;
  width: 40px;
  margin: 5px auto 0;
}
header #header .menu ul li.menu_btn &gt; div span {
  width: 100%;
  height: 2px;
  background: #333;
  display: block;
  position: absolute;
  transition: .3s;
}
header #header .menu ul li.menu_btn &gt; div span:nth-child(2) {
  top: 10px;
}
header #header .menu ul li.menu_btn &gt; div span:last-child {
  bottom: 0;
}
header .mainmenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 92%;
  padding: 20px 4% 0;
  height: calc(100vh - 70px);
  z-index: 10000;
  background: rgba(255, 255, 255, 0.98);
  display: none;
  overflow-y: scroll;
}
header .mainmenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
header .mainmenu ul li {
  width: 48%;
  line-height: normal;
  text-align: center;
  border-bottom: 1px solid #dddddd;
  box-sizing: border-box;
}
header .mainmenu ul li a {
  display: block;
  position: relative;
  padding: 15px 2%;
}
header .mainmenu ul li a.active {
  color: #b59a5b;
}
header .mainmenu ul li .new {
  position: absolute;
  left: -0;
  top: -0;
  background: #9d3436;
  font-size: 1rem;
  color: #fff;
  letter-spacing: normal;
  line-height: normal;
  padding: 0 2px;
}
header .mainmenu ul li .page_name &gt; p {
  display: inline-block;
}
header .mainmenu ul li .page_name .en {
  font-size: 2.2rem;
}
@media (min-width: 320px) {
  header .mainmenu ul li .page_name .en {
    font-size: calc( 2.2rem + ( 1vw - 3.2px ) * 1.875 );
  }
}
@media (min-width: 1280px) {
  header .mainmenu ul li .page_name .en {
    font-size: 4rem;
  }
}
header .mainmenu ul li .page_name .jp {
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
}
@media (min-width: 320px) {
  header .mainmenu ul li .page_name .jp {
    font-size: calc( 1.2rem + ( 1vw - 3.2px ) * 0.4166666667 );
  }
}
@media (min-width: 1280px) {
  header .mainmenu ul li .page_name .jp {
    font-size: 1.6rem;
  }
}
header .mainmenu ul li .page_name .jp:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #333;
  display: block;
}
header .mainmenu ul li .txt {
  font-size: 1rem;
  letter-spacing: normal;
  color: #9a9a9a;
}
@media (min-width: 320px) {
  header .mainmenu ul li .txt {
    font-size: calc( 1rem + ( 1vw - 3.2px ) * 0.4166666667 );
  }
}
@media (min-width: 1280px) {
  header .mainmenu ul li .txt {
    font-size: 1.4rem;
  }
}
header .mainmenu ul li.yet {
  color: #d2d2d2;
}
header .mainmenu ul li.yet .page_name .jp:after {
  background: #d2d2d2;
}
header .mainmenu ul li.yet a:hover {
  opacity: 1;
}
header .mainmenu ul li.sp_only {
  display: block;
}
header .mainmenu .outlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .mainmenu .outlink p {
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  padding: 5px 5px 10px;
  display: block;
  border-bottom: 1px solid #ddd;
}
header .mainmenu .outlink p::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  content: '';
}

.open header #header .name:after {
  opacity: 0;
  display: none;
}
.open header #header .menu ul li.menu_btn &gt; div span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open header #header .menu ul li.menu_btn &gt; div span:nth-child(2) {
  opacity: 0;
}
.open header #header .menu ul li.menu_btn &gt; div span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  header #header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100px;
    background: #fff;
  }
  header #header .name {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    height: 50px;
    top: 5px;
    left: 10px;
    z-index: 100000;
  }
  header #header .name:after {
    display: none;
  }
  header #header .menu {
    flex: 0 1 70%;
    width: 70%;
    max-width: 70%;
    max-width: 460px;
    z-index: auto;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
  }
  header #header .menu ul {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 60px;
    width: 100%;
  }
  header #header .menu ul li {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    width: 28%;
    max-width: 28%;
    height: 50%;
  }
  header #header .menu ul li a {
    border-right: none;
    padding: 5px 10px;
    text-align: left;
    box-sizing: border-box;
    height: 100%;
  }
  header #header .menu ul li a i {
    display: inline;
    font-size: 1.6rem;
    margin-right: 10px;
  }
  header #header .menu ul li.head_tel {
    display: none;
  }
  header #header .menu ul li.pamphflet, header #header .menu ul li.request, header #header .menu ul li.reserve {
    height: 60px;
    width: 24%;
    max-width: 24%;
  }
  header #header .menu ul li.pamphflet a, header #header .menu ul li.request a, header #header .menu ul li.reserve a {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    height: 60px;
    box-sizing: border-box;
  }
  header #header .menu ul li.pamphflet a i, header #header .menu ul li.request a i, header #header .menu ul li.reserve a i {
    display: block;
    font-size: 2rem;
    margin-right: 0;
    margin-bottom: 3px;
  }
  header #header .menu ul li.menu_btn {
    display: none;
  }
  header #header .mainmenu {
    display: block;
    height: 40px;
    padding: 0;
    left: 0;
    top: 60px;
    width: 100%;
    background: #fff;
    overflow-y: inherit;
  }
  header #header .mainmenu .mainmenu_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  header #header .mainmenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 0;
  }
  header #header .mainmenu ul li {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    box-sizing: border-box;
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1rem;
    box-sizing: border-box;
    padding: 0 0.3%;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) and (min-width: 320px) {
  header #header .mainmenu ul li {
    font-size: calc( 1rem + ( 1vw - 3.2px ) * 0.2083333333 );
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  header #header .mainmenu ul li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  header #header .mainmenu ul li:nth-child(odd) {
    border-right: none;
  }
  header #header .mainmenu ul li a {
    text-align: center;
    line-height: 1.2;
    padding: 0;
  }
  header #header .mainmenu ul li a:hover {
    color: #b59a5b;
  }
  header #header .mainmenu ul li a:hover .page_name .en {
    opacity: 0;
  }
  header #header .mainmenu ul li a:hover .page_name .jp {
    opacity: 1;
  }
  header #header .mainmenu ul li .new {
    padding: 2px;
    top: -15px;
  }
  header #header .mainmenu ul li.yet a {
    cursor: text;
  }
  header #header .mainmenu ul li.yet a:hover {
    color: #333;
  }
  header #header .mainmenu ul li.yet a:hover .page_name .en {
    opacity: 1;
  }
  header #header .mainmenu ul li.yet a:hover .page_name .jp {
    opacity: 0;
  }
  header #header .mainmenu ul li.sp_only {
    display: none;
  }
  header #header .mainmenu ul li .page_name {
    position: relative;
    min-width: 50px;
  }
  header #header .mainmenu ul li .page_name p {
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
  }
  header #header .mainmenu ul li .page_name .en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) and (min-width: 980px) {
  header #header .mainmenu ul li .page_name .en {
    font-size: calc( 1.6rem + ( 1vw - 9.8px ) * 0.6666666667 );
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  header #header .mainmenu ul li .page_name .en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  header #header .mainmenu ul li .page_name .jp {
    opacity: 0;
    padding: 0;
    font-size: 1rem;
    letter-spacing: normal;
    position: absolute;
    font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (min-width: 980px) {
  header #header .mainmenu ul li .page_name .jp {
    font-size: calc( 1rem + ( 1vw - 9.8px ) * 1.3333333333 );
  }
}
@media screen and (min-width: 769px) and (min-width: 1280px) {
  header #header .mainmenu ul li .page_name .jp {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  header #header .mainmenu ul li .page_name .jp:after {
    display: none;
  }
  header #header .mainmenu ul li:last-child .page_name .jp {
    width: 140%;
    left: -20%;
    right: 0;
    margin: auto;
    position: absolute;
  }
  header #header .mainmenu ul li .txt {
    display: none;
  }
  header #header .mainmenu .btn_wrap, header #header .mainmenu .outlink {
    display: none;
  }
}
/*------------------------------
		1024px以上
------------------------------*/
@media screen and (min-width: 981px) {
  header #header .mainmenu .mainmenu_wrap {
    width: 85%;
    padding: 0;
  }
  header #header .mainmenu ul li {
    padding: 0 .5%;
  }
  header #header .name {
    height: 60px;
    top: 20px;
  }
}
/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 1481px) {
  header #header {
    height: 80px;
  }
  header #header .name {
    height: 60px;
    top: 10px;
  }
  header #header .menu {
    height: 80px;
  }
  header #header .menu ul {
    height: 80px;
  }
  header #header .menu ul li.map, header #header .menu ul li.outline {
    height: 35%;
  }
  header #header .menu ul li.pamphflet, header #header .menu ul li.request, header #header .menu ul li.reserve {
    height: 80px;
  }
  header #header .menu ul li.pamphflet a, header #header .menu ul li.request a, header #header .menu ul li.reserve a {
    height: 80px;
    line-height: 1.2;
  }
  header #header .mainmenu {
    width: calc(100% - 580px);
    max-width: 1080px;
    right: 460px;
    left: auto;
    top: 0px;
    background: none;
  }
  header #header .mainmenu .mainmenu_wrap {
    width: 100%;
    top: 0;
    bottom: auto;
  }
  header #header .mainmenu .mainmenu_wrap ul li {
    height: 80px;
  }
}
/* Scss Document */
footer {
  line-height: 1.3;
  margin-bottom: 100px;
  margin-top: 60px;
}
footer #gotop {
  right: 20px;
  position: fixed;
  bottom: 80px;
  height: 80px;
  min-width: 80px;
  line-height: 80px;
  border-radius: 100%;
  text-align: center;
  letter-spacing: normal;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
footer #gotop:hover {
  background: #fff;
  color: #333;
}
footer .foot_info {
  padding: 4%;
  background: #f2f2f2;
}
footer .foot_info .flex_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .foot_info .tel {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  font-size: 1.2rem;
  text-align: center;
}
footer .foot_info .tel h3 {
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Zen Old Mincho", serif;
}
footer .foot_info .tel .tel_num {
  margin: 0 auto 20px;
}
footer .foot_info .logo_hhp,
footer .foot_info .logo_itochu {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
  max-width: 240px;
  margin: 0 auto 10px;
}
footer .bnr_area {
  max-width: 593px;
  margin: 0 auto 40px;
}
footer .foot_menu {
  background: #222;
}
footer .foot_bnr {
  max-width: 593px;
  margin: 0 auto 40px;
}
footer .foot_menu li {
  flex: 0 1 100%;
  width: 100%;
  max-width: 100%;
}
footer .foot_menu li a {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: underline;
  padding: 20px 0;
  border-top: 1px solid #333;
  display: block;
}
footer .cv_wrap .btn {
  margin: 0 auto 15px;
}
footer .cv_wrap .btn a span {
  font-size: 1.4rem;
}
@media (min-width: 980px) {
  footer .cv_wrap .btn a span {
    font-size: calc( 1.4rem + ( 1vw - 9.8px ) * 1.3333333333 );
  }
}
@media (min-width: 1280px) {
  footer .cv_wrap .btn a span {
    font-size: 1.8rem;
  }
}
footer .attent {
  margin-bottom: 1.2em;
}

.copyright {
  font-size: 10px;
  text-align: center;
  padding: 5px;
  background: #ccc;
}

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    margin-bottom: 30px;
  }
  footer #gotop {
    bottom: 30px;
  }
  footer .link {
    max-width: 740px;
    padding: 0;
    margin: auto;
  }
  footer .foot_info .tel {
    flex: 0 1 40%;
    width: 40%;
    max-width: 40%;
    max-width: 500px;
    text-align: left;
    margin-right: auto;
  }
  footer .foot_info .tel h3 {
    text-align: left;
  }
  footer .foot_info .logo_hhp,
  footer .foot_info .logo_itochu {
    flex: 0 1 26%;
    width: 26%;
    max-width: 26%;
    max-width: 280px;
    margin: 0 0 0 2%;
  }
  footer .foot_menu &gt; .w1280 {
    padding: 40px 0;
  }
  footer .foot_menu ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .foot_menu li {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    margin: 20px;
  }
  footer .foot_menu li a {
    padding: 0;
    border-top: none;
  }
  footer .foot_bnr {
    margin: 0 auto 40px;
  }
  footer .cv_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 980px;
    margin: auto;
  }
  footer .cv_wrap .btn {
    width: 32%;
    margin: 0;
  }
  footer .cv_wrap .btn a {
    width: 100%;
  }
}
/*------------------------------
		1024px以上
------------------------------*/
/*------------------------------
		1200px以上
------------------------------*/
body {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Zen Old Mincho", serif;
  color: #333;
  position: relative;
}

.of {
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.sp_only {
  display: inherit;
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .sp_only {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab_only {
    display: inherit;
  }
}
@media screen and (min-width: 981px) {
  .tab_only {
    display: none;
  }
}

.sp_tab_only {
  display: inherit;
}
@media screen and (min-width: 769px) {
  .sp_tab_only {
    display: inherit;
  }
}
@media screen and (min-width: 981px) {
  .sp_tab_only {
    display: none;
  }
}

.pc_tab_only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_tab_only {
    display: inherit;
  }
}
@media screen and (min-width: 981px) {
  .pc_tab_only {
    display: inherit;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .pc_only {
    display: inherit;
  }
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.w1280 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 769px) {
  .w1280 {
    padding: 0 2%;
  }
}
@media screen and (min-width: 1281px) {
  .w1280 {
    padding: 0;
  }
}

.w980 {
  box-sizing: border-box;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 0 4%;
}
@media screen and (min-width: 769px) {
  .w980 {
    padding: 0 2%;
  }
}
@media screen and (min-width: 1281px) {
  .w980 {
    padding: 0;
  }
}

h1 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  color: #ccc;
  z-index: 999;
  height: auto;
  padding: 0 2%;
  text-align: center;
}

h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 768px) {
  h2 {
    font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 2.34375 );
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 4rem;
  }
}

h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
}
@media (min-width: 768px) {
  h3 {
    font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 1.171875 );
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 3rem;
  }
}

.en {
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: normal;
}

i {
  margin-right: 5px;
}

a:hover {
  opacity: 0.8;
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.is-empty {
  margin: 0 !important;
  padding: 0 !important;
}

.box {
  margin-bottom: 100px;
}

.copy_title {
  text-align: center;
  margin-bottom: 40px;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Zen Old Mincho", serif;
  font-weight: normal;
}

.copy {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .copy {
    font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.78125 );
  }
}
@media (min-width: 1280px) {
  .copy {
    font-size: 1.8rem;
  }
}

.attention {
  font-size: 1rem;
  letter-spacing: normal;
  color: #666;
}

.capimg {
  position: relative;
}
.capimg .cap {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 1;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.capimg .cap--wh {
  color: #fff;
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, 0 -1px 0 #000, -1px 0 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.kome_wrap {
  position: relative;
}
.kome_wrap .kome {
  position: absolute;
  right: -10px;
  top: -15px;
  font-size: 1rem !important;
  color: #AEAEAE !important;
  line-height: normal !important;
}

#breadcrumb {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: normal;
}
#breadcrumb a {
  padding-right: 15px;
  position: relative;
  color: #b59a5b;
}
#breadcrumb a:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  right: 8px;
}

/*メインイメージ*/
#mainimg {
  background-size: cover;
  background-position: center;
  height: 45vw;
  position: relative;
  margin-bottom: 16vw;
}
#mainimg .title_wrap {
  margin-top: 0;
}
#mainimg .title_wrap .title_box {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 10%;
  bottom: -10vw;
  background-color: #ebc949;
}
#mainimg .title_wrap .title_box .ichimatsu {
  width: 25%;
}
#mainimg .title_wrap .title_box .title {
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}
#mainimg .title_wrap .title_box .sub_title {
  width: 60%;
  margin: auto;
}

.btn {
  margin: 30px auto;
}
.btn a, .btn button {
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  max-width: 380px;
  width: 90%;
  padding: 20px;
  display: block;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  font-weight: normal;
}
@media (min-width: 768px) {
  .btn a, .btn button {
    font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 );
  }
}
@media (min-width: 1280px) {
  .btn a, .btn button {
    font-size: 1.6rem;
  }
}
.btn a:after, .btn button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -4px;
  bottom: -4px;
  border-radius: 0 0 4px 0;
}
.btn.request_btn a {
  background: #9d3436;
  border: 1px solid #9d3436;
  padding: 20px 10px;
}
.btn.request_btn a:after {
  border-right: 1px solid #9d3436;
  border-bottom: 1px solid #9d3436;
}
.btn.request_btn a span {
  font-size: 1.9rem;
}
.btn.request_btn a:hover {
  color: #9d3436;
  opacity: 1;
  background: #fff;
}
.btn.reserve_btn a {
  background: #172d54;
  border: 1px solid #172d54;
  padding: 20px 10px;
}
.btn.reserve_btn a:after {
  border-right: 1px solid #172d54;
  border-bottom: 1px solid #172d54;
}
.btn.reserve_btn a span {
  font-size: 1.9rem;
}
.btn.reserve_btn a:hover {
  color: #172d54;
  opacity: 1;
  background: #fff;
}
.btn.online_btn a {
  background: #b59a5b;
  border: 1px solid #b59a5b;
  padding: 20px 10px;
}
.btn.online_btn a:after {
  border-right: 1px solid #b59a5b;
  border-bottom: 1px solid #b59a5b;
}
.btn.online_btn a span {
  font-size: 1.9rem;
}
.btn.online_btn a:hover {
  color: #b59a5b;
  opacity: 1;
  background: #fff;
}
.btn.viewmore_btn a {
  background: #b59a5b;
  border: 1px solid #b59a5b;
}
.btn.viewmore_btn a:after {
  border-right: 1px solid #b59a5b;
  border-bottom: 1px solid #b59a5b;
}
.btn.viewmore_btn a p:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 45%;
  left: 90%;
}
.btn.viewmore_btn a:hover {
  color: #b59a5b;
  opacity: 1;
  background: #fff;
}
.btn.viewmore_btn a:hover p:after {
  border-color: #b59a5b #b59a5b transparent transparent;
}
.btn.comingsoon_btn a {
  background: #9b9b9b;
  border: 1px solid #9b9b9b;
}
.btn.comingsoon_btn a:after {
  border-right: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}
.btn.comingsoon_btn a span {
  font-size: 2rem;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.btn.comingsoon_btn a:hover {
  color: #9b9b9b;
  opacity: 1;
  background: #fff;
}
.btn.comingsoon_btn a :after {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 45%;
  left: 90%;
}
.btn.syousai_btn a {
  background: #333333;
  border: 1px solid #333333;
}
.btn.syousai_btn a:after {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.btn.syousai_btn a span {
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.btn.syousai_btn a:hover {
  color: #9b9b9b;
  opacity: 1;
  background: #fff;
}
.btn.syousai_btn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 45%;
  left: 90%;
}
.btn.back a {
  background: #333;
  border: 1px solid #333;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.btn.back a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  border-color: #fff;
  left: 15px;
  transform: rotate(-135deg) translate(0%, 50%);
}
.btn.back a:after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
.btn.back a span {
  font-size: 2rem;
}
.btn.back a:hover {
  color: #333;
  opacity: 1;
  background: #fff;
}
.btn.back a:hover:before {
  border-color: #333;
}
.btn.next a {
  background: #f29600;
  border: 1px solid #f29600;
  font-family: "EB Garamond", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.btn.next a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  border-color: #fff;
  right: 20px;
}
.btn.next a:after {
  border-right: 1px solid #f29600;
  border-bottom: 1px solid #f29600;
}
.btn.next a span {
  font-size: 2rem;
}
.btn.next a:hover {
  color: #f29600;
  opacity: 1;
  background: #fff;
}
.btn.next a:hover:before {
  border-color: #f29600;
}

.fa-shoe-prints {
  transform: rotate(-120deg);
}

.radio-input {
  display: none;
  cursor: pointer;
}
.radio-input:checked + .radio-parts {
  color: #b59a5b;
}
.radio-input:checked + .radio-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  background: #b59a5b;
  border-radius: 50%;
}

.radio-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  cursor: pointer;
}
.radio-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #999;
  border-radius: 50%;
}

.title {
  text-align: center;
  margin-bottom: 30px;
}
.title .en {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .title .en {
    font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.78125 );
  }
}
@media (min-width: 1280px) {
  .title .en {
    font-size: 1.8rem;
  }
}

.acce span {
  position: relative;
  display: inline-block;
}
.acce span:before, .acce span:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 45px;
  height: 55px;
  background: url("/kawanishitada/img/home/title_back.png") center/cover no-repeat;
}
.acce span:before {
  left: -40px;
}
.acce span:after {
  transform: scale(-1, 1);
  right: -40px;
}

.title_wrap {
  text-align: center;
  margin: 60px auto;
}
.title_wrap h2 {
  font-weight: bold;
}
.title_wrap .en {
  color: #b59a5b;
}

/*-----下層ページタイトル-----*/
#ttlimg {
  margin-bottom: min(10vw, 55px);
}
#ttlimg .ttlimg_wrap {
  position: relative;
  text-align: center;
}
#ttlimg .ttlimg_wrap img {
  height: min(40vw, 240px);
  object-fit: cover;
}
#ttlimg .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 5rem;
  line-height: .6;
  color: #fff;
  font-family: "Times New Roman",'EB Garamond', serif;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  #ttlimg .title {
    font-size: calc( 5rem + ( 1vw - 7.68px ) * 3.90625 );
  }
}
@media (min-width: 1280px) {
  #ttlimg .title {
    font-size: 7rem;
  }
}
#ttlimg .copy {
  margin: 30px 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  #ttlimg .copy {
    font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 0.78125 );
  }
}
@media (min-width: 1280px) {
  #ttlimg .copy {
    font-size: 2.2rem;
  }
}
#ttlimg figcaption {
  position: absolute;
  left: 5px;
  bottom: 5px;
  letter-spacing: normal;
  line-height: normal;
}

#contents {
  padding-top: 60px;
  overflow: hidden;
}

.transition ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.transition ul li {
  flex: 0 1 31.5%;
  width: 31.5%;
  max-width: 31.5%;
  margin-bottom: 10px;
}
.transition ul li a {
  display: block;
  position: relative;
  height: 20vw;
  max-height: 150px;
  overflow: hidden;
  border-radius: 4px;
}
.transition ul li a .txt_wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.transition ul li a .en {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .transition ul li a .en {
    font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 1.171875 );
  }
}
@media (min-width: 1280px) {
  .transition ul li a .en {
    font-size: 2rem;
  }
}
.transition ul li a .jp {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .transition ul li a .jp {
    font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.390625 );
  }
}
@media (min-width: 1280px) {
  .transition ul li a .jp {
    font-size: 1.4rem;
  }
}
.transition ul li a.yet {
  cursor: text;
  opacity: 0.2;
}
.transition ul li a:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
}
.transition ul li a:not(.yet):hover {
  opacity: 1;
}
.transition ul li a:not(.yet):hover:before {
  opacity: 0;
}
.transition ul li a:not(.yet):after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid;
  border-right: 2px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  right: 8%;
  border-color: #fff;
  z-index: 1;
}
.transition ul li.concept a {
  background: url("/kawanishitada/img/common/btn_concept.jpg") center/cover no-repeat;
}
.transition ul li.location a {
  background: url("/kawanishitada/img/common/btn_location.jpg") center/cover no-repeat;
}
.transition ul li.access a {
  background: url("/kawanishitada/img/common/btn_access.jpg") center/cover no-repeat;
}
.transition ul li.design a {
  background: url("/kawanishitada/img/common/btn_design.jpg") center/cover no-repeat;
}
.transition ul li.plan a {
  background: url("/kawanishitada/img/common/btn_plan.jpg") center/cover no-repeat;
}
.transition ul li.modelroom a {
  background: url("/kawanishitada/img/common/btn_modelroom_201118.jpg") center/cover no-repeat;
}
.transition ul li.quarity a {
  background: url("/kawanishitada/img/common/btn_quality_201118.jpg") center/cover no-repeat;
}
.transition ul li.brand a {
  background: url("/kawanishitada/img/common/btn_brand.jpg") center/cover no-repeat;
}
.transition ul li.special a {
  background: url("/kawanishitada/img/common/btn_special.jpg") center/cover no-repeat;
}

/*コンバージョン*/
.conversion_wrap .conversion_box {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .conversion_wrap .conversion_box {
    font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.390625 );
  }
}
@media (min-width: 1280px) {
  .conversion_wrap .conversion_box {
    font-size: 1.6rem;
  }
}
.conversion_wrap .conversion_box .kome_wrap .kome {
  top: -10px;
}
.conversion_wrap .conversion_box .w1280 {
  padding: 0;
}
.conversion_wrap .action {
  font-size: 3.2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .conversion_wrap .action {
    font-size: calc( 3.2rem + ( 1vw - 7.68px ) * 1.171875 );
  }
}
@media (min-width: 1280px) {
  .conversion_wrap .action {
    font-size: 3.8rem;
  }
}
.conversion_wrap .action .m_txt {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .conversion_wrap .action .m_txt {
    font-size: calc( 2.2rem + ( 1vw - 7.68px ) * 0.78125 );
  }
}
@media (min-width: 1280px) {
  .conversion_wrap .action .m_txt {
    font-size: 2.6rem;
  }
}
.conversion_wrap .action .s_txt {
  font-size: 1.2rem;
  display: block;
  line-height: 1.4;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .conversion_wrap .action .s_txt {
    font-size: calc( 1.2rem + ( 1vw - 7.68px ) * 0.390625 );
  }
}
@media (min-width: 1280px) {
  .conversion_wrap .action .s_txt {
    font-size: 1.4rem;
  }
}
.conversion_wrap .bnr_box {
  padding: 30px 0;
}
.conversion_wrap .bnr_box .bnr_img {
  width: 100%;
  margin: auto;
}
.conversion_wrap .bnr_box .bnr_img + .bnr_img {
  margin-top: 40px;
}
.conversion_wrap .bnr_box .bnr_img a img {
  border-radius: 0px !important;
}

.switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}
.switch .switch__btn {
  width: 48%;
}
.switch .switch__btn a {
  display: block;
  position: relative;
  padding: min(2.6vw, 15px) 0;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border: 1px solid;
}
@media (min-width: 375px) {
  .switch .switch__btn a {
    font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.826446281 );
  }
}
@media (min-width: 980px) {
  .switch .switch__btn a {
    font-size: 1.8rem;
  }
}
.switch .switch__btn a:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  position: static;
  transform: rotate(135deg);
  transform-origin: top;
  margin: min(3vw, 15px) auto 0;
  content: '';
}
.switch .switch__btn.bright a {
  background: #847337;
  border-color: #847337;
}
.switch .switch__btn.park a {
  background: #1E2F64;
  border-color: #1E2F64;
}

.sitelink__btn a {
  max-width: 480px;
  padding: clamp(1.5rem, 2.6007802341vw, 2.2rem);
  border-radius: 0;
  font-size: clamp(1.6rem, 2.3407022107vw, 2rem);
  line-height: 1.6;
}
.sitelink__btn a::after {
  display: none;
}
.sitelink__btn a::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(45deg) skew(10deg, 10deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: .3s;
  content: '';
}
.sitelink__btn.park a {
  background: #1E2F64;
  border: 1px solid #1E2F64;
}
.sitelink__btn.bright a {
  background: #847337;
  border: 1px solid #847337;
}

/*------------------------------
		768px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .box {
    margin-bottom: 180px;
  }

  #contents {
    padding-top: 100px;
  }

  /*メインイメージ*/
  #mainimg {
    height: 44vw;
    margin-bottom: 14vw;
  }
  #mainimg .title_wrap .title_box {
    width: 200px;
    height: 200px;
    position: absolute;
  }
  #mainimg .title_wrap .title_box .copy {
    width: 50%;
  }
  #mainimg .title_wrap .title_box .badge {
    position: absolute;
    max-width: 280px;
    width: 22%;
    right: 2%;
    bottom: 5%;
  }

  h1 {
    bottom: -20px;
  }

  #ttlimg .ttlimg_wrap img {
    height: auto;
  }

  .btn {
    margin: 60px auto;
  }
  .btn a:hover {
    background: #fff;
    opacity: 1;
  }
  .btn.request_btn a:hover {
    color: #9d3436;
  }

  .acce span:before {
    left: -60px;
  }
  .acce span:after {
    right: -60px;
  }

  .transition ul li {
    flex: 0 1 24%;
    width: 24%;
    max-width: 24%;
    margin-bottom: 15px;
  }
  .transition ul li a:not(.yet):after {
    width: 8px;
    height: 8px;
  }

  /*コンバージョン*/
  .conversion_wrap .conversion_box {
    margin-bottom: 35px;
    background: none;
    color: #333;
    letter-spacing: 0.1em;
  }
  .conversion_wrap .conversion_box .subcopy {
    margin-bottom: 30px;
  }
  .conversion_wrap .conversion_box .mark {
    color: #333;
    font-size: 2.4rem;
  }
  .conversion_wrap .action {
    line-height: 1.2;
  }
  .conversion_wrap .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .conversion_wrap .btn_wrap .btn {
    flex: 0 1 29%;
    width: 29%;
    max-width: 29%;
    max-width: 380px;
    margin: 0 2%;
  }
  .conversion_wrap .btn_wrap .btn a {
    width: 100%;
  }
  .conversion_wrap .bnr_box {
    padding: 70px 0px;
  }
  .conversion_wrap .bnr_box .bnr_img {
    width: 80%;
  }

  .switch .pc_tab_only {
    display: inline;
  }
  .switch .switch__btn.bright a:hover {
    color: #847337;
    background: #fff;
  }
  .switch .switch__btn.park a:hover {
    color: #1E2F64;
    background: #fff;
  }

  .sitelink__btn a {
    max-width: 540px;
    padding: clamp(2rem, 2.6007802341vw, 3rem);
  }
  .sitelink__btn.park a:hover {
    background: #FFF;
    color: #1E2F64;
  }
  .sitelink__btn.park a:hover::before {
    border-color: #1E2F64;
  }
  .sitelink__btn.bright a:hover {
    background: #FFF;
    color: #847337;
  }
  .sitelink__btn.bright a:hover::before {
    border-color: #847337;
  }
}
/*------------------------------
		1024px以上
------------------------------*/
@media screen and (min-width: 981px) {
  /*メインイメージ*/
  #mainimg {
    max-height: 300px;
    margin-bottom: 140px;
  }
  #mainimg .title_wrap .title_box {
    width: 220px;
    height: 220px;
    bottom: -100px;
  }
  #mainimg .title_wrap .title_box .ichimatsu {
    width: 20%;
  }
  #mainimg .title_wrap .title_box .title {
    font-size: 3.5rem;
  }
}
/*------------------------------
		1200px以上
------------------------------*/
@media screen and (min-width: 1481px) {
  #contents {
    padding-top: 80px;
  }
}

/*# sourceMappingURL=base.css.map */
</pre></body></html>