@charset "UTF-8";
/*---------------------------------
	全体部分
-----------------------------------*/
body {
    font-family: system-ui;
    line-height: 1.8;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
header {
    border-bottom: 5px solid #f52020;
}
footer {
    border-top: 5px solid #f52020;
}
footer a {
    text-decoration: none;
}
#inquiry-body {
    height: auto; /* 自動調整 */
    min-height: calc(1.5rem * 13); /* 1行の高さ × 13行分 */
}
.instagram {
    color:transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius: 2px;/*角丸に*/
    height:90%;
}
/*---------------------------------
	ロゴ書体(東京倶楽部)
-----------------------------------*/
@font-face {
    font-family: "logo";
    src: url("logo.eot");
    src: url("logo.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.logo {
    font-family: "logo";
    font-size: 1.8rem;
}


/*---------------------------------
	アクセス
-----------------------------------*/
#access .map-container {
    border: 1px solid #eee;
    position: relative;
    padding-bottom: 70%;
    height: 0;
    overflow: hidden;
}
#access .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border:0;
}