/* reset - リセット */

@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

html {overflow-y: scroll;}

h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a{color:#333;}

ul, ol{list-style:none;}

img{vertical-align:bottom;}

address{
  font-style:normal;
}

main{display:block;}

/* layout pc - レイアウト */

@media print,screen and (min-width:641px){
  
  
html{
  font-size:62.5%;/* rem対策で基準を10pxに　10/16 = 0.625 */
}

body{
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  font-size:1.6rem;/* 16px */
  color:#333333;
  line-height:1.6;
  -webkit-text-size-adjust:100%;
  min-width:1180px;
}

a{transition:.3s;}
a:hover{opacity:.7;}

a[href^="tel:"]:hover{opacity:1;}

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


/* グローバルヘッダー
--------------------------------------------------------------- */

#g_header{
  position:relative;
}

#g_header .head_txt{
  position:absolute;
  top:0;
  right:0;
  font-size:1rem;
  text-align:right;
  padding:5px;
  z-index:990;
}

#g_header .slider_area{
  position:relative;
}

#g_header .slider_area img{
  width:100%;
}

#g_header .slider_area > .inner{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:950px;
  height:100%;
  margin:auto;
}

#g_header .slider_area > .inner img{
  width:auto;
}

#g_header .slider_area .position{
  position:absolute;
}

#g_header .slider_area .position.is_txt{right:30px; top:40px;}
#g_header .slider_area .position.is_logo{right:30px; top:75px;}
#g_header .slider_area .position.is_btn{right:0; bottom:25px;}


/* グローバルメニュー
--------------------------------------------------------------- */

#g_menu{
  background:#FFF;
}

#g_menu > ul{
  width:1000px;
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#g_menu > ul > li{
  background:url(/usr_img/common/ico_arrow_b.png) right center / 11px auto no-repeat;
}

#g_menu > ul > li > a{
  display:block;
  height:40px;
  display:flex;
  align-items: center;
  text-decoration:none;
  font-size:1.8rem;
  color:#548B1D;
  padding-right:20px;
  background:rgba(255,255,255,1);
}

#g_menu > ul > li > a.on,
#g_menu > ul > li > a:hover{
  opacity:1;
  background:rgba(255,255,255,0);
}

#g_menu.fix_menu{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#FFF;
  z-index:999;
  box-shadow:0 0 3px 3px rgba(0,0,0,0.3);
}

body.fix_body{padding-top:40px;}


/* グローバルメニューSP
--------------------------------------------------------------- */

#sp_head,
#sp_menu_btn{display:none;}


/* 新区画販売開始
--------------------------------------------------------------- */

.section_kukaku{
  background:#FBF9F6;
  padding:80px 0;
}

