@charset "utf-8";
@import url("../font/load.css");


/* CSS Document */

body {
    min-width: 1280px;
    font-size: 1.5rem;
    line-height: 2;
    overflow-x: hidden;
}

/*========================================
headerの設定
==========================================*/

header {
    position: relative;
}

.h_warp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 150;
}

.h_warp_in {
    height: 90px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(33, 24, 24, 0.1);
}

.h_contents_boxs {
    padding: 5px 0 12px;
    align-items: center;
}

.h_warp_in h1 {
    font-size: 1.2rem;
    line-height: 1;
    padding: 3px 0;
    color: #fff;
    background: #ec7398;
}

.h_warp_in h1 span {
    display: block;
}

.h_nav {
    padding-top: 20px;
}

.h_nav_list li {
    line-height: 1;
    font-family: 'Hannari', 'Noto Serif JP', serif;
    font-size: 1.8rem;
    text-align: center;
    background: url(../images/common/h_nav_list_line.png) no-repeat right center;
}

.h_nav_list li:first-child {
    background: url(../images/common/h_nav_list_line.png) no-repeat right center, url(../images/common/h_nav_list_line.png) no-repeat left center;
}

.h_nav_list li a {
    display: inline-block;
    padding: 0 35px;
    transition: .5s;
}

.h_nav_list li a:hover {
    transform: translateY(-7px);
}

.h_nav_list li a span {
    display: block;
}

.h_info .h_sns {
    display: inline-block;
}

.h_info a:not(:last-child) {
    margin-right: 10px;
}


/*========================================
footerの設定
==========================================*/

footer {
    background: url(../images/common/f_bg.png) no-repeat center / cover;
}

.f_boxs {
    padding: 55px 0 25px;
}

.f_logo {
    display: inline-block;
    margin-bottom: 13px;
}

.f_ads {
    font-size: 1.4rem;
}

.f_info {
    margin-bottom: 25px;
}

.f_nav_list {
    justify-content: flex-end;
}

.f_nav_list li {
    font-size: 1.2rem;
    line-height: 1;
}

.f_nav_list li:not(:last-child) {
    border-right: 1px solid;
}

.f_nav_list li a {
    display: inline-block;
    padding: 0 10px;
}

#copyright {
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    letter-spacing: 0.14em;
    background: #9e8c7b;
}

/*========================================
メインビジュアルの設定
==========================================*/

.main_visual {
    position: relative;
    padding-top: 90px;
}

.main_visual::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    height: 344px;
    background: url(../images/top/main_visual_deco.png) no-repeat center top / cover;
    z-index: 100;
}

.main_visual .slider img {
    width: 100%;
    height: 930px;
    object-fit: cover;
}

.catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

/*========================================
TOPページ
==========================================*/

/*---------------------
top_greeting
----------------------*/

.top_greeting {
    background: linear-gradient(to left, #fff, #fff) no-repeat right top 50px / 73% 500px, url(../images/top/top_greeting_bg_.jpg) no-repeat center / cover;
}

.top_greeting_boxs {
    padding: 40px 0 80px;
}

.top_greeting_group {
    max-width: 540px;
    width: 100%;
    padding-top: 55px;
}

.top_greeting_ttl {
    position: relative;
    display: flex;
    font-family: 'Hannari', 'Noto Serif JP', serif;
    font-size: 4.0rem;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    padding-bottom: 15px;
    background: url(../images/common/ttl_line.png) repeat-x center bottom;
}

.top_greeting_ttl::before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 35px;
    margin-right: 15px;
    background: url(../images/common/ttl_illust01.png) no-repeat center / contain;
}

.top_greeting_ttl_in span {
    display: flex;
    margin-top: 10px;
    line-height: 1;
}

.top_greeting_txt p:not(:last-child) {
    margin-bottom: 30px;
}

.top_greeting_img {
    margin-left: -40px;
}

/*---------------------
top_feature
----------------------*/

.top_feature {
    background: url(../images/top/top_feature_deco.png) no-repeat left top, url(../images/top/top_feature_bg.png) no-repeat center / cover;
}

.top_feature_boxs {
    padding: 110px 0;
}

.top_feature_ttl {
    position: relative;
    text-align: center;
    font-size: 4.0rem;
    line-height: 1;
    font-family: 'Hannari', 'Noto Serif JP', serif;
    text-align: center;
    padding-top: 55px;
    margin-bottom: 50px;
}

