@charset "UTF-8";
/* CSS Document */
/*parts
=========================================== */
.slider01 .slick-prev, .slider01 .slick-next { width: 48px; height: 48px; background: #8E2C00; border-radius: 50%; box-sizing: border-box; transition: 0.3s; top: -52px; transform: translate(0, 0); }
.slider01 .slick-prev:hover, .slider01 .slick-prev:focus, .slider01 .slick-next:hover, .slider01 .slick-next:focus { background: #8E2C00; }
.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 { left: auto; right: 64px; }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-prev:hover::before { left: 40%; }
.slider01 .slick-next { right: 0; }
.slider01 .slick-next:hover::before { left: 60%; }

.temple01 { width: 340px; }
.temple01 a { display: block; width: 100%; background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08); position: relative; }
.temple01 a:hover { text-decoration: none; }
.temple01 a:hover .img img { transform: scale(1.1); }
.temple01 a .img { width: 100%; height: 227px; border-radius: 10px 10px 0 0; overflow: hidden; }
.temple01 a .img img { transition: 0.3s; }
.temple01 a .info { padding: 20px 24px 40px; box-sizing: border-box; }
.temple01 a .info .title { font-size: 20px; line-height: 30px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 12px; }
.temple01 a .info .point-list { margin-bottom: 12px; }
.temple01 a .info .point-list li { display: inline-block; font-size: 16px; line-height: 20px; }
.temple01 a .info .point-list li:last-child::after { display: none; }
.temple01 a .info .point-list li::after { content: "/"; margin: 0 4px; color: #E3E3E3; }
.temple01 a .info .access-text { font-size: 16px; line-height: 22px; font-weight: 400; padding-left: 28px; 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: 24px; height: 24px; 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: 16px; }
.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: 110px; }
.temple01 a .info .info-table tr td { width: calc(100% - 110px); font-weight: 700; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.temple01 a .arrow { width: 32px; height: 32px; background: url(../img/common/btn_arrow02.svg) no-repeat center, #E95513; background-size: 7px; border-radius: 10px 0; position: absolute; bottom: 0; right: 0; }

.works00 { width: 340px; }
.works00 a { display: block; width: 100%; }
.works00 a:hover { text-decoration: none; }
.works00 a:hover .img .img_in img { transform: scale(1.1); }
.works00 a .img { width: 100%; height: 240px; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08); }
.works00 a .img .img_in { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; }
.works00 a .img .img_in img { transition: 0.3s; }
.works00 a .cate_box { margin-top: 16px; }
.works00 a .cate_box .cate-list { width: auto; margin-bottom: 8px; }
.works00 a .cate_box .cate-list li { font-size: 15px; font-weight: 700; line-height: 21px; padding: 4px 8px; box-sizing: border-box; border-radius: 5px; margin-right: 4px; }
.works00 a .cate_box .cate-list li:last-child { margin-right: 0; }
.works00 a .cate_box .cate-list01 { margin-right: 4px; }
.works00 a .cate_box .cate-list01 li { background: #F3E9E5; }
.works00 a .cate_box .cate-list02 li { background: #E5E8F5; }
.works00 a .title { font-size: 20px; line-height: 30px; font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.works00 a .time { color: #8F8F8F; font-size: 15px; font-weight: 400; margin-top: 8px; }

.voice00 { width: 1020px; }
.voice00 a { width: 100%; padding: 32px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.08); justify-content: space-between; }
.voice00 a:hover { text-decoration: none; }
.voice00 a:hover .img img { transform: scale(1.1); }
.voice00 a .img { width: 400px; height: 267px; border-radius: 10px; overflow: hidden; }
.voice00 a .img img { transition: 0.3s; }
.voice00 a .info { width: 524px; position: relative; }
.voice00 a .info .cate-list { margin-bottom: 8px; }
.voice00 a .info .cate-list li { display: inline-block; font-size: 15px; font-weight: 700; line-height: 21px; padding: 4px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 5px; margin-right: 4px; }
.voice00 a .info .cate-list li:last-child { margin-right: 0; }
.voice00 a .info .title { font-size: 24px; line-height: 35px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 20px; }
.voice00 a .info .info_in01 { margin-bottom: 12px; }
.voice00 a .info .info_in01 span { display: inline-block; font-size: 16px; }
.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: 28px; box-sizing: border-box; position: relative; }
.voice00 a .info .info_in02::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/voice_icon.png") no-repeat center; background-size: contain; position: absolute; top: 2px; left: 0; }
.voice00 a .info .info_in02 span { display: inline-block; font-size: 16px; }
.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: 16px; font-weight: 400; position: absolute; bottom: 0; right: 0; }

.colum00 { width: 340px; }
.colum00 a { display: block; width: 100%; }
.colum00 a:hover { text-decoration: none; }
.colum00 a:hover .img .img_in img { transform: scale(1.1); }
.colum00 a .img { width: 100%; height: 240px; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); }
.colum00 a .img .img_in { width: 100%; height: 100%; border-radius: 10px; overflow: hidden; }
.colum00 a .img .img_in img { transition: 0.3s; }
.colum00 a .info { margin-top: 16px; 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: 15px; font-weight: 700; line-height: 21px; padding: 4px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 5px; margin-right: 4px; }
.colum00 a .info .cate-list li:last-child { margin-right: 0; }
.colum00 a .info .time { display: inline-block; color: #8F8F8F; font-size: 15px; font-weight: 400; }
.colum00 a .title { margin-top: 8px; font-size: 20px; line-height: 30px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.news00 { padding-bottom: 36px; border-bottom: 1px solid #E6D9C4; }
.news00 a { justify-content: space-between; align-items: flex-start; }
.news00 a:hover { text-decoration: none; }
.news00 a:hover .img .img_in img { transform: translate(-50%, -50%) scale(1.1); }
.news00 a .img { width: 220px; height: 155px; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1); }
.news00 a .img .img_in { width: 100%; height: 100%; border-radius: 10px; 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: 476px; }
.news00 a .info .info_in { align-items: center; justify-content: space-between; }
.news00 a .info .info_in .cate-list { width: auto; }
.news00 a .info .info_in .cate-list li { display: inline-block; font-size: 15px; font-weight: 700; line-height: 21px; color: #8E2C00; padding: 4px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 5px; margin-right: 4px; }
.news00 a .info .info_in .cate-list li:last-child { margin-right: 0; }
.news00 a .info .info_in .time { display: inline-block; color: #8F8F8F; font-size: 15px; font-weight: 400; }
.news00 a .title { margin-top: 8px; font-size: 20px; font-weight: 500; line-height: 30px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.comb_box { justify-content: space-between; }
.comb_box .box { background: #FFFFFF; border-radius: 10px; position: relative; }
.comb_box .box h3 { padding: 10px 0; box-sizing: border-box; font-size: 28px; border-radius: 5px 5px 0 0; }
.comb_box .design_box { width: 700px; border: 2px solid #E95513; }
.comb_box .design_box::after { content: ""; display: block; width: 25px; height: 25px; background: url("../img/top/mark.svg") no-repeat center; background-size: cover; position: absolute; top: 50%; right: -35px; transform: translateY(-50%); }
.comb_box .design_box h3 { background: #E95513; }
.comb_box .design_box .design_list { padding: 30px; box-sizing: border-box; justify-content: center; }
.comb_box .design_box .design_list .design00 { align-items: flex-start; width: 200px; padding: 8px 12px 3px; box-sizing: border-box; margin: 20px 20px 0 0; position: relative; background: #F2F2F2; border-radius: 5px; text-align: center; }
.comb_box .design_box .design_list .design00:nth-child(-n+3) { margin-top: 0; }
.comb_box .design_box .design_list .design00:nth-child(3n) { margin-right: 0; }
.comb_box .design_box .design_list .design00 .text { font-size: 20px; line-height: 1; margin-right: 16px; }
.comb_box .design_box .design_list .design00 .img_box { width: calc(100% - 36px); margin-top: 12px; margin-bottom: 12px; }
.comb_box .design_box .design_list .design00 .img_box .img { width: 100%; height: 100%; aspect-ratio: 1 / 1; margin: 0 auto; }
.comb_box .design_box .design_list .design00 .img_box .price em { font-size: 40px; line-height: 57px; font-weight: 900; letter-spacing: -0.02em; }
.comb_box .design_box .sub_text { font-size: 15px; font-weight: 400; line-height: 1; position: absolute; bottom: 16px; left: 16px; }
.comb_box .color_box { width: 350px; border: 2px solid #1027A5; }
.comb_box .color_box h3 { background: #1027A5; }
.comb_box .color_box .color_list { padding: 30px; box-sizing: border-box; }
.comb_box .color_box .color_list .color00 { width: 135px; margin: 10px 20px 0 0; }
.comb_box .color_box .color_list .color00:nth-child(-n+2) { margin-top: 0; }
.comb_box .color_box .color_list .color00:nth-child(2n) { margin-right: 0; }
.comb_box .color_box .color_list .color00 img { width: 100%; height: auto; border-radius: 5px; }
.comb_box .color_box .color_list .color00 .text { font-size: 19px; line-height: 29px; margin-top: 1px; }

#works-slider-sec { padding: 100px 0 200px; background: #F6F2E6; border-radius: 100px 100px 0 0; margin-top: -100px; }
#works-slider-sec .cnt { align-items: center; margin-bottom: 50px; }
#works-slider-sec .cnt .top-title01 { width: 303px; color: #202020; margin-bottom: 0; }
#works-slider-sec .cnt .title01 { width: 327px; margin-bottom: 0; }
#works-slider-sec .cnt .text_box { width: 486px; line-height: 30px; }
#works-slider-sec #works-slider .slick-list { width: calc(50vw + 550px); padding: 20px 0 20px 20px; margin: -20px calc(-50vw + 50%) -20px -20px; }
#works-slider-sec #works-slider .works00 { margin-right: 40px; }
#works-slider-sec #works-slider .works00 a .time { text-align: right; }

#voice-slider-sec { padding: 100px 0 200px; background: #FFF5E5; border-radius: 100px 100px 0 0; margin-top: -100px; }
#voice-slider-sec .cnt { align-items: flex-start; margin-bottom: 60px; }
#voice-slider-sec .cnt .top-title_box { width: 400px; }
#voice-slider-sec .cnt .top-title_box .title01 { margin-bottom: 0; }
#voice-slider-sec .cnt .text01 { width: 504px; margin-left: 40px; }
#voice-slider-sec #voice-slider { margin-top: 60px; }
#voice-slider-sec #voice-slider .slick-prev, #voice-slider-sec #voice-slider .slick-next { top: -72px; }
#voice-slider-sec #voice-slider .slick-list { overflow: visible; }
#voice-slider-sec #voice-slider .voice00 { margin: 0 20px; }
#voice-slider-sec .message-box { margin-top: 80px; }
#voice-slider-sec > .btn01 { margin-top: 80px; }

.message-box { text-align: center; }
.message-box .movie_box { width: 800px; height: 450px; margin: 10px auto 0; border-radius: 10px; 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 { width: 800px; padding-left: 36px; box-sizing: border-box; margin: 16px auto 0; position: relative; font-size: 24px; color: #431500; text-align: left; }
.message-box .message-text::before { content: ""; display: block; width: 28px; height: 24px; background: url("../img/p06/icon01.svg") no-repeat center; background-size: contain; position: absolute; top: 6px; left: 0; }

#nav-sec01 { padding: 100px 0 200px; background: #FFFFFF; border-radius: 100px 100px 0 0; margin-top: -100px; }
#nav-sec01 .nav_btn { width: 1100px; height: 120px; }
#nav-sec01 .nav_btn a { align-items: center; height: 100%; background: url("../img/common/btn_arrow01.png") no-repeat center right 30px, #E95513; background-size: 40px; border-radius: 10px; overflow: hidden; text-decoration: none; }
#nav-sec01 .nav_btn a:hover .appear { transform: translate(0px, -35px); }
#nav-sec01 .nav_btn a:hover .hover-appear { bottom: -35px; transform: translate(0px, -35px); }
#nav-sec01 .nav_btn a .img { width: 500px; }
#nav-sec01 .nav_btn a .waku { position: relative; overflow-x: hidden; overflow-y: hidden; height: 35px; margin-left: 40px; }
#nav-sec01 .nav_btn a .waku .appear, #nav-sec01 .nav_btn a .waku .hover-appear { transition: 0.3s; overflow-x: hidden; overflow-y: hidden; transition-duration: 600ms; width: auto; max-width: 100%; font-size: 24px; font-weight: 700; color: #FFFFFF; line-height: 35px; }
#nav-sec01 .nav_btn a .waku .hover-appear { position: absolute; bottom: -35px; left: 0px; }

#flow-sec { padding: 100px 0; background: #FFFFFF; border-radius: 100px 100px 0 0; margin-top: -100px; }
#flow-sec .flow-list .flow01 { margin-bottom: 36px; padding: 40px 50px 50px; 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: 50px; height: 20px; background: url("../img/p02/arrow.png") no-repeat center; background-size: contain; position: absolute; bottom: -28px; left: 50%; transform: translateX(-50%); }
#flow-sec .flow-list .flow01 .flow_in { align-items: flex-start; }
#flow-sec .flow-list .flow01 .flow_in > h3 { width: calc(100% - 564px); padding-left: 46px; box-sizing: border-box; position: relative; font-size: 32px; font-weight: 900; line-height: 1.3; color: #431500; }
#flow-sec .flow-list .flow01 .flow_in > h3 .num { width: 36px; height: 36px; background: #431500; border-radius: 3px; font-size: 24px; line-height: 36px; position: absolute; top: 3px; left: 0; }
#flow-sec .flow-list .flow01 .flow_in .text01 { width: 564px; 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: 20px; }
#flow-sec .flow-list .flow01 .flow_in .text01 p:last-child { margin-bottom: 0; }
#flow-sec .flow-list .flow01 .contact-box { padding: 10px 0; margin-top: 40px; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in { padding: 25px 0 36px; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in:last-child { padding: 40px 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: 50px; line-height: 72px; padding-left: 82px; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in .tel_box .tel .num::before { width: 70px; height: 40px; }
#flow-sec .flow-list .flow01 .contact-box .contact-box_in .btn-list .btn01 { width: 400px; }
#flow-sec .flow-list .flow01 .naiyou_box { padding: 10px 0; box-sizing: border-box; border-radius: 5px; background: #FFFFFF; margin-top: 40px; }
#flow-sec .flow-list .flow01 .naiyou_box .left { display: table; width: 188px; border-right: 1px solid #E3E3E3; box-sizing: border-box; }
#flow-sec .flow-list .flow01 .naiyou_box .left h4 { display: table-cell; font-size: 20px; vertical-align: middle; }
#flow-sec .flow-list .flow01 .naiyou_box .right { width: calc(100% - 188px); padding: 10px 0 22px; }
#flow-sec .flow-list .flow01 .naiyou_box .right .list li { display: inline-block; margin: 12px 0 0 30px; padding-left: 22px; box-sizing: border-box; position: relative; }
#flow-sec .flow-list .flow01 .naiyou_box .right .list li::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p02/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }

.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; }

.wrap.twin { display: flex; justify-content: space-between; }
.wrap.twin div#two-main { width: 720px; }
.wrap.twin div#two-side { width: 300px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.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: 2px 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: 16px 0 16px 28px; 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:hover { text-decoration: none; }
.wrap.twin div#two-side .side_box .side-link li a:hover span { color: #8E2C00; }
.wrap.twin div#two-side .side_box .side-link li a span { font-size: 16px; 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: 114px; height: 80px; 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: 176px; }
.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: 4px; font-size: 16px; font-weight: 700; line-height: 24px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

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

.wp-pagenavi { text-align: center; margin-top: 60px; 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: 10px; height: 15px; 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::before, .wp-pagenavi a.last::before { content: ""; display: block; width: 16px; height: 16px; 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: 60px; }

.post-navigation ul { justify-content: center; align-items: center; position: relative; }

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

.post-navigation ul > li.prev { position: absolute; top: 0; left: 0; }
.post-navigation ul > li.prev a { padding-left: 56px; }
.post-navigation ul > li.prev a::before { left: 0; transform: scale(-1, 1); }

.post-navigation ul > li.next { position: absolute; top: 0; right: 0; }
.post-navigation ul > li.next a { padding-right: 56px; }
.post-navigation ul > li.next a::before { right: 0; }

.post-navigation ul > li.blog-back a { padding: 0 40px; background: #8E2C00; color: #FFFFFF; border-radius: 24px; }
.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; border-radius: 0; margin-top: 0; }
.home #voice-slider-sec .wrap::before { content: ""; display: block; width: 178px; height: 169px; background: url("../img/top/il01.png") no-repeat center; background-size: contain; position: absolute; top: -50px; left: 57px; }
.home #voice-slider-sec .wrap::after { content: ""; display: block; width: 180px; height: 130px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; top: -16px; right: 55px; }
.home #voice-slider-sec .wrap > .text01 { text-align: center; line-height: 30px; }

#topbox01 { padding: 60px 0 160px; }
#topbox01 .cnt { min-height: 130px; justify-content: space-between; }
#topbox01 .cnt .top-title01 { font-size: 32px; font-weight: 700; letter-spacing: 0; margin-bottom: 0; }
#topbox01 .cnt .top-news_list { width: 912px; }
#topbox01 .cnt .top-news_list .top-news01:first-child a { padding-top: 0; }
#topbox01 .cnt .top-news_list .top-news01 a { display: flex; align-items: center; padding: 20px 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:hover::before { width: 100%; }
#topbox01 .cnt .top-news_list .top-news01 a::before { content: ""; display: block; width: 0; height: 1px; background: #E95513; position: absolute; bottom: 0; left: 0; transition: 0.3s; }
#topbox01 .cnt .top-news_list .top-news01 a .info { width: 231px; align-items: center; margin-right: 20px; }
#topbox01 .cnt .top-news_list .top-news01 a .info .time { font-size: 15px; color: #8F8F8F; margin-right: 20px; 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 { min-width: 136px; padding: 4px 12px; box-sizing: border-box; border-radius: 5px; background: #F3E9E5; margin-right: 5px; font-size: 16px; font-weight: 700; text-align: center; }
#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 { width: calc(100% - 251px); font-weight: 500; font-size: 16px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
#topbox01 .btn02 { position: absolute; bottom: 0; left: 0; }

#topbox02 { padding: 100px 0 200px; background: #FFF5E5; border-radius: 100px 100px 0 0; margin-top: -100px; }
#topbox02 .wrap::before { content: ""; display: block; width: 179px; height: 176px; background: url("../img/top/il01.png") no-repeat center; background-size: contain; position: absolute; top: -70px; left: -8px; }
#topbox02 .wrap::after { content: ""; display: block; width: 74px; height: 137px; background: url("../img/top/il02.png") no-repeat center; background-size: contain; position: absolute; top: 5px; right: 10px; }
#topbox02 .title { font-size: 36px; font-weight: 900; line-height: 50px; letter-spacing: 0.05em; margin-bottom: 40px; }
#topbox02 .title .text00 { display: inline-block; padding: 0 20px 4px; box-sizing: border-box; border-radius: 8px; font-size: 48px; font-weight: 700; line-height: 69px; letter-spacing: 0em; margin: 12px 34px 12px 0; position: relative; }
#topbox02 .title .text00::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -26px; 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: 340px; position: relative; margin-right: 40px; }
#topbox02 .set-list .set00::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); }
#topbox02 .set-list .set00 img { width: 100%; border-radius: 10px; }
#topbox02 .set-list .set00 .midashi { font-size: 24px; line-height: 35px; padding: 0 12px 4px; box-sizing: border-box; border-radius: 10px 0 10px 0; position: absolute; top: 0; left: 0; }
#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: 23px; position: relative; margin-top: 60px; }
#topbox02 .nayami-box h3 { display: inline-block; padding: 0 23px; box-sizing: border-box; font-size: 32px; font-weight: 900; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, #FFF5E5 0%, #FFF5E5 50%, #FFF2D6 50%, #FFF2D6 100%); }
#topbox02 .nayami-box .box_in { padding: 60px 0; background: #FFF2D6; border: 2px solid #E95513; border-radius: 10px; justify-content: center; }
#topbox02 .nayami-box .box_in .list { width: auto; margin-right: 60px; }
#topbox02 .nayami-box .box_in .list:last-child { margin-right: 0; }
#topbox02 .nayami-box .box_in .list li { margin-bottom: 16px; font-size: 24px; line-height: 40px; padding-left: 38px; 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: 28px; height: 28px; 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: 28px; font-weight: 700; }

#topbox03 { padding: 100px 0 510px; background: url("../img/top/bg01.jpg") no-repeat center bottom; background-size: cover; border-radius: 100px 100px 0 0; margin-top: -100px; margin-bottom: -410px; }
#topbox03 .wrap::before { content: ""; display: block; width: 74px; height: 137px; background: url("../img/top/il02.png") no-repeat center; background-size: contain; position: absolute; top: -17px; left: 88px; }
#topbox03 .wrap::after { content: ""; display: block; width: 187px; height: 135px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; top: -29px; right: 0; }
#topbox03 .wrap > .text01 { font-size: 20px; line-height: 34px; text-align: center; }
#topbox03 .comb_box { margin-top: 60px; }

#topbox04 { padding: 100px 0; position: relative; }
#topbox04::before { content: ""; display: block; width: 86.5%; min-width: 1500px; height: 100%; background: #F6F2E6; border-radius: 50px 0 0 50px; position: absolute; top: 0; right: 0; }
#topbox04::after { content: ""; display: block; width: 290px; height: 240px; background: url("../img/top/il04.png") no-repeat center; background-size: contain; position: absolute; top: -120px; right: 0; }
#topbox04 .cnt { justify-content: space-between; align-items: center; margin-bottom: 95px; }
#topbox04 .cnt .title_box { width: calc(100% - 577px); align-items: center; }
#topbox04 .cnt .title_box .box { width: 120px; height: 120px; background: #E95513; border-radius: 50%; padding-top: 14px; box-sizing: border-box; text-align: center; }
#topbox04 .cnt .title_box .box .text01 { display: block; line-height: 23px; margin-bottom: 4px; }
#topbox04 .cnt .title_box .box .text02 { display: inline-block; padding: 0 12px 1px; box-sizing: border-box; background: #FFFFFF; border-radius: 21px; font-size: 20px; line-height: 29px; }
#topbox04 .cnt .title_box .top-title01 { width: 360px; color: #202020; margin: 0 0 0 12px; }
#topbox04 .cnt .text_box { width: 577px; line-height: 30px; }
#topbox04 #temple-slider .slick-list { width: calc(50vw + 550px); padding: 20px 0 20px 20px; margin: -20px calc(-50vw + 50%) -20px -20px; }
#topbox04 #temple-slider .temple01 { margin-right: 40px; }

#topbox05 { padding: 100px 0 200px; background: url("../img/top/bg02.jpg") no-repeat center top; background-size: cover; border-radius: 100px 100px 0 0; margin-top: -100px; position: relative; }
#topbox05::before { content: ""; display: block; width: 350px; height: 200px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -60px; left: 0; }
#topbox05 .top-title01 { margin-bottom: 40px; color: #202020; }
#topbox05 .cnt { margin-bottom: 40px; }
#topbox05 .cnt .point { width: 610px; font-size: 32px; letter-spacing: 0.05em; line-height: 48px; }
#topbox05 .cnt .point span { margin-left: -20px; }
#topbox05 .cnt .img { width: 540px; position: absolute; top: 35px; right: -55px; }
#topbox05 .text_box { width: 570px; }
#topbox05 .text_box .text01 { margin-bottom: 30px; }
#topbox05 .text_box .text01:last-child { margin-bottom: 0; }
#topbox05 .name { margin-top: 40px; font-size: 20px; }
#topbox05 .name em { margin-left: 10px; }

#topbox06 { padding: 100px 0 200px; background: #FFFFFF; border-radius: 100px 100px 0 0; margin-top: -100px; position: relative; }
#topbox06 .wrap > .text01 { text-align: center; line-height: 30px; }
#topbox06 #colum-slider { margin-top: 60px; }
#topbox06 #colum-slider .slick-prev, #topbox06 #colum-slider .slick-next { top: -72px; }
#topbox06 #colum-slider .slick-list { overflow: visible; }
#topbox06 #colum-slider .colum00 { margin-right: 40px; }

/*佐藤石材の「永代供養付き一般墓」　p02
=========================================== */
.page-ippanbo #works-slider-sec { margin-top: 0; position: relative; }
.page-ippanbo #works-slider-sec::before { content: ""; display: block; width: 350px; height: 200px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -52px; left: 0; }
.page-ippanbo #voice-slider-sec { position: relative; }
.page-ippanbo #voice-slider-sec::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -100px; right: 0; }
.page-ippanbo #voice-slider-sec > .btn01 { margin-top: 60px; }
.page-ippanbo #nav-sec01 { position: relative; }
.page-ippanbo #nav-sec01::before { content: ""; display: block; width: 350px; height: 200px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -52px; left: 0; }
.page-ippanbo #flow-sec { position: relative; }
.page-ippanbo #flow-sec::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -87px; right: 0; }
.page-ippanbo #contact-sec::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -100px; right: 0; }

#p02box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p02box01 .wrap::before { content: ""; display: block; width: 179px; height: 176px; background: url("../img/top/il01.png") no-repeat center; background-size: contain; position: absolute; top: -30px; left: -8px; }
#p02box01 .wrap::after { content: ""; display: block; width: 187px; height: 135px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; top: -4px; right: 0; }
#p02box01 .title { font-size: 36px; font-weight: 900; line-height: 50px; letter-spacing: 0.05em; margin-bottom: 40px; }
#p02box01 .title .text00 { display: inline-block; padding: 0 20px 4px; box-sizing: border-box; border-radius: 8px; font-size: 48px; font-weight: 700; line-height: 69px; letter-spacing: 0em; margin: 12px 34px 12px 0; position: relative; }
#p02box01 .title .text00::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -26px; 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: 340px; position: relative; margin-right: 40px; }
#p02box01 .set-list .set00::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); }
#p02box01 .set-list .set00 img { width: 100%; border-radius: 10px; }
#p02box01 .set-list .set00 .midashi { font-size: 24px; line-height: 35px; padding: 0 12px 4px; box-sizing: border-box; border-radius: 10px 0 10px 0; position: absolute; top: 0; left: 0; }
#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: 40px; text-align: center; }

#p02box02 { padding: 100px 0 200px; background: #F6F2E6; border-radius: 100px 100px 0 0; margin-top: -100px; position: relative; }
#p02box02::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -105px; right: 0; }
#p02box02 .wrap::before { content: ""; display: block; width: 73px; height: 136px; background: url("../img/p02/il02.png") no-repeat center; background-size: contain; position: absolute; top: -130px; left: -89px; }
#p02box02 .feat-list .feat00 { min-height: 360px; position: relative; margin-bottom: 80px; }
#p02box02 .feat-list .feat00:last-child { margin-bottom: 0; }
#p02box02 .feat-list .feat00 h2 { width: 520px; align-items: flex-start; margin-bottom: 32px; }
#p02box02 .feat-list .feat00 h2 .num { width: 100px; height: 88px; background: url("../img/p02/icon_feat.png") no-repeat center; background-size: contain; margin-right: 16px; padding-top: 13px; box-sizing: border-box; color: #431500; line-height: 26px; letter-spacing: 0.1em; }
#p02box02 .feat-list .feat00 h2 .num span { display: block; font-size: 33px; line-height: 47px; letter-spacing: 0.05em; margin-top: -9px; }
#p02box02 .feat-list .feat00 h2 .title_text { width: calc(100% - 116px); font-size: 32px; letter-spacing: 0.05em; color: #431500; }
#p02box02 .feat-list .feat00 .img { width: 540px; height: 360px; position: absolute; top: 0; right: 0; }
#p02box02 .feat-list .feat00 .text01 { width: 520px; line-height: 1.7; }
#p02box02 .feat-list .feat00 .btn01 { margin-top: 40px; }
#p02box02 .feat-list .feat00 .sub_text { margin-top: 20px; }
#p02box02 .feat-list .feat00 .sub_text li { font-size: 16px; font-weight: 400; padding-left: 1em; text-indent: -1em; }
#p02box02 .feat-list .feat00 .include_box { width: 520px; padding: 16px 24px 24px; box-sizing: border-box; border-radius: 5px; background: #FFFFFF; margin-top: 32px; }
#p02box02 .feat-list .feat00 .include_box h3 { font-size: 20px; padding-bottom: 8px; border-bottom: 1px solid #E3E3E3; }
#p02box02 .feat-list .feat00 .include_box .include_list { margin-top: 12px; }
#p02box02 .feat-list .feat00 .include_box .include_list li { width: 112px; margin: 8px 8px 0 0; padding-left: 22px; box-sizing: border-box; position: relative; }
#p02box02 .feat-list .feat00 .include_box .include_list li:nth-child(4n) { margin-right: 0; }
#p02box02 .feat-list .feat00 .include_box .include_list li::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p02/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }
#p02box02 .feat-list .feat02, #p02box02 .feat-list .feat04, #p02box02 .feat-list .feat06 { padding-left: 580px; box-sizing: border-box; }
#p02box02 .feat-list .feat02 .img, #p02box02 .feat-list .feat04 .img, #p02box02 .feat-list .feat06 .img { right: auto; left: 0; }
#p02box02 .feat-list .feat02::before, #p02box02 .feat-list .feat05::before { content: ""; display: block; width: 180px; height: 130px; background: url("../img/p02/il03.png") no-repeat center; background-size: contain; position: absolute; }
#p02box02 .feat-list .feat02::before { top: -20px; right: -126px; }
#p02box02 .feat-list .feat05::before { top: -150px; right: auto; left: -90px; transform: scale(-1, 1); }
#p02box02 .feat-list .feat03::before, #p02box02 .feat-list .feat06::before { content: ""; display: block; width: 193px; height: 196px; background: url("../img/p02/il04.png") no-repeat center; background-size: contain; position: absolute; }
#p02box02 .feat-list .feat03::before { top: -98px; left: -159px; }
#p02box02 .feat-list .feat06 h2 { align-items: center; }
#p02box02 .feat-list .feat06::before { top: -54px; left: auto; right: -157px; transform: scale(-1, 1); }
#p02box02 .feat-list .feat04::before, #p02box02 .feat-list .feat07::before { content: ""; display: block; width: 73px; height: 136px; background: url("../img/p02/il02.png") no-repeat center; background-size: contain; position: absolute; }
#p02box02 .feat-list .feat04::before { top: -24px; right: -140px; }
#p02box02 .feat-list .feat07::before { top: 52px; right: auto; left: -113px; }

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

.shikumi-list .shikumi00 { margin-bottom: 60px; }
.shikumi-list .shikumi00:last-child { margin-bottom: 0; }
.shikumi-list .shikumi00 > h3 { padding: 16px 50px; box-sizing: border-box; background: #F5E5B4; border-radius: 10px 10px 0 0; font-size: 32px; font-weight: 900; letter-spacing: 0.05em; }
.shikumi-list .shikumi00 .info { padding: 40px 50px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 0 0 10px 10px; }
.shikumi-list .shikumi00 .info .midashi { font-size: 28px; font-weight: 900; letter-spacing: 0.05em; margin-bottom: 20px; }
.shikumi-list .shikumi00 .info > .text01 { line-height: 1.7; }
.shikumi-list .shikumi00 .info h4 { font-size: 24px; position: relative; margin: 50px 0 12px; padding: 0 0 8px 15px; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; }
.shikumi-list .shikumi00 .info h4::before { content: ""; width: 5px; height: calc(100% - 19px); background: #8E2C00; position: absolute; left: 0; top: 7px; }
.shikumi-list .shikumi00 .info .include_list li { display: inline-block; margin: 8px 8px 0 0; padding: 8px 16px; box-sizing: border-box; background: #F3E9E5; border-radius: 8px; font-size: 20px; letter-spacing: 0.05em; }
.shikumi-list .shikumi00 .info .sub_text { font-size: 16px; font-weight: 400; margin-top: 8px; }
.shikumi-list .shikumi00 .info .shikumi-table { margin-top: 40px; }
.shikumi-list .shikumi00 .info .shikumi-table tr { border-bottom: 1px solid #E3E3E3; }
.shikumi-list .shikumi00 .info .shikumi-table tr:first-child { border-top: 1px solid #E3E3E3; }
.shikumi-list .shikumi00 .info .shikumi-table tr th { width: 112px; padding: 20px; box-sizing: border-box; background: #F2F2F2; }
.shikumi-list .shikumi00 .info .shikumi-table tr td { padding: 20px 0 20px 20px; box-sizing: border-box; }
.shikumi-list .shikumi04 .info .price_box { justify-content: space-between; align-items: flex-start; margin: 50px 0 60px; }
.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: 410px; text-align: center; }
.shikumi-list .shikumi04 .info .price_box .left .price_midashi { display: inline-block; width: 237px; height: 41px; padding-top: 6px; box-sizing: border-box; background: #1027A5; border-radius: 60px; font-size: 20px; line-height: 29px; }
.shikumi-list .shikumi04 .info .price_box .left .price { width: 240px; font-size: 33px; line-height: 48px; margin-top: -13px; }
.shikumi-list .shikumi04 .info .price_box .left .price .num { font-size: 110px; line-height: 158px; margin-right: 5px; }
.shikumi-list .shikumi04 .info .price_box .left .price .mini { font-size: 24px; line-height: 35px; top: 51px; right: 35px; }
.shikumi-list .shikumi04 .info .price_box .right { justify-content: space-between; width: calc(100% - 410px); padding: 30px 40px; 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 #f2f2f2 transparent transparent; border-width: 15px 40px 15px 0px; position: absolute; bottom: 34px; left: -29px; }
.shikumi-list .shikumi04 .info .price_box .right .price { width: 110px; font-size: 16px; line-height: 24px; }
.shikumi-list .shikumi04 .info .price_box .right .price .num { font-size: 50px; line-height: 72px; margin-right: 2px; }
.shikumi-list .shikumi04 .info .price_box .right .price .mini { font-size: 14px; line-height: 20px; top: 19px; right: 11px; }
.shikumi-list .shikumi04 .info .price_box .right .box { width: 210px; padding-bottom: 12px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; text-align: center; }
.shikumi-list .shikumi04 .info .price_box .right .box .price_midashi { height: 42px; padding-top: 8px; box-sizing: border-box; border-radius: 8px 8px 0 0; font-size: 18px; line-height: 26px; }
.shikumi-list .shikumi04 .info .price_box .right .box.box01 { position: relative; }
.shikumi-list .shikumi04 .info .price_box .right .box.box01::after { content: ""; display: block; width: 30px; height: 30px; background: url(../img/top/plus.svg) no-repeat center; background-size: contain; position: absolute; top: 50%; right: -60px; 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: 50px; }
.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: 16px; }
.shikumi-list .shikumi01 .info .comb_box { margin-top: 50px; }
.shikumi-list .shikumi01 .info .comb_box .box h3 { font-size: 24px; }
.shikumi-list .shikumi01 .info .comb_box .color_box { width: 240px; }
.shikumi-list .shikumi01 .info .comb_box .color_box .color_list .color00 { width: 85px; margin: 10px 10px 0 0; position: relative; }
.shikumi-list .shikumi01 .info .comb_box .color_box .color_list .color00 img { height: 85px; max-width: none; }
.shikumi-list .shikumi01 .info .comb_box .color_box .color_list .color00:nth-child(-n+2) { margin-top: 0; }
.shikumi-list .shikumi01 .info .comb_box .color_box .color_list .color00:nth-child(2n) { margin-right: 0; }
.shikumi-list .shikumi01 .info .comb_box .color_box .color_list .color00 .text { font-size: 17px; }
.shikumi-list .shikumi01 .info .comb_box .btn01 { margin-top: 50px; }
.shikumi-list .shikumi03 .info .cnt { justify-content: space-between; }
.shikumi-list .shikumi03 .info .cnt .img { width: 295px; order: 1; }
.shikumi-list .shikumi03 .info .cnt .left { width: 680px; }
.shikumi-list .shikumi03 .info .cnt .left .midashi { margin-bottom: 12px; }
.shikumi-list .shikumi03 .info .shikumi-table tr th { vertical-align: middle; }

/*選べるお墓デザイン　p03
=========================================== */
#p03box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p03box01 .wrap > .text01 { text-align: center; margin-bottom: 60px; }
#p03box01 .shikumi-list { margin-top: 60px; }
#p03box01 .include_box { padding: 32px 50px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin-top: 60px; }
#p03box01 .include_box h2 { color: #431500; font-size: 28px; font-weight: 900; margin-bottom: 16px; }
#p03box01 .include_box .text { text-align: center; margin-bottom: 32px; }
#p03box01 .include_box .text span { display: block; font-size: 16px; font-weight: 400; }
#p03box01 .include_box .include-list li { width: 130px; margin-right: 15px; }
#p03box01 .include_box .include-list li:last-child { margin-right: 0; }
#p03box01 .include_box .include-list li .img { margin-bottom: 4px; }
#p03box01 .include_box .include-list li .midashi { font-size: 19px; }
#p03box01 .design-list02 { margin-top: 80px; }
#p03box01 .design-list02 .design01 { justify-content: space-between; align-items: flex-start; padding: 30px 50px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); margin-bottom: 50px; }
#p03box01 .design-list02 .design01:last-child { margin-bottom: 0; }
#p03box01 .design-list02 .design01 .info { width: 450px; order: 1; }
#p03box01 .design-list02 .design01 .info .cate_box { display: inline-block; min-width: 106px; text-align: center; padding: 2px 12px; box-sizing: border-box; border-radius: 5px; font-size: 16px; font-weight: 700; }
#p03box01 .design-list02 .design01 .info .text { font-size: 16px; line-height: 28px; }
#p03box01 .design-list02 .design01 .info .info_in { align-items: center; justify-content: space-between; }
#p03box01 .design-list02 .design01 .info .info_in h2 { width: 240px; }
#p03box01 .design-list02 .design01 .info .info_in h2 .cate_box { color: #E95513; background: #FDEDE7; margin-bottom: 4px; }
#p03box01 .design-list02 .design01 .info .info_in h2 .titlte_text { display: block; font-size: 32px; }
#p03box01 .design-list02 .design01 .info .info_in .price { width: 210px; position: relative; font-size: 24px; line-height: 35px; text-align: right; }
#p03box01 .design-list02 .design01 .info .info_in .price .num { font-size: 80px; font-weight: 900; letter-spacing: -0.02em; line-height: 115px; margin-right: 4px; }
#p03box01 .design-list02 .design01 .info .info_in .price .mini { font-size: 18px; line-height: 26px; font-weight: 400; position: absolute; white-space: nowrap; top: 40px; right: 11px; }
#p03box01 .design-list02 .design01 .info .color_box { margin-top: 24px; border-top: 1px solid #E3E3E3; padding-top: 24px; }
#p03box01 .design-list02 .design01 .info .color_box .cate_box { color: #1027A5; background: #E6E9F6; margin-bottom: 8px; }
#p03box01 .design-list02 .design01 .info .color_box .color-list { margin-top: 20px; margin-bottom: 0 !important; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li { width: 75px; margin-right: 8px; cursor: pointer; }
#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%; height: 65px; border-radius: 3px; }
#p03box01 .design-list02 .design01 .info .color_box .color-list li .color-text { display: block; font-size: 15px; margin-top: 1px; }
#p03box01 .design-list02 .design01 .gallery_img { width: 510px; margin-top: 20px; }
#p03box01 .design-list02 .design01 .gallery_img .gallery_main { margin-bottom: 16px !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: 98px; 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 { background: #FFFFFF; border-radius: 5px; padding: 4px 0; }
.select_box h2 { display: table; border-right: 1px dashed #C5C5C5; box-sizing: border-box; }
.select_box h2 span { display: table-cell; vertical-align: middle; text-align: center; }
.select_box .select-list { padding: 0 0 14px 20px; box-sizing: border-box; }
.select_box .select-list li { display: inline-block; margin: 14px 20px 0 0; }
.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: 4px; 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; }

#p04box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p04box01 .select_box h2 { width: 185px; }
#p04box01 .select_box .select-list { width: calc(100% - 185px); }
#p04box01 #temple-all-list { margin-top: 80px; }
#p04box01 #temple-all-list .temple00 { padding: 40px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); position: relative; margin-bottom: 60px; }
#p04box01 #temple-all-list .temple00:last-child { margin-bottom: 0; }
#p04box01 #temple-all-list .temple00 .visit-icon { width: 130px; height: 130px; padding-top: 18px; box-sizing: border-box; background: url("../img/p04/icon_bg.png") no-repeat center; background-size: contain; position: absolute; top: -20px; right: -20px; z-index: 1; }
#p04box01 #temple-all-list .temple00 .visit-icon p { line-height: 24px; }
#p04box01 #temple-all-list .temple00 .visit-icon p em { display: block; font-size: 28px; line-height: 40px; }
#p04box01 #temple-all-list .temple00 h2 { width: 920px; font-size: 24px; margin-bottom: 32px; }
#p04box01 #temple-all-list .temple00 .cnt { position: relative; padding-bottom: 40px; border-bottom: 1px solid #E3E3E3; margin-bottom: 40px; min-height: 420px; }
#p04box01 #temple-all-list .temple00 .cnt .access-text { width: 450px; font-size: 16px; line-height: 24px; font-weight: 400; padding-left: 28px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
#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: 24px; height: 24px; 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 { width: 510px; position: absolute; top: 0; right: 0; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .few-icon { display: inline-block; padding: 4px 12px 8px; box-sizing: border-box; background: #1027A5; border-bottom-right-radius: 10px; position: absolute; top: 0; left: 0; z-index: 1; }
#p04box01 #temple-all-list .temple00 .cnt .temple_gallery .gallery_main { margin-bottom: 16px !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: 98px; 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 { width: 450px; margin-top: 32px; }
#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: 144px; padding: 16px; box-sizing: border-box; background: #FFF5E5; font-size: 16px; color: #431500; }
#p04box01 #temple-all-list .temple00 .cnt .info-table tr td { padding: 16px; box-sizing: border-box; background: #FFFFFF; font-size: 16px; font-weight: 500; }
#p04box01 #temple-all-list .temple00 .cnt .sub_text { width: 450px; font-size: 14px; font-weight: 400; margin-top: 4px; }
#p04box01 #temple-all-list .temple00 .cnt .point-list { width: 455px; margin-top: 28px; }
#p04box01 #temple-all-list .temple00 .cnt .point-list li { display: inline-block; font-size: 15px; line-height: 21px; padding: 4px 8px; border-radius: 5px; background: #E6E9F6; margin: 4px 4px 0 0; }
#p04box01 #temple-all-list .temple00 .cnt .point-list li:last-child { margin-right: 0; }
#p04box01 #temple-all-list .temple00 .btn-list { justify-content: center; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01 { width: 480px; margin: 0 40px 0 0; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01:last-child { margin-right: 0; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01.reservation_btn a { background: url("../img/common/btn_arrow03.png") no-repeat center right 20px, #FFD500; background-size: 28px; }
#p04box01 #temple-all-list .temple00 .btn-list .btn01.reservation_btn a .waku .appear, #p04box01 #temple-all-list .temple00 .btn-list .btn01.reservation_btn a .waku .hover-appear { color: #202020; }

.single-temple #works-slider-sec { position: relative; }
.single-temple #works-slider-sec::before { content: ""; display: block; width: 350px; height: 200px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -52px; left: 0; }
.single-temple #works-slider-sec .cnt { display: block; }
.single-temple #works-slider-sec .cnt .title01 { width: 100%; margin-bottom: 16px; }
.single-temple #works-slider-sec .cnt .text_box { width: 100%; line-height: 30px; padding-left: 24px; box-sizing: border-box; }
.single-temple #works-slider-sec .cnt .text_box br { display: none; }
.single-temple #voice-slider-sec { position: relative; }
.single-temple #voice-slider-sec::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -100px; right: 0; }
.single-temple #voice-slider-sec > .btn01 { margin-top: 60px; }
.single-temple #flow-sec { position: relative; padding-bottom: 200px; }
.single-temple #flow-sec::before { content: ""; display: block; width: 350px; height: 200px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -52px; left: 0; }
.single-temple #contact-sec::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -87px; right: 0; }

#templeBox01 { padding: 100px 0 200px; }
#templeBox01 .info_in { margin-bottom: 12px; }
#templeBox01 .info_in .cate-list { width: auto; }
#templeBox01 .info_in .cate-list li { display: inline-block; font-size: 18px; line-height: 26px; padding: 4px 12px; border-radius: 5px; background: #E95513; margin-right: 10px; }
#templeBox01 .info_in .cate-list li.few-icon { background: #1027A5; }
#templeBox01 .info_in .midashi { display: inline-block; margin-top: 4px; }
#templeBox01 h2.title { font-size: 36px; margin-bottom: 20px; }
#templeBox01 .point-list { margin-bottom: 50px; margin-top: -4px; }
#templeBox01 .point-list li { display: inline-block; font-size: 15px; line-height: 21px; padding: 4px 8px; border-radius: 5px; background: #E6E9F6; margin: 4px 4px 0 0; }
#templeBox01 .point-list li:last-child { margin-right: 0; }
#templeBox01 .temple_gallery { margin-bottom: 50px; justify-content: space-between; align-items: flex-start; }
#templeBox01 .temple_gallery .gallery_main { width: 850px; order: 1; margin-bottom: 0 !important; }
#templeBox01 .temple_gallery .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
#templeBox01 .temple_gallery .gallery_thum { width: 210px; 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: 100px; margin: 10px 10px 0 0; }
#templeBox01 .temple_gallery .gallery_thum .gallery_thum01:nth-child(-n+2) { margin-top: 0; }
#templeBox01 .temple_gallery .gallery_thum .gallery_thum01:nth-child(2n), #templeBox01 .temple_gallery .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#templeBox01 .table_box { justify-content: space-between; align-items: flex-start; }
#templeBox01 .table_box .info-table { width: 530px; }
#templeBox01 .table_box .info-table tr { border-bottom: 1px solid #E6D9C4; }
#templeBox01 .table_box .info-table tr:first-child { border-top: 1px solid #E6D9C4; }
#templeBox01 .table_box .info-table tr th { width: 128px; padding: 30px 16px; box-sizing: border-box; background: #FFF5E5; font-size: 16px; color: #431500; vertical-align: top; }
#templeBox01 .table_box .info-table tr td { padding: 30px 20px; 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: 4px; }
#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 { height: 70px; padding: 0 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 5px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15); align-items: center; justify-content: space-between; flex-wrap: nowrap; margin-top: 50px; }
#templeBox01 .news_box h3 { display: inline-block; font-size: 20px; font-weight: 900; margin-right: 40px; white-space: nowrap; }
#templeBox01 .news_box .box-news01 { width: calc(100% - 230px); }
#templeBox01 .news_box .box-news01 a { display: flex; align-items: center; position: relative; }
#templeBox01 .news_box .box-news01 a:hover { text-decoration: none; }
#templeBox01 .news_box .box-news01 a:hover h4 { text-decoration: underline; }
#templeBox01 .news_box .box-news01 a .info { width: auto; align-items: center; flex-wrap: nowrap; margin-right: 20px; }
#templeBox01 .news_box .box-news01 a .info .time { font-size: 15px; color: #8F8F8F; margin-right: 20px; font-weight: 400; white-space: nowrap; }
#templeBox01 .news_box .box-news01 a .info .cate-list { width: auto; }
#templeBox01 .news_box .box-news01 a .info .cate-list li { padding: 4px 8px; box-sizing: border-box; border-radius: 5px; background: #F3E9E5; margin-right: 5px; font-size: 15px; font-weight: 700; text-align: center; color: #8E2C00; white-space: nowrap; }
#templeBox01 .news_box .box-news01 a .info .cate-list li:last-child { margin-right: 0; }
#templeBox01 .news_box .box-news01 a h4 { font-weight: 500; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; transition: 0.3s; margin-right: 20px; }
#templeBox01 .news_box .btn02 a > span.arrow { width: 20px; height: 20px; background: #601E00; margin-right: 4px; }
#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; white-space: nowrap; }
#templeBox01 .nav_btn-list { margin-top: 100px; }
#templeBox01 .nav_btn-list .btn01 { width: 170px; height: 56px; margin: 0 16px 16px 0; }
#templeBox01 .nav_btn-list .btn01:last-child { margin-right: 0; }
#templeBox01 .nav_btn-list .btn01 a { padding: 16px 0; background: #8E2C00; border-radius: 30px; }
#templeBox01 .nav_btn-list .btn01 a:hover .appear { transform: translate(0px, -24px); }
#templeBox01 .nav_btn-list .btn01 a:hover .hover-appear { bottom: -24px; transform: translate(0px, -24px); }
#templeBox01 .nav_btn-list .btn01 a::before { content: ""; display: block; width: 16px; height: 8px; background: url("../img/p04/arrow.svg") no-repeat center; background-size: contain; position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); }
#templeBox01 .nav_btn-list .btn01 a .waku { height: 24px; margin-left: 0; }
#templeBox01 .nav_btn-list .btn01 a .waku .appear, #templeBox01 .nav_btn-list .btn01 a .waku .hover-appear { font-size: 16px; line-height: 24px; }
#templeBox01 .nav_btn-list .btn01 a .waku .hover-appear { bottom: -24px; }

#templeBox02 { padding: 100px 0 200px; background: #FFF5E5; border-radius: 100px 100px 0 0; margin-top: -100px; position: relative; }
#templeBox02::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -100px; right: 0; }
#templeBox02 .feat-list .feat00 { min-height: 310px; position: relative; margin-bottom: 50px; }
#templeBox02 .feat-list .feat00:last-child { margin-bottom: 0; }
#templeBox02 .feat-list .feat00 h3 { width: 595px; align-items: flex-start; margin-bottom: 32px; font-weight: 900; }
#templeBox02 .feat-list .feat00 h3 .num { display: block; width: 80px; height: 72px; background: url("../img/p02/icon_feat.png") no-repeat center; background-size: contain; margin-right: 15px; padding-top: 12px; box-sizing: border-box; color: #431500; font-size: 32px; line-height: 46px; letter-spacing: 0.05em; }
#templeBox02 .feat-list .feat00 h3 .title_text { width: calc(100% - 95px); font-size: 28px; letter-spacing: 0.05em; color: #431500; margin-top: 13px; }
#templeBox02 .feat-list .feat00 .img { width: 465px; height: 310px; border-radius: 10px; position: absolute; top: 0; right: 0; }
#templeBox02 .feat-list .feat00 .text01 { width: 595px; }
#templeBox02 .feat-list .feat00.full { min-height: auto; }
#templeBox02 .feat-list .feat00.full h3 { width: 100%; }
#templeBox02 .feat-list .feat00.full .text01 { width: 100%; }

#templeBox03 { padding: 100px 0 200px; background: url("../img/p04/bg01.jpg") top center; border-radius: 100px 100px 0 0; margin-top: -100px; position: relative; }
#templeBox03::before { content: ""; display: block; width: 350px; height: 200px; background: url("../img/top/il05.png") no-repeat center; background-size: contain; position: absolute; top: -52px; left: 0; }
#templeBox03 .icon-list { align-items: center; margin-top: 20px; }
#templeBox03 .icon-list li { width: 250px; height: 80px; border-radius: 8px; padding: 10px; box-sizing: border-box; margin-right: 40px; align-items: center; position: relative; }
#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: 20px; height: 20px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); }
#templeBox03 .icon-list li img { width: 60px; margin-right: 10px; }
#templeBox03 .icon-list li span { font-size: 28px; }
#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: 60px 0 80px; }
#templeBox03 .price_box-list .price_box { padding: 40px 50px 50px; box-sizing: border-box; border-radius: 10px; margin-bottom: 50px; 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: 30px; height: 30px; background: url("../img/top/plus.svg") no-repeat center; background-size: contain; position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); }
#templeBox03 .price_box-list .price_box > h3 { display: flex; align-items: center; margin-bottom: 30px; }
#templeBox03 .price_box-list .price_box > h3 img { width: 60px; margin-right: 16px; }
#templeBox03 .price_box-list .price_box > h3 span { font-size: 28px; }
#templeBox03 .price_box-list .price_box h4.box_title { font-size: 24px; line-height: 35px; padding: 0 0 8px 15px; box-sizing: border-box; position: relative; margin-bottom: 16px; }
#templeBox03 .price_box-list .price_box h4.box_title::before { content: ""; display: block; width: 5px; height: calc(100% - 19px); position: absolute; top: 7px; left: 0; }
#templeBox03 .price_box-list .price_box .list { margin-top: -8px; }
#templeBox03 .price_box-list .price_box .list li { display: inline-block; font-size: 20px; line-height: 29px; padding: 8px 16px; border-radius: 5px; margin: 8px 8px 0 0; }
#templeBox03 .price_box-list .price_box .list li:last-child { margin-right: 0; }
#templeBox03 .price_box-list .price_box .price-table { margin-top: 40px; }
#templeBox03 .price_box-list .price_box .price-table tr th, #templeBox03 .price_box-list .price_box .price-table tr td { font-size: 18px; box-sizing: border-box; }
#templeBox03 .price_box-list .price_box .price-table tr th { padding: 12px 20px; text-align: center; 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: 20px; 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: 250px; }
#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; text-align: center; }
#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: 152px; }
#templeBox03 .price_box-list .price_box .price-table02 tr th { background: #1027A5; }
#templeBox03 .price_box-list .price_box .price-table02 tr td { border-right: 1px dashed #1027A5; }
#templeBox03 .price_box-list .price_box .price-table02 tr td:first-child { vertical-align: top; text-align: center; }
#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-size: 16px; 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 > h3 { margin-bottom: 30px; }
#templeBox03 .price_box-list .price_box03 .text_box { align-items: center; }
#templeBox03 .price_box-list .price_box03 .text_box .left { width: 270px; }
#templeBox03 .price_box-list .price_box03 .text_box .left .price { display: inline-block; width: 230px; font-size: 24px; line-height: 35px; position: relative; }
#templeBox03 .price_box-list .price_box03 .text_box .left .price .num { font-size: 80px; line-height: 115px; font-weight: 900; letter-spacing: -0.02em; margin: 0 16px 0 8px; }
#templeBox03 .price_box-list .price_box03 .text_box .left .price .mini { font-size: 18px; line-height: 26px; font-weight: 400; position: absolute; top: 40px; right: 27px; white-space: nowrap; }
#templeBox03 .price_box-list .price_box03 .text_box .text { width: calc(100% - 270px); }
#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: 30px; }
#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: 16px; }
#templeBox03 .price_box-list .price_box03 .comb_box { margin-top: 40px; }
#templeBox03 .price_box-list .price_box03 .comb_box .color_box { width: 250px; }
#templeBox03 .price_box-list .price_box03 .comb_box .color_box .color_list .color00 { width: 90px; margin-right: 10px; }
#templeBox03 .price_box-list .price_box03 .comb_box .color_box .color_list .color00:nth-child(2n) { margin-right: 0; }
#templeBox03 .price_box-list .price_box03 .comb_box .color_box .color_list .color00 .text { font-size: 18px; line-height: 1.45; }
#templeBox03 .price_box-list .price_box03 .btn01 { margin-top: 40px; }
#templeBox03 h3.title { font-size: 28px; margin-bottom: 20px; }
#templeBox03 .other-list .other_box { margin-bottom: 40px; 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: 10px 14px 10px 40px; box-sizing: border-box; align-items: center; justify-content: space-between; cursor: pointer; transition: 0.3s; }
#templeBox03 .other-list .other_box .t_text:hover { opacity: 0.7; }
#templeBox03 .other-list .other_box .t_text h4 { width: calc(100% - 36px); display: flex; align-items: center; flex-wrap: wrap; font-size: 28px; line-height: 60px; }
#templeBox03 .other-list .other_box .t_text h4 span { font-size: 18px; font-weight: 500; margin-left: 20px; padding-left: 20px; box-sizing: border-box; border-left: 1px solid #CFB790; }
#templeBox03 .other-list .other_box .t_text .mark { width: 36px; height: 36px; background: url("../img/p04/mark_open.png") no-repeat center; background-size: contain; margin-bottom: 22px; position: relative; transition: 0.3s; }
#templeBox03 .other-list .other_box .t_text .mark::before { content: "ひらく"; display: inline-block; font-size: 14px; letter-spacing: -0.05em; line-height: 20px; white-space: nowrap; position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%); }
#templeBox03 .other-list .other_box .t_text.on .mark { background: url("../img/p04/mark_close.png") no-repeat center; background-size: contain; }
#templeBox03 .other-list .other_box .t_text.on .mark::before { content: "とじる"; }
#templeBox03 .other-list .other_box .c_text { display: none; padding: 30px 40px 40px; box-sizing: border-box; }
#templeBox03 .other-list .other_box .c_text .cnt { justify-content: space-between; align-items: flex-start; }
#templeBox03 .other-list .other_box .c_text .cnt .img { width: 400px; order: 1; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box { width: 580px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box { margin-top: 24px; border-radius: 5px; background: #FFFFFF; overflow: hidden; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .midashi { padding: 8px 0; background: #F1E5D4; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in { padding: 20px 60px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list { margin-right: 53px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list li { padding-left: 22px; box-sizing: border-box; position: relative; margin-bottom: 8px; }
#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: 18px; height: 18px; 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 .list01 { width: 148px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list02 { width: 94px; }
#templeBox03 .other-list .other_box .c_text .cnt .text_box .list_box .list_box_in .list03 { width: 112px; margin-right: 0; }
#templeBox03 .other-list .other_box02 .c_text .cnt .text_box .list_box .list_box_in .list01 { width: 220px; }
#templeBox03 .other-list .other_box02 .c_text .cnt .text_box .list_box .list_box_in .list02 { width: 185px; }
#templeBox03 .other-list .other_box02 .c_text .cnt .text_box .list_box .list_box_in .list03 { width: 100%; margin-right: 0; margin-top: 8px; }

#templeBox04 { padding: 100px 0 200px; background: #FFF5E5; border-radius: 100px 100px 0 0; margin-top: -100px; position: relative; }
#templeBox04::before { content: ""; display: block; width: 350px; height: 174px; background: url("../img/p02/il01.png") no-repeat center; background-size: contain; position: absolute; top: -100px; right: 0; }
#templeBox04 .cnt { justify-content: space-between; align-items: flex-start; }
#templeBox04 .cnt .img { width: 590px; height: 393px; border-radius: 10px; overflow: hidden; order: 1; }
#templeBox04 .cnt .text_box { width: 450px; }
#templeBox04 .cnt .text_box h3 { font-size: 36px; font-weight: 900; margin-bottom: 32px; }
#templeBox04 .cnt .text_box.full { width: 100%; }
#templeBox04 .info-table { margin-top: 60px; border-radius: 5px; overflow: hidden; }
#templeBox04 .info-table tr { border-bottom: 1px solid #E3E3E3; }
#templeBox04 .info-table tr:last-child { border-bottom: 0; }
#templeBox04 .info-table tr th, #templeBox04 .info-table tr td { padding: 30px; box-sizing: border-box; }
#templeBox04 .info-table tr th { width: 150px; background: #F2F2F2; vertical-align: top; }
#templeBox04 .info-table tr td { background: #FFFFFF; vertical-align: middle; }
#templeBox04 .access-map { width: 100%; height: 500px; position: relative; margin-top: 60px; }
#templeBox04 .access-map iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/*施工実績　p05
=========================================== */
.works01 { padding: 40px 50px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); position: relative; }
.works01 .time { font-size: 15px; color: #8F8F8F; font-weight: 400; text-align: right; position: absolute; top: 24px; right: 40px; }
.works01 .cate_box { margin-bottom: 12px; }
.works01 .cate_box .cate-list { width: auto; }
.works01 .cate_box .cate-list li { display: inline-block; font-size: 15px; line-height: 21px; padding: 4px 8px; box-sizing: border-box; border-radius: 5px; margin-right: 4px; }
.works01 .cate_box .cate-list li:last-child { margin-right: 0; }
.works01 .cate_box .cate-list01 { margin-right: 4px; }
.works01 .cate_box .cate-list01 li { color: #8E2C00; background: #F3E9E5; }
.works01 .cate_box .cate-list02 li { color: #1027A5; background: #E6E9F6; }
.works01 h2 { font-size: 24px; margin-bottom: 40px; }
.works01 .cnt { justify-content: space-between; align-items: flex-start; }
.works01 .cnt .gallery_img { width: 510px; }
.works01 .cnt .gallery_img .gallery_main { margin-bottom: 16px !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: 98px; margin-right: 5px; }
.works01 .cnt .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
.works01 .cnt .info-table { width: 450px; }
.works01 .cnt .info-table tr { border-bottom: 1px solid #E6D9C4; }
.works01 .cnt .info-table tr:first-child { border-top: 1px solid #E6D9C4; }
.works01 .cnt .info-table tr th { width: 144px; padding: 16px; box-sizing: border-box; background: #FFF5E5; font-size: 16px; color: #431500; }
.works01 .cnt .info-table tr td { padding: 16px 0 16px 16px; box-sizing: border-box; background: #FFFFFF; font-size: 16px; font-weight: 500; }
.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 10px; }

#p05box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p05box01 .select_box h2 { width: 203px; }
#p05box01 .select_box .select-list { width: calc(100% - 203px); }
#p05box01 #works-all-list { margin-top: 80px; }
#p05box01 #works-all-list .works01 { margin-bottom: 50px; }
#p05box01 #works-all-list .works01:last-child { margin-bottom: 0; }

#worksBox01 { padding: 80px 0 200px; background: #FFF5E5; }

/*お客様の声　p06
=========================================== */
.voice01 { padding: 24px 50px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15); }
.voice01 .time { font-size: 15px; color: #8F8F8F; font-weight: 400; text-align: right; margin-bottom: 12px; }
.voice01 h2 { font-size: 24px; margin-bottom: 20px; }
.voice01 .cnt { position: relative; min-height: 450px; margin-bottom: 40px; }
.voice01 .cnt .info { width: 450px; align-items: center; margin-bottom: 24px; }
.voice01 .cnt .info .cate-list { width: auto; margin-right: 16px; }
.voice01 .cnt .info .cate-list li { display: inline-block; font-size: 15px; line-height: 21px; padding: 4px 8px; box-sizing: border-box; color: #8E2C00; background: #F3E9E5; border-radius: 5px; margin-right: 4px; }
.voice01 .cnt .info .cate-list li:last-child { margin-right: 0; }
.voice01 .cnt .info .info_in { padding-left: 28px; box-sizing: border-box; position: relative; }
.voice01 .cnt .info .info_in::before { content: ""; display: block; width: 24px; height: 24px; 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: 16px; }
.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 { width: 510px; position: absolute; top: 0; right: 0; }
.voice01 .cnt .gallery_img .gallery_main { margin-bottom: 16px !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: 98px; margin-right: 5px; }
.voice01 .cnt .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
.voice01 .cnt .comment_box { width: 450px; font-size: 16px; line-height: 2; }
.voice01 .table_box { justify-content: space-between; align-items: flex-start; }
.voice01 .table_box .info-table { width: 480px; }
.voice01 .table_box .info-table tr { border-bottom: 1px solid #E6D9C4; }
.voice01 .table_box .info-table tr:first-child { border-top: 1px solid #E6D9C4; }
.voice01 .table_box .info-table tr th { width: 144px; padding: 16px; box-sizing: border-box; background: #FFF5E5; font-size: 16px; color: #431500; }
.voice01 .table_box .info-table tr td { padding: 16px 0 16px 16px; box-sizing: border-box; background: #FFFFFF; font-size: 16px; font-weight: 500; }

#p06box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p06box01 .message-box { margin-bottom: 80px; }
#p06box01 #voice-all-list .voice01 { margin-bottom: 50px; }
#p06box01 #voice-all-list .voice01:last-child { margin-bottom: 0; }

#voiceBox01 { padding: 80px 0 200px; background: #FFF5E5; }

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

#p07box01 { padding: 80px 0 200px; }
#p07box01 .cnt { justify-content: space-between; align-items: flex-start; }
#p07box01 .cnt .left { width: 504px; }
#p07box01 .cnt .left .title01 { margin-bottom: 40px; }
#p07box01 .cnt .left .midashi { font-size: 28px; margin-bottom: 40px; }
#p07box01 .cnt .left .text_box p { margin-bottom: 30px; }
#p07box01 .cnt .left .text_box p:last-child { margin-bottom: 0; }
#p07box01 .cnt .right { width: 560px; position: relative; margin-right: -26px; }
#p07box01 .cnt .right .name { font-size: 20px; font-weight: 900; position: absolute; bottom: 0; right: 70px; }

#p07box02 { padding: 100px 0 200px; background: #FFF5E5; border-radius: 100px 100px 0 0; margin-top: -100px; }
#p07box02 .company-table tr { border-bottom: 1px solid #E6D9C4; }
#p07box02 .company-table tr:first-child th, #p07box02 .company-table tr:first-child td { padding-top: 0; }
#p07box02 .company-table tr:last-child { border-bottom: 0; }
#p07box02 .company-table tr:last-child th, #p07box02 .company-table tr:last-child td { padding-bottom: 0; }
#p07box02 .company-table tr th, #p07box02 .company-table tr td { padding: 30px 0; box-sizing: border-box; line-height: 1.8; }
#p07box02 .company-table tr th { width: 240px; color: #431500; vertical-align: top; }

#p07box03 { padding-bottom: 100px; position: relative; }
#p07box03::before { content: ""; display: block; width: 100%; height: 100px; border-radius: 100px 100px 0 0; background: #FFFFFF; position: absolute; left: 0; top: -100px; }
#p07box03 .title01 { margin-bottom: 32px; }
#p07box03 .access-map { width: 100%; height: 600px; position: relative; margin-top: 40px; }
#p07box03 .access-map iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p07box03 .gallery_img { margin-top: 80px; justify-content: space-between; align-items: flex-start; }
#p07box03 .gallery_img .gallery_main { width: 850px; margin-bottom: 0px !important; order: 1; }
#p07box03 .gallery_img .gallery_main .gallery_main01 { width: 100%; overflow: hidden; }
#p07box03 .gallery_img .gallery_thum { width: 204px; 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: 204px; margin-bottom: 8px; }
#p07box03 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-bottom: 0; }

#p07box04 { padding: 100px 0 200px; background: #FFF5E5; border-radius: 100px 100px 0 0; }
#p07box04 .box-list .box00 { margin-bottom: 80px; }
#p07box04 .box-list .box00:last-child { margin-bottom: 0; }
#p07box04 .box-list .box00 .box-title { font-size: 28px; line-height: 40px; font-weight: 900; letter-spacing: 0.05em; padding: 12px 20px; box-sizing: border-box; background: #F5E5B4; border-radius: 5px; margin-bottom: 40px; }
#p07box04 .box-list .box00 .cnt { justify-content: space-between; align-items: flex-start; }
#p07box04 .box-list .box00 .cnt .left { width: 656px; }
#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 .cnt .right { width: 410px; }
#p07box04 .box-list .box00 .box_in { padding: 40px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 15px; margin-top: 40px; }
#p07box04 .box-list .box00 .box_in .box-title02 { font-size: 28px; line-height: 40px; font-weight: 900; letter-spacing: 0.05em; padding: 0 0 8px 13px; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; position: relative; }
#p07box04 .box-list .box00 .box_in .box-title02::before { content: ""; display: block; width: 5px; height: calc(100% - 25px); background: #E95513; position: absolute; top: 8px; left: 0; }
#p07box04 .box-list .box01 .box_in .list01 li { display: flex; align-items: center; padding: 34px 0 31px; box-sizing: border-box; border-bottom: 1px dashed #C5C5C5; }
#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: inline-block; font-size: 24px; line-height: 35px; font-weight: 900; letter-spacing: 0.05em; margin-right: 42px; }
#p07box04 .box-list .box02 .cnt .left .box_in { width: 640px; padding: 32px 40px 40px; border-radius: 10px; position: relative; }
#p07box04 .box-list .box02 .cnt .left .box_in::before { content: ""; display: block; width: 148px; height: 170px; background: url("../img/p07/img03.png") no-repeat bottom right; background-size: contain; position: absolute; bottom: 0; right: 0; }
#p07box04 .box-list .box02 .cnt .left .box_in .box-title02 { font-size: 24px; line-height: 35px; margin-bottom: 16px; }
#p07box04 .box-list .box02 .cnt .left .box_in .list02 { margin-top: 28px; }
#p07box04 .box-list .box02 .cnt .left .box_in .list02 li { padding-left: 28px; box-sizing: border-box; position: relative; margin-bottom: 12px; }
#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: 20px; height: 20px; background: url("../img/p07/icon_check.png") no-repeat center; background-size: contain; position: absolute; top: 3px; left: 0; }
#p07box04 .box-list .box03 .list03 li { width: 350px; margin-right: 25px; }
#p07box04 .box-list .box03 .list03 li:nth-child(3n), #p07box04 .box-list .box03 .list03 li:last-child { margin-right: 0; }

/*お知らせ　p08
=========================================== */
#p08box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p08box01 .news-all-list .news00 { margin-bottom: 36px; }
#p08box01 .news-all-list .news00:last-child { margin-bottom: 0; }

#newsBox01 { padding: 80px 0 200px; background: #FFF5E5; }
#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: 15px; font-weight: 700; line-height: 21px; color: #8E2C00; padding: 4px 8px; box-sizing: border-box; background: #F3E9E5; border-radius: 5px; margin-right: 4px; }
#newsBox01 .info_in .cate-list li:last-child { margin-right: 0; }
#newsBox01 .info_in .time { display: inline-block; color: #8F8F8F; font-size: 15px; font-weight: 400; }
#newsBox01 .title { font-size: 32px; margin-top: 16px; }
#newsBox01 .news-text { margin-top: 24px; padding-bottom: 80px; border-bottom: 1px solid #E6D9C4; }
#newsBox01 .news-text a { text-decoration: underline; }
#newsBox01 .news-text a:hover { opacity: 0.7; }

/*見学予約・お問合せ　p09
=========================================== */
.page-contact #contact-sec { display: none; }

#p09box01 { padding: 80px 0 200px; background: #FFF5E5; }
#p09box01 .text01 { text-align: center; }
#p09box01 .text01 span { display: inline-block; padding: 3px 8px 5px; box-sizing: border-box; border-radius: 3px; background: #E95513; margin-top: 20px; line-height: 26px; }
#p09box01 .box-list { margin-top: 80px; }
#p09box01 .box-list .box .text { text-align: center; }
#p09box01 .box-list .box .cnt01 { align-items: center; justify-content: center; padding: 40px 0; background: #FFFFFF; border-radius: 10px; position: relative; }
#p09box01 .box-list .box .cnt01::before { content: ""; display: block; width: 168px; height: 120px; background: url("../img/top/il03.png") no-repeat center; background-size: contain; position: absolute; top: -50px; right: -40px; }
#p09box01 .box-list .box .cnt01 .tel_box { width: 450px; }
#p09box01 .box-list .box .cnt01 .text { width: 400px; margin-left: 50px; text-align: left; }
#p09box01 .box-list .box .cnt02 { justify-content: space-between; margin-top: 40px; }
#p09box01 .box-list .box .cnt02 .box_in { width: 540px; padding: 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; }
#p09box01 .box-list .box .cnt02 .box_in h3 { font-size: 24px; color: #431500; margin-bottom: 40px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id { margin-top: 40px; align-items: flex-start; justify-content: center; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .qr_box { width: 150px; margin-right: 40px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .id_box { width: 200px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .id_box p { font-size: 20px; }
#p09box01 .box-list .box .cnt02 .box_in .qr_id .id_box p.id_text { font-size: 18px; background: #F2F2F2; border-radius: 5px; padding: 12px 16px; box-sizing: border-box; margin-top: 8px; }
#p09box01 .box-list .box .cnt02 .box_in .btn01.line_btn { width: 420px; }
#p09box01 .box-list .box .cnt02 .box_in .btn01.line_btn a { 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: 60px; }
#p09box01 .box-list .box01 .title01 { margin-bottom: 32px; }
#p09box01 .box-list .box02 .title01 { margin-bottom: 20px; }
#p09box01 .box-list .box02 .text02 span { display: inline-block; padding: 3px 8px 5px; box-sizing: border-box; border-radius: 5px; background: #F3E0CE; margin: 8px 4px 0 0; font-weight: 700; color: #8E2C00; line-height: 26px; }

#p09box02 { padding: 100px 0; background: #F6F2E6; border-radius: 100px 100px 0 0; margin-top: -100px; }
#p09box02 .wrap::before { content: ""; display: block; width: 96px; height: 180px; background: url("../img/p09/il01.png") no-repeat center; background-size: contain; position: absolute; top: -26px; right: 117px; }
#p09box02 .title01 { margin-bottom: 40px; }
#p09box02 .text-list li { padding-left: 1em; text-indent: -1em; line-height: 2; }
#p09box02 .form_box { margin-top: 60px; padding: 60px 80px 80px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 60px; }
ul.contact-state > li { display: table; width: 310px; height: 48px; 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: 16px; }
ul.contact-state > li.state01 { width: 320px; margin-left: 0; clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 0% 50%); }
ul.contact-state > li.state01 > span { background: #8E2C00; border-radius: 5px 0 0 5px; }
ul.contact-state li.state02 { clip-path: polygon(0 0, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%); }
ul.contact-state li.state03 { clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 10px 50%); }
ul.contact-state li.state03 > span { border-radius: 0 5px 5px 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: 18px; margin-bottom: 60px; }

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

.contactTBL { /*お問合せ内容*/ /*見学希望日時*/ /*住所*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL ::placeholder { color: #CCCCCC; }
.contactTBL th, .contactTBL td { display: block; font-size: 18px; line-height: 26px; font-weight: 700; text-align: left; }
.contactTBL th { margin-bottom: 12px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 16px; font-weight: 500; color: #FFFFFF; padding: 0 10px; border-radius: 13px; margin-right: 8px; }
.contactTBL th .hissu { background: #E95513; }
.contactTBL th .ninni { background: #ABABAB; }
.contactTBL td { margin-bottom: 40px; }
.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: 60px; padding: 10px 20px; box-sizing: border-box; background: #F9F9F9; border: 1px solid #E3E3E3; border-radius: 8px; font-family: 'NotoSansJP'; font-size: 18px; font-weight: 500; letter-spacing: 0.05em; color: #202020; cursor: pointer; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 150px; padding: 20px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { padding: 10px 40px 10px 20px; background: url("../img/p09/select_arrow.svg") no-repeat center right 20px, #F9F9F9; background-size: 12px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #202020; }
.contactTBL .sub_text { font-size: 16px; font-weight: 400; margin-left: 8px; color: #5A5A5A; }
.contactTBL .koumoku th { margin-bottom: 18px; }
.contactTBL .koumoku .wpcf7-list-item { margin-left: 32px; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="checkbox"] { width: 28px; height: 28px; background: #F9F9F9; border: 1px solid #E3E3E3; accent-color: #202020; margin-right: 8px; border-radius: 4px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label span.wpcf7-list-item-label { line-height: 28px; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-left: 0; }
.contactTBL .kengaku td .date-list li { display: flex; align-items: center; margin-bottom: 20px; }
.contactTBL .kengaku td .date-list li:last-child { margin-bottom: 0; }
.contactTBL .kengaku td .date-list li input.wpcf7-date.date-select { width: 186px; margin: 0 16px 0 12px; }
.contactTBL .kengaku td .date-list li select.wpcf7-form-control.wpcf7-select.time-select { width: 126px; background: url("../img/p09/select_arrow.svg") no-repeat center right 16px, #F9F9F9; background-size: 12px; }
.contactTBL .address_box .address-list li { margin-bottom: 20px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li .text01 { font-size: 14px; line-height: 20px; font-weight: 400; }
.contactTBL .address_box .address-list li.zip01 { display: flex; align-items: center; }
.contactTBL .address_box .address-list li.zip01 input#zip01 { width: 137px; margin-left: 10px; }
.contactTBL .address_box .address-list li.address01 span.bold { display: block; margin-bottom: 8px; }
.contactTBL .doui-box th { margin-bottom: 16px; }
.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: 18px; font-weight: 700; line-height: 40px; }
.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: 40px; height: 40px; margin-right: 10px; }
.contactTBL .doui-box td .wpcf7-list-item label span.wpcf7-list-item-label::after { display: block; position: absolute; content: ""; border-radius: 50%; width: 24px; height: 24px; background-color: #202020; left: 8px; 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: 18px; font-weight: 500; padding-left: 50px; box-sizing: border-box; margin-top: 10px; }
.contactTBL .doui-box td .doui-text a { display: block; text-decoration: underline; }
.contactTBL .doui-box td .doui-text a:hover { opacity: 0.7; }
.contactTBL .contact-submit.flex { justify-content: center; flex-direction: row-reverse; margin-top: 60px; }
.contactTBL .contact-submit.flex .submit-btn { width: 450px; height: 100px; }
.contactTBL .contact-submit.flex .submit-btn input.wpcf7-form-control { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 0 60px; box-sizing: border-box; white-space: normal; border-radius: 50px; background: url("../img/common/btn_arrow01.png") no-repeat center right 30px, #E95513; background-size: 28px; border: 2px solid #E95513; cursor: pointer; transition: 0.3s; font-size: 20px; line-height: 30px; color: #FFFFFF; font-weight: 700; letter-spacing: 0.05em; 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-right: 20px !important; }
.contactTBL .contact-submit.flex .submit-btn.back input.wpcf7-form-control { background: url("../img/p09/back_arrow01.png") no-repeat center left 30px, #FFFFFF; background-size: 28px; 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: 80px 0 200px; background: #FFF5E5; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 25px; }
#other p.text01 { font-size: 18px; padding-left: 15px; position: relative; margin: 10px 0; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 80px 0 200px; background: #FFF5E5; }

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

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

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 1920px) { #header { height: 6.25vw; }
  #header .header_inner { width: 57.29vw; }
  #header .header_inner .header_inner_top { height: 4.06vw; padding-top: 0.52vw; }
  #header .header_inner .header_inner_top .logo { width: 16.93vw; }
  #header .header_inner .header_inner_top .logo a img { width: 11.46vw; }
  #header .header_inner .header_inner_top .logo a .logo_text { font-size: 0.73vw; line-height: 0.99vw; margin-left: 0.63vw; }
  #header .header_inner .header_inner_top .right .tel_box .tel .num { font-size: 1.88vw; line-height: 2.6vw; padding-left: 2.92vw; }
  #header .header_inner .header_inner_top .right .tel_box .tel .num::before { width: 2.5vw; height: 1.46vw; top: 0.73vw; }
  #header .header_inner .header_inner_top .right .tel_box .tel-text { font-size: 0.83vw; margin-left: 0.57vw; }
  #header .header_inner .header_inner_top .right .tel_box .tel-text span { margin: 0 0 -0.16vw -0.47vw; }
  #header .header_inner .header_inner_top .right .btn01.contact_btn { width: 11.46vw; height: 2.6vw; margin: 0 0 0 0.83vw; }
  #header .header_inner .header_inner_top .right .btn01.contact_btn a { padding: 0.57vw 1.04vw 0.68vw 2.55vw; background: url("../img/common/mail_icon.svg") no-repeat top 0.89vw left 1.04vw, #FFD500; background-size: 1.3vw; border-radius: 1.41vw; }
  #header .header_inner .header_inner_top .right .btn01.contact_btn a .waku { height: 1.35vw; }
  #header .header_inner .header_inner_top .right .btn01.contact_btn a .waku .appear, #header .header_inner .header_inner_top .right .btn01.contact_btn a .waku .hover-appear { font-size: 0.93vw; line-height: 1.35vw; }
  #header .header_inner .header_inner_top .right .btn01.contact_btn a .waku .hover-appear { bottom: -1.35vw; left: 0px; }
  #header .header_inner .header_inner_top .right .btn01.contact_btn a:hover .appear { transform: translate(0px, -1.35vw); }
  #header .header_inner .header_inner_top .right .btn01.contact_btn a:hover .hover-appear { bottom: -1.35vw; transform: translate(0px, -1.35vw); }
  /*gnav*/
  .gnav { height: 2.19vw; }
  .gnav > ul > li { padding: 0 0.93vw; }
  .gnav > ul > li:first-child { padding-left: 0; }
  .gnav > ul > li:last-child { padding-right: 0; }
  .gnav > ul > li::after { height: 1.35vw; }
  .gnav > ul > li > a > span { font-size: 0.93vw; line-height: 1.35vw; }
  .gnav .gnav_first > p { font-size: 0.93vw; line-height: 1.35vw; }
  .gnav .gnav_first > p::after { width: 0.68vw; height: 0.42vw; bottom: 0.31vw; }
  .gnav_bg { padding: 0.52vw 0 2.08vw; }
  .gnav_second ul { width: 8.65vw; padding: 1.04vw; border-radius: 0.26vw; }
  .gnav_first .gnav_second li { width: 6.56vw; }
  .gnav_first .gnav_second li a { padding: 0.63vw 0; font-size: 0.93vw; }
  /* main */
  /*-------------------------------------------*/
  #main { margin-top: 6.25vw; }
  #main.home_main { height: 32.55vw; padding: 3.13vw 0 0 5.21vw; }
  #main.home_main .text_box { width: 36.98vw; }
  #main.home_main .text_box .title_box { margin-bottom: 1.04vw; }
  #main.home_main .text_box .title_box .sub_title { font-size: 1.67vw; line-height: 2.5vw; margin-bottom: 0.42vw; }
  #main.home_main .text_box .title_box .sub_title .text00 { margin: 0 0.21vw; padding: 0 0.83vw 0.1vw; border-radius: 0.16vw; }
  #main.home_main .text_box .title_box .sub_title .mini { font-size: 1.25vw; line-height: 1.82vw; }
  #main.home_main .text_box .title_box h2 { font-size: 3.75vw; line-height: 5.42vw; }
  #main.home_main .text_box .point-list .point00 { width: 10.42vw; height: 9.38vw; margin-right: 1.25vw; }
  #main.home_main .text_box .point-list .point00:last-child { margin-right: 0; }
  #main.home_main .text_box .point-list .point00 .img { height: 2.6vw; margin-bottom: 0.93vw; }
  #main.home_main .text_box .point-list .point00 h3 { font-size: 1.25vw; line-height: 1.67vw; }
  #main.home_main .text_box .point-list .point00 h3 .sub_text { font-size: 0.93vw; }
  #main.home_main .text_box .point-list .point02 .img { margin-bottom: 0.21vw; }
  #main.home_main .text_box .price_box .hukidashi { width: 5.73vw; height: 5.73vw; margin-right: -vw; }
  #main.home_main .text_box .price_box .hukidashi::before { border-width: 0.31vw 0px 0.31vw 0.83vw; right: -0.73vw; }
  #main.home_main .text_box .price_box .hukidashi span { font-size: 1.04vw; line-height: 1.25vw; }
  #main.home_main .text_box .price_box .price_box_in { width: 28.44vw; padding: 0.93vw 2.08vw; border-radius: 0.26vw; }
  #main.home_main .text_box .price_box .price_box_in .price { width: 10.42vw; font-size: 1.25vw; line-height: 1.82vw; }
  #main.home_main .text_box .price_box .price_box_in .price .num { width: 6.25vw; margin-right: 0.21vw; }
  #main.home_main .text_box .price_box .price_box_in .price .num .big { font-size: 5.21vw; line-height: 7.5vw; bottom: -1.56vw; }
  #main.home_main .text_box .price_box .price_box_in .price .num .big02 { -webkit-text-stroke: 1.04vw #FFF; text-stroke: 1.04vw #FFF; }
  #main.home_main .text_box .price_box .price_box_in .price .mini { font-size: 0.93vw; line-height: 1.35vw; top: 0.16vw; right: 0.52vw; }
  #main.home_main .text_box .price_box .price_box_in .text { font-size: 0.93vw; line-height: 1.41vw; margin-left: 0.73vw; }
  #main.home_main .main_slide { width: calc(100% - 36.98vw); height: 25.78vw; }
  #main.home_main .main_slide .slide_img { width: 36.46vw; margin-right: 1.56vw; border-radius: 0.52vw; }
  #main.home_main .main_slide .slide_img a .slide-text { background: url("../img/main/slide_arrow.png") no-repeat center left 1.04vw, rgba(32, 32, 32, 0.8); background-size: 1.25vw; padding: 0.47vw 1.04vw 0.52vw 2.71vw; }
  #main.home_main .main_slide .slide_img a .slide-text p { font-size: 0.93vw; }
  #main.home_main .main_slide .slick-dots { padding-left: 0.78vw; bottom: -1.56vw; }
  #main.home_main .main_slide .slick-dots li { width: 0.52vw; height: 0.52vw; margin: 0 0.26vw; } }
/*ipad対策
=========================================== */
/*Firefox用
=========================================== */
@-moz-document url-prefix() {}
/*safari用
=========================================== */
