/* Reseting
---------------------------------------------------------- */


/* common settings reset */

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,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

li img {
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
}

a:link img {
    text-decoration: none;
    border: none 0px;
}

a:visited img {
    text-decoration: none;
    border: none 0px;
}

.none_adjust {
    -webkit-text-size-adjust: 100%;
}

a:link img {
    text-decoration: none;
    border: none 0px;
}

a:visited img {
    text-decoration: none;
    border: none 0px;
}

img {
    vertical-align: top;
}



/* start mobile css settings
-------------------------------------------------------------------------------------------------------------------- */

html {
    background: #c71d61;
}

body {
    line-height: 170%;
    color: #000000;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a {
    color: #7fa2fe;
    text-decoration: none;
}

a:hover {
    color: #7fa2fe;
    text-decoration: underline;
}

.fc01 {
    color: #c62163;
}



/* font family
---------------------------------------------------------- */

.fontType01 {
    font-family: 'UD新ゴ R',sans-serif !important;
}

.fontType02 {
    font-family: 'ヒラギノ角ゴ W3 JIS2004',sans-serif !important;
}


/* bg color settings
---------------------------------------------------------- */

.bgBaseColor01 {
    background: #ea7386 !important;
    color: #fff !important;
}

.bgBaseColor02 {
    background: #c62163 !important;
    color: #fff !important;
}

.bgBaseColor03 {
    background: #8789c7 !important;
    color: #fff !important;
}

.bgBaseColorWh {
    background: #fff !important;
}



/* font color settings
---------------------------------------------------------- */

.fontBaseColor01 {
    color: #d43f65 !important;
}

.fontBaseColor02 {
    color: #8789c7 !important;
}

.fontBaseColor03 {
    color: #ea7386 !important;
}

.fontBaseColorBk {
    color: #000000 !important;
}

.fontBaseColorWh {
    color: #fff !important;
}



/* wrapper
---------------------------------------------------------- */

#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}



/* header
---------------------------------------------------------- */


/*header*/

#headerWrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#headerLogo a {
    display: block;
}

#headerLogo a img {
    width: 100% !important;
    height: auto;
}



/* access
---------------------------------------------------------- */

#mapCanvas {
    width: 100% !important;
    height: 470px !important;
    overflow: hidden !important;
}

#mapCanvas iframe {
    width: 100% !important;
    height: 470px !important;
}



/* footer
---------------------------------------------------------- */

#footerWrap {
    overflow: hidden;
}

#footer {
    margin: 0 auto;
    position: relative;
}

#footerIn {
    overflow: hidden;
    position: relative;
}

#footerLogo {
    display: block;
    text-align: center;
}


.txtSchedule {
    line-height: 140%;
}

.txtSchedule:last-child {
    margin-bottom: 0;
}

#footerSchedule table {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}

#footerSchedule table thead {
    height: 26px;
    background: #fff5f7;
}

#footerSchedule table thead th:nth-child(7) {
    color: #1d2088;
}

#footerSchedule table thead th:nth-child(8) {
    color: #ff7124;
}

#footerSchedule table th {
    color: #000;
    text-align: center;
}

#footerSchedule table td {
    color: #000;
    text-align: center;
}
#footerSchedule table tr th:nth-of-type(1),
#footerSchedule table tr td:nth-of-type(1) {
    padding-left: 30px;
    text-align: left;
}

#copy {
    text-align: center;
}



/* btnFix
---------------------------------------------------------- */

#btnFix {
    position: fixed;
    z-index: 9999;
}

#btnFix a,#btnFix span {
    display: block;
    text-align: center;
}

#btnFix a:hover {
    text-decoration: none !important;
}



/* pageTop
---------------------------------------------------------- */

#scrollUp {
    right: 0;
    bottom: 0;
    position: fixed;
}

#scrollUp::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    display: block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}



