@charset "utf-8";

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

Theme Name: REGALO_LP
Version: 1.0

------------------------------------------------------ */
html {
    font-size: 16px;
    font-size: 1.0rem;
}

#lp_body  {
    color: #fff;
    background-color: #181619;
    font-family:  "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,"HG明朝E", "ＭＳ Ｐ明朝", serif;
    position: relative;
}
a {
    color: #fff;
    text-decoration: none;
}


/* Common
--------------------------------- */
.scroll {
    width: 80px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    left: calc(50% - 40px);
    bottom: 40px;
}
.scroll-line {
    height: 1px;
    overflow: hidden;
    position: relative;
}
.scroll-line-inner {
    position: absolute;
    background-color: #f00;
    height: 1px;
    left: 0;
    top: 0;
    -webkit-animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation: indicator 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
@-webkit-keyframes indicator {
0% {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin:left top; width:20px; }
20% { width: 60px; }
80% { width: 60px; }
to { -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 100%; width:0px; }
}
@keyframes indicator {
0%{ left:0;
    -webkit-transform-origin:left top;
    transform-origin:left top; width:20px; }
20%{ width: 60px; }
80%{ width: 60px; }
to{ -webkit-transform-origin: left top;
    transform-origin: left top;
    left: 100%; width: 0px; }
}


/* Button
--------------------------------- */
.lp_button_expand {}
.lp_button_expand > span {
    position: relative;
    display: flex;
    color: #fff;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#lp_wedding .lp_button_expand > span {
    color: #6b3213;
}
.lp_button_expand > span::before,
.lp_button_expand > span::after {
    position: absolute;
    content: '';
    height: 11px;
    width: 1px;
    background: #fff;
    right: 25px;
    transition-duration: .4s;
    top: 50%;
}
#lp_wedding .lp_button_expand > span::before,
#lp_wedding .lp_button_expand > span::after {
    background: #6b3213;
}

.lp_button_expand > span::before {
    transform: translate(-50%, -50%);
}
.lp_button_expand > span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.lp_item_course_box.is_open .lp_button_expand > span::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.lp_item_drink_box.is_open .lp_button_expand > span::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.image_window {
    position: relative;
}
.image_window.moving::before {
    width: 0;
}
.image_window::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.777);
    transition: all .5s;
}


/* dkp-shop.js
--------------------------------- */
#dkp_top_nav {
    height: 0!important;
}
#dkp_top_nav_spacer {
    display: none!important;
}


/* Header
--------------------------------- */
#lp_header {
    position: fixed;
    width: 100%;
    background: #181619;
    background-color: #000;
    transition: all 1.0s;
    z-index: 5001;
}
#lp_header_logo {
    margin: 0 auto;
    width: 322px;
}
#lp_header_logo img {
    width: 100%;
}
#lp_header_tel {
    position: absolute;
    left: calc(50% + 17rem);
    bottom: 1.0rem;
    font-size: 2.0rem;
}


/* Home
--------------------------------- */
#lp_home {
    overflow: hidden;
    position: relative;
}
#lp_home_note {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5rem;
    font-size: 0.5rem;
}

/* Slideshow - CSS -
--------------------------------- */
.slideshow {
    position: relative;
    overflow: hidden;
}

.slideContents {
    position: relative;
    background: #181619;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}
.slideContents section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.slideContents section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.slideContents #slide1 {
    position: relative;
}
.slideContents section {
    animation: autoplay 20s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes autoplay {
	0% { transform: translateX(0); }
	20% { transform: translateX(0); }
	25% { transform: translateX(-100%); }
	25.001% { transform: translateX(100%); }
	95% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}
.slideContents #slide1 { animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -15s; }
.slideContents #slide3 { animation-delay: -10s; }
.slideContents #slide4 { animation-delay: -5s; }

.contents {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    background: rgba(0,0,0,0.5);
    padding: 2rem 2rem 3rem;
    line-height: 1.8;
}
.contents h2 {
    font-size: 2.5rem;
    border-bottom: 5px solid rgba(255, 0, 0, 0.5);
    margin-bottom: 1rem;
}
.contents p {
    font-size: 1.25rem;
}

/* Slideshow - slick -
--------------------------------- */
#lp_slide {
    position: relative;
    background: #181619;
    overflow: hidden;
}
#lp_slide section {/*
    position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 100vh;
}
#lp_slide section img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
}
#lp_slide section {
    position: relative;
}
#lp_slide .contents {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    background: rgba(0,0,0,0.5);
    padding: 2rem 2rem 3rem;
    line-height: 1.8;
}
#lp_slide .contents h2 {
    font-size: 2.5rem;
    border-bottom: 5px solid rgba(255, 0, 0, 0.5);
    margin-bottom: 1rem;
}
#lp_slide .contents p {
    font-size: 1.25rem;
}

/* Category
--------------------------------- */
#lp_category {
    padding: 4rem 0 8rem;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.lp_category_item {
    position: relative;
    width: 400px;
    margin: 5px;
    background: #000;
    padding-bottom: 90px;
    left: -100px;
    opacity: 0;
}
.lp_category_item.moving {
    transition: all 0.5s;
    left: 0;
    opacity: 1;
}
.lp_category_item.moving:nth-child(2){
    transition-delay: .25s;
}
.lp_category_item.moving:nth-child(3){
    transition-delay: .5s;
}
.lp_category_item a {
    display: block;
}
.lp_category_image {
    height: 400px;
    margin-bottom: 2rem;
}
.lp_category_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lp_category_title {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
}
.lp_category_title span {
    color: #666;
    margin-left: 1rem;
    font-size: 1.5rem;
}
.lp_category_desc {
    padding: 0 1rem;
    line-height: 1.6;
}


