@charset "utf-8";

/******************************************************************
カスタム　○○○○用レイアウト
*****************************************************************/


/*==========================================
/
/ 0■body
/ 1■footer_fix
/ 2■Common
/ 3■topWrap
/ 4■header
/ 5■main
/ 6■footer
/ 7■saerch
/
==========================================*/


/******************************************************************
  0■body
*****************************************************************/

body {
    color: #333333;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-family:"A-OTF 秀英角ゴシック金 Std","秀英角ゴシック金 L", "Shuei KakuGo Kin L", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(../img/common/bg.jpg) repeat;
    background-size:100px 100px;
}
.fontB-sp, .fontB-sp a{
    font-family:"A-OTF 秀英角ゴシック金 Std","秀英角ゴシック金 B", "Shuei KakuGo Kin B ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
    }
.mincho{
    font-family: "A1明朝","A1 Mincho","A-OTF A1明朝 Std","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.minchoB, .minchoB a{
    font-family: "A1明朝","A1 Mincho","A-OTF A1明朝 Std","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:bold;
}
.marugo, .marugo a{
    font-family: "秀英丸ゴシック L","Shuei MaruGo L","A-OTF 秀英丸ゴシック Std","游明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
}
.marugoB, .marugoB a{
    font-family: "秀英丸ゴシック B","Shuei MaruGo B","A-OTF 秀英丸ゴシック Std","游明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:bold;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

a {
    color: #333333;
}


/******************************************************************
  1■footer_fix  (footer固定のためのCSS)
*****************************************************************/

html, body {
    height: 100%;
}

#wrap {
    width: 100%;
    position: relative;
    min-height: 100%;
}

.container {
    padding-top: 50px;
}

#container {
    padding-top: 25px;
}

.top-contents {
    overflow: hidden;
    margin: 0 0 50px 0;
}


/******************************************************************
  2■Common
*****************************************************************/

.contents {
    padding: 15px 0;
}

.contents-BOX {
    /*padding: 0 0 25px;*/
    padding: 0;
}


/******************************************************************
  1■title
*****************************************************************/


/* tit-top-contents */

.tit-top-contents {
    position: relative;
    display: block;
    font-size: 20px;
    padding: 0 0 18px;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0.15em;
    line-height:1;
}

.tit-top-contents::after {
    position: absolute;
    content: '';
    width: 46px;
    border-bottom: solid 1px;
    left: 50%;
    bottom: 0;
    margin-left: -23px;
}

.subtit-top-search {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    background: #54a076;
    padding: 0 0 0 15px;
    letter-spacing: 0.15em;
    height: 30px;
    line-height: 30px;
}


/* pageNavi */

.pageNavi {
    position: relative;
    height: 35px;
    padding: 5px 0;
    background: #FFFFFF;
    border-top: solid 1px #eeece9;
    border-bottom: solid 1px #eeece9;
    text-align: center;
}

.pageNavi .inner {
    display: inline-block;
}

.pageNavi .inner span {
    text-align: center;
    float: left;
}

.pageNavi .prev.first {
    position: absolute;
    border-right: solid 1px #eeece9;
    width: 46px;
    left: 0;
}

.pageNavi .prev.page {
    position: absolute;
    border-right: solid 1px #eeece9;
    width: 90px;
    left: 47px;
}

.pageNavi .next.last {
    position: absolute;
    border-left: solid 1px #eeece9;
    width: 46px;
    right: 0;
}

.pageNavi .next.page {
    position: absolute;
    border-left: solid 1px #eeece9;
    width: 90px;
    right: 47px;
}

.pageNavi .inner span a {
    display: none;
    font-size: 11px;
    color: #333333;
    height: 35px;
    line-height: 35px;
}

.pageNavi .prev.first a {
    display: block;
    margin: 0;
    background: url(../img/ic/ic-arrow-green-lw.png) no-repeat #FFFFFF center center;
    background-size: 10px 10px;
    text-indent: -9999px;
}