/* ===========================================================
start SP css settings
=========================================================== */

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

    /* start mobile css settings
    -------------------------------------------------------------------------------------------------------------------- */
    html {
        text-align: center;
    }
    body {
        min-width: 750px;
        width: 750px;
        max-width: 750px;
        font-size: 24px;
        margin: 0 auto;
        text-align: left;
    }
    .device-pc {
        zoom: 0.5;
        -ms-zoom: 0.5;
        position: relative;
        z-index: 0;
        /* -webkit-transform-origin: center top;
           -moz-transform-origin: center top;
            -ms-transform-origin: center top;
             -o-transform-origin: center top;
                transform-origin: center top;
        -webkit-transform: scale(0.5,0.5);
           -moz-transform: scale(0.5,0.5);
            -ms-transform: scale(0.5,0.5);
             -o-transform: scale(0.5,0.5);
                transform: scale(0.5,0.5); */
    }

    /* header
    ---------------------------------------------------------- */
    #headerWrap {
        min-width: 750px;
    }

    #header {
        width: 750px;
    }

    #headerLogo {
        margin: 20px 32px;
    }

    #headerLogo a img {
        width: auto !important;
    }

    #headerTel {
        display: none;
    }

    #headerContact {
        display: none;
    }
    /* footer
    ---------------------------------------------------------- */
    #footerWrap {
        min-width: 750px;
        padding-bottom: 100px;
        background: #fff5f7 !important;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #footer {
        max-width: 750px;
        order: 1;
        padding: 40px;
    }
    #footerLogo {
        margin: 44px 0 58px;
    }
    .txtSchedule {
        font-size: 100%;
        margin-bottom: 20px;
    }
    .txtSchedule:last-child {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #footerSchedule table thead {
        background: #fff;
    }
    #footerSchedule table {
        font-size: 100%;
    }

    #footerSchedule table th {
        padding: 10px;
        line-height: 28px;
    }
    #footerSchedule table tr th:nth-of-type(1),
    #footerSchedule table tr td:nth-of-type(1) {
        padding: 10px 0px 10px 30px;
    }

    #footerSchedule table td {
        padding: 10px 20px;
        border-bottom: 2px solid #dedede;
    }
    #access {
        width: 100%;
        order: 2;
    }
    #btnGoogleMap {
        display: block;
        width: 355px;
        border: 4px solid #cf375e;
        margin: 50px auto;
        text-align: center;
        line-height: 72px;
        height: 72px;
        font-weight: bold;
    }
    #copy {
        width: 100%;
        font-size: 24px;
        padding: 5px 0;
        order: 3;
    }
    /* btnFix
    ---------------------------------------------------------- */
    #btnFix {
        left: 50%;
        bottom: 0;
        margin-left: -375px;
        display: flex;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
    }

    #btnFix a ,#btnFix span {
        line-height: 100px;
        width: 328px;
        height: 100px;
        font-size: 27px;
        border-right: 2px solid #fff;
    }
    .device-pc #btnFixContact{
        width: 648px !important;
        font-size: 34px;
    }
    #btnFixTel {
        width: 325px !important;
        border-right: none !important;
    }
    #btnFixTel::before {
        content: "";
        display: inline-block;
        position: relative;
        top: 10px;
        width: 41px;
        height: 41px;
        background: url(../img/ico_tel.png) center center /100% no-repeat;
        margin-right: 15px;
    }
    .device-pc #btnFixTel{
        display: none !important;
    }
    #scrollUp {
        right: 50%;
        margin-right: -375px;
        width: 100px;
        /* Width of image */
        height: 100px;
        display: block !important;
        opacity: 1 !important;
        background: #fbd8dd;
    }

    #scrollUp::before {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -4px -19px -18px -20px;
        content: "";
        display: block;
        width: 34px;
        height: 34px;
        border-top: solid 10px #c62163;
        border-right: solid 10px #c62163;
    }
}







/* ===========================================================
start PC css settings
=========================================================== */

@media only screen and (min-width: 751px) {

    body {
        min-width: 1100px;
        font-size: 15px;
    }
    /* header
---------------------------------------------------------- */
    /*header*/
    #headerWrap {
        min-width: 1100px;
    }

    #header {
        width: 1100px;
        height: 190px;
        margin: 0 auto;
        text-align: left;
        overflow: hidden;
        position: relative;
        z-index: 999;
    }

    #headerLeft {
        width: 213px;
        float: left;
        margin-top: 28px;
    }

    #headerRight {
        width: 518px;
        height: 190px;
        float: right;
        overflow: hidden;
        position: relative;
    }


    #headerTel {
        display: block;
        width: 226px;
        height: 42px;
        position: absolute;
        top: 35px;
        left: 0;
    }

    #headerContact {
        display: block;
        position: absolute;
        top: 30px;
        right: 0;
    }

    #headerContact a {
        display: block;
        width: 250px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 15px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }

    #headerContact a:hover {
        text-decoration: none !important;
        opacity: 0.7;
        -moz-opacity: 0.7;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;
        /* Safari 1.x */
        zoom: 1;
    }

    /* footer
    ---------------------------------------------------------- */
    #footerWrap {
        min-width: 1100px;
    }

    #footer {
        width: 1100px;
    }

    #footerIn {
        padding: 60px 0;
        z-index: 2;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #footerLogo {
        margin-right: 62px;
    }

    #footerSchedule {
        width: 400px;
        margin-left: 62px;
    }

    #footerSchedule table th {
        padding: 0 5px;
        line-height: 28px;
    }

    #footerSchedule table td {
        padding: 3px 10px;
        border-bottom: 1px solid #dedede;
    }

    .txtSchedule {
        font-size: 13px;
        margin-bottom: 10px;
    }
    #btnGoogleMap {
        display: none;
    }
    #copy {
        font-size: 12px;
        padding: 15px 0;
    }
    /* btnFix
---------------------------------------------------------- */
    #btnFix {
        right: 50px;
        top: 200px;
    }
    #btnFixTel {
        display: none !important;
    }
    #btnFix a {
        -ms-writing-mode: tb-rl;            /* IE用　*/
        -webkit-writing-mode: vertical-rl;  /* chrome用　*/
        -o-writing-mode: vertical-rl;       /* opera用　*/
        writing-mode: vertical-rl;
        line-height: 100%;
        padding: 0 26px;
        height: 260px;
        display: block;
        font-size: 18px;
    }

    #btnFix a:hover {
        text-decoration: none !important;
        opacity: 0.7;
        -moz-opacity: 0.7;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;
        /* Safari 1.x */
        zoom: 1;
        text-decoration: none !important;
    }

    #scrollUp {
        width: 40px;
        /* Width of image */
        height: 40px;
        /* Height of image */
        right: 50px;
        bottom: 70px;
        position: relative;
        background: #8789c7;
    }

    #scrollUp:hover {
        opacity: 0.7;
        -moz-opacity: 0.7;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;
        /* Safari 1.x */
        text-decoration: none !important;
    }

    #scrollUp::before {
        margin: -4px -8px -8px -8px;
        width: 12px;
        height: 12px;
        border-top: solid 4px #fff;
        border-right: solid 4px #fff;
    }
}