/* Content
--------------------------------- */
.lp_content {
    border-top: 1rem solid #c61a22;
    padding-bottom: 10rem;
    background-size: 50%;
}
.lp_content h2 {
    color: #fff;
    text-align: center;
    font-size: 4rem;
    margin-top: -14rem;
    padding-top: 10rem;
    margin-bottom: 3rem;
    font-weight: bold;
}
.lp_content h2 span {
    display: block;
    font-size: 2rem;
    color: #5b5b5b;
    font-weight: normal;
}
.lp_content_area {
    max-width: 1440px;
    width: 90%;
    margin: 0 auto 4rem;
    padding: 5rem 0 3rem;
    position: relative;
}
.lp_content_area::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 2.5rem;
}
.lp_content_box {
    margin-top: -6rem;
}
.lp_content_box h3 {
    margin-left: -0.7rem;
    transform: rotate( 90deg );
    transform-origin: left bottom;
    font-size: 5rem;
    color: rgba(255,255,255,0.4);
}
#lp_wedding .lp_content_box h3 {
    color: rgba(255,255,255,0.8);
}
.lp_content_item {
    margin: 0 auto 1rem 7.5%;
    width: 87.5%;
}
#lp_wedding .lp_content_item {
    background: rgba(255,255,255,0.5);
}

#lp_party {
    background-image: url(../images/lp_bg.jpg);
}
#lp_private_party {
    background-image: url(../images/lp_bg.jpg);
}
#lp_wedding {
    background-image: url(../images/lp_bg_white.jpg);
    color: #6b3213;
}

.area_blue {
    background: -moz-linear-gradient(top, rgba(0, 102, 255, 0.3), rgba(0, 192, 255, 0.3));
    background: -webkit-linear-gradient(top, rgba(0, 102, 255, 0.3), rgba(0, 192, 255, 0.3));
    background: linear-gradient(to bottom, rgba(0, 102, 255, 0.3), rgba(0, 192, 255, 0.3));
}
.area_orenge {
    background: -moz-linear-gradient(to bottom,rgba(255, 90, 0, 0.5),rgba(255, 150, 0, 0.5) 50%,rgba(255, 150, 0, 0.5));
    background: -webkit-linear-gradient(to bottom,rgba(255, 90, 0, 0.5),rgba(255, 150, 0, 0.5) 50%,rgba(255, 150, 0, 0.5));
    background: linear-gradient(to bottom,rgba(255, 90, 0, 0.5),rgba(255, 150, 0, 0.5) 25%,rgba(255, 150, 0, 0.5));
}
.area_green {
    background: -moz-linear-gradient(top, rgba(0, 151, 75, 0.4), rgba(48, 205, 0, 0.4));
    background: -webkit-linear-gradient(top, rgba(0, 151, 75, 0.4), rgba(48, 205, 0, 0.4));
    background: linear-gradient(to bottom, rgba(0, 151, 75, 0.4), rgba(48, 205, 0, 0.4));
}
.area_yellow {
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 0.3), rgba(255, 234, 0, 0.3));
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 0.3), rgba(255, 234, 0, 0.3));
    background: linear-gradient(to bottom, rgba(255, 204, 0, 0.3), rgba(255, 234, 0, 0.3));
}

.area_blue::before {
    background-color: rgba(0, 67, 204, 0.5);
}
.area_orenge::before {
    background-color: rgba(255, 96, 0, 0.5);
}
.area_green::before {
    background-color: rgba(116, 178, 0, 0.5);
}
.area_yellow::before {
    background-color: rgba(255, 204, 0, 0.5);
}

.box_plan {
}
.box_course {}
.box_drink {
    margin-top: -5rem;
}
.box_option {}
.box_anniversary {}

.item_plan {}
.lp_item_plan_box {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background: rgba(0,0,0,0.5);
}
#lp_wedding .lp_item_plan_box {
    background: rgba(255, 255, 255, 0.5);
}
.lp_item_plan_image {
    width: 50%;
    padding: 2rem;
}
.lp_item_plan_image img {
    width: 100%;
    margin-bottom: 2rem;
}
.lp_item_plan_image h5 {
    position: relative;/*
    font-size: 1.2rem;*/
    font-size: 1.05rem;
    margin-bottom: 2rem;
    z-index: 1;/*
    padding-left: 1rem;*/
    padding-left: 0;
    line-height: 1.4;
}
.lp_item_plan_image h5::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -0.25rem;
    width: 100%;
    height: 10px;
    background: #0053c4;
    z-index: -1;
}
#lp_wedding .lp_item_plan_image h5::before {
    background: #ffd19f;
}
.lp_item_plan_detail {
    width: 50%;
    padding: 2rem;
}
.lp_item_plan_detail h4 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.lp_item_plan_detail h5 {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    z-index: 1;
    padding-left: 1rem;
}
.lp_item_plan_detail h5::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: -0.25rem;
    width: 100%;
    height: 10px;
    background: #0053c4;
    z-index: -1;
}
#lp_wedding .lp_item_plan_detail h5::before {
    background: #ffd19f;
}

.lp_item_plan_detail p {
    margin-bottom: 2rem;
    margin-left: 1rem;
    line-height: 1.6;
}

