@charset "UTF-8";


* {
    box-sizing: border-box;
    padding: 0;
    Margin: 0;
}

html {
    scroll-behavior: smooth;
    font-family: "Noto Serif JP", serif;
}

/* Googleフォント */


Img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.all-margin {
    width: 90%;
    margin: auto;
}

picture img,
picture source {
    width: 100%;
}



h2 {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 0.5;
    background: linear-gradient(90deg, #c73c86 21%, #833688 91%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 2% 0;
}


h3 {
    font-size: 26px;
    margin: 20px;
}

h4 {
    font-size: 14px;
    margin: 20px;
    
}

section {
    padding: 50px 0 0 0;
}

.section-title {
    margin-bottom: 30px;
}

.section-title span {
    font-size: 14px;
}

p {
    font-size: 14px;
}



.google-map {
    width: 100%;
}

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

header {
    background-color: #EBC3EB;
    padding-bottom: 15px;
    padding-top: 5px;
    position: sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-logo img {
    width: 100%;
    max-width: 180px;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
}



/*!main----------------------------------------------------------------------------------------*/



/*!section-fa-view--------------------*/



/*!section-concept--------------------*/



/*!section-theme--------------------*/



/*!section-overview--------------------*/





/*!section-live--------------------*/



/*!section-comment--------------------*/



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