@charset "UTF-8";

/* -----------------------------------------
共通
----------------------------------------- */

body {
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.g_menu_wrap {
    overflow: hidden;
    min-height: 100%;
}

.g_menu_wrap body {
    min-height: 100%;
}

.g_menu_wrap body #top,
.g_menu_wrap body #container {
    overflow: hidden;
    min-height: 100%;
}

.g_menu_wrap body:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#header_con,
#header nav ul,
#content,
#footer_con {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    #header_con {
        overflow: hidden;
        margin: 0;
    }
    #header nav ul,
    #content,
    #footer_con {
        width: 100%;
    }
}
.sp {
    display: block;
}
@media (min-width:768px) {
    .sp {
        display: none !important;
    }
}

/* -----------------------------------------
フォーム
----------------------------------------- */

input,
textarea,
select {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

input,
button {
    vertical-align: middle;
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

input[type="text"],
textarea {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
}

input[type="text"] {
    font-size: 20px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input::-webkit-input-placeholder {
    color: #CCCCCC;
}

input::-moz-placeholder {
    color: #CCCCCC;
}

input:-ms-input-placeholder {
    color: #CCCCCC;
}

textarea {
    font-size: 18px;
    min-height: 4em;
}

input[type="text"]:hover,
textarea:hover,
input[type="text"]:focus,
textarea:focus {
    border-color: #A6A6A6;
    background-color: #F5F5F5;
}

input[type="text"]:focus,
textarea:focus {
    outline: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 6px;
}

input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #cccccc;
    background-color: transparent;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 8px;
    padding-bottom: 5px;
    padding-right: 8px;
    letter-spacing: 0.1em;
    outline: none;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #e7e7e7;
}

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0px;
}

select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 6px;
  height: 2em;
}

select:focus {
    border-color: #A6A6A6;
}

label {
    cursor: pointer;
}


/* -----------------------------------------
WEBフォント（アイコン）
----------------------------------------- */

@font-face {
    font-family: 'icon_set';
    src: url("../web_fonts/font/icon_set.eot");
    src: url("../web_fonts/font/icon_set.eot?#iefix") format("embedded-opentype"), url("../web_fonts/font/icon_set.woff") format("woff"), url("../web_fonts/font/icon_set.ttf") format("truetype"), url("../web_fonts/font/icon_set.svg#icon_set") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CONDENSEicon';
    src: url("../web_fonts/font/CONDENSEicon.eot");
    src: url("../web_fonts/font/CONDENSEicon.eot?#iefix") format("embedded-opentype"), url("../web_fonts/font/CONDENSEicon.woff") format("woff"), url("../web_fonts/font/CONDENSEicon.ttf") format("truetype"), url("../web_fonts/font/CONDENSEicon.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'entypo';
    src: url("../web_fonts/font/entypo.eot");
    src: url("../web_fonts/font/entypo.eot?#iefix") format("embedded-opentype"), url("../web_fonts/font/entypo.woff") format("woff"), url("../web_fonts/font/entypo.ttf") format("truetype"), url("../web_fonts/font/entypo.svg#entypo") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 767px) {
    @font-face {
        font-family: 'icon_set_v1';
        src: url("../web_fonts/font/icon_set_v1.eot");
        src: url("../web_fonts/font/icon_set_v1.eot?#iefix") format("embedded-opentype"), url("../web_fonts/font/icon_set_v1.woff") format("woff"), url("../web_fonts/font/icon_set_v1.ttf") format("truetype"), url("../web_fonts/font/icon_set_v1.svg#icon_set_v1") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}


/* -----------------------------------------
ヘッダー
----------------------------------------- */


/* headerBlock
/* ------------------------------------------------------------------------ */

#headerBlock {
    overflow: hidden;
    clear: both;
}

@media (min-width:768px) {
    #headerBlock {
        padding-top: 8px;
        margin-bottom: 14px;
    }
    #headerBlock .inner {
        width: 1200px;
        margin: 0 auto;
    }
}
.description {
    font-size: 12px;
}
@media (max-width: 767px) {
    /* 767px以下（スマートフォン） */
    #headerBlock .description,
    #header_info .address {
        display: none;
    }
    #header_info .tel,
    #header_info .inquiry {
        position: fixed;
        z-index: 200;
        top: 0;
    }
    #header_info .tel {
        right: 48px;
    }
    #header_info .inquiry {
        right: 96px;
    }
    #header_info .tel a,
    #header_info .inquiry a {
        overflow: hidden;
        display: block;
        width: 1px;
        height: 50px;
        position: relative;
        padding-left: 47px;
    }
    #header_info .tel a:before,
    #header_info .inquiry a:before {
        font-family: icon_set_v1;
        margin-right: 9999px;
        color: #333333;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    #header_info .tel a:before {
        content: '\e8f5';
        font-size: 32px;
        margin-top: -26px;
        margin-left: -12px;
    }
    #header_info .inquiry a:before {
        content: '\e866';
        font-size: 32px;
        margin-top: -28px;
        margin-left: -16px;
    }
}


