@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPミディアム*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Medium.ttf"); src: url("../fonts/font/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Medium.woff") format("woff"), url("../fonts/font/NotoSansJP-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*NotoSerifJPボールド*/
font-family: "Noto Serif JP"; src: url("../fonts/font/NotoSerifJP-Bold.ttf"); src: url("../fonts/font/NotoSerifJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSerifJP-Bold.woff") format("woff"), url("../fonts/font/NotoSerifJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*NotoSerifJPブラック*/
font-family: "Noto Serif JP"; src: url("../fonts/font/NotoSerifJP-Black.ttf"); src: url("../fonts/font/NotoSerifJP-Black.woff2") format("woff2"), url("../fonts/font/NotoSerifJP-Black.woff") format("woff"), url("../fonts/font/NotoSerifJP-Black.ttf") format("truetype"); font-weight: 900; }
/* Link
=========================================== */
a:link, a:visited { color: #202020; text-decoration: none; }

a:hover, a:active { color: #202020; text-decoration: underline; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #202020; background: #FFFFFF; font-size: 16px; line-height: 1.5; font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 500; font-style: normal; word-break: break-all; }

img { width: 100%; height: auto; }

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; height: 60px; margin-top: 35px; }

.btn01 a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 9px 43px; box-sizing: border-box; position: relative; background: url("../img/common/btn_arrow01.png") no-repeat center right 15px, #E95513; background-size: 20px; border-radius: 30px; }

.btn01 a .waku .appear { font-size: 16px; font-weight: 700; color: #FFFFFF; line-height: 21px; text-align: center; }

.btn01 a .waku .hover-appear { display: none; }

.btn01 a:hover { text-decoration: none; }

.btn01.contact_btn a { padding: 17px 20px 18px 50px; background: url("../img/common/mail_icon.svg") no-repeat center left 20px, #FFD500; background-size: 28px; }

.btn01.contact_btn a .waku .appear { color: #202020; font-size: 17px; line-height: 25px; }

.btn01.line_btn a { padding: 17px 20px 18px 50px; background: url("../img/common/line_icon.svg") no-repeat center left 20px, #06C755; background-size: 28px; }

.btn01.line_btn a .waku .appear { font-size: 17px; line-height: 25px; }

.btn02 { display: inline-block; }

.btn02 a { display: inline-flex; align-items: center; }

.btn02 a > span.arrow { display: inline-block; width: 25px; height: 25px; background: #E95513; margin-right: 5px; border-radius: 50%; overflow: hidden; position: relative; }

.btn02 a > span.arrow:before { content: ""; width: 100%; height: 100%; background: url(../img/common/btn_arrow02.svg) no-repeat center; background-size: 7px; position: absolute; left: 0; z-index: 2; transition: 0.3s; }

.btn02 a > span.text { font-weight: 700; color: #202020; }

.btn02 a:hover { text-decoration: none; }

.title01 { padding-left: 14px; box-sizing: border-box; position: relative; margin-bottom: 30px; }

.title01::before { content: ""; display: block; width: 9px; height: 9px; background: #E95513; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); position: absolute; top: 14px; left: 0; }

.title01 span { font-family: "Noto Serif JP"; font-size: 25px; font-weight: 900; letter-spacing: 0.025em; color: #431500; }

.title01 span em { color: #E95513; }

.title01 span.mini { display: block; font-size: 17px; line-height: 23px; }

.title01:has(span.mini)::before { top: 8px; transform: translateY(0); }

.top-title01 { font-family: "Noto Serif JP"; font-size: 25px; font-weight: 900; letter-spacing: 0.025em; margin-bottom: 20px; }

.top-title01 em { color: #E95513; }

.top-title01 span.sub_text { display: block; font-size: 17px; }

.sub-title { display: inline-block; font-weight: 700; padding: 0 15px; position: relative; }

.sub-title::before, .sub-title::after { content: ""; display: block; width: 10px; height: 20px; background: url("../img/common/sub-title_line.svg") no-repeat center; background-size: cover; position: absolute; bottom: 0; }

.sub-title::before { left: 0; transform: scale(1, -1); }

.sub-title::after { right: 0; }

.top-title_box { text-align: center; }

.top-title_box .sub-title { margin-bottom: 4px; }

.tel_box .tel { text-align: center; }

.tel_box .tel .num { font-family: "Noto Serif JP"; font-size: 35px; font-weight: 700; line-height: 50px; letter-spacing: -0.04em; padding-left: 60px; position: relative; }

.tel_box .tel .num::before { content: ""; display: block; width: 50px; height: 29px; background: url("../img/common/tel_mark.png") no-repeat center; background-size: cover; position: absolute; top: 14px; left: 0; }

.tel_box .tel-text { font-weight: 400; margin-top: 2px; text-align: center; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.black { font-weight: 900; }

.common_text { line-height: 2; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.serif { font-family: "Noto Serif JP"; }

.tate { writing-mode: vertical-rl; white-space: pre; letter-spacing: -0.3em; }

.safari .tate { letter-spacing: 0.1em; }

@-moz-document url-prefix() { .tate { letter-spacing: 0.1em; } }
/*色*/
.shiro { color: #fff; }

.kuro01 { color: #000000; }

.kuro02 { color: #202020; }

.ao { color: #1027A5; }

.orange { color: #E95513; }

.cha { color: #601E00; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 50px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; background: #fff; }

#header .header_inner { height: 100%; }

#header .header_inner .header_inner_top { height: 100%; justify-content: space-between; align-items: center; flex-wrap: nowrap; }

#header .header_inner .header_inner_top .logo_box { width: 144px; margin-left: 10px; }

#header .header_inner .header_inner_top .logo { width: 100%; }

#header .header_inner .header_inner_top .logo a { display: block; width: 100%; }

#header .header_inner .header_inner_top .logo a img { width: 100%; }

#header .header_inner .header_inner_top .logo a .logo_text { display: none; }

#header .header_inner .header_inner_top .right { width: calc(100% - 195px); height: 100%; justify-content: flex-end; margin-right: 51px; }

#header .header_inner .header_inner_top .right > .tel_box { width: 50px; height: 100%; }

#header .header_inner .header_inner_top .right > .tel_box .tel { width: 50px; height: 100%; }

#header .header_inner .header_inner_top .right > .tel_box .tel a { display: block; width: 100%; height: 100%; background: url("../img/common/tel_icon.svg") no-repeat center, #E95513; background-size: 25px; }

#header .header_inner .header_inner_top .right > .tel_box .tel .num { display: none; }

#header .header_inner .header_inner_top .right > .tel_box .tel-text { display: none; }

#header .header_inner .header_inner_top .right > .btn01.contact_btn { display: none; }

/*gnav*/
.gnav { display: none; }

#fixed-box { width: 100%; height: 50px; position: fixed; bottom: 0; left: 0; z-index: 2; }

#fixed-box .fixed-box_in { height: 100%; }

#fixed-box .fixed-box_in .fixed-btn { width: 50%; height: 100%; }

#fixed-box .fixed-box_in .fixed-btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; }

#fixed-box .fixed-box_in .fixed-btn a .btn-text { font-weight: 700; box-sizing: border-box; position: relative; }

#fixed-box .fixed-box_in .fixed-btn.temple_btn a { background: #E95513; }

#fixed-box .fixed-box_in .fixed-btn.temple_btn a .btn-text { color: #FFFFFF; }

#fixed-box .fixed-box_in .fixed-btn.mail_btn a { background: #FFD500; }

#fixed-box .fixed-box_in .fixed-btn.mail_btn a .btn-text { padding-left: 26px; color: #202020; }

#fixed-box .fixed-box_in .fixed-btn.mail_btn a .btn-text::before { content: ""; display: block; width: 21px; height: 15px; background: url("../img/common/mail_icon.svg") no-repeat center; background-size: contain; position: absolute; left: 0; top: 5px; }

/* nav
=========================================== */
.sp-nav-btn { width: 50px; height: 50px; background: #8E2C00; padding-top: 10px; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; top: 0; right: 0; z-index: 101; }

.sp-nav-btn::before { content: "メニュー"; display: block; width: 100%; font-family: 'NotoSansJP'; font-size: 12px; line-height: 1.45; font-weight: 500; letter-spacing: -0.1em; color: #FFFFFF; text-align: center; position: absolute; bottom: 4px; left: 0; }

.sp-nav-btn .border { width: 25px; height: 15px; margin: 0 auto; position: relative; }

.sp-nav-btn .border span { width: 100%; height: 2px; background: #FFFFFF; position: absolute; left: 0; transition: 0.3s; }

.sp-nav-btn .border span.border01 { top: 0; }

.sp-nav-btn .border span.border02 { top: 50%; transform: translateY(-50%); }

.sp-nav-btn .border span.border03 { bottom: 0; }

.sp-nav-btn.opon::before { content: "とじる"; }

.sp-nav-btn.opon .border span.border01 { transform: translate(-50%, -50%) rotateZ(40deg); top: 50%; left: 50%; }

.sp-nav-btn.opon .border span.border02 { display: none; }

.sp-nav-btn.opon .border span.border03 { transform: translate(-50%, 50%) rotateZ(-40deg); bottom: 50%; left: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: 100%; z-index: 99; top: 0; background: #fff; right: -100%; transition: 0.3s; overflow-x: hidden; overflow-y: auto; padding-top: 90px; box-sizing: border-box; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul { margin-bottom: 50px; }

.sp-nav-list .navs-list .contact-wrap { padding: 50px 20px; box-sizing: border-box; border-radius: 20px 20px 0 0; background: url("../img/common/contact_bg_sp.jpg") no-repeat center top; background-size: cover; }

/* main */
/*-------------------------------------------*/
#main { margin-top: 50px; }

#main.home_main { display: block; width: 100%; padding: 25px 0 50px; box-sizing: border-box; background: url("../img/main/main_bg_sp.jpg") no-repeat center top; background-size: cover; }

#main.home_main .text_box { margin-bottom: 25px; }

#main.home_main .text_box .title_box { margin-bottom: 10px; }

#main.home_main .text_box .title_box .sub_title { font-size: 20px; font-weight: 700; line-height: 28px; letter-spacing: -0.04em; margin-bottom: 5px; text-align: center; }

#main.home_main .text_box .title_box .sub_title .text00 { display: inline-block; margin: 0 4px; padding: 0 10px 1px; box-sizing: border-box; border-radius: 2px; letter-spacing: 0em; font-size: 25px; line-height: 36px; }

#main.home_main .text_box .title_box .sub_title .text00.text01 { background: #E95513; }

#main.home_main .text_box .title_box .sub_title .text00.text02 { background: #1027A5; }

#main.home_main .text_box .title_box .sub_title .mini { font-size: 16px; line-height: 23px; position: relative; bottom: 3px; }

#main.home_main .text_box .title_box h2 { font-size: 37px; font-weight: 900; line-height: 53px; text-align: center; }

#main.home_main .text_box .point-list { justify-content: space-between; padding: 0 5px; box-sizing: border-box; }

#main.home_main .text_box .point-list .point00 { width: calc(100% / 3); background: url("../img/main/point_bg.png") no-repeat center; background-size: contain; }

#main.home_main .text_box .point-list .point00 .img { height: 35px; text-align: center; margin-bottom: 5px; }

#main.home_main .text_box .point-list .point00 .img img { width: auto; height: 100%; }

#main.home_main .text_box .point-list .point00 h3 { font-size: 20px; line-height: 26px; font-weight: 900; }

#main.home_main .text_box .point-list .point00 h3 .sub_text { display: block; font-family: 'NotoSansJP'; font-size: 14px; line-height: 20px; font-weight: 500; color: #202020; }

#main.home_main .text_box .point-list .point02 .img { height: 40px; margin-top: -5px; }

#main.home_main .text_box .price_box { display: block; width: 90%; margin: 20px auto 0; padding: 10px 10px 10px 58px; box-sizing: border-box; background: #FFFFFF; border-radius: 3px; position: relative; }

#main.home_main .text_box .price_box .hukidashi { display: table; width: 65px; height: 65px; background: #1027A5; border-radius: 50%; position: absolute; top: -10px; left: -5px; }

#main.home_main .text_box .price_box .hukidashi span { display: table-cell; vertical-align: middle; font-size: 14px; line-height: 16px; }

#main.home_main .text_box .price_box .price_box_in { align-items: center; }

#main.home_main .text_box .price_box .price_box_in .price { width: 120px; position: relative; font-size: 16px; line-height: 23px; }

#main.home_main .text_box .price_box .price_box_in .price .num { display: inline-block; position: relative; width: 60px; height: 40px; z-index: 1; margin-right: 1px; }

#main.home_main .text_box .price_box .price_box_in .price .num .big { font-family: "Noto Serif JP"; font-size: 50px; font-weight: 900; letter-spacing: -0.04em; line-height: 72px; position: absolute; bottom: -15px; left: 0; }

#main.home_main .text_box .price_box .price_box_in .price .num .big01 { color: #E95513; }

#main.home_main .text_box .price_box .price_box_in .price .num .big02 { -webkit-text-stroke: 10px #FFF; text-stroke: 10px #FFF; z-index: -1; }

#main.home_main .text_box .price_box .price_box_in .price .mini { font-size: 14px; line-height: 20px; font-weight: 400; position: absolute; white-space: nowrap; top: 3px; right: 10px; }

#main.home_main .text_box .price_box .price_box_in .text { width: calc(100% - 120px); font-size: 14px; line-height: 18px; }

#main.home_main .main_slide { width: 90%; margin: 0 auto; }

#main.home_main .main_slide .slick-list { overflow: visible; }

#main.home_main .main_slide .slide_img { margin-right: 20px; border-radius: 5px; overflow: hidden; }

#main.home_main .main_slide .slide_img a { display: block; width: 100%; height: 100%; position: relative; }

#main.home_main .main_slide .slide_img a img { display: block; width: 100%; height: 100%; transition: 0.3s; }

#main.home_main .main_slide .slide_img a .slide-text { width: 100%; background: url("../img/main/slide_arrow.png") no-repeat top 12px left 10px, rgba(32, 32, 32, 0.8); background-size: 20px; padding: 10px 10px 10px 38px; box-sizing: border-box; position: absolute; bottom: 0; left: 0; }

#main.home_main .main_slide .slick-dots { bottom: -18px; }

#main.home_main .main_slide .slick-dots li { width: 8px; height: 8px; margin: 0 4px; }

#main.home_main .main_slide .slick-dots li button { width: 100%; height: 100%; padding: 0; }

#main.home_main .main_slide .slick-dots li button:before { width: 100%; height: 100%; content: ""; background: #C5C5C5; border-radius: 50%; opacity: 1; }

#main.home_main .main_slide .slick-dots li.slick-active button:before { opacity: 1; background: #E95513; }

/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; height: 100px; background: url("../img/main/kasou_bg.jpg") no-repeat center; background-size: cover; }

#main.kasou .wrap { display: flex; height: 100%; align-items: center; justify-content: center; }

#main.kasou h1 { display: inline-block; padding: 0 45px; position: relative; font-family: "Noto Serif JP"; font-size: 25px; line-height: 33px; font-weight: 900; letter-spacing: 0.025em; text-align: center; }

#main.kasou h1::before, #main.kasou h1::after { content: ""; display: block; width: 30px; position: absolute; }

#main.kasou h1::before { height: 34px; background: url("../img/main/main_il01.png") no-repeat center; background-size: contain; top: -16px; left: 0; }

#main.kasou h1::after { height: 56px; background: url("../img/main/main_il02.png") no-repeat center; background-size: contain; top: -10px; right: 0; }

#main.kasou h1 span { display: block; font-size: 18px; margin-bottom: 4px; }

/*パンくず*/
div#bread { width: 100%; padding: 10px 5% 0; box-sizing: border-box; background: #FFF5E5; }

ul.bread-list { font-size: 13px; justify-content: flex-start; }

ul.bread-list li { line-height: 19px; color: #8F8F8F; }

ul.bread-list li a { text-decoration: none; line-height: 19px; color: #8F8F8F; }

ul.bread-list li a:hover { text-decoration: underline; }

ul.bread-list li::after { content: "/"; margin: 0 10px; }

ul.bread-list li:last-child { color: #202020; }

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

div#bread.single-bread { margin-top: 65px; background: #FFFFFF; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 50px 5%; border-radius: 20px 20px 0 0; margin-top: -50px; background: url("../img/common/contact_bg_sp.jpg") no-repeat center; background-size: cover; position: relative; }

#contact-sec::before { content: ""; display: block; width: 100px; height: 95px; background: url("../img/common/il06.png") no-repeat center; background-size: contain; position: absolute; top: -38px; left: -14px; }

#contact-sec::after { content: ""; display: block; width: 129px; height: 110px; background: url("../img/common/il07.png") no-repeat center; background-size: contain; position: absolute; bottom: -33px; right: 0; }

#contact-sec .wrap > .text01 { line-height: 26px; }

#contact-sec .contact-box { margin-top: 30px; position: relative; z-index: 1; }

.contact-box { display: block; background: #FFFFFF; border-radius: 10px; padding: 20px 20px 30px; box-sizing: border-box; }

.contact-box .contact-box_in { text-align: center; border-bottom: 1px solid #E3E3E3; padding: 20px 0 25px; box-sizing: border-box; }

.contact-box .contact-box_in:first-child { padding-top: 0; }

.contact-box .contact-box_in:last-child { border-bottom: none; padding-bottom: 0; }

.contact-box .contact-box_in:last-child .title_box { margin-bottom: 12px; }

.contact-box .contact-box_in .title_box { margin-bottom: 2px; }

.contact-box .contact-box_in .title_box .sub-title { padding: 0 12px; font-size: 15px; color: #E95513; }

.contact-box .contact-box_in .title_box .sub-title::before, .contact-box .contact-box_in .title_box .sub-title::after { width: 8px; height: 16px; background: url("../img/common/sub-title_line02.svg") no-repeat center; background-size: cover; }

.contact-box .contact-box_in .title_box .title { font-size: 20px; letter-spacing: 0.05em; }

.contact-box .contact-box_in .btn-list .btn01 { margin-top: 15px; }

.contact-box .contact-box_in .btn-list .btn01.contact_btn { margin-top: 0; }

#map-sec { display: block; position: relative; }

#map-sec .info { background: #F9F9F9; }

#map-sec .info .img { width: 100%; }

#map-sec .info .info-list { padding: 20px; box-sizing: border-box; }

#map-sec .info .info-list .info { align-items: flex-start; margin-bottom: 10px; }

#map-sec .info .info-list .info:last-child { margin-bottom: 0; }

#map-sec .info .info-list .info > span { display: inline-block; width: 54px; margin-right: 10px; font-size: 14px; line-height: 20px; padding: 3px 0; text-align: center; border-radius: 3px; }

#map-sec .info .info-list .info > span.cha { background: #EEE4DF; }

#map-sec .info .info-list .info > span.ao { background: #E1E4F1; }

#map-sec .info .info-list .info > p { width: calc(100% - 64px); }

#map-sec .info .info-list .info > p > span { display: block; margin-left: -4px; }

#map-sec .map-box { width: 100%; height: 250px; position: relative; }

#map-sec .map-box iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

#footer { padding: 40px 0 80px; background: #FFFFFF; }

#footer .footer_box { display: block; margin-bottom: 30px; }

#footer .footer_box .left { padding: 0 5%; box-sizing: border-box; }

#footer .footer_box .left .logo { width: 258px; margin: 0 auto; text-align: center; }

#footer .footer_box .left .logo a { display: block; width: 100%; }

#footer .footer_box .left .logo a img { width: 195px; }

#footer .footer_box .left .logo a .logo_text { display: inline-block; font-size: 14px; line-height: 20px; font-weight: 700; margin-top: 10px; padding: 4px 30px; box-sizing: border-box; border: 1px solid #CECECE; border-radius: 14px; }

#footer .footer_box .left .logo a:hover { text-decoration: none; opacity: 0.7; }

#footer .footer_box .left .info-list { margin-top: 10px; }

#footer .footer_box .left .info-list .info { justify-content: center; align-items: flex-start; margin-bottom: 8px; }

#footer .footer_box .left .info-list .info:last-child { margin-bottom: 0; }

#footer .footer_box .left .info-list .info > span { display: inline-block; width: 52px; font-size: 14px; }

#footer .footer_box .left .info-list .info > p { width: 206px; font-size: 14px; }

#footer .footer_box .left .footer_btn { width: 100%; height: 80px; margin-top: 30px; }

#footer .footer_box .left .footer_btn a { display: flex; width: 100%; height: 100%; background: #FFFFFF; border-radius: 3px; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08); }

#footer .footer_box .left .footer_btn a .btn_img { width: 148px; height: 100%; background: url("../img/common/footer_btn.jpg") no-repeat center; background-size: cover; border-radius: 3px 0 0 3px; }

#footer .footer_box .left .footer_btn a .btn_text { width: calc(100% - 148px); display: flex; justify-content: center; align-items: center; }

#footer .footer_box .left .footer_btn a .btn_text span em { display: block; font-size: 18px; font-weight: 900; }

#footer .footer_box .left .footer_btn a:hover { text-decoration: none; }

#footer .footer_box .right { margin-bottom: 40px; }

.navs-list { display: block; width: 100%; }

.navs-list ul li { border-bottom: 1px solid #E3E3E3; }

.navs-list > ul > li:first-child > a { padding-top: 0; }

.navs-list > ul > li:first-child > a > span.arrow { top: 2px; transform: translateY(0); }

.navs-list > ul > li:last-child { border-bottom: none; }

.navs-list > ul > li:last-child > a { padding-bottom: 0; }

.navs-list > ul > li:last-child > a > span.arrow { top: 22px; transform: translateY(0); }

.navs-list ul li a { display: block; padding: 20px 50px 20px 20px; box-sizing: border-box; position: relative; }

.navs-list ul li a > span.arrow { display: inline-block; width: 20px; height: 20px; background: url(../img/common/btn_arrow02.svg) no-repeat center, #E95513; background-size: 5px; border-radius: 50%; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.navs-list ul li a > span.text { font-weight: 700; color: #202020; }

.navs-list ul li a:hover { text-decoration: none; }

.navs-list ul li .nav-midashi { padding: 20px 50px 20px 20px; box-sizing: border-box; position: relative; font-weight: 700; color: #202020; }

.navs-list ul li .nav-midashi::after { content: ""; display: block; width: 20px; height: 20px; border-radius: 50%; background: url("../img/common/open_icon.svg") no-repeat center, #E95513; background-size: 9px; position: absolute; top: 22px; right: 20px; transition: 0.3s; }

.navs-list ul li .nav-midashi.on::after { background: url("../img/common/close_icon.svg") no-repeat center, #E95513; background-size: 9px; }

.navs-list ul li .sp-nav { display: none; }

.navs-list ul li .sp-nav li:first-child { border-top: 1px solid #E3E3E3; }

#footer .bottom_box .bottom_box_in { display: block; }

#footer .bottom_box .link_list { justify-content: center; }

#footer .bottom_box .link_list li { font-size: 12px; line-height: 17px; margin-right: 20px; }

#footer .bottom_box .link_list li:last-child { margin-right: 0; }

#footer .bottom_box .link_list li a { color: #8F8F8F; }

#footer .bottom_box .link_list li a:hover { text-decoration: none; }

#footer .bottom_box .copyright { font-size: 12px; line-height: 17px; color: #8F8F8F; text-align: center; margin-top: 20px; }

/*parts
=========================================== */
.slider01 { padding: 0 10px 75px; box-sizing: border-box; margin-bottom: 0; }
.slider01 .slick-list { overflow: visible; }
.slider01 .slick-prev, .slider01 .slick-next { width: 45px; height: 45px; background: #8E2C00; border-radius: 50%; box-sizing: border-box; transition: 0.3s; top: auto; bottom: 0; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 10px; height: 15px; opacity: 1; background: url("../img/common/slide_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #8E2C00; }
.slider01 .slick-prev { left: 50%; transform: translateX(-55px); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { left: auto; right: 50%; transform: translateX(55px); }

.temple01 { width: 100%; }
.temple01 a { display: block; width: 100%; background: #FFFFFF; border-radius: 5px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08); position: relative; }
.temple01 a:hover { text-decoration: none; }
.temple01 a .img { width: 100%; aspect-ratio: 340 / 227; border-radius: 5px 5px 0 0; overflow: hidden; }
.temple01 a .info { padding: 15px 15px 30px; box-sizing: border-box; }
.temple01 a .info .title { font-size: 17px; line-height: 25px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; }
.temple01 a .info .point-list { margin-bottom: 10px; }
.temple01 a .info .point-list li { display: inline-block; font-size: 14px; line-height: 20px; }
.temple01 a .info .point-list li:last-child::after { display: none; }
.temple01 a .info .point-list li::after { content: "/"; margin: 0 2px; color: #E3E3E3; }
.temple01 a .info .access-text { font-size: 14px; line-height: 20px; font-weight: 400; padding-left: 22px; box-sizing: border-box; position: relative; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.temple01 a .info .access-text::before { content: ""; display: block; width: 18px; height: 18px; position: absolute; top: 0; left: 0; }
.temple01 a .info .access-text01 { margin-bottom: 8px; }
.temple01 a .info .access-text01::before { background: url("../img/common/map_icon.svg") no-repeat center; background-size: contain; }
.temple01 a .info .access-text02::before { background: url("../img/common/access_icon.svg") no-repeat center; background-size: contain; }
.temple01 a .info .info-table { margin-top: 12px; }
.temple01 a .info .info-table tr { display: flex; padding: 8px 0; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; }
.temple01 a .info .info-table tr:first-child { padding-top: 0; }
.temple01 a .info .info-table tr:last-child { padding-bottom: 0; border-bottom: none; }
.temple01 a .info .info-table tr th { width: 100px; }
.temple01 a .info .info-table tr td { width: calc(100% - 100px); font-weight: 700; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.temple01 a .arrow { width: 25px; height: 25px; background: url(../img/common/btn_arrow02.svg) no-repeat center, #E95513; background-size: 5px; border-radius: 5px 0; position: absolute; bottom: 0; right: 0; }

.works00 { width: 100%; }
.works00 a { display: block; width: 100%; }
.works00 a:hover { text-decoration: none; }
.works00 a .img { width: 100%; aspect-ratio: 17 / 12; border-radius: 5px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08); }
.works00 a .img .img_in { width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.works00 a .cate_box { margin-top: 10px; }
.works00 a .cate_box .cate-list { width: auto; margin-bottom: 8px; }
.works00 a .cate_box .cate-list li { font-size: 14px; font-weight: 700; line-height: 20px; padding: 3px 6px; box-sizing: border-box; border-radius: 3px; margin-right: 5px; }
.works00 a .cate_box .cate-list li:last-child { margin-right: 0; }
.works00 a .cate_box .cate-list01 { margin-right: 5px; }
.works00 a .cate_box .cate-list01 li { background: #F3E9E5; }
.works00 a .cate_box .cate-list02 li { background: #E5E8F5; }
.works00 a .title { font-size: 17px; line-height: 25px; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.works00 a .time { color: #8F8F8F; font-size: 14px; font-weight: 400; margin-top: 8px; }

.voice00 { width: 100%; }
.voice00 a { width: 100%; padding: 15px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08); justify-content: space-between; }
.voice00 a:hover { text-decoration: none; }
.voice00 a .img { width: 100%; aspect-ratio: 400 / 267; border-radius: 5px; overflow: hidden; margin-bottom: 15px; }
.voice00 a .info .cate-list { margin-bottom: 5px; }
.voice00 a .info .cate-list li { display: inline-block; font-size: 14px; font-weight: 700; line-height: 20px; padding: 3px 6px; box-sizing: border-box; background: #F3E9E5; border-radius: 3px; margin-right: 5px; }
.voice00 a .info .cate-list li:last-child { margin-right: 0; }
.voice00 a .info .title { font-size: 18px; line-height: 25px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; }
.voice00 a .info .info_in01 { margin-bottom: 10px; }
.voice00 a .info .info_in01 span { display: inline-block; font-size: 14px; }
.voice00 a .info .info_in01 span:last-child::after { display: none; }
.voice00 a .info .info_in01 span::after { content: "｜"; }
.voice00 a .info .info_in02 { padding-left: 25px; box-sizing: border-box; position: relative; }
.voice00 a .info .info_in02::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/voice_icon.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
.voice00 a .info .info_in02 span { display: inline-block; font-size: 14px; }
.voice00 a .info .info_in02 span:last-child::after { display: none; }
.voice00 a .info .info_in02 span::after { content: "/"; margin: 0 2px; }
.voice00 a .info .time { color: #8F8F8F; font-size: 14px; font-weight: 400; margin-top: 10px; text-align: right; }

.colum00 { width: 100%; }
.colum00 a { display: block; width: 100%; }
.colum00 a:hover { text-decoration: none; }
.colum00 a .img { width: 100%; aspect-ratio: 17 / 12; border-radius: 5px; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15); }
.colum00 a .img .img_in { width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }
.colum00 a .info { margin-top: 10px; align-items: center; justify-content: space-between; }
.colum00 a .info .cate-list { width: auto; }
.colum00 a .info .cate-list li { display: inline-block; font-size: 14px; font-weight: 700; line-height: 20px; padding: 3px 6px; box-sizing: border-box; background: #F3E9E5; border-radius: 3px; margin-right: 5px; }
.colum00 a .info .cate-list li:last-child { margin-right: 0; }
.colum00 a .info .time { display: inline-block; color: #8F8F8F; font-size: 14px; font-weight: 400; }
.colum00 a .title { margin-top: 8px; font-size: 17px; line-height: 25px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.news00 { padding-bottom: 25px; border-bottom: 1px solid #E6D9C4; }
.news00 a { justify-content: space-between; align-items: flex-start; }
.news00 a .img { width: 150px; height: 106px; border-radius: 5px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
.news00 a .img .img_in { width: 100%; height: 100%; border-radius: 5px; overflow: hidden; position: relative; }
.news00 a .img .img_in img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
.news00 a .info { width: calc(100% - 165px); }
.news00 a .info .info_in { flex-direction: column-reverse; }
.news00 a .info .info_in .cate-list li { display: inline-block; font-size: 14px; font-weight: 700; line-height: 20px; color: #8E2C00; padding: 3px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 2px; margin: 6px 5px 0 0; }
.news00 a .info .info_in .cate-list li:last-child { margin-right: 0; }
.news00 a .info .info_in .time { display: block; color: #8F8F8F; font-size: 14px; font-weight: 400; }
.news00 a .title { margin-top: 6px; font-size: 15px; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.comb_box { display: block; }
.comb_box .box { background: #FFFFFF; border-radius: 5px; position: relative; }
.comb_box .box h3 { padding: 5px 0 6px; box-sizing: border-box; font-size: 20px; border-radius: 2px 2px 0 0; }
.comb_box .design_box { border: 2px solid #E95513; margin-bottom: 32px; }
.comb_box .design_box::after { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/mark.svg") no-repeat center; background-size: cover; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); }
.comb_box .design_box h3 { background: #E95513; }
.comb_box .design_box .design_list { padding: 20px; box-sizing: border-box; }
.comb_box .design_box .design_list .design00 { align-items: flex-start; width: calc(50% - 8px); padding: 5px 8px; box-sizing: border-box; margin: 15px 15px 0 0; position: relative; background: #F2F2F2; border-radius: 3px; text-align: center; }
.comb_box .design_box .design_list .design00:nth-child(-n+2) { margin-top: 0; }
.comb_box .design_box .design_list .design00:nth-child(2n) { margin-right: 0; }
.comb_box .design_box .design_list .design00 .text { font-size: 18px; line-height: 1; margin-right: 6px; }
.comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 24px); margin-top: 7px; margin-bottom: 7px; }
.comb_box .design_box .design_list .design00 .img_box .img { width: 100%; max-width: 100px; aspect-ratio: 1 / 1; margin: 0 auto; }
.comb_box .design_box .design_list .design00 .img_box .price em { font-size: 30px; line-height: 43px; font-weight: 900; letter-spacing: -0.04em; }
.comb_box .design_box .sub_text { font-size: 14px; font-weight: 400; line-height: 1; position: absolute; bottom: 20px; right: 20px; }
.comb_box .color_box { border: 2px solid #1027A5; }
.comb_box .color_box h3 { background: #1027A5; }
.comb_box .color_box .color_list { padding: 20px; box-sizing: border-box; }
.comb_box .color_box .color_list .color00 { width: calc((100% / 3) - 8px); margin: 15px 12px 0 0; }
.comb_box .color_box .color_list .color00:nth-child(-n+3) { margin-top: 0; }
.comb_box .color_box .color_list .color00:nth-child(3n) { margin-right: 0; }
.comb_box .color_box .color_list .color00 img { width: 100%; height: auto; border-radius: 3px; }
.comb_box .color_box .color_list .color00 .text { margin-top: 2px; }

#works-slider-sec { padding: 50px 5% 100px; background: #F6F2E6; border-radius: 30px 30px 0 0; margin-top: -50px; }
#works-slider-sec .cnt { display: block; margin-bottom: 30px; text-align: center; }
#works-slider-sec .cnt .top-title01 { color: #202020; text-align: center; }
#works-slider-sec .cnt .title01 { display: inline-block; }
#works-slider-sec .cnt .text_box { line-height: 27px; text-align: left; }
#works-slider-sec #works-slider .works00 { margin: 0 10px; }
#works-slider-sec #works-slider .works00 a .time { text-align: right; }
#works-slider-sec .btn01 { width: 90%; margin: 30px auto 0; }

#voice-slider-sec { padding: 50px 5% 100px; background: #FFF5E5; border-radius: 30px 30px 0 0; margin-top: -50px; }
#voice-slider-sec .top-title_box .sub-title::before, #voice-slider-sec .top-title_box .sub-title::after { width: 22px; height: 41px; background: url("../img/common/sub-title_line_big.svg") no-repeat center; background-size: cover; }
#voice-slider-sec .cnt { display: block; margin-bottom: 30px; }
#voice-slider-sec .cnt .top-title_box { width: 240px; margin: 0 auto; text-align: center; }
#voice-slider-sec .cnt .top-title_box .title01 { display: inline-block; margin-bottom: 0; }
#voice-slider-sec .cnt .text01 { margin-top: 20px; }
#voice-slider-sec #voice-slider { margin-top: 30px; }
#voice-slider-sec #voice-slider .voice00 { margin: 0 10px; }
#voice-slider-sec .message-box { margin-top: 40px; }
#voice-slider-sec .btn01 { width: 90%; margin: 35px auto 0; }

.message-box { text-align: center; }
.message-box .movie_box { width: 100%; aspect-ratio: 16 / 9; margin-top: 10px; border-radius: 5px; overflow: hidden; position: relative; background: #000; }
.message-box .movie_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.message-box .message-text { padding-left: 26px; box-sizing: border-box; margin-top: 12px; position: relative; font-size: 17px; color: #431500; text-align: left; }
.message-box .message-text::before { content: ""; display: block; width: 20px; height: 17px; background: url("../img/p06/icon01.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

#nav-sec01 { padding: 50px 5% 100px; background: #FFFFFF; border-radius: 30px 30px 0 0; margin-top: -50px; }
#nav-sec01 .nav_btn { width: 100%; height: 60px; }
#nav-sec01 .nav_btn a { align-items: center; height: 100%; background: url("../img/common/btn_arrow01.png") no-repeat center right 15px, #E95513; background-size: 20px; border-radius: 5px; overflow: hidden; text-decoration: none; }
#nav-sec01 .nav_btn a .img { width: 100px; }
#nav-sec01 .nav_btn a .waku { width: calc(100% - 155px); margin-left: 15px; }
#nav-sec01 .nav_btn a .waku .appear { font-size: 17px; font-weight: 700; color: #FFFFFF; line-height: 25px; }
#nav-sec01 .nav_btn a .waku .hover-appear { display: none; }

#flow-sec { padding: 50px 5% 100px; background: #FFFFFF; border-radius: 30px 30px 0 0; margin-top: -50px; }
#flow-sec .flow-list .flow01 { margin-bottom: 25px; padding: 25px 20px; box-sizing: border-box; background: #FFF5E5; border-radius: 10px; position: relative; }
#flow-sec .flow-list .flow01:last-child { margin-bottom: 0; }
#flow-sec .flow-list .flow01:last-child::before { display: none; }
#flow-sec .flow-list .flow01::before { content: ""; display: block; width: 37px; height: 15px; background: url("../img/p02/arrow.png") no-repeat center; background-size: contain; position: absolute; bottom: -20px; left: 50%; transform: translateX(-50%); }
#flow-sec .flow-list .flow01 .flow_in { display: block; }
#flow-sec .flow-list .flow01 .flow_in > h3 { padding-left: 33px; box-sizing: border-box; position: relative; font-size: 22px; font-weight: 900; color: #431500; margin-bottom: 15px; }
#flow-sec .flow-list .flow01 .flow_in > h3 .num { width: 25px; height: 25px; background: #431500; border-radius: 2px; font-size: 16px; line-height: 25px; position: absolute; top: 5px; left: 0; }
#flow-sec .flow-list .flow01 .flow_in .text01 { line-height: 1.7; }
#flow-sec .flow-list .flow01 .flow_in .text01 span.bold { display: block; }
#flow-sec .flow-list .flow01 .flow_in .text01 p { margin-bottom: 10px; }
#flow-sec .flow-list .flow01 .flow_in .text01 p:last-child { margin-bottom: 0; }
#flow-sec .flow-list .flow01 .contact-box { padding: 20px 10px 25px; margin-top: 25px; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in:last-child { padding: 20px 10px 0; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in .title_box { display: none; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in .tel_box .tel .num { font-size: 30px; line-height: 43px; padding-left: 51px; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in .tel_box .tel .num::before { width: 43px; height: 25px; top: 12px; }
#flow-sec .flow-list .flow01 .naiyou_box { display: block; padding: 15px 10px 20px; box-sizing: border-box; border-radius: 10px; background: #FFFFFF; margin-top: 20px; }
#flow-sec .flow-list .flow01 .naiyou_box .left { display: block; padding-bottom: 5px; border-bottom: 1px solid #E3E3E3; box-sizing: border-box; margin-bottom: 15px; }
#flow-sec .flow-list .flow01 .naiyou_box .left h4 { font-size: 17px; }
#flow-sec .flow-list .flow01 .naiyou_box .right { padding: 0 10px; }
#flow-sec .flow-list .flow01 .naiyou_box .right .list { display: block; }
#flow-sec .flow-list .flow01 .naiyou_box .right .list li { margin-bottom: 5px; padding-left: 17px; box-sizing: border-box; position: relative; }
#flow-sec .flow-list .flow01 .naiyou_box .right .list li:last-child { margin-bottom: 0; }
#flow-sec .flow-list .flow01 .naiyou_box .right .list li::before { content: ""; display: block; width: 15px; height: 15px; background: url("../img/p02/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }

.wrap.twin div#two-main { margin-bottom: 50px; }
.wrap.twin div#two-side .side_box { margin-bottom: 30px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { font-size: 18px; line-height: 26px; color: #260C00; padding-bottom: 4px; border-bottom: 1px solid #601E00; }
.wrap.twin div#two-side .side_box .side-link li { border-bottom: 1px solid #E6D9C4; }
.wrap.twin div#two-side .side_box .side-link li:last-child { border-bottom: none; }
.wrap.twin div#two-side .side_box .side-link li a { display: block; padding: 15px 0 15px 30px; box-sizing: border-box; background: url("../img/common/side-nav.png") no-repeat center left; background-size: 20px; }
.wrap.twin div#two-side .side_box .side-link li a span { font-weight: 700; }
.wrap.twin div#two-side .side_box .side-link li.on_cat a span { color: #8E2C00; }
.wrap.twin div#two-side .side_box .new-list { margin-top: 20px; }
.wrap.twin div#two-side .side_box .new-list .news00 { padding-bottom: 20px; margin-bottom: 20px; }
.wrap.twin div#two-side .side_box .new-list .news00:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }
.wrap.twin div#two-side .side_box .new-list .news00 a .img { width: 100px; height: 70px; border-radius: 5px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
.wrap.twin div#two-side .side_box .new-list .news00 a .img .img_in { border-radius: 5px; }
.wrap.twin div#two-side .side_box .new-list .news00 a .info { width: calc(100% - 120px); }
.wrap.twin div#two-side .side_box .new-list .news00 a .info .info_in { display: block; }
.wrap.twin div#two-side .side_box .new-list .news00 a .info .info_in .cate-list { display: none; }
.wrap.twin div#two-side .side_box .new-list .news00 a .title { margin-top: 5px; font-size: 15px; font-weight: 500; line-height: 23px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 34px; height: 34px; margin: 0 5px; text-decoration: none; text-align: center; font-size: 15px; font-weight: 700; color: #FFFFFF; border: 0; background: #8E2C00; line-height: 35px; border-radius: 2px; }

.wp-pagenavi { text-align: center; margin-top: 50px; position: relative; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #DCD3CE; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { width: auto; color: #202020; background: transparent; margin: 0; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; border-radius: 50%; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; display: block; width: 7px; height: 10px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; border-radius: 50%; }
.wp-pagenavi a.first { margin-left: 0; }
.wp-pagenavi a.last { margin-right: 0; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 11px; height: 11px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation { margin-top: 30px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; padding: 0 60px; box-sizing: border-box; }

.post-navigation ul > li a { display: flex; align-items: center; justify-content: center; background: transparent; box-sizing: border-box; position: relative; font-size: 15px; font-weight: 700; line-height: 35px; color: #202020; }
.post-navigation ul > li a:focus, .post-navigation ul > li a:hover { text-decoration: none; }
.post-navigation ul > li a::before { content: ""; display: block; width: 35px; height: 35px; border-radius: 50%; background: url("../img/common/page_arrow01.svg") no-repeat center, #8E2C00; background-size: 8px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); transition: 0.3s; }

.post-navigation ul > li.prev { width: 60px; position: absolute; top: 0; left: 0; }
.post-navigation ul > li.prev a { padding-top: 40px; line-height: 22px; }
.post-navigation ul > li.prev a::before { transform: translateX(-50%) scale(-1, 1); }

.post-navigation ul > li.next { width: 60px; position: absolute; top: 0; right: 0; }
.post-navigation ul > li.next a { padding-top: 40px; line-height: 22px; }

.post-navigation ul > li.blog-back a { padding: 0 20px; background: #8E2C00; color: #FFFFFF; border-radius: 18px; }
.post-navigation ul > li.blog-back a::before { display: none; }
.post-navigation ul > li.blog-back a:focus, .post-navigation ul > li.blog-back a:hover { background: #DCD3CE; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.home #works-slider-sec { background: #FFFFFF; }
.home #voice-slider-sec { background: #F6F2E6; }
.home #voice-slider-sec .top-title_box::before { content: ""; display: block; width: 77px; height: 75px; background: url("../img/top/il01.png") no-repeat center; background-size: contain; position: absolute; top: 10px; left: -10px; transform: rotate(10deg); }
.home #voice-slider-sec .top-title_box::after { content: ""; display: block; width: 75px; height: 54px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; top: 30px; right: 0; }

#topbox01 { padding: 40px 5% 100px; }
#topbox01 .cnt { display: block; }
#topbox01 .cnt .top-title01 { font-size: 20px; font-weight: 700; letter-spacing: 0; margin-bottom: 15px; }
#topbox01 .cnt .top-news_list .top-news01:first-child a { padding-top: 0; }
#topbox01 .cnt .top-news_list .top-news01 a { display: block; padding: 15px 0; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; position: relative; }
#topbox01 .cnt .top-news_list .top-news01 a:hover { text-decoration: none; }
#topbox01 .cnt .top-news_list .top-news01 a .info { align-items: center; margin-bottom: 8px; }
#topbox01 .cnt .top-news_list .top-news01 a .info .time { font-size: 14px; color: #8F8F8F; margin-right: 10px; font-weight: 400; }
#topbox01 .cnt .top-news_list .top-news01 a .info .cate-list { width: auto; }
#topbox01 .cnt .top-news_list .top-news01 a .info .cate-list li { display: inline-block; font-size: 14px; font-weight: 700; line-height: 20px; padding: 3px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 3px; margin-right: 5px; }
#topbox01 .cnt .top-news_list .top-news01 a .info .cate-list li:last-child { margin-right: 0; }
#topbox01 .cnt .top-news_list .top-news01 a h3 { font-weight: 500; font-size: 15px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#topbox01 .btn02 { display: block; margin-top: 15px; text-align: right; }

#topbox02 { padding: 50px 5% 100px; background: #FFF5E5; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#topbox02::before { content: ""; display: block; width: 89px; height: 88px; background: url("../img/top/il01.png") no-repeat center; background-size: contain; position: absolute; top: -30px; left: 3px; }
#topbox02::after { content: ""; display: block; width: 37px; height: 68px; background: url("../img/top/il02.png") no-repeat center; background-size: contain; position: absolute; top: -8px; right: 20px; }
#topbox02 .title { font-size: 22px; font-weight: 900; line-height: 32px; letter-spacing: 0.025em; margin-bottom: 20px; }
#topbox02 .title .text00 { display: inline-block; padding: 0 10px 2px; box-sizing: border-box; border-radius: 4px; font-size: 22px; font-weight: 700; line-height: 32px; letter-spacing: 0em; margin: 7px 16px 3px 0; position: relative; }
#topbox02 .title .text00::before { content: ""; display: block; width: 10px; height: 10px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -13px; transform: translateY(-50%); }
#topbox02 .title .text00.text01 { background: #E95513; }
#topbox02 .title .text00.text02 { background: #8E2C00; }
#topbox02 .title .text00.text03 { background: #1027A5; margin-right: 0; }
#topbox02 .title .text00.text03::before { display: none; }
#topbox02 .set-list .set00 { width: calc((100% / 3) - 7px); position: relative; margin-right: 10px; }
#topbox02 .set-list .set00::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/plus.svg") no-repeat center, #FFF5E5; background-size: 10px; border-radius: 50%; position: absolute; top: 50%; right: -15px; transform: translateY(-50%); z-index: 1; }
#topbox02 .set-list .set00 img { width: 100%; border-radius: 5px; }
#topbox02 .set-list .set00 .midashi { font-size: 17px; line-height: 25px; padding: 0 6px 2px; box-sizing: border-box; border-radius: 3px; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
#topbox02 .set-list .set00.set01 .midashi { background: #E95513; }
#topbox02 .set-list .set00.set02 .midashi { background: #8E2C00; }
#topbox02 .set-list .set00.set03 { margin-right: 0; }
#topbox02 .set-list .set00.set03::before { display: none; }
#topbox02 .set-list .set00.set03 .midashi { background: #1027A5; }
#topbox02 .nayami-box { padding-top: 14px; position: relative; margin-top: 35px; }
#topbox02 .nayami-box h3 { display: inline-block; padding: 0 21px; box-sizing: border-box; font-size: 20px; line-height: 28px; font-weight: 900; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, #FFF5E5 0%, #FFF5E5 50%, #FFF2D6 50%, #FFF2D6 100%); white-space: nowrap; }
#topbox02 .nayami-box .box_in { display: block; padding: 27px 20px 20px; box-sizing: border-box; background: #FFF2D6; border: 2px solid #E95513; border-radius: 5px; }
#topbox02 .nayami-box .box_in .list { margin-bottom: 8px; }
#topbox02 .nayami-box .box_in .list:last-child { margin-bottom: 0; }
#topbox02 .nayami-box .box_in .list li { margin-bottom: 8px; line-height: 1.6; padding-left: 24px; box-sizing: border-box; position: relative; }
#topbox02 .nayami-box .box_in .list li:last-child { margin-bottom: 0; }
#topbox02 .nayami-box .box_in .list li::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/top/check_icon.png") no-repeat center; background-size: contain; position: absolute; top: 7px; left: 0; }
#topbox02 .nayami-box .box_in .list li span { font-size: 18px; font-weight: 700; }
#topbox02 .btn01 { width: 90%; margin: 35px auto 0; }

#topbox03 { padding: 50px 5% 100px; background: url("../img/top/bg01_sp.jpg") no-repeat center bottom; background-size: cover; border-radius: 30px 30px 0 0; margin-top: -50px; }
#topbox03 .top-title_box { position: relative; }
#topbox03 .top-title_box::before { content: ""; display: block; width: 37px; height: 68px; background: url("../img/top/il02.png") no-repeat center; background-size: contain; position: absolute; bottom: 8px; left: 8px; transform: rotate(-20deg); }
#topbox03 .top-title_box::after { content: ""; display: block; width: 75px; height: 54px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; bottom: 7px; right: -10px; }
#topbox03 .top-title_box .sub-title { padding: 0 25px; }
#topbox03 .top-title_box .sub-title::before, #topbox03 .top-title_box .sub-title::after { width: 22px; height: 41px; background: url("../img/common/sub-title_line_big.svg") no-repeat center; background-size: cover; }
#topbox03 .comb_box { margin-top: 30px; }
#topbox03 .btn01 { width: 90%; margin: 35px auto 0; }

#topbox04 { padding: 50px 5% 100px; background: #F6F2E6; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#topbox04::after { content: ""; display: block; width: 97px; height: 80px; background: url("../img/top/il04.png") no-repeat center; background-size: contain; position: absolute; top: -30px; right: 0; }
#topbox04 .cnt { display: block; margin-bottom: 30px; }
#topbox04 .cnt .title_box { align-items: center; justify-content: center; margin-bottom: 15px; }
#topbox04 .cnt .title_box .box { width: 80px; height: 80px; background: #E95513; border-radius: 50%; padding-top: 8px; box-sizing: border-box; text-align: center; }
#topbox04 .cnt .title_box .box .text01 { display: block; font-size: 14px; line-height: 18px; margin-bottom: 2px; }
#topbox04 .cnt .title_box .box .text02 { display: inline-block; padding: 0 6px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; font-size: 14px; line-height: 20px; }
#topbox04 .cnt .title_box .top-title01 { width: calc(100% - 90px); max-width: 220px; color: #202020; margin: 0 0 0 10px; }
#topbox04 .cnt .text_box { line-height: 27px; }
#topbox04 #temple-slider .temple01 { margin: 0 10px; }
#topbox04 .btn01 { width: 90%; margin: 30px auto 0; }

#topbox05 { padding: 50px 5% 100px; background: url("../img/top/bg02_sp.jpg") no-repeat center top; background-size: cover; border-radius: 30px 30px 0 0; margin-top: -50px; }
#topbox05::before { content: ""; display: block; width: 175px; height: 100px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -14px; left: -50px; }
#topbox05 .top-title01 { margin-bottom: 10px; color: #202020; text-align: center; }
#topbox05 .cnt { max-width: 400px; margin: 0 auto; justify-content: space-between; align-items: flex-start; }
#topbox05 .cnt .point { width: 220px; font-size: 21px; letter-spacing: 0.025em; line-height: 32px; position: relative; z-index: 1; margin-top: 2px; }
#topbox05 .cnt .point span { margin-left: -13px; }
#topbox05 .cnt .img { width: calc(100% - 220px); height: 210px; position: relative; }
#topbox05 .cnt .img img { width: auto; height: 100%; position: absolute; top: 0; left: -40px; }
#topbox05 .text_box { margin-top: -20px; position: relative; z-index: 1; }
#topbox05 .text_box .text01 { margin-bottom: 20px; }
#topbox05 .text_box .text01:last-child { margin-bottom: 0; }
#topbox05 .name { margin-top: 25px; font-size: 18px; }
#topbox05 .name em { margin-left: 10px; }
#topbox05 .btn01 { width: 90%; margin: 35px auto 0; }

#topbox06 { padding: 50px 5% 100px; background: #FFFFFF; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#topbox06 .wrap > .text01 { line-height: 27px; }
#topbox06 #colum-slider { margin-top: 30px; }
#topbox06 #colum-slider .colum00 { margin: 0 10px; }
#topbox06 .btn01 { width: 90%; margin: 30px auto 0; }

/*佐藤石材の「永代供養付き一般墓」　p02
=========================================== */
.page-ippanbo #main.kasou h1 { padding: 0 30px; }
.page-ippanbo #main.kasou h1::before { top: -1px; }
.page-ippanbo #main.kasou h1::after { top: 5px; }
.page-ippanbo #works-slider-sec { position: relative; }
.page-ippanbo #works-slider-sec::before { content: ""; display: block; width: 140px; height: 80px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -17px; left: -70px; }
.page-ippanbo #voice-slider-sec { position: relative; }
.page-ippanbo #voice-slider-sec::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -57px; right: -88px; }
.page-ippanbo #voice-slider-sec > .btn01 { margin-top: 30px; }
.page-ippanbo #nav-sec01 { position: relative; }
.page-ippanbo #nav-sec01::before { content: ""; display: block; width: 140px; height: 80px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -30px; left: -70px; }
.page-ippanbo #flow-sec { position: relative; }
.page-ippanbo #flow-sec::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -57px; right: -107px; }
.page-ippanbo #contact-sec::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -44px; left: auto; right: -88px; }

#p02box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p02box01 .title { font-size: 20px; font-weight: 900; line-height: 28px; letter-spacing: 0.025em; margin-bottom: 20px; }
#p02box01 .title .text00 { display: inline-block; padding: 0 10px 2px; box-sizing: border-box; border-radius: 4px; font-size: 27px; font-weight: 700; line-height: 38px; letter-spacing: 0em; margin: 8px 22px 3px 0; position: relative; }
#p02box01 .title .text00::before { content: ""; display: block; width: 12px; height: 12px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -17px; transform: translateY(-50%); }
#p02box01 .title .text00.text02 { background: #8E2C00; }
#p02box01 .title .text00.text03 { background: #1027A5; margin-right: 0; }
#p02box01 .title .text00.text03::before { display: none; }
#p02box01 .set-list .set00 { width: calc((100% / 3) - 7px); position: relative; margin-right: 10px; }
#p02box01 .set-list .set00::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/plus.svg") no-repeat center, #FFF5E5; background-size: 10px; border-radius: 50%; position: absolute; top: 50%; right: -15px; transform: translateY(-50%); z-index: 1; }
#p02box01 .set-list .set00 img { width: 100%; border-radius: 5px; }
#p02box01 .set-list .set00 .midashi { font-size: 17px; line-height: 25px; padding: 0 6px 2px; box-sizing: border-box; border-radius: 3px; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
#p02box01 .set-list .set00.set01 .midashi { background: #E95513; }
#p02box01 .set-list .set00.set02 .midashi { background: #8E2C00; }
#p02box01 .set-list .set00.set03 { margin-right: 0; }
#p02box01 .set-list .set00.set03::before { display: none; }
#p02box01 .set-list .set00.set03 .midashi { background: #1027A5; }
#p02box01 .text01 { margin-top: 30px; }

#p02box02 { padding: 50px 5% 100px; background: #F6F2E6; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#p02box02::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -55px; right: -87px; }
#p02box02::after { content: ""; display: block; width: 36px; height: 68px; background: url("../img/p02/il02.png") no-repeat center; background-size: contain; position: absolute; top: -25px; left: 20px; }
#p02box02 .feat-list .feat00 { margin-bottom: 50px; position: relative; }
#p02box02 .feat-list .feat00:last-child { margin-bottom: 0; }
#p02box02 .feat-list .feat00 h2 { align-items: center; margin-bottom: 15px; }
#p02box02 .feat-list .feat00 h2 .num { width: 70px; height: 62px; background: url("../img/p02/icon_feat.png") no-repeat center; background-size: contain; margin-right: 5px; padding-top: 5px; box-sizing: border-box; color: #431500; font-size: 14px; line-height: 20px; letter-spacing: 0.1em; }
#p02box02 .feat-list .feat00 h2 .num span { display: block; font-size: 25px; line-height: 36px; letter-spacing: 0.025em; margin-top: -8px; }
#p02box02 .feat-list .feat00 h2 .title_text { width: calc(100% - 75px); font-size: 22px; letter-spacing: 0.025em; color: #431500; }
#p02box02 .feat-list .feat00 .img { width: 100%; margin-bottom: 15px; }
#p02box02 .feat-list .feat00 .text01 { line-height: 1.7; }
#p02box02 .feat-list .feat00 .btn01 { margin-top: 20px; }
#p02box02 .feat-list .feat00 .sub_text { margin-top: 15px; }
#p02box02 .feat-list .feat00 .sub_text li { font-weight: 400; padding-left: 1em; text-indent: -1em; }
#p02box02 .feat-list .feat00 .include_box { padding: 16px 20px 20px; box-sizing: border-box; border-radius: 10px; background: #FFFFFF; margin-top: 20px; }
#p02box02 .feat-list .feat00 .include_box h3 { font-size: 17px; padding-bottom: 5px; border-bottom: 1px solid #E3E3E3; }
#p02box02 .feat-list .feat00 .include_box .include_list { margin-top: 10px; }
#p02box02 .feat-list .feat00 .include_box .include_list li { width: calc((100% / 3) - 7px); margin: 5px 10px 0 0; padding-left: 17px; box-sizing: border-box; position: relative; }
#p02box02 .feat-list .feat00 .include_box .include_list li:nth-child(3n) { margin-right: 0; }
#p02box02 .feat-list .feat00 .include_box .include_list li:nth-last-child(2) { width: calc(100% / 3); margin-right: 3px; }
#p02box02 .feat-list .feat00 .include_box .include_list li:nth-last-child(3) { width: calc(100% / 3); margin-right: 0; }
#p02box02 .feat-list .feat00 .include_box .include_list li::before { content: ""; display: block; width: 15px; height: 15px; background: url("../img/p02/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
#p02box02 .feat-list .feat02::before, #p02box02 .feat-list .feat05::before { content: ""; display: block; width: 69px; height: 50px; background: url("../img/p02/il03.png") no-repeat center; background-size: contain; position: absolute; }
#p02box02 .feat-list .feat02::before { top: -30px; right: -10px; }
#p02box02 .feat-list .feat05::before { top: -42px; left: -7; transform: scale(-1, 1); }
#p02box02 .feat-list .feat03::before { content: ""; display: block; width: 79px; height: 80px; background: url("../img/p02/il04_sp01.png") no-repeat center; background-size: contain; position: absolute; top: -48px; left: -30px; }
#p02box02 .feat-list .feat04::before, #p02box02 .feat-list .feat07::before { content: ""; display: block; width: 36px; height: 68px; background: url("../img/p02/il02.png") no-repeat center; background-size: contain; position: absolute; }
#p02box02 .feat-list .feat04::before { top: -8px; right: -5px; }
#p02box02 .feat-list .feat07::before { top: -45px; left: -15px; }
#p02box02 .feat-list .feat06::before { content: ""; display: block; width: 94px; height: 94px; background: url("../img/p02/il04_sp02.png") no-repeat center; background-size: contain; position: absolute; top: -52px; right: -22px; }

#p02box03 { padding: 50px 5% 100px; background: #FFF5E5; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#p02box03::before { content: ""; display: block; width: 140px; height: 80px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -30px; left: -70px; }

.shikumi-list .shikumi00 { margin-bottom: 40px; }
.shikumi-list .shikumi00:last-child { margin-bottom: 0; }
.shikumi-list .shikumi00 > h3 { padding: 8px 20px; box-sizing: border-box; background: #F5E5B4; border-radius: 10px 10px 0 0; font-size: 22px; font-weight: 900; letter-spacing: 0.025em; }
.shikumi-list .shikumi00 .info { padding: 20px 20px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 0 0 10px 10px; }
.shikumi-list .shikumi00 .info .midashi { font-size: 20px; font-weight: 900; letter-spacing: 0.025em; margin-bottom: 15px; }
.shikumi-list .shikumi00 .info > .text01 { line-height: 1.7; }
.shikumi-list .shikumi00 .info h4 { font-size: 18px; position: relative; margin: 25px 0 10px; padding: 0 0 6px 10px; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; }
.shikumi-list .shikumi00 .info h4::before { content: ""; width: 4px; height: calc(100% - 14px); background: #8E2C00; position: absolute; left: 0; top: 6px; }
.shikumi-list .shikumi00 .info .include_list li { display: inline-block; margin: 5px 5px 0 0; padding: 4px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 4px; letter-spacing: 0.025em; }
.shikumi-list .shikumi00 .info .include_list li:last-child { margin-right: 0; }
.shikumi-list .shikumi00 .info .sub_text { font-size: 16px; font-weight: 400; margin-top: 5px; }
.shikumi-list .shikumi00 .info .shikumi-table { margin-top: 25px; }
.shikumi-list .shikumi00 .info .shikumi-table tr { display: block; margin-bottom: 20px; }
.shikumi-list .shikumi00 .info .shikumi-table tr:last-child { margin-bottom: 0; }
.shikumi-list .shikumi00 .info .shikumi-table tr th { display: block; width: 100%; padding: 4px 10px; box-sizing: border-box; background: #F2F2F2; margin-bottom: 8px; font-size: 18px; }
.shikumi-list .shikumi00 .info .shikumi-table tr td { display: block; width: 100%; padding-left: 10px; box-sizing: border-box; }
.shikumi-list .shikumi04 .info .price_box { display: block; margin: 25px 0 30px; }
.shikumi-list .shikumi04 .info .price_box .price { display: inline-block; position: relative; text-align: center; }
.shikumi-list .shikumi04 .info .price_box .price .num { font-weight: 900; letter-spacing: -0.02em; }
.shikumi-list .shikumi04 .info .price_box .price .mini { font-weight: 400; position: absolute; white-space: nowrap; }
.shikumi-list .shikumi04 .info .price_box .left { width: 200px; text-align: center; margin: 0 auto 15px; }
.shikumi-list .shikumi04 .info .price_box .left .price_midashi { display: inline-block; width: 100%; height: 38px; padding-top: 6px; box-sizing: border-box; background: #1027A5; border-radius: 60px; font-size: 18px; line-height: 26px; }
.shikumi-list .shikumi04 .info .price_box .left .price { width: 190px; font-size: 28px; line-height: 41px; margin-top: -10px; }
.shikumi-list .shikumi04 .info .price_box .left .price .num { font-size: 80px; line-height: 115px; margin-right: 5px; }
.shikumi-list .shikumi04 .info .price_box .left .price .mini { font-size: 20px; line-height: 29px; top: 33px; right: 33px; }
.shikumi-list .shikumi04 .info .price_box .right { justify-content: center; width: 100%; padding: 20px; box-sizing: border-box; background: #F2F2F2; border-radius: 5px; position: relative; }
.shikumi-list .shikumi04 .info .price_box .right::before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-color: transparent transparent #f2f2f2 transparent; border-width: 0px 20px 30px 20px; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); }
.shikumi-list .shikumi04 .info .price_box .right .price { width: 95px; font-size: 14px; line-height: 22px; }
.shikumi-list .shikumi04 .info .price_box .right .price .num { font-size: 40px; line-height: 58px; margin-right: 2px; }
.shikumi-list .shikumi04 .info .price_box .right .price .mini { font-size: 12px; line-height: 18px; top: 15px; right: 10px; }
.shikumi-list .shikumi04 .info .price_box .right .box { width: calc((100% - 25px) / 2); max-width: 210px; padding-bottom: 10px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; text-align: center; }
.shikumi-list .shikumi04 .info .price_box .right .box .price_midashi { height: 36px; padding-top: 6px; box-sizing: border-box; border-radius: 4px 4px 0 0; font-size: 16px; line-height: 24px; }
.shikumi-list .shikumi04 .info .price_box .right .box.box01 { margin-right: 25px; position: relative; }
.shikumi-list .shikumi04 .info .price_box .right .box.box01::after { content: ""; display: block; width: 15px; height: 15px; background: url(../img/top/plus.svg) no-repeat center; background-size: contain; position: absolute; top: 50%; right: -20px; transform: translateY(-50%); }
.shikumi-list .shikumi04 .info .price_box .right .box.box01 .price_midashi { background: #E95513; }
.shikumi-list .shikumi04 .info .price_box .right .box.box02 .price_midashi { background: #8E2C00; }
.shikumi-list .shikumi04 .info .list_box { margin-top: 25px; }
.shikumi-list .shikumi04 .info .list_box h4 { margin-top: 0; }
.shikumi-list .shikumi04 .info .list_box .sub_text { margin-top: 16px; }
.shikumi-list .shikumi01 .info .sub_text { margin-top: 15px; }
.shikumi-list .shikumi01 .info .comb_box { margin-top: 25px; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list { padding: 15px; box-sizing: border-box; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 { width: calc(50% - 3px); margin: 5px 5px 0 0; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00:nth-child(-n+2) { margin-top: 0; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00:nth-child(2n) { margin-right: 0; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .text { font-size: 16px; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 22px); }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .img_box .price { font-size: 15px; }
.shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .img_box .price em { font-size: 28px; }
.shikumi-list .shikumi01 .info .comb_box .design_box .sub_text { bottom: 15px; right: 15px; }
.shikumi-list .shikumi01 .info .comb_box .color_box .color_list { padding: 15px; }
.shikumi-list .shikumi01 .info .btn01 { margin-top: 30px; }
.shikumi-list .shikumi03 .info .cnt { display: block; }
.shikumi-list .shikumi03 .info .cnt .img { margin-bottom: 15px; }
.shikumi-list .shikumi03 .info .cnt .left .midashi { margin-bottom: 10px; }

/*選べるお墓デザイン　p03
=========================================== */
#p03box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p03box01 .wrap > .text01 { line-height: 1.7; margin-bottom: 40px; }
#p03box01 .shikumi-list { margin-top: 40px; }
#p03box01 .include_box { padding: 20px 20px 25px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 40px; }
#p03box01 .include_box h2 { color: #431500; font-size: 20px; font-weight: 900; margin-bottom: 15px; }
#p03box01 .include_box .text { margin-bottom: 20px; }
#p03box01 .include_box .text span { display: block; font-size: 14px; font-weight: 400; }
#p03box01 .include_box .include-list li { width: calc(50% - 8px); margin: 15px 15px 0 0; }
#p03box01 .include_box .include-list li:nth-child(-n+2) { margin-top: 0; }
#p03box01 .include_box .include-list li:nth-child(2n), #p03box01 .include_box .include-list li:last-child { margin-right: 0; }
#p03box01 .include_box .include-list li .img { margin-bottom: 2px; }
#p03box01 .design-list02 { margin-top: 50px; }
#p03box01 .design-list02 .design01 { display: block; padding: 20px 20px 25px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); margin-bottom: 25px; }
#p03box01 .design-list02 .design01:last-child { margin-bottom: 0; }
#p03box01 .design-list02 .design01 .info { margin-bottom: 25px; }
#p03box01 .design-list02 .design01 .info .cate_box { display: inline-block; text-align: center; padding: 3px 6px; box-sizing: border-box; border-radius: 2px; font-size: 14px; font-weight: 700; margin-bottom: 5px; }
#p03box01 .design-list02 .design01 .info .text { line-height: 1.7; }
#p03box01 .design-list02 .design01 .info .info_in { align-items: flex-end; justify-content: space-between; margin-bottom: 10px; }
#p03box01 .design-list02 .design01 .info .info_in h2 { width: calc(100% - 142px); }
#p03box01 .design-list02 .design01 .info .info_in h2 .cate_box { color: #E95513; background: #FDEDE7; }
#p03box01 .design-list02 .design01 .info .info_in h2 .titlte_text { display: block; font-size: 22px; }
#p03box01 .design-list02 .design01 .info .info_in .price { width: 142px; position: relative; line-height: 23px; text-align: right; }
#p03box01 .design-list02 .design01 .info .info_in .price .num { font-size: 50px; font-weight: 900; letter-spacing: -0.01em; line-height: 72px; margin-right: 2px; }
#p03box01 .design-list02 .design01 .info .info_in .price .mini { font-size: 15px; line-height: 21px; font-weight: 400; position: absolute; white-space: nowrap; top: 18px; right: -3px; }
#p03box01 .design-list02 .design01 .info .color_box { margin-top: 20px; }
#p03box01 .design-list02 .design01 .info .color_box .cate_box { color: #1027A5; background: #E6E9F6; }
#p03box01 .design-list02 .design01 .info .color_box .color-list { margin-top: 10px; margin-bottom: 0 !important; }
#p03box01 .design-list02 .design01 .info .color_box .color-list .slick-track { width: 100% !important; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li { width: calc(20% - 4px); max-width: 60px; margin: 5px 5px 0 0; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li:nth-child(-n+5) { margin-top: 0; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li:nth-child(5n), #p03box01 .design-list02 .design01 .info .color_box .color-list li:last-child { margin-right: 0; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li .color-img { width: 100%; aspect-ratio: 1 / 1; border-radius: 4px; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li .color-text { display: block; font-size: 14px; margin-top: 1px; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_main { margin-bottom: 10px !important; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_thum { margin-bottom: 0 !important; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(20% - 4px); margin-right: 5px; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_thum .gallery_thum01.slick-current::before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; }

/*寺院・霊園を探す　p04
=========================================== */
.select_box { display: block; background: #FFFFFF; border-radius: 10px; padding: 15px 20px 20px; box-sizing: border-box; }
.select_box h2 { padding-bottom: 6px; border-bottom: 1px dashed #C5C5C5; box-sizing: border-box; }
.select_box h2 span { font-size: 15px; }
.select_box .select-list li { width: 50%; margin-top: 15px; }
.select_box .select-list li a { display: flex; align-items: center; }
.select_box .select-list li a:hover { text-decoration: none; }
.select_box .select-list li a:hover .check_box::before { opacity: 1; }
.select_box .select-list li a .check_box { display: inline-block; width: 30px; height: 30px; border-radius: 50%; margin-right: 6px; background: #FFFFFF; border: 1px solid #C5C5C5; transition: 0.3s; position: relative; }
.select_box .select-list li a .check_box::before { content: ""; display: block; width: 18px; height: 18px; border-radius: 50%; background: #202020; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; opacity: 0; }
.select_box .select-list li a .link_text { font-weight: 700; }
.select_box .select-list li.on_cat a .check_box::before { opacity: 1; }

.post-type-archive-temple #main.kasou h1::before { top: -1px; }
.post-type-archive-temple #main.kasou h1::after { top: 5px; }

#p04box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p04box01 #temple-all-list { margin-top: 40px; }
#p04box01 #temple-all-list .temple00 { padding: 20px 20px 25px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); position: relative; margin-bottom: 40px; }
#p04box01 #temple-all-list .temple00:last-child { margin-bottom: 0; }
#p04box01 #temple-all-list .temple00 .visit-icon { width: 80px; height: 80px; padding-top: 8px; box-sizing: border-box; background: url("../img/p04/icon_bg.png") no-repeat center; background-size: contain; position: absolute; top: -15px; right: -15px; z-index: 1; }
#p04box01 #temple-all-list .temple00 .visit-icon p { font-size: 14px; line-height: 18px; }
#p04box01 #temple-all-list .temple00 .visit-icon p em { display: block; font-size: 18px; line-height: 26px; margin-top: -4px; }
#p04box01 #temple-all-list .temple00 h2 { width: calc(100% - 55px); font-size: 17px; margin-bottom: 15px; }
#p04box01 #temple-all-list .temple00 .cnt { padding-bottom: 20px; border-bottom: 1px solid #E3E3E3; margin-bottom: 20px; }
#p04box01 #temple-all-list .temple00 .cnt .access-text { font-size: 14px; line-height: 20px; font-weight: 400; padding-left: 22px; box-sizing: border-box; position: relative; margin-bottom: 4px; }
#p04box01 #temple-all-list .temple00 .cnt .access-text:last-child { margin-bottom: 0; }
#p04box01 #temple-all-list .temple00 .cnt .access-text::before { content: ""; display: block; width: 18px; height: 18px; position: absolute; top: 0; left: 0; }
#p04box01 #temple-all-list .temple00 .cnt .access-text01::before { background: url("../img/common/map_icon.svg") no-repeat center; background-size: contain; }
#p04box01 #temple-all-list .temple00 .cnt .access-text02::before { background: url("../img/common/access_icon.svg") no-repeat center; background-size: contain; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery { position: relative; margin-top: 15px; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .few-icon { display: inline-block; padding: 2px 6px 4px; box-sizing: border-box; background: #1027A5; border-bottom-right-radius: 5px; font-size: 14px; position: absolute; top: 0; left: 0; z-index: 1; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_main { margin-bottom: 10px !important; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_thum { margin-bottom: 0 !important; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_thum .slick-track { width: 100% !important; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(20% - 4px); margin: 5px 5px 0 0; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_thum .gallery_thum01:nth-child(-n+5) { margin-top: 0; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_thum .gallery_thum01:nth-child(5n), #p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#p04box01 #temple-all-list .temple00 .cnt .info-table { margin-top: 20px; }
#p04box01 #temple-all-list .temple00 .cnt .info-table tr { border-bottom: 1px solid #E6D9C4; }
#p04box01 #temple-all-list .temple00 .cnt .info-table tr:first-child { border-top: 1px solid #E6D9C4; }
#p04box01 #temple-all-list .temple00 .cnt .info-table tr th { width: 100px; padding: 10px; box-sizing: border-box; background: #FFF5E5; color: #431500; }
#p04box01 #temple-all-list .temple00 .cnt .info-table tr td { padding: 10px; box-sizing: border-box; background: #FFFFFF; font-weight: 500; }
#p04box01 #temple-all-list .temple00 .cnt .sub_text { font-size: 14px; font-weight: 400; margin-top: 5px; }
#p04box01 #temple-all-list .temple00 .cnt .point-list { margin-top: 10px; }
#p04box01 #temple-all-list .temple00 .cnt .point-list li { display: inline-block; font-size: 14px; line-height: 20px; padding: 4px 5px; border-radius: 2px; background: #E6E9F6; margin: 5px 5px 0 0; }
#p04box01 #temple-all-list .temple00 .cnt .point-list li:last-child { margin-right: 0; }
#p04box01 #temple-all-list .temple00 .btn-list { display: block; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01 { margin: 0 0 20px 0; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01:last-child { margin-bottom: 0; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01.reservation_btn a { background: url("../img/common/btn_arrow03.png") no-repeat center right 15px, #FFD500; background-size: 20px; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01.reservation_btn a .waku .appear { color: #202020; }

.single-temple #works-slider-sec { position: relative; }
.single-temple #works-slider-sec::before { content: ""; display: block; width: 140px; height: 80px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -22px; left: -70px; }
.single-temple #voice-slider-sec { position: relative; }
.single-temple #voice-slider-sec::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -55px; right: -88px; }
.single-temple #flow-sec { position: relative; padding-bottom: 100px; }
.single-temple #flow-sec::before { content: ""; display: block; width: 140px; height: 80px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -33px; left: -70px; }
.single-temple #contact-sec::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -55px; left: auto; right: -88px; }

#templeBox01 { padding: 40px 5% 100px; }
#templeBox01 .info_in { display: block; margin-bottom: 10px; }
#templeBox01 .info_in .cate-list { margin-bottom: 6px; }
#templeBox01 .info_in .cate-list li { display: inline-block; font-size: 14px; line-height: 20px; padding: 3px 6px; border-radius: 2px; background: #E95513; margin-right: 5px; }
#templeBox01 .info_in .cate-list li.few-icon { background: #1027A5; }
#templeBox01 h2.title { font-size: 20px; margin-bottom: 20px; }
#templeBox01 .point-list { margin-bottom: 20px; margin-top: -5px; }
#templeBox01 .point-list li { display: inline-block; font-size: 14px; line-height: 20px; padding: 4px 5px; border-radius: 2px; background: #E6E9F6; margin: 5px 5px 0 0; }
#templeBox01 .point-list li:last-child { margin-right: 0; }
#templeBox01 .temple_gallery { display: block; margin-bottom: 30px; }
#templeBox01 .temple_gallery .gallery_main { margin-bottom: 15px !important; }
#templeBox01 .temple_gallery .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
#templeBox01 .temple_gallery .gallery_thum { margin-bottom: 0 !important; }
#templeBox01 .temple_gallery .gallery_thum .slick-track { width: 100% !important; }
#templeBox01 .temple_gallery .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(20% - 4px); margin: 5px 5px 0 0; }
#templeBox01 .temple_gallery .gallery_thum .gallery_thum01:nth-child(-n+5) { margin-top: 0; }
#templeBox01 .temple_gallery .gallery_thum .gallery_thum01:nth-child(5n), #templeBox01 .temple_gallery .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#templeBox01 .table_box { display: block; }
#templeBox01 .table_box .info-table:last-child tr:last-child { margin-bottom: 0; }
#templeBox01 .table_box .info-table tr { display: block; margin-bottom: 20px; }
#templeBox01 .table_box .info-table tr th { display: block; width: 100%; padding: 4px 10px; box-sizing: border-box; background: #FFF5E5; font-size: 18px; color: #431500; margin-bottom: 8px; }
#templeBox01 .table_box .info-table tr td { display: block; width: 100%; padding: 0 10px; box-sizing: border-box; background: #FFFFFF; }
#templeBox01 .table_box .info-table tr td .btn02 { display: block; margin-top: 10px; }
#templeBox01 .table_box .info-table tr td .btn02 a > span.arrow { width: 20px; height: 20px; background: #8E2C00; margin-right: 6px; }
#templeBox01 .table_box .info-table tr td .btn02 a > span.arrow:before, #templeBox01 .table_box .info-table tr td .btn02 a > span.arrow:after { background: url(../img/common/btn_arrow02.svg) no-repeat center; background-size: 5px; }
#templeBox01 .table_box .info-table tr td .btn02 a > span.btn-text { font-size: 16px; font-weight: 500; text-decoration: underline; }
#templeBox01 .news_box { display: block; padding: 15px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); margin-top: 40px; }
#templeBox01 .news_box h3 { font-size: 20px; font-weight: 900; margin-bottom: 10px; }
#templeBox01 .news_box .box-news01 a { display: block; }
#templeBox01 .news_box .box-news01 a .info { align-items: center; margin-bottom: 8px; }
#templeBox01 .news_box .box-news01 a .info .time { font-size: 14px; color: #8F8F8F; margin-right: 10px; font-weight: 400; }
#templeBox01 .news_box .box-news01 a .info .cate-list { width: auto; }
#templeBox01 .news_box .box-news01 a .info .cate-list li { padding: 3px 8px; box-sizing: border-box; border-radius: 2px; background: #F3E9E5; margin-right: 5px; font-size: 14px; font-weight: 700; text-align: center; color: #8E2C00; }
#templeBox01 .news_box .box-news01 a .info .cate-list li:last-child { margin-right: 0; }
#templeBox01 .news_box .box-news01 a h4 { font-size: 15px; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#templeBox01 .news_box .btn02 { margin-top: 10px; }
#templeBox01 .news_box .btn02 a > span.arrow { width: 20px; height: 20px; background: #601E00; margin-right: 6px; }
#templeBox01 .news_box .btn02 a > span.arrow:before, #templeBox01 .news_box .btn02 a > span.arrow:after { background: url(../img/common/btn_arrow02.svg) no-repeat center; background-size: 5px; }
#templeBox01 .news_box .btn02 a > span.btn-text { font-size: 16px; font-weight: 500; text-decoration: underline; }
#templeBox01 .nav_btn-list { margin-top: 50px; }
#templeBox01 .nav_btn-list .btn01 { width: calc(50% - 8px); height: auto; margin: 32px 15px 0 0; }
#templeBox01 .nav_btn-list .btn01:nth-child(-n+2) { margin-top: 0; }
#templeBox01 .nav_btn-list .btn01:nth-child(2n), #templeBox01 .nav_btn-list .btn01:last-child { margin-right: 0; }
#templeBox01 .nav_btn-list .btn01 a { padding: 9px 0; background: #8E2C00; border-radius: 20px; }
#templeBox01 .nav_btn-list .btn01 a::before { content: ""; display: block; width: 14px; height: 7px; background: url("../img/p04/arrow.svg") no-repeat center; background-size: contain; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); }
#templeBox01 .nav_btn-list .btn01 a .waku .appear { font-size: 15px; line-height: 22px; }
#templeBox01 .nav_btn-list .btn01 a .waku .hover-appear { display: none; }

#templeBox02 { padding: 50px 5% 100px; background: #FFF5E5; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#templeBox02::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -50px; right: -88px; }
#templeBox02 .feat-list .feat00 { margin-bottom: 40px; }
#templeBox02 .feat-list .feat00:last-child { margin-bottom: 0; }
#templeBox02 .feat-list .feat00 h3 { align-items: flex-start; margin-bottom: 15px; font-weight: 900; }
#templeBox02 .feat-list .feat00 h3 .num { display: block; width: 50px; height: 45px; background: url("../img/p02/icon_feat.png") no-repeat center; background-size: contain; margin-right: 5px; padding-top: 6px; box-sizing: border-box; color: #431500; font-size: 20px; line-height: 28px; letter-spacing: 0.025em; }
#templeBox02 .feat-list .feat00 h3 .title_text { width: calc(100% - 55px); font-size: 22px; letter-spacing: 0.025em; color: #431500; }
#templeBox02 .feat-list .feat00 .img { width: 100%; aspect-ratio: 670 / 447; margin-bottom: 15px; }

#templeBox03 { padding: 50px 5% 100px; background: url("../img/p04/bg01.jpg") top center; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#templeBox03::before { content: ""; display: block; width: 140px; height: 80px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -40px; left: -70px; }
#templeBox03 .icon-list { align-items: flex-start; margin-top: 20px; }
#templeBox03 .icon-list li { display: block; width: calc((100% / 3) - 8px); border-radius: 8px; padding: 15px 0 10px; box-sizing: border-box; margin-right: 10px; align-items: flex-start; position: relative; text-align: center; }
#templeBox03 .icon-list li:last-child { margin-right: 0; }
#templeBox03 .icon-list li:last-child::before { display: none; }
#templeBox03 .icon-list li::before { content: ""; display: block; width: 25px; height: 25px; background: url("../img/top/plus.svg") no-repeat center, #FFF5E5; background-size: 14px; border-radius: 50%; position: absolute; top: 28px; right: -18px; z-index: 1; }
#templeBox03 .icon-list li img { width: 50px; margin-bottom: 5px; }
#templeBox03 .icon-list li span { display: block; font-size: 18px; }
#templeBox03 .icon-list li.icon01 { background: #E95513; }
#templeBox03 .icon-list li.icon02 { background: #1027A5; }
#templeBox03 .icon-list li.icon03 { background: #8E2C00; }
#templeBox03 .price_box-list { margin: 40px 0; }
#templeBox03 .price_box-list .price_box { padding: 20px 20px 25px; box-sizing: border-box; border-radius: 10px; margin-bottom: 36px; position: relative; }
#templeBox03 .price_box-list .price_box:last-child { margin-bottom: 0; }
#templeBox03 .price_box-list .price_box:last-child::before { display: none; }
#templeBox03 .price_box-list .price_box::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); }
#templeBox03 .price_box-list .price_box > h3 { display: flex; align-items: center; margin-bottom: 20px; }
#templeBox03 .price_box-list .price_box > h3 img { width: 40px; margin-right: 10px; }
#templeBox03 .price_box-list .price_box > h3 span { display: block; width: calc(100% - 50px); font-size: 20px; }
#templeBox03 .price_box-list .price_box h4.box_title { font-size: 18px; line-height: 26px; padding: 0 0 6px 10px; box-sizing: border-box; position: relative; margin-bottom: 15px; }
#templeBox03 .price_box-list .price_box h4.box_title::before { content: ""; display: block; width: 4px; height: calc(100% - 14px); position: absolute; top: 6px; left: 0; }
#templeBox03 .price_box-list .price_box .list { display: block; }
#templeBox03 .price_box-list .price_box .list li { display: inline-block; padding: 4px 8px; border-radius: 5px; margin-bottom: 5px; }
#templeBox03 .price_box-list .price_box .list li:last-child { margin-bottom: 0; }
#templeBox03 .price_box-list .price_box .price-table { margin-top: 20px; }
#templeBox03 .price_box-list .price_box .price-table tr th, #templeBox03 .price_box-list .price_box .price-table tr td { text-align: center; box-sizing: border-box; }
#templeBox03 .price_box-list .price_box .price-table tr th { padding: 10px 15px; color: #FFFFFF; border-right: 1px dashed #FFFFFF; }
#templeBox03 .price_box-list .price_box .price-table tr th:last-child { border-right: 0; }
#templeBox03 .price_box-list .price_box .price-table tr td { padding: 15px; background: #FFFFFF; }
#templeBox03 .price_box-list .price_box .price-table01 { border: 1px solid #E95513; }
#templeBox03 .price_box-list .price_box .price-table01 tr { border-bottom: 1px solid #E95513; }
#templeBox03 .price_box-list .price_box .price-table01 tr:first-child, #templeBox03 .price_box-list .price_box .price-table01 tr:last-child { border-bottom: 0; }
#templeBox03 .price_box-list .price_box .price-table01 tr th, #templeBox03 .price_box-list .price_box .price-table01 tr td { width: 160px; vertical-align: middle; }
#templeBox03 .price_box-list .price_box .price-table01 tr th { background: #E95513; }
#templeBox03 .price_box-list .price_box .price-table01 tr td { border-right: 1px dashed #E95513; }
#templeBox03 .price_box-list .price_box .price-table01 tr td:last-child { border-right: 0; }
#templeBox03 .price_box-list .price_box .price-table02 { border: 1px solid #1027A5; }
#templeBox03 .price_box-list .price_box .price-table02 tr { border-bottom: 1px solid #1027A5; }
#templeBox03 .price_box-list .price_box .price-table02 tr:first-child, #templeBox03 .price_box-list .price_box .price-table02 tr:last-child { border-bottom: 0; }
#templeBox03 .price_box-list .price_box .price-table02 tr th:first-child, #templeBox03 .price_box-list .price_box .price-table02 tr td:first-child { width: 110px; }
#templeBox03 .price_box-list .price_box .price-table02 tr th { background: #1027A5; }
#templeBox03 .price_box-list .price_box .price-table02 tr th:last-child { text-align: left; }
#templeBox03 .price_box-list .price_box .price-table02 tr td { border-right: 1px dashed #1027A5; text-align: left; }
#templeBox03 .price_box-list .price_box .price-table02 tr td:first-child { vertical-align: top; }
#templeBox03 .price_box-list .price_box .price-table02 tr td:last-child { border-right: 0; }
#templeBox03 .price_box-list .price_box .sub-text li { font-weight: 400; padding-left: 1em; text-indent: -1em; }
#templeBox03 .price_box-list .price_box01 { background: #FBEBE4; }
#templeBox03 .price_box-list .price_box01 h4.box_title { border-bottom: 1px solid #E6CDC2; }
#templeBox03 .price_box-list .price_box01 h4.box_title::before { background: #E95513; }
#templeBox03 .price_box-list .price_box01 .list li { background: #E95513; }
#templeBox03 .price_box-list .price_box02 { background: #E6E9F6; }
#templeBox03 .price_box-list .price_box02 h4.box_title { border-bottom: 1px solid #C7CCE3; }
#templeBox03 .price_box-list .price_box02 h4.box_title::before { background: #1027A5; }
#templeBox03 .price_box-list .price_box03 { background: #FFF5E5; }
#templeBox03 .price_box-list .price_box03 .text_box { display: block; }
#templeBox03 .price_box-list .price_box03 .text_box .left { width: 180px; margin: -10px auto 0; }
#templeBox03 .price_box-list .price_box03 .text_box .left .price { display: inline-block; width: 100%; font-size: 20px; line-height: 29px; text-align: center; position: relative; }
#templeBox03 .price_box-list .price_box03 .text_box .left .price .num { font-size: 60px; line-height: 86px; font-weight: 900; letter-spacing: -0.02em; margin: 0 8px 0 4px; }
#templeBox03 .price_box-list .price_box03 .text_box .left .price .mini { font-size: 16px; line-height: 23px; font-weight: 400; position: absolute; top: 25px; right: 20px; white-space: nowrap; }
#templeBox03 .price_box-list .price_box03 .text_box .text .mini { display: block; font-size: 16px; font-weight: 400; margin-top: 10px; }
#templeBox03 .price_box-list .price_box03 h4.box_title { border-bottom: 1px solid #DBC6BE; margin-top: 25px; }
#templeBox03 .price_box-list .price_box03 h4.box_title::before { background: #8E2C00; }
#templeBox03 .price_box-list .price_box03 .list li { background: #8E2C00; }
#templeBox03 .price_box-list .price_box03 .sub-text { margin-top: 15px; }
#templeBox03 .price_box-list .price_box03 .comb_box { margin-top: 25px; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list { padding: 15px; box-sizing: border-box; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 { width: calc(50% - 3px); margin: 5px 5px 0 0; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00:nth-child(-n+2) { margin-top: 0; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00:nth-child(2n) { margin-right: 0; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .text { font-size: 16px; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 22px); }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .img_box .price { font-size: 15px; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .img_box .price em { font-size: 28px; }
#templeBox03 .price_box-list .price_box03 .comb_box .design_box .sub_text { bottom: 15px; right: 15px; }
#templeBox03 .price_box-list .price_box03 .comb_box .color_box .color_list { padding: 15px; }
#templeBox03 .price_box-list .price_box03 .btn01 { margin-top: 30px; }
#templeBox03 h3.title { font-size: 20px; margin-bottom: 10px; }
#templeBox03 .other-list .other_box { margin-bottom: 25px; background: #FFF5E5; border-radius: 10px; overflow: hidden; }
#templeBox03 .other-list .other_box:last-child { margin-bottom: 0; }
#templeBox03 .other-list .other_box .t_text { background: #F5E5B4; padding-left: 20px; box-sizing: border-box; align-items: center; justify-content: space-between; cursor: pointer; transition: 0.3s; }
#templeBox03 .other-list .other_box .t_text h4 { width: calc(100% - 65px); font-size: 17px; }
#templeBox03 .other-list .other_box .t_text h4 span { display: block; font-size: 16px; font-weight: 500; margin-top: 5px; }
#templeBox03 .other-list .other_box .t_text .mark { display: block; width: 65px; height: 79px; padding: 15px 0; box-sizing: border-box; background: url("../img/p04/mark_open.png") no-repeat center top 15px; background-size: 30px; position: relative; transition: 0.3s; border-left: 1px solid #CFB790; }
#templeBox03 .other-list .other_box .t_text .mark::before { content: "ひらく"; display: inline-block; font-size: 12px; letter-spacing: -0.025em; line-height: 18px; white-space: nowrap; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); }
#templeBox03 .other-list .other_box .t_text.on .mark { background: url("../img/p04/mark_close.png") no-repeat center top 15px; background-size: 30px; }
#templeBox03 .other-list .other_box .t_text.on .mark::before { content: "とじる"; }
#templeBox03 .other-list .other_box .c_text { display: none; padding: 20px 20px 25px; box-sizing: border-box; }
#templeBox03 .other-list .other_box .c_text .cnt { display: block; }
#templeBox03 .other-list .other_box .c_text .cnt .img { margin-bottom: 20px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box { margin-top: 20px; border-radius: 5px; background: #FFFFFF; overflow: hidden; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .midashi { padding: 5px 0; background: #F1E5D4; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in { padding: 15px; box-sizing: border-box; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list { width: 50%; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list li { padding-left: 17px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list li:last-child { margin-bottom: 0; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list li::before { content: ""; display: block; width: 15px; height: 15px; background: url("../img/p04/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list03 { margin-top: 10px; }
#templeBox03 .other-list .other_box02 .c_text .cnt .text_box .list_box .list_box_in .list { width: 100%; }
#templeBox03 .other-list .other_box02 .c_text .cnt .text_box .list_box .list_box_in .list02, #templeBox03 .other-list .other_box02 .c_text .cnt .text_box .list_box .list_box_in .list03 { margin-top: 10px; }

#templeBox04 { padding: 50px 5% 100px; background: #FFF5E5; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#templeBox04::before { content: ""; display: block; width: 175px; height: 87px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -30px; right: -88px; }
#templeBox04 .cnt { display: block; }
#templeBox04 .cnt .img { width: 100%; aspect-ratio: 335 / 223; margin-bottom: 15px; border-radius: 5px; }
#templeBox04 .cnt .text_box h3 { font-size: 22px; font-weight: 900; margin-bottom: 15px; }
#templeBox04 .info-table { margin-top: 30px; }
#templeBox04 .info-table tr { display: block; }
#templeBox04 .info-table tr th, #templeBox04 .info-table tr td { box-sizing: border-box; }
#templeBox04 .info-table tr th { display: block; width: 100%; padding: 4px 10px; background: #F2F2F2; font-size: 18px; }
#templeBox04 .info-table tr td { display: block; width: 100%; padding: 8px 10px 20px; background: #FFFFFF; }
#templeBox04 .access-map { width: 100%; aspect-ratio: 1 / 1; position: relative; margin-top: 30px; }
#templeBox04 .access-map iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/*施工実績　p05
=========================================== */
.works01 { padding: 10px 20px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); position: relative; }
.works01 .time { font-size: 14px; color: #8F8F8F; font-weight: 400; text-align: right; margin-bottom: 10px; }
.works01 .cate_box { margin-bottom: 8px; }
.works01 .cate_box .cate-list { width: auto; }
.works01 .cate_box .cate-list li { display: inline-block; font-size: 14px; line-height: 20px; padding: 3px 6px; box-sizing: border-box; border-radius: 2px; margin-right: 5px; }
.works01 .cate_box .cate-list li:last-child { margin-right: 0; }
.works01 .cate_box .cate-list01 { margin-right: 5px; }
.works01 .cate_box .cate-list01 li { color: #8E2C00; background: #F3E9E5; }
.works01 .cate_box .cate-list02 li { color: #1027A5; background: #E6E9F6; }
.works01 h2 { font-size: 17px; margin-bottom: 15px; }
.works01 .cnt { display: block; }
.works01 .cnt .gallery_img { margin-bottom: 20px; }
.works01 .cnt .gallery_img .gallery_main { margin-bottom: 10px !important; }
.works01 .cnt .gallery_img .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
.works01 .cnt .gallery_img .gallery_thum { margin-bottom: 0 !important; }
.works01 .cnt .gallery_img .gallery_thum .slick-track { width: 100% !important; }
.works01 .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(20% - 4px); margin-right: 5px; }
.works01 .cnt .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
.works01 .cnt .info-table tr { display: block; }
.works01 .cnt .info-table tr:last-child td { padding-bottom: 0; }
.works01 .cnt .info-table tr th { display: block; width: 100%; padding: 4px 5px; box-sizing: border-box; background: #FFF5E5; color: #431500; }
.works01 .cnt .info-table tr td { padding: 8px 0 15px 5px; box-sizing: border-box; background: #FFFFFF; }
.works01 .cnt .info-table tr td.design-list span:last-child::after { display: none; }
.works01 .cnt .info-table tr td.design-list span::after { content: "×"; margin: 0 5px; }

#p05box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p05box01 #works-all-list { margin-top: 40px; }
#p05box01 #works-all-list .works01 { margin-bottom: 25px; }
#p05box01 #works-all-list .works01:last-child { margin-bottom: 0; }

#worksBox01 { padding: 40px 5% 100px; background: #FFF5E5; }

/*お客様の声　p06
=========================================== */
.voice01 { padding: 10px 20px 25px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); }
.voice01 .time { font-size: 14px; color: #8F8F8F; font-weight: 400; text-align: right; margin-bottom: 10px; }
.voice01 h2 { font-size: 17px; margin-bottom: 10px; }
.voice01 .cnt { margin-bottom: 20px; }
.voice01 .cnt .info { display: block; margin-bottom: 15px; }
.voice01 .cnt .info .cate-list { margin-bottom: 10px; }
.voice01 .cnt .info .cate-list li { display: inline-block; font-size: 14px; line-height: 20px; padding: 3px 6px; box-sizing: border-box; color: #8E2C00; background: #F3E9E5; border-radius: 2px; margin-right: 5px; }
.voice01 .cnt .info .cate-list li:last-child { margin-right: 0; }
.voice01 .cnt .info .info_in { padding-left: 25px; box-sizing: border-box; position: relative; }
.voice01 .cnt .info .info_in::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/voice_icon.png") no-repeat center; background-size: contain; position: absolute; top: 2px; left: 0; }
.voice01 .cnt .info .info_in span { display: inline-block; font-size: 14px; line-height: 20px; }
.voice01 .cnt .info .info_in span:last-child::after { display: none; }
.voice01 .cnt .info .info_in span::after { content: "/"; margin: 0 2px; }
.voice01 .cnt .gallery_img { margin-bottom: 20px; }
.voice01 .cnt .gallery_img .gallery_main { margin-bottom: 10px !important; }
.voice01 .cnt .gallery_img .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
.voice01 .cnt .gallery_img .gallery_thum { margin-bottom: 0 !important; }
.voice01 .cnt .gallery_img .gallery_thum .slick-track { width: 100% !important; }
.voice01 .cnt .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(20% - 4px); margin-right: 5px; }
.voice01 .cnt .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
.voice01 .table_box { display: block; }
.voice01 .table_box .info-table:first-child tr:first-child { border-top: 1px solid #E6D9C4; }
.voice01 .table_box .info-table tr { border-bottom: 1px solid #E6D9C4; }
.voice01 .table_box .info-table tr th { width: 116px; padding: 10px; box-sizing: border-box; background: #FFF5E5; font-size: 16px; color: #431500; vertical-align: top; }
.voice01 .table_box .info-table tr td { padding: 10px 0 10px 10px; box-sizing: border-box; background: #FFFFFF; }

#p06box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p06box01 .message-box { margin-bottom: 40px; }
#p06box01 #voice-all-list .voice01 { margin-bottom: 25px; }
#p06box01 #voice-all-list .voice01:last-child { margin-bottom: 0; }

#voiceBox01 { padding: 40px 5% 100px; background: #FFF5E5; }

/*会社概要　p07
=========================================== */
.page-company div#bread { background: #FFFFFF; }

#p07box01 { padding: 40px 5% 100px; }
#p07box01 .cnt { display: block; }
#p07box01 .cnt .left { margin-bottom: 25px; }
#p07box01 .cnt .left .midashi { font-size: 20px; letter-spacing: 0.025em; font-weight: 900; margin-bottom: 25px; }
#p07box01 .cnt .left .text_box { line-height: 1.7; }
#p07box01 .cnt .left .text_box p { margin-bottom: 20px; }
#p07box01 .cnt .left .text_box p:last-child { margin-bottom: 0; }
#p07box01 .cnt .right { text-align: right; }
#p07box01 .cnt .right img { width: calc(100% - 35px); }
#p07box01 .cnt .right .name { font-size: 18px; font-weight: 900; text-align: center; }

#p07box02 { padding: 50px 5% 80px; background: #FFF5E5; border-radius: 30px 30px 0 0; margin-top: -50px; }
#p07box02 .company-table tr { display: block; padding: 15px 0; box-sizing: border-box; border-bottom: 1px solid #E6D9C4; }
#p07box02 .company-table tr:first-child { padding-top: 0; }
#p07box02 .company-table tr:last-child { padding-bottom: 0; border-bottom: 0; }
#p07box02 .company-table tr th, #p07box02 .company-table tr td { display: block; width: 100%; }
#p07box02 .company-table tr th { color: #431500; margin-bottom: 5px; }

#p07box03 { padding: 20px 5% 50px; position: relative; }
#p07box03::before { content: ""; display: block; width: 100%; height: 30px; border-radius: 30px 30px 0 0; background: #FFFFFF; position: absolute; left: 0; top: -30px; }
#p07box03 .title01 { margin-bottom: 20px; }
#p07box03 p.common_text { line-height: 1.7; }
#p07box03 .access-map { width: 100%; aspect-ratio: 1 / 1; position: relative; margin-top: 30px; }
#p07box03 .access-map iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p07box03 .gallery_img { margin-top: 40px; display: block; }
#p07box03 .gallery_img .gallery_main { margin-bottom: 10px !important; }
#p07box03 .gallery_img .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
#p07box03 .gallery_img .gallery_thum { margin-bottom: 0 !important; }
#p07box03 .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#p07box03 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(25% - 4px); margin-right: 5px; }
#p07box03 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }

#p07box04 { padding: 50px 5% 100px; background: #FFF5E5; border-radius: 30px 30px 0 0; }
#p07box04 .box-list .box00 { margin-bottom: 40px; }
#p07box04 .box-list .box00:last-child { margin-bottom: 0; }
#p07box04 .box-list .box00 .box-title { font-size: 17px; line-height: 24px; font-weight: 900; letter-spacing: 0.025em; padding: 8px 10px; box-sizing: border-box; background: #F5E5B4; border-radius: 2px; margin-bottom: 15px; }
#p07box04 .box-list .box00 .cnt { display: block; }
#p07box04 .box-list .box00 .cnt .left { margin-bottom: 25px; }
#p07box04 .box-list .box00 .cnt .left .text01 { line-height: 1.7; }
#p07box04 .box-list .box00 .cnt .left .link01 { padding-left: 25px; box-sizing: border-box; background: url(../img/common/side-nav.png) no-repeat center left; background-size: 20px; text-decoration: underline; }
#p07box04 .box-list .box00 .cnt .left .link01:hover { opacity: 0.7; }
#p07box04 .box-list .box00 .box_in { padding: 20px 20px 25px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 40px; }
#p07box04 .box-list .box00 .box_in .box-title02 { font-size: 20px; line-height: 28px; font-weight: 900; letter-spacing: 0.025em; padding: 0 0 6px 12px; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; position: relative; margin-bottom: 20px; }
#p07box04 .box-list .box00 .box_in .box-title02::before { content: ""; display: block; width: 4px; height: calc(100% - 15px); background: #E95513; position: absolute; top: 5px; left: 0; }
#p07box04 .box-list .box01 .box_in .list01 li { display: block; padding: 15px 0; box-sizing: border-box; border-bottom: 1px dashed #C5C5C5; }
#p07box04 .box-list .box01 .box_in .list01 li:first-child { padding-top: 0; }
#p07box04 .box-list .box01 .box_in .list01 li:last-child { padding-bottom: 0; border-bottom: 0; }
#p07box04 .box-list .box01 .box_in .list01 li span { display: block; font-size: 20px; line-height: 28px; font-weight: 900; letter-spacing: 0.025em; margin-bottom: 6px; }
#p07box04 .box-list .box02 .cnt .left .box_in { padding-bottom: 30px; margin-top: 25px; }
#p07box04 .box-list .box02 .cnt .left .box_in .box-title02 { margin-bottom: 15px; }
#p07box04 .box-list .box02 .cnt .left .box_in .list02 { margin-top: 15px; }
#p07box04 .box-list .box02 .cnt .left .box_in .list02 li { padding-left: 23px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#p07box04 .box-list .box02 .cnt .left .box_in .list02 li:last-child { margin-bottom: 0; }
#p07box04 .box-list .box02 .cnt .left .box_in .list02 li::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p07/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 3px; left: 0; }
#p07box04 .box-list .box02 .cnt .right { width: calc(100% - 85px); margin: 0 auto; }
#p07box04 .box-list .box03 .list03 { display: block; }
#p07box04 .box-list .box03 .list03 li { margin-bottom: 20px; }
#p07box04 .box-list .box03 .list03 li:last-child { margin-bottom: 0; }

/*お知らせ　p08
=========================================== */
#p08box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p08box01 .news-all-list .news00 { margin-bottom: 25px; }
#p08box01 .news-all-list .news00:last-child { margin-bottom: 0; }

#newsBox01 { padding: 40px 5% 100px; background: #FFF5E5; }
#newsBox01 .wrap.twin div#two-main { margin-bottom: 76px; }
#newsBox01 .info_in { align-items: center; justify-content: space-between; }
#newsBox01 .info_in .cate-list { width: auto; }
#newsBox01 .info_in .cate-list li { display: inline-block; font-size: 14px; font-weight: 700; line-height: 20px; color: #8E2C00; padding: 3px 6px; box-sizing: border-box; background: #F3E9E5; border-radius: 2px; margin-right: 5px; }
#newsBox01 .info_in .cate-list li:last-child { margin-right: 0; }
#newsBox01 .info_in .time { display: inline-block; color: #8F8F8F; font-size: 14px; font-weight: 400; }
#newsBox01 .title { font-size: 20px; margin-top: 10px; }
#newsBox01 .news-text { margin-top: 20px; padding-bottom: 40px; border-bottom: 1px solid #E6D9C4; }
#newsBox01 .news-text a { text-decoration: underline; }

/*見学予約・お問合せ　p09
=========================================== */
.page-contact #contact-sec { display: none; }
.page-contact #footer { padding-bottom: 30px; }
.page-contact #fixed-box { display: none; }

#p09box01 { padding: 40px 5% 100px; background: #FFF5E5; }
#p09box01 .text01 { line-height: 1.7; }
#p09box01 .text01 span { display: inline-block; padding: 5px; box-sizing: border-box; border-radius: 2px; background: #E95513; margin-top: 15px; line-height: 22px; }
#p09box01 .box-list { margin-top: 40px; }
#p09box01 .box-list .box .title01 { margin-bottom: 15px; }
#p09box01 .box-list .box .cnt01 { display: block; padding: 20px 20px 25px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; position: relative; }
#p09box01 .box-list .box .cnt01::before { content: ""; display: block; width: 84px; height: 60px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; top: -45px; right: -17px; }
#p09box01 .box-list .box .cnt01 .tel_box { margin-bottom: 20px; }
#p09box01 .box-list .box .cnt01 .text { line-height: 1.5; }
#p09box01 .box-list .box .cnt02 { display: block; margin-top: 20px; }
#p09box01 .box-list .box .cnt02 .box_in { padding: 25px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-bottom: 10px; }
#p09box01 .box-list .box .cnt02 .box_in:last-child { margin-bottom: 0; }
#p09box01 .box-list .box .cnt02 .box_in h3 { font-size: 18px; color: #431500; margin-bottom: 15px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id { display: block; margin-top: 20px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .qr_box { display: none; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .id_box { display: flex; align-items: center; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .id_box p { width: 67px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .id_box p.id_text { width: calc(100% - 67px); font-size: 18px; background: #F2F2F2; border-radius: 2px; padding: 10px; box-sizing: border-box; }
#p09box01 .box-list .box .cnt02 .box_in .btn01.line_btn { margin-top: 20px; }
#p09box01 .box-list .box .cnt02 .box_in .btn01.line_btn a { padding: 17px 20px 18px; background: #06C755; }
#p09box01 .box-list .box .cnt02 .box_in .btn01.line_btn a .waku .appear, #p09box01 .box-list .box .cnt02 .box_in .btn01.line_btn a .waku .hover-appear { margin-left: 0; }
#p09box01 .box-list .box01 { margin-bottom: 40px; }
#p09box01 .box-list .box02 .text02 span { display: inline-block; padding: 5px; box-sizing: border-box; border-radius: 2px; background: #F3E0CE; margin: 4px 4px 0 0; font-weight: 700; color: #8E2C00; line-height: 22px; }

#p09box02 { padding: 50px 5%; background: #F6F2E6; border-radius: 30px 30px 0 0; margin-top: -50px; position: relative; }
#p09box02::before { content: ""; display: block; width: 48px; height: 90px; background: url("../img/p09/il01.png") no-repeat center; background-size: contain; position: absolute; top: -22px; right: 20px; }
#p09box02 .title01 { margin-bottom: 20px; }
#p09box02 .text-list li { padding-left: 1em; text-indent: -1em; }
#p09box02 .form_box { margin-top: 30px; padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 30px; }
ul.contact-state > li { display: table; width: 33%; position: relative; }
ul.contact-state > li > span { display: table-cell; text-align: center; vertical-align: middle; background: #CCCCCC; font-weight: 700; color: #fff; font-size: 14px; padding: 5px; box-sizing: border-box; }
ul.contact-state > li.state01 { margin-left: 0; clip-path: polygon(0 0, calc(100% - 5px) 0%, 100% 50%, calc(100% - 5px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #8E2C00; border-radius: 4px 0 0 4px; }
ul.contact-state li.state02 { width: 34%; clip-path: polygon(0 0, calc(100% - 5px) 0%, 100% 50%, calc(100% - 5px) 100%, 0 100%, 5px 50%); }
ul.contact-state li.state03 { clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 5px 50%); }
ul.contact-state li.state03 > span { border-radius: 0 4px 4px 0; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: space-between; }
ul.contact-state.contact-state02 > li.state02 > span { background: #8E2C00; }

.state-text { display: none; text-align: center; color: #E95513; font-weight: 700; font-size: 16px; margin-bottom: 30px; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }
.wpcf7-form.custom-wpcf7c-confirmed ul.contact-state { margin-bottom: 10px; }

.contactTBL { /*お問合せ内容*/ /*見学希望日時*/ /*住所*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL ::placeholder { color: #CCCCCC; }
.contactTBL th, .contactTBL td { display: block; font-size: 16px; line-height: 24px; font-weight: 700; text-align: left; }
.contactTBL th { margin-bottom: 9px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; font-weight: 500; color: #FFFFFF; padding: 0 10px; border-radius: 12px; margin-right: 6px; }
.contactTBL th .hissu { background: #E95513; }
.contactTBL th .ninni { background: #ABABAB; }
.contactTBL td { margin-bottom: 25px; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date { width: 100%; height: 50px; padding: 13px 15px; box-sizing: border-box; background: #F9F9F9; border: 1px solid #E3E3E3; border-radius: 4px; font-family: 'NotoSansJP'; font-size: 16px; line-height: 23px; font-weight: 500; color: #202020; cursor: pointer; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 150px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { padding: 13px 25px 13px 15px; background: url("../img/p09/select_arrow.svg") no-repeat center right 13px, #F9F9F9; background-size: 9px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #202020; }
.contactTBL .sub_text { font-size: 13px; font-weight: 400; margin-left: 10px; color: #5A5A5A; }
.contactTBL .koumoku .wpcf7-list-item { display: block; margin-top: 10px; margin-left: 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"] { width: 25px; height: 25px; background: #F9F9F9; border: 1px solid #E3E3E3; accent-color: #202020; margin-right: 5px; border-radius: 2px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { line-height: 25px; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .kengaku td .date-list li { display: flex; align-items: center; margin-bottom: 15px; }
.contactTBL .kengaku td .date-list li:last-child { margin-bottom: 0; }
.contactTBL .kengaku td .date-list li input.wpcf7-date.date-select { width: 110px; margin: 0 10px; }
.contactTBL .kengaku td .date-list li select.wpcf7-form-control.wpcf7-select.time-select { width: 100px; background: url("../img/p09/select_arrow.svg") no-repeat center right 10px, #F9F9F9; background-size: 9px; }
.contactTBL .address_box .address-list li { margin-bottom: 15px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li.zip01 { display: flex; align-items: center; }
.contactTBL .address_box .address-list li.zip01 input#zip01 { width: 100px; margin-left: 5px; }
.contactTBL .address_box .address-list li.address01 span.bold { display: block; font-size: 15px; margin-bottom: 8px; }
.contactTBL .doui-box th { margin-bottom: 15px; }
.contactTBL .doui-box td .wpcf7-list-item { margin-left: 0; }
.contactTBL .doui-box td .wpcf7-list-item label { display: flex; align-items: center; justify-content: center; }
.contactTBL .doui-box td .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-size: 16px; font-weight: 700; line-height: 30px; }
.contactTBL .doui-box td .wpcf7-list-item label span.wpcf7-list-item-label::before { display: block; content: ""; border-radius: 50%; background: #FFFFFF; border: 1px solid #C5C5C5; box-sizing: border-box; width: 30px; height: 30px; margin-right: 6px; }
.contactTBL .doui-box td .wpcf7-list-item label span.wpcf7-list-item-label::after { display: block; position: absolute; content: ""; border-radius: 50%; width: 18px; height: 18px; background-color: #202020; left: 6px; top: 50%; transform: translateY(-50%); display: none; }
.contactTBL .doui-box td .wpcf7-list-item label input[type="radio"] { opacity: 0; visibility: hidden; position: absolute; }
.contactTBL .doui-box td .wpcf7-list-item label:has(input[type="radio"]:checked) span.wpcf7-list-item-label::after { display: block; }
.contactTBL .doui-box td .doui-text { font-size: 16px; font-weight: 500; margin-top: 10px; }
.contactTBL .doui-box td .doui-text a { display: block; text-decoration: underline; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .submit-btn { width: 100%; height: 60px; }
.contactTBL .contact-submit.flex .submit-btn input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 40px; box-sizing: border-box; white-space: normal; border-radius: 30px; background: url("../img/common/btn_arrow01.png") no-repeat center right 15px, #E95513; background-size: 20px; border: 2px solid #E95513; cursor: pointer; transition: 0.3s; font-size: 16px; line-height: 23px; color: #FFFFFF; font-weight: 700; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .submit-btn input.wpcf7-form-control:hover { text-decoration: none; opacity: 0.7; }
.contactTBL .contact-submit.flex .submit-btn:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .submit-btn.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .submit-btn.back input.wpcf7-form-control { background: url("../img/p09/back_arrow01.png") no-repeat center left 15px, #FFFFFF; background-size: 20px; color: #E95513; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 40px 5% 100px; background: #FFF5E5; text-align: center; }
#other h2 { font-size: 22px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 40px 5% 100px; background: #FFF5E5; }

h2.pp-title01 { font-size: 22px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 18px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 374px) { .comb_box .design_box .design_list .design00 { padding: 1.33vw 2.13vw; }
  .comb_box .design_box .design_list .design00 .text { font-size: 4.8vw; margin-right: 1.6vw; }
  .comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 6.4vw); }
  .comb_box .design_box .design_list .design00 .img_box .price { font-size: 4vw; }
  .comb_box .design_box .design_list .design00 .img_box .price em { font-size: 8vw; line-height: 1.43; }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 { width: calc(50% - 0.8vw); margin: 1.33vw 1.33vw 0 0; }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00:nth-child(-n+2) { margin-top: 0; }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00:nth-child(2n) { margin-right: 0; }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .text { font-size: 4.27vw; }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 5.87vw); }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .img_box .price { font-size: 3.8vw; }
  .shikumi-list .shikumi01 .info .comb_box .design_box .design_list .design00 .img_box .price em { font-size: 7vw; }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 { width: calc(50% - 0.8vw); margin: 1.33vw 1.33vw 0 0; }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00:nth-child(-n+2) { margin-top: 0; }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00:nth-child(2n) { margin-right: 0; }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .text { font-size: 4.27vw; }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 5.87vw); }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .img_box .price { font-size: 3.8vw; }
  #templeBox03 .price_box-list .price_box03 .comb_box .design_box .design_list .design00 .img_box .price em { font-size: 7vw; } }
@media screen and (min-width: 0px) and (max-width: 370px) { #main.home_main .text_box .point-list .point00 h3 { font-size: 17px; } }
@media screen and (min-width: 0px) and (max-width: 365px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 30px; height: 30px; margin: 0 4px; line-height: 30px; } }
@media screen and (min-width: 0px) and (max-width: 360px) { #footer .footer_box .left .footer_btn a .btn_img { width: 110px; }
  #footer .footer_box .left .footer_btn a .btn_text { width: calc(100% - 110px); } }
@media screen and (min-width: 0px) and (max-width: 350px) { #main.home_main .text_box .title_box h2 { font-size: 34px; }
  #fixed-box .fixed-box_in .fixed-btn a .btn-text { font-size: 14px; }
  .btn01 a { padding: 9px 30px; background: url("../img/common/btn_arrow01.png") no-repeat center right 10px, #E95513; background-size: 20px; }
  .btn01 a .waku .appear { font-size: 15px; }
  #main.kasou h1 { font-size: 22px; }
  .shikumi-list .shikumi04 .info .price_box .right .price { width: 25.33vw; font-size: 3.73vw; line-height: 1.57; }
  .shikumi-list .shikumi04 .info .price_box .right .price .num { font-size: 10.67vw; line-height: 1.45; }
  .shikumi-list .shikumi04 .info .price_box .right .price .mini { font-size: 3.2vw; line-height: 1.5; top: 4vw; right: 2.67vw; }
  .shikumi-list .shikumi04 .info .price_box .right .box .price_midashi { height: 9.6vw; padding-top: 1.6vw; font-size: 4.27vw; line-height: 1.5; } }
@media screen and (min-width: 0px) and (max-width: 340px) { #topbox05 .cnt .img img { left: -60px; } }
/*safari用
=========================================== */