.section_kukaku h2{
  box-sizing:border-box;
  position:relative;
  width:1000px;
  font-size:5rem;
  font-weight:bold;
  color:#FFF;
  padding:10px;
  margin:0 auto 10px;
  line-height:1;
  text-align:center;
  background: -moz-linear-gradient(left, rgba(84,139,29,0.2) 0%, rgba(84,139,29,1) 19%, rgba(84,139,29,1) 50%, rgba(84,139,29,1) 80%, rgba(84,139,29,0.2) 100%);
background: -webkit-linear-gradient(left, rgba(84,139,29,0.2) 0%,rgba(84,139,29,1) 19%,rgba(84,139,29,1) 50%,rgba(84,139,29,1) 80%,rgba(84,139,29,0.2) 100%);
background: linear-gradient(to right, rgba(84,139,29,0.2) 0%,rgba(84,139,29,1) 19%,rgba(84,139,29,1) 50%,rgba(84,139,29,1) 80%,rgba(84,139,29,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33548b1d', endColorstr='#33548b1d',GradientType=1 );
}

.section_kukaku h2 span{
  position:relative;
}

.section_kukaku h2 span:before{
  content:"";
  position:absolute;
  top:-10px;
  left:-100px;
  width:90px;
  height:72px;
  background:url(/usr_img/common/ikkyusan_1.png) 0 0 / contain no-repeat;
}

.section_kukaku .block_kukaku{
  box-sizing:border-box;
  width:1000px;
  margin:0 auto;
  padding:10px;
  background:#DCE8D0;
  border:1px solid #548B1D;
}

.section_kukaku .block_kukaku > .inner{
  background:#FFF;
  border:1px solid #548B1D;
  padding:25px 40px;
  font-size:2.4rem;
  font-weight:bold;
  color:#736357;
  
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}

.section_kukaku .block_kukaku > .inner h3{
  box-sizing:border-box;
  display:inline-block;
  border:1px solid #F7931E;
  padding:0;
  margin-right:20px;
  line-height:1;
  color:#F7931E;
  font-weight:bold;
}

.section_kukaku .block_kukaku > .inner h3 .txt{
  display:block;
  padding:5px 30px;
}

.section_kukaku .block_kukaku > .inner h3 .state{
  display:block;
  line-height:1;
  background:#F7931E;
  color:#FFF;
  text-align:center;
  font-size:1.6rem;
  padding:3px;
}

.section_kukaku .block_kukaku > .inner h3 .st{
  font-size:150%;
}

.section_kukaku .block_kukaku .fs{
  font-size:.8em;
}


/* 岩誓寺墓苑の特徴
--------------------------------------------------------------- */

.section_tokucho{
  padding:80px 0;
  background:#FBF9F6 url(/usr_img/common/bg_1.png) center center repeat;
}

.section_tokucho > .inner{
  width:1000px;
  margin:0 auto;
}

.block_point{
  position:relative;
  height:700px;
  margin-bottom:20px;
}

.block_point > ul li{
  position:absolute;
  width:260px;
  z-index:2;
}

.block_point > ul > li:nth-of-type(1){top:0; left:100px;}
.block_point > ul > li:nth-of-type(2){top:0; right:100px;}
.block_point > ul > li:nth-of-type(3){top:310px; left:0;}
.block_point > ul > li:nth-of-type(4){top:310px; right:0;}

.block_point > ul img{
  width:260px;
  border-radius:130px;
}

.block_point > ul span{
  position:absolute;
  left:0;
  bottom:-20px;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width:100%;
  height:90px;
  border-radius:10px;
  background:#EFF4DB;
  font-size:2.6rem;
  font-weight:bold;
  color:#548B1D;
  text-align:center;
  line-height:1.3;
}

.block_point .position_tencho{
  width:520px;
  position:absolute;
  left:40px;
  right:0;
  bottom:0;
  margin:auto;
  z-index:100;
}

.block_jushoku{
  padding:60px;
  border-radius:10px;
  background:url(/usr_img/top/bg_jushoku.jpg) center center / cover no-repeat;
}

.block_jushoku h3{
  margin-bottom:50px;
  text-align:center;
}

.block_jushoku .child_txtblock{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.block_jushoku .child_txtblock:not(:last-child){
  margin-bottom:10px;
}

.block_jushoku .child_txtblock .txt{width:550px;}
.block_jushoku .child_txtblock .img{width:300px;}

.block_jushoku .child_txtblock .txt2{width:630px;}
.block_jushoku .child_txtblock .img2{width:120px;}

.is_order1{order:1;}
.is_order2{order:2;}


/* お知らせ
--------------------------------------------------------------- */

.section_info{
  background:#FBF9F6;
  padding:80px 0 90px;
}

.block_info{
  box-sizing:border-box;
  width:1000px;
  padding:30px 40px;
  margin:0 auto;
  border:1px solid #548B1D;
  background:#FFF;
}

.block_info table{
  width:100%;
}

.block_info table td{
  padding:7px;
  border-bottom:1px dotted #F6921D;
}

.block_info table td.date{
  width:120px;
  color:#F6921D;
}

.block_info table tr:last-child td{
  border:0;
}


/* お問い合わせ帯
--------------------------------------------------------------- */

.block_hr_contact{
  background:#BFD79D;
  padding:10px 0;
}

.block_hr_contact > .inner{
  position:relative;
  width:1000px;
  margin:0 auto;
}

.block_hr_contact .ikkyusan{
  position:absolute;
}

.block_hr_contact h3{
  position:absolute;
  top:-60px;
  left:0;
  width:457px;
  z-index:1;
}

.block_hr_contact ul{
  display:flex;
  flex-wrap: wrap;
  justify-content:flex-end;
  align-items: stretch;
}

.block_hr_contact li{
  margin-left:10px;
}


/* 価格情報
--------------------------------------------------------------- */

.section_kakaku{
  padding:80px 0 50px;
}

.section_kakaku > .inner{
  width:1000px;
  margin:0 auto;
}

.block_headtxt{
  position:relative;
  height:238px;
  background:url(/usr_img/top/kakaku_bg_tencho.png) right 55px bottom no-repeat;
}

.block_fukidashi{
  box-sizing:border-box;
  position:absolute;
  top:10px;
  left:0;
  width:742px;
  height:180px;
  text-align:center;
  background:url(/usr_img/top/kakaku_bg_fukidashi.png) 0 0 no-repeat;
  font-size:2rem;
}

.block_fukidashi h3{
  line-height:1;
  padding:35px 0 20px;
}


/* - 各区画スタイル
--------------------------------------------------------------- */

.wrapper_ohaka{
  padding:50px 0 0;
}

.wrapper_ohaka .block_kukaku{
  background:#FBF9F6;
}

.wrapper_ohaka .block_kukaku.style_small{
  margin-bottom:70px;
}


.title_kukaku{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background:#FFF;
}

.title_kukaku .txt{
  width:620px;
  color:#548B1D;
  text-align:center;
  font-size:2rem;
  font-weight:bold;
}

.title_kukaku .txt dd{
  font-size:3rem;
}

.title_kukaku .img{
  width:380px;
}

.title_kukaku h3{
  position:relative;
  text-align:center;
  font-size:3.8rem;
  font-weight:bold;
  line-height:1;
  background:#548B1D;
  color:#FFF;
  padding:18px 0;
  margin-bottom:15px;
}

.title_kukaku h3 .is_stamp{
  position:absolute;
  top:-25px;
  left:20px;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width:120px;
  height:120px;
  border-radius:60px;
  color:#FFF;
  background:#F8931F;
  font-size:2.5rem;
}


/* - お墓
-------------------------------------*/

.block_ohaka > .inner{
  padding:50px;  
}


/* - 見出し
-------------------------------------*/

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

.block_ohaka .txt_cap{
  text-align:center;
  color:#A65AA1;
  font-size:2.1rem;
  background:#F3EAEF;
  border-radius:5px;
  padding:5px;
  margin-bottom:10px;
}

.block_ohaka .title_ohaka{
  font-weight:bold;
  font-size:4rem;
  color:#F6921D;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  line-height:1;
  margin-bottom:60px;
}

.block_ohaka .title_ohaka .is_default{
  padding:0 5px;
}

.block_ohaka .title_ohaka .is_style{
  font-size:4.8rem;
  color:#746359;
  text-align:center;
}

.block_ohaka .title_ohaka .is_style span{
  display:block;
  font-size:1.6rem;
  padding:10px 0 0;
}


/* - ロゴマークとポイント
-------------------------------------*/

.block_ohaka .point_ohaka{
  position:relative;
  height:600px;
  margin-bottom:30px;
}

.block_ohaka .point_ohaka .is_logo{
  position:absolute;
  top:150px;
  left:0;
}

.block_ohaka .point_ohaka .is_list{
  position:absolute;
  width:747px;
  height:320px;
  top:0;
  right:0;
  background:url(/usr_img/top/forest/forest_list_bg.png) 0 0 no-repeat;
}

.block_ohaka .point_ohaka .is_list li{
  box-sizing:border-box;
  position:absolute;
  width:260px;
  height:120px;
  border-radius:60px;
  padding:0 45px;
  background:#FFF;
  border:1px solid #A65AA1;
  color:#A65AA1;
  line-height:1.5;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}

.block_ohaka .point_ohaka .is_list li:nth-of-type(1){top:0; left:0;}
.block_ohaka .point_ohaka .is_list li:nth-of-type(2){top:20px; left:360px;}
.block_ohaka .point_ohaka .is_list li:nth-of-type(3){bottom:0; right:0;}


/* - 360ビュー
-------------------------------------*/

.block_ohaka .point_ohaka .is_360{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width:400px;
}

.block_ohaka .point_ohaka .photo{
  width:400px;
  height:400px;
  border-radius:200px;
  background:#FFF;
  overflow:hidden;
}

.block_ohaka .point_ohaka .photo img{
  width:auto;
  height:400px;
  border-radius:200px;
}

.block_ohaka .point_ohaka .btn{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  display:block;
  width:23px;
  height:0;
  padding-top:27px;
  overflow:hidden;
  background-size:23px auto;
  background-position:0 0;
  background-repeat:no-repeat;
}

.block_ohaka .point_ohaka .btn.is_prev{background-image:url(/usr_img/common/ico_arrow_l.png); left:25px;}
.block_ohaka .point_ohaka .btn.is_next{background-image:url(/usr_img/common/ico_arrow_r.png); right:25px;}

.block_ohaka .point_ohaka .is_note{
  text-align:center;
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  color:#F6921D;
  font-size:1.8rem;
  display:flex;
  flex-wrap: wrap;
  align-items: center;
}

.block_ohaka .point_ohaka .is_note:before{
  content:"";
  display:inline-block;
  width:61px;
  height:58px;
  background:url(/usr_img/top/bg_360.png) center center / contain no-repeat;
  margin-right:10px;
}


/* - 支払いローン
-------------------------------------*/

.block_loan{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;  
  align-items: stretch;
  border:10px solid #A75BA3;
  background:#FFF;
}

.block_loan .title{
  width:270px;
  padding-right:10px;
  background:#A75BA3;
  color:#FFF;
  font-size:2.8rem;
  font-weight:bold;
  line-height:1.28;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
}

.block_loan .txt{
  width:600px;
  color:#A75BA3;
  font-weight:bold;
  font-size:2rem;
}

.block_loan .txt h5,
.block_loan .txt ul{
  padding:5px 10px;
}

.block_loan .txt h5{
  font-weight:bold;
  border-bottom:1px solid #A75BA3;
}

.block_loan .txt h5 span{
  font-size:1.8rem;
  font-weight:normal;
  margin-left:1em;
}

.block_loan .txt ul li{
  display:inline-block;
  padding-left:1em;
  text-indent:-1em;
  margin-right:1em;
}

.block_loan .txt ul li:before{
  content:"■";
}


/* - 区切線 同じ区画で～
-------------------------------------*/

.hr_ohaka{
  border-top:1px dotted #568C1D;
  text-align:center;
  margin:50px auto 0;
}

.hr_ohaka span{
  position:relative;
  top:-20px;
  display:inline-block;
  padding:10px 50px;
  margin:0;
  color:#FFF;
  background:#568C1D;
  line-height:1;
  font-size:2rem;
  border-radius:5px;
}


/* お墓はすべて免震・耐震
--------------------------------------------------------------- */

.section_taishin{
  position:relative;
  box-sizing:border-box;
  width:1000px;
  margin:0 auto 80px;
  background:#F8CCC9;
  padding:50px;
}

.section_taishin h2{
  font-size:2.4rem;
  font-weight:bold;
  text-align:center;
  color:#E73957;
  margin-bottom:5px;
}

.section_taishin h3{
  font-size:2rem;
  font-weight:bold;
  text-align:center;
  padding:5px;
  margin-bottom:45px;
  background:#E73957;
  color:#FFF;
  line-height:1;
}

.section_taishin .position_mark{
  width:110px;
  position:absolute;
  top:40px;
  right:40px;
}

.section_taishin ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:-40px;
}

.section_taishin li{margin-bottom:50px;}

.section_taishin .note{text-align:center; font-size:inherit; color:#E73957;}


/* ぜひご相談ください帯
--------------------------------------------------------------- */

.block_consultation{
  background:#568C1D;
  color:#FFF;
}

.block_consultation > .inner{
  position:relative;
  box-sizing:border-box;
  width:1000px;
  margin:0 auto;
  padding:50px 0 100px 340px;
}

.block_consultation > .inner:before{
  content:"";
  display:block;
  position:absolute;
  left:0;
  bottom:0;
  width:278px;
  height:406px;
  background:url(/usr_img/top/consultation_img.png) center center / contain no-repeat;
}

.block_consultation ul{
  font-size:2.8rem;
  line-height:1.3;
}

.block_consultation li:not(:last-child){
  margin-bottom:1em;
}

.block_consultation li .note{
  text-indent:0;
  font-size:1.8rem;
}


/* ご家族様からの声
--------------------------------------------------------------- */

.section_voice{
  background:#FBFAF6 url(/usr_img/common/bg_2.png) center bottom no-repeat;
  padding:80px 0;  
}

.section_voice > .inner{
  width:1000px;
  margin:0 auto;
}

.wrapper_voice{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top:50px;
}

.block_voice{
  position:relative;
  box-sizing:border-box;
  width:450px;
  padding:9px;
  background:#FFF;
}

.block_voice > .inner{
  box-sizing:border-box;
  border:1px solid #BBD0A5;
  height:100%;
  padding:60px 30px 30px;
}

.block_voice .face{
  position:absolute;
  top:-52px;
  left:0;
  right:0;
  width:103px;
  margin:auto;
}

.block_voice h3{
  text-align:center;
  margin-bottom:10px;
}

.block_voice h3 img{
  width:auto;
  height:26px;
}

.block_voice .name{
  text-align:center;
  font-size:1.8rem;
  font-weight:bold;
  margin-bottom:15px;
}


/* よくある質問
--------------------------------------------------------------- */

.section_faq{
  background:#F1F5DC;
  padding:80px 0;  
}

.section_faq > .inner{
  box-sizing:border-box;
  width:1000px;
  margin:0 auto;
  padding:50px 35px;
  background:#FFF;
}

.section_faq h3{
  text-align:center;
  padding-left:5px;
}

.section_faq .wrapper_faq{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:-30px;
}

.section_faq dl{
  width:450px;
  margin-bottom:30px;
}

.section_faq dt{
  position:relative;
  box-sizing:border-box;
  background:#FDD4A6;
  min-height:115px;
  padding:20px 20px 20px 100px;
  margin-bottom:20px;
}

.section_faq dt:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-35px;
  margin:auto;
  display:block;
  width:76px;
  height:35px;
  background:url(/usr_img/common/bg_arrow.png) center center / contain no-repeat;
  z-index:3;
}

.section_faq dd{
  position:relative;
  box-sizing:border-box;
  background:#fff;
  min-height:280px;
  padding:20px 20px 20px 93px;
  border:7px solid #F1F5DC;
}

.section_faq dl .num{
  position:absolute;
  top:-12px;
  bottom:0;
  left:15px;
  height:1em;
  margin:auto;
  font-size:3.6rem;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1;
}

.section_faq dl .num span{font-size:138%;}
.section_faq dt .num{color:#F6921D;}
.section_faq dd .num{color:#548B1D;}

.section_faq .is_usagi{background:url(/usr_img/common/chara_usagi.png) right 20px bottom 20px / 58px auto no-repeat;}
.section_faq .is_tanuki{background:url(/usr_img/common/chara_tanuki.png) right 20px bottom 20px / 69px auto no-repeat;}


/* アクセス
--------------------------------------------------------------- */

.section_access{
  background:#FBFAF6;
  padding:80px 0;
}

.section_access > .inner{
  width:1000px;
  margin:0 auto;
}

.section_access .block_map{
  margin-bottom:50px;
}

.section_access .wrap_btn{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.section_access .wrap_btn a{
  box-sizing:border-box;
  display:block;
  width:495px;
  text-align:center;
  line-height:1;
  font-size:2.2rem;
  font-weight:bold;
  background:#568C1D;
  border:3px solid #568C1D;
  border-radius:25px;
  color:#FFF;
  text-decoration:none;
}

.section_access .wrap_btn a span{
  display:block;
  border:1px solid #FFF;
  border-radius:22px;
  padding:10px;
}

.section_access .wrap_btn a span:after{
  position:relative;
  content:"";
  display:inline-block;
  width:14px;
  height:16px;
  background:url(/usr_img/common/ico_arrow_r_w.png) right center / 14px auto no-repeat;
  margin-left:1em;
}

.section_access .block_accessinfo{
  font-size:1.8rem;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_access .block_accessinfo .txt{
  width:660px;
}

.section_access .block_accessinfo .txt h3{
  font-size:2rem;
  font-weight:bold;
  color:#548B1D;
  border:2px dotted #548B1D;
  text-align:center;
  padding:5px;
  line-height:1.3;
}

.section_access .block_accessinfo .txt ol{
  margin:1em 0;
}

.section_access .block_accessinfo .txt li{
  text-align:center;
  padding-left:1em;
  text-indent:-1em;
  color:#548B1D;
}

.section_access .block_accessinfo .txt li:before{
  content:"●";
}

.section_access .block_accessinfo .img{
  width:320px;
}

.section_access .block_accessinfo .img figcaption{
  padding:5px 0;
  text-align:right;
}


/* お問い合わせ
--------------------------------------------------------------- */

.section_contact{
  background:#F8F8EE;
  padding:80px 0;
}

.section_contact > .inner{
  width:1000px;
  margin:0 auto;
}

.contact_intro{
  background:#FFF;
  text-align:center;
  font-size:2rem;
  padding:40px 0;
  margin-bottom:50px;
}

.contact_intro h3{font-size:2.4rem;}
.contact_intro .tel{display:block; font-size:3.4rem; font-weight:bold; color:#548B1D; text-decoration:none;}


/* グローバルフッター
--------------------------------------------------------------- */

#g_footer{
  background:#568C1D;
  color:#FFF;
  padding:50px 0 0;
}

#g_footer > .inner{
  width:1000px;
  margin:0 auto;
}

#g_footer .list_foot{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;  
}

#g_footer .list_foot:not(:last-child){
  margin-bottom:50px;
}

#g_footer .list_foot .img{
  width:260px;
}

#g_footer .list_foot dl{
  width:720px;
}

#g_footer .list_foot dt,
#g_footer .list_foot dd{
  margin-bottom:2px;
}

