@charset "UTF-8";
/*********************************************/
/*********************************************/
.w_10 { width: 10%  !important; }

.w_20 { width: 20%  !important; }

.w_30 { width: 30%  !important; }

.w_40 { width: 40%  !important; }

.w_50 { width: 50%  !important; }

.w_60 { width: 60%  !important; }

.w_70 { width: 70%  !important; }

.w_80 { width: 80%  !important; }

.w_90 { width: 90%  !important; }

.w_100 { width: 100% !important; }

/*********************************************/
/*********************************************/
.font_06 { font-size: 0.6rem !important; }

.font_07 { font-size: 0.7rem !important; }

.font_08 { font-size: 0.8rem !important; }

.font_09 { font-size: 0.9rem !important; }

.font_10 { font-size: 1rem   !important; }

.font_11 { font-size: 1.1rem !important; }

.font_12 { font-size: 1.2rem !important; }

.font_14 { font-size: 1.4rem !important; }

.font_16 { font-size: 1.6rem !important; }

.font_18 { font-size: 1.8rem !important; }

.font_20 { font-size: 2rem   !important; }

.font_22 { font-size: 2.2rem !important; }

.font_25 { font-size: 2.5rem !important; }

.font_30 { font-size: 3rem   !important; }

.font_35 { font-size: 3.5rem !important; }

.font_40 { font-size: 4rem   !important; }

