@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap');


/* common
==========================================================*/

body { font-size: 15px; line-height: 2; font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif; margin:0; padding: 0; letter-spacing:0.1em; color:#000; -webkit-text-size-adjust: 100%; }
@media screen and (max-width: 1000px) {
    body { font-size: 14px;}
}
@media screen and (max-width: 750px) {
    body { font-size: 13px; line-height: 1.8;}
}

a { text-decoration: none; color: #000; outline: none; -webkit-transition: all .3s; transition: all .3s;}
a *,
a:after,
.trans03{-webkit-transition: all .3s; transition: all .3s; }
a:hover { text-decoration: none; -webkit-transition: all .3s; transition: all .3s;}
.hoverbig:hover { transform: scale(1.1);}
img { -ms-interpolation-mode: bicubic; max-width: 100%; height: auto; max-width: 100%; height: auto; vertical-align: bottom;}
:focus { outline: 0; }
.sp-hide {}
.sp-show { display: none !important;}
* { box-sizing: border-box}
.tellink { pointer-events: none;}
@media screen and (max-width: 750px){
    .sp-hide { display: none !important;}
    .sp-show { display: block !important;}
    .tellink { pointer-events: auto;}
}  
    
.flex { display: flex; flex-wrap: wrap; }
.flex-nowrap { display: flex; }
.flex-jcs {display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex-jca { display: flex; justify-content: space-around; flex-wrap: wrap; }
.flex-center {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.flex-aic { display: flex; align-items: center; flex-wrap: wrap; }
.flex-jcc { display: flex; justify-content: center; flex-wrap: wrap; }

.centerposi { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }
.centertate { position: absolute; top: 50%; -webkit-transform: translateY(-50%); /* Safari用 */ transform: translateY(-50%); } 
.centeryoko { position: absolute; left: 50%; -webkit-transform: translateX(-50%); /* Safari用 */ transform: translateX(-50%); } 

.inner{width: calc(100% - 40px); margin: 0 auto;}
.inner740 { max-width: 740px; width: calc(100% - 40px); margin: 0 auto;}
.inner900{ max-width: 900px; width: calc(100% - 40px); margin: 0 auto;}
.inner1000{ max-width: 1000px; width: calc(100% - 40px); margin: 0 auto;}
.inner1200{ max-width: 1200px; width: calc(100% - 40px); margin: 0 auto;}

.fs10{ font-size: calc(10em / 15);}
.fs12{ font-size: calc(12em / 15);}
.fs13{ font-size: calc(13em / 15);}
.fs18{ font-size: calc(18em / 15);}
.fs20{ font-size: calc(20em / 15);}
.fs22{ font-size: calc(22em / 15);}
.fs24{ font-size: calc(24em / 15);}
.fs36{ font-size: calc(36em / 15);}

.fc-r { color: #C1272D; }
.fc-w { color: #fff;}

#wrapper { overflow: hidden;}

.after,
.before{ position: relative;} 
.after:after,
.before:before { content: ""; position: absolute; }

.tate {-webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl;}
.clamp { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden; }



/* header
==========================================================*/

.navInner,
.navInner-ind,
.navInner-indin{ display: block; width: 60px; height: 60px; top: 30px; right: 30px; z-index: 9999; cursor: pointer; position: fixed;}
.navInner-ind,
.navInner-indin{ position: inherit;}
@media screen and (max-width: 1000px){
    .navInner { top: 10px; right: 10px;}
}  
#menu { width: 100%; height: 100%; left: 0; top: 0; display: none; position: fixed; background: #fff; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; z-index: 9901 !important; overflow: hidden; overflow-y: scroll;}
.menu-trigger { width: 100%; height: 100%; line-height: inherit; cursor: pointer; position: relative; display: inline-block; transition: all .3s; }
.menu-trigger .menutxt  { text-align: center; position: absolute; bottom: 0; left: 0; width: 100%; line-height: 1;}
.menu-trigger span { width: 24px; height: 1px; left: calc(50% - 12px); display: inline-block; transition: all .3s; position: absolute; background: #000;  }
.menu-trigger span:nth-of-type(1) { top: 20px; }
.menu-trigger span:nth-of-type(2) { top: 35px; }
.menu-trigger:not(.active):hover span:nth-of-type(1) { top: 21px; }
.menu-trigger:not(.active):hover span:nth-of-type(2) { top: 34px; }
.menu-trigger.active span {}
.menu-trigger.active span:nth-of-type(1) { transform: translateY(7.5px) rotate(-45deg); }
.menu-trigger.active span:nth-of-type(2) { transform: translateY(-7.5px) rotate(45deg);}

header { padding: 50px 0;}
@media screen and (min-width: 751px){
.page-ind header { padding: 0;}
} 
.headlogo { width: 85px; margin: 0 auto;}
.gnavulwrap { justify-content: center; text-align: center; height: 100%; }
.page-ind .gnavulwrap { padding-left: 100px;justify-content: flex-start; text-align: left;  }
.gnavul{margin-bottom: -20px;}
.gnavul li{ margin-bottom: 20px;}
.gnavul li a{ display: block;}
@media screen and (max-width: 750px){
    header { padding: 25px 0;}
    .headlogo { width: 60px;}
    .page-ind .gnavulwrap { padding-left:0; justify-content: center;text-align: center;  }
    .gnavul{margin-bottom: -20px;}
    .gnavul li{ margin-bottom: 20px;}
}  


    
/* footer
==========================================================*/

footer { padding-bottom: 40px; text-align: center; background: #fff; position: relative; z-index: 2;}
.footlogo{ width: 88px; margin: 0 auto 40px;}
.footnavul{ margin-bottom: 20px; line-height: 1;}
.footnavul li{ margin-bottom: 20px; border-left: 1px solid #C1272D;}
.footnavul li:last-child {border-right: 1px solid #C1272D; }
.footnavul li a{ padding: 2px 25px; display: block;}
.footcopy{  color: #888;}
.pagetop{ width: 42px; right: 0; bottom: 0;}
.footBnr{display: block; width: 310px; margin: 40px auto 30px;}
.foot_napwrap {
    text-align: center;
    margin-bottom: 1em;
    font-size: .9em;
}
@media screen and (max-width: 1100px){
    .footnavul{ max-width: 550px; width: 100%; margin: 0 auto 25px;}
    .footnavul li:nth-child(3) {border-right: 1px solid #C1272D; }
}
@media screen and (max-width: 1000px){
    .footnavul li:nth-child(3) {border-right: transparent; }
    .footnavul li:nth-child(4) {border-right: 1px solid #C1272D; }
}
@media screen and (max-width: 750px){
    footer { padding-bottom: 20px;}
    .footlogo{ width: 70px; margin: 0 auto 40px;}
    .footnavul{width: 100%; margin: 0 auto 10px;}
    .pagetop{ position: inherit; width: 42px; margin: 30px auto 0;}
}   
@media screen and (max-width: 600px){
    .footnavul{ max-width: 350px;}
    .footnavul li { width: 50%;}
    .footnavul li a{padding: 2px 20px;}
    .footnavul li:nth-child(2n) {border-right: 1px solid #C1272D; }
}    



/* index
==========================================================*/

.indmainwrap{padding: 50px; height: 100vh; padding-right: 0;}
.indmain-l{ width: calc(750 / 1350 * 100%);}
#mainslide{ width: 100%; height: 100%;} 
#mainslide .swiper-wrapper{}  
#mainslide .swiper-slide01 { background: url(../images/index/main01.jpg?25) no-repeat center; background-size: cover;}
#mainslide .swiper-slide02 { background: url(../images/index/main02.jpg?25) no-repeat center; background-size: cover;}
#mainslide .swiper-slide03 { background: url(../images/index/main03.jpg?25) no-repeat center; background-size: cover;}
#mainslide .swiper-slide04 { background: url(../images/index/main04.jpg?25) no-repeat center; background-size: cover;}
#mainslide .swiper-pagination{ bottom: 30px; left: 30px;}
#mainslide .swiper-pagination-bullet{ margin: 0 20px 0 0; width: 5px; height: 5px; background: #666; opacity: 1;}
#mainslide .swiper-pagination-bullet-active{ background: #fff;}
.indmian-r{ width: calc(550 / 1350 * 100%); flex-direction: column;}
.indlogo{ margin-bottom: 80px; width: 114px;}
@media screen and (max-width: 1200px){
    .indmain-l{ width: calc(900 / 1350 * 100%);}
    .indmian-r{ width: calc(400 / 1350 * 100%);}
    .indlogo{width: 100px;}
} 
@media screen and (max-width: 750px){
    .indmainwrap{ padding:0 20px 20px; height: calc(100vh - 130px); }
    #menu .indmainwrap { padding: 0; height: 100%;}
    .indmain-l{ width: 100%;}
    #mainslide .swiper-pagination{ bottom: 20px; left: 20px;}
}

.indsectionwrap { padding-top: 150px; background: #fff;}
.indsectionwrap section { padding-bottom: 150px; }
.midwrap{ margin-bottom: 50px; text-align: center;}
.mid{ padding: 0 10px 20px; border-bottom: 1px solid #C1272D; line-height: 1; letter-spacing: 0.2em; display: inline-block;}
.mid:after { width: 5px; height: 5px; top: calc(100% - 2.5px); left: calc(50% - 2.5px); border-radius: 50%; background: #C1272D;}
.indbtn{ }
.indbtn a { width: 200px; height: 45px; background: #f2f2f2;}
.indbtn a:after { right: 25px; top: calc(50% - 2.5px); width: 5px; height: 5px; background: url(../images/common/btnyaji.png) no-repeat center; background-size: cover;}
.indbtn a:hover:after { right: 20px;}
.indbnr {}
.indbnr a { width: 100%; height: 145px; background: url(../images/index/indimg04.jpg?25) no-repeat; background-size: cover; position: relative;}
.indbnr a h3{position: relative; z-index: 10;}
.indbnr a:after { width: calc(100% - 20px); height: calc(100% - 20px); top: 10px; left: 10px; border: 1px solid #fff;}
.indbnr a::before{content: ""; display: block; width: 100%; position: absolute; width: 100%; height: 100%; background-color: #000; opacity: .2;}
@media screen and (max-width: 750px){
    .indsectionwrap { padding-top: 75px;}
    .indsectionwrap section { padding-bottom: 75px; }
    .midwrap{ margin-bottom: 25px;}
    .indbnr a {height: 120px;}
    .indbnr a:after { width: calc(100% - 10px); height: calc(100% - 10px); top: 5px; left: 5px;}
}

.indblogwrap{}
.indblog-l { width: 200px; position: relative;}
.indblogmid{ top: 0; left: calc(50% - 0.5em); letter-spacing:0.3em;line-height: 1;}
.indblog-l:before {content: ""; width: 5px; height: 5px; left: calc(50% - 2.5px); top: 150px; border-radius: 50%; background: #C1272D; position: absolute;}
.indblog-l:after {content: ""; width: 1px; height: 100%; left: calc(50% - 0.5px); top: 150px; background: #C1272D;  position: absolute;}
.indbloglistulwrap{ width: calc(100% - 200px);}
.bloglistul{ margin-bottom: 20px; margin-left: -20px;}
.bloglistul li{ margin-bottom: 40px; width: calc(100% / 3 - 20px); margin-left: 20px;}
.bloglistul li a{}
.bloglistimg{ margin-bottom: 20px;}
.blog_cateList{display: flex; gap: 30px; margin-bottom: 30px;}
.blog_cateList .current-cat{border-bottom: 1px solid #C1272D;}
.bloglistcat{}
.bloglistttl{ margin-bottom: 5px;}
.bloglistdate{ margin-bottom: 10px; color: #999}
.bloglisttxt{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow:hidden;}
@media screen and (max-width: 1200px){
    .indblog-l { width: 120px; }
    .indbloglistulwrap{ width: calc(100% - 120px);}
}     
@media screen and (max-width: 750px){  
    .indblogwrap{}
    .indblog-l { width: 70px; }
    .indblogmid{ left: calc(50% - 0.6em); }
    .indblog-l:before { top: 120px;}
    .indblog-l:after {top: 120px; height: 90%;}
    .indbloglistulwrap{ width: calc(100% - 70px);}
    .bloglistul{ margin-bottom: 20px; margin-left: -20px;}
    .bloglistul li{ margin-bottom: 20px; width: calc(100% / 2 - 20px); margin-left: 20px;}
    .bloglistimg{ margin-bottom: 15px;}
    .page-ind .bloglistul li:nth-child(n+5){ display: none;}
}

.indgreewrap{ text-align: center;}
.indgreemid{ margin-bottom: 40px; letter-spacing:0.2em; }
.indgreetxt{ margin-bottom: -30px; line-height: 2.5;}
.indgreetxt p { margin-bottom: 30px;}
@media screen and (max-width: 750px){
    .indgreemid{ margin-bottom: 30px;  }
    .indgreetxt{ margin-bottom: -20px;}
    .indgreetxt p { margin-bottom: 20px;}
    .indgreetxt br { display: none;}
}

.indguidewrap{}
#guideslide{ margin-bottom: 100px;}
#guideslide .swiper-wrapper{} 
#guideslide .swiper-slide{}
.guidelrwrap{ width: 100%; height: 380px;}
.guide-l{ width: calc(100% - 75px);}
.swiper-slide01 .guide-l{ background: url(../images/index/indimg01.jpg?25) no-repeat center; background-size: cover;}
.swiper-slide02 .guide-l{ background: url(../images/index/indimg02.jpg?25) no-repeat center; background-size: cover;}
.swiper-slide03 .guide-l{ background: url(../images/index/indimg03.jpg?25) no-repeat center; background-size: cover;}
.guide-r{ width: 75px; background: #E6E6E6;}
.guide-r h3{ top: 40px; left: calc(50% - 0.6em); line-height: 1; }
#guideslide .swiper-button-prev,
#guideslide .swiper-button-next{ width: 12px; height: 20px; top: calc(50% - 10px); margin: 0;}
#guideslide .swiper-button-prev{ left: 29%; background: url(../images/index/arrow-l.png) no-repeat center; background-size: cover;}
#guideslide .swiper-button-next{ right: 29%; background: url(../images/index/arrow-r.png) no-repeat center; background-size: cover;}
@media screen and (max-width: 1200px){
    .guidelrwrap{ height: 300px;}
    #guideslide .swiper-button-prev{ left: 23%;}
    #guideslide .swiper-button-next{ right: 23%;}
}
@media screen and (max-width: 750px){
    #guideslide{ margin-bottom: 30px;}
    .guidelrwrap{ width: 100%; height: 250px;}
    .guide-l{ width: calc(100% - 60px);}
    .guide-r{ width: 60px;}
    .guide-r h3{ top: 20px; left: calc(50% - 0.6em); line-height: 1; }
    #guideslide .swiper-button-prev,
    #guideslide .swiper-button-next{ width: 40px; height: 40px; top: calc(50% - 10px); margin: 0; background-size: 10px 16px !important; background-color: #fff;}
    #guideslide .swiper-button-prev{ left: 0;}
    #guideslide .swiper-button-next{ right: 0;}
}


.indaccessewrap {}
.indmapwrap{ margin-bottom: 30px; height: 350px; width: 100%; -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); filter:grayscale(100%);}
.indmapwrap iframe{ width: 100%; height: 100%;}
.indmaptxt{ margin-bottom: 40px;}
.indmaptxt .fs15{ margin-right: -30px;}
.indmaptxt .fs15 p{ margin-right: 30px; margin-bottom: 0;}
.indmaptxt .fs13{}
@media screen and (max-width: 750px){
    .indmapwrap{ margin-bottom: 20px; height: 250px; }
    .indmapwrap iframe{ width: 100%; height: 100%;}
    .indmaptxt{ margin-bottom: 30px;}
    .indmaptxt .fs15{ display: block;}
}



/* kasou
==========================================================*/
  
.mainwrap{ height: 350px; width: 100%;position: relative; }
.mainwrap::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0;}
.page-about .mainwrap{ background: url(../images/about/aboutmain.jpg?25aa) no-repeat center; background-size: cover;}
.page-about .mainwrap::after{opacity: .2;}
.page-memorial .mainwrap{ background: url(../images/memorial/memorialmain.jpg?25) no-repeat center; background-size: cover;}
.page-memorial .mainwrap::after{opacity: .25;}
.page-event .mainwrap{ background: url(../images/event/eventmain.jpg?25) no-repeat center; background-size: cover;}
.page-event .mainwrap::after{opacity: .25;}
.page-access .mainwrap{ background: url(../images/access/accessmain.jpg?25) no-repeat center top; background-size: cover;}
.page-access .mainwrap::after{opacity: .25;}
.page-eitai .mainwrap{ background: url(../images/eitai/eitaimain.jpg?25) no-repeat center top; background-size: cover;}
.page-eitai .mainwrap::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .4;}

.pagettl{ letter-spacing: 0.2em; position: relative; z-index: 10;}
.pagesectionwrap { margin-top: 150px; }
.pagedescwrap{ margin-bottom: 150px; text-align: center;}
.pagedescmid{ margin-bottom: 30px; letter-spacing: 0.2em;}
.pagedesctxt{ line-height: 2.5;}
.pagecontwrap{margin-bottom: calc(150px - 15px);}
.pagelrwrap{ margin-bottom: 50px;}
.pagewideimg{ margin-bottom: 30px;}
.page-l{ width: calc(50% - 50px);}
.page-r{ width: 50%;}
.pagelrwrap .fs20 { margin-bottom: 15px; letter-spacing: 0.2em;}
.pagecontwrap p { margin-bottom: 15px;}


.bg_outline{
    background-color: #f7f5f1;
    padding: 40px 40px 30px;
    font-size: 1.05em;
}
.bg_outline p{
    margin-bottom: 10px;
}
@media screen and (max-width: 1040px){
    .pagesectionwrap { margin-top: 100px; }
    .pagedescwrap{ margin-bottom: 100px;}
    .pagecontwrap{margin-bottom: calc(100px - 15px);}
    .page-l{ width: calc(50% - 30px);}
}
@media screen and (max-width: 750px){
    .mainwrap{ height: calc(350px / 2);}
    .pagettl{ font-size: calc(30em / 15);}
    .pagesectionwrap { margin-top: 75px; }
    .pagedescwrap { margin-bottom: 75px;}
    .pagedescmid{ margin-bottom: 20px; letter-spacing: 0.1em;}
    .pagecontwrap{ margin-bottom: calc(75px - 15px); }
    .pagelrwrap{ margin-bottom: 30px;}
    .pagewideimg{ margin-bottom: 20px;}
    .page-l{ width: calc(50% - 20px);}
    .pagelrwrap .fs20 { margin-bottom: 10px; letter-spacing: 0.1em;}

    .bg_outline{padding: 20px 20px 15px;}
}
@media screen and (max-width: 550px){
    .pagelrwrap { flex-direction: column-reverse;}
    .pagewideimg{ width: 100vw; margin-left: -20px; }
    .page-l,
    .page-r{ width: 100%;}
}
@media screen and (max-width: 450px){
    .mainwrap{ height: calc(350px / 2.5);}

}



/* blog
==========================================================*/

.blogwrap,
.contactwrap{ padding: 100px 0 150px;}
.blogwrap .midwrap{ margin-bottom: 80px;}
.paginationwrap{ text-align: center;}
.paginationwrap .pagination * { padding: 10px;}
.paginationwrap .pagination .current{ color: #C1272D;}
.paginationwrap .pagination .inactive{}
@media screen and (max-width: 750px){
    .blogwrap,
    .contactwrap{ padding: 50px 0 75px;}
    .blogwrap .midwrap{ margin-bottom: 40px;}
}

.blog-l{ width: 700px;}
.blogpostcat{}
.blogpostttl{ margin-bottom: 10px; letter-spacing: 0.2em;}
.blogpostdate{ margin-bottom: 30px; color: #999;}
.blogposttxt{ }
.blogposttxt p{ margin-bottom: 30px;}
.blopnwrap{ margin-top: 60px;}
.blopnwrap:after { width: 1px; height: 16px; top: calc(50% - 8px);  left: 50%;background: #C1272D;}
.blopnwrap a { padding: 0 25px; display: block;}
.blopnwrap a:after { left: 0; top: calc(50% - 6px);  width: 12px; height: 12px;border-bottom: 1px solid #C1272D; border-left: 1px solid #C1272D;  -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.blopnwrap .blog-next a:after { left: inherit; right: 0; border: none;  border-top: 1px solid #C1272D; border-right: 1px solid #C1272D; }
.blog-r{ width: 200px;}
.blog-rmid{ padding-bottom: 5px; margin-bottom: 15px; border-bottom: 1px solid #C1272D;}
.blog-rul{ margin-bottom: 40px;}
.blog-rul li{ margin-bottom: 5px;}
.blog-rul li a{}
@media screen and (max-width: 980px){
.blog-l{ width: calc(100% - 180px);} 
.blog-r{ width: 150px;}
}
@media screen and (max-width: 750px){
    .blog-l{ margin-bottom: 60px; width: 100%;} 
    .blogpostcat{}
    .blogpostttl{ margin-bottom: 5px; letter-spacing: 0.1em;}
    .blogpostdate{ margin-bottom: 15px;}
    .blogposttxt p{ margin-bottom: 20px;}
    .blopnwrap{ margin-top: 40px;}
    .blog-r{ width: 100%;}
    .blog-rul{ margin-bottom: 30px; display: flex;}
    .blog-rul li { margin-right: 20px;}
}


/* event
==========================================================*/


@media screen and (min-width: 751px){
    .eventtab { width: 100%; max-width: 800px; margin: 0 auto;}
    .eventtab th,
    .eventtab td{ padding: 15px 0; border-bottom: 1px solid #999;}
    .eventtab th { width: 60px; padding: 20px 10px;}
    .eventtab td:last-child { width: 70%;}
}
.eventtab a { text-decoration: underline;}
.eventtab a:hover { text-decoration: none;}
@media screen and (max-width: 750px){
    .eventtab { width: 100%; }
    .eventtab th,
    .eventtab td{ padding: 15px 0; border-bottom: 1px solid #999;}
    .eventtab th { width: 80px; padding: 20px }
}
/* contact
==========================================================*/

.contactform { }
.contactul { display: flex; justify-content: space-between; flex-wrap: wrap; }
.contactul > li { margin-bottom: 40px; }
.contactul > li.w1 { width: 100%; }
.contactul > li.w2 { width: calc(50% - 5px); }
.contactmid { margin-bottom: 10px; display: inline-block; position: relative;}
.contactmid.hissu:after { content: "※"; color: #C1272D; position: absolute; top: 0; right: -1.5em;  }
.contactul > li > input { height: 50px; padding: 0 15px; font-size: 0.8em; box-sizing: border-box; background: #f2f2f2; border: none; width: 100%; }
.contactform ::placeholder {color: #999; }
.contactform textarea { width: 100%; height: 400px; padding: 15px; line-height: 2; box-sizing: border-box; border: none; background: #f5f5f5; resize: none;}
.error_box { padding: 30px; margin-bottom: 30px; line-height: 2; display: none; color: #f00; border: 1px solid #f00;}
.submitwrap { text-align: center;}
input[type="submit"] { -webkit-appearance: none; border-radius: 0; }
.submitbtn { width: 200px; height: 50px; line-height: 50px; cursor: pointer; display: inline-block; border: none; text-align: center; background: #000; color: #fff; font-weight: bold;} 
.submitbtn:hover { opacity: -webkit-opacity:.6;opacity:.6;}

.thankswrap {}
.thankswrap h2 { margin-bottom: 30px;}
.thankswrap p { margin-bottom: 15px;}
@media screen and (max-width: 750px){
    .contactform textarea { height: 250px; }
    .thankswrap h2 { margin-bottom: 20px;}
    .thankswrap p br { display: none;} 
}
    



/* about
==========================================================*/
.about_DL { margin-top: 50px; padding: 40px 40px 30px; box-sizing: border-box; background: #f7f5f1; border-radius: 5px; font-size: 1.05em;}
.about_DL dt { width: 100px; margin-bottom: 15px;color: #52432f;}
.about_DL dd { width: -webkit-calc(100% - 100px); width: -moz-calc(100% - 100px); width: calc(100% - 100px); margin-bottom: 15px;}
@media screen and (max-width: 768px){
  .about_logo { margin: 0 auto 40px;}

  .about_DL { margin-top: 40px; padding: 20px 20px 15px; border-radius: 3px; font-size: 1em;}
  .about_DL dt { width: 70px; margin-bottom: 10px;}
  .about_DL dd { width: -webkit-calc(100% - 70px); width: -moz-calc(100% - 70px); width: calc(100% - 70px); margin-bottom: 10px;}
}
@media screen and (max-width: 450px){
  .about_DL { margin-top: 30px; padding: 20px 15px 15px; font-size: .95em; letter-spacing: .1em;}
  .about_DL dt { width: 60px;}
  .about_DL dd { width: -webkit-calc(100% - 60px); width: -moz-calc(100% - 60px); width: calc(100% - 60px);}
}




/* memorial
==========================================================*/
.treeburial_link { margin-top: 70px; padding: 55px 5% 70px; box-sizing: border-box; background: #f7f5f1; border-radius: 5px;}
  .treeburial_link ul { max-width: 760px; margin: 40px auto 0;}
  .treeburial_link ul li { width: 48%;}
  .treeburial_link ul li a { display: block; line-height: 70px; height: 70px; width: 100%; color: #fff; background: #222; font-size: 1.1em; border: 1px solid #222; box-sizing: border-box; -webkit-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
  @media screen and (min-width: 769px){
    .treeburial_link ul li a:hover { color: #222; background: #fff;}
  }
  @media screen and (max-width: 768px){
    .treeburial_link { margin-top: 50px; padding: 40px 5% 50px;}
    .treeburial_link p { font-size: 1.05em;}
    .treeburial_link ul { display: block; margin-top: 30px;}
    .treeburial_link ul li { width: 100%; margin-top: 10px;}
    .treeburial_link ul li a  { height: 64px; line-height: 64px;}
  }



/* access
/* ==========================================================*/
  .access_map_img img{margin: 0 auto; display: block;}