#g_footer .tag{
  display:inline-block;
  background:#FFF;
  color:#C1272D;
  font-weight:bold;
  font-size:1.8rem;
  padding:0 10px;
  margin-bottom:10px;
}

#g_footer .foot_ganseiji span{
  font-size:3.2rem;
  margin-left:10px;
}

#g_footer .foot_hokodate img{
  width:378px;
  margin-right:10px;
}

#g_footer small{
  display:block;
  padding:5px;
  text-align:right;
  font-size:1.4rem;
}


/* 固定メニュー用 アンカー位置調整
--------------------------------------------------------------- */

.anchor_block{
    margin-top:-60px;
    padding-top:60px;
}

  
}

/* layout sp - レイアウト */

@media print,screen and (max-width:640px){
  
html{
  font-size:62.5%;/* rem対策で基準を10pxに　10/16 = 0.625 */
}

body{
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  font-size:1.6rem;
  color:#333333;
  line-height:1.6;
  -webkit-text-size-adjust:100%;
  padding-top:71px;
}

a:hover{opacity:.7;}

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


/* グローバルメニュー
--------------------------------------------------------------- */

#g_menu{display:none !important;}

#sp_head_wrapper{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#FFF;
  z-index:1000;
}

#sp_g_menu{
  box-sizing:border-box;
  display:none;
  width:100%;
}