/*********************************************/
/*********************************************/
.bg_main { background-color: #8A1B1B !important; }

.bg_sub { background-color: #121B4A !important; }

.bg_white { background-color: #ffffff  !important; }

.bg_gray { background-color: #E9E9E9  !important; }

.bg_black { background-color: #000000  !important; }

.bg_dark { background-color: #111111  !important; }

.bg_blue { background-color: #F0F9FE  !important; }

.bg_transparent { background-color: rgba(0, 0, 0, 0.2) !important; }

.tbl-green { background: #a9c392; }

.tbl-green-2 { background: #f1f5ed; }

.tbl-gray { background: #f9f9f9; }

/*********************************************/
/*********************************************/
.t_main { color: #8A1B1B !important; }

.t_sub { color: #121B4A !important; }

.t_white { color: #ffffff !important; }

.t_black { color: #000000 !important; }

.t_gray { color: #D6D1C3 !important; }

.t_red { color: #f00     !important; }

/*********************************************/
/*********************************************/
.lh_10 { line-height: 1   !important; }

.lh_12 { line-height: 1.2 !important; }

.lh_14 { line-height: 1.4 !important; }

.lh_16 { line-height: 1.6 !important; }

.lh_18 { line-height: 1.8 !important; }

.lh_20 { line-height: 2   !important; }

/*********************************************/
/*********************************************/
.ls_01 { letter-spacing: 0.1rem !important; }

.ls_02 { letter-spacing: 0.2rem !important; }

.ls_03 { letter-spacing: 0.3rem !important; }

.ls_04 { letter-spacing: 0.4rem !important; }

.ls_05 { letter-spacing: 0.5rem !important; }

.ls_06 { letter-spacing: 0.6rem !important; }

.ls_07 { letter-spacing: 0.7rem !important; }

.ls_08 { letter-spacing: 0.8rem !important; }

.ls_09 { letter-spacing: 0.9rem !important; }

.ls_10 { letter-spacing: 1rem   !important; }

/*********************************************/
/*********************************************/
.zi_d1 { z-index: -1  !important; }

.zi_0 { z-index: 0   !important; }

.zi_u1 { z-index: 1   !important; }

.zi_u2 { z-index: 2   !important; }

.zi_u5 { z-index: 5   !important; }

.zi_u10 { z-index: 10  !important; }

.zi_u50 { z-index: 50  !important; }

.zi_u100 { z-index: 100 !important; }

.zi_u500 { z-index: 500 !important; }

.zi_u999 { z-index: 999 !important; }

/**********************************************************************
/ ページネーションcss
**********************************************************************/
.pagination { display: flex; align-items: center; justify-content: center; }

.pagination .page-link { border: none; }

.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link { border-radius: 999px !important; }

.pagination span, .pagination a { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin: 4px; text-align: center; line-height: 35px; background-color: #fff; text-decoration: none; border-radius: 999px; vertical-align: text-top; }

.pagination a { font-size: 1rem; transition: all linear .2s; color: #000; }

.pagination a:hover { color: #fff; background-color: #8A1B1B; transition: all linear .2s; }

.pagination .dot { border: none; user-select: none; }

.pagination .current { color: #ffffff; border-color: #8A1B1B; background-color: #8A1B1B; font-size: 0.9rem; user-select: none; }

.pagination a.first, .pagination a.prev, .pagination a.next, .pagination a.last { font-size: 1.3rem; line-height: 33px; }

.pagination span.page_num { display: none; }

/**********************************************************************
/ ページャーcss
**********************************************************************/
.pager { display: flex; justify-content: space-between; align-items: stretch; }

.pager a { display: block; font-size: 1rem; font-weight: bold; background-color: #fff; transition: all linear .2s; color: #8A1B1B; }

.pager a[href]:hover { opacity: .7; }

.bread_wrap { background: #E9E9E9; }

.bread { display: flex; max-width: 1040px; margin: 0 auto; padding: 1rem 0; flex-wrap: wrap; }

.bread li { display: flex; align-items: center; font-size: 1rem; line-height: 1.2; }

.bread li::after { content: ''; display: block; content: "\f0da"; font-weight: 900; font-family: "Font Awesome 5 Free" !important; margin: 0 .8rem 2px 1rem; }

.bread li a { font-size: 1rem; transition: all linear .2s; text-decoration: underline; }

.bread li a:hover { color: #8A1B1B; transition: all linear .2s; text-decoration: none; }

.bread li:last-child::after { display: none; }

@media screen and (max-width: 640px) { .bread { max-width: 100%; padding: 1rem; }
		.ttl { width: 100%; padding-top: 0.8rem; } }

.pc { display: block !important; }

.sp { display: none !important; }

.pc-inline { display: inline !important; }

.sp-inline { display: none !important; }

body { font-family: 'Noto Sans JP', sans-serif; line-height: 1.8; }

body .ming { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 'Noto Serif JP', serif; }

body .gothic { font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

body .lato { font-family: 'Lato', sans-serif; }

body .noto { font-family: 'Noto Sans JP', sans-serif; }

body .mont { font-family: 'Montserrat', sans-serif; }

body header { position: relative; }

body header.scrolled .items { background-color: rgba(241, 241, 234, 0.7); transition: all linear .2s; }

body header .items { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: center; position: fixed; top: 0; left: 0; width: 100%; padding: .8rem 3rem; background-color: #ffffff; transition: all linear .2s; z-index: 999; }

body header .items .header_logo { width: 140px; }

body header .items .menu_wrapper { display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: flex-start; align-items: center; }

body header .items .menu_wrapper .nav { margin-right: 1rem; }

body header .items .menu_wrapper .nav .menu-header_menu-container { margin: .5rem 0; }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; align-items: center; }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item { position: relative; }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item:nth-child(n+2) { margin-left: 2rem; }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item:hover > a span { transition: all linear .2s; }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item:hover > a span::before { transform: scale(1); transition: all linear .2s; }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item > a { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: center; align-items: center; position: relative; transform: scale(1); }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item > a span { position: relative; transform: scale(1); }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item > a span::before { position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 3px; content: ''; background: linear-gradient(to right, #8A1B1B, #8A1B1B); transform: scale(0); }

body header .items .menu_wrapper .nav .menu-header_menu-container .menu > .menu-item > a:hover { color: #8A1B1B; }

body header .items .menu_wrapper .sub_nav { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-end; align-items: stretch; margin-left: 1rem; }

body header .items .menu_wrapper .sub_nav a { display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: center; align-items: center; padding: .8rem 2rem; border: 1px solid #8A1B1B; background: #8A1B1B; color: #ffffff; font-size: 0.9rem; line-height: 1.1; }

body header .items .menu_wrapper .sub_nav a:hover { background: #ffffff; color: #8A1B1B; }

body header .vi_wrapper { min-width: 1040px; position: relative; }

body header .vi_wrapper .ttl { position: absolute; transform: translate(0, -50%); }

body header .vi_wrapper .mask { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; background: rgba(0, 0, 0, 0.1); }

body header .vi_wrapper.vi_wrapper_top .mainVi { width: 100%; height: 90vh; }

body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide { margin-bottom: 2rem; }

body header .vi_wrapper.vi_wrapper_top .mainVi #mv_slide li { height: 90vh; background-size: cover !important; }

body header .vi_wrapper.vi_wrapper_top .ttl { top: 45%; left: 0; right: 0; margin: auto; text-align: center; }

body header .vi_wrapper.vi_wrapper_top .ttl h2 { font-size: 2.6rem; color: #ffffff; font-weight: bold; letter-spacing: .5rem; }

body header .vi_wrapper.vi_wrapper_top .scroll_wrap { text-align: center; position: absolute; top: 72%; left: 0; right: 0; margin: auto; }

body header .vi_wrapper.vi_wrapper_top .scroll_wrap .scroll { display: inline-block; padding-bottom: 20px; position: relative; }

body header .vi_wrapper.vi_wrapper_top .scroll_wrap .scroll .txt { font-family: 'Lato', sans-serif; color: #ffffff; font-weight: bold; }

body header .vi_wrapper.vi_wrapper_top .scroll_wrap .scroll::after { animation: scroll 2s infinite; border: solid #ffffff; border-width: 0 0 1px 1px; content: ""; display: inline-block; margin: auto; position: absolute; bottom: 0; right: 0; left: 0; transform: rotate(-45deg); width: 20px; height: 20px; }

body header .vi_wrapper.vi_wrapper_backpart .mainVi { height: 40vh; z-index: -1; }

body header .vi_wrapper.vi_wrapper_backpart .mainVi .mv_backpart { top: 0; left: 0; width: 100%; height: 40vh; background-size: cover !important; z-index: -2; }

body header .vi_wrapper.vi_wrapper_backpart .ttl { top: 50%; left: 0; right: 0; margin: auto; text-align: center; }

body header .vi_wrapper.vi_wrapper_backpart .ttl h2 { font-size: 2.5rem; color: #ffffff; font-weight: bold; letter-spacing: .5rem; }

body header .vi_wrapper.vi_wrapper_backpart .ttl h3 { font-family: 'Montserrat', sans-serif; color: #ffffff; font-size: 1.4rem; }

body .content_wrap .inner { max-width: 1040px; margin: 0 auto; padding: 5rem 0; }

@media (max-width: 1040px) { body .content_wrap .inner { padding: 5rem 1rem; } }

body .content_wrap .inner .contents_wide_s { max-width: 720px; margin: 0 auto; }

body .content_wrap .inner .contents_wide_m { max-width: 820px; margin: 0 auto; }

body .content_wrap .inner .contents_wide_l { max-width: 920px; margin: 0 auto; }

body .content_wrap .inner h2.contents_title, body .content_wrap .inner h3.contents_title, body .content_wrap .inner h4.contents_title, body .content_wrap .inner h5.contents_title, body .content_wrap .inner h6.contents_title { margin-bottom: 1.5rem; color: #8A1B1B; }

body .content_wrap .inner h2.contents_title .main, body .content_wrap .inner h3.contents_title .main, body .content_wrap .inner h4.contents_title .main, body .content_wrap .inner h5.contents_title .main, body .content_wrap .inner h6.contents_title .main { display: block; color: #8A1B1B; font-size: 2.8rem; padding-bottom: .3rem; }

body .content_wrap .inner h2.contents_title .sub, body .content_wrap .inner h3.contents_title .sub, body .content_wrap .inner h4.contents_title .sub, body .content_wrap .inner h5.contents_title .sub, body .content_wrap .inner h6.contents_title .sub { display: block; color: #000000; font-size: 1rem; }

body .content_wrap .inner h2.catch_title, body .content_wrap .inner h3.catch_title, body .content_wrap .inner h4.catch_title, body .content_wrap .inner h5.catch_title, body .content_wrap .inner h6.catch_title { font-size: 1.8rem; font-weight: bold; margin-bottom: 2rem; line-height: 1.6; }

body .content_wrap .inner h2.block_title, body .content_wrap .inner h3.block_title, body .content_wrap .inner h4.block_title, body .content_wrap .inner h5.block_title, body .content_wrap .inner h6.block_title { font-weight: bold; margin-bottom: 2rem; border-left: 8px solid #8A1B1B; font-size: 1.8rem; line-height: 1; padding: .2rem 1.2rem .2rem 1.2rem; }

body .content_wrap .inner h2.block_title_02, body .content_wrap .inner h3.block_title_02, body .content_wrap .inner h4.block_title_02, body .content_wrap .inner h5.block_title_02, body .content_wrap .inner h6.block_title_02 { font-weight: bold; margin-bottom: 1.5rem; font-size: 1.8rem; color: #8A1B1B; }

body .content_wrap .inner .top-itr { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; }

body .content_wrap .inner .top-itr .thm { width: 50%; padding-right: 4rem; }

body .content_wrap .inner .top-itr .contents { width: 50%; }

body .content_wrap .inner .sb_instagram_header, body .content_wrap .inner #sbi_load { display: none; }

body .content_wrap .inner .topNews { padding: 5rem 0; }

body .content_wrap .inner .news_list a { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; padding: 1.5rem .5rem; margin-bottom: .5rem; transition: all .3s; border-bottom: solid 1px #e9e9e9; }

body .content_wrap .inner .news_list a:first-child { border-top: solid 1px #e9e9e9; }

body .content_wrap .inner .news_list a:hover { background-color: rgba(255, 255, 255, 0.7); transition: all .3s; }

body .content_wrap .inner .news_list a > div:nth-child(1) { width: 60px; font-size: 0.8rem; color: #000000; }

body .content_wrap .inner .news_list a > div:nth-child(2) { width: 120px; text-align: center; font-size: 0.8rem; color: #ffffff; background: #8A1B1B; border-radius: 999px; margin: 0 2rem; padding: .2rem 0; }

body .content_wrap .inner .news_list a > div:nth-child(3) { width: 100%; margin-top: 1rem; padding-right: 2.5rem; }

body .content_wrap .inner .news_list a i { position: absolute; top: 50%; right: 2%; bottom: auto; left: auto; transform: translateY(-50%); color: #8A1B1B; font-size: 1.2rem; }

body .content_wrap .inner .article_detail .ttl { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; }

body .content_wrap .inner .article_detail .ttl .date { color: #A6A6A6; }

body .content_wrap .inner .article_detail .ttl .cat { font-size: .8rem; color: #ffffff; background: #8A1B1B; border: solid 1px #8A1B1B; border-radius: 999px; padding: .2rem 2rem; margin-left: 1.5rem; }

body .content_wrap .inner .article_detail .ttl h2 { width: 100%; font-weight: bold; color: #8A1B1B; font-size: 1.6rem; }

body .content_wrap .inner .article_detail .artcle h3 { font-size: 1.2rem; padding: 0 1rem; border-left: 4px solid #8A1B1B; color: #8A1B1B; font-weight: bold; }

body .content_wrap .inner .recruit_list a { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; display: flex; padding: 2rem 2rem 2rem .5rem; border-bottom: 1px solid #e9e9e9; transition: all .3s; }

body .content_wrap .inner .recruit_list a:hover { opacity: 0.7; }

body .content_wrap .inner .recruit_list a:first-child { border-top: 1px solid #e9e9e9; }

body .content_wrap .inner .recruit_list a > div { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-start; align-items: center; }

body .content_wrap .inner .recruit_list a > div:nth-child(1) { display: block; text-align: center; width: 14%; font-size: 0.9rem; color: #ffffff; background: #8A1B1B; border: 1px solid #8A1B1B; padding: .2rem 0; border-radius: 999px; }

body .content_wrap .inner .recruit_list a > div:nth-child(2) { width: 84%; padding-left: 2rem; font-weight: bold; color: #8A1B1B; font-size: 1.2rem; }

body .content_wrap .inner .recruit_list a i { position: absolute; top: 50%; right: 1%; bottom: auto; left: auto; transform: translateY(-50%); color: #8A1B1B; font-size: 1.2rem; }

body .content_wrap .inner .recruit_detail .ttl { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; }

body .content_wrap .inner .recruit_detail .ttl .cat { color: #ffffff; background: #8A1B1B; border: 1px solid #8A1B1B; border-radius: 999px; padding: .2rem 2rem; }

body .content_wrap .inner .recruit_detail .ttl h2 { width: 100%; font-weight: bold; font-size: 1.6rem; border-bottom: 1px solid #000; }

body .content_wrap .inner .box_list_store .sale { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-end; align-items: center; background: #8A1B1B; padding: 1rem .8rem; line-height: 1; font-size: .85rem; }

@media (max-width: 1040px) { body .content_wrap .inner .box_list_store .sale { font-size: 1.4vw; } }

body .content_wrap .inner .box_list_store .sale p:first-child { padding-right: 1rem; }

body .content_wrap .inner .box_list_store a { position: relative; }

body .content_wrap .inner .box_list_store a .contents { display: flex; flex-wrap: wrap; align-items: center; }

body .content_wrap .inner .box_list_store a .contents .data { width: 30%; font-size: .85rem; color: #8A1B1B; }

body .content_wrap .inner .box_list_store a .contents .cat { font-size: .8rem; background: #8A1B1B; color: #ffffff; text-align: center; padding: 0.2rem 1.5rem; border-radius: 999px; }

body .content_wrap .inner .box_list_store a .contents .ttl { width: 100%; font-weight: bold; padding: .5rem .8rem; font-size: 1.1rem; text-align: left; }

body .content_wrap .inner .store { padding-bottom: 2.5rem; margin-bottom: 2.5rem; border-bottom: solid 1px #e9e9e9; }

body .content_wrap .inner .store .store_list { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-start; align-items: flex-start; }

body .content_wrap .inner .store .store_list .thm { width: 40%; }

body .content_wrap .inner .store .store_list .contents { width: 60%; padding-left: 2rem; }

body .content_wrap .inner .store:nth-child(even) .store_list { flex-direction: row-reverse; }

body .content_wrap .inner .store:nth-child(even) .store_list .contents { padding-left: 0rem; padding-right: 2rem; }

body .content_wrap .inner .store:last-child { border-bottom: 0; }

body .footer_contact .inr { display: inline-block; }

body .footer_contact .inr .title { font-size: 1.8rem; }

body .footer_contact .inr .num { font-size: 2.5rem; line-height: 1.4; }

body .footer_contact .inr .num span { font-size: 1.5rem; }

body footer .inner { padding: 5rem 0; }

body footer .inner .f_logo { transition: .2s; }

body footer .inner .f_logo:hover { opacity: 0.7; }

body .bg_rug { background-size: cover; }

body .table th { color: #8A1B1B; padding: 1.3rem 2rem; border-top: 0; border-bottom: 1px solid #dee2e6; font-size: 1rem; width: 28%; }

body .table td { padding: 1.3rem 1rem; border-top: 0; border-bottom: 1px solid #dee2e6; font-size: 1rem; }

body .table.table_2 td, body .table.table_2 th { border: 1px solid #a9c392; }

body .table.table_2 td a, body .table.table_2 th a { color: #8A1B1B; text-decoration: underline; }

body .table.table_2 td a:hover, body .table.table_2 th a:hover { text-decoration: none; }

body .table.table_2 thead, body .table.table_2 tbody { border: solid 2px #a9c392; }

body .tab_list { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: stretch; margin: 3rem 0 1rem; width: 100%; border-bottom: 1px solid #8A1B1B; }

body .tab_list a { display: flex; align-items: center; justify-content: center; padding: .6rem 2rem; border: 1px solid #8A1B1B; background-color: #ffffff; color: #8A1B1B; margin-bottom: -1px; border-radius: 5px 5px 0 0; }

body .tab_list a.active { color: #ffffff; background-color: #8A1B1B; }

body .tab_list a:hover { color: #ffffff; background: #8A1B1B; }

body .nav-tabs { border-color: #8A1B1B; }

body .nav-tabs .nav-link { border: solid 1px #8A1B1B; color: #8A1B1B; font-weight: bold; font-size: 1.2rem; }

body .nav-tabs .active { background: #8A1B1B; color: #ffffff; }

body .box_list { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: stretch; width: 100%; }

body .box_list .arrow_box { position: relative; }

body .box_list .arrow_box i { position: absolute; top: 50%; right: 5%; transform: translate(0, -50%); }

body .box_list .box_list_overlay { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; position: absolute; top: 0; left: 0; right: 0; margin: auto; height: 100%; background: rgba(0, 0, 0, 0.5); padding: 2.5rem; color: #ffffff; }

body .box_list .box_list_overlay .ttl { font-weight: bold; font-size: 1.8rem; background: url("../img/arrow.png") left bottom no-repeat; padding-bottom: .5rem; margin-bottom: 1.5rem; }

body .box_list.box_2 > * { width: calc(50% - (1rem/2)); }

body .box_list.box_2 > *:nth-child(2n+1) { margin-left: 0; }

body .box_list.box_2 > *:nth-child(n+3) { margin-top: 1rem; }

body .box_list.box_2 .box_item_1 { width: 40%; }

body .box_list.box_2 .box_item_2 { width: 60%; }

body .box_list.box_3 > * { width: calc(33.3333% - (3rem/3)); margin-left: 1.5rem; }

body .box_list.box_3 > *:nth-child(3n+1) { margin-left: 0; }

body .box_list.box_3 > *:nth-child(n+4) { margin-top: 2rem; }

body .box_list.box_3_2 > * { width: calc(33.3333%); }

body .box_list.box_4 > * { width: calc(25% - (4.5rem/4)); margin-left: 1.5rem; }

body .box_list.box_4 > *:nth-child(4n+1) { margin-left: 0; }

body .box_list.box_4 > *:nth-child(n+5) { margin-top: 1.5rem; }

body .box_list.box_6 > * { width: calc(16.6666%); }

body .overlay_box li a { display: block; transition: .3s; position: relative; }

body .overlay_box li a:hover { opacity: .8; }

body .overlay_box li a .contents { width: 100%; background: rgba(255, 255, 255, 0.7); position: absolute; bottom: 0; }

body .overlay_box li a .contents .contents_inr { padding: 2rem 1rem; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 1.2; }

body .overlay_box li a .contents .contents_inr .cat { font-size: .8rem; color: #8A1B1B; border: solid 1px #8A1B1B; border-radius: 999px; padding: .4rem 1.5rem; }

body .overlay_box li a .contents .contents_inr .ttl { font-size: 1.5rem; font-weight: bold; color: #8A1B1B; margin: 0 1.4rem; }

body .overlay_box li a .contents .contents_inr .txt { font-size: 1.1rem; }

body .boder_box li { margin-bottom: 1.5rem; }

body .boder_box li .ttl { color: #8A1B1B; font-weight: bold; font-size: 1.2rem; background: #F3F3F3; padding: 1rem; border-top: 3px solid #8A1B1B; }

body .boder_box li .txt { padding: 1rem; }

body .pour_box { overflow: hidden; }

body .pour_box img { width: 45%; }

body .pour_box .left { float: left; margin-right: 2rem; }

body .pour_box .right { float: right; margin-left: 2rem; }

body .pour_box .slide { width: 45%; }

body .rugimage_textarea .image { margin-bottom: -10%; }

body .rugimage_textarea .txt { position: relative; background-color: rgba(15, 18, 84, 0.9); padding: 3rem 1.5rem; }

body .more_link { display: flex; flex-wrap: row; flex-direction: nowrap; justify-content: center; align-items: center; }

body .more_link a { transition: .2s; width: 500px; padding: 1.2rem; font-size: 1.2rem; }

body .more_link.basic a { color: #8A1B1B; font-size: 1.3rem; }

body .more_link.basic a:hover { color: #000000; }

body .more_link.main a { color: #ffffff; background-color: #8A1B1B; border: 1px solid #8A1B1B; }

body .more_link.main a:hover { color: #8A1B1B; background-color: #ffffff; }

body .more_link.white a { color: #8A1B1B; background-color: #ffffff; border: 1px solid #ffffff; }

body .more_link.white a:hover { color: #ffffff; background-color: transparent; }

body .more_link.clear a { background: 0; color: #ffffff; border: 1px solid #ffffff; }

body .more_link.clear a:hover { color: #8A1B1B; background-color: #ffffff; }

body .bg_img { background-position: center; background-size: cover !important; width: 100%; }

body .bg_img.thin { padding-top: 30%; }

body .bg_img.thumb { padding-top: 62.5%; }

body .bg_img.thick { padding-top: 75%; }

body .bg_img.square { padding-top: 100%; }

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

body .b-top-min { position: relative; }

body .b-top-min:before { content: ''; position: absolute; left: 30px; top: 0; /*線の上下位置*/ display: inline-block; width: 60px; /*線の長さ*/ height: 2px; /*線の太さ*/ -webkit-transform: translateX(-50%); transform: translateX(-50%); /*位置調整*/ background-color: black; /*線の色*/ }

body .op_bg { display: block; transition: .3s; }

body .op_bg:hover { opacity: 0.7; }

body .map { position: relative; width: 100%; padding-bottom: 50%; height: 0; overflow: hidden; }

body .map iframe, body .map object, body .map embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

body form .form_half { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: center; }

body form .form_half > div { width: calc(50% - .5rem); }

body form .form-control { border: none; background: #f3f3f3; border-radius: 0; padding: .8rem 1rem; height: auto; }

body form .form_item { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: flex-start; padding: 1.5rem 0; border-top: solid 1px #e6e6e6; }

body form .form_item:last-child { border-bottom: solid 1px #e6e6e6; }

body form .form_item .error { margin-top: .5rem; width: 100%; text-align: right; }

body form label { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-items: center; font-size: 16px; font-weight: bold; color: #8A1B1B; width: 100%; }

body form input { font-size: 16px; }

body form input[type="submit"] { font-family: 'Lato', sans-serif; width: 350px; padding: 1rem; color: #ffffff; background-color: #8A1B1B; border-radius: 999px; border: solid 1px #8A1B1B; letter-spacing: .2rem; }

body form input[type="submit"]:hover { background: #ffffff; color: #8A1B1B; }

body .modal { padding-right: 0px !important; }

body.modal-open { padding-right: 0px !important; }