.pageNavi .prev.page a {
    display: block;
    margin: 0;
    background: url(../img/ic/ic-arrow-green-l.png) no-repeat #FFFFFF 5px center;
    background-size: 5px 10px;
    padding-left: 5px;
}

.pageNavi .next.last a {
    display: block;
    margin: 0;
    background: url(../img/ic/ic-arrow-green-rw.png) no-repeat #FFFFFF center center;
    background-size: 10px 10px;
    text-indent: -9999px;
}

.pageNavi .next.page a {
    display: block;
    margin: 0;
    background: url(../img/ic/ic-arrow-green-r.png) no-repeat #FFFFFF 80px center;
    background-size: 5px 10px;
    padding-right: 5px;
}

.pageNavi .inner span:last-of-type {
    display: block;
    width: 100%;
    color: #54a076;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
}


/******************************************************************
  3■button
*****************************************************************/

.btnDef a {
    display: block;
    height: 30px;
    margin: 0 auto 20px;
    line-height: 30px;
    border-radius: 15px;
    background: #54a076;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
}

.btnDef-arwR a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 20px;
    border-radius: 15px;
    background: url(../img/ic/ic-arrow-r.svg) no-repeat #54a076;
    background-size: 5px;
    background-position: 100px 12px;
    padding-right: 10px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
}

.btnDef-download a {
    display: block;
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 20px;
    border-radius: 15px;
    background: url(../img/ic/ic-download.png) no-repeat #54a076;
    background-size: 14px 15px;
    background-position: 155px 8px;
    padding-right: 15px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
}

span.tgl {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: #bd1619;
    border-radius: 2px;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
}

span.tgl span:first-of-type {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    top: 8px;
    left: 4px;
    transition: all .4s;
}

span.tgl span:last-of-type {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #FFFFFF;
    top: 4px;
    left: 8px;
    transition: all .4s;
}

.op span.tgl span:last-of-type {
    opacity: 0;
}


/******************************************************************
  1■background
*****************************************************************/

.bgStyle01 {
    position: relative;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 1px 0px rgba(222, 218, 212, 1);
    -moz-box-shadow: 0 3px 1px 0px rgba(222, 218, 212, 1);
    box-shadow: 0 3px 1px 0px rgba(222, 218, 212, 1);
}


/******************************************************************
  1■icon-parts
*****************************************************************/

.list-block-shop, .detail-block-shop {
    font-size: 14px;
    color: #bd1619;
    display: inline;
}
.detail-block-ttl {
    margin-bottom: 11px;
    line-height:1.5;
}
#detail #detail-BOX .new{
    display: inline-block;
    }
.list-block-shop>span,
#detail #detail-BOX .new span{
    display: inline-block;
    width: 40px;
    height: 16px;
    margin-right: 10px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    background: #fff100;
    border-radius: 2px;
    color: #494949;
    left: 0;
    top: 2px;
}


/******************************************************************
  3■header
*****************************************************************/

header {
    position: fixed;
    width: 100%;
    background: #FFFFFF;
    top: 0;
    padding: 0;
    min-height: 50px;
    z-index: 100;

}

header .header_logo {
    position: absolute;
    z-index: 200;
    height: 50px;
}
header .header_logo .logo-link{
    display: block;
    width: 100%;
    height: 100%;
    color: #666666;
    }
header .header_logo .logo-link-inner{
    color: #666666;
    font-size: 10px;
    display: block;
    margin: 8px 0 0 8px;
    }
header .header_logo img {
    width: 110px;
    display: block;
    margin: 0 0 4px 0;
}
@media screen and (max-width: 374px) {
    header .header_logo .hdn_320 {
        display: none;
    }
}

/* nav */

header .gnav {
    width: 100%;
    height: calc(100% - 50px);
    padding: 0 0 50px;
    background: #FFFFFF;
    top:50px;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    display: none;
}

