@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
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;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}
body .cinderella h1, body .cinderella h2, body .cinderella h3, body .cinderella h4, body .cinderella h5, body .cinderella h6,
body .cinderella .h1, body .cinderella .h2, body .cinderella .h3, body .cinderella .h4, body .cinderella .h5, body .cinderella .h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/******************************/
body.fixed-y {
  overflow-y: hidden;
}

/******************************/
.ashiya-renew {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #eae4f0;
}
.ashiya-renew p {
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ashiya-renew p {
    font-size: 1.3rem !important;
  }
}
.ashiya-renew ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}
.ashiya-renew ul.indent.attention li {
  font-size: 1.2rem;
}
.ashiya-renew a {
  text-decoration: none;
}
.ashiya-renew .mv {
  padding-bottom: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .mv {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.ashiya-renew .ashiya-renew-contents-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .ashiya-renew .pc-left {
    display: none;
  }
}
.ashiya-renew .pc-left .ttl-lp {
  max-width: 372px;
  margin: 0 auto 0 0;
  padding-right: 25px;
  aspect-ratio: 372/442;
  position: sticky;
  top: calc(80px + 10vh);
  left: 0;
  z-index: 5;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-left .ttl-lp {
    opacity: 1;
  }
}
.ashiya-renew .pc-left .ttl-lp.fade-show {
  animation-name: fade-show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ashiya-renew .pc-left.page-bottom .ttl-lp {
  position: absolute;
  top: auto !important;
  left: 0;
  bottom: 100px;
}
.ashiya-renew .pc-right {
  width: calc((100% - 500px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right {
    display: contents;
  }
}
.ashiya-renew .pc-right.open {
  width: 100%;
}
.ashiya-renew .pc-right .sp-menu-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .sp-menu-btn {
    display: block;
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    border: 1px solid #000;
    position: fixed;
    right: 3%;
    top: 112px;
    z-index: 99999997;
  }
  .ashiya-renew .pc-right .sp-menu-btn .line {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 12px;
    transition: 0.5s all;
  }
  .ashiya-renew .pc-right .sp-menu-btn .line:nth-of-type(1) {
    top: 13px;
  }
  .ashiya-renew .pc-right .sp-menu-btn .line:nth-of-type(2) {
    top: 20px;
  }
  .ashiya-renew .pc-right .sp-menu-btn .line:nth-of-type(3) {
    top: 27px;
  }
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .sp-menu-btn.open .line:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
  }
  .ashiya-renew .pc-right .sp-menu-btn.open .line:nth-of-type(2) {
    display: none;
  }
  .ashiya-renew .pc-right .sp-menu-btn.open .line:nth-of-type(3) {
    top: 19px;
    transform: rotate(-45deg);
  }
}
.ashiya-renew .pc-right .side-nav {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 223px;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav {
    display: none;
    opacity: 1;
    background-color: #D9D9D9;
    background-image: url(/ashiya/renewal2026/img/nav_side01.png), url(/ashiya/renewal2026/img/nav_side02.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 40px 157px, 45px 167px;
    background-position: left 10px top 50px, right 10px bottom 100px;
    padding: 70% calc((100% - 240px) / 2) 100px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 55px;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    position: fixed;
    z-index: 8888;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav::before {
    content: "";
    display: block;
    aspect-ratio: 142/150;
    width: 30%;
    background: url(/ashiya/renewal2026/img/ttl_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: calc((100% - 240px) / 2);
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav::after {
    content: "";
    display: block;
    aspect-ratio: 142/150;
    width: 30%;
  }
}
.ashiya-renew .pc-right .side-nav.page-bottom {
  position: absolute;
  top: auto !important;
  bottom: 50px;
  right: calc((100% - 260px) / 2);
}
.ashiya-renew .pc-right .side-nav li {
  margin-bottom: 2.8vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li {
    margin-bottom: 25px;
  }
}
.ashiya-renew .pc-right .side-nav li.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li.sp {
    display: block;
    aspect-ratio: 142/150;
    width: 30%;
    margin-bottom: 0;
    position: absolute;
    left: calc((100% - 240px) / 2);
    top: 15%;
  }
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li.sp a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
}
.ashiya-renew .pc-right .side-nav li a {
  display: block;
  background: #9A9A9A;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  border-radius: 20px;
  padding: 3px 15px 5px 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li a {
    background: #004B86;
    justify-content: center;
  }
}
.ashiya-renew .pc-right .side-nav li a::before {
  content: "";
  display: block;
  width: 55px;
  height: 33px;
  position: absolute;
  left: 10px;
  bottom: 2px;
}
.ashiya-renew .pc-right .side-nav li a:hover {
  background: #004B86;
}
.ashiya-renew .pc-right .side-nav li.active a {
  background: #004B86;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(1) a::before {
  background: url(/ashiya/renewal2026/img/num_nav01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(1) a::before {
    background: url(/ashiya/renewal2026/img/num_nav01_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(1) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav01_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(1).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav01_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(2) a::before {
  background: url(/ashiya/renewal2026/img/num_nav02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(2) a::before {
    background: url(/ashiya/renewal2026/img/num_nav02_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(2) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav02_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(2).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav02_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(3) a::before {
  background: url(/ashiya/renewal2026/img/num_nav03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(3) a::before {
    background: url(/ashiya/renewal2026/img/num_nav03_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(3) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav03_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(3).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav03_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(4) a::before {
  background: url(/ashiya/renewal2026/img/num_nav04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(4) a::before {
    background: url(/ashiya/renewal2026/img/num_nav04_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(4) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav04_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(4).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav04_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(5) a::before {
  background: url(/ashiya/renewal2026/img/num_nav05.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(5) a::before {
    background: url(/ashiya/renewal2026/img/num_nav05_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(5) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav05_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(5).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav05_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(6) a::before {
  background: url(/ashiya/renewal2026/img/num_nav06.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(6) a::before {
    background: url(/ashiya/renewal2026/img/num_nav06_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(6) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav06_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(6).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav06_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(7) a::before {
  background: url(/ashiya/renewal2026/img/num_nav07.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .pc-right .side-nav li:nth-of-type(7) a::before {
    background: url(/ashiya/renewal2026/img/num_nav07_h.png) no-repeat;
    background-size: contain;
  }
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(7) a:hover::before {
  background: url(/ashiya/renewal2026/img/num_nav07_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav li:nth-of-type(7).active a::before {
  background: url(/ashiya/renewal2026/img/num_nav07_h.png) no-repeat;
  background-size: contain;
}
.ashiya-renew .pc-right .side-nav.min-scroll {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 490px;
  padding-top: 10px;
  padding-bottom: 80px;
}
.ashiya-renew .pc-right .side-nav.fade-show {
  animation-name: fade-show;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fade-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ashiya-renew .pc-fixed.page-bottom:after {
  width: 100%;
  height: auto;
  position: absolute;
}
.ashiya-renew .ashiya-renew-sp-wrap {
  position: relative;
  z-index: 5;
  width: 1020px;
  margin: 0 auto 100px;
  min-height: calc(100vh - 130px);
}
@media screen and (max-width: 767px) {
  .ashiya-renew .ashiya-renew-sp-wrap {
    width: 100%;
  }
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block {
  position: relative;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .section-cate {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .section-cate span {
  background: #6f4679;
  border-radius: 0 50px 50px 0;
  padding: 5px 22px 5px 100px;
  position: relative;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .section-cate span::before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner {
  padding: 0 0 25px;
  background-color: #ffffff;
  margin-bottom: 4vh;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .ashiya-renew-sp-wrap .section-block .inner {
    width: 100%;
    padding: 0 0 15px;
  }
}

.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .about-txt {
  font-weight: 500;
  margin-bottom: 30px;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item {
  margin-bottom: 50px;
  background-color:#ffffff;
  border-radius: 20px;
  padding: 0 1em 2em;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item:last-of-type {
  margin-bottom: 0;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-wrap img {
  width: 100%;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-txt {
  padding:1em;
  width: 80%;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-txt .item-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 0;
}
p.item-detail {
  font-size: 1.5rem;
  line-height: 1.6em;
  padding: 1em 0.5em 0 0.5em;
}
p.item-detail span {
  font-size: 1.3rem!important;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .brand {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-sub-copy {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-info {
  margin: 0 20px 10px;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-info li {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-info li:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #004B86;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: -20px;
}
.ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-name {
  margin-top: 5px;
  font-size: 1.5rem;
}

.ashiya-renew .ashiya-renew-sp-wrap .contemporary {
  padding: 60px 0;
}
.ashiya-renew .ashiya-renew-sp-wrap .contemporary .section-cate span::before {
  width: 72px;
  height: 52px;
}
.ashiya-renew .ashiya-renew-sp-wrap .contemporary .item .item-wrap {
  display: flex;
}
.ashiya-renew .ashiya-renew-sp-wrap .contemporary .item .item-wrap:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}
.ashiya-renew .ashiya-renew-sp-wrap .contemporary .item .item-wrap .item-img {
  width: 84%;
  margin:4vh auto 0;
}
.item-logo {
  width:282px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ashiya-renew .ashiya-renew-sp-wrap .contemporary {
    padding: 20px 0;
}
  .ashiya-renew .ashiya-renew-sp-wrap .contemporary .item .item-wrap .item-img {
    width: 88%;
  }
  .ashiya-renew .ashiya-renew-sp-wrap .contemporary .item .item-wrap {
    display: block;
	}
  .ashiya-renew .ashiya-renew-sp-wrap .contemporary .item .item-wrap:nth-child(2n) {
  	display: block;
	}
  .ashiya-renew .ashiya-renew-sp-wrap .section-block .inner .item .item-txt {
  	padding:0;
  	width: 100%;
	}
}
/*.ashiya-renew .ashiya-renew-sp-wrap .contemporary .item:nth-of-type(even) .item-wrap {
  flex-direction: row;
}*/


/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

/******************************/
.Pagetop {
  background: #6f4679;
  right: 10px !important;
  z-index: 999999999 !important;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */

/* mv */
.img-box{
  width: 100%;
  height: 52vw;
  overflow: hidden;
  position: relative;
}
.img-box>div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 22s;
  animation-iteration-count: infinite;
}
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 0;
    transform: scale(1.2);
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/* 1枚目のスライド */
.img-box>div:first-of-type{
  background-image: url(/ashiya/renewal2026/img/mv_01.jpg);
}
/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image: url(/ashiya/renewal2026/img/mv_02.jpg);
  animation-delay: 8s;
}
/* 3枚目のスライド */
.img-box>div:last-of-type{
  background-image: url(/ashiya/renewal2026/img/mv_03.jpg);
  animation-delay: 16s;
}
@media screen and (max-width: 768px) {
.img-box{
  height: 70vh;
  margin-top: -5vh;
  }
 .img-box>div{
  height: 74vh;
  }
.img-box>div:first-of-type{
  background-image: url(/ashiya/renewal2026/img/mvsp_01.jpg);
  background-size: 100%;
}
/* 2枚目のスライド */
.img-box>div:nth-of-type(2){
  background-image: url(/ashiya/renewal2026/img/mvsp_02.jpg);
  background-size: 100%;
}
/* 3枚目のスライド */
.img-box>div:last-of-type{
  background-image: url(/ashiya/renewal2026/img/mvsp_03.jpg);
  background-size: 100%;
}
}
/*  ashiya  */
h2.heading__title {
	font-size: 2.8rem;
	margin-bottom: 1em;
}
p.heading__copy {
	font-size: 1.8rem;
	line-height: 2;
	margin-bottom:6em;
}
h3.floor {
	color: #6f4679;
	font-size: 2.4rem;
	margin-bottom: 12px;
	font-weight: 500;
}
h3.floor span {
	display: inline-block;
	background-color:#6f4679;
	color:#FFFFFF;
	border-radius: 0 53px 53px 0;
	padding: 30px 26px 30px 14px;
	font-weight: 800;
	font-size:3.3rem;
	margin-right: 20px;
}
h3.floor-a {
	color: #d16da9;
	font-size: 2.4rem;
	margin-bottom: 12px;
	font-weight: 500;
}
h3.floor-a span {
	display: inline-block;
	background-color:#d16da9;
	color:#FFFFFF;
	border-radius: 0 53px 53px 0;
	padding: 30px 26px 30px 14px;
	font-weight: 800;
	font-size:3.3rem;
	margin-right: 20px;
}
h3.floor-b {
	color: #c57b35;
	font-size: 2.4rem;
	margin-bottom: 12px;
	font-weight: 500;
}
h3.floor-b span {
	display: inline-block;
	background-color:#c57b35;
	color:#FFFFFF;
	border-radius: 0 53px 53px 0;
	padding: 30px 26px 30px 14px;
	font-weight: 800;
	font-size:3.3rem;
	margin-right: 20px;
}
h4.opendate {
	font-size: 2.2rem;
	font-weight: 600;
	color:#666666;
	margin:5em auto 2em;
	width: 50%;
	border:1px solid #666666;
	border-radius: 28px;
	padding:10px 0;
	text-align: center;
}
.item-bb {
	padding-top:2em;
	padding-bottom:2em;
	margin-bottom:4em;
}
.item-caution {
	font-size: 1.3rem!important;
	padding: 1em 0.5em 0 0.5em;
}
.floor-img {
	width: 94%;
	margin: 6vh auto;
}
.floor-position {
	color:#ffffff;
	font-size:1.3rem!important;
	background-color: #6f4679;
	display: inline-block;
	border-radius: 15px;
	padding: 5px 10px;
	margin-left: 8px;
	margin-bottom: 5px;
}
.at-small-r {
	text-align: right;
}
.mv-artist {
	display: flex;
	background-color: #6f4679;
	color: #ffffff;
	margin: 5vh 0;
	padding: 2em 1em;
}
.a-detail {
	width: 50%;
	padding: 0 15px;
}
p.a-subject {
	font-weight: 600;
}
.a-detail p {
	font-size: 1.5rem;
}
.a-txt {
	margin:10px 0;
}
.a-txt span {
	font-weight: 600;
	font-style: italic;
	margin-right: 10px;
}
@media screen and (max-width: 768px) {
h2.heading__title {
	font-size: 1.8rem;
	margin-top: 2em;
	margin-bottom: 0.8em;
	padding: 0 20px;
	}
p.heading__copy {
	padding: 0 20px;
	}
h3.floor,h3.floor-a,h3.floor-b {
	font-size:1.6rem;
	padding: 0 20px;
}
h3.floor span,h3.floor-a span,h3.floor-b span {
	border-radius: 0 0 33px 33px;
	padding: 3px 12px 10px 12px;
	font-size: 2.1rem;
	margin-right: 3px;
}
.floor-position {
	margin: 0 0 5px 8px;
	padding: 3px 15px;
	}
h4.opendate {
	font-size: 1.4rem;
	margin:1em auto;
	width: 60%;
	border-radius: 20px;
	padding:8px 0;
}
.item-caution {
	font-size: 1.1rem!important;
}
.mv-artist {
	display: block;
	margin: 5vh 5vw;
	}
.a-detail {
	width: 100%;
	}
.a-image {
	width: 64%;
	margin: 0 auto;
	}
}