#sp_g_menu ul{
  padding:10px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sp_g_menu li{
  box-sizing:border-box;
  width:50%;
  padding:0 5px 10px 0;
  font-size:1.4rem;
}

#sp_g_menu li:nth-of-type(2n){
  padding:0 0 10px 5px;
}

#sp_g_menu li a{
  display:block;
  background:#548B1D;
  border-radius:5px;
  text-decoration:none;
  text-align:center;
  padding:5px 0;
  color:#FFF;
}


/* グローバルメニューSP
--------------------------------------------------------------- */

#sp_menu_btn{
  position: absolute;
  top: 0;
  right:  0;
  width: 20px;
  height: 20px;
  margin:  auto;
  padding:15px;
  z-index:999;
  line-height:1;
}

#sp_menu_btn .btn{
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#sp_menu_btn .btn span,
#sp_menu_btn .btn:before,
#sp_menu_btn .btn:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #548B1D;
}

#sp_menu_btn .btn span{overflow:hidden; z-index:1; text-indent:-999px;}
#sp_menu_btn .btn:before{z-index:2; transform:translate(0, -8px); content:"";}
#sp_menu_btn .btn:after{z-index:2; transform:translate(0, 8px); content: "";}

#sp_menu_btn.on .btn span{opacity:0; width:22px;}
#sp_menu_btn.on .btn:before{transform: rotate(45deg); width:22px;}
#sp_menu_btn.on .btn:after{transform: rotate(-45deg); width:22px;}


/* グローバルヘッダー
--------------------------------------------------------------- */

#g_header{
  position:relative;
}

#g_header .head_txt{
  box-sizing:border-box;
  min-height:21px;
  padding:5px;
  font-size:.9rem;
  background:#DCE8D0;
  line-height:1.2;
}

#g_header .slider_area{
  position:relative;
}

#g_header .slider_area img{
  width:100%;
}

#g_header .slider_area > .inner{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:100%;
  margin:auto;
}

#g_header .slider_area > .inner img{
  width:auto;
}

#g_header .slider_area .position{
  position:absolute;
}

#g_header .slider_area .position.is_txt{display:none;}
#g_header .slider_area .position.is_logo{display:none;}
#g_header .slider_area .position.is_btn{right:15px; bottom:15px; width:20%;}


/* グローバルメニュー
--------------------------------------------------------------- */

#g_menu{
  background:#FFF;
}

#g_menu > ul{
  margin:0 auto;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#g_menu > ul > li{
  background:url(/usr_img/common/ico_arrow_b.png) right center / 11px auto no-repeat;
}

#g_menu > ul > li > a{
  display:block;
  height:40px;
  display:flex;
  align-items: center;
  text-decoration:none;
  font-size:1.8rem;
  color:#548B1D;
  padding-right:20px;
  background:rgba(255,255,255,1);
}

#g_menu > ul > li > a.on,
#g_menu > ul > li > a:hover{
  opacity:1;
  background:rgba(255,255,255,0);
}

#g_menu.fix_menu{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#FFF;
  z-index:999;
  box-shadow:0 0 3px 3px rgba(0,0,0,0.3);
}

body.fix_body{padding-top:40px;}


/* グローバルメニューSP
--------------------------------------------------------------- */

#sp_head{
  position:relative;
  display:block;
  min-height:50px;
  overflow:hidden;
}

#sp_head h2{
  display:inline-block;
  line-height:1;
  padding:5px 0 0 10px;
}

#sp_head h2 img{
  height:40px;
}

#sp_head h3{
  position:absolute;
  top:8px;
  left:100px;
  margin:auto;
  font-size:1.2rem;
  font-weight:bold;
  color:#548B1D;
  line-height:1.4;
}

/*#sp_head.fix_sp_menu{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#FFF;
  z-index:1000;
}

body.fix_sp_body{
  padding-top:21px;
}
*/

/* 新区画販売開始
--------------------------------------------------------------- */

.section_kukaku{
  background:#FBF9F6;
  padding:20px 15px;
}