header .gnav::-webkit-scrollbar {
    display: none;
}

header .btnArea {
    float: right;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 0em;
}

header .searchBtn {
    position: fixed;
    width: 110px;
    height: 50px;
    background: url(../img/ic/ic-gnav-search.png) no-repeat #54a076;
    background-position: 88px 20px;
    background-size: 12px 12px;
    padding-right: 17px;
    text-align: center;
    top: 0;
    right: 80px;
    float: left;
    box-sizing: border-box;
}

header .searchBtn a {
    display: block;
    color: #FFFFFF;
}

header .menuBtn {
    position: relative;
    width: 80px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 200;
    background: #dedad4;
    color: #bd1619;
    padding-right: 17px;
    text-align: center;
    cursor: pointer;
    float: left;
    box-sizing: border-box;
}


/*ハンバーガーメニュ*/

header .menuBtn span {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    right: 10px;
    width: 12px;
    height: 2px;
    background-color: #bd1619;
    border-radius: 4px;
}

header .menuBtn span:nth-of-type(1) {
    top: 20px;
}

header .menuBtn span:nth-of-type(2) {
    top: 24px;
}

header .menuBtn span:nth-of-type(3) {
    bottom: 20px;
}

header .menuBtn.gnavop span:nth-of-type(1) {
    top: 3px;
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}

header .menuBtn.gnavop span:nth-of-type(2) {
    opacity: 0;
}

header .menuBtn.gnavop span:nth-of-type(3) {
    top: 43px;
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}

header .closeBtn {
    width: 150px;
    height: 30px;
    line-height: 30px;
    background: #dedad4;
    font-size: 11px;
    text-align: center;
    margin: 20px auto;
    border-radius: 15px;
    cursor: pointer;
}

header .gnav .main-menu {
    border-bottom: solid 1px #dedad4;
}

header .gnav li {
    background: #FFFFFF;
    border-top: solid 1px #dedad4;
}

header .gnav>li:last-of-type {
    border-bottom: solid 1px #dedad4;
}

header .gnav li>a {
    display: block;
    padding: 18px 15px;
    color: #333333;
    font-size: 13px;
    position:relative;
}

header .gnav li.parent {
    position: relative;
}

header .gnav li.parent ul.sub-menu {
    display: none;
    background: #dedad4;
}

header .gnav li.parent ul.sub-menu li a {
    display: block;
    padding: 15px 15px 15px 26px;
    color: #333333;
    font-size: 11px;
}

header .gnav li.parent span.tgl {
    top: 0;
    right: 15px;
    bottom: 0;
}

html.menu_open, body.menu_open{
    overflow:hidden;
    }


/******************************************************************
  3■下層共通
*****************************************************************/

#breadcrumbs {
    padding:10px 15px;
    width: auto;
}

#breadcrumbs ul {
    line-height: 1.4;
    font-size: 11px;
    overflow: hidden;
}

#breadcrumbs ul li {
    float: left;
    color: #54a076;
    margin: 0 10px 0 0;
    letter-spacing: 0;
}

#breadcrumbs ul li:nth-child(even) {
    color: #333333;
}

#breadcrumbs ul li a {
    text-decoration: none;
    color: #54a076;
}

#breadcrumbs ul li a:hover {
    text-decoration: underline;
}


/******************************************************************
  ■mainimage
*****************************************************************/
.slider-item img{
    width:100%;
}


/******************************************************************
  3■footer
*****************************************************************/

#page_top a {
    display: block;
    width: 130px;
    height: 30px;
    margin: 0 auto 30px;
    line-height: 30px;
    border-radius: 15px;
    background: url(../img/ic/ic-arrow-top.png) no-repeat #FFFFFF;
    background-size: 8px auto;
    background-position: 114px 12px;
    padding-right: 10px;
    color: #54a076;
    font-size: 13px;
    text-align: center;
}