.item_course {}
.lp_item_course_box {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    background: rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}
#lp_wedding .lp_item_course_box {
    background: rgba(255, 255, 255, 0.5);
}
.lp_item_course_title {
    width: 40%;
    padding: 1rem 3rem 2rem 0;
}
.lp_item_course_title h5 {
    position: relative;
    font-size: 3.0rem;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    font-weight: bold;
    z-index: 0;
}
.lp_item_course_title h5::before {
    position: absolute;
    top: 1.5rem;
    left: 0;
    content: "";
    width: 100%;
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
#lp_wedding .lp_item_course_title h5::before {
    background-color: rgba(0,0,0,0.1);
}
.lp_item_course_title h5 span._jp {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
.lp_item_course_title h5 span._period {
    position: absolute;
    top: -1.25rem;
    right: -4.5rem;
    background-color: #201305;
    color: #fff;
    width: 6.5rem;
    font-size: 1.35rem;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-content: center;
}
.lp_item_course_title h5 span._period._next {
    background-color: #8a0006;
}
#lp_wedding .lp_item_course_title h5 span._jp {
    color: rgba(107, 50, 19, 0.77);
}
#lp_wedding .lp_item_course_title h5 span._period {
    background-color: rgb(107, 50, 19);
}
#lp_wedding .lp_item_course_title h5 span._period._next {
    background-color: #8a0006;
}
.lp_item_course_title p {
    margin-left: 2rem;
    font-size: 1.5rem;
    margin-bottom: 3rem
}
.lp_item_course_title .lp_item_course_image {
    max-width: 100%;
    width: 100%;
    height: 0;
    margin-left: 2rem;
    opacity: 0;
    transition: all .5s;
}
.lp_item_course_box.is_open .lp_item_course_image {
    /* height: 400px; */
    opacity: 1;
}
.lp_item_course_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lp_item_course_box.is_open .lp_item_course_image img {
    height: auto;
}
.lp_item_course_number {
    background: rgba(0,0,0,0.5);
    padding: 1rem;
    margin-right: 1rem;
}
#lp_wedding .lp_item_course_number {
    color: #fff;
    background: rgb(107, 50, 19);
}
.lp_item_course_price {}
.lp_item_course_detail {
    width: 60%;
    padding: 2rem;
}
.lp_item_course_detail h4 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.lp_item_course_dishes {
    line-height: 2.0;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .5s;
    display: grid;
    grid-template-columns: 6.5rem auto;
}
.lp_item_course_note {
    line-height: 1.8;
    font-size: 0.8rem;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
    transition: all .5s;
}
.lp_item_course_box.is_open .lp_item_expand .lp_item_course_dishes,
.lp_item_course_box.is_open .lp_item_expand .lp_item_course_note {
    height: auto;
    margin-bottom: 2rem;
    opacity: 1;
}
.lp_item_course_dishes span:nth-child(2n+1) {
    color: red;
}
.lp_item_expand {
    border: 1px solid rgba(255,255,255,0.5);
    padding: 1rem;
    height: 3rem;
    transition: all .5s;
}
.lp_item_course_box.is_open .lp_item_expand {
    height: auto;
    border: 1px solid rgba(255,255,255,0.125);
}
#lp_wedding .lp_item_course_box.is_open .lp_item_expand {
    height: auto;
    border: 1px solid rgba(107, 50, 19,0.125);
}
#lp_wedding .lp_item_expand {
    border: 1px solid rgb(107, 50, 19);
}
#lp_wedding .lp_item_expand a {
    color: #6b3213;
}
.item_drink {}
.lp_item_drink_box {
    padding: 2rem;
    background: rgba(0,0,0,0.5);
    margin-bottom: 1rem;
}

#lp_wedding .lp_item_drink_box {
    background: rgba(255, 255, 255, 0.5);
}
.lp_item_drink_box h5 {
    position: relative;
    width: 70%;
    font-size: 2.0rem;
    padding-left: 0rem;
    margin-bottom: 1.0rem;
    font-weight: bold;
    line-height: 1.5;
    z-index: 0;
}
.lp_item_drink_box h5 em {
    font-size: 1.5rem;
    font-style: normal;
}
.lp_item_drink_box h5::before {
    position: absolute;
    top: 1.5rem;
    left: -2rem;
    content: "";
    width: 100%;
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
#lp_wedding .lp_item_drink_box h5::before {
    background-color: rgba(0, 0, 0, 0.1);
}
.lp_item_drink_box h5 span {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}
#lp_wedding .lp_item_drink_box h5 span {
    color: rgba(107, 50, 19, 0.7);
}
.lp_item_drink_details {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 0 1rem;
    margin-bottom: 0;
    height: 0;
    opacity: 0;
}
.lp_item_drink_box.is_open .lp_item_expand .lp_item_drink_details {
    height: auto;
    opacity: 1;
    margin-bottom: 3rem;
}
.lp_item_drink_box.is_open .lp_item_expand {
    height: auto;
    border: 1px solid rgba(255,255,255,0.125);
}
#lp_wedding .lp_item_drink_box.is_open .lp_item_expand {
    height: auto;
    border: 1px solid rgba(107,50,19,0.1);
}
.lp_item_drink_details p {
    width: 50%;
    padding: 1rem;
    line-height: 1.4;
}
.lp_item_drink_details p span {
    color: red;
}
.lp_item_drink_open {
    border: 1px solid rgba(255,255,255,0.5);
    padding: 1rem;
    margin: 2rem
}
#lp_wedding .lp_item_drink_open {
    border: 1px solid rgba(107, 50, 19, 0.5);
}

#lp_wedding .lp_item_drink_open a {
    color: #6b3213;
}