.section_kukaku h2{
  box-sizing:border-box;
  position:relative;
  font-size:3rem;
  font-weight:bold;
  color:#FFF;
  padding:10px;
  margin:0 auto 20px;
  line-height:1;
  text-align:center;
  background: -moz-linear-gradient(left, rgba(84,139,29,0.2) 0%, rgba(84,139,29,1) 19%, rgba(84,139,29,1) 50%, rgba(84,139,29,1) 80%, rgba(84,139,29,0.2) 100%);
background: -webkit-linear-gradient(left, rgba(84,139,29,0.2) 0%,rgba(84,139,29,1) 19%,rgba(84,139,29,1) 50%,rgba(84,139,29,1) 80%,rgba(84,139,29,0.2) 100%);
background: linear-gradient(to right, rgba(84,139,29,0.2) 0%,rgba(84,139,29,1) 19%,rgba(84,139,29,1) 50%,rgba(84,139,29,1) 80%,rgba(84,139,29,0.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33548b1d', endColorstr='#33548b1d',GradientType=1 );
}

.section_kukaku h2 span{
  position:relative;
}

.section_kukaku .block_kukaku{
  box-sizing:border-box;
  margin:0 auto;
  padding:10px;
  background:#DCE8D0;
  border:1px solid #548B1D;
}

.section_kukaku .block_kukaku > .inner{
  background:#FFF;
  border:1px solid #548B1D;
  padding:20px;
  font-size:2rem;
  font-weight:bold;
  color:#736357;
  
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
}

.section_kukaku .block_kukaku > .inner h3{
  box-sizing:border-box;
  display:inline-block;
  border:1px solid #F7931E;
  padding:0;
  margin-bottom:20px;
  line-height:1;
  color:#F7931E;
  font-size:2.4rem;
  font-weight:bold;
}

.section_kukaku .block_kukaku > .inner h3 .txt{
  display:block;
  padding:5px 30px;
}

.section_kukaku .block_kukaku > .inner h3 .state{
  display:block;
  line-height:1;
  background:#F7931E;
  color:#FFF;
  text-align:center;
  font-size:1.6rem;
  padding:3px;
}

.section_kukaku .block_kukaku > .inner h3 .st{
  font-size:150%;
}

.section_kukaku .block_kukaku li:not(last-child){
  margin-bottom:10px;
}

.section_kukaku .block_kukaku .fs{
  font-size:.8em;
}


/* 岩誓寺墓苑の特徴
--------------------------------------------------------------- */

.section_tokucho{
  padding:30px 15px;
  background:#FBF9F6 url(/usr_img/common/bg_1.png) center center repeat;
}

.section_tokucho > .inner{
  margin:0 auto;
}

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

.block_point > ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}

.block_point > ul li{
  box-sizing:border-box;
  position:relative;
  width:50%;
  margin:0 auto 8vw;
  padding:0 5px 0 0;
  z-index:2;
}

.block_point > ul li:nth-of-type(2n){
  padding:0 0 0 5px;
}

.block_point > ul img{
  width:260px;
  border-radius:130px;
}

.block_point > ul span{
  position:absolute;
  left:0;
  bottom:-20px;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width:calc(100% - 5px);
  height:16vw;
  border-radius:10px;
  background:#EFF4DB;
  font-size:4.06vw;
  font-weight:bold;
  color:#548B1D;
  text-align:center;
  line-height:1.3;
}

.block_point .position_tencho{
  position:relative;
  margin:0 auto 30px;
  z-index:100;
}

.block_jushoku{
  padding:15px;
  border-radius:10px;
  background:#CDE8F3;
}

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

.block_jushoku .child_txtblock{

}

.block_jushoku .child_txtblock:not(:last-child){
  margin-bottom:10px;
}

.block_jushoku .child_txtblock .txt{margin-bottom:15px;}
.block_jushoku .child_txtblock .img{margin-bottom:15px;}

.block_jushoku .child_txtblock .txt2{margin-bottom:15px;}
.block_jushoku .child_txtblock .img2{text-align:center;}
.block_jushoku .child_txtblock .img2 img{width:116px; margin-bottom:10px;}

/*.is_order1{order:1;}
.is_order2{order:2;}*/


/* お知らせ
--------------------------------------------------------------- */

.section_info{
  background:#FBF9F6;
  padding:30px 15px 50px;
}

.block_info{
  box-sizing:border-box;
  padding:20px;
  margin:0 auto;
  border:1px solid #548B1D;
  background:#FFF;
}

.block_info table{
  width:100%;
}

.block_info table th,
.block_info table td{
  display:block;
}

.block_info table td{
  border-bottom:1px dotted #F6921D;
}

.block_info table td.date{
  color:#F6921D;
  border-bottom:0;
  padding-top:20px;
}

.block_info table tr:first-child td.date{
  padding-top:0;
}

.block_info table tr:last-child td{
  border:0;
}


/* お問い合わせ帯
--------------------------------------------------------------- */

.block_hr_contact{
  background:#BFD79D;
  padding:15px 10px;
}

.block_hr_contact > .inner{
  position:relative;
  margin:0 auto;
}

.block_hr_contact .ikkyusan{
  position:absolute;
}

.block_hr_contact h3{
  position:absolute;
  top:-50%;
  left:0;
  z-index:1;
}

.block_hr_contact ul{
  position:relative;
  width:78%;
  margin-left:auto;
  
  display:flex;
  justify-content: space-between;
  z-index:2;
}

.block_hr_contact li img{
  width:100%;
}

.block_hr_contact li{
  display:inline-block;
  margin-right:5px;
}

/* 価格情報
--------------------------------------------------------------- */

.section_kakaku{
  padding:30px 15px;
}

.section_kakaku > .inner{
  margin:0 auto;
}

.block_headtxt{
  position:relative;
  
}

.block_fukidashi{
  text-align:center;
}

.block_fukidashi h3{
  line-height:1;
  margin-bottom:10px;
}


/* - 各区画スタイル
--------------------------------------------------------------- */

.wrapper_ohaka{
  padding:50px 0 0;
}

.wrapper_ohaka .block_kukaku{
  background:#FBF9F6;
}

.wrapper_ohaka .block_kukaku.style_small{
  margin-bottom:35px;
}


.title_kukaku{
  background:#FFF;
}

.title_kukaku .txt{
  color:#548B1D;
  text-align:center;
  font-size:1.4rem;
  font-weight:bold;
}

.title_kukaku .txt dl{
  margin-bottom:15px;
}

.title_kukaku .txt dd{
  font-size:2.1rem;
}

.title_kukaku .img{

}

.title_kukaku h3{
  position:relative;
  text-align:center;
  font-size:2.66rem;
  font-weight:bold;
  line-height:1;
  background:#548B1D;
  color:#FFF;
  padding:12.6px 0;
  margin-bottom:15px;
}

.title_kukaku h3 .is_stamp{
  position:absolute;
  top:-17.5px;
  left:14px;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  width:84px;
  height:84px;
  border-radius:42px;
  color:#FFF;
  background:#F8931F;
  font-size:1.75rem;
}


/* - お墓
-------------------------------------*/

.block_ohaka > .inner{
  padding:15px;  
}


/* - 見出し
-------------------------------------*/

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

.block_ohaka .txt_cap{
  text-align:center;
  color:#A65AA1;
  font-size:1.47rem;
  background:#F3EAEF;
  border-radius:5px;
  padding:5px;
  margin-bottom:15px;
}

.block_ohaka .title_ohaka{
  font-weight:bold;
  font-size:4rem;
  color:#F6921D;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
  line-height:1;
  margin-bottom:20px;
}

.block_ohaka .title_ohaka .is_default{
  padding:0 5px 5px;
}

.block_ohaka .title_ohaka .is_style{
  font-size:4.8rem;
  color:#746359;
  text-align:center;
  padding:0 0 5px;
}

.block_ohaka .title_ohaka .is_style span{
  display:block;
  font-size:1.6rem;
  padding:10px 0 0;
}


/* - ロゴマークとポイント
-------------------------------------*/

.block_ohaka .point_ohaka{
  position:relative;
  margin-bottom:30px;
}

.block_ohaka .point_ohaka .is_logo{
  display:none;
  text-align:center;
  margin-bottom:20px;
}

.block_ohaka .point_ohaka .is_list{

}

.block_ohaka .point_ohaka .is_list li{
  box-sizing:border-box;
  width:100%;
  border-radius:10px;
  padding:15px;
  background:#FFF;
  border:1px solid #A65AA1;
  color:#A65AA1;
  margin-bottom:15px;
}


/* - 360ビュー
-------------------------------------*/

.block_ohaka .point_ohaka .is_360{

}

.block_ohaka .point_ohaka .photo{
  position:relative;
  border-radius:50%;
  background:#FFF;
  overflow:hidden;
}

.block_ohaka .point_ohaka .photo img{
  width:auto;
}

.block_ohaka .point_ohaka .btn{
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  display:block;
  width:68px;/* def = 23 */
  height:0;
  padding-top:27px;
  overflow:hidden;
  background-size:23px auto;
  background-position:center center;
  background-repeat:no-repeat;
  z-index:10;
}

.block_ohaka .point_ohaka .btn.is_prev{background-image:url(/usr_img/common/ico_arrow_l.png); left:0;}/*def=25*/
.block_ohaka .point_ohaka .btn.is_next{background-image:url(/usr_img/common/ico_arrow_r.png); right:0;}

.block_ohaka .point_ohaka .is_note{
  text-align:center;
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  color:#F6921D;
  font-size:1.8rem;
}

.block_ohaka .point_ohaka .is_note:before{
  content:"";
  display:block;
  width:61px;
  height:58px;
  background:url(/usr_img/top/bg_360.png) center center / contain no-repeat;
  margin-right:10px;
}


/* - 支払いローン
-------------------------------------*/

.block_loan{
  border:5px solid #A75BA3;
  background:#FFF;
}

.block_loan .title{
  padding:10px;
  background:#A75BA3;
  color:#FFF;
  font-size:1.96rem;
  font-weight:bold;
  line-height:1.28;
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  align-items: center;
}

.block_loan .txt{
  color:#A75BA3;
  font-weight:bold;
  font-size:inherit;
}

.block_loan .txt h5,
.block_loan .txt ul{
  padding:5px 10px;
}

.block_loan .txt h5{
  font-weight:bold;
  border-bottom:1px solid #A75BA3;
}

.block_loan .txt h5 span{
  display:block;
  font-weight:normal;
}

.block_loan .txt ul li{
  display:inline-block;
  padding-left:1em;
  text-indent:-1em;
  margin-right:1em;
}

.block_loan .txt ul li:before{
  content:"■";
}


/* - 区切線 同じ区画で～
-------------------------------------*/

.hr_ohaka{
  display:block;
  padding:15px;
  margin:30px 0;
  color:#FFF;
  background:#568C1D;
  line-height:1;
  font-size:1.8rem;
  text-align:center;
}


/* お墓はすべて免震・耐震
--------------------------------------------------------------- */

.section_taishin{
  position:relative;
  box-sizing:border-box;
  margin:0 auto 30px;
  background:#F8CCC9;
  padding:15px;
}

.section_taishin h2{
  font-size:2rem;
  font-weight:bold;
  text-align:center;
  color:#E73957;
  margin-bottom:5px;
}

.section_taishin h3{
  font-weight:bold;
  text-align:center;
  padding:5px;
  margin-bottom:20px;
  background:#E73957;
  color:#FFF;
}

.section_taishin .position_mark{
  width:110px;
  margin:0 auto 20px;
}

.section_taishin ul{

}

.section_taishin li{margin-bottom:15px;}

.section_taishin .note{text-align:center; font-size:inherit; color:#E73957;}


/* ぜひご相談ください帯
--------------------------------------------------------------- */

.block_consultation{
  background:#568C1D;
  color:#FFF;
}

.block_consultation > .inner{
  position:relative;
  box-sizing:border-box;
  margin:0 auto;
  padding:30px 15px 50px;
}

/*.block_consultation > .inner:before{
  content:"";
  display:block;
  position:relative;
  left:0;
  right:0;
  top:-20px;
  margin:auto;
  width:139px;
  height:203px;
  background:url(/usr_img/top/consultation_img.png) center center / contain no-repeat;
}*/

.block_consultation ul{
  font-size:2rem;
  line-height:1.3;
}

.block_consultation li:not(:last-child){
  margin-bottom:1em;
}

.block_consultation li .note{
  text-indent:0;
  font-size:1.6rem;
}


/* ご家族様からの声
--------------------------------------------------------------- */

.section_voice{
  background:#FBFAF6 url(/usr_img/common/bg_2.png) center bottom no-repeat;
  padding:30px 15px;  
}

.section_voice > .inner{
  margin:0 auto;
}

.wrapper_voice{
  padding-top:50px;
}

.block_voice{
  position:relative;
  box-sizing:border-box;
  padding:9px;
  background:#FFF;
}

.block_voice:not(:last-child){margin-bottom:60px;}

.block_voice > .inner{
  box-sizing:border-box;
  border:1px solid #BBD0A5;
  height:100%;
  padding:60px 30px 30px;
}

.block_voice .face{
  position:absolute;
  top:-52px;
  left:0;
  right:0;
  width:103px;
  margin:auto;
}

.block_voice h3{
  text-align:center;
  margin-bottom:10px;
}

.block_voice h3 img{
  width:auto;
  height:26px;
}

.block_voice .name{
  text-align:center;
  font-size:1.8rem;
  font-weight:bold;
  margin-bottom:15px;
}


/* よくある質問
--------------------------------------------------------------- */

.section_faq{
  background:#F1F5DC;
  padding:30px 15px;  
}

.section_faq > .inner{
  box-sizing:border-box;
  margin:0 auto;
  padding:50px 15px 15px;
  background:#FFF;
}

.section_faq h3{
  text-align:center;
}

.section_faq .wrapper_faq{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:-30px;
}

.section_faq dl{
  width:450px;
  margin-bottom:30px;
}

.section_faq dt{
  position:relative;
  box-sizing:border-box;
  background:#FDD4A6;
  padding:20px 20px 20px 100px;
  margin-bottom:20px;
}

.section_faq dt:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-35px;
  margin:auto;
  display:block;
  width:76px;
  height:35px;
  background:url(/usr_img/common/bg_arrow.png) center center / contain no-repeat;
  z-index:3;
}

.section_faq dd{
  position:relative;
  box-sizing:border-box;
  background:#fff;
  padding:20px 20px 20px 93px;
  border:7px solid #F1F5DC;
}

.section_faq dl .num{
  position:absolute;
  top:-12px;
  bottom:0;
  left:15px;
  height:1em;
  margin:auto;
  font-size:3.6rem;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  line-height:1;
}

.section_faq dl .num span{font-size:138%;}
.section_faq dt .num{color:#F6921D;}
.section_faq dd .num{color:#548B1D;}


/* アクセス
--------------------------------------------------------------- */

.section_access{
  background:#FBFAF6;
  padding:30px 15px;
}

.section_access > .inner{
  margin:0 auto;
}

.section_access .block_map{
  margin-bottom:25px;
}

.section_access .wrap_btn{

}

.section_access .wrap_btn a{
  box-sizing:border-box;
  display:block;
  text-align:center;
  line-height:1;
  font-size:1.8rem;
  font-weight:bold;
  background:#568C1D;
  border:3px solid #568C1D;
  border-radius:25px;
  color:#FFF;
  text-decoration:none;
  margin-bottom:10px;
}

.section_access .wrap_btn a span{
  display:block;
  border:1px solid #FFF;
  border-radius:22px;
  padding:10px;
}

.section_access .wrap_btn a span:after{
  position:relative;
  content:"";
  display:inline-block;
  width:14px;
  height:16px;
  background:url(/usr_img/common/ico_arrow_r_w.png) right center / 14px auto no-repeat;
  margin-left:1em;
}

.section_access .block_accessinfo{

}

.section_access .block_accessinfo .txt{
}

.section_access .block_accessinfo .txt h3{
  font-size:2rem;
  font-weight:bold;
  color:#548B1D;
  border:2px dotted #548B1D;
  text-align:center;
  padding:5px;
  line-height:1.3;
}

.section_access .block_accessinfo .txt ol{
  margin:1em 0;
}

.section_access .block_accessinfo .txt li{
  padding-left:1em;
  text-indent:-1em;
  color:#548B1D;
}

.section_access .block_accessinfo .txt li:before{
  content:"●";
}

.section_access .block_accessinfo .img{

}

.section_access .block_accessinfo .img figcaption{
  padding:5px 0;
  text-align:right;
}


/* お問い合わせ
--------------------------------------------------------------- */

.section_contact{
  background:#F8F8EE;
  padding:30px 15px;
}

.section_contact > .inner{
  margin:0 auto;
}

.contact_intro{
  background:#FFF;
  text-align:center;
  font-size:1.4rem;
  padding:20px;
  margin-bottom:40px;
}

.contact_intro h3{font-size:2rem;}
.contact_intro .tel{display:block; font-size:2.7rem; font-weight:bold; color:#548B1D; text-decoration:none;}


/* グローバルフッター
--------------------------------------------------------------- */

#g_footer{
  background:#568C1D;
  color:#FFF;
  padding:15px;
}

#g_footer > .inner{
  margin:0 auto;
}

#g_footer .list_foot{

}

#g_footer .list_foot:not(:last-child){
  margin-bottom:30px;
}

