@charset "UTF-8";
/*$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-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 {
	position: relative;
	z-index: 0;
}*/
.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 {
  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-item02 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item03 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0.6s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item04 {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show,
.fade-in-item02.show,
.fade-in-item03.show,
.fade-in-item04.show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .fade-in-item05 {
    opacity: 0;
    transition-duration: 2s;
    transition-delay: 1.5s;
    transition-property: transform, opacity;
    animation-fill-mode: forwards;
  }
}

@media screen and (max-width: 767px) {
  .fade-in-item05.show {
    opacity: 1;
  }
}

/******************************/
/******************************/
.none {
  display: none !important;
}

.link {
  margin: 2em 0 10px;
  text-align: center;
}

.dtl-list {
  justify-content: center !important;
}

.link-dtl {
  justify-content: center !important;
}

.item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}

.item-container li {
  padding: 0 10px 0 0;
  width: 250px;
}

.ac-box .reserve {
  width: 180px !important;
}

.linkbox {
  cursor: pointer !important;
  text-decoration: none !important;
}

.linkbox:hover {
  text-decoration: none !important;
}

#dtl-area #bridal .dtl-ttl {
  background-color: #a1c9c1 !important;
}

#dtl-area #seiyaku .dtl-ttl {
  background-color: #ca978e !important;
}

#select-area .select-list-outer .select-list li a {
  background-color: #a1c9c1;
  background-image: url(/umedamise/happymarriage/img/icon_bridal.png);
}

#select-area .select-list-outer .select-list li:nth-child(2) a {
  background-color: #ca978e;
  background-image: url(/umedamise/happymarriage/img/icon_seiyaku.png);
}

.select-list-outer .select-list {
  justify-content: center;
}

.ac-box-outer {
  margin-bottom: 4em !important;
}

.ttl {
  font-size: 22px !important;
}

.btn-outer {
  margin: 1em 0 2em;
}

.none {
  display: none;
}

.space {
  margin: 1em 0;
}

.under {
  margin-bottmom: 2em;
}

.img_logo {
  width: 50px;
  float: left;
  position: relative;
  top: -20px;
}

.img_center {
  margin: 1em 0 0;
  text-align: center;
}

.img_under {
  font-weight: 300;
  margin: 1em 0 3em;
  text-align: center;
}

.product_name {
  margin: 1em 0;
  font-size: 120% !important;
  font-weight: bold;
  border-left: 5px solid #fa4141 !important;
  padding: 0 0 0 10px;
}

.product_detail {
  margin-top: 0.5em;
}

small {
  font-size: 70% !important;
  font-weight: normal;
}

.subtitle {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, yellow 60%);
  font-weight: bold;
}

.link {
  max-width: 500px;
  margin: 1em auto 3em;
}

a.btn_02_a {
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 1rem 0.3rem;
  background-color: #ca978e;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btn_02_a:hover {
  background: #a1c9c1;
}

a.btn_02_a span {
  position: relative;
  padding-left: 36px;
}

a.btn_02_a span:before {
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

a.btn_02_a span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 3px solid #ca978e;
  border-right: 3px solid #ca978e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
}

a.btn_02_a:hover span:after {
  border-top: 3px solid #a1c9c1;
  border-right: 3px solid #a1c9c1;
}

a.btn_02_a:hover {
  color: #fff;
}

a.btn_02_a:hover span:before {
  content: "";
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}