.item_option {
	display: flex;
	/* justify-content: space-between; */
	flex-flow: row wrap;
}
#lp_wedding .item_option {
	background: none;
}
.lp_item_option_item {
    position: relative;
    width: calc(33.333% - 2px);
    margin: 1px;
    background: rgba(0,0,0,0.5);
    padding-bottom: 2rem;
    left: -100px;
    opacity: 0;
}
.lp_item_option_item.moving {
    transition: all 0.5s;
    left: 0;
    opacity: 1;
}
.lp_item_option_item.moving:nth-child(2){
    transition-delay: .25s;
}
.lp_item_option_item.moving:nth-child(3){
    transition-delay: .5s;
}
.lp_item_option_item.moving:nth-child(4){
    transition-delay: 0s;
}
.lp_item_option_item.moving:nth-child(5){
    transition-delay: .25s;
}
.lp_item_option_item.moving:nth-child(6){
    transition-delay: .5s;
}
#lp_wedding .lp_item_option_item {
    background: rgba(255, 255, 255, 0.5);
}

.lp_item_option_image {
    height: 300px;
    margin-bottom: 1.0rem;
}
.lp_item_option_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lp_item_option_title {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.35rem;
    line-height: 1.2;
}
#lp_wedding .lp_item_option_title {
    color: #6b3213;
}
.lp_item_option_title span {
    color: #666;
    margin-left: 1rem;
    font-size: 1.5rem;
}
.lp_item_option_desc {
    padding: 0 2rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.5);
}
#lp_wedding .lp_item_option_desc {
    padding: 0 2rem;
    line-height: 1.6;
    color: rgba(107, 50, 19, 0.77);
}
.item_anniversary {
}
.lp_item_anniversary_box {
    padding: 3rem 0;
    background: rgba(0,0,0,0.5);
}
.lp_item_anniversary_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.lp_item_anniversary_item:nth-child(2n+1) {
    flex-flow: row-reverse wrap;
}
.lp_item_anniversary_item:nth-child(2n) {
    flex-flow: row wrap-reverse;
}
.lp_item_anniversary_image {
    text-align: center;
    width: 450px;
    height: 300px;
    margin: 0 auto;
}
.lp_item_anniversary_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lp_item_anniversary_desc {
    width: 50%;
    line-height: 1.8;
    padding: 2rem;
}
.lp_item_anniversary_desc h4 {
    position: relative;
    font-size: 2.0rem;
    z-index: 0;
}
.lp_item_anniversary_desc h4::before {
    position: absolute;
    top: 1.5rem;
    left: -2rem;
    right: -2rem;
    content: '';
    height: 20px;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
}
.lp_item_anniversary_item:nth-child(2n) .lp_item_anniversary_desc h4::before {
    top: 1.5rem;
    left: -2rem;
}
.lp_item_anniversary_desc h5 {
    margin-bottom: 2rem;
}
.lp_item_anniversary_desc p {color: rgba(255,255,255,0.777);}

#lp_gallery_weddng {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 5rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.33);
    overflow: hidden;
}
#lp_gallery_weddng img {
    position: relative;
    display: block;
    width: 33.333%;
    left: -100px;
    opacity: 0;
}
#lp_gallery_weddng img.moving {
    transition: all 0.5s;
    left: 0;
    opacity: 1;
}
#lp_gallery_weddng img.moving:nth-child(2){
    transition-delay: .25s;
}
#lp_gallery_weddng img.moving:nth-child(3){
    transition-delay: .5s;
}
#lp_gallery_weddng img.moving:nth-child(4){
    transition-delay: .75s;
}


/* Contact
--------------------------------- */
#lp_contact {
    background-image: url(../images/lp_bg_contact.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10rem 0;
}
.lp_contact_box {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}
.lp_contact_box a {
    display: block;
    max-width: 500px;
    width: 50%;
    margin: 0 2.5%;
}
.lp_contact_item {
    position: relative;
    background: rgba(0,0,0,0.7);
}
.lp_contact_item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 3.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.lp_contact_item h2 {
    font-size: 2.0rem;
    color: rgba(255,255,255,0.5);
    font-weight: bold;
    transform: rotate( 90deg );
    transform-origin: left bottom;
    margin-left: 0.77rem;
}
.lp_contact_item p {
    font-size: 2rem;
    line-height: 1.6;
    padding: 2rem 1rem 4rem 6rem;
}


/* Map
--------------------------------- */
#lp_map {
    height: 50vh;
}
#lp_map>iframe {
	width: 100%;
	height: 100%;
}


/* Footer
--------------------------------- */
#lp_footer {
}
#lp_footer_box {
    display: flex;
    /* align-items: flex-end; */
    background-image: url(../images/lp_bg_footer.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: scroll;
    /* height: 80vh; */
}
#lp_footer_item {
    width: 80%;
    margin: 5rem auto;
    max-width: 800px;
    text-align: center;
    line-height: 2;
    padding: 3rem;
    background: rgb(0 0 0 / 80%);
    border-radius: 0.5rem;
    color: rgba(255,255,255,0.5);
}
#lp_footer_item img {
    width: 50%;
}
#lp_footer_item a {
    font-size: 2.0rem;
}
#lp_footer_copyrights {
    background-color: #181619;
    text-align: center;
    /* margin-top: 10rem; */
    padding: 5rem 0;
}

#lp_button_totop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all .5s;
}
#lp_button_totop.hide{
    transform: translateX(100%);
}
#lp_button_totop a {
    display: block;
    padding: 1rem;
    width: 60px;
}
#lp_button_totop a img {
    width: 100%;
}


