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


/* CSS Document */

body {
    min-width: 375px;
    font-size: 1.5rem;
    line-height: 1.8;
}

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



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


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

.f_boxs {
    flex-direction: column;
    align-items: center;
    padding: 40px 0 20px;
}

.f_group {
    margin-bottom: 30px;
}

.f_logo {
    margin-bottom: 20px;
    text-align: center;
}

.f_logo img {
    width: 270px;
}

.f_time .info_time_txt:not(:last-child) {
    margin-bottom: 5px;
}

.f_info {
    text-align: right;
}

.f_info .ct_link {
    width: 160px;
    height: 50px;
    color: #f99797;
    background: #fff;
    margin: 0 auto 20px;
}

.f_tel {
    color: #f99797;
    margin-bottom: 10px;
    background-image: url(../images/common/tel_num_icon02.png);
}

#copyright {
    text-align: center;
    background: #fff;
    color: #9d7e6f;
    font-size: 1.4rem;
    letter-spacing: 0;
}


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


.main_visual {
    position: relative;
    overflow-x: hidden;
    padding: 60px 15px 0;
    height: 310px;
    background: url(../images/top/main_visual_bg.png) no-repeat center bottom / cover;
}

.visual_slide {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.catch {
    position: absolute;
    top: 75%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 100;
    width: 211px;
}


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

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

.top_news {
    overflow-x: hidden;
    background: url(../images/top/top_news_deco01.png) no-repeat right top / 100px, url(../images/top/top_news_deco02.png) no-repeat left bottom / 150px, repeating-linear-gradient(90deg, #ffeaea 0%, #ffeaea 20px, #ffeeee 13.3px, #ffeeee 33.3px);
}

.top_news_boxs {
    position: relative;
    display: block;
    padding: 60px 0;
}

.top_news_ttl {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    z-index: 20;
}

.top_news_ttl img {
    width: 200px;
}

.top_news_wrap{
    position: relative;
}

.top_news_wrap::before{
    content: '';
    position: absolute;
    top: -80px;
    right: 0;
    width: 122px;
    height: 99px;
    background: url(../images/top/top_news_list_deco.png) no-repeat center / contain;
    z-index: 10;
    pointer-events: none;
}

.top_news_list {
    margin-bottom: 40px;
}

/*---------------------
top_about
----------------------*/

.top_about {
    position: relative;
    background: url(../images/top/top_about_bg_sp.png) no-repeat left -410px bottom / cover;
}

.top_about_boxs {
    padding: 60px 0;
    position: relative;
    z-index: 12;
}

.top_about_list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.top_about_list li:not(:last-child) {
    margin-bottom: 40px;
}

.top_about_list_img {
    position: relative;
    margin-bottom: 20px;
}

.top_about_list_img::before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 10px;
    width: 62px;
    height: 122px;
    background: url(../images/top/top_about_list_icon01.png) no-repeat center / contain;
}

.top_about_list li:nth-child(2) .top_about_list_img::before {
    background-image: url(../images/top/top_about_list_icon02.png);
}

.top_about_list li:nth-child(3) .top_about_list_img::before {
    background-image: url(../images/top/top_about_list_icon03.png);
}

.top_about_list_txt {
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    padding: 2px 0;
    background: #facdcd;
    text-align: center;
    background: url(../images/top/top_about_list_txt_deco.png) no-repeat left 5px center, url(../images/top/top_about_list_txt_deco.png) no-repeat right 5px center, #facdcd;
}

.top_about_block {
    position: relative;
    text-align: center;
    border: 3px solid #d8baab;
    border-radius: 12px;
    background: url(../images/top/top_about_block_bg.png) no-repeat center bottom, #fff;
    padding: 30px 15px;
}

.top_about_block_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 20px;
}

.top_about_block_img {
    width: 47%;
}

.top_about_block_txt {
    text-align: left;
    padding: 15px 0;
    border-top: 2px dotted #d8baab;
    border-bottom: 2px dotted #d8baab;
}

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

/*---------------------
top_cream
----------------------*/

.top_cream {
    margin-top: -100px;
    overflow-x: hidden;
    background: url(../images/top/top_cream_bg.png) no-repeat center top / cover;
}

.top_cream_boxs {
    position: relative;
    padding: 160px 0 60px;
}

.top_cream_subttl {
    text-align: right;
    max-width: 380px;
    width: 100%;
    margin: 0 auto 30px;
}

.top_cream_subttl img {
    height: 135px;
}

.top_cream_list {
    position: relative;
    margin-bottom: 40px;
}

.top_cream_list::before {
    content: '';
    position: absolute;
    top: -126px;
    left: -8px;
    width: 130px;
    height: 212px;
    background: url(../images/top/top_cream_list_img.png) no-repeat center / contain;
}

.top_cream_list li {
    position: relative;
    border-radius: 30px;
    background: #fff;
    font-size: 1.7rem;
    padding: 9px 10px 9px 40px;
    letter-spacing: 0.08em;
}

.top_cream_list li:not(:last-child) {
    margin-bottom: 15px;
}

.top_cream_list li::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/top/top_cream_list_checked.png) no-repeat center / contain;
}