/* hedaer
/* ------------------------------------------------------------------------ */

header {
    border-bottom: #cccccc 1px solid;
    height: 51px;
    overflow: hidden;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
}

header #pageLogo {
    float: left;
    margin: 7px 0 0 10px;
}

header #pageLogo a {
    text-decoration: none;
    font-size: 20px;
}

header #pageLogo img {
    width: 190px;
}

@media (min-width:768px) {
    header {
        border-bottom: none;
        height: auto;
        position: static;
        display: table-cell;
        vertical-align: bottom;
        width: 60%;
        float: none;
    }
    header #pageLogo {
        margin: 26px 0 0 0;
        float: none;
    }
    header #pageLogo a {
        font-size: 28px;
    }
    header #pageLogo img {
        width: auto;
    }
    #header_con {
        margin-bottom: 6px;
        display: table;
        border-collapse: collapse;
    }
    #header_info {
        display: table-cell;
        vertical-align: bottom;
        text-align: right;
        width: 40%;
    }
    #header_info .address {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    #header_info .address {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 4px;
    }
    #header_info .tel {
        font-size: 30px;
        position: relative;
        padding-left: 24px;
        letter-spacing: 0.01em;
        line-height: 1;
        display: inline-block;
    }
    #header_info .tel a {
        pointer-events: none;
        text-decoration: none;
    }
    #header_info .tel:before {
        position: absolute;
        font-family: icon_set;
        content: '\e805';
        font-size: 23px;
        color: #333333;
        top: 50%;
        left: 2px;
        margin-top: -10px;
    }
    #header_info .tel span {
        font-size: 20px;
        margin-right: 4px;
    }
    #header_info .inquiry {
        display: none;
    }
    #header_info .inquiry a {
        font-size: 12px;
        text-align: center;
        color: #FFFFFF;
        background-color: #000000;
        padding-top: 2px;
        padding-bottom: 2px;
        text-decoration: none;
        border-radius: 4px;
        width: 230px;
        display: inline-block;
        letter-spacing: 0.15em;
    }
    #header_info .inquiry a:hover {
        background-color: #4C4C4C;
    }
}
@media (max-width: 767px) {
    /*スマホのみ*/
    header #pageLogo img {
        max-width: 50%;
        width: auto;
        display: block;
        margin-top: 5px;
    }
    header #pageLogo {
        margin: 8px 0 0 10px;
    }
}



/* menuBtn
/* ------------------------------------------------------------------------ */

.menuBtn {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
}

.hamburgerIcon {
    width: 48px;
    float: left;
    display: block;
    position: relative;
    height: 50px;
    cursor: pointer;
}
.hamburgerIcon.open {
    margin-left: -48px;
}

.hamburgerIcon span {
    width: 28px;
    height: 1px;
    display: block;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -1px;
}

.hamburgerIcon span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hamburgerIcon .top {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.hamburgerIcon .bottom {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

.hamburgerIcon.open .middle {
    background: rgba(255, 255, 255, 0);
}

.hamburgerIcon.open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
}

.hamburgerIcon.open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
}

@media (min-width:768px) {
    .menuBtn {
        display: none;
    }
}


/* slideMenu　グロナビ
/* ------------------------------------------------------------------------ */

