@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline
}

:root {
--font-primary: "Zen Kaku Gothic Antique", sans-serif;
--font-NotoSerifJP: "Noto Serif JP", serif;
--font-cormorant: "Cormorant Infant", serif;
--font-montserrat: "Montserrat", sans-serif;
--themeColor: #333;
}

html, body {
width: 100%;
height: 100%;
font-size: 62.5%;
}

body {
position: relative;
background: #fff;
font-family: var(--font-primary);
font-weight: 500;
text-align : center;
color: var(--themeColor);
margin: 0;
padding: 0;
box-sizing: border-box;
line-height: 1.8;
-webkit-text-size-adjust: 100%;
word-break: break-all;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
}

.grecaptcha-badge { visibility: hidden; }
#bbWrap {overflow-x: hidden !important; }

@media print, screen and (min-width:1200px) {
body {
font-size: 1.6rem;
letter-spacing: 0.05em;
}
.br-pc {
display: block;
}
.br-sp {
display: none;
}
.pc {
display: none !important;
}
.txtSmall {
font-size: 1.2rem;
}
.blank {
margin-top: -30px;
padding-top: 30px;
}
.blank2 {
margin-top: 0;
padding-top: 0;
}
p {
margin-bottom: 36px;
}
.hexagonR {
float: right;
width: 300px;
margin: 0 0 60px 60px;
}
}

@media print, screen and (max-width:1199px) {
body {
font-size: 1.3rem;
letter-spacing: 0.01em;
}
.br-pc {
display: none;
}
.br-sp {
display: block;
}
.sp {
display: none !important;
}
.txtSmall {
font-size: 1.1rem;
}
.taCSp {
text-align: center !important;
}
.blank {
margin-top: -70px;
padding-top: 70px;
}
p {
margin-bottom: 25px;
}
.hexagonR {
width: 60%;
margin: 0 auto;
margin-bottom: 30px;
}
}

.rc {
color: var(--themeColor);
}

.selif {
font-family: 'Shippori Mincho', serif;
}

a:link {
color: var(--themeColor);
text-decoration: none;
}

a:visited {
color: var(--themeColor);
text-decoration: none;
}

a:hover {
color: var(--themeColor);
text-decoration: underline;
}

a:active {
color: var(--themeColor);
}

img {
border: 0;
max-width: 100%;
height: auto;
vertical-align: bottom;
}

button {
font-family: var(--font-primary);
}

button:focus {
outline:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
display: block
}

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
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
content: '';
display: table;
}

.clearfix:after {
clear: both;
}

*:focus {
outline: none;
}

.taL {
text-align: left !important;
}

.taC {
text-align: center !important;
}

.taR {
text-align: right !important;
}

.taJ {
text-align: justify !important;
}

.normal {
display: none;
}

.wrapperOf {
overflow: hidden;
}

.palt {
font-feature-settings: "palt";
}

/*
.googleMap iframe {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
*/

div.wpcf7 .wpcf7-spinner {
display: block;
}

.darkColor01td {
background-color: #E8FBFF;
}

.darkColor02td {
background-color: #E3FFE8;
}

.darkColor03td {
background-color: #FFFBE7;
}

.darkColor04td {
background-color: #F9EBFF;
}

.darkColor01s {
color: #0035CB;
}

.darkColor02s {
color:#008F05;
}

.darkColor03s {
color: #F27E00;
}

.darkColor04s {
color: #4E00CD;
}