/******************************************************************
  5■footer
*****************************************************************/

footer {
    position: relative;
    background: #54a076;
    margin-top: 65px;
    padding-top: 70px;
}

footer .footer-town {
    position: absolute;
    width: 100%;
    height: 76px;
    background-image: url(../img/footer/pic-footer-town-sp.png);
    background-size: 1000px 76px;
    background-position: center top;
    top: -39px;
}


.sns-btn{
    font-size: 0;
    display: inline-block;
    left: 0;
    vertical-align: top;
    margin: 0 20px 20px;
    }
.sns-btn li{
    display:inline-block;
    font-size:12px;
    vertical-align: top;
    line-height: 1;
    }
.sns-btn li{margin: 0 10px 10px 0;}
.sns-btn li.sc-fb{}
.sns-btn li.sc-tw{}
.sns-btn li.sc-li{}
.sns-btn li.sc-li .sc-li-img{
    height:20px;
    width:auto;
    }
.sns-btn li.sc-fb .fb_iframe_widget span{
    vertical-align:top;
    display:block;
    }

.footer-menu-wrap {
    border-top: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
}

.footer-menu li.main-menu-cts {
    position: relative;
    border-bottom: solid 1px #87c7a4;
}

.footer-menu li.main-menu-cts a {
    color: #FFFFFF;
}

.footer-menu li.main-menu-cts>a {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1em;
    position:relative;
}

.footer-menu li.main-menu-cts ul {
    display: none;
}

.footer-menu li.main-menu-cts.parent li {
    background: #3d8b60;
    padding: 13px 13px 13px 30px;
    border-bottom: solid 1px #87c7a4;
    font-size: 12px;
    line-height: 1em;
}

.footer-menu li.main-menu-cts.parent li:last-of-type {
    border: none;
}

.footer-menu li.main-menu-cts.parent span.tgl {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background: #FFFFFF;
}

.footer-menu li.main-menu-cts.parent span.tgl span:first-of-type, .footer-menu li.main-menu-cts.parent span.tgl span:last-of-type {
    background: #87c7a4;
}

.fotter-copy {
    font-size: 10px;
    color: #FFFFFF;
    padding: 30px 20px;
    text-align: center;
}
footer .ga-pdf{
    padding-top: 1.5em;
    }
footer .ga-pdf a{
    color: #ffffff;
    }

/******************************************************************
  3■再検索フォーム
*****************************************************************/

#contents-form {
    overflow: hidden;
    width: 100%;
    background: #FFFFFF;
}

.multiple-form-wrap {
    border: solid 1px #CCCCCC;
    width: auto;
    margin: auto 0 15px;
}

.multiple-form-wrap .select-wrap {
    background: url(../img/list/ic-form-pulldown.png) no-repeat;
    background-size: 12px auto;
    background-position: right 15px center;
    width: auto;
    border: solid 1px #dedad4;
    border-radius: 5px;
    margin: 15px;
    clear: both;
}

.multiple-form-wrap select {
    width: 100%;
    padding: 10px 15px;
}
#contents-form .form-cts-wrap01{
    margin-top:1px;
    }
.form-cts-tit {
    width: auto;
    padding: 8px 15px;
    background: #3d8b60;
    color: #FFFFFF;
    font-size: 13px;
    float: none;
    clear: left;
}

.multiple-form-wrap ul {
    border-top: solid 1px #dedad4;
}

.multiple-form-wrap ul li {
    display: block;
    width: auto;
    padding: 15px;
    border-bottom: solid 1px #dedad4;
    line-height: 1;
}

.multiple-form-wrap ul li.check {
    background: #feffd7;
}

.multiple-form-wrap input[type="text"] {
    width: 100%;
    padding: 5px;
}

.kcd-btn.close-kcd+#kcd-box {
    display: none;
}

#kcd-box .check-city-all {
    padding: 15px;
    border-top: solid 1px #dedad4;
}