nav.slideMenu {
    position: fixed;
    top: 50px;
    padding-bottom: 50px;
    right: -80%;
    z-index: 1;
    width: 80%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    overflow: auto;
}

.menuList li a {
    padding: 16px 17px;
    position: relative;
    color: #333333;
    text-decoration: none;
    display: block;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
}

.shade {
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #333;
    background-color: rgba(0, 0, 0, .7);
}

.btnOver {
    width: 48px;
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999;
}

@media (min-width:768px) {
    .slideMenuBg {
        background-color: #E6E6E6;
    }
    nav.slideMenu {
        position: static;
        background-color: transparent;
        width: auto;
        height: auto;
        width: 1200px;
        margin: 0 auto;
        overflow: visible;
        padding-bottom: 0;
    }
    ul.menuList {
        display: table;
        table-layout: fixed;
        width: 100%;
        text-align: center;
    }
    .menuList li {
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
        text-align: center;
        border-left: 1px solid #CCCCCC;
    }
    .menuList li:last-child {
        border-right: 1px solid #CCCCCC;
    }
    .menuList li a {
        position: static;
        border-bottom: none;
        background-color: transparent;
        text-decoration: none;
        display: block;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
    }
    .menuList li.current a,
    .menuList li a:hover {
        background-color: #F2F2F2;
    }
    .shade {
        display: none;
    }
    .btnOver {
        display: none;
    }
}



/* -----------------------------------------
content / main
----------------------------------------- */

#content {
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    #content {
        padding-top: 50px;
        margin-bottom: 0;
    }
}

#main_content {
    margin-bottom: 80px;
}

@media all and (max-width: 767px) {
    #main_content {
        margin-bottom: 40px;
    }
}

#main {
    width: 880px;
    float: right;
}

@media all and (max-width: 767px) {
    #main {
        overflow: hidden;
        width: 100%;
        float: none;
    }
}

.one_column #main {
    width: auto;
    float: none;
}

#main h1,
#main h2 {
    letter-spacing: 0.08em;
}

#main h3,
#main h4 {
    letter-spacing: 0.05em;
}

#main h1:not(.no_deco) {
    font-size: 19px;
    margin-bottom: 28px;
    border: 1px solid #B2B2B2;
    padding-top: 36px;
    padding-right: 20px;
    padding-bottom: 36px;
    padding-left: 20px;
    font-weight: bold;
    border-radius: 5px;
}

@media all and (max-width: 767px) {
    #main h1:not(.no_deco) {
        width: 93.75%;
        margin-bottom: 20px;
        margin-left: 3.125%;
        margin-top: 3.125%;
        padding: 20px 3.125%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

#main h2:not(.no_deco) {
    font-size: 22px;
    margin-bottom: 28px;
    border-bottom: 1px solid #333;
}

@media all and (max-width: 767px) {
    #main h2:not(.no_deco) {
        width: 93.75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding: 5px 0;
        line-height: 1.2;
        font-size: 18px;
    }
}

#main h3:not(.no_deco) {
    font-size: 17px;
    margin-bottom: 26px;
    background-color: #E7E7E7;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
}

#main h4:not(.no_deco) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

#main p {
    margin-bottom: 18px;
}

#main p.notes {
    margin-bottom: 0;
}

#main .box {
    margin-bottom: 50px;
}

#main .box:last-child {
    margin-bottom: 0;
}

#main .common_donyu {
    margin-bottom: 50px;
}

@media all and (max-width: 767px) {
    #main .common_donyu {
        margin-bottom: 30px;
        padding: 0 3.125%;
    }
}

#main iframe.item_list {
    border: none;
    width: 100%;
}


/* -----------------------------------------
ページャー
----------------------------------------- */

#pagenavi {
    margin-top: 38px;
}

.wp-pagenavi {
    text-align: center;
    font-size: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 12px;
    line-height: 1;
}

.wp-pagenavi span.pages {
    margin-right: 8px;
}

.wp-pagenavi span.extend {
    margin-left: 2px;
    margin-right: 2px;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
    display: inline-block;
    border: solid 1px #CCCCCC;
    padding: 8px 0;
    margin-left: 2px;
    margin-right: 2px;
    width: 3em;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    width: 3.8em;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: 3em;
}