.circle {
  width: 839px;
  background: url(https://www.daimaru.co.jp/umedamise/bridal/img/pic_circle_pc01.jpg) center 0 no-repeat;
  padding: 0;
  height: 249px;
  margin: 2em auto 3em;
}

.circle .inner {
  width: 839px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.circle__ttl {
  float: left;
  width: 441px;
  position: relative;
  top: 50px;
}

.circleDesc {
  float: right;
  width: 354px;
  position: relative;
  top: 40px;
}

.circle__txt {
  width: 303px;
  margin: 0 auto;
}

.circle__btn {
  margin-top: 10px;
}

.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .img_logo {
    float: right;
    top: -20px;
    width: 40px;
  }
  .btn-outer {
    margin: 5em 0 2em;
  }
  .m-main {
    padding-top: 10px;
  }
  .circleDesc {
    float: none;
    width: 354px;
    position: relative;
    text-align: center;
    top: 0;
  }
  .circle .inner {
    display: block;
    padding-left: 50px;
  }
  .circle {
    background: url(https://www.daimaru.co.jp/umedamise/bridal/img/pic_circle_sp01.jpg) center 0 no-repeat;
    background-size: auto;
    width: 100%;
    padding: 5px 0;
  }
  .circle__ttl {
    width: 286px;
    margin: 0 auto;
    top: 0;
  }
  .circle__txt {
    width: 286px;
    margin: 0 auto;
  }
  .circle__btn {
    width: 260px;
    margin: 10px auto 0;
  }
  .sec__btn {
    width: 230px;
  }
  .sec {
    border-top: 1px solid #EFD3A7;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  .pc {
    display: none !important;
    margin: 0 auto;
  }
  .sp {
    display: block !important;
    margin: 0 auto;
  }
}
/******************************/
/******************************/
.happymarriage {
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
}
.happymarriage .contents-inner {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .happymarriage .contents-inner {
    width: 100%;
    padding: 0 50px;
  }
}
.happymarriage #mv-slider-outer .mv-ttl-outer {
  z-index: 5;
}
.happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl {
  position: relative;
  z-index: 2;
}
.happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl-sub02 {
  width: 150px;
  position: absolute;
  top: 140px;
  left: 145px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl-sub02 {
    width: 26%;
    left: auto;
    top: 0;
    right: 50px;
  }
}
.happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl-sub02 img {
  transition: all 0.2s ease-in;
}
.happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl-sub02 img.slide02 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.2s ease-in;
}
.happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl-sub02.c1 img {
  opacity: 0;
  visibility: hidden;
}
.happymarriage #mv-slider-outer .mv-ttl-outer .mv-ttl-sub02.c1 img.slide02 {
  opacity: 1;
  visibility: visible;
}
.happymarriage .main-ttl {
  font-size: 2.8rem;
  color: #464646;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymarriage .main-ttl {
    font-size: 2rem;
  }
}
.happymarriage .page-link-btn {
  padding: 290px 0 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymarriage .page-link-btn {
    padding-top: 230px;
  }
}
.happymarriage .page-link-btn:before {
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  background: url(/umedamise/happymarriage/img/20250704/illustration01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage .page-link-btn:before {
    width: 200px;
    height: 200px;
    top: 20px;
  }
}
.happymarriage .page-link-btn .link-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.happymarriage .page-link-btn .link-btn-list li {
  width: 270px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .happymarriage .page-link-btn .link-btn-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.happymarriage .page-link-btn .link-btn-list li a {
  display: block;
  height: 100%;
  color: #fff;
  background: #dcc8be;
  padding: 35px 20px 30px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .happymarriage .page-link-btn .link-btn-list li a {
    padding: 12px 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage .page-link-btn .link-btn-list li a img {
    width: 100%;
  }
}
.happymarriage .page-link-btn .link-btn-list li a p {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.happymarriage .page-link-btn .link-btn-list li a p .company {
  display: block;
  font-size: 1.2rem;
}
.happymarriage .page-link-btn .link-btn-list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .happymarriage .page-link-btn .link-btn-list li:last-of-type {
    margin-bottom: 0;
  }
}
.happymarriage #brand {
  background: #ebe4e1;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand #brand-inner {
    padding-top: 0;
  }
}
.happymarriage #brand .main-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .main-ttl {
    margin-bottom: 35px;
  }
}
.happymarriage #brand .main-ttl:before {
  content: "";
  display: block;
  width: 452px;
  height: 160px;
  background: url(/umedamise/happymarriage/img/20250704/ttL_bridal_accessaries.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .main-ttl:before {
    width: 288px;
    height: 102px;
    top: -110px;
  }
}
.happymarriage #brand .brand-cate {
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .brand-cate {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.happymarriage #brand .brand-cate span {
  padding: 8px 20px;
  background: #ca978e;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .brand-cate span {
    padding: 5px 10px;
  }
}
.happymarriage #brand .sub-lead {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .sub-lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.happymarriage #brand .special-mark {
  width: 340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .special-mark {
    width: 100%;
  }
}
.happymarriage #brand .special-mark dt {
  width: 50px;
}
.happymarriage #brand .special-mark dd {
  width: 285px;
  font-size: 2rem;
  font-weight: 300;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .special-mark dd {
    font-size: 1.6rem;
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .img_under {
    font-size: 1.2rem !important;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .min-lead {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box .ac-box-inner .txt-box .txt {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box .ac-box-inner .txt-box figure {
    width: 100%;
  }
}
.happymarriage #brand .ac-box .reserve {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box .reserve {
    font-size: 1.5rem;
    padding: 3px 0;
  }
}
.happymarriage #brand .ac-box .reserve:hover {
  color: #fff;
  background: #ca978e;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box .reserve:hover {
    color: #ca978e;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box .reserve_sub {
    font-size: 1.3rem;
  }
}
.happymarriage #brand .ac-box-outer {
  position: relative;
}
.happymarriage #brand .ac-box-outer .img_logo {
  width: 40px;
  position: absolute;
  top: 15px;
  left: 15px;
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box-outer .img_logo {
    width: 30px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box-outer .tel {
    display: block;
    font-size: 2rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box-outer .item-container.col02 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box-outer .item-container.col02 li {
    width: 49%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .ac-box-outer .item-container.col02 li .reserve {
    width: 100% !important;
    padding: 3px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .brand-list li a:not(.tel):after {
    width: 100px;
    font-size: 1.4rem !important;
    padding: 2px 0;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .brand-list li a:not(.tel) i:after {
    font-size: 1.2rem;
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .brand-list li a.tel {
    font-size: 1.6rem;
  }
}
.happymarriage #brand .accessories-ttl {
  position: relative;
  padding-top: 85px;
}
.happymarriage #brand .accessories-ttl:before {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage #brand .accessories-ttl:before {
    width: 40px;
    height: 5px;
  }
}
.happymarriage #brand .brand-list li a:not(.tel):after {
  font-size: 1.6rem;
}
.happymarriage #select-area {
  margin-top: 10px;
  background: #f0f0f0;
  padding-top: 20px;
  position: relative;
}
.happymarriage #select-area:after {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area:after {
    width: 40px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .sub-ttl {
    width: 70%;
    padding: 0;
  }
}
.happymarriage #select-area .sub-lead {
  padding-bottom: 0;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .sub-lead {
    font-size: 1.6rem !important;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
.happymarriage #select-area .sub-lead:after {
  content: none;
}
.happymarriage #select-area .info-cate-list {
  display: flex;
  flex-wrap: wrap;
}
.happymarriage #select-area .info-cate-list li {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 25px;
  }
}
.happymarriage #select-area .info-cate-list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 2rem;
  color: #fff;
  background: #a1c9c1;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  padding: 95px 0 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li a {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 60px 0 10px;
  }
}
.happymarriage #select-area .info-cate-list li a small {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li a small {
    font-size: 1.2rem;
  }
}
.happymarriage #select-area .info-cate-list li a:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li a:before {
    width: 35px;
    height: 35px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li:nth-of-type(even) {
    margin-right: 0;
  }
}
.happymarriage #select-area .info-cate-list li:nth-of-type(even) a {
  background: #ca978e;
}
.happymarriage #select-area .info-cate-list li:nth-of-type(1) a:before {
  background: url(/umedamise/happymarriage/img/20250704/icon_info01.png) no-repeat;
  background-size: contain;
}
.happymarriage #select-area .info-cate-list li:nth-of-type(2) a:before {
  background: url(/umedamise/happymarriage/img/20250704/icon_info02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li:nth-of-type(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li:nth-of-type(3) a {
    padding-bottom: 25px;
  }
}
.happymarriage #select-area .info-cate-list li:nth-of-type(3) a:before {
  background: url(/umedamise/happymarriage/img/20250704/icon_info03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #select-area .info-cate-list li:nth-of-type(4) a {
    padding-bottom: 25px;
  }
}
.happymarriage #select-area .info-cate-list li:nth-of-type(4) a:before {
  background: url(/umedamise/happymarriage/img/20250704/icon_info04.png) no-repeat;
  background-size: contain;
}
.happymarriage #select-area .info-cate-list li:nth-of-type(4n) {
  margin-right: 0;
}
.happymarriage #dtl-area {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area .dtl-ttl {
    font-size: 1.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area .min-lead {
    font-size: 1.6rem !important;
  }
}
.happymarriage #dtl-area #list_bridal li p.ttl, .happymarriage #dtl-area #list_bridal li p.large {
  color: #a1c9c1;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #list_bridal li p.ttl {
    font-size: 1.8rem !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #list_bridal li p.large {
    font-size: 1.6rem !important;
  }
}
.happymarriage #dtl-area #list_bridal li p.mark {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #list_bridal li p.mark {
    font-size: 1.4rem;
  }
}
.happymarriage #dtl-area #list_bridal li p.mark:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/icon_txt02.png);
  top: 6px;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #list_bridal li p.mark:before {
    left: -6px;
  }
}
.happymarriage #dtl-area #list_bridal li p.min {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #list_bridal li p.min {
    font-size: 1.2rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.happymarriage #dtl-area #seiyaku {
  margin-top: 100px;
  position: relative;
}
.happymarriage #dtl-area #seiyaku:before {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #seiyaku:before {
    width: 40px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #seiyaku #list_seiyaku li p.ttl {
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #seiyaku #list_seiyaku li p.large {
    font-size: 1.6rem !important;
  }
}
.happymarriage #dtl-area #seiyaku #list_seiyaku li p.mark {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #seiyaku #list_seiyaku li p.mark {
    font-size: 1.4rem;
  }
}
.happymarriage #dtl-area #seiyaku #list_seiyaku li p.mark:before {
  width: 17px;
  height: 17px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #seiyaku #list_seiyaku li p.mark:before {
    left: -6px;
  }
}
.happymarriage #dtl-area #seiyaku #list_seiyaku li p.min {
  font-size: 1.3rem;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .happymarriage #dtl-area #seiyaku #list_seiyaku li p.min {
    font-size: 1.2rem;
  }
}
.happymarriage #dtl-area #seiyaku #list_seiyaku li p.small {
  font-size: 1.3rem;
}
.happymarriage .takami-contents {
  background: #ebe4e1;
  padding: 90px 0 100px;
}
.happymarriage .takami-contents .ttl-category {
  font-size: 2.8rem;
  font-weight: 500;
  color: #464646;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ttl-category {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.happymarriage .takami-contents .copy {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.95;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .copy {
    font-size: 1.5rem !important;
    margin-bottom: 30px;
  }
}
.happymarriage .takami-contents .slick-dots {
  margin-top: 27px;
}
.happymarriage .takami-contents .slick-dots li {
  width: 10px;
  height: 10px;
}
.happymarriage .takami-contents .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.happymarriage .takami-contents .slick-dots li.slick-active button {
  background: #dcc8be;
}
.happymarriage .takami-contents .takami-bnr {
  margin-top: 65px;
}
.happymarriage .takami-contents .takami-bnr a {
  display: block;
}
.happymarriage .takami-contents .takami-bnr p {
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
.happymarriage .takami-contents .takami-bnr p.cap {
  margin-top: 10px;
  font-size: 1.3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .takami-bnr p.cap {
    font-size: 1.2rem !important;
  }
}
.happymarriage .takami-contents .rental {
  padding: 175px 0 145px;
  position: relative;
  /*&:after{
    content: '';
    display: block;
    width: 80px;
    height: 10px;
    background: $white;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    @include mq(md){
      width: 40px;
      height: 5px;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .rental {
    padding: 110px 0 60px;
  }
}
.happymarriage .takami-contents .rental .rental-inner {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .rental .rental-inner {
    width: 100%;
    padding: 0 50px;
  }
}
.happymarriage .takami-contents .rental .rental-inner .ttl-category:before {
  content: "";
  display: block;
  width: 366px;
  height: 164px;
  background: url(/umedamise/happymarriage/img/20250704/ttl_costume_rental.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .rental .rental-inner .ttl-category:before {
    width: 85%;
    height: auto;
    aspect-ratio: 366/164;
    top: -130px;
  }
}
@media screen and (max-width: 390px) {
  .happymarriage .takami-contents .rental .rental-inner .ttl-category:before {
    top: -120px;
  }
}
@media screen and (max-width: 375px) {
  .happymarriage .takami-contents .rental .rental-inner .ttl-category:before {
    top: -110px;
  }
}
.happymarriage .takami-contents .ceremony {
  padding-top: 275px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ceremony {
    padding-top: 170px;
  }
}
.happymarriage .takami-contents .ceremony:before {
  content: "";
  display: block;
  width: 80px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ceremony:before {
    width: 40px;
    height: 5px;
  }
}
.happymarriage .takami-contents .ceremony .ceremony-inner {
  width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ceremony .ceremony-inner {
    width: 100%;
    padding: 0 50px;
  }
}
.happymarriage .takami-contents .ceremony .ceremony-inner .ttl-category {
  letter-spacing: 0.4em;
}
.happymarriage .takami-contents .ceremony .ceremony-inner .ttl-category:before {
  content: "";
  display: block;
  width: 450px;
  height: 164px;
  background: url(/umedamise/happymarriage/img/20250704/ttl_weddingceremony.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -175px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ceremony .ceremony-inner .ttl-category:before {
    width: 106%;
    height: auto;
    aspect-ratio: 450/164;
    top: -130px;
  }
}
@media screen and (max-width: 390px) {
  .happymarriage .takami-contents .ceremony .ceremony-inner .ttl-category:before {
    top: -120px;
  }
}
@media screen and (max-width: 375px) {
  .happymarriage .takami-contents .ceremony .ceremony-inner .ttl-category:before {
    top: -110px;
  }
}
.happymarriage .takami-contents .ceremony .ceremony-inner .takami-slider .slide-img p {
  padding: 10px;
  font-weight: 300;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ceremony .ceremony-inner .takami-slider .slide-img p {
    font-size: 1.4rem !important;
    padding: 5px 10px;
  }
}
.happymarriage .takami-contents .ceremony .ceremony-inner .takami-bnr {
  width: 500px;
  margin: 65px auto 0;
}
@media screen and (max-width: 767px) {
  .happymarriage .takami-contents .ceremony .ceremony-inner .takami-bnr {
    width: 100%;
  }
}
.happymarriage #link-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area {
    margin-top: 200px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area:before {
    content: "";
    display: block;
    width: 160px;
    height: 184px;
    background: url(/umedamise/happymarriage/img/20250704/illustration02.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -160px;
    left: calc(50% - 10px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area .normal-ttl {
    font-size: 1.6rem;
  }
}
.happymarriage #link-area .link-dtl {
  position: relative;
}
.happymarriage #link-area .link-dtl:after {
  content: "";
  display: block;
  width: 209px;
  height: 240px;
  background: url(/umedamise/happymarriage/img/20250704/illustration02.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 5%;
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area .link-dtl:after {
    content: none;
  }
}
.happymarriage #link-area .link-dtl li {
  width: 21%;
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area .link-dtl li {
    width: 100%;
  }
}
.happymarriage #link-area .link-dtl li figure {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area .link-dtl li figure {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area .link-dtl li .txt-box {
    width: 50%;
  }
}
.happymarriage #link-area .link-dtl li .txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .happymarriage #link-area .link-dtl li .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage .circle .inner {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .happymarriage .circle .inner .circle__ttl {
    margin-left: calc((100% - 286px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .happymarriage .circle .inner .circleDesc {
    width: 100%;
  }
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  background-image: none;
  padding: 10px 0 10px 19px;
  position: relative;
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate a:before {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background: url(/umedamise/happymarriage/img/20250704/icon_link02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  left: -2px;
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-image: repeating-linear-gradient(to right, #cccccc 0, #cccccc 5.5px, transparent 5.5px, transparent 11px);
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate:first-of-type a {
  padding-bottom: 0;
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate:first-of-type a:after {
  content: none;
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate.n02 {
  margin-top: 10px;
  position: relative;
}
.happymarriage #sp-navi #sp-navi-inner li.main-cate.n02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; /* 線の太さ */
  background-image: repeating-linear-gradient(to right, #cccccc 0, #cccccc 5.5px, transparent 5.5px, transparent 11px);
}

/******************************/
/***電話リンク***/
@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;
  }
}
/******************************/
/*.Pagetop {
  background: #ef467e;
}*/
.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;
}

.mt15 {
  margin-top: 15px;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style_renewal.css.map */