﻿/*===============================================
●リセットCSS
===============================================*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    line-height: 140%;
    box-sizing: border-box;
    /*-webkit-overflow-scrolling: touch;*/

    background: transparent;
    font-family: serif;
    outline: 0;
    list-style-type: none;
    font-weight: inherit;
    -webkit-text-size-adjust: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1;
    font-family: -apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
    font-size: 16px;
    color: #3f3f3f;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 140%;
    font-family: -apple-system,"Lucida Grande","Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
    /*"游ゴシック"*/
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
    box-sizing: border-box;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



a:hover {
    transition: 0.5s;
    cursor: pointer;
}
a.headmenu:hover {
    transition: 1.0s;
    cursor: pointer;
}
.clearfix {
    overflow: hidden;
    height: 100%;
}

* html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */

img {
    max-width: 100%;
}

.flex {
    display: flex;
}

.hidden-pc {
    display: none;
}

.hidden {
    display: none !important;
}

.visible-xs {
    display: none !important;
}



.w_c {
    color: #FFF;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
    text-align: right;
}

.hidden_pc {
    display: none;
}


.blinking {
    -webkit-animation: blink 1.2s ease-in-out infinite alternate;
    -moz-animation: blink 1.2s ease-in-out infinite alternate;
    animation: blink 1.2s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 414px) {
    .hidden_pc {
        display: initial;
    }
}

.font_s {
    font-size: 80%;
}

.clearfix {
    clear: both;
}


@media screen and (max-width: 920px) {
    .scrolldown {
        bottom: 80px;
    }
}


/*pagetop*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.60);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

    #page-top a:hover {
        background: rgba(0,0,0,0.40);
    }

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

hr {
    grid-column: span 2;
    width: 100%;
}

.zen-maru-gothic-bold {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}