.wp-pagenavi a.first {
    margin-right: 4px;
}

.wp-pagenavi a.last {
    margin-left: 4px;
}

.wp-pagenavi a {
    color: #707070;
    background-color: #FFFFFF;
    text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #333333;
    border-color: #333333;
    color: #FFFFFF;
}

.wp-pagenavi span.current {
    background-color: #737373;
    border-color: #737373;
}


/* -----------------------------------------
サイドバー　共通
----------------------------------------- */

#sidebar,
#side_fixed {
    width: 280px;
}

@media all and (max-width: 767px) {
    #sidebar,
    #side_fixed {
        width: 100%;
    }
}

#sidebar {
    float: right;
    margin-right: 40px;
}

@media all and (max-width: 767px) {
    #sidebar {
        float: none;
        margin-right: 0;
    }
}

#sidebar h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.08em;
}

#sidebar .side_menu nav {
    margin-bottom: 16px;
}

@media all and (max-width: 767px) {
    #sidebar .side_menu nav {
        display: none;
    }
}

#sidebar .side_menu nav li {
    border-bottom: 1px solid #CCCCCC;
    list-style: none;
    position: relative;
}

#sidebar .side_menu nav li:first-child {
    border-top: 1px solid #CCCCCC;
}

#sidebar .side_menu nav li:before {
    position: absolute;
    font-family: icon_set;
    content: '\e826';
    font-size: 11px;
    color: #C0C0C0;
    top: 50%;
    right: 10px;
    margin-top: -10px;
}

#sidebar .side_menu nav li:hover:before {
    color: #333333;
    content: '\e826' '';
    /*IE8 擬似要素のスタイルが動的に更新されないバグ回避（空白文字を追加）*/
}

#sidebar .side_menu nav li a {
    padding-top: 18px;
    padding-right: 28px;
    padding-bottom: 18px;
    padding-left: 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #333333;
}

#sidebar .side_menu nav li a:hover {
    background-color: #EEEEEE;
}

#sidebar .side_info {
    border: 1px solid #CCCCCC;
    padding: 12px;
    margin-top: 24px;
}

@media all and (max-width: 767px) {
    #sidebar .side_info {
        margin-top: 0;
        padding: 20px;
        border: none;
        background: #E7E7E7;
        text-align: center;
    }
}

#sidebar .side_info .side_name {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 6px;
}

#sidebar .side_info .side_name img {
    max-width: 100%;
    display: block;
    margin-bottom: 8px;
}

#sidebar .side_info .side_ph {
    margin-bottom: 6px;
}

@media all and (max-width: 767px) {
    #sidebar .side_info .side_ph {
        display: none;
    }
}

#sidebar .side_info .side_ph img {
    width: 100%;
}

#sidebar .side_info .side_adr {
    margin-bottom: 6px;
    font-size: 12px;
}

#sidebar .side_info .side_tel {
    font-size: 26px;
    position: relative;
    padding-left: 22px;
    letter-spacing: 0.01em;
    line-height: 1;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    #sidebar .side_info .side_tel {
        width: 9em;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
    }
}

#sidebar .side_info .side_tel:before {
    position: absolute;
    font-family: icon_set;
    content: '\e805';
    font-size: 21px;
    color: #333333;
    top: 50%;
    left: 2px;
    margin-top: -8px;
}

#sidebar .side_info .side_access a {
    background-color: #666666;
    color: #FFFFFF;
    text-align: center;
    padding: 2px 0;
    display: block;
    text-decoration: none;
    letter-spacing: 0.15em;
    position: relative;
    font-size: 13px;
}

@media all and (max-width: 767px) {
    #sidebar .side_info .side_access a {
        background: #aaa;
    }
}

#sidebar .side_info .side_access a:before {
    position: absolute;
    font-family: icon_set;
    content: '\e842';
    font-size: 16px;
    color: #FFFFFF;
    top: 50%;
    left: 14px;
    margin-top: -14px;
}

#sidebar .side_info .side_access a:hover {
    background-color: #000000;
}

#sidebar .side_bana nav {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  #sidebar .side_bana nav {
    margin-bottom: 0;
    padding: 20px 3.125%;
    background: #eee;
    text-align: center;
  }
}