/* SP
--------------------------------- */
#sp_cv {
    display: none;
}

/*                                                          1024px
------------------------------------------------------------------ */
@media screen and (max-width:1024px){
/* Header
--------------------------------- */
#lp_header_tel {
    display: none;
}


/* Home
--------------------------------- */
#lp_home {
    height: calc(100vh - 3rem);
}


/* Slideshow
--------------------------------- */
#lp_slide .contents {
    right: 5rem;
    left: 5rem;
    bottom: 8rem;
}
#lp_slide .contents p {
    font-size: 1rem;
}


/* Category
--------------------------------- */
.lp_category_item {
    width: 30%;
    margin: 0.5%;
    padding-bottom: 70px;
}
.lp_category_image {
    height: 300px;
}
.lp_category_title {
    font-size: 1.5rem;
}
.lp_category_title span {
    font-size: 1.25rem;
}


/* Content
--------------------------------- */
.lp_content h2 {
    font-size: 4rem;
}
.lp_content_item {
    /* justify-content: center; */
}
.lp_item_plan_image {
    width: 100%;
}
.lp_item_plan_detail {
    width: 100%;
    padding: 1rem;
}
.lp_item_course_title {
    width: 100%;
}
.lp_item_course_title .lp_item_course_image {
    width: auto;
    height: 0;
    margin-left: 2.0rem;
    /* margin-right: 1.0rem; */
    opacity: 0;
    transition: all .5s;
}
.lp_item_course_box.is_open .lp_item_course_image {
    height: auto;
    opacity: 1;
}
.lp_item_course_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.lp_item_course_box.is_open .lp_item_course_image img {
    height: auto;
}
.lp_item_course_detail {
    width: 100%;
}
.lp_item_drink_box h5 {
    width: 100%;
    font-size: 1.5rem;
}
.lp_item_option_item {
    width: 49%;
    margin: 0.5%;
}
.lp_item_option_item.moving:nth-child(2) {
    transition-delay: .25s;
}
.lp_item_option_item.moving:nth-child(3) {
    transition-delay: 0s;
}
.lp_item_option_item.moving:nth-child(4) {
    transition-delay: .25s;
}
.lp_item_option_item.moving:nth-child(5) {
    transition-delay: 0s;
}
.lp_item_option_item.moving:nth-child(6) {
    transition-delay: .25s;
}
.lp_item_anniversary_desc {
    width: 80%;
}
#lp_gallery_weddng img {
    height: 33.333%;
}

/* Contact
--------------------------------- */
#lp_contact {
    background-size: 185%;
    background-attachment: scroll;
    padding: 5rem 0;
}
.lp_contact_box a {
    width: 100%;
    margin-bottom: 1rem;
}

/* Footer
--------------------------------- */
#lp_button_totop.hide{
    transform: translateX(100%);
}


/* SP
--------------------------------- */
#lp_button_totop {
    display: none;
}


/* SP
--------------------------------- */
#sp_cv {
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-image: url(../images/lp_bg.jpg);
    border-top: 5px solid #be0411;
}
#sp_cv ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#sp_cv ul li {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#sp_cv ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}
#sp_cv_tel {
    width: 33.333%;
}
#sp_cv_rsv {
    width: 33.333%;
}
#sp_cv_totop {
    width: 33.333%;
}
#sp_cv_route {}
}

/*                                                          768px
------------------------------------------------------------------ */
@media screen and (max-width:768px){
/* Button
--------------------------------- */
.lp_button_expand > span::before,
.lp_button_expand > span::after {
    right: 10px;
}

/* Category
--------------------------------- */
.lp_category_item {
    width: 90%;
}
.lp_category_title {
    margin-bottom: 1rem;
}

/* Content
--------------------------------- */
.lp_content_area {
    width: 95%;
}
.lp_content_item {
    margin: 0 auto 1rem 8.5%;
    width: 88.5%;
}
.lp_item_drink_box h5 em {
    font-size: 0.7rem;
}
.lp_item_drink_details p {
    font-size: 0.7rem;
    width: 100%;padding: 0;
}
#lp_button_totop.hide{
    transform: translateX(100%);
}
}

/*                                                          430px
------------------------------------------------------------------ */
@media screen and (max-width:430px){
/* dkp-shop.js
--------------------------------- */
#dkp_top_nav {
    height: 60px!important;
}
#dkp_top_nav_spacer {
    display: block!important;
}


/* Header
--------------------------------- */
#lp_header_logo {
    text-align: center;
}
#lp_header_logo img {
    width: 50%;
}


/* Home
--------------------------------- */
#lp_home {
    height: 50vh;
}


/* Slideshow
--------------------------------- */
/*
.slideContents section {
    height: 50vh;
}

.contents {
    right: 1rem;left: 1rem;bottom: 1.5rem;padding: 1rem;
}
.contents h2{font-size: 1.25rem;}
.contents p {
    font-size: 0.8rem;text-align:left;
}
.contents p br {
    display: none;
}
*/

/* Slideshow
--------------------------------- */
#lp_slide section {
    height: 50vh;
}
#lp_slide .contents {
    right: 1rem;
    left: 1rem;
    bottom: 1.5rem;
    padding: 1rem;
}
#lp_slide .contents h2{
    font-size: 1.25rem;
}
#lp_slide .contents p {
    font-size: 0.8rem;text-align:left;
}
#lp_slide .contents p br {
    display: none;
}