.top_feature_ttl span {
    color: #eca4ba;
}

.top_feature_ttl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 36px;
    background: url(../images/top/top_feature_ttl_icon.png) no-repeat center / contain;
}

.top_feature_ttl_en {
    display: block;
}

.top_feature_list li {
    position: relative;
    padding: 50px 0 0 0;
    width: 260px;
    height: 260px;
    text-align: center;
    background: url(../images/top/top_feature_list_bg.png) no-repeat center / contain;
    counter-increment: top_feature_list;
}

.top_feature_list li::before{
    content: counter(top_feature_list);
    position: absolute;
    top: 0;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #f6e7e6;
    font-family: 'Hannari','Noto Serif JP', serif;
    font-size: 2.0rem;
    background-image: linear-gradient( to bottom, rgb(220,186,193) 0%, rgb(236,156,181) 99%);
}

.top_feature_list_ttl {
    font-size: 2.0rem;
    color: #ec7a9d;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
}

.top_feature_list_ttl_min {
    font-size: 1.7rem;
    padding-top: 5px;
}

.top_feature_list_ttl span {
    font-size: 1.2rem;
}

.top_feature_list_txt {
    line-height: 1.46;
}

/*---------------------
top_menu
----------------------*/

.top_menu {
    background: url(../images/top/top_menu_bg.png) no-repeat center / cover;
    border-top: 3px solid #eca4ba;
}

.top_menu_boxs {
    padding: 90px 0;
}

.top_menu_list li {
    width: 520px;
    height: 250px;
}

.top_menu_list li:nth-last-child(n+3) {
    margin-bottom: 30px;
}

.top_menu_list li a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 20px;
    border: 1px solid #ececec;
    transition: .3s;
    background: #fff;
}

.top_menu_list li a:hover {
    transform: translate(-7px, -7px);
    box-shadow: 7px 7px 0 #eca4ba;
}

.top_menu_list li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: linear-gradient(to right top, rgba(255, 255, 255, 0) 50%, #eca4ba 50%);
}

.top_menu_list_ttl {
    display: flex;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    font-family: 'Hannari', 'Noto Serif JP', serif;
}

.top_menu_list_ttl::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 24px;
    margin: 7px 10px 0 0;
    background: url(../images/top/top_menu_list_ttl_illust.png) no-repeat center / contain;
}

/*---------------------
top_intro
----------------------*/

.top_intro {
    background: url(../images/common/pattern01.png);
}

.top_intro_boxs {
    padding: 80px 0;
}

.top_intro_block {
    width: 340px;
    height: 300px;
    overflow: hidden;
}

.top_intro_block a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 0;
}

.top_intro_block a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    width: 100%;
    height: 100%;
    background: url(../images/top/top_intro_block_bg01.png) no-repeat center / cover;
    z-index: -1;
}

.top_intro_block:nth-child(2) a::before {
    background-image: url(../images/top/top_intro_block_bg02.png);
}

.top_intro_block:nth-child(3) a::before {
    background-image: url(../images/top/top_intro_block_bg03.png);
}

.top_intro_block a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #fff;
    pointer-events: none;
}

.top_intro_block a:hover::before {
    transform: scale(1.2);
}

.top_intro_block_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    margin: 0 auto;
    font-size: 2.5rem;
    font-family: 'Hannari', 'Noto Serif JP', serif;
    background: url(../images/top/top_intro_block_ttl_illust01.png) no-repeat left 2px top 2px, url(../images/top/top_intro_block_ttl_illust02.png) no-repeat right 2px bottom 2px, #fff;
    margin: 0 auto;
}

/*---------------------
top_reserve
----------------------*/

.top_reserve {
    background: url(../images/top/top_reserve_bg.png) no-repeat center / cover;
}

.top_reserve_boxs {
    padding: 100px 0;
}

.top_reserve_block {
    max-width: 520px;
    width: 100%;
    padding: 10px;
    background: url(../images/common/pattern02.png);
}

.top_reserve_block_in {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
    height: 100%;
    border-radius: 15px;
    background: url(../images/top/top_reserve_block_in_bg01.png) no-repeat center / cover;
}

.top_reserve_block:nth-child(2) .top_reserve_block_in {
    background-image: url(../images/top/top_reserve_block_in_bg02.png);
}

.top_reserve_block_ttl {
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    font-size: 3.5rem;
    letter-spacing: 0.08em;
    font-family: 'Hannari', 'Noto Serif JP', serif;
}

.top_reserve_block_ttl_in {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_reserve_block_ttl_in::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 29px;
    margin-right: 15px;
    background: url(../images/top/top_reserve_block_ttl_icon01.png) no-repeat center / contain;
}

.top_reserve_block:nth-child(2) .top_reserve_block_ttl_in::before {
    width: 40px;
    height: 40px;
    background-image: url(../images/top/top_reserve_block_ttl_icon02.png);
}

.top_reserve_block_txt {
    text-align: center;
    margin-bottom: 40px;
    flex: 1 auto;
}

.top_reserve_block .shadow_btn {
    width: 300px;
    height: 50px;
}

.top_reserve_block:nth-child(2) .shadow_btn_arrow span::before {
    width: 22px;
    height: 20px;
    background-image: url(../images/top/shadow_btn_arrow02.png);
}

/*---------------------
top_news
----------------------*/

.top_news_boxs {
    padding: 100px 0;
}

.top_news_list {
    margin-bottom: 40px;
    background: url(../images/common/ttl_line.png) repeat-x center top;
}


/*========================================
下層メインビジュアルの設定
==========================================*/

.sub_visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    padding-top: 90px;
    background: url(../images/common/sub_visual_bg.png) no-repeat center / cover;
    z-index: 0;
}

.sub_visual::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    height: 344px;
    background: url(../images/common/sub_visual_deco.png) no-repeat center top / cover;
    z-index: -1;
}

.sub_visual h2 {
    width: 400px;
    height: 116px;
    padding-top: 50px;
    text-align: center;
    background: url(../images/common/sub_visual_frame.png) no-repeat center / contain;
}

/*========================================
menu
==========================================*/

/*---------------------
menu_wrap
----------------------*/

.menu_wrap{
    background: url(../images/common/pattern03.png);
}

.menu_contents:not(:last-child) {
    margin-bottom: 90px;
}

.menu_card {
    margin-bottom: 50px;
}

.menu_card_txt {
    flex: 1;
    margin-left: 40px;
}

.menu_card_txt p:not(:last-child) {
    margin-bottom: 30px;
}

.menu_flow_list {
    margin-bottom: 40px;
}

.menu_flow_list li {
    position: relative;
    text-align: center;
    width: 300px;
    padding: 28px 0 20px;
    border: 1px solid #bc9b7b;
    background: url(../images/menu/menu_flow_list_illust01.png) no-repeat left top, url(../images/menu/menu_flow_list_illust02.png) no-repeat right top, url(../images/menu/menu_flow_list_illust03.png) no-repeat left bottom, url(../images/menu/menu_flow_list_illust04.png) no-repeat right bottom,#fff;
    counter-increment: menu_flow_list;
}

.menu_flow_list li::before {
    content: counter(menu_flow_list, decimal-leading-zero);
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 2.0rem;
    background-image: linear-gradient(to bottom, rgb(220, 186, 193) 0%, rgb(236, 156, 181) 99%);
}

.menu_flow_list li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border-left: 14px solid #eca4ba;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.menu_flow_list li span {
    font-size: 1.3rem;
}

.menu_price_block {
    max-width: 520px;
    width: 100%;
}

.menu_price_ttl {
    margin-bottom: 8px;
    background: url(../images/menu/menu_price_ttl_bg.png) no-repeat center / cover;
}

.menu_course_ttl{
    margin-bottom: 30px;
}

.menu_price_list li {
    padding: 7px 0;
    border-bottom: 1px dashed #dedede;
}

.menu_flow_list_min li {
    width: 200px;
}

.menu_flow_list_min li:not(:last-child)::after {
    right: -19px;
}

.menu_course_list li{
    border: 1px solid #dedede;
    padding: 0 15px;
    background: #fff;
}

.menu_course_list li:not(:last-child){
    margin-bottom: 20px;
}

.menu_course_list_ttl{
    text-align: center;
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
}

.menu_course_list_txt{
    padding: 10px 0;
}

.menu_course_list_txt p:not(:last-child){
    margin-right: 10px;
}

.menu_course_list_txt span{
    display: inline-block;
    margin-right: 5px;
    font-size: 1.3rem;
    color: #eca4ba;
}

.menu_about_ttl{
    margin-bottom: 25px;
}

.menu_about_txt{
    text-align: center;
    margin-bottom: 30px;
}

/*========================================
online
==========================================*/

/*---------------------
online_about
----------------------*/

.online_about{
    color: #fff;
    background: url(../images/common/pattern01.png);
}

.online_about_card_group{
    margin-left: 40px;
}

.online_about_card_group p{
    margin-bottom: 30px;
}

.online_about_btn{
    width: 300px;
    height: 50px;
    color: #4b2308;
    margin-left: 0;
}

/*---------------------
online_product
----------------------*/

.online_product{
    background: url(../images/common/pattern03.png);
}

.online_product_list li:not(:last-child){
    margin-bottom: 50px;
}

.online_product_ttl{
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    padding: 3px 15px;
    margin-bottom: 30px;
    background: url(../images/online/online_product_ttl_bg.png) no-repeat center / cover;
}

.online_product_list_group{
    max-width: 600px;
    width: 100%;
}

.online_product_list_ttl{
    font-size: 2.0rem;
    border-bottom: 4px double;
    margin-bottom: 25px;
}

.online_product_list_img{
    width: 255px;
    height: 255px;
    padding: 13px;
    border: 1px solid #b6a05f;
    background: url(../images/online/online_product_list_deco.png) no-repeat center,#fff;
}

.online_product_list_img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px dashed #b6a05f;
}

.online_product_list_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.online_product_list_img a:hover img{
    transform: scale(1.2);
}

/*========================================
staff
==========================================*/

/*---------------------
staff_area
----------------------*/

.staff_area{
    background: url(../images/common/pattern03.png);
}

.staff_block:not(:last-child){
    margin-bottom: 50px;
}

.staff_block_ttl {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    padding: 3px 15px;
    margin-bottom: 30px;
    background: url(../images/staff/staff_block_ttl_bg.png) no-repeat center / cover;
}

.staff_group{
    flex: 1;
    padding-right: 40px;
}

.staff_group_data:not(:last-child){
    margin-bottom: 30px;
}

.staff_group_data span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    color: #fff;
    margin-right: 15px;
    background: url(../images/staff/staff_group_data_bg.png) no-repeat center;
}

.staff_img{
    width: 300px;
    height: 350px;
    padding: 13px;
    border: 1px solid #b6a05f;
    background: url(../images/staff/staff_img_illust.png) no-repeat center,#fff;
}

.staff_img span{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px dashed #b6a05f;
}

.staff_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.staff_img a:hover img{
    transform: scale(1.2);
}


/*========================================
access
==========================================*/

/*---------------------
access_shop
----------------------*/

.access_wrap{
    background: url(../images/access/access_wrap_bg.jpg) no-repeat center bottom
}

.access_shop_boxs{
    padding-bottom: 0;
}

.access_tb{
    width: 100%;
    border: 1px solid #4b2308;
}

.access_tb th,
.access_tb td{
    padding: 10px 25px;
}

.access_tb th{
    width: 200px;
    color: #fff;
    background: url(../images/access/access_tb_bg.jpg) no-repeat center / cover;
}

.access_tb tr:not(:last-child) th{
    border-bottom: 1px solid #fff;
}

.access_tb tr:not(:last-child) td{
    border-bottom: 1px solid #4b2308;
}

.map{
    height: 225px;
}


/*========================================
newsの設定
==========================================*/

.news_list li:not(:last-child) {
    margin-bottom: 30px;
}

.news_list li a {
    justify-content: flex-start;
    border: 1px solid;
    padding: 10px;
}

.news_list li time {
    display: inline-block;
    margin-right: 20px;
    color: #eca4ba;
}

.news_txt {
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.news_area_inner {
    border-radius: 5px;
    box-shadow: 0px 6px 24px -11px #000000;
    padding: 30px 30px 50px 30px;
    background: #fff;
}*/

.news_detail_ttl {
    font-size: 2.3rem;
    border-bottom: 1px solid;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.news_area_txt img {
    max-width: 100%;
    height: auto;
}

.news_inner_time {
    font-size: 1.4rem;
    margin-bottom: 30px;
    color: #eca4ba;
}

.news_area_txt {
    margin-bottom: 60px;
    min-height: 200px;
}

/*========================================
privacyの設定
==========================================*/

.privacy_sec_ttl {
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.privacy_boxs section {
    margin-bottom: 30px;
}

/*========================================
siteの設定
==========================================*/

.site_list a {
    position: relative;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 7px 0 7px 30px;
}

.site_list a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.4s;
}

.site_list a:hover::before {
    left: 20px;
}
