@charset "UTF-8";
/*
Theme Name: Kizunano Wa Online Support
Theme URI: 
Author: the Greenvader team
Author URI: https://greenvader.com/
Description: Kizunano Waのオンラインサポートページとしてオンライン予約が行える。
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Kizunano Wa Online Support Theme, (C) 2020 Greenvader.com
Kizunano Wa Online Support is distributed under the terms of the GNU GPL.
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  line-height: 1.5;
  font-size: 62.5%;
  /*フォントサイズを10px基準とする*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1rem; }

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Custom Yu Gothic", "Yu Gothic", "メイリオ", "Meiryo", "MS PGothic", "MS Pゴシック", "sans-serif";
  font-size: 1.5rem;
  color: #3c3c3c; }

p {
  margin-bottom: 3.0rem; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.0rem; }

h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.0rem; }

h3 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 2.0rem; }

h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.0rem; }

h5, h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2.0rem; }

.l-header {
  position: relative;
  padding-top: 1.5rem; }

.l-wrapper {
  width: 100%;
  max-width: 110rem; }

.l-footer {
  position: relative; }

.c-button {
  display: inline-block;
  padding: 1.5rem 1.0rem; }

.c-textAlign--center {
  text-align: center; }

.c-textAlign--left {
  text-align: left; }

.c-textAlign--right {
  text-align: right; }

.c-encloseChar {
  display: inline-block;
  border-radius: 50%;
  text-align: center; }

.p-header {
  margin-bottom: 3.0rem; }
  .p-headerLogo {
    padding-left: 1.0rem; }
    .p-headerLogo__image {
      width: auto;
      max-width: 32.0rem; }
    .p-headerLogo__subTitle {
      display: inline-block;
      margin-left: 8.0rem;
      font-size: 1.2rem;
      letter-spacing: 0; }
  .p-headerClose {
    position: absolute;
    top: 1.0rem;
    right: 2.0rem;
    margin-bottom: 0; }
    .p-headerClose__button {
      background-color: #a0a0a0;
      color: white; }
    .p-headerClose__X {
      border: 0.1rem solid #a0a0a0;
      width: 2.0rem;
      height: 2.0rem;
      line-height: 2.0rem;
      background-color: white;
      color: #a0a0a0;
      margin-right: 1.0rem;
      font-weight: bold; }

/*.p-headerLogo {
	padding-left: 1.0rem;
	
	&__image {
		width: auto;
		max-width: 32.0rem;	
	}
	
	&__subTitle {
		display: inline-block;
		margin-left: 8.0rem;
		font-size: $logo-sub-title-size;
		letter-spacing: 0;
	}
	
}

.p-headerClose {
	position: absolute;
	top: 1.0rem;
	right: 2.0rem;
	margin-bottom: 0;
	
	&__button {
		background-color: $button-color-gray;
		color: $white;
	}

	&__X {
		border: 0.1rem solid $button-color-gray;
		width: 2.0rem;
		height: 2.0rem;
		line-height: 2.0rem;
		background-color: $white;
		color: $button-color-gray;
		margin-right: 1.0rem;
		font-weight: bold;
	}
	
}*/
@media screen and (max-width: 700px) {
  .p-headerLogo__image {
    max-width: 18.0rem; }
  .p-headerLogo__subTitle {
    margin-left: 0.6rem; }
  .p-headerClose {
    top: 0.5rem;
    right: 0.4rem;
    font-size: 1.2rem; }
    .p-headerClose .c-button {
      padding: 1.0rem 0.8rem; }
    .p-headerClose__X {
      margin-right: 0.5rem; }

  	/*.p-headerLogo {
  		
  		&__image {
  			max-width: 18.0rem;	
  		}
  	
  		&__subTitle {
  			margin-left: 0.6rem;
  		}
  	
  	}
  
  	.p-headerClose {
  			right: 0.5rem;
  			font-size: 1.4rem;
  			
  			&__X {
  				margin-right: 0.5rem;	
  			}
  			
  	}*/ }
.p-footer {
  margin-bottom: 3.0rem; }
  .p-footerLogo {
    width: 70%;
    border-top: 0.1rem solid gray;
    padding-top: 4.0rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    .p-footerLogo__image {
      max-width: 15rem; }
  .p-footerClose {
    position: absolute;
    top: 5.0rem;
    right: 2.0rem; }
    .p-footerClose__button {
      background-color: #a0a0a0;
      color: white; }
    .p-footerClose__X {
      border: 0.1rem solid #a0a0a0;
      width: 2.0rem;
      height: 2.0rem;
      line-height: 2.0rem;
      background-color: white;
      color: #a0a0a0;
      margin-right: 1.0rem;
      font-weight: bold; }

/*.p-footerLogo {
	width: 70%;
	border-top: 0.1rem solid $footer-line-color;
	padding-top: 4.0rem;
	
	&__image {
		max-width: 15rem;	
	}

}
.p-footerClose {
	position: absolute;
	top: 5.0rem;
	right: 2.0rem;
	
	&__button {
		background-color: $button-color-gray;
		color: $white;
	}

	&__X {
		border: 0.1rem solid $button-color-gray;
		width: 2.0rem;
		height: 2.0rem;
		line-height: 2.0rem;
		background-color: $white;
		color: $button-color-gray;
		margin-right: 1.0rem;
		font-weight: bold;
	}

}*/
@media screen and (max-width: 700px) {
  .p-footerLogo {
    width: 90%; }
  .p-footerClose {
    top: 2.0rem;
    right: 0.4rem;
    font-size: 1.2rem; }
    .p-footerClose .c-button {
      padding: 1.0rem 0.8rem; }
    .p-footerClose__X {
      margin-right: 0.5rem; }

  /*	.p-footerLogo {
  		width: 90%;
  	}
  
  	.p-footerClose {
  			right: 0.5rem;
  			font-size: 1.4rem;
  			
  			&__X {
  				margin-right: 0.5rem;	
  			}
  			
  	}*/ }
.p-imageLayer {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 5.0rem; }
  .p-imageLayer__image {
    width: auto; }
  .p-imageLayer__content {
    position: absolute;
    top: 0;
    left: 40%; }
  .p-imageLayer__calendar {
    position: absolute;
    top: 10.0rem;
    right: 5%;
    width: 40%;
    max-width: 45.0rem; }
  .p-imageLayer__calendar .booked-calendar thead tr .monthName {
    font-size: 1.5rem;
    color: #3c3c3c; }
  .p-imageLayer__calendar .booked-calendar thead .days {
    color: #3c3c3c; }
  .p-imageLayer__calendar .booked-calendar thead .days th {
    font-size: 1.4rem !important;
    color: #3c3c3c !important; }
  .p-imageLayer__calendar .booked-calendar .booked-appt-list {
    padding: 3.0rem 2.5rem 1.0rem 2.5rem; }
  .p-imageLayer__calendar .booked-calendar .booked-appt-list h2 > span:first-child {
    display: none; }
  .p-imageLayer__calendar .booked-calendar .booked-appt-list .timeslot .timeslot-time {
    width: 70%; }
  .p-imageLayer__calendar .booked-calendar .booked-appt-list .timeslot .timeslot-people {
    width: 30%; }
  .p-imageLayer__title {
    font-size: 3.0rem;
    font-weight: 400;
    margin: 0; }
  .p-imageLayer__text {
    font-size: 1.8rem; }

@media screen and (max-width: 768px) {
  .p-imageLayer__content {
    position: relative;
    top: 0;
    left: 0; }
  .p-imageLayer__title {
    text-align: center; }
  .p-imageLayer__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .p-imageLayer__calendar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: none; } }
@media screen and (max-width: 700px) {
  .p-imageLayer__content {
    position: relative;
    top: 0;
    left: 0; }
  .p-imageLayer__title {
    font-size: 2.4rem;
    text-align: center; }
  .p-imageLayer__text {
    font-size: 1.6rem;
    padding: 0 0.5rem; }
  .p-imageLayer__calendar {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: none; } }
.p-section__title {
  width: 70%;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid gray;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 3.0rem auto; }
.p-section__p {
  width: 80%;
  font-size: 1.8rem;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 768px) {
  .p-section__p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
    word-wrap: break-word; } }
@media screen and (max-width: 700px) {
  .p-section__title {
    width: 90%;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid gray;
    font-size: 2.0rem; }
  .p-section__p {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0.5rem; } }
.p-flow__title {
  width: 70%;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid gray;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 auto 3.0rem auto; }
.p-flow__numberTitle {
  width: 50%;
  padding: 1.5rem 3.0rem;
  border: 0.1rem solid #aa963c;
  text-align: center;
  margin: 0 auto 6.0rem auto; }
  .p-flow__numberTitle--number {
    display: inline-block;
    color: white;
    background-color: #aa963c;
    width: 2.5rem;
    height: 3.0rem;
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-right: 1.0rem;
    padding-top: 0.3rem; }
.p-flow__p {
  font-size: 1.8rem; }
.p-flow__image--border {
  border: 0.1rem solid #aa963c; }
.p-flow__calendar {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
.p-flow__calendar .booked-calendar thead tr .monthName {
  font-size: 1.5rem;
  color: #3c3c3c; }
.p-flow__calendar .booked-calendar thead .days {
  color: #3c3c3c; }
.p-flow__calendar .booked-calendar thead .days th {
  font-size: 1.4rem !important;
  color: #3c3c3c !important; }
.p-flow__calendar .booked-calendar .booked-appt-list {
  padding: 3.0rem 2.5rem 1.0rem 2.5rem; }
.p-flow__calendar .booked-calendar .booked-appt-list h2 > span:first-child {
  display: none; }
.p-flow__calendar .booked-calendar .booked-appt-list .timeslot .timeslot-time {
  width: 70%; }
.p-flow__calendar .booked-calendar .booked-appt-list .timeslot .timeslot-people {
  width: 30%; }

@media screen and (max-width: 768px) {
  .p-flow__title {
    width: 90%;
    padding-bottom: 0.5rem;
    border-bottom: 0.1rem solid gray;
    font-size: 2.0rem; }
  .p-flow__numberTitle {
    width: 65%; }
  .p-flow__image {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
  .p-flow .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin-left: 0; }
  .p-flow__calendar {
    width: 70%; }
  .p-flow__p {
    width: 90%;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 700px) {
  .p-flow__title {
    width: 85%;
    font-size: 1.8rem; }
  .p-flow__numberTitle {
    width: 80%;
    padding: 1.2rem 2.0rem;
    font-size: 1.7rem; }
  .p-flow__image {
    width: 100%; }
  .p-flow__calendar {
    width: 90%; }
  .p-flow__p {
    width: 100%;
    font-size: 1.6rem;
    padding: 0 0.5rem; } }
.u-margin--center {
  margin-left: auto;
  margin-right: auto; }

.u-margin--clear {
  margin: 0; }

.u-marginBottom--clear {
  margin-bottom: 0; }

.u-marginBottom--def {
  margin-bottom: 2.0rem; }

.u-marginBottom--large {
  margin-bottom: 3.0rem; }

.u-marginBottom--xlarge {
  margin-bottom: 4.0rem; }

.u-marginBottom--xxlarge {
  margin-bottom: 5.0rem; }

.u-marginBottom--xxxlarge {
  margin-bottom: 6.0rem; }

.u-marginBottom--x4large {
  margin-bottom: 7.0rem; }

.u-clearfix {
  clear: both; }

.u-font-bold {
  font-weight: 700; }

.u-font-normal {
  font-weight: 400; }

/*# sourceMappingURL=style.css.map */