/* Category
--------------------------------- */
#lp_category {
    padding: 1rem 0 3rem;
}
.lp_category_item {
    margin-bottom: 2rem;padding-bottom: 40px;overflow: hidden;
}

.lp_category_item.moving:nth-child(2){
}
.lp_category_item.moving:nth-child(3){
}

.lp_category_image {
    height: 200px;margin-bottom: 1rem;
}

.lp_category_title {
    font-size: 1.25rem;
}

.lp_category_desc {
    font-size: 0.8rem;
}


/* Content
--------------------------------- */
.lp_content {
    padding-bottom: 5rem;
}
.lp_content h2 {
    font-size: 2.5rem;margin-top: -12rem;padding-top: 9.5rem;
}

.lp_content_area {
    margin: 0 auto 2rem;padding: 1rem 0 1rem;
}
.lp_content_area::before {
    width: 1.25rem;
}
.lp_content_box {
    margin-top: -2.0rem;
}
.lp_content_box h3 {
    font-size: 2.5rem;margin-left: -0.3rem;
}
.item_plan {
    margin: 0 auto 1rem 10%;
    width: 87.5%;
}
.lp_item_plan_image {
    padding: 1.0rem;
}
.lp_item_plan_image img {
    margin-bottom: 1rem;
}
.lp_item_plan_image h5 {
    font-size: 1.0rem;margin-bottom: 1.0rem;padding-left: 0;
}
.lp_item_plan_detail h4 {
    font-size: 1.1rem;line-height: 1.5;
}
.lp_item_plan_detail h5 {
    font-size: 1.0rem;padding-left: 0.5rem;
}
.lp_item_plan_detail p {
    margin-left: 0.5rem;margin-bottom: 1.0rem;font-size: 0.8rem;
}
.item_course {}
.lp_item_course_title {
    padding: 1rem 1rem 2rem 0;
}
.lp_item_course_title h5 {
    font-size: 2.0rem;padding-left: 1.0rem;
}
.lp_item_course_title h5 span._period {
    top: -0.5rem;
    right: -1.5rem;
    width: 5rem;
    font-size: 1rem;
}
.lp_item_course_title p {
    font-size: 1.1rem;
    margin-left: 0;
    margin-bottom: 2rem;
}
.lp_item_course_price {}
.lp_item_course_detail {
    padding: 0.5rem;
}
.lp_item_course_title .lp_item_course_image {
    margin-left: .5rem;
    margin-right: .5rem;
    width: 100%;
}
.lp_item_course_detail h4 {
    font-size: 1.0rem;
}
.lp_item_course_dishes {
    font-size: 0.7rem;
    line-height: 1.8;
    grid-template-columns: 4.5rem auto;
}
.lp_item_course_box.is_open .lp_item_expand .lp_item_course_dishes {}
.lp_item_course_note {
    font-size: 0.65rem;
}
.lp_item_expand {
    padding: 0.5rem;
}
.item_drink {}
.lp_item_drink_box {
    padding: 0.5rem;
}
.lp_item_drink_box h5 {
    font-size: 1.0rem;
}
.lp_item_drink_box h5::before {
    top: 1.0rem;left: -0.45rem;content: "";width: 100%;height: 10px;
}
.lp_item_drink_box h5 span {
    font-size: 1.00rem;
}
.lp_item_drink_details {
    padding: 0;
}
.item_option {
    margin: 0 auto 0 8.5%;width: 88.5%;
}
.lp_item_option_item {
    width: 90%;padding-bottom: 1rem;margin-bottom: 1.0rem;
}
.lp_item_option_item.moving {}
.lp_item_option_item.moving:nth-child(2){
}
.lp_item_option_item.moving:nth-child(3){
}
.lp_item_option_item.moving:nth-child(4){
}
.lp_item_option_image {
    height: 200px;margin-bottom: 1.0rem;
}
.lp_item_option_title {
    font-size: 1.0rem;margin-bottom: 0.5rem;
}
.lp_item_option_desc {
    font-size: 0.8rem;padding: 0 0.5rem;
}
#lp_wedding .lp_item_option_desc {
    padding: 0 1rem;
}
.item_anniversary {
    margin-bottom: 0.25rem;
}
.lp_item_anniversary_box {
    padding: 1.0rem;
}
.lp_item_anniversary_item {
    margin-bottom: 1rem;
}
.lp_item_anniversary_item:nth-child(2n) {
    flex-flow: row wrap;
}
.lp_item_anniversary_image {
    height: 200px;
}
.lp_item_anniversary_desc {
    width: 100%;
    padding: 0.5rem;
}
.lp_item_anniversary_desc h4 {
    font-size: 1.0rem;line-height: 1.4;margin-bottom: 1.0rem;
}
.lp_item_anniversary_desc h4::before {
    top: 0.8rem;left: -1.35rem;right: -1rem;content: '';height: 18px;
}
.lp_item_anniversary_item:nth-child(2n) .lp_item_anniversary_desc h4::before {
    top: 0.8rem;left: -1.35rem;right: -1rem;content: '';height: 18px;
}
.lp_item_anniversary_desc h5 {
    margin-bottom: 1rem;
}
.lp_item_anniversary_desc p {
    font-size: 0.9rem;line-height: 1.4;
}

#lp_gallery_weddng {
    margin-bottom: 2rem;
}
#lp_gallery_weddng img.moving:nth-child(2){
}
#lp_gallery_weddng img.moving:nth-child(3){
}
#lp_gallery_weddng img.moving:nth-child(4){
}