#g_footer .list_foot .img{
  margin-bottom:15px;
}

#g_footer .list_foot dl{

}

#g_footer .list_foot dt,
#g_footer .list_foot dd{
  margin-bottom:2px;
}

#g_footer .tag{
  display:inline-block;
  background:#FFF;
  color:#C1272D;
  font-weight:bold;
  font-size:1.8rem;
  padding:0 10px;
  margin-bottom:10px;
}

#g_footer .foot_ganseiji span{
  font-size:3.2rem;
  margin-left:10px;
}

#g_footer .foot_hokodate img{
  width:378px;
  margin-right:10px;
}

#g_footer small{
  display:block;
  padding:5px;
  text-align:right;
  font-size:1.4rem;
}



/* 固定メニュー用 アンカー位置調整
--------------------------------------------------------------- */

.anchor_block{
    margin-top:-80px;
    padding-top:80px;
}
  
}

/* library - ライブラリ */

.pc_only_block{display:block;}
.pc_only_inline{display:inline;}

.sp_only_block{display:none;}
.sp_only_inline{display:none;}

.fs130{font-size:1.33em;}
.is_list .fs130{font-size:1.5em;}

@media print,screen and (max-width:640px){

.pc_only_block{display:none;}
.pc_only_inline{display:none;}

.sp_only_block{display:block;}
.sp_only_inline{display:inline;}

}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
textarea,
select{
  box-sizing: border-box;
  font-size:1.6rem;
  -webkit-appearance: none;
  border:1px solid #548B1D;
  border-radius:0;
  box-shadow:0;
  padding:5px 10px;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
}


