/* ----------------------------------------------------------------header*/
header {
    text-align: center;
}
.h1area {
    margin-bottom: 10px;
}
h1 {
    text-align: center;
    font-size: 10px;
    margin: 5px 0 0;
    line-height: 140%;
}
#header {
    padding-bottom: 10px;
}
.header_logo {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.header_logo a {
    display: block;
    text-decoration: none;
}
.header_logo img {
    width: 150px;
    height: auto;
}
.header_logo span {
    display: block;
    margin-top: 5px;
    line-height: 1.1;
    font-size: 10px;
    color: #202020;
}
.header_right {
    float: right;
    text-align: right;
    width: 100%;
}
.header_right p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.header_right ul {
    margin-bottom: 10px;
    width: 100%;
}
.header_right ul li {
    text-align: center;
    float: left;
    width: 32%;
    margin-left: 2%;
    font-size: 11px;
}
.header_right ul li:first-child {
    margin-left: 0;
}
.header_right ul li:last-child {
    float: right;
}
.header_right ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 8px 0 7px;
    background-color: #009e52;
}
.header_right ul li:last-child a {
    background-color: #202020;
}
.header_right ul li a:hover {
    opacity: 0.7;
}
.header_contact {
    clear: both;
}
.header_contact img {
    width: 40px;
    height: 40px;
}
.header_contact img#toggle {
    cursor: pointer;
    margin-left: 10px;
}
.header_tel {
    margin-right: 10px;
}
@media print, screen and (min-width:480px) {
    .header_logo {
        float: left;
        margin-top: 0;
        margin-bottom: 0;
    }
    .header_logo img {
        width: 150px;
        height: auto;
    }
    .header_right {
        width: auto;
    }
    .header_right p {
        text-align: right;
    }
    .header_right ul li {
        width: 110px;
        margin-left: 10px;
    }
}
@media print, screen and (min-width:768px) {
    h1 {
        text-align: left;
    }
    .header_logo img {
        width: auto;
        height: auto;
    }
    .header_right ul li {
        width: 140px;
        font-size: 14px;
    }
    .header_right ul li:first-child {
        margin-left: 10px;
    }
    .header_right ul li a {
        padding: 5px 0 4px;
    }
    .header_contact img {
        width: auto;
        height: 40px;
    }
    .header_contact img#toggle {
        width: auto;
        height: 41px;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px dotted #000;
    }
    .header_tel {
        margin-right: 15px;
        padding-right: 0px;
    }
}
@media print, screen and (min-width:992px) {
    .header_right p {
        float: left;
        margin-top: 3px;
    }
    .header_right ul {
        float: left;
        width: 450px;
    }
    .header_contact img#toggle {
        display: none;
    }
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    margin-bottom: 10px;
    padding: 15px 0;
    background: url("../img/common_img/pagetitle_bg.jpg") center center no-repeat;
    background-size: calc(100% - 30px) auto;
}
#pagetitle h2 {
    display: inline-block;
    min-width: 50%;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    /*background: rgba(0,107,55,0.8);*/
    text-shadow: rgb(59 84 72 / 60%) 1px 1px 5px, rgb(59 84 72 / 60%) -1px 1px 5px, rgb(59 84 72 / 60%) 1px -1px 5px, rgb(59 84 72 / 60%) -1px -1px 5px;
}
@media print, screen and (min-width:768px) {
    #pagetitle {
        margin-bottom: 30px;
        padding: 30px 0;
        background: url("../img/common_img/pagetitle_bg.jpg") center center no-repeat;
        background-size: 720px auto;
    }
    #pagetitle h2 {
        font-size: 26px;
    }
}
@media print, screen and (min-width:992px) {
    #pagetitle {
        background-size: 940px auto;
    }
}
@media print, screen and (min-width:1200px) {
    #pagetitle {
        background-size: 1140px auto;
    }
}
/*------------------------------------------------------------content*/
#content {
    text-align: left;
}
#content_main {
    margin-bottom: 20px;
}
.section {
    clear: both;
    margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
    .section {
        margin-bottom: 30px;
    }
}
/*mainnavi_sp*/
#mainnavi_sp {
    display: none;
}
#mainnavi_sp ul {
    text-align: center;
    background: url(../img/common_img/bg_blue.gif) repeat;
}
#mainnavi_sp ul li {
    border-bottom: 1px dotted #fff;
}
#mainnavi_sp ul li:last-child {
    border-bottom: none;
}
#mainnavi_sp ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
#mainnavi_sp ul li span {
    display: block;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0;
}
#mainnavi_sp ul li ul {
    display: none;
    background: url(../img/common_img/bg_skyblue.gif) repeat;
}
/*mainnavi_pc*/
#mainnavi_pc {
    display: none;
}
@media print, screen and (min-width:992px) {
    #mainnavi_pc {
        display: block;
        margin-bottom: 10px;
    }
    #mainnavi_pc ul {}
    #mainnavi_pc ul li {
        float: left;
        position: relative;
    }
    #mainnavi_pc ul li img {
        width: auto;
        height: 41px;
    }
    #mainnavi_pc ul li ul {
        list-style: none;
        position: absolute;
        z-index: 9999;
        top: 41px;
        left: 0;
        margin: 0;
        padding: 0;
        background-image: none;
    }
    #mainnavi_pc ul li ul li {
        text-align: center;
        background-color: #999;
    }
    #mainnavi_pc ul li ul.drop01 li {
        width: 215px;
    }
    #mainnavi_pc ul li ul.drop02 li {
        width: 162px;
    }
    #mainnavi_pc ul li ul li a {
        display: block;
        color: #fff;
        font-weight: bold;
        padding: 8px;
        text-decoration: none;
    }
    #mainnavi_pc ul li ul li a:hover {
        text-decoration: underline;
    }
    #fade-in li ul {
        visibility: hidden;
        opacity: 0;
        transition: 0s;
    }
    #fade-in li:hover ul {
        visibility: visible;
        opacity: 1;
    }
    #fade-in li ul li a {
        visibility: hidden;
        opacity: 0;
        transition: .5s;
    }
    #fade-in li:hover ul li a {
        visibility: visible;
        opacity: 1;
    }
}
@media print, screen and (min-width:1200px) {
    #mainnavi_pc ul li img {
        height: auto;
    }
    #mainnavi_pc ul li ul {
        top: 50px;
    }
    #mainnavi_pc ul li ul.drop01 li {
        width: 262px;
    }
    #mainnavi_pc ul li ul.drop02 li {
        width: 202px;
    }
}
/*side_listing*/
#side_listing {
    width: 100%;
    margin-bottom: 20px;
}
/*side_search*/
#side_search {
    width: 100%;
    margin-bottom: 20px;
}
#side_search input {
    width: 50%;
}
@media print, screen and (min-width:1200px) {
    #side_search input {
        width: 70%;
    }
}
/*side_login*/
#side_login {
    color: #333;
    padding: 20px;
    margin-bottom: 20px;
    background: url("../img/common_img/bg_wood.jpg") center top #ecd4b0;
}
#side_login dl {
    width: 100%;
    margin-bottom: 10px;
}
#side_login dl dd {
    margin-bottom: 5px;
}
#side_login dl dd input {
    width: 100%;
    color: #6d572f;
}
@media print, screen and (min-width:480px) {
    #side_login dl dd input {
        width: 50%;
    }
}
@media print, screen and (min-width:768px) {
    #side_login dl dd input {
        width: 30%;
    }
}
@media print, screen and (min-width:992px) {
    #side_login dl dd input {
        width: 100%;
    }
}
/*side_mypage*/
#side_mypage {
    color: #333333;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #CCC;
}
.mypage_title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}
#side_mypage ul li {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
}
#side_mypage ul li:last-child {
    margin-bottom: 0px;
}
#side_mypage ul li a {
    display: block;
    padding: 10px 0;
    color: #333;
}
#side_mypage ul li a:hover {
    opacity: 0.7;
} /*side_category*/
#side_category {
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #009e52;
}
.side_category_tit {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
#side_category p {
    margin-bottom: 10px;
}
#side_category ul.side_category_list {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #fff;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
#side_category ul li {
    line-height: 140%;
    font-weight: bold;
}
#side_category ul li a {
    display: block;
    color: #fff;
}
#side_category ul li ul li {
    border-bottom: none;
    background: url(../img/common_img/arrow03.png) no-repeat 0 5px;
    padding-left: 11px;
    font-weight: normal;
    margin-top: 7px;
}
#side_category ul li ul li a {
    color: #fff;
}
#side_category ul li a:hover, #side_category ul li ul li a:hover {
    opacity: 0.7;
}
@media print, screen and (min-width:480px) {
    #side_category ul.side_category_list {
        width: 30%;
        margin: 8px 3% 10px 0;
        float: left;
        clear: none;
    }
}
@media print, screen and (min-width:992px) {
    #side_category ul.side_category_list {
        width: auto;
        margin: 8px 0 0;
        float: none;
    }
}
#side_tag {
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    background-color: #009e52;
}
.side_tag_tit {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}
#side_tag p {
    margin-bottom: 10px;
}
#side_tag ul.side_tag_list {
    display: flex;
    flex-wrap: wrap;
}
#side_tag ul.side_tag_list li {
    margin: 3px;
}
#side_tag ul.side_tag_list li a {
    display: block;
    text-decoration: none;
    color: #009e52;
    padding: 5px 8px;
    line-height: 1.1;
    font-weight: bold;
    background: #fff;
    border-radius: 3px;
}
#side_tag ul li ul li {
    border-bottom: none;
    background: url(../img/common_img/arrow03.png) no-repeat 0 5px;
    padding-left: 11px;
    font-weight: normal;
    margin-top: 7px;
}
#side_tag ul li ul li a {
    color: #fff;
}
#side_tag ul li a:hover, #side_tag ul li ul li a:hover {
    opacity: 0.7;
}
@media print, screen and (min-width:480px) {
    #side_tag ul.side_tag_list {
        width: 30%;
        margin: 8px 3% 10px 0;
        float: left;
        clear: none;
    }
}
@media print, screen and (min-width:992px) {
    #side_tag ul.side_tag_list {
        width: auto;
        margin: 8px 0 0;
        float: none;
    }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    width: 100%;
    margin: 5px 0 15px;
    clear: both;
}
#pankuzu ol {
    list-style: none;
}
#pankuzu ol li {
    float: left;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
    font-style: normal;
}
#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
    text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
    text-decoration: underline;
}
/* ----------------------------------------------------------------footer*/
footer {
    text-align: left;
}
/*footer01*/
.footer01 {
    background: url(../img/common_img/bg_skyblue.gif) repeat;
    padding: 30px 0;
}
.footer01 .footer_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: url(../img/common_img/footer_line01.gif) repeat-x bottom;
}
.footer01 dl dt {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #cef895;
}
.footer01 dl dd p {
    color: #FFF;
}
.footer01 dl dd p a {
    color: #cef895;
}
.footer01 dl dd p a:hover {
    opacity: 0.7;
}
/*footer02*/
.footer02 {
    padding: 30px 0;
    background-color: #009e52;
}
.finfo {
    margin-bottom: 20px;
}
.finfo dl dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}
.finfo dl dd {
    margin-bottom: 10px;
    color: #fff;
}
.finfo .btn_gray {
    display: inline-block;
    margin-bottom: 10px;
}
.fnavarea01 {
    margin-bottom: 20px;
}
.fnavarea01, .fnavarea02 {
    padding-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #fff;
}
.fnavarea01 p, .fnavarea02 p {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.fnavarea02 .fnav {
    float: left;
    margin-right: 30px;
}
.fnavarea02 .fnav:last-child {
    margin-right: 0px;
}
.fnav li {
    background: url(../img/common_img/arrow02.png) no-repeat 0 4px;
    background-size: 9px auto;
    padding-left: 16px;
    line-height: 150%;
    margin-bottom: 7px;
}
.fnav li.fnav_listtop {
    background: none;
    padding-left: 0;
    color: #fff;
    font-weight: bold;
}
.fnav li a {
    color: #fff;
    text-decoration: none;
}
.fnav li a:hover {
    text-decoration: underline;
}
small {
    display: block;
    margin-top: 30px;
    color: #fff;
    font-size: 11px;
}
@media print, screen and (min-width:480px) {
    .fnavarea01 {
        margin-bottom: 0px;
    }
}
@media print, screen and (min-width:992px) {
    .fnavarea01, .fnavarea02 {
        padding-left: 30px;
    }
    .finfo {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------Button*/
.btn_gray04dis {
    padding: 3px 10px 2px;
    color: #FFF;
    font-size: 14px;
    background-color: #999;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a.btn_gray04dis {
    color: #fff;
    text-decoration: none;
}
.btn_gray04 {
    padding: 3px 10px 2px;
    color: #FFF;
    font-size: 14px;
    background-color: #39c;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a.btn_gray04 {
    color: #fff;
    text-decoration: none;
}
.btn_gray04:hover {
    opacity: 0.7;
}
.btn_gray03 {
    padding: 3px 10px 2px;
    color: #FFF;
    font-size: 14px;
    background-color: #008545;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a.btn_gray03 {
    color: #FFF;
    text-decoration: none;
}
.btn_gray03:hover {
    opacity: 0.7;
}
.btn_gray02 {
    padding: 5px 10px 2px;
    color: #FFF;
    font-size: 16px;
    background-color: #DF6B00;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
a.btn_gray02 {
    color: #FFF;
    text-decoration: none;
}
.btn_gray02:hover {
    opacity: 0.7;
}
.btn_gray {
    color: #009e52;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}
.btn_gray:hover {
    opacity: 0.7;
}
.btn_gray a {
    color: #009e52;
    font-weight: bold;
    display: block;
    padding: 3px 10px 1px;
    text-decoration: none;
}
.btn_txlink {
    background: none;
    border: none;
    text-decoration: underline;
    color: #333;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
/*item_icon*/
.item_icon_new {
    float: left;
    margin-top: 3px;
    background-color: #BF4E4E;
    color: #FFF;
    width: 65px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    /* border-radius */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0px;
    line-height: 130%;
    font-family: Arial, Helvetica, sans-serif;
}
.item_icon_sale {
    float: left;
    margin-top: 3px;
    background-color: #E29B28;
    color: #FFF;
    width: 65px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    /* border-radius */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0px;
    line-height: 130%;
    font-family: Arial, Helvetica, sans-serif;
}
.item_icon_soldout {
    float: left;
    margin-top: 3px;
    background-color: #666666;
    color: #FFF;
    /*width: 65px; */
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    /* border-radius */
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 0px 4px;
    line-height: 130%;
    font-family: Arial, Helvetica, sans-serif;
}
/* ----------------------------------------------------------------rayout*/
.center {
    margin: auto;
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #000;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}
@media print, screen and (min-width:768px) {
    hr.line_01 {
        margin: 30px 0px;
    }
    .space_10 {
        height: 10px;
        clear: both;
    }
    .space_20 {
        height: 20px;
        clear: both;
    }
    .space_30 {
        height: 30px;
        clear: both;
    }
    .space_10 hr, .space_20 hr, .space_30 hr {
        display: none;
    }
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px 7px;
    margin-bottom: 15px;
    line-height: 1.25;
    background-color: #006b37;
}
.title01 span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.title02 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    border-left: solid 6px #009e52;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 1.25;
}
.title03 {
    font-size: 15px;
    font-weight: bold;
    color: #006b37;
    margin-bottom: 10px;
    line-height: 1.25;
}
.title03 span {
    font-size: 12px;
}
@media print, screen and (min-width:768px) {
    .title01 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
div.detailtext {
    font-size: 1.4rem;
    line-height: 180%;
}
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #C33;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*txbox*/
.txbox01 {
    padding: 10px 13px;
    background: #f8f8f8;
    border-radius: 4px;
}
/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
}
.sheet_basic tr.border_solid th, .sheet_basic tr.border_solid td {
    border-top: 1px solid #000;
}
.sheet_basic tr.trcolor01 th, .sheet_basic tr.trcolor01 td {
    background: #e7e8e9;
    color: #666666;
}
/*------------------------------------------------------------list*/
.list_basic li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
    text-align: left;
    line-height: 1.5;
}
.list_basic li::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: #009e52;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*phbox*/
.phbox_right {
    text-align: center;
    margin-bottom: 10px;
}
.phbox_right img {
    max-width: 100%;
    height: auto;
}
.phbox_left {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.phbox_left img {
    max-width: 100%;
    height: auto;
}
.ov_hidden {
    overflow: hidden;
}
@media print, screen and (min-width:768px) {
    .phbox_right {
        float: right;
        margin-left: 20px;
        margin-bottom: 0px;
    }
    .phbox_left {
        float: left;
        margin-right: 20px;
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xxs-b10 {
    margin-bottom: 10px;
}
@media print, screen and (min-width:480px) {
    .margin-xxs-b10 {
        margin-bottom: 0px;
    }
}
.margin-xs-b20 {
    margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
    .margin-xs-b20 {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
}
#pagetop img {
    width: 50px;
    height: auto;
}
@media print, screen and (min-width:768px) {
    #pagetop {
        bottom: 0px;
        right: 0px;
    }
    #pagetop img {
        width: auto;
        height: auto;
    }
}
/*floating_bnr*/
#floating_bnr {
    position: fixed;
    bottom: 0;
    right: 70px;
}
#floating_bnr a{
 text-decoration: none;
 color: #fff;
 background: #DF6B00;
 padding: 12px 14px;
}
#floating_bnr a span{
 font-size: 18px;
 font-weight: 700;
}
#floating_bnr a:hover{
 opacity: 0.8;
}
#floating_bnr .sp {
    display: block;
}
#floating_bnr .pc {
    display: none;
}
@media print, screen and (min-width:768px) {
    #floating_bnr {
        position: fixed;
        bottom: 30px;
        right: 30px;
    }
    #floating_bnr .sp {
        display: none;
    }
    #floating_bnr .pc {
        display: block;
    }
 #floating_bnr a{
  padding: 16px 34px 16px 20px;
 }
 #floating_bnr a .bnr_tit{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
 }
 #floating_bnr a .bnr_tel{
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
 }
 #floating_bnr a .bnr_tel svg{
  margin-right: 10px;
 }
 #floating_bnr a .bnr_hours{
  font-size: 12px;
  margin-bottom: 7px;
 }
 #floating_bnr a .bnr_mail{
  font-size: 18px;
  font-weight: 700;
 }
 #floating_bnr a .bnr_mail svg{
  margin-right: 10px;
 }
}
.cts_p {
    margin-bottom: 15px;
}