@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
.clear {
    clear: both;
}

@media screen and (min-width: 48em) {
    .hsp {
        display: none;
    }
}

.hpc {
    display: none;
}

@media screen and (min-width: 48em) {
    .hpc {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .vsp {
        display: none;
    }
}

.vpc {
    display: none;
}

@media screen and (min-width: 64em) {
    .vpc {
        display: block;
    }
}

a[href^="tel:"] {
    cursor: default;
}

@media screen and (min-width: 48em) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.75;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing:0;
    font-family: "Zen Maru Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    color: #000;
    word-break: break-all;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.color-red {
    color: #dd0606;
}

a {
    color: #000;
}
a img{
    width: 100%;
}

html { 
    scroll-behavior: smooth;
}
body.international-womens-day{
    color: #583924;
    background-color: #f4f0e0;
}
.l-main{
    max-width: 840px;
    margin: 0 auto;
    background:url(../img/bg_brick.png) no-repeat top center;
    background-size: cover;
}
@media screen and (min-width: 840px){
    .l-main{
    background:url(../img/bg_brick.png) no-repeat top 50% center;
    background-size: cover;
}
}
.l-main__end{
    max-width: 840px;
    padding: 16%;
    background: url(../img/bg_mimoza_end.png) no-repeat bottom center;
    background-size: cover;
}
.l-main__inner{
    color: #583924;
    font-size: min(4vw, 30px);
    line-height: 1.6;
    box-sizing: border-box;
    position: relative;
    background-size:100% auto;
}
.main{
    margin-bottom: 0;
}
.main img{
    width: 100%;
    margin-bottom: 0;
}
.l-main__inner section{
    margin: 0 auto 3.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-main__inner section:last-of-type{
    margin-bottom: 0;
}
.l-main__inner section:nth-of-type(1),
.l-main__inner section:nth-of-type(5),
.l-main__inner section:nth-of-type(6),
.l-main__inner section:nth-of-type(7){
    margin: 0 auto 3.5%;
    display: block;
}

.l-main__inner section h1{
    margin: 2% auto 5%;
    text-align: center;
}
.l-main__inner section .inner{
    margin: 2% auto 5%;
}

.about{
    margin: 0 auto;
    padding: 3% 7.5% 0;
}
.about p{
    text-align: left;
    font-size: 1em;
    margin-bottom: 5%;
}
.about p span{
    font-weight: 700;
}
.about p.about_ttl{
    font-size: 1.3em;
    margin-bottom: 0;
}
.about p.about_ttl span.about_big{
    font-size: 1.25em;
    font-weight: 700;
}


.index{
    margin: 0 auto;
    padding: 7.69% 0 0;
    background-color: #fff;
}
.index ul li{
    margin-bottom: 2%;
    float: right;
}
.index ul li:nth-of-type(2n){
    float: left;
}

#top-message,#message-for-womens{
    clear: both;
    margin-bottom: 5%;
}

#top-message .inner,#message-for-womens .inner{
    margin: 0 7.69%;
    padding: 10% 4% 4%;
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    position: relative;
}
#top-message .inner .mimoza,#message-for-womens .inner .mimoza{
    background: url(../img/ttl_mimoza.png) no-repeat;
    background-size: contain;
    width: 121px;
    height: 133px;
    position: absolute;
    top: 3%;
    left: -5%;
}
#top-message .inner h2,#message-for-womens .inner h2{
    text-align: center;
    margin: 4% 0;
}
#top-message .inner p,#message-for-womens .inner p{
    text-align: left;
    margin-bottom: 4%;
}
#top-message .inner .message-img,
#message-for-womens .inner .message-img{
    text-align: center;
    margin: 4% 0;
}

#top-message .inner .mimoza{
    top: 2%;
}
#top-message .inner h1{
    text-align: center;
    margin-bottom: 15%;
}

#message-for-womens .inner h1{
    text-align: center;
    margin-left: 8%;
    margin-bottom: 10%;
}

@media screen and (max-width: 779px) {
    #top-message .inner .mimoza,
    #message-for-womens .inner .mimoza{
    width: 18%;
    height: 19%;
    top: 3%;
    left: -5%;
}
#top-message .inner h1{
    margin-right: 8%;
    width: 75%;
}
#message-for-womens .inner h1{
    text-align: right;
    margin-left: 14%;
    width: 80%;
}
#top-message .inner h2,#message-for-womens .inner h2{
    text-align: center;
    width: 75%;
    margin: 0 auto 5%;
}
}

#talk-event{
    padding: 2% 0;
    background-color: #fff;
}
#talk-event h1{
    padding: 0 5%;
}
#talk-event .message-img{
    text-align: center;
    margin: 0 auto 5%;
}
@media screen and (max-width: 779px) {
    #talk-event .message-img{
    width: 60%;
    margin: 10% auto;
}
}

#others h1,.link h1{
    padding: 5%;
    background-color: #fff;
}
#others .inner,.link .inner{
    text-align: center;
    margin: 0 11.5%;
}

#others .inner p{
    text-align: left;
    margin-bottom: 8%;
}
#others .inner p.others_ttl{
    font-size: 1.25em;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}

.link .link_btn{
    margin: 0 11.5% 4%;
}


@media screen and (min-width: 64em) {
}

/*# sourceMappingURL=style.css.map */