/* 共通カラーセット
--------------------------------------------------------------- */

/* ロータス */
.block_ohaka.style_lotus .txt_cap{
  background-color:#FBECE7;
}

.block_ohaka.style_lotus .txt_cap,
.block_ohaka.style_lotus .point_ohaka .is_list li{
  color:#F05923;
}

.block_ohaka.style_lotus .point_ohaka .is_list li{
  border-color:#F05923;
}

.block_ohaka.style_lotus .point_ohaka .is_list{
  background-image:url(/usr_img/top/lotus/lotus_list_bg.png);
}


/* オーガスト */
.block_ohaka.style_august .txt_cap{
  background-color:#FBEAE2;
}

.block_ohaka.style_august .txt_cap,
.block_ohaka.style_august .point_ohaka .is_list li,
.block_ohaka.style_august .block_loan .txt{
  color:#F05923;
}

.block_ohaka.style_august .point_ohaka .is_list li{
  border-color:#F05923;
}

.block_ohaka.style_august .point_ohaka .is_list{
  background-image:url(/usr_img/top/august/august_list_bg.png);
}

.block_ohaka.style_august .block_loan,
.block_ohaka.style_august .block_loan .txt h5{
  border-color:#F05923;
}

.block_ohaka.style_august .block_loan .title{
  background-color:#F05923;
}


/* ジューンセット */
.block_ohaka.style_june .txt_cap{
  background-color:#E9F2ED;
}

.block_ohaka.style_june .txt_cap,
.block_ohaka.style_june .point_ohaka .is_list li{
  color:#4BAE99;
}

.block_ohaka.style_june .point_ohaka .is_list li{
  border-color:#4BAE99;
}

.block_ohaka.style_june .point_ohaka .is_list{
  background-image:url(/usr_img/top/june/june_list_bg.png);
}


/* 共通パーツ - 見出し
--------------------------------------------------------------- */

.h_type1{
  font-size:4.5rem;
  text-align:center;
  padding-bottom:15px;
  margin-bottom:45px;
  border-bottom:2px dotted #548B1D;
  line-height:1.2;
}


/* 共通パーツ - リスト
--------------------------------------------------------------- */

.list_type1 > li{
  padding-left:1em;
  text-indent:-1em;
}

.list_type1 > li:before{
  content:"■";
}


/* 共通パーツ - テーブル
--------------------------------------------------------------- */

.tbl_type1{
  width:100%;
}

.tbl_type1 tr:last-child th,
.tbl_type1 tr:last-child td{
  border-bottom:0;
}

.tbl_type1 th{
  width:150px;
  background:#EFF4DB;
  border-bottom:1px solid #FFF;
}

.tbl_type1 td{
  background:#FFF;
  border-bottom:1px solid #ccc;
}

.tbl_type1 th,
.tbl_type1 td{
  padding:10px 20px;
  text-align:left;
  vertical-align:top;
  font-weight:normal;
}


/* 共通パーツ - 問い合わせフォーム
--------------------------------------------------------------- */

.form-food{
  padding:20px 0;
  text-align:center;
}

.form-fdl{
  margin-bottom:15px;
}

.form-fdc,
.form-fdr{
  display:inline-block;
  margin:0 10px;
}

.form-food input[type="submit"]{
  font-weight:bold;
  font-size:2.2rem;
  padding:5px 100px;
  color:#FFF;
  border-radius:24px;
  background-color:#548B1D;
}

.form-return input[type="submit"]{
  background-color:#999;
  border-color:#999;  
}

.form-food input[type="submit"]:hover{
  cursor:pointer;
}

@media print,screen and (max-width:640px){
  
/* SP用調整
--------------------------------------------------------------- */

.h_type1{
  font-size:3rem;
  margin-bottom:20px;
}

.h_type1 img{
  width:auto;
  height:21px;
}

.tbl_type1 th,
.tbl_type1 td{
  display:block;
  width:auto;
}

.block_ohaka.style_lotus .point_ohaka .is_list,
.block_ohaka.style_august .point_ohaka .is_list,
.block_ohaka.style_june .point_ohaka .is_list{
  background-image:none;
}

.form-fdc,
.form-fdr{
  display:block;
  margin:0;
}

.form-food input[type="submit"]{
  box-sizing:border-box;
  width:100%;
  padding:5px;
  margin-bottom:15px;
}
  
}


/* margin
--------------------------------------------------------------- */
.mauto{margin:0 auto;}.m0{margin:0;}.mb0{margin-bottom:0;}.mb5{margin-bottom:5px;}.mb10{margin-bottom:10px;}.mb15{margin-bottom:15px;}.mb20{margin-bottom:20px;}.mb25{margin-bottom:25px;}.mb30{margin-bottom:30px;}.mb35{margin-bottom:35px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}.mb300{margin-bottom:300px;}.mleft0{margin-left:0;}.mleft5{margin-left:5px;}.mleft10{margin-left:10px;}.mleft15{margin-left:15px;}.mleft20{margin-left:20px;}.mleft25{margin-left:25px;}.mleft30{margin-left:30px;}.mleft35{margin-left:35px;}.mright0{margin-right:0;}.mright5{margin-right:5px;}.mright10{margin-right:10px;}.mright15{margin-right:15px;}.mright20{margin-right:20px;}.mright25{margin-right:25px;}.mright30{margin-right:30px;}.mright35{margin-right:35px;}.mtop0{margin-top:0;}.mtop5{margin-top:5px;}.mtop10{margin-top:10px;}.mtop15{margin-top:15px;}.mtop20{margin-top:20px;}.mtop25{margin-top:25px;}.mtop30{margin-top:30px;}.mtop35{margin-top:35px;}

/* padding
--------------------------------------------------------------- */
.p0{padding:0;}.p5{padding:5px;}.p10{padding:10px;}.p15{padding:15px;}.pb0{padding-bottom:0;}.pb5{padding-bottom:5px;}.pb10{padding-bottom:10px;}.pb15{padding-bottom:15px;}.pb20{padding-bottom:20px;}.pb25{padding-bottom:25px;}.pb30{padding-bottom:30px;}.pb35{padding-bottom:35px;}.pleft0{padding-left:0;}.pleft5{padding-left:5px;}.pleft10{padding-left:10px;}.pleft15{padding-left:15px;}.pleft20{padding-left:20px;}.pleft25{padding-left:25px;}.pleft30{padding-left:30px;}.pleft35{padding-left:35px;}.pleft40{padding-left:40px;}.pleft45{padding-left:45px;}.pright0{padding-right:0;}.pright5{padding-right:5px;}.pright10{padding-right:10px;}.pright15{padding-right:15px;}.pright20{padding-right:20px;}.pright25{padding-right:25px;}.ptop0{padding-top:0;}.ptop5{padding-top:5px;}.ptop10{padding-top:10px;}.ptop15{padding-top:15px;}.ptop20{padding-top:20px;}.ptop25{padding-top:25px;}.ptop30{padding-top:30px;}.plr10{padding:0 10px;}.plr70{padding:0 70px;}

/* position
--------------------------------------------------------------- */
.txtleft{text-align:left;}.txtcenter{text-align:center;}.txtright{text-align:right;}.fleft{float:left;}.fright{float:right;}.clearfloat{clear:both;}