/* Contact
--------------------------------- */
.lp_contact_item::before {
    width: 2.6rem;
}
.lp_contact_item h2 {
    font-size: 1.25rem;
}
.lp_contact_item p {
    font-size: 1.25rem;padding: 1.5rem 1.5rem 2.5rem 3.5rem;
}

/* Footer
--------------------------------- */
#lp_footer_item {
    width: 90%;
    padding: 1.0rem;
    line-height: 1.6;
}
#lp_footer_copyrights {
    font-size: 0.7rem;
    padding: 2rem 0 8rem;
}
#lp_button_totop.hide{
    transform: translateX(100%);
}
}





/*/////////////////////////////////////////////////////

header

/////////////////////////////////////////////////////*/

/*top_sns*/
#top_sns {
	display: flex;
	justify-content: flex-end;/*
	padding:5px 10px;*/
  padding-right: 10px;
  padding-left: 10px;
}
#top_sns a {
	width: 18px;
	padding:5px;
	margin-left: 10px;
}


/*top_btn*/
#top_btn {
	position: fixed;
	/*top:130px;*/
	right:-150px;
	z-index: 5500;
    transition: 1s ease-out;
}
#top_btn.active {
	left:0;
  top: 164px;
}
/*
#top_btn:before {
	position: fixed;
	top:140px;
	right:0;
	z-index: 5000;
	content: "　";
	width: 126px;
	height: 116px;
	background: #fff;
}
*/
.top_btn_inner {
	position: relative;
	z-index: 5500;
}
#top_btn a {
	display:block;
	width: 130px;
	margin-bottom: 5px;
}

/*header*/
header {
	position: relative;
	z-index: 5000;
}
#header_nav {
	position: absolute;
    top: 90px;
	left: 0;
	display: flex;
	justify-content:flex-start;/*
	align-items: flex-start;*/
	width: 40%;
  min-width: 328px;
}
#header_nav h1{
	display: none;
}

@media screen and (min-width:768px){

#lp_body > header #header_nav {
	width: 100%;
	padding: 20px;
	background: #181519;
	background-color: #000;
}
#lp_body > header #header_nav h1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
}
#lp_body > header #header_nav .header_nav_list {/*
    justify-content: flex-start;*/
    justify-content: center;
}
#lp_body > header #header_nav .header_nav_list a {
	padding: 0 2rem;
  border-right: 1px solid #fff;
  white-space: nowrap;
}
#lp_body > header #header_nav .header_nav_list a:last-child {
  border-right: none;
}

}
@media screen and (max-width:767px){

#header_nav  {
  display:none;
}
}
#header_nav h1 {
	background: #fff;
}
#header_nav h1 a {
	display: block;/*
	padding: 25px 50px;*/
}
.header_nav_list {
	/*
	margin-top:15px;
  margin-bottom: 15px;*/
	padding:0;
	/* background: #c13414; */
	/* background: #171419; */
	display: flex;
	justify-content:space-between;
	width: 0;
	transition: 1s ease-out;
	overflow: hidden;
}
.header_nav_list.active {/*
	width: calc(100% - 189px);
	width: calc(100% - 150px);*/
  width: 100%;
	padding:0 20px;
}
.header_nav_list a {
	padding:20px 10px;
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: bold;/*
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;*/
	color:#fff;
}
.header_nav_list a:hover {
	background: rgba(255,255,255,0.5);
	opacity: 1;
}

/* fix_nav */

#fix_nav {
    position: fixed;
    top:0;
    left: 0;
    z-index: 8000;
    width: 100%;
    display: none;
}
#fix_nav header  {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;/*
    background:#fff;*/
    background: #071623;
}
#fix_nav header #header_nav  {
	position: static;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
}
#fix_nav header #header_nav h1 a  {/*
	padding:10px 20px;*/
}
#fix_nav header #header_nav h1 img  {/*
	width: 40px;*/
	width: 64px;
  height: auto;
}
#fix_nav header .header_nav_list {
	margin-top:0;
	padding:0 20px;
	width: auto;
	background: #061723;
}
#fix_nav header .header_nav_list a {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
    padding:20px 20px;
    width: auto;
}
#fix_nav header #top_sns  {
	position: absolute;
    right:15px;
    left:auto;
    top:15px;
}



/* 2022.04.26 [START]
--------------------------------- */
#lp_body > header .header_href {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}
#lp_body > header .header_href a {
        display: block;
        padding: 15px 20px;
        font-size: 0.7rem;
        font-weight: bold;
    }
@media screen and (max-width:2100px){
    #lp_body > header .header_href {
        max-width: 40%;
    }
    .header_nav_list {
        max-width: 75%;
    }
    #lp_body > header .header_href a {
        font-size: 0.7rem;
    }
}
@media screen and (max-width:1599px){
    #lp_body > header .header_href {
        display:none;

    }
    .header_nav_list {
        max-width: 100%;
    }
}
/*#lp_body > header .header_href a {*/
/*    display: block;*/
/*    padding: 15px 20px;*/
/*    font-size: 0.9rem;*/
/*    font-weight: bold;*/

/*}*/
#lp_body > header .header_href a img {
    height: 0.9rem;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}
#lp_body > header .header_href_reserve a {
    color: #fff;
    background-color: #ae221b;
}
#lp_body > header .header_href_tel a {
    background-color: #fea700;
    display: block;
}