.wrap-city {
    width: 100%;
}

.wrap-city .kcd-btn {
    margin: 0;
    cursor: pointer;
}

.wrap-city .kcd-btn p {
    position: relative;
    color: #666666;
    font-size: 13px;
    padding: 15px;
    border-top: solid 1px #dedad4;
}

.wrap-city .kcd-btn p span.tgl {
    right: 15px;
    background: #54a076;
}

.wrap-city .kcd-btn p span.tgl span:first-of-type, .wrap-city .kcd-btn p span.tgl span:last-of-type {
    background: #FFFFFF;
}

#kcd-box ul {
    overflow: hidden;
}

#kcd-box ul li {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 15px;
    line-height: 1;
    box-sizing: border-box;
}

#kcd-box ul li:nth-child(odd) {
    border-right: solid 1px #dedad4;
}

.multiple-form-wrap .checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 calc(1em + 10px);
    vertical-align: middle;
    cursor: pointer;
    line-height: 1;
    font-size: 13px;
}
.multiple-form-wrap #kcd-box .checkbox{
    letter-spacing:0.5px;
    }

.multiple-form-wrap .checkbox::before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 3px;
    content: '';
    border: 1px solid #54a076;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../img/list/ic-form-check.png);
    background-size: 13px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #54a076;
}

.multiple-form-wrap .checkbox::after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 3px;
    content: '';
    border: 1px solid #dedad4;
    background: #FFFFFF;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.multiple-form-wrap input[type="checkbox"] {
    display: none;
}

.multiple-form-wrap input[type="checkbox"]:checked {
    background: red;
}

.multiple-form-wrap input[type="checkbox"]:checked+.checkbox::before {
    opacity: 1;
}

.multiple-form-wrap input[type="checkbox"]:checked+.checkbox::after {
    opacity: 0;
}

.multiple-form-wrap .form-tit {
    position: relative;
    padding: 15px;
    background: #54a076;
    /*border-bottom:solid 1px #FFFFFF;*/
    color: #FFFFFF;
    font-size: 16px;
}
.multiple-form-wrap .form-tit .tgl{
    background: #FFFFFF;
    }
.multiple-form-wrap .form-tit .tgl span{
    background: #54A076;
    }


/*下層ページ共通スタイル*/

.contents-BOX{}
.contents-BOX .page-tit{
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 2px 0 #0000004d;
    letter-spacing: 0.1em;
    position: relative;
    background-size: cover!important;

}

.contents-BOX .page-tit strong{
    display: block;
    padding: 30px 0 54px 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 40%, rgba(0,0,0,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 40%,rgba(0,0,0,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */
    background-size: cover;
}

.contents-BOX .page-tit strong span{
    position: relative;
    display: block;
    padding:0 10px;
    -moz-text-shadow: 0 2px 0 #0000004d;
    -webkit-text-shadow: 0 2px 0 #0000004d;
    text-shadow: 0 2px 0 #0000004d;
    line-height: 1.2;
}

.contents-BOX .page-tit strong span:after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-box-shadow: 0 2px 0 #0000004d;
    -webkit-box-shadow: 0 2px 0 #0000004d;
    box-shadow: 0 2px 0 #0000004d;
}
.contents-BOX .cts-wrap{
    margin: 0 15px 30px 15px;
    /*margin: 0 0 30px 0;*/
}
.contents-BOX .cts-wrap .cts-tit{
    font-size: 16px;
    color: #bd1619;
    margin: 0 0 15px 0;
    line-height: 1.2;
}
.contents-BOX .cts-wrap .cts-subtit{
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding: 0 0 1px 0.8em;
    letter-spacing: 0.1em;
    margin: 0 0 20px 0;
}
.contents-BOX .cts-wrap .cts-subtit:before{
    content: '';
    display: block;
    background: #54a076;
    width: 7px;
    height: 1.1em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}