/* font
--------------------------------------------------------------- */
.bd{font-weight:bold;}.uline{text-decoration:underline;}.red{color:#FF0000;}.gold{color:#7F7611;}.green{color:#046B42;}.fsize11{font-size:11px;}.fsize12{font-size:12px;}.fsize13{font-size:13px;}


/* table
--------------------------------------------------------------- */
.vtop{vertical-align:top;}.vbottom{vertical-align:bottom;}.vmiddle{vertical-align:middle;}

/* clearfix
--------------------------------------------------------------- */
.cf:after{content:"";display:block;clear:both;}

/*
-------------------------------------------------------------------------------
 Responsive style
-------------------------------------------------------------------------------
*/

/* Responsive margin
--------------------------------------------------------------- */
.mb5rd{margin-bottom:5px;}.mb10rd{margin-bottom:10px;}.mb15rd{margin-bottom:15px;}.mb20rd{margin-bottom:20px;}.mb25rd{margin-bottom:25px;}.mb30rd{margin-bottom:30px;}.mb35rd{margin-bottom:35px;}.mb40rd{margin-bottom:40px;}.mb50rd{margin-bottom:50px;}.mb300rd{margin-bottom:300px;}.mleft5rd{margin-left:5px;}.mleft10rd{margin-left:10px;}.mleft15rd{margin-left:15px;}.mleft20rd{margin-left:20px;}.mleft25rd{margin-left:25px;}.mleft30rd{margin-left:30px;}.mleft35rd{margin-left:35px;}.mright5rd{margin-right:5px;}.mright10rd{margin-right:10px;}.mright15rd{margin-right:15px;}.mright20rd{margin-right:20px;}.mright25rd{margin-right:25px;}.mright30rd{margin-right:30px;}.mright35rd{margin-right:35px;}.mtop5rd{margin-top:5px;}.mtop10rd{margin-top:10px;}.mtop15rd{margin-top:15px;}.mtop20rd{margin-top:20px;}.mtop25rd{margin-top:25px;}.mtop30rd{margin-top:30px;}.mtop35rd{margin-top:35px;}

@media screen and (max-width:640px){

/* SP Responsive margin
--------------------------------------------------------------- */
.mb5rd{margin-bottom:2.5px;}.mb10rd{margin-bottom:5px;}.mb15rd{margin-bottom:7.5px;}.mb20rd{margin-bottom:10px;}.mb25rd{margin-bottom:12.5px;}.mb30rd{margin-bottom:15px;}.mb35rd{margin-bottom:17.5px;}.mb40rd{margin-bottom:20px;}.mb50rd{margin-bottom:25px;}.mb300rd{margin-bottom:150px;}.mleft5rd{margin-left:2.5px;}.mleft10rd{margin-left:5px;}.mleft15rd{margin-left:7.5px;}.mleft20rd{margin-left:10px;}.mleft25rd{margin-left:12.5px;}.mleft30rd{margin-left:15px;}.mleft35rd{margin-left:17.5px;}.mright5rd{margin-right:2.5px;}.mright10rd{margin-right:5px;}.mright15rd{margin-right:7.5px;}.mright20rd{margin-right:10px;}.mright25rd{margin-right:12.5px;}.mright30rd{margin-right:15px;}.mright35rd{margin-right:17.5px;}.mtop5rd{margin-top:2.5px;}.mtop10rd{margin-top:5px;}.mtop15rd{margin-top:7.5px;}.mtop20rd{margin-top:10px;}.mtop25rd{margin-top:12.5px;}.mtop30rd{margin-top:15px;}.mtop35rd{margin-top:17.5px;}
  
}


/* Responsive padding
--------------------------------------------------------------- */
.p5rd{padding:5px;}.p10rd{padding:10px;}.p15rd{padding:15px;}.pb5rd{padding-bottom:5px;}.pb10rd{padding-bottom:10px;}.pb15rd{padding-bottom:15px;}.pb20rd{padding-bottom:20px;}.pb25rd{padding-bottom:25px;}.pb30rd{padding-bottom:30px;}.pb35rd{padding-bottom:35px;}.pleft5rd{padding-left:5px;}.pleft10rd{padding-left:10px;}.pleft15rd{padding-left:15px;}.pleft20rd{padding-left:20px;}.pleft25rd{padding-left:25px;}.pleft30rd{padding-left:30px;}.pleft35rd{padding-left:35px;}.pleft40rd{padding-left:40px;}.pleft45rd{padding-left:45px;}.pright5rd{padding-right:5px;}.pright10rd{padding-right:10px;}.pright15rd{padding-right:15px;}.pright20rd{padding-right:20px;}.pright25rd{padding-right:25px;}.ptop5rd{padding-top:5px;}.ptop10rd{padding-top:10px;}.ptop15rd{padding-top:15px;}.ptop20rd{padding-top:20px;}.ptop25rd{padding-top:25px;}.ptop30rd{padding-top:30px;}.plr10rd{padding:0 10px;}.plr70rd{padding:0 70px;}


@media screen and (max-width:640px){

/* SP Responsive padding
--------------------------------------------------------------- */
.p5rd{padding:2.5px;}.p10rd{padding:5px;}.p15rd{padding:7.5px;}.pb5rd{padding-bottom:2.5px;}.pb10rd{padding-bottom:5px;}.pb15rd{padding-bottom:7.5px;}.pb20rd{padding-bottom:10px;}.pb25rd{padding-bottom:12.5px;}.pb30rd{padding-bottom:15px;}.pb35rd{padding-bottom:17.5px;}.pleft5rd{padding-left:2.5px;}.pleft10rd{padding-left:5px;}.pleft15rd{padding-left:7.5px;}.pleft20rd{padding-left:10px;}.pleft25rd{padding-left:12.5px;}.pleft30rd{padding-left:15px;}.pleft35rd{padding-left:17.5px;}.pleft40rd{padding-left:20px;}.pleft45rd{padding-left:22.5px;}.pright5rd{padding-right:2.5px;}.pright10rd{padding-right:5px;}.pright15rd{padding-right:7.5px;}.pright20rd{padding-right:10px;}.pright25rd{padding-right:12.5px;}.ptop5rd{padding-top:2.5px;}.ptop10rd{padding-top:5px;}.ptop15rd{padding-top:7.5px;}.ptop20rd{padding-top:10px;}.ptop25rd{padding-top:12.5px;}.ptop30rd{padding-top:15px;}.plr10rd{padding:0 5px;}.plr70rd{padding:0 35px;}

}

/* メールフォーム用 */

.form_requir {
  display:inline-block;
  background-color:#ff3333;
  color:#ffffff;
  font-size:.9rem;
  line-height:100%;
  text-align:center;
  padding:4px;
  margin-left:10px;
}


.form-errors {
  color:#ff0000;
  padding-top:8px;
}

/* エラー */

.error {
  margin: 100px 0 0 0;
  padding: 0;
  width: 500px;
  text-align: right;
}

.error-box {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  border: solid 1px #888888;
  background-color: #ffffff;
}

/* EH用スライダー - overflow:hidden */

@media print,screen and (max-width:640px){
#g_header .slider_area{
  background:#FBF9F6;
  width:100%;
  height:50vw;
  overflow:hidden;  
}
}

/* compleatBox */

.compleatBox {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #666;
    margin: 50px auto 100px;
    padding: 40px 20px;
    text-align: center;
    width: 600px;
}

  @media screen and (max-width:640px){
    .compleatBox {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #666;
      margin: 50px 20px 100px;
      padding: 40px 20px;
      text-align: center;
      width: auto;
  }
}

/* 追加 */

.jumokusoBnr{
  text-align:center;
  margin-bottom:40px;
}