/* DKダイニングJSボタン非表示 */
#dkp_top_nav {
    /* display: none; */
    height: 0;
}
@media screen and (max-width: 767px){
#dkp_top_nav {
    display: none;
}
#lp_header {
    top: 0;
}
}
#dkp_top_nav_spacer {
    display: none;
    height: 0;
}
#dkp_vacancy_area_open_button_container {
    display: none;
    height: 0;
}
body #dkp_shop_vacancy_search_area {
    box-shadow: none;
}

/* 2022.04.26 [END]
--------------------------------- */
#overlay_outer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}
@media screen and (max-width:767px) {
    header {
    	padding:20px 0 20px;
    	display: none;
    	background: #ffffff;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 5002;
    	width: 100%;
    }
    #header_nav {
    	position: static;
    	display: block;
    	width: 90%;
        margin: 0 auto;
    }
    .header_nav_list {
    	margin-top:15px;
    	padding:0 10px;
    	background: none;
    	display: block;
    	width: 100% !important;
    }
    .header_nav_list a {
    	padding:15px 10px;
    	display: block;
    	position: relative;
    	font-size: 13px;
    	font-weight: bold;
    	-webkit-writing-mode: horizontal-tb;
    	-ms-writing-mode: lr-tb;
    	writing-mode: horizontal-tb;
    	color:#221916;
        border-bottom: 1px solid #555;
    }
}
/* ----------------------- */
/* スマホメニュートリガー 共通 */
#menu-trigger-box {
    position: fixed;
    bottom: 60px;
    right: 3%;
    background: rgba(255, 170, 0, 0.8);
    width: 44px;
    height: 50px;
    z-index: 1001;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	width: 30px;
	height: 25px;
  top: 7px;
  right: 7px;
	z-index:2100;
	cursor:pointer;
	opacity: 1;
	display: block;
}
.menu-trigger:hover {
	opacity: 1;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger p {
	position: absolute;
	left: -20%;
	top:105%;
	width: 140%;
	text-align: center;
	font-size: 9px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,"ＭＳ Ｐ明朝", "MS PMincho", "serif";
	color: #000;
	font-feature-settings : "palt";
}
.menu-trigger.active span {
	background-color: #000 !important;
}
.menu-trigger.active p {
	color: #000 !important;
}
/* スマホメニュートリガー エフェクト */

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}
/* Thanks
--------------------------------- */


/* 2025.08.27 */
.readbox-btnbox {
  	margin-top: 4rem;
    text-align: center;
}
@media screen and (max-width:767px) {
.readbox-btnbox {
  	margin: 2rem 0;
    text-align: center;
}
}
.readbox-btnbox-btn {
	position: relative;
    display: inline-block;
    background-color: #9e0d1e;
    margin: auto 20px;
    width: 40%;
    transition: 0.3s;
}
@media screen and (max-width:767px) {
.readbox-btnbox-btn {
    width: 80%;
    margin: auto;
}        
}
.readbox-btnbox-btn a{
	display: block;
    padding: 0.75em 0em;
    font-family: "Poppins", sans-serif;
}
.readbox-btnbox-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(../images/ic-pdf.svg);
}

/* FAQ */
.faq_section{
}
div.faq_contents {
    max-width: 1440px;
    width: 90%;;
    background-color: #585858;
    position: relative;
    z-index: 1;
    margin: 0 auto 4rem;
}
@media screen and (max-width:767px) {
div.faq_contents {
    width: 95%;
}
}
div.faq_contents div.contents_inner {
    width: auto;
    padding: 110px 0 110px 0;
}
@media screen and (max-width:767px) {
div.faq_contents div.contents_inner {
    width: auto;
    padding: 50px 0 50px 0;
}
}
div.faq_contents div.contents_inner div.contents_title {
    width: 92.7%;
    text-align: center;
    position: relative;
    margin: 0 auto 15px;    
}
div.faq_contents div.contents_inner div.contents_title h3 {
    background-color: #585858;
    width: auto;
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    color: #fff;
    line-height: calc(35 / 24);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    z-index: 1;    
}
div.contents_title::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
div.faq_contents div.contents_inner div.faq_wrap {
    width: 92.7%;
    max-width: 952px;
    margin: 0 auto;
}
div.faq_contents div.contents_inner p.contents_read {
    width: auto;
    padding: 0 0 50px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: calc(18 / 12);
    letter-spacing: 0.05em;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width:767px) {
    div.faq_contents div.contents_inner p.contents_read {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 35px 0;
    }
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head {
    width: auto;
    padding: 0 25px 10px 30px;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width:767px) {
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head {
    width: auto;
    padding: 0 0 10px 0;
    position: relative;
}
}    
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head p{
    width: auto;
    font-size: 16px;
    color: #fff;
    line-height: calc(35 / 16);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width:767px) {
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head p {
    margin: 0 17% 0 6%;
    display: flex;
}
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item:not(:first-child){
    padding: 40px 0 0 0;
}
@media screen and (max-width:767px) {
div.faq_contents div.contents_inner div.faq_wrap div.conts_item:not(:first-child) {
    padding: 25px 0 0 0;
}
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head p span {
    width: auto;
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 24px;
    color: #fff;
    line-height: calc(35 / 24);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head::after {
    content: "";
    width: 14px;
    height: 7px;
    background: transparent url(../images/arrow_top.png) no-repeat center center;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_head.active::after {
    transform: rotate(180deg);
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_body {
    width: auto;
    padding: 20px 15px 0 25px;
}
@media screen and (max-width:767px) {
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_body {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
}
div.faq_contents div.contents_inner div.faq_wrap div.conts_item div.faq_body p {
    width: auto;
    font-size: 14px;
    color: #fff;
    line-height: calc(28 / 14);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* 2025.08.27 */