.top_cream_list_line {
    border-bottom: 2px dotted #f99797;
}

.pink_color {
    color: #f99797;
}

.top_cream_label_ttl {
    position: relative;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    background: #9d7e6f;
    margin-bottom: 40px;
}

.top_cream_label_ttl::before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-top: 11px solid #9d7e6f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.top_cream_label_ttl img {
    height: 20px;
}

.top_cream_point {
    position: relative;
    margin-bottom: 40px;
}

.top_cream_point_group {
    position: relative;
    width: 100%;
    padding: 20px 15px 40px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

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

.top_cream_point_group_num {
    margin-bottom: 15px;
}

.top_cream_point_group_num img {
    height: 65px;
}

.top_cream_point_group_txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
}

.top_cream_point_group_txt span {
    background: #fef0f0;
    padding: 0 7px;
}

.top_cream_kinds {
    margin-bottom: 40px;
    overflow-x: auto;
}

.top_cream_kinds img {
    width: 600px;
    max-width: none;
}

.top_cream_kinds_card {
    margin-bottom: 30px;
}

.top_cream_kinds_group {
    position: relative;
    width: 100%;
    padding: 20px 15px 30px;
    border-radius: 5px;
    background: #fff;
}

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

.top_cream_kinds_group_ttl {
    padding: 5px 0 8px 35px;
    border-bottom: 3px solid #facdcd;
    margin-bottom: 25px;
    background: url(../images/top/top_cream_kinds_group_ttl_deco.png) no-repeat left center / 20px;
}

.top_cream_kinds_group_ttl img {
    height: 20px;
}

.top_cream_kinds_group_img {
    text-align: center;
}

.top_cream_kinds_btn {
    margin-bottom: 60px;
}

.top_avec_btn {
    text-align: center;
}

.top_avec_btn a {
    position: relative;
    display: inline-block;
}


/*---------------------
top_gallery
----------------------*/

.top_gallery {
    position: relative;
    background: url(../images/top/top_gallery_bg_sp.png) no-repeat left -100px bottom / cover;
    z-index: 1;
}

.top_gallery_boxs {
    padding: 60px 0 90px;
}

.top_gallery_ttl {
    margin-bottom: 75px;
}

.top_gallery_list {
    position: relative;
    z-index: 5;
}

.top_gallery_card {
    flex-wrap: nowrap;
    overflow-x: auto;
}

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

.top_gallery_img {
    position: relative;
    flex: 0 0 60vw;
}

.top_gallery_label {
    position: absolute;
    top: 10px;
    left: 10px;
}

.top_gallery_label img {
    height: 27px;
}

.top_gallery_img:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -31px;
    transform: translateY(-50%);
    width: 23px;
    height: 36px;
    background: url(../images/top/top_gallery_list_arrow.png) no-repeat center / contain;
}

.top_gallery_img:not(:last-child) {
    margin-right: 40px;
}

.top_gallery_img:last-child .top_gallery_label {
    top: 3px;
}

.top_gallery_img:last-child .top_gallery_label img {
    height: 38px;
}

/*---------------------
top_company
----------------------*/

.top_company {
    position: relative;
    margin-top: -100px;
    background: repeating-linear-gradient(90deg, #fee0e0 0%, #fee0e0 20px, #fee6e6 14.3px, #fee6e6 34.3px);
}

.top_company_boxs {
    padding: 160px 0 60px;
}

.top_company_card {
    display: block;
    padding: 30px 15px;
    background: url(../images/top/top_company_card_bg.png) no-repeat center / cover;
}

.top_company_tb {
    width: 100%;
    margin-bottom: 40px;
}

.top_company_tb tr {
    border-bottom: 1px solid #9d7e6f;
}

.top_company_tb th,
.top_company_tb td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle;
}

.top_company_tb th {
    color: #f99797;
}

.top_company_tb td {
    line-height: 1.375;
}

.map {
    width: 100%;
    height: 250px;
}

/*---------------------
top_sns
----------------------*/

.top_sns {
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.top_sns a {
    display: inline-block;
}

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

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

.sub_visual {
    height: 200px;
    background: url(../images/common/sub_visual_bg.png) no-repeat center / cover;
    margin-top: 50px;
}

.sub_visual_boxs {
    display: flex;
    align-items: center;
    height: 100%;
}

.sub_visual h2 img {
    height: 35px;
}

/*========================================
下層ページ名
==========================================*/

/*---------------------
セクション名
----------------------*/









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

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

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

.news_list li time {
    display: block;
    width: 100%;
}

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

.news_area_inner {
    border-radius: 5px;
    padding: 30px 30px 50px 30px;
    background: #fff;
    border-radius: 5px;
    padding: 5% 5% 7%;
}

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

.news_inner_time {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.news_inner_time time{
    font-size: 1.6rem;
    padding: 6px 7px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.04em;
    background: #ffb3b3;
    border-radius: 3px;
}

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

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

.privacy_sec_ttl {
    font-weight: 500;
    font-size: 1.9rem;
    margin-bottom: 10px;
}

.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: All .5s;
}

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