#sidebar .side_bana nav li {
  margin-bottom: 10px;
}

#sidebar .side_bana nav li:last-child {
  margin-bottom: 0;
}

.side_menu_01 {
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .side_menu_01 {
    margin-bottom: 0;
  }
}

#side_menu + .side_menu_01 {
  margin-top: 24px;
}

.side_menu_01 nav {
  background-color: #d8d8d8;
  padding: 4px;
}
@media all and (max-width: 767px) {
  .side_menu_01 nav {
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #ccc;
  }
}

.side_menu_01 li a {
  padding: 22px 18px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  background-color: #FFFFFF;
}

.side_menu_01 li:last-child a {
  margin-bottom: 0;
}

.side_menu_01 li a:hover {
  background-color: #eee;
}


/* -----------------------------------------
フッター
----------------------------------------- */

#footer {
    padding-top: 16px;
    background-color: #E7E7E7;
}

@media all and (max-width: 767px) {
    #footer {
        background: #666;
        color: #FFF;
    }
}

#footer_con {
    padding-bottom: 14px;
}

#footer #footer_menu {
    min-height: 100px;
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    #footer #footer_menu {
        display: none;
    }
}

#footer nav {
    font-size: 0;
    margin-left: -24px;
    margin-top: -12px;
}

#footer nav li {
    display: inline-block;
    font-size: 12px;
    margin-left: 24px;
    margin-top: 12px;
}

#footer nav li a {
    text-decoration: none;
}

#footer nav li a:before {
    font-family: icon_set;
    content: '\e822';
    margin-right: 8px;
    display: inline-block;
    font-size: 12px;
    color: #333333;
}

#footer nav li a:hover {
    text-decoration: underline;
}

#footer .f_s {
    font-size: 12px;
    margin-bottom: 20px;
    color: #656565;
}

@media all and (max-width: 767px) {
    #footer .f_s {
        display: none;
    }
}

#footer #copy {
    font-size: 12px;
    text-align: center;
}

#footer #footer_s_link {
    text-align: center;
}

@media all and (max-width: 767px) {
    #footer #footer_s_link {
        display: none;
    }
}

#footer #footer_s_link a {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    color: #919191;
    line-height: 1;
}

#footer #footer_s_link a:hover {
    text-decoration: underline;
}

#pagetop {
    display: none;
}

@media all and (max-width: 767px) {
    #pagetop {
        display: block !important;
        opacity: 1 !important;
        -webkit-opacity: 1 !important;
        -moz-opacity: 1 !important;
    }
}

#pagetop a {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #535353;
    background-image: url(../img/pagetop.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

@media all and (max-width: 767px) {
    #pagetop a {
        display: block;
        position: static;
        width: 10em;
        height: auto;
        margin-top: 20px;
        margin-left: auto;
        margin-right: 10px;
        padding: 5px;
        border: 1px solid #ccc;
        background: #fff;
        font-size: 12px;
        color: #333 !important;
        text-decoration: none;
        text-indent: 0;
        text-align: center;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        -webkit-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }
    #pagetop a:after {
        content: "\e913";
        display: inline-block;
        margin-left: 8px;
        font-family: 'icon_set_v1';
        color: #000;
        font-weight: bold;
        font-size: 12px;
    }
}

#pagetop a:hover {
    background-color: #000;
    bottom: 29px;
}

@media all and (max-width: 767px) {
    #pagetop a:hover {
        background: none;
    }
}


/* -----------------------------------------
印刷時のズレ防止
----------------------------------------- */

@media print {
    .detail #header_con {
        width: 100%;
        float: none;
    }
    .detail #g_menu {
        display: none;
    }
    .detail .title {
        display: none;
    }
    .detail .back_list {
        display: none;
    }
    .detail .item_inquiry {
        display: none;
    }
    .detail .print {
        display: none;
    }
    .detail .mailform {
        display: none;
    }
    .detail #footer {
        display: none;
    }
    .detail #head {
        display: none;
    }
    .detail #sidebar {
        display: none;
    }
    .detail #main {
        width: 89%;
        float: none;
    }
}