@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @font-face {
    font-family: "Noto Sans JP";
    font-display: swap;
    src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
    font-weight: 900;
}
@font-face {
    font-family: "Noto Sans JP";
    font-display: swap;
    src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
    font-weight: 600;
} */
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  color: #48494c;
  line-height: 1.7;
}
html.wf-loading {
  opacity: 0;
}
html.wf-active {
  opacity: 1;
}

body {
  overflow: hidden;
  position: relative;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 820px) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  padding: 0;
}
.inner--xl {
  width: 98%;
  margin: auto;
}
.inner--l {
  width: 90%;
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .inner--l {
    width: 96%;
  }
}
.inner--m {
  width: 1020px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .inner--m {
    width: 80%;
  }
}
@media screen and (max-width: 820px) {
  .inner--m {
    width: 96%;
  }
}

h2,
h3 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  color: #48494c;
  text-decoration: none;
}

p {
  text-align: justify;
  padding: 4px 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  opacity: 0.4;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

table {
  display: grid;
  border-color: aqua;
}
table thead,
table tbody,
table tfoot,
table tr {
  display: contents;
}
table th,
table td {
  display: block;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.grecaptcha-badge {
  display: none;
}

.fbx-caption-title,
.fbx-caption-desc {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.spbr {
  display: none;
}
@media screen and (max-width: 820px) {
  .spbr {
    display: block;
  }
}

.pcbr {
  display: block;
}
@media screen and (max-width: 820px) {
  .pcbr {
    display: none;
  }
}

section.inquiry {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  section.inquiry {
    padding: 40px 0;
  }
}
section.inquiry dl {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  section.inquiry dl {
    flex-direction: column;
  }
}
section.inquiry dl dt {
  flex: 1;
  padding: 5px 0 5px 20px;
}
@media screen and (max-width: 820px) {
  section.inquiry dl dt {
    padding: 0px 0 0px 20px;
    color: #80c41c;
    text-align: left;
  }
}
section.inquiry dl dt > p {
  padding: 5px 0;
  text-align: inherit;
}
section.inquiry dl dd {
  flex: 3;
}
section.inquiry dl dd > p {
  width: 100%;
}
section.inquiry span.required {
  display: inline-flex;
  color: #fff;
  background: #80c41c;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 2px 8px;
}
section.inquiry .radioGroup {
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
section.inquiry .radioGroup > div {
  margin-bottom: 20px;
}
section.inquiry .radioGroup input[type=radio] {
  display: none;
}
section.inquiry .radioGroup .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
section.inquiry .radioGroup .wpcf7-list-item-label {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
}
section.inquiry .radioGroup .wpcf7-list-item-label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 25px;
  height: 25px;
  border: 2px solid #80c41c;
  border-radius: 14px;
  content: "";
}
section.inquiry .radioGroup .wpcf7-list-item-label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 4px;
  display: block;
  margin-top: -6px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #80c41c;
  content: "";
  opacity: 0;
}
section.inquiry .radioGroup input:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
section.inquiry .noreply__wrap > p {
  text-align: center;
  position: relative;
}
section.inquiry .noreply__wrap > p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
section.inquiry .submit__wrap > p {
  text-align: center;
  position: relative;
}
section.inquiry .submit__wrap > p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
section.inquiry .policy {
  padding: 20px;
  font-size: 0.8rem;
}
section.inquiry .policy > p {
  text-align: center;
}
@media screen and (max-width: 820px) {
  section.inquiry .policy > p {
    text-align: left;
  }
}
section.inquiry .policy a {
  color: #80c41c;
}

input[type=text],
input[type=email],
input[type=tel] {
  border-bottom: 1px solid #6a6b70;
  background: #eeeef2;
  padding: 5px 8px 2px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 2px solid #80c41c;
}

input[type=checkbox] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #6a6b70;
  border-radius: 2px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: -8px;
  left: 10px;
  transform: rotate(50deg);
  width: 10px;
  height: 25px;
  border-right: 2px solid #80c41c;
  border-bottom: 2px solid #80c41c;
  content: "";
}

textarea {
  width: 100%;
  height: 200px;
  padding: 5px 8px;
  border-bottom: 1px solid #6a6b70;
  background: #eeeef2;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  textarea {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  textarea {
    min-height: 350px;
  }
}
textarea:focus {
  outline: 2px solid #80c41c;
}

.wpcf7-submit {
  background: #63b24d;
  padding: 10px 20px;
  border-radius: 4px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  color: #fff;
  letter-spacing: 0.8rem;
  min-width: 300px;
}
@media screen and (max-width: 820px) {
  .wpcf7-submit {
    padding: 1% 30%;
  }
}
.wpcf7-submit:active {
  transform: translateY(2px);
  box-shadow: none;
}

form.sent .inquiry dl,
form.sent .inquiry div {
  display: none;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

#header {
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #bdbdbd;
}
@media screen and (max-width: 820px) {
  #header {
    width: 100%;
    padding: 0;
    border: none;
  }
}

.topper {
  color: #fff;
  background: linear-gradient(to right, #80c41c 0%, #3eb1ba 50%, #01a0c6 100%);
  padding: 5px 2%;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .topper {
    display: none;
  }
}
.topper a {
  display: flex;
  align-items: center;
}
.topper a .iandh {
  height: 18px;
}

.header__navBox {
  display: grid;
  grid-template-columns: 180px 6fr;
  justify-content: space-between;
  width: 92%;
  margin: auto;
  gap: 0 30px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .header__navBox {
    width: 98%;
  }
}
@media screen and (max-width: 820px) {
  .header__navBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
.header__navBox h1.header__logo {
  grid-column: 1/2;
  grid-row: 1/3;
  padding: 5px 0;
}
@media screen and (max-width: 820px) {
  .header__navBox h1.header__logo {
    max-height: 60px;
  }
}
.header__navBox h1.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.header__menu__pc {
  padding: 5px 0 0;
}
@media screen and (max-width: 820px) {
  .header__menu__pc {
    display: none;
  }
}
.header__menu__pc section.menu {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 5px 0;
}

ul.headerMainNav {
  display: flex;
  justify-content: end;
  gap: 2%;
  /* 	ul.sub-menu {
  	//二階層目
  	position: absolute;
  	top: 125px;
  	left: calc(50% - 50vw);
  	z-index: 30;
  	width: 100vw;
  	min-height: 300px;
  	visibility: hidden;
  	opacity: 0;
  	overflow: hidden;
  	background: #fff;
  	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	justify-content: space-between;
  	gap: 2px 5px;
  	padding: 20px;
  	background: global.$color-lgr;

  	@include global.mq(md) {
  		grid-template-columns: auto repeat(2, 1fr);
  	}



  	li {
  		font-family: global.$font-body;
  		font-size: 1.1rem;
  		font-weight: initial;
  		box-sizing: border-box;
  		text-align: left;
  		position: relative;
  		display: grid;
  		grid-template-rows: repeat(2, auto);

  		>a {
  			position: relative;
  			padding: 0 1rem 0;
  		}

  	}


  	li.headingbox {
  		border-right: 1px solid global.$color-dbl;
  		border-bottom: none;
  		grid-row: 1/20;
  		font-family: global.$font-thin;
  		font-weight: 100;
  		display: flex;
  		justify-content: end;
  		align-items: center;
  		font-size: 2rem;

  		@include global.mq(md) {
  			font-size: 1.6rem;
  			grid-row: 1/16;
  		}

  		>a {
  			pointer-events: none;
  			color: global.$color-dgr;
  		}
  	}

  	li.blanklink {
  		a {
  			background: url("../images/icons/icon-new_tab-blue.svg") center right/ contain no-repeat;
  			padding: 0 2rem 0 1rem;
  		}
  	}

  	li.subgroup {
  		background: global.$color-bg-main;
  		display: grid;
  		grid-template-rows: repeat(2, auto);
  		padding: 1rem;

  		ul.sub-menu {
  			//二階層目
  			position: relative;
  			top: initial;
  			left: initial;
  			z-index: 30;
  			width: 100%;
  			min-height: initial;
  			visibility: visible;
  			opacity: 1;
  			overflow: hidden;
  			background: #fff;
  			display: grid;
  			grid-template-columns: repeat(2, 1fr);
  			justify-content: start;
  			gap: 2px 5px;
  			padding: 20px;
  			background: global.$color-gr;
  			box-shadow: none;
  		}
  	}
  } */
}
ul.headerMainNav li {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  /* font-weight: 600; */
  /* padding: 5px 8px; */
  word-break: keep-all;
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  ul.headerMainNav li {
    padding: 5px 2px;
    font-size: 1rem;
  }
}
ul.headerMainNav li > a {
  position: relative;
  /* padding: 0 1rem 5px 1rem;
  display: inline; */
}
@media screen and (max-width: 1280px) {
  ul.headerMainNav li > a {
    padding: 0 0.5rem 5px 0.5rem;
  }
}
ul.headerMainNav li > a:before {
  background: #01a0c6;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
ul.headerMainNav li > a:hover {
  color: #01a0c6;
}
ul.headerMainNav li > a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
ul.headerMainNav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
ul.headerMainNav .service ul.sub-menu {
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.l-header {
  z-index: 100;
}

.l-header + * {
  margin-top: 60px;
}

.p-navigation-global__list {
  gap: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-navigation-global__list-item a {
  padding: 5px;
}

.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}

.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}

.p-megaMenu__open {
  gap: 0.5em;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 0px 5px;
}

.p-megaMenu__open::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik03IDEwTDEyIDE1TDE3IDEwIiBzdHJva2U9IiM4MGM0MWMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4gPC9nPjwvc3ZnPg==") center/20px no-repeat;
  padding-bottom: 0.2em;
  transition: rotate 0.3s;
}

.p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw 100%);
  clip-path: inset(0 -50vw 100%);
  background: #eeeef2;
  left: calc(50% - 50vw);
  position: absolute;
  top: 100%;
  transition: all 0.3s;
  visibility: hidden;
  width: 100vw;
}

.p-megaMenu__list {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  gap: 2px 5px;
}
@media screen and (max-width: 1280px) {
  .p-megaMenu__list {
    grid-template-columns: auto repeat(2, 1fr);
  }
}
.p-megaMenu__list li {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, auto);
  padding: 0;
}
.p-megaMenu__list li > a {
  position: relative;
  padding: 0 1rem 0;
  display: inline;
}
.p-megaMenu__list li.headingbox {
  border-right: 1px solid #01508e;
  border-bottom: none;
  grid-row: 1/20;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 2rem;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .p-megaMenu__list li.headingbox {
    font-size: 1.6rem;
    grid-row: 1/16;
  }
}
.p-megaMenu__list li.headingbox > a {
  pointer-events: none;
  color: #6a6b70;
}
.p-megaMenu__list li.blanklink a {
  background: url("../images/icons/icon-new_tab-blue.svg") center right/contain no-repeat;
  padding: 0 2rem 0 1rem;
}
.p-megaMenu__list li.subgroup {
  background: #fff;
  display: grid;
  grid-template-rows: repeat(2, auto);
  padding: 1rem;
}
.p-megaMenu__list li.subgroup ul.sub-menu {
  position: relative;
  top: initial;
  left: initial;
  z-index: 30;
  width: 100%;
  min-height: initial;
  visibility: visible;
  opacity: 1;
  overflow: hidden;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  gap: 2px 5px;
  padding: 20px;
  background: #d4d5df;
  box-shadow: none;
}

.p-megaMenu__list-item a {
  gap: 0.5em;
  align-items: center;
  display: inline;
  padding: 5px;
}

.p-megaMenu__list-item a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}

@media (min-width: 768px) {
  .p-navigation-global__list {
    gap: 40px;
  }
  .p-navigation-global__list-item a {
    padding: 20px 10px;
  }
  .p-megaMenu__open {
    padding: 20px 10px;
  }
  .p-megaMenu__navigation {
    padding: 40px;
  }
  .p-megaMenu__list {
    gap: 10px 30px;
    flex-direction: row;
  }
  .p-megaMenu__list-item a {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .p-megaMenu:hover .p-megaMenu__navigation,
  .p-megaMenu:focus-within .p-megaMenu__navigation {
    -webkit-clip-path: inset(0 -50vw);
    clip-path: inset(0 -50vw);
    visibility: visible;
  }
  .p-megaMenu:hover .p-megaMenu__open::after,
  .p-megaMenu:focus-within .p-megaMenu__open::after {
    rotate: 180deg;
  }
}
.blanklink a {
  background: url("../images/icons/icon-new_tab-blue.svg") center right/contain no-repeat;
  padding: 0 2rem 0 1rem;
}

.header__menu__sp {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 820px) {
  .header__menu__sp {
    display: block;
  }
}
.header__menu__sp .header__spButtons {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .header__menu__sp .header__spButtons {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }
}
.header__menu__sp .header__spButtons .header__menuButton {
  display: none;
  width: 60px;
  height: 60px;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 820px) {
  .header__menu__sp .header__spButtons .header__menuButton {
    display: block;
  }
}
.header__menu__sp .header__spButtons .header__menuButton:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 2px;
  opacity: 1;
}
.header__menu__sp .header__spButtons .header__menuButton > span {
  display: block;
  padding: 40px 0 0 2px;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #3d3f3d;
}
.header__menu__sp .header__spButtons .header__menuButton > span:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 2px;
}
.header__menu__sp .header__spButtons .header__menuButton > span:after {
  content: "";
  position: absolute;
  top: 34px;
  left: 13px;
  width: 34px;
  height: 2px;
  background: #3d3f3d;
  border-radius: 4px;
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened:after {
  opacity: 0;
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened > span:before {
  top: 23px;
  transform: rotateZ(45deg);
}
.header__menu__sp .header__spButtons .header__menuButton.header__menuButton--opened > span:after {
  top: 23px;
  transform: rotateZ(-45deg);
}
.header__menu__sp .header__spNav {
  display: none;
  background: #fff;
  padding-top: 60px;
}
@media screen and (max-width: 820px) {
  .header__menu__sp .header__spNav {
    display: block;
    width: 300px;
    height: 100vh;
    animation-name: slideAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
  }
  @keyframes slideAnime {
    0% {
      transform: translateX(100vw);
      opacity: 1;
    }
    100% {
      transform-origin: right top;
      transform: translateX(calc(100vw - 300px));
    }
    20%, 100% {
      opacity: 1;
    }
  }
}
.header__menu__sp .header__spNav__buttons {
  padding: 10px 0 0 0;
}
.header__menu__sp .header__spNav__buttons ul {
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.header__menu__sp .header__spNav__buttons ul li {
  border-bottom: 1px solid #b88711;
}
.header__menu__sp .header__spNav__buttons ul li a {
  display: block;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}

.header__spToggleMenu {
  display: block;
}
@media screen and (max-width: 820px) {
  .header__spToggleMenu {
    display: none;
    position: absolute;
    z-index: 98;
    width: 100%;
    overflow-y: scroll;
  }
  .header__spToggleMenu.header__spToggleMenu--visible {
    display: block;
  }
}

.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
}
.header__overlay.active {
  display: block;
  opacity: 0.4;
}

.index__slider {
  position: relative;
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .index__slider {
    margin-top: 0;
  }
}

.page__header {
  padding: 80px 0 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .page__header {
    padding: 60px 0 0;
  }
}
.page__header h1.page__title {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 5rem;
  padding: 10px 0;
  position: relative;
  color: #3b9315;
  justify-content: start;
}
.page__header h1.page__title.stores {
  grid-template-columns: 1fr 40%;
  grid-template-rows: repeat(3, auto);
}
.page__header h1.page__title.stores .header__thumb {
  grid-column: 2/3;
  grid-row: 1/4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.2);
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title.stores .header__thumb {
    margin-top: 20px;
    max-height: 300px;
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.page__header h1.page__title.stores .header__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title.stores .header__thumb img {
    object-fit: cover;
  }
}
.page__header h1.page__title.stores p.miracle {
  display: flex;
  align-items: end;
}
.page__header h1.page__title.stores p.miracle small {
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title.stores p.miracle small {
    font-size: 1.2rem;
  }
}
.page__header h1.page__title.stores p.storename {
  height: 6rem;
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title.stores p.storename {
    height: auto;
    padding: 0;
  }
}
.page__header h1.page__title.stores p.storename span {
  position: absolute;
  padding: 0.5rem 1rem 1rem 0;
  line-height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title.stores p.storename span {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  .page__header h1.page__title.stores {
    font-size: 4rem;
  }
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title.stores {
    grid-template-columns: 1fr;
    font-size: 2rem;
  }
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title {
    font-size: 2rem;
  }
}
.page__header h1.page__title div {
  line-height: 1;
}
.page__header h1.page__title div span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 3rem;
  letter-spacing: 0.4rem;
  padding: 0 8px;
  color: #eeeef2;
}
@media screen and (max-width: 820px) {
  .page__header h1.page__title div span {
    font-size: 1.5rem;
  }
}

.page__breadcrumb {
  font-size: 0.8rem;
  display: flex;
  align-items: baseline;
}
.page__breadcrumb img {
  height: 20px;
  vertical-align: -6px;
  padding-right: 10px;
}
.page__breadcrumb a {
  padding: 0;
}
.page__breadcrumb span:last-child {
  color: #d4d5df;
  padding: 0 10px;
}

.humberger {
  display: none;
  height: 60px;
  margin-left: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 60px;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 820px) {
  .humberger {
    display: block;
  }
}
.humberger .humberger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  background-color: #172e59;
  transition: 0.4s;
}
.humberger .humberger__line:before, .humberger .humberger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #172e59;
  transition: inherit;
}
.humberger .humberger__line:before {
  top: -12px;
}
.humberger .humberger__line:after {
  top: 12px;
}
.humberger.-active .humberger__line {
  background-color: transparent;
}
.humberger.-active .humberger__line:before {
  top: 0;
  transform: rotate(45deg);
}
.humberger.-active .humberger__line:after {
  top: 0;
  transform: rotate(-45deg);
}

.header__nav-area {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  padding-top: 60px;
  background: #e7e9ee;
  transition: 0.4s;
}
.header__nav-area.-active {
  right: 0;
  visibility: visible;
}

.global-navigation {
  padding: 40px 25px 120px 25px;
}

.headerMainNavSP {
  display: flex;
  flex-direction: column;
  font-size: 3rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 425px) {
  .headerMainNavSP {
    font-size: 2rem;
  }
}
.headerMainNavSP li {
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 425px) {
  .headerMainNavSP li {
    padding: 0.5rem 0;
  }
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

#footer {
  position: relative;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #80c41c 0%, #3eb1ba 50%, #01a0c6 100%);
  border-image-slice: 1;
  padding: 50px 5% 120px;
  background: #eeeef2;
  display: grid;
  font-size: 0.8rem;
  grid-template-columns: 300px 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 10px 40px;
}
@media screen and (max-width: 820px) {
  #footer {
    display: block;
  }
}
#footer section.info {
  grid-row: 1/3;
  margin: 0 auto;
}
#footer section.info .footer__logo {
  padding: 10px 0;
}
#footer section.info .footer__logo img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #footer section.info .footer__logo img {
    width: 200px;
  }
}
#footer section.menu {
  padding-top: 40px;
}
#footer section.stores {
  grid-column: 2/3;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  #footer section.stores {
    display: none;
  }
}
#footer section.stores h4 {
  font-weight: 600;
}
#footer section.stores ul.storeList {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 1280px) {
  #footer section.stores ul.storeList {
    grid-template-columns: repeat(2, auto);
  }
}
#footer section.stores ul.storeList li {
  padding: 0.1rem 0 0.1rem 2rem;
}
#footer section.policyNav {
  grid-column: 1/3;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
}
@media screen and (max-width: 820px) {
  #footer section.policyNav {
    justify-content: left;
    padding-top: 1rem;
  }
}
#footer section.policyNav ul.smallnav {
  display: flex;
}
@media screen and (max-width: 820px) {
  #footer section.policyNav ul.smallnav {
    flex-direction: column;
  }
}
#footer section.policyNav ul.smallnav li:not(:last-child) {
  padding-right: 2rem;
}

ul.footerNav {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
@media screen and (max-width: 1280px) {
  ul.footerNav {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
ul.footerNav > li {
  padding: 0.1rem 1rem 0.1rem 0;
}
ul.footerNav > li > a {
  font-weight: 600;
}
ul.footerNav > li.noevents > a {
  pointer-events: none;
}
ul.footerNav > li.spblock {
  display: none;
}
@media screen and (max-width: 820px) {
  ul.footerNav > li.spblock {
    display: block;
  }
}
ul.footerNav ul.sub-menu li {
  padding: 0.1rem 1rem 0.1rem 2rem;
  position: relative;
}
ul.footerNav ul.sub-menu li:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #99d9e8;
  position: absolute;
  top: calc(0.5rem + 2px);
  left: 0.5rem;
}

.footer__copyright {
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

dl.telnum {
  letter-spacing: 0.15em;
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
}
dl.telnum > dt {
  display: flex;
  justify-content: start;
  align-items: center;
  border-right: 1px solid #d4d5df;
  white-space: nowrap;
  padding-right: 1rem;
}
dl.telnum > dd {
  font-size: 1.2rem;
}
@media screen and (max-width: 820px) {
  dl.telnum > dd {
    display: block;
  }
}
dl.telnum > dd > a {
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  dl.telnum > dd > a {
    pointer-events: auto;
    color: #2bad00;
    text-decoration: underline;
  }
}

.main--archive {
  padding: 80px 0 50px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .main--archive {
    padding: 50px 0 40px;
  }
}

.sidebar {
  background: white;
  border-top: 2px solid;
  border-image: linear-gradient(to right, #80c41c 0%, #3eb1ba 50%, #01a0c6 100%);
  border-image-slice: 1;
  padding: 20px 20px 120px;
}
@media screen and (max-width: 820px) {
  .sidebar {
    padding: 40px 10px;
  }
}
.sidebar li {
  padding: 0.2rem 0;
}
.sidebar a {
  color: #2bad00;
  text-decoration: underline;
}
.sidebar a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sidebar .stores__tags a {
  text-decoration: none;
  font-size: 1rem;
}

.sidebar__store {
  background: white;
  padding: 20px 0 60px;
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .sidebar__store {
    padding: 40px 10px;
  }
}
.sidebar__store .area__list ul {
  display: grid;
  grid-template-columns: repeat(6, auto);
  justify-content: center;
}
.sidebar__store .area__list ul li {
  padding: 0.2rem 2rem;
  border-right: 1px solid #eeeef2;
  letter-spacing: 0.2rem;
}
.sidebar__store .area__list ul li:last-child {
  border-right: none;
}
@media screen and (max-width: 425px) {
  .sidebar__store .area__list ul li {
    padding: 0.2rem 1rem;
  }
}
.sidebar__store aside {
  text-align: center;
}
.sidebar__store a {
  color: #2bad00;
  text-decoration: underline;
}
.sidebar__store a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.sidebar__store .stores__tags {
  gap: 0.5rem;
}
.sidebar__store .stores__tags a {
  text-decoration: none;
  font-size: 1rem;
}

/*不要になる
.archiveMain__blog {
    .archiveMain__blog__posts {
        > li {
            background: white;
            box-shadow: 0px 2px 0 #e3e6e7;
            border-radius: 10px;
            border: 1px solid #e3e6e7;
            margin-bottom: 40px;

            @include global.mq(md) {
                margin-bottom: 35px;
            }
        }
    }

    .archiveMain__blog__post {
        > a {
            display: flex;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: left;
            padding: 30px;
            @include global.mq(sm) {
                padding: 15px;
            }

            &:hover {
                .archiveMain__blog__title {
                    color: #b1b79a;
                }
            }
        }
    }

    .archiveMain__blog__imgBox {
        width: 140px;
        height: 140px;
        min-width: 140px;
        overflow: hidden;
        margin-right: 30px;
        border-radius: 5px;
        @include global.mq(sm) {
            margin-top: 5px;
            width: 100px;
            height: 100px;
            min-width: 100px;
            margin-right: 15px;
        }
        > img {
            width: 100%;
            height: auto;
        }
    }

    .archiveMain__blog__contentBox {
        flex: 1;
        position: relative;
    }

    .archiveMain__blog__title {
        margin-bottom: 16px;
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.6;
        color: #3d3f3d;
        @include global.mq(sm) {
            text-align: justify;
            margin-top: 5px;
            margin-bottom: 8px;
        }

        > span {
            display: inline-block;
            padding: 0 2px;
            border-bottom: 3px solid #b1b79a;
        }
    }

    .archiveMain__blog__excerpt {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .archiveMain__blog__tags {
        font-size: 11px;
        display: flex;
        @include global.mq(sm) {
            flex-wrap: wrap;
        }
        > li {
            margin-right: 12px;
            @include global.mq(sm) {
                margin-bottom: 5px;
                &:last-child {
                    margin-bottom: 0;
                }
            }
            > object {
                > a {
                    display: inline-block;
                    border: 1px solid #e3e6e7;
                    padding: 0 10px;
                    border-radius: 6px;
                    &:hover {
                        background: #b1b79a;
                        color: white;
                    }
                }
            }
        }
    }
    .archiveMain__blog__time {
        display: block;
        position: absolute;
        top: -40px;
        right: 0;
        background: #52b33b;
        text-align: center;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        align-content: center;
        line-height: 1;
        font-size: 14px;
        letter-spacing: 0.04em;
        @include global.mq(sm) {
            right: 2px;
            top: -30px;
        }
    }
}*/
article.info {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* article.page, */
article.info {
  margin: 60px 0;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 820px) {
  article.info {
    padding: 20px;
    margin-bottom: 30px;
  }
}
article.info section.header {
  display: grid;
  grid-template-columns: 1fr 10rem;
  grid-template-rows: auto 1fr;
}
article.info section.header time {
  letter-spacing: 0.06em;
}
article.info section.header h1.info__title {
  grid-column: 1/3;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0 2rem 0;
}
article.info section.article {
  padding: 40px 0;
}
article.info section.article h2 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
  padding: 1rem 0 1rem 0;
  margin: 2rem 0;
  background: url("../images/icons/h2side.svg") 2px top/50px auto no-repeat;
  border-bottom: 1px solid #d4d5df;
}
@media screen and (max-width: 820px) {
  article.info section.article h2 {
    font-size: 1.2rem;
  }
}
article.info section.article h2:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
article.info section.article h3 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #80c41c;
  padding: 2rem 0 0.5rem;
}
@media screen and (max-width: 820px) {
  article.info section.article h3 {
    font-size: 1.1rem;
  }
}
article.info section.article p a {
  color: #2bad00;
  text-decoration: underline;
}
article.info section.article p a:hover {
  text-decoration: none;
  opacity: 0.4;
}
article.info section.article ul {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 820px) {
  article.info section.article ul {
    padding: 10px 0 10px 10px;
  }
}
article.info section.article ul > li {
  margin-bottom: 1rem;
  padding: 0 0 0 15px;
  position: relative;
}
article.info section.article ul > li a {
  color: #2bad00;
  text-decoration: underline;
}
article.info section.article ul > li a:hover {
  text-decoration: none;
  opacity: 0.4;
}
article.info section.article ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  /* background: global.$color-gn; */
}
article.info section.article strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fdbbb6 70%, #fdbbb6 79%, transparent 80%, transparent 90%, #fdbbb6 91%, #fdbbb6 100%) repeat scroll 0 0;
}

/* 固定ページ */
/* .page__article {
	padding: 100px 0;

	@include global.mq(sm) {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.article__time {
		font-weight: bold;
		letter-spacing: 0.06em;
	}

	.article__title {
		margin: 0 0 20px;
		border-bottom: 1px solid #ccc;
	}

	.article__thumbnailBox {
		margin: 0 0 20px;

		>img {
			width: 100%;
			height: auto;
		}
	}

	.article__tags {
		font-size: 13px;
		display: flex;

		@include global.mq(sm) {
			flex-wrap: wrap;
		}

		>li {
			margin-right: 12px;

			@include global.mq(sm) {
				margin-bottom: 5px;

				&:last-child {
					margin-bottom: 0;
				}
			}

			>a {
				display: inline-block;
				padding: 0 10px;
				border-radius: 20px;

				&:hover {
					color: white;
				}
			}
		}
	}

	.article__body--page {
		margin: 0 0;

		h4 {
			font-size: 14px;
			margin: 30px 0 10px;
		}

		.sec_treatment {
			text-align: center;

			figure {
				margin: 0 auto;
			}
		}

		.wp-block-column {
			h4 {
				&:first-child {
					margin-top: 0;

					@include global.mq(md) {
						margin-top: 30px;
					}
				}
			}
		}

		a.txtlink {
			color: global.$color-text-link;
			text-decoration: underline;

			&:hover {
				text-decoration: none;
				opacity: 0.4;
			}
		}

		p {
			margin: 0 0 20px;
		}

		ul,
		ol {
			padding: 10px 0 10px 20px;

			@include global.mq(sm) {
				padding: 10px 0 10px 20px;
			}

			>li {
				margin-bottom: 15px;
				padding: 0 0 0 20px;
			}
		}

		ul {
			>li {
				position: relative;

				&:before {
					content: "";
					position: absolute;
					left: 0;
					top: 8px;
					width: 10px;
					height: 10px;
					border-radius: 5px;
					background: #e24b00;
				}
			}
		}

		ol {
			list-style: none;
			counter-reset: item;
			padding-left: 20px;

			>li {
				position: relative;
				padding: 0 0 0 25px;

				&:before {
					counter-increment: item;
					content: counter(item) ".";
					position: absolute;
					left: 0;
					font-weight: bold;
					color: #4c67a6;
					margin-right: 8px;
				}
			}
		}

		strong {
			background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fbdad8 0%) repeat scroll 0 0;
		}

		blockquote {
			margin: 30px 0 20px;
			border-radius: 30px;
			padding: 60px 40px 60px;
			position: relative;

			cite {
				font-size: 12px;
				font-style: normal;
			}

			&:before {
				content: "”";
				position: absolute;
				display: block;
				height: 86px;
				top: -20px;
				left: 20px;
				font-weight: bold;
				color: white;
				font-size: 86px;
			}

			&:after {
				content: "”";
				position: absolute;
				display: block;
				height: 86px;
				bottom: -20px;
				right: 20px;
				font-weight: bold;
				color: white;
				font-size: 86px;
				transform: rotateZ(180deg);
			}
		}

		.wp-block-media-text {
			&.alignwide {
				margin: 40px 0 40px;
			}
		}

		.wp-block-image {
			margin: 40px 0 40px;
		}

		.wp-block-button {
			text-align: center;
			font-style: 16px;
			font-weight: bold;
			letter-spacing: 0.08em;
			margin: 40px 0 40px;

			a {
				text-decoration: none;
			}
		}
	}
} */
nav.nextprev {
  padding: 2rem 1rem;
}
nav.nextprev > ul {
  display: grid;
  grid-template-columns: 1fr 8rem 1fr;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  nav.nextprev > ul {
    margin-bottom: 50px;
  }
}
nav.nextprev > ul > li {
  display: flex;
  justify-content: center;
}
nav.nextprev > ul > li.prev {
  justify-content: start;
}
nav.nextprev > ul > li.prev a {
  padding: 8px 0 2px 20px;
}
nav.nextprev > ul > li.prev a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 1px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #2a980b;
  transform: rotate(-45deg);
}
nav.nextprev > ul > li.next {
  justify-content: end;
}
nav.nextprev > ul > li.next a {
  padding: 8px 20px 2px 0;
}
nav.nextprev > ul > li.next a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 1px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2a980b;
  transform: rotate(-45deg);
}
nav.nextprev > ul > li > a {
  color: #2a980b;
  border-bottom: 1px solid #2a980b;
  font-size: 0.9rem;
  line-height: initial;
  padding: 8px 8px 2px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
nav.nextprev > ul > li > a:active {
  transform: translateY(2px);
  box-shadow: none;
}
nav.nextprev > ul > li > a:hover {
  border-color: #cce7a4;
  color: #cce7a4;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-left: 50px;
}
@media screen and (max-width: 820px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-top: 10px;
    padding-left: 0;
  }
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 10px;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 50px;
  padding-left: 0;
}
@media screen and (max-width: 820px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
  }
}

span.category {
  border: 1px solid #80c41c;
  border-radius: 20px;
  color: #80c41c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  line-height: 1;
  height: 100%;
}

h2.type1 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: -0.01rem;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
  padding: 1rem 0 0rem 0;
  margin: 2rem 0;
  background: url("../images/icons/h2side.svg") 2px top/50px auto no-repeat;
  border-bottom: 1px solid #d4d5df;
}
@media screen and (max-width: 820px) {
  h2.type1 {
    font-size: 1.2rem;
  }
}
h2.type1:first-of-type {
  padding-top: 0;
  margin-top: 0;
}

h2.type2 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: initial;
}
@media screen and (max-width: 820px) {
  h2.type2 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

h2.type3 {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin: 0px auto;
  color: #4c67a6;
}
@media screen and (max-width: 820px) {
  h2.type3 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
}

h3.type1 {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
  padding: 40px 0 20px 20px;
  position: relative;
  margin: 0px auto;
}
@media screen and (max-width: 820px) {
  h3.type1 {
    font-size: 1.1rem;
  }
}
h3.type1:before {
  content: "";
  width: 5px;
  height: 30px;
  background: linear-gradient(to right, #80c41c 0%, #3eb1ba 50%, #01a0c6 100%);
  position: absolute;
  bottom: 23px;
  left: 0;
}

h3.type2 {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 0.2rem 1.2rem 0;
  position: relative;
  background: #01a0c6;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  letter-spacing: 0.05rem;
  margin: 2rem 0 0.5rem;
}
@media screen and (max-width: 820px) {
  h3.type2 {
    font-size: 0.9rem;
  }
}

h3.type3 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  position: relative;
  color: #01a0c6;
  display: inline-block;
  border-radius: 30px;
  letter-spacing: 0.05rem;
  margin: 2rem 0 0.5rem;
}
@media screen and (max-width: 820px) {
  h3.type3 {
    font-size: 0.9rem;
  }
}

ul.type1 > li {
  position: relative;
  padding-left: 20px;
}
ul.type1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #b88711;
}

.imgbox {
  display: flex;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .imgbox {
    flex-direction: column;
    width: 100%;
  }
}
.imgbox picture {
  text-align: center;
}
.imgbox picture img {
  width: initial;
}
@media screen and (max-width: 820px) {
  .imgbox picture img {
    width: 100%;
  }
}

.txtbox {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 40px;
}

.wp-block-table th,
.wp-block-table td {
  border: none;
}
.wp-block-table a {
  color: #2bad00;
  text-decoration: underline;
}
.wp-block-table a:hover {
  text-decoration: none;
  opacity: 0.4;
}

.table__wrap {
  width: 98%;
  margin: 0 auto 40px;
}
.table__wrap table {
  width: 100%;
}
.table__wrap table tr {
  display: grid;
  grid-template-columns: 30% 1fr;
  border-top: 1px solid #3b9315;
}
.table__wrap table tr:last-of-type {
  border-bottom: 1px solid #3b9315;
}
@media screen and (max-width: 820px) {
  .table__wrap table tr {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
}
.table__wrap table tr th {
  font-weight: initial;
  background: #cce7a4;
  padding: 2% 0;
}
.table__wrap table tr th.bgwh {
  background: #fff;
}
@media screen and (max-width: 820px) {
  .table__wrap table tr td {
    padding-bottom: 2rem;
  }
}
.table__wrap table tr td:last-of-type {
  border-right: none;
}

dl.history {
  display: grid;
  grid-template-columns: 6rem 5rem 1fr;
}
dl.history dt {
  padding: 0 0 1rem;
  border-right: 1px solid #01a0c6;
}
dl.history dt.year {
  position: relative;
}
dl.history dt.year:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #01a0c6;
  border-radius: 8px;
  position: absolute;
  right: -5px;
  top: 0.5rem;
}
dl.history dd {
  padding: 0 0 1rem;
}
dl.history dd.month {
  text-align: right;
  padding: 0 1.5rem 1rem 0;
}

/* ボタン */
.btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 820px) {
  .btn__wrap {
    flex-direction: column;
  }
}
.btn__wrap.align__right {
  justify-content: right;
}
.btn__wrap > a {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #63b24d;
  line-height: initial;
  padding: 8px 20px;
  min-width: 280px;
  max-width: 90%;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.btn__wrap > a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.btn__wrap > a:hover {
  background: #2a980b;
}
@media screen and (max-width: 820px) {
  .btn__wrap > a {
    font-size: initial;
    padding: 10px 16px;
    min-width: 260px;
  }
}

.secondary__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0 0;
}
@media screen and (max-width: 820px) {
  .secondary__btn {
    flex-direction: column;
  }
}
.secondary__btn.align__right {
  justify-content: right;
}
.secondary__btn > a {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #2a980b;
  background: #fff;
  border: 2px solid #2a980b;
  border-radius: 30px;
  line-height: initial;
  padding: 8px 20px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.secondary__btn > a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.secondary__btn > a:hover {
  border-color: #cce7a4;
  color: #cce7a4;
}
@media screen and (max-width: 820px) {
  .secondary__btn > a {
    font-size: initial;
    padding: 10px 16px;
    min-width: 260px;
  }
}

.clinicsup {
  max-width: initial;
  justify-content: right;
  padding: 0;
}
.clinicsup > a {
  background: #63b24d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 1.1rem;
  padding: 6px 40px 6px 20px;
  word-break: break-word;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  min-width: auto;
}
.clinicsup > a:after {
  content: "";
  background: url("../images/icons/icon-new_tab.svg") center/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.clinicsup > a:active {
  transform: translateY(2px);
}
.clinicsup > a:hover {
  background: #2a980b;
}
@media screen and (max-width: 820px) {
  .clinicsup > a {
    font-size: initial;
    padding: 10px 16px;
    min-width: 260px;
  }
}

/* gutenberg defaultbutton */
.wp-block-button a {
  background: #63b24d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  padding: 12px 20px;
  min-width: 300px;
  word-break: break-word;
  text-align: center;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-button a[target=_blank] {
  padding-right: 40px;
}
.wp-block-button a[target=_blank]:after {
  content: "";
  background: url("../images/icons/icon-new_tab.svg") center/cover no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}
.wp-block-button a:active {
  transform: translateY(2px);
}
.wp-block-button a:hover {
  background: #2a980b;
}
@media screen and (max-width: 820px) {
  .wp-block-button a {
    font-size: initial;
    padding: 10px 16px;
    min-width: 260px;
  }
}
.wp-block-button.secondary__btn a {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  color: #2a980b;
  background: #fff;
  border: 2px solid #2a980b;
  border-radius: 30px;
  line-height: initial;
  padding: 8px 20px;
  min-width: auto;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.wp-block-button.secondary__btn a:active {
  transform: translateY(2px);
  box-shadow: none;
}
.wp-block-button.secondary__btn a:hover {
  border-color: #cce7a4;
  color: #cce7a4;
}
@media screen and (max-width: 820px) {
  .wp-block-button.secondary__btn a {
    font-size: initial;
    padding: 10px 16px;
    min-width: 260px;
  }
}

.wp-block-buttons {
  justify-content: center;
  padding: 20px 0;
}
.wp-block-buttons a {
  font-weight: 600;
}

.box--outline {
  position: relative;
  display: block;
  text-align: left;
  border: 2px solid #67d1da;
  padding: 20px;
  margin: 50px auto;
}
.box--outline > h3 {
  color: #67d1da;
}

.box--type01 {
  position: relative;
  display: block;
  text-align: left;
  border-radius: 20px;
  background-color: #fcfbfc;
  padding: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .box--type01 {
    width: 98%;
    padding: 20px 10px;
  }
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.child__wrap {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0px 20px;
}
@media screen and (max-width: 820px) {
  .child__wrap {
    flex-wrap: wrap;
  }
}

.page_children {
  padding: 40px 0 0;
  box-sizing: border-box;
  width: 48%;
}
@media screen and (max-width: 820px) {
  .page_children {
    width: auto;
  }
}
.page_children dt {
  margin: 0 auto;
  text-align: center;
}
.page_children dt > a {
  color: #fff;
  text-shadow: 0 2px 6px #177860;
  background: linear-gradient(45deg, rgb(141, 208, 67) 0%, rgb(79, 186, 49) 30%);
  border-radius: 14px;
  box-shadow: 0 2px 0 #177860;
  display: inline-block;
  font-size: initial;
  font-weight: initial;
  padding: 10px 40px;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
  min-width: 180px;
}
.page_children dt > a:active {
  box-shadow: none;
  transform: translateY(2px);
}
.page_children dt > a:hover {
  opacity: 1;
}

/* ページトップへ */
.page-top {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 100;
  width: 50px;
  height: 50px;
  padding-top: 8px;
  background: rgba(240, 240, 240, 0.6);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease;
  opacity: 0;
}
.page-top:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: -6px;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-right: solid 1px rgba(0, 0, 0, 0.4);
  transform: rotate(-45deg);
}
.page-top:after {
  content: "TOP";
  width: 100%;
  font-size: 9px;
  letter-spacing: 0.25em;
  text-align: center;
  color: #3d3f3d;
}
.page-top:hover {
  transform: scale(1.1);
}

.newicon {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  display: inline-flex;
  background: #fa5548;
  padding: 0 5px;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 4px;
}

.nav-links ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 60px 0;
}
.nav-links ul li {
  width: 40px;
  height: 40px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links ul li span {
  flex-grow: 1;
  background: #d4d5df;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links ul li a {
  flex-grow: 1;
  background: #80c41c;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qanda {
  padding: 60px 0 0 40px;
}
.qanda dt {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.1rem;
  color: #3b9315;
}
.qanda dt:before {
  content: "";
  background: url("../images/icons/question.svg") center/auto 1.4rem no-repeat;
  width: 1rem;
  height: 1.4rem;
  position: absolute;
  top: 2px;
  left: -2rem;
}
.qanda dd {
  padding-bottom: 2rem;
}

.contact__mail {
  position: relative;
  border-top: 2px solid #80c41c;
  border-bottom: 2px solid #80c41c;
  margin: 4rem auto;
  padding: 2rem 2rem 1rem;
}
.contact__mail h6 {
  background: #80c41c;
  font-size: 1.1rem;
  border-radius: 20px;
  text-align: center;
  padding: 5px 2rem;
  width: 300px;
  position: absolute;
  top: -1.5rem;
  left: calc(50% - 150px);
  color: #fff;
}

.handover__list table th {
  border: none;
  background-color: #a0c1e0;
  color: #fff;
}
.handover__list table tr {
  display: grid;
  grid-template-columns: 40% repeat(2, 1fr);
  align-items: center;
}
.handover__list table tr:nth-child(odd) {
  background: #f8f8f8;
}
@media screen and (max-width: 820px) {
  .handover__list table tr {
    padding: 5px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
.handover__list table tr td {
  border: none;
}
.handover__list table tr td:nth-child(1) {
  text-align: left;
}
.handover__list table tr td:nth-child(3) a {
  text-decoration: underline;
  color: #0a3092;
}
@media screen and (max-width: 820px) {
  .handover__list table tr td {
    padding: 0;
  }
  .handover__list table tr td:nth-child(1), .handover__list table tr td:nth-child(2) {
    text-align: left;
  }
  .handover__list table tr td:nth-child(3) {
    text-align: right;
  }
}
@media screen and (max-width: 820px) {
  .handover__list table tr thead {
    display: none;
  }
}

article.page {
  margin: 60px 0;
  padding: 40px 0;
  border-radius: 8px;
  /* 	h2 {
  	font-size: 2rem;
  	letter-spacing: 0.15rem;
  	font-weight: 600;
  	padding: 6rem 0 2rem 0;
  	line-height: 2.2rem;

  	@include global.mq(sm) {
  		font-size: 1.6rem;
  	}
  }

  h3 {
  	font-size: 1.6rem;
  	letter-spacing: 0.15rem;
  	font-weight: 600;
  	padding: 1rem 0 0.5rem 0;
  	line-height: 2.2rem;

  	@include global.mq(sm) {
  		font-size: 1.4rem;
  	}
  } */
}
@media screen and (max-width: 820px) {
  article.page {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
article.page section.header {
  display: grid;
  grid-template-columns: 1fr 10rem;
  grid-template-rows: auto 1fr;
}
article.page section.header time {
  letter-spacing: 0.06em;
}
article.page section.header h1.info__title {
  grid-column: 1/3;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0 2rem 0;
}
article.page h2 {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  letter-spacing: -0.01rem;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: left;
  padding: 1rem 0 0rem 0;
  margin: 2rem 0;
  background: url("../images/icons/h2side.svg") 2px top/50px auto no-repeat;
  border-bottom: 1px solid #d4d5df;
}
@media screen and (max-width: 820px) {
  article.page h2 {
    font-size: 1.2rem;
  }
}
article.page h2:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
article.page h4 {
  color: #01a0c6;
  font-size: 1.2rem;
  letter-spacing: -0.01rem;
  font-weight: 600;
  padding: 1rem 0 0.5rem 0;
  line-height: 2.2rem;
}
@media screen and (max-width: 820px) {
  article.page h4 {
    font-size: 1.1rem;
  }
}
article.page p a {
  color: #2bad00;
  text-decoration: underline;
}
article.page p a:hover {
  text-decoration: none;
  opacity: 0.4;
}
article.page ul {
  padding: 10px 0 10px 20px;
}
@media screen and (max-width: 820px) {
  article.page ul {
    padding: 10px 0 10px 10px;
  }
}
article.page ul > li {
  margin-bottom: 1rem;
  padding: 0 0 0 15px;
  position: relative;
}
article.page ul > li a {
  color: #2bad00;
  text-decoration: underline;
}
article.page ul > li a:hover {
  text-decoration: none;
  opacity: 0.4;
}
article.page ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  /* background: global.$color-gn; */
}
article.page strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fdbbb6 70%, #fdbbb6 79%, transparent 80%, transparent 90%, #fdbbb6 91%, #fdbbb6 100%) repeat scroll 0 0;
}
article.page p {
  padding: 0 0 1.5rem 0.5rem;
}
@media screen and (max-width: 820px) {
  article.page p {
    padding: 0 1rem 1rem;
  }
}
article.page hr.wp-block-separator {
  border: none;
  border-top: 1px solid #d4d5df;
  margin: 1rem 0 2rem;
}

.index__greeting {
  padding: 100px 0;
  background: url("../images/photos/p90644117.webp") bottom center/cover no-repeat;
  border-top: 1px solid #b88711;
}
.index__greeting article {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .index__greeting article {
    flex-direction: column;
  }
}
.index__greeting section.comment {
  display: flex;
  gap: 5%;
  justify-content: center;
  flex: 2;
  background: rgba(255, 255, 255, 0.4);
  padding: 30px;
  border-radius: 8px;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .index__greeting section.comment {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 820px) {
  .index__greeting section.comment {
    padding: 20px;
  }
}
.index__greeting section.comment .doctor {
  background: url("../images/photos/doctor02.webp") 35% center/cover no-repeat;
  justify-content: end;
  display: flex;
  align-items: right;
  min-height: 280px;
  align-items: end;
  align-content: flex-end;
  color: #fff;
  flex-direction: column;
  letter-spacing: 0.6rem;
  padding: 0 40px 20px 0;
}
@media screen and (max-width: 820px) {
  .index__greeting section.comment .doctor {
    background-position: bottom left;
    background-size: cover;
    padding: 10px;
    min-height: 200px;
    letter-spacing: 0.4rem;
  }
}
.index__greeting section.comment .doctor .clinicname {
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .index__greeting section.comment .doctor .clinicname {
    font-size: 1.1rem;
  }
}
.index__greeting section.comment .doctor .name__wrap {
  display: flex;
  text-align: right;
  font-weight: normal;
  line-height: 2rem;
}
@media screen and (max-width: 820px) {
  .index__greeting section.comment .doctor .name__wrap {
    flex-direction: column;
    padding: 0px;
    line-height: initial;
  }
}
.index__greeting section.comment .doctor .name__wrap .name {
  padding: 0 0 0 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .index__greeting section.comment .doctor .name__wrap .name {
    text-align: right;
    padding: 0;
    font-size: 1.2rem;
  }
}
.index__greeting section.comment .doctor .english {
  letter-spacing: 0.3rem;
  font-size: 0.9rem;
  padding-right: 5px;
}
@media screen and (max-width: 820px) {
  .index__greeting section.comment .doctor .english {
    font-size: 0.8rem;
  }
}
.index__greeting section.comment .txt {
  flex: 2;
}
.index__greeting section.comment .txt h3 {
  color: #4c67a6;
}
.index__greeting section.comment .txt p:last-child {
  text-align: right;
  color: #4c67a6;
}
.index__greeting section.list {
  flex: 1;
}
.index__greeting section.list > section {
  background: rgba(255, 255, 255, 0.4);
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 1280px) {
  .index__greeting section.list > section {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 820px) {
  .index__greeting section.list > section {
    padding: 20px;
  }
}

.index__disease {
  background: #fff;
}
.index__disease dl {
  width: 90%;
  margin: 0 auto;
}
.index__disease dl dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
}
.index__disease dl dd {
  text-align: left;
  padding: 10px 0 10px 30px;
}
@media screen and (max-width: 820px) {
  .index__disease dl dd {
    padding: 10px 0 10px 0;
  }
}
.index__disease dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__disease small {
  display: block;
  text-align: right;
}
.index__disease .areaimg {
  float: right;
  width: 200px;
  height: auto;
  margin-left: 20px;
}
@media screen and (max-width: 820px) {
  .index__disease .areaimg {
    width: 150px;
  }
}
.index__disease .column2 > strong {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .index__disease .column2 {
    gap: 10px;
  }
}

.index__device {
  background: url("../images/graphics/mdbgimg.svg") bottom right/90% auto no-repeat, url("../images/photos/textures_01.webp") center/cover no-repeat;
}
.index__device dl.device {
  width: calc(33.3333333333% - 10px);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.8);
  color: initial;
}
@media screen and (max-width: 820px) {
  .index__device dl.device {
    width: 100%;
  }
}
.index__device dl.device dt {
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  position: relative;
  margin: 0px auto;
  color: #b88711;
  min-height: 60px;
  border-bottom: 1px solid #b88711;
}
.index__device dl.device dd {
  text-align: left;
  padding: 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 820px) {
  .index__device dl.device dd {
    padding: 10px 0 10px 0;
  }
}
.index__device dl.device dd:after {
  content: "";
  display: block;
  clear: both;
}
.index__device small {
  display: block;
  text-align: right;
}

.indexMain__treatment {
  padding: 0 0 60px;
}
@media screen and (max-width: 820px) {
  .indexMain__treatment {
    padding: 50px 20px 30px;
  }
}
.indexMain__treatment .gridbox {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .indexMain__treatment .gridbox {
    margin-bottom: 0;
  }
  .indexMain__treatment .gridbox .indexMain__treatment__list {
    margin-bottom: 50px;
  }
}
.indexMain__treatment .indexMain__treatment__button {
  margin-top: 20px;
}
.indexMain__treatment .indexMain__treatment__others {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 20px;
  margin-top: 20px;
  background: white;
  border-radius: 40px;
}
.indexMain__treatment .indexMain__treatment__others > li {
  position: relative;
  text-align: center;
  width: 24%;
}
@media screen and (max-width: 820px) {
  .indexMain__treatment .indexMain__treatment__others > li {
    width: 48%;
  }
}
.indexMain__treatment .indexMain__treatment__others > li > a {
  display: block;
  width: 100%;
  padding: 30px 1% 35px;
  font-size: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .indexMain__treatment .indexMain__treatment__others > li > a {
    font-size: 14px;
  }
}
.indexMain__treatment .indexMain__treatment__others > li > a:hover {
  padding: 15px 1% 50px;
}
.indexMain__treatment .indexMain__treatment__others > li > a:hover > span.button__round--arrow {
  opacity: 1;
}
.indexMain__treatment .indexMain__treatment__others > li > a > span.button__round--arrow {
  display: block;
  position: absolute;
  font-size: 14px;
  bottom: 15px;
  left: 50%;
  margin-left: -65px;
  opacity: 0;
  transition: 0.4s;
}
.indexMain__treatment .indexMain__treatment__others > li:nth-child(4n+1) > a {
  background-image: none;
}
.indexMain__treatment .indexMain__treatment__others > li:nth-child(n+5) {
  background-image: none;
}
@media screen and (max-width: 820px) {
  .indexMain__treatment .indexMain__treatment__others > li:nth-child(2n+1) > a {
    background-image: none;
  }
  .indexMain__treatment .indexMain__treatment__others > li:nth-child(n+7) {
    background-image: none;
  }
}

.indexMain__line {
  padding: 80px 0 0;
  background: #e5d389;
}
@media screen and (max-width: 820px) {
  .indexMain__line {
    padding: 0 20px;
  }
}

.indexMain__greeting__imgBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 820px) {
  .indexMain__greeting__imgBox {
    width: 95%;
  }
}
.indexMain__greeting__imgBox .img {
  width: 15%;
  margin: 5px;
}
.indexMain__greeting__imgBox .img img {
  width: 100%;
}
.indexMain__greeting__imgBox .txt {
  width: 80%;
}

.accordion__image {
  display: block;
  margin-bottom: 1rem;
}
.accordion__image > img {
  width: 100%;
  height: auto;
}

.indexMain__access {
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .indexMain__access {
    padding: 40px 20px 40px;
  }
}
@media screen and (max-width: 820px) {
  .indexMain__access .grid {
    margin-bottom: 40px;
  }
}
.indexMain__access__logoAndTel {
  display: block;
}
@media screen and (max-width: 820px) {
  .indexMain__access__logoAndTel {
    display: block;
  }
}
.indexMain__access__reservationButton {
  text-align: center;
  margin: 20px 0 20px;
}
.indexMain__access__reservationButton > a {
  width: 100%;
}
.indexMain__access__caution {
  background: #f7f4ed;
  padding: 20px;
  border-radius: 10px;
  border: 2px dotted #e5d389;
}
.indexMain__access__caution > p {
  margin-bottom: 10px;
}

.indexMain__access__notes {
  font-size: 14px;
}
.indexMain__access__notes h4 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.indexMain__access__notes h4:first-child {
  margin-top: 0;
}
.indexMain__access__notes .indexMain__access__reservationButton {
  margin-top: 20px;
}
.indexMain__access__notes ul li:before {
  content: "※ ";
  font-weight: bold;
}
.indexMain__access__notes p {
  margin-bottom: 6px;
}

.indexMain__access__female-doctor {
  margin-top: 30px;
  display: flex;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 1280px) {
  .indexMain__access__female-doctor {
    display: block;
    padding: 20px 0 10px;
    text-align: center;
  }
}
.indexMain__access__female-doctor h3 {
  padding: 10px 15px;
  line-height: 1;
  font-size: 18px;
  height: 42px;
  border-radius: 30px;
  margin: 10px 30px 0 0;
}
@media screen and (max-width: 1280px) {
  .indexMain__access__female-doctor h3 {
    display: inline-block;
    font-size: 18px;
    margin: 10px auto 20px;
  }
}
.indexMain__access__female-doctor dl dd {
  font-weight: bold;
}

.indexMain__open__heading {
  font-size: 40px;
  display: inline-block;
  margin: 0 auto 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 1280px) {
  .indexMain__open__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px) {
  .indexMain__open__heading {
    padding: 25px 10px;
    margin: 0 20px 0;
    font-size: 22px;
  }
}
.indexMain__open__heading > span {
  font-size: 60px;
}
@media screen and (max-width: 1280px) {
  .indexMain__open__heading > span {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px) {
  .indexMain__open__heading > span {
    font-size: 30px;
  }
}
.indexMain__open__heading > br {
  display: none;
}
@media screen and (max-width: 1280px) {
  .indexMain__open__heading > br {
    display: inherit;
  }
}

.index__topic {
  /*background: url("../images/photos/header.webp") top center / cover no-repeat;*/
}
.index__topic .copy2 p {
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  display: block;
  color: #32323d;
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (max-width: 820px) {
  .index__topic .copy2 p {
    font-size: 1.2rem;
  }
}

.preopen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}
.preopen p {
  text-align: center;
}
.preopen img {
  width: 300px;
  margin: 50px auto;
}

.index__scrollToTimetable {
  display: block;
  width: 80px;
  height: 280px;
  position: fixed;
  z-index: 20;
  left: -20px;
  top: calc(50% - 140px);
  padding-left: 20px;
  background: #354773;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #354773;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1280px) {
  .index__scrollToTimetable {
    width: 48px;
    height: 280px;
  }
}
@media screen and (max-width: 820px) {
  .index__scrollToTimetable {
    width: 280px;
    height: 60px;
    left: calc(50% - 140px);
    bottom: -20px;
    top: auto;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.index__scrollToTimetable > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .index__scrollToTimetable > a {
    padding: 8px;
  }
}
.index__scrollToTimetable .index__scrollToTimetable__scroll {
  background: url("../images/icons/mail.svg") top center/30px auto no-repeat;
  padding-top: 40px;
  text-align: center;
  color: white;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  line-height: 60px;
}
@media screen and (max-width: 1280px) {
  .index__scrollToTimetable .index__scrollToTimetable__scroll {
    background: url("../images/icons/mail.svg") top center/15px auto no-repeat;
    padding-top: 40px;
    text-align: center;
    color: white;
    writing-mode: vertical-rl;
    letter-spacing: 0.08em;
    line-height: 26px;
  }
}
@media screen and (max-width: 820px) {
  .index__scrollToTimetable .index__scrollToTimetable__scroll {
    display: inline-block;
    line-height: 30px;
    background: url("../images/icons/mail.svg") center left/20px auto no-repeat;
    padding-top: 0;
    padding-left: 30px;
    writing-mode: initial;
  }
}

.keyvisual {
  width: 100%;
  position: relative;
  padding: 40px 0;
}

.splide__slide {
  opacity: 1;
}
.splide__slide.main {
  height: auto;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.15));
}
.splide__slide.main img {
  border-radius: 30px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .splide__slide.main img {
    border-radius: 20px;
  }
}

.splide__slide.is-active {
  opacity: 0.6;
}

.splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.splide__track {
  overflow: visible;
}

#thumbnail-carousel .splide__track {
  overflow: hidden;
}

.wrapper {
  margin-inline: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

section.company {
  padding: 0 0 100px 0;
}
@media screen and (max-width: 820px) {
  section.company {
    height: auto;
  }
}
section.company .inner--xl {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  section.company .inner--xl {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
section.company .parallax-img {
  height: 700px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 820px) {
  section.company .parallax-img {
    height: 300px;
  }
}
section.company .parallax-img img {
  aspect-ratio: 700 955;
  scale: 0.6;
  margin-top: -200px;
}
@media screen and (max-width: 1280px) {
  section.company .parallax-img img {
    margin-top: -250px;
  }
}
@media screen and (max-width: 820px) {
  section.company .parallax-img img {
    aspect-ratio: 756 623;
    margin-top: -180px;
  }
}
@media screen and (max-width: 425px) {
  section.company .parallax-img img {
    aspect-ratio: 756 623;
    scale: 0.7;
    margin-top: -180px;
  }
}
section.company article {
  padding-right: 60px;
}
@media screen and (max-width: 820px) {
  section.company article {
    padding: 0;
  }
}
section.company h2 {
  font-weight: 900;
  font-size: 90px;
}
@media screen and (max-width: 1280px) {
  section.company h2 {
    font-size: 40px;
  }
}
section.company h2 .gn {
  color: #80c41c;
}
section.company h2 .bl {
  color: #01a0c6;
}
section.company h2 .by {
  font-family: "Noto Sans JP", sans-serif;
}

section.news__company {
  padding: 40px 0;
  position: relative;
}
section.news__company .parallax-img {
  width: 300px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
  section.news__company .parallax-img {
    display: none;
  }
}
section.news__company .parallax-img img {
  width: 100%;
}
section.news__company .parallax-img2 {
  width: 300px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  section.news__company .parallax-img2 {
    display: none;
  }
}
section.news__company .parallax-img2 img {
  width: 100%;
}

.news__wrap.archive {
  padding-top: 60px;
}
.news__wrap ul li {
  border-bottom: 1px solid #bdbdbd;
}
.news__wrap ul li a {
  display: grid;
  grid-template-columns: 10% 8rem 1fr;
  padding: 0.5rem;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .news__wrap ul li a {
    grid-template-columns: 1fr 8rem;
    grid-template-rows: auto;
    gap: 5px 20px;
  }
}
.news__wrap ul li a h4 {
  font-weight: initial;
}
.news__wrap ul li a h4 .newicon {
  margin-left: 1rem;
}
@media screen and (max-width: 820px) {
  .news__wrap ul li a h4 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

section.recruit {
  background: #99d9e8;
  padding: 100px 0;
}
section.recruit > div.inner--l {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  section.recruit > div.inner--l {
    grid-template-columns: 1fr;
  }
}
section.recruit h2 {
  color: #01508e;
}
section.recruit .copy {
  padding: 0 0 60px 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  section.recruit .copy {
    font-size: 1.6rem;
  }
}
section.recruit .copy span {
  position: relative;
}
section.recruit .copy span:after {
  content: "";
  background: #01a0c6;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  animation: underline forwards 1s 1 ease-out 0s normal;
}
section.recruit ul.news__recruit {
  background: #fff;
  border-radius: 16px;
}
section.recruit ul.news__recruit li {
  border-bottom: 1px solid #bdbdbd;
}
section.recruit ul.news__recruit li a {
  display: grid;
  grid-template-columns: 6rem 1fr;
  padding: 0.5rem 1rem;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  section.recruit ul.news__recruit li a {
    grid-template-columns: 1fr 30%;
    grid-template-rows: auto;
    gap: 5px 20px;
  }
}
section.recruit ul.news__recruit li a time {
  color: #80c41c;
}
section.recruit ul.news__recruit li a h4 {
  font-weight: initial;
}
section.recruit ul.news__recruit li a h4 .newicon {
  margin-left: 1rem;
}
@media screen and (max-width: 820px) {
  section.recruit ul.news__recruit li a h4 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
section.recruit ul.job__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  section.recruit ul.job__wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 425px) {
  section.recruit ul.job__wrap {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
section.recruit li.job {
  display: grid;
  grid-template-rows: repeat(2, auto);
  margin: auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  padding: 20px 0;
  position: relative;
}
section.recruit li.job:before {
  content: "";
  border: 2px solid #01a0c6;
  border-radius: 16px 16px 0 0;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
section.recruit li.job h3 {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #01508e;
  position: relative;
}
section.recruit li.job h3:after {
  content: "";
  width: 2rem;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 1rem);
  background: #01a0c6;
}
section.recruit li.job .img__wrap {
  text-align: center;
}
section.recruit li.job .img__wrap img {
  width: 200px;
  height: auto;
  object-fit: cover;
}
section.recruit li.job .balloon {
  padding: 1rem;
  background: #01a0c6;
  border-radius: 0 0 16px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.recruit li.job .secondary__btn a {
  padding: 8px 1rem;
}

@keyframes underline {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
section.news__clinic {
  background: linear-gradient(to right, #80c41c 0%, #3eb1ba 50%, #01a0c6 100%);
  padding: 40px 0;
}
section.news__clinic .clinic__cards ul {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr) 40px;
  grid-template-rows: auto;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  section.news__clinic .clinic__cards ul {
    margin: auto;
    max-width: 400px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto) 40px;
  }
}
section.news__clinic .clinic__cards ul li {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
}
section.news__clinic .clinic__cards ul li > a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px auto;
}
section.news__clinic .clinic__cards ul li > a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.news__clinic .clinic__cards ul li > a article {
  padding: 5%;
}
section.news__clinic .clinic__cards ul li > a article h3 {
  font-size: initial;
  font-weight: 600;
}
section.news__clinic .clinic__cards ul li.title {
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.news__clinic .clinic__cards ul .more {
  background: none;
  box-shadow: none;
}
section.news__clinic .clinic__cards ul .more a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 20px;
  color: #eeeef2;
}
section.news__clinic .clinic__cards ul .more a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: url("../images/icons/arrow_lgr.svg") center right/40px no-repeat;
}
@media screen and (max-width: 820px) {
  section.news__clinic .clinic__cards ul .more a::after {
    height: 20px;
    top: calc(50% - 10px);
    background-size: fill;
  }
}
section.news__clinic .clinic__cards ul .more a span {
  display: none;
}
@media screen and (max-width: 820px) {
  section.news__clinic .clinic__cards ul .more a span {
    display: block;
  }
}

section.banners {
  background: #6a6b70;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  section.banners {
    flex-direction: column;
  }
}
section.banners a {
  background: #fff;
  width: 220px;
  height: 65px;
}

.feature .wp-block-column {
  position: relative;
}
.feature .wp-block-column:not(:last-of-type):after {
  content: "";
  border-right: 1px solid #d4d5df;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 820px) {
  .feature .wp-block-column:not(:last-of-type):after {
    border-bottom: 1px solid #d4d5df;
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: -20px;
    right: 0;
  }
}
.feature figure {
  height: 200px;
}
.feature figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feature .secondary__btn {
  padding-top: 0;
}
.feature h3 {
  text-align: center;
}

#stores .certificate {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  justify-content: center;
  gap: 1rem;
}
#stores .certificate a {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border: 2px solid #80c41c;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  font-size: 0.9rem;
  color: #2bad00;
  text-decoration: underline;
}
#stores .certificate a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#stores .certificate a:before {
  content: url("../images/icons/medal.svg");
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
  height: auto;
}
#stores .certificate a img {
  width: 80px;
  margin: auto;
}
#stores .certificate a p {
  text-align: center;
}
#stores .store__point {
  display: flex;
  justify-content: center;
  padding: 100px 10%;
}
@media screen and (max-width: 820px) {
  #stores .store__point {
    padding: 100px 5px;
  }
}
#stores .store__point > div {
  border: 4px solid #01a0c6;
  border-radius: 20px;
  padding: 2.5rem 2rem 2rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  #stores .store__point > div {
    padding: 2.5rem 0.5rem 2rem;
  }
}
#stores .store__point h3 {
  background: #01a0c6;
  color: #fff;
  padding: 0.2rem 2rem 0;
  position: absolute;
  top: -1.2rem;
  border-radius: 20px;
}
#stores .store__point p {
  position: relative;
  padding-left: 30px;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  #stores .store__point p {
    font-size: 1.1rem;
  }
}
#stores .store__point p:before {
  content: url("../images/icons/icon-like.svg");
  position: absolute;
  left: 0;
  top: 7px;
  width: 25px;
  height: auto;
}
#stores .online__service {
  padding: 100px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#stores .online__service article {
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(200, 200, 200, 0.2);
  padding: 20px 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 0;
}
@media screen and (max-width: 820px) {
  #stores .online__service article {
    grid-template-columns: 1fr;
  }
}
#stores .online__service article > h2,
#stores .online__service article > .btn__wrap {
  grid-column: 1/4;
}
@media screen and (max-width: 820px) {
  #stores .online__service article > h2,
  #stores .online__service article > .btn__wrap {
    grid-column: 1/2;
  }
}
#stores .online__service article > h2 {
  text-align: center;
  padding: 40px 0 20px;
  color: #3b9315;
}
@media screen and (max-width: 820px) {
  #stores .online__service article > h2 {
    border-bottom: 1px solid #d4d5df;
  }
}
#stores .online__service article > div.service__block {
  /* border-bottom: 1px solid global.$color-gr; */
  border-right: 1px solid #d4d5df;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0.5rem;
  padding: 0.5rem 1rem 1rem 1rem;
}
#stores .online__service article > div.service__block:nth-child(4), #stores .online__service article > div.service__block:nth-child(6), #stores .online__service article > div.service__block:last-child {
  border-right: none;
}
@media screen and (max-width: 820px) {
  #stores .online__service article > div.service__block {
    padding: 0.5rem 1rem 2rem 2rem;
    border-right: none;
    padding-left: 0;
    border-bottom: 1px solid #d4d5df;
  }
}
#stores .online__service article > div.service__block h3.type3 {
  margin: 0;
}
#stores .online__service article ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#stores .online__service article ul li {
  padding-left: 40px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  line-height: 30px;
}
#stores .online__service article ul li.line {
  background-image: url("../images/icons/ico_line.svg");
}
#stores .online__service article ul li.curon {
  background-image: url("../images/icons/ico_curon.svg");
}
#stores .online__service article ul li.clinics {
  background-image: url("../images/icons/ico_clinics.svg");
}
#stores .online__service article ul li.sokuyaku {
  background-image: url("../images/icons/ico_sokuyaku.svg");
}
#stores .online__service article ul li.yadoc {
  background-image: url("../images/icons/ico_yadoc.svg");
}
#stores .online__service article ul li.epark {
  background-image: url("../images/icons/ico_epark.svg");
}
#stores .online__service article ul li.pocketpharmacy {
  background-image: url("../images/icons/ico_pocketpha.svg");
}
#stores .online__service article ul li.yoyakusuri {
  background-image: url("../images/icons/ico_yoyakusuri.svg");
}
#stores .online__service article ul li.iandh {
  background-image: url("../images/icons/ico_inhapp.svg");
}
#stores .online__service article ul li > a {
  text-decoration: underline;
  color: #2bad00;
  background: url("../images/icons/icon-new_tab-blue.svg") right/15px no-repeat;
  padding-right: 18px;
}
#stores .online__service article .available {
  position: relative;
  padding: 1rem 0 0 35px;
  font-weight: 600;
}
#stores .online__service article .available:before {
  content: "";
  background: url("../images/icons/icon-installed.svg") center/100% no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 820px) {
  #stores .online__service article .available:before {
    top: 10px;
  }
}
#stores .online__service article .type3 {
  position: relative;
  padding-left: 25px;
}
#stores .online__service article .type3:before {
  content: "";
  background: url("../images/logo/mark.svg") center/100% no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -5px;
  top: 0px;
}
#stores .friend_qr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  #stores .friend_qr {
    display: none;
  }
}
#stores .friend_qr img {
  width: 150px;
  height: 100%;
  object-fit: contain;
  border: 1px solid #d4d5df;
}
#stores .friend_btn {
  display: none;
}
@media screen and (max-width: 820px) {
  #stores .friend_btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#stores .friend_btn img {
  height: 50px;
  object-fit: contain;
}
#stores .contents .thumnail {
  border: 1px solid #888;
  aspect-ratio: 1.91/1;
}
#stores .contents .thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#stores .contents .content {
  padding: 60px 0;
}
#stores .samemall {
  padding: 60px 0;
  background: #eeeef2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#stores .samemall h3:last-of-type {
  padding-top: 40px;
}
#stores .samemall .samemall__list ul,
#stores .samemall .neighborcl__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 425px) {
  #stores .samemall .samemall__list ul,
  #stores .samemall .neighborcl__list ul {
    grid-template-columns: 1fr;
  }
}
#stores .samemall .samemall__list ul li,
#stores .samemall .neighborcl__list ul li {
  display: grid;
  background: #fff;
  grid-template-columns: 6rem 1fr;
  padding: 0;
  font-size: 0.9rem;
  border: 1px solid #48494c;
}
#stores .samemall .samemall__list ul li:nth-child(2n),
#stores .samemall .neighborcl__list ul li:nth-child(2n) {
  border-left: none;
}
#stores .samemall .samemall__list ul li:nth-child(n+3),
#stores .samemall .neighborcl__list ul li:nth-child(n+3) {
  border-top: none;
}
@media screen and (max-width: 820px) {
  #stores .samemall .samemall__list ul li,
  #stores .samemall .neighborcl__list ul li {
    grid-template-columns: 5rem 1fr;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 425px) {
  #stores .samemall .samemall__list ul li:nth-child(2n),
  #stores .samemall .neighborcl__list ul li:nth-child(2n) {
    border-left: 1px solid #48494c;
  }
  #stores .samemall .samemall__list ul li:nth-child(n+2),
  #stores .samemall .neighborcl__list ul li:nth-child(n+2) {
    border-top: none;
  }
}
#stores .samemall .samemall__list ul li span,
#stores .samemall .neighborcl__list ul li span {
  padding: 0.5rem;
}
#stores .samemall .samemall__list ul li span:nth-child(1),
#stores .samemall .neighborcl__list ul li span:nth-child(1) {
  padding: 0.5rem;
  text-align: center;
  background: #d4d5df;
}
#stores .samemall .samemall__list ul li a,
#stores .samemall .neighborcl__list ul li a {
  padding: 0.5rem;
  color: #2bad00;
  text-decoration: underline;
}
#stores .samemall .samemall__list ul li a:hover,
#stores .samemall .neighborcl__list ul li a:hover {
  text-decoration: none;
  opacity: 0.4;
}
#stores .samemall .neighborcl__list ul li {
  grid-template-columns: 1fr;
}
#stores .samemall .neighborcl__list ul li span:nth-child(1) {
  text-align: initial;
  background: none;
}
#stores .neighbor {
  padding: 100px 0;
  background: #d4d5df;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#stores .store__comment {
  padding: 60px 0 100px;
  background: #01a0c6;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}
#stores .store__comment .balloon {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 4rem 120px;
}
@media screen and (max-width: 820px) {
  #stores .store__comment .balloon {
    padding: 2rem 1rem 120px;
  }
}
#stores .store__comment .balloon .name {
  color: #01a0c6;
  padding-bottom: 0.5rem;
}
#stores .store__comment .staff {
  position: absolute;
  left: calc(50% - 80px);
  bottom: 0;
  width: 160px;
}
#stores .dx__attention {
  padding: 60px 0;
  font-size: 0.8rem;
  color: #bdbdbd;
}
#stores .store__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #01a0c6;
  padding-top: 20px;
  gap: 2rem;
}
@media screen and (max-width: 820px) {
  #stores .store__info {
    grid-template-columns: 1fr;
  }
}
#stores .store__info .storename {
  background: url("../images/logo/mark.svg") left top/35px no-repeat;
  padding-left: 45px;
}
#stores .store__info .map {
  min-height: 400px;
}
#stores .timetable dl {
  letter-spacing: 0.15em;
  display: grid;
  justify-content: start;
  grid-template-columns: repeat(2, auto);
  gap: 0 0.5rem;
}
#stores .timetable dl > dt {
  display: flex;
  justify-content: end;
  align-items: center;
  border-right: 1px solid #d4d5df;
  white-space: nowrap;
  padding-right: 1rem;
  font-weight: 600;
}
#stores .timetable dl > dd {
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  #stores .timetable dl > dd {
    display: block;
  }
}
#stores .dayoff {
  padding: 2rem 0;
  display: flex;
  gap: 1rem;
}
#stores .dayoff dt h3 {
  margin-top: 0;
}
#stores .dayoff dd {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}
#stores .storedetail {
  padding: 40px 0 20px;
  border-bottom: 1px solid #01a0c6;
}
#stores .storedetail a {
  color: #2bad00;
  text-decoration: underline;
}
#stores .storedetail a:hover {
  text-decoration: none;
  opacity: 0.4;
}
#stores .storedetail aside {
  padding: 0.5rem 0 0;
  text-align: right;
  font-size: 0.8rem;
}
#stores .storedetail__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  font-size: 0.8rem;
}
@media screen and (max-width: 820px) {
  #stores .storedetail__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#stores .storedetail__list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  /* grid-template-rows: subgrid;
  grid-row: span 2; */
  gap: 0.2rem;
  align-items: center;
}
#stores .storedetail__list .icon {
  width: 40px;
}

.stores__tags {
  list-style: none;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
@media screen and (max-width: 820px) {
  .stores__tags {
    flex-wrap: wrap;
  }
}
.stores__tags li {
  background: #01a0c6;
  border-radius: 4px;
  color: #fff;
  padding: 0 10px;
}
.stores__tags li > a {
  color: #fff;
}
.stores__tags li > a:hover {
  color: white;
}

.stores__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 30%));
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 425px) {
  .stores__list {
    grid-template-columns: 1fr;
  }
}

.store__block {
  display: contents;
}
.store__block > a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 2px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d4d5df;
}
.store__block .thumb {
  height: 160px;
}
.store__block .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store__block h4 {
  padding: 0.5rem 1rem 0;
  font-size: 1.2rem;
  color: #01a0c6;
}
.store__block p {
  padding: 0 1rem 0.5rem;
  line-height: 1.4rem;
}
.store__block p span {
  color: #01a0c6;
}
.store__block .stores__tags {
  padding: 0 1rem 1.2rem;
}

.payment {
  padding: 100px 0;
}
.payment .payment__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 425px) {
  .payment .payment__wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.payment .payment__wrap .card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-right: 1px solid #d4d5df;
  padding-right: 1rem;
}
@media screen and (max-width: 425px) {
  .payment .payment__wrap .card {
    padding: 2rem 0;
    border-right: none;
    border-bottom: 1px solid #d4d5df;
  }
}
.payment .payment__wrap .card li {
  display: grid;
  justify-content: center;
}
.payment .payment__wrap .card li a {
  display: contents;
}
.payment .payment__wrap .card li img {
  width: 100%;
  max-width: 60px;
  height: 100%;
  object-fit: contain;
}
.payment .payment__wrap .trainic {
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .payment .payment__wrap .trainic {
    padding: 2rem 0;
  }
}
.payment .payment__wrap .trainic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#store h2 {
  color: aqua;
}
#store .not_selected {
  color: #ccc;
}

/*------------------------------------------------------------------------
    既存の003.cssを修正CSS
--------------------------------------------------------------------------*/
.certification {
  color: #01a0c6;
  text-align: center;
  font-size: 1.6rem;
}

/*--------------------- 店舗案内 -------------------*/
#content .storeInfoImg {
  margin-right: 15px;
  float: left;
}

.storeAddress {
  margin-bottom: 15px;
}

#content .storeAddress ul.storeTel {
  margin-left: 0;
}

#content .storeAddress .storeTel li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

.img_storeR {
  float: right;
  padding: 0 15px;
}

.img_storeL {
  float: left;
  padding: 0 15px;
}

#content .amenityInfo ul {
  margin-left: 10px;
}

#content .amenityInfo li {
  list-style: none;
  margin-bottom: 5px;
  padding-left: 30px;
  min-height: 27px;
  overflow: hidden;
}

.amenityInfo .ico_slope {
  background-image: url("../images/ico_slope.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_wc {
  background-image: url("../images/ico_wc.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_aed {
  background-image: url("../images/ico_aed.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_post {
  background-image: url("../images/ico_post.gif");
  background-repeat: no-repeat;
  padding-left: 30px;
  height: 27px;
  overflow: hidden;
}

.amenityInfo .ico_measure {
  background-image: url("../images/ico_measure.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_medical {
  background-image: url("../images/ico_medical.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_edy {
  background-image: url("../images/ico_edy.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_kids {
  background-image: url("../images/ico_kids.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_credit {
  background-image: url("../images/ico_credit.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_drink {
  background-image: url("../images/ico_drink.gif");
  background-repeat: no-repeat;
}

.amenityInfo .ico_consul {
  background-image: url("../images/ico_consul.gif");
  background-repeat: no-repeat;
}

/*------------------- 2020/05/20 店舗別ページのリニューアル -------------------*/
.p-store__tele-support {
  padding: 60px 0 40px;
}

.p-store__tele-support__list {
  display: flex;
  justify-content: space-between;
}

.p-store__tele-support__list > li {
  text-align: center;
  flex-grow: 1;
  width: 25%;
}

.p-store__tele-support__list > li + li {
  border-left: 1px solid #ddd;
}

.p-store__tele-support__list > li dl > dt {
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  padding-top: 70px;
  position: relative;
}

.p-store__tele-support__list__title--tel:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: 0;
  background: url("../images/icons/icon-tele_telephone.svg") no-repeat;
  background-size: 100%;
}

.p-store__tele-support__list__title--app-talk:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: 0;
  background: url("../images/icons/icon-tele_app.svg") no-repeat;
  background-size: 100%;
}

.p-store__tele-support__list__title--delivery:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: 0;
  background: url("../images/icons/icon-tele_delivery.svg") no-repeat;
  background-size: 100%;
}

.p-store__tele-support__list__title--app-prescription:before {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  left: calc(50% - 28px);
  top: 0;
  background: url("../images/icons/icon-tele_paper.svg") no-repeat;
  background-size: 100%;
}

.p-store__tele-support__list > li dl > dd {
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.p-store__tele-support__list--ok {
  color: #7ecc30;
  position: relative;
  padding-left: 32px;
}

.p-store__tele-support__list--ok:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -3px;
  background: url("../images/icons/icon-installed.svg") no-repeat;
  background-size: 100%;
}

.p-store__tele-support__list--ng {
  color: #828282;
}

.p-store__tele-support__list__note {
  margin-top: 20px;
  font-size: 12px;
  color: #828282;
  font-weight: normal;
}

.p-store__tele-support__list__buttons {
  margin-top: 20px;
}

.p-store__tele-support__list__buttons a {
  display: inline-block;
  padding: 5px 20px 4px 10px;
  position: relative;
  background: #7ecc30;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  letter-spacing: 0.02em;
  border: 1px solid #7ecc30;
}

.p-store__tele-support__list__buttons a:hover {
  opacity: 0.4;
}

.p-store__tele-support__list__buttons a:not(:last-child) {
  margin-right: 6px;
}

.p-store__tele-support__list__buttons a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
  background: url("../images/icons/icon-new_tab.svg") no-repeat;
  background-size: 100%;
}

.p-store__point {
  text-align: center;
  padding: 30px 0 50px;
}

.p-store__point__box {
  max-width: 70%;
  padding: 40px 30px 30px;
  margin: 0 auto;
  border: 2px solid #1badcf;
  position: relative;
  border-radius: 6px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-store__point__box {
    max-width: 98%;
  }
}

.p-store__point__heading {
  font-size: 1.2rem !important;
  background: #1badcf;
  padding: 4px 10px 4px !important;
  position: absolute;
  top: -30px;
  left: 0;
  line-height: 1;
  border-radius: 20px;
  /* border: 2px solid #1badcf; */
  color: white;
  letter-spacing: 0.08em;
}

.p-store__point__list {
  display: inline-block;
  margin: 0 auto;
}

.p-store__point__list > li {
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: left;
}

.p-store__point__list > li:not(:last-child) {
  margin-bottom: 20px;
}

.p-store__point__list > li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  background: url("../images/icons/icon-like.svg") no-repeat;
  background-size: 100%;
}

.p-store__base-info {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 50px 0 40px;
  background: #f9f9f9;
  font-size: 16px;
}

.p-store__base-info .innerBox {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .p-store__base-info .innerBox {
    width: 98%;
  }
}

.p-store__base-info__contents {
  width: 400px;
  margin-right: 50px;
}

.p-store__base-info__map {
  width: 550px;
}

.p-store__base-info__address {
  padding-left: 10px;
}

.p-store__base-info__tel a {
  display: inline-block;
  line-height: 1;
  padding: 8px 10px;
  margin: 20px 0 0;
  background: white;
  border-radius: 6px;
  font-weight: bold;
  font-size: 28px;
  color: #1badcf;
  text-decoration: none;
}

.p-store__base-info__tel a span {
  font-size: 20px;
}

.p-store__base-info__fax {
  padding-left: 10px;
}

.p-store__base-info__time {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.p-store__base-info__time dt {
  padding: 9px 10px 6px;
  border-radius: 4px;
  line-height: 1;
  background: #1badcf;
  color: white;
  font-size: 18px;
  text-align: center;
  width: 95px;
  margin-right: 20px;
}

.p-store__base-info__time dd {
  padding-top: 3px;
}

.p-store__base-info__time table td:first-child {
  padding-right: 15px;
}

.p-store__facility {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 0 50px;
  background: #f9f9f9;
  font-size: 16px;
}

.p-store__facility .innerBox {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .p-store__facility .innerBox {
    width: 98%;
  }
}

.p-store__facility__list {
  padding-top: 40px;
  border-top: 1px solid #cfcfcf;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.p-store__facility__list > li {
  box-sizing: border-box;
  width: 25%;
  padding-left: 50px;
  padding-right: 15px;
  position: relative;
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
}

.p-store__facility__list > li:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.p-store__facility__list--disabled {
  color: #c2c2c2;
}

.p-store__facility__list--disabled span {
  display: none;
}

.p-store__facility__list--wheelchair:before {
  background: url("../images/icons/icon-equip_wheelchair.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--wheelchair.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_wheelchair-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--wheelchair-wc:before {
  background: url("../images/icons/icon-equip_wheelchair_wc.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--wheelchair-wc.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_wheelchair_wc-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--card:before {
  background: url("../images/icons/icon-equip_card.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--card.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_card-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--ic:before {
  background: url("../images/icons/icon-equip_ic.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--ic.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_ic-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--house:before {
  background: url("../images/icons/icon-equip_home.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--house.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_home-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--parking:before {
  background: url("../images/icons/icon-equip_parking.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--parking.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_parking-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--basket:before {
  background: url("../images/icons/icon-equip_basket.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--basket.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_basket-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--drink:before {
  background: url("../images/icons/icon-equip_drink.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--drink.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_drink-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--child:before {
  background: url("../images/icons/icon-equip_child.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--child.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_child-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--app-talk:before {
  background: url("../images/icons/icon-equip_app_talk.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--app-talk.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_app_talk-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--app-prescription:before {
  background: url("../images/icons/icon-equip_app_prescription.svg") no-repeat;
  background-size: 100%;
}

.p-store__facility__list--app-prescription.p-store__facility__list--disabled:before {
  background: url("../images/icons/icon-equip_app_prescription-disabled.svg") no-repeat;
  background-size: 100%;
}

.p-store__description {
  padding: 60px 0 60px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.p-store__description .innerBox {
  display: flex;
  justify-content: space-between;
}

.p-store__description .innerBox:after {
  display: none;
}

.p-store__description__contents {
  width: 350px;
}

.p-store__description__photo {
  width: 550px;
}

.p-store__description__contents > h2 {
  font-size: 22px;
  color: #7ecc30;
  margin-bottom: 30px;
}

.p-store__description__contents > p {
  margin-bottom: 20px;
  text-align: justify;
}

.p-store__floor-info {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #f9f9f9;
  padding: 50px 0 50px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.p-store__floor-info .innerBox {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 820px) {
  .p-store__floor-info .innerBox {
    width: 98%;
  }
}

.p-store__floor-info__heading {
  font-size: 22px;
  padding-left: 40px !important;
  position: relative;
  font-weight: normal;
  margin-bottom: 20px;
}

.p-store__floor-info__heading:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  background: url("../images/icons/icon-h2_information.svg") no-repeat;
  background-size: 100%;
}

.p-store__floor-info__list {
  display: flex;
  flex-wrap: wrap;
}

.p-store__floor-info__list > li {
  width: 50%;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: white;
  min-height: 50px;
}

.p-store__floor-info__list > li:nth-child(2n),
.p-store__floor-info__list > li:last-child {
  border-right: 1px solid #dcdcdc;
}

.p-store__floor-info__list > li:nth-child(1),
.p-store__floor-info__list > li:nth-child(2) {
  border-top: 1px solid #dcdcdc;
}

.p-store__floor-info__list > li > dl {
  display: flex;
}

.p-store__floor-info__list > li > dl > dt {
  width: 50px;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
  padding: 8px 0 0;
  border-right: 1px solid #f5f5f5;
  color: #828282;
}

.p-store__floor-info__list > li > dl > dd {
  padding: 12px 15px 0 15px;
  box-sizing: border-box;
}

.p-store__floor-info__list > li > dl > dd > a {
  display: inline-block;
  padding-right: 18px;
  color: #1badcf;
  text-decoration: underline;
  position: relative;
}

.p-store__floor-info__list > li > dl > dd > a:hover {
  color: #7ecc30;
}

.p-store__floor-info__list > li > dl > dd > a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  background: url("../images/icons/icon-new_tab-blue.svg") no-repeat;
  background-size: 100%;
}

.p-store__news {
  padding: 60px 0 60px;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.p-store__news__heading {
  font-size: 22px;
  padding-left: 35px;
  position: relative;
  font-weight: normal;
  margin-bottom: 20px;
}

.p-store__news__heading:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  background: url("../images/icons/icon-h2_news.svg") no-repeat;
  background-size: 100%;
}

.p-store__news__list {
  border-top: 3px solid #e9e9e9;
  border-bottom: 3px solid #e9e9e9;
}

.p-store__news__list:before {
  content: "";
  display: block;
  height: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #e9e9e9;
  border-right: 3px solid #e9e9e9;
}

.p-store__news__list:after {
  content: "";
  display: block;
  height: 20px;
  margin-top: 20px;
  border-left: 3px solid #e9e9e9;
  border-right: 3px solid #e9e9e9;
}

.p-store__news__list > li {
  padding-left: 90px;
  position: relative;
}

.p-store__news__list > li:not(:last-child) {
  margin-bottom: 15px;
}

.p-store__news__list > li:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 60px;
  top: calc(50% - 6px);
  border-radius: 6px;
  background: #7ecc30;
}

.p-store__other-stores {
  padding: 60px 0 60px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-store__other-stores__heading {
  font-size: 22px;
  padding-left: 35px;
  position: relative;
  font-weight: normal;
  margin-bottom: 30px;
}

.p-store__other-stores__heading:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  background: url("../images/icons/icon-h2_store.svg") no-repeat;
  background-size: 100%;
}

/* .p-store__other-stores__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p-store__other-stores__list > li {
    width: 22%;
    box-sizing: border-box;
    background: white;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}
.p-store__other-stores__list > li > a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 25px;
}
.p-store__other-stores__list > li > a:hover {
    background: #7ecc30;
    color: white;
}
.p-store__other-stores__list > li > a > span {
    display: block;
    color: #333333;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: justify;
}
.p-store__other-stores__list > li > a > p {
    color: #4f4f4f;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 15px;
}
.p-store__other-stores__list > li > a > p.p-store__other-stores__list__button {
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}
.p-store__other-stores__list__button > span {
    border: 1px solid #7ecc30;
    border-radius: 20px;
    padding: 3px 8px;
    display: inline-block;
    margin: 0 auto;
}
.p-store__other-stores__list
    > li
    > a:hover
    > p.p-store__other-stores__list__button
    > span {
    background: white;
} */
.p-store__other-stores__back-button {
  text-align: center;
}

.p-store__other-stores__back-button a {
  text-decoration: none;
  border: 1px solid #7ecc30;
  font-size: 22px;
  display: inline-block;
  padding: 8px 30px 6px;
  margin-top: 40px;
  background: white;
  border-radius: 30px;
}

.p-store__other-stores__back-button a:hover {
  background: #7ecc30;
  color: white;
}

/* @media (max-width: 970px) {
    .p-store__tele-support__list {
        flex-wrap: wrap;
    }
    .p-store__tele-support__list > li {
        width: 50%;
        box-sizing: border-box;
    }
    .p-store__tele-support__list > li + li {
        border-left: none;
    }
    .p-store__tele-support__list > li:nth-child(1),
    .p-store__tele-support__list > li:nth-child(2) {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
    }
    .p-store__tele-support__list > li:nth-child(3),
    .p-store__tele-support__list > li:nth-child(4) {
        padding-top: 30px;
    }
    .p-store__tele-support__list > li:nth-child(1),
    .p-store__tele-support__list > li:nth-child(3) {
        border-right: 1px solid #ddd;
    }
    .p-store__base-info__time {
        display: block;
    }
    .p-store__facility__list > li {
        width: 33%;
    }
    .p-store__description__contents {
        width: 48%;
    }
    .p-store__description__photo {
        width: 48%;
    }
    .p-store__news__list > li {
        padding-left: 70px;
    }
    .p-store__news__list > li:before {
        left: 40px;
    }
    .p-store__other-stores__list > li {
        width: 48%;
    }
} */
@media (max-width: 767px) {
  .p-store__tele-support {
    padding: 30px 0 30px;
  }
  .p-store__tele-support__list > li dl > dt {
    font-size: 16px;
  }
  .p-store__tele-support__list__buttons a {
    display: block;
    max-width: 60%;
    margin: 0 auto 0;
  }
  .p-store__tele-support__list__buttons a:not(:last-child) {
    margin: 0 auto 15px;
  }
  .p-store__point__heading {
    white-space: nowrap;
  }
  .p-store__point__list > li {
    line-height: 1.6;
  }
  .p-store__point__list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-store__base-info .innerBox {
    display: block;
  }
  .p-store__base-info__contents {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-store__base-info__map {
    width: 100%;
  }
  .p-store__base-info__time {
    display: flex;
  }
  .p-store__facility__list > li {
    width: 50%;
    line-height: 1.5;
    padding-top: 2px;
    height: 30px;
    padding-left: 40px;
    margin-bottom: 15px;
  }
  .p-store__facility__list > li:before {
    width: 30px;
    height: 30px;
  }
  .p-store__description .innerBox {
    display: block;
  }
  .p-store__description__contents {
    width: 100%;
    margin-bottom: 25px;
  }
  .p-store__description__photo {
    width: 100%;
  }
  .p-store__floor-info__heading:before {
    top: 3px;
  }
  .p-store__floor-info__list > li {
    width: 100%;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-top: none;
  }
  .p-store__floor-info__list > li:first-child {
    border-top: 1px solid #dcdcdc;
  }
  .p-store__floor-info__list > li:nth-child(2) {
    border-top: none;
  }
  .p-store__floor-info__list > li > dl > dt {
    min-width: 50px;
  }
  .p-store__floor-info__list > li > dl > dd {
    padding-bottom: 6px;
    line-height: 1.4;
  }
  .p-store__news__heading:before {
    top: 3px;
  }
  .p-store__news__list > li {
    padding-left: 40px;
    padding-right: 15px;
  }
  .p-store__news__list > li:before {
    left: 10px;
    top: 7px;
  }
  .p-store__other-stores__list > li {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .p-store__tele-support__list > li dl > dt {
    letter-spacing: 0;
    font-size: 15px;
  }
  .p-store__facility__list > li {
    font-size: 13px;
    padding-top: 2px;
  }
}
#service .fullwidth {
  width: 100vw;
  margin: 100px calc(50% - 50vw);
  padding: 60px 10%;
}
@media screen and (max-width: 1280px) {
  #service .fullwidth {
    padding: 60px 2%;
  }
}
@media screen and (max-width: 820px) {
  #service .fullwidth {
    padding: 60px 5%;
  }
}
#service .fullwidth.gr {
  background: #eeeef2;
}
#service h3.question2 {
  position: relative;
  padding: 5px 0 20px 50px;
  margin-top: 1rem;
}
#service h3.question2:before {
  content: url("../images/icons/question2.svg");
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: auto;
}
#service .service_points .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  justify-content: center;
  gap: 1rem;
}
#service .service_points .point {
  background: #fff;
  border: 1px solid #bdbdbd;
  padding: 0.8rem;
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
#service .service_points .point img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  margin: auto;
}
#service .service_points .point h3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: start;
  align-content: start;
}
#service .service_points .point h3 > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #63b24d;
  border-radius: 50px;
  color: #fff;
  line-height: 2rem;
  padding-left: 1rem;
}
#service .service_points .point h3 > span > span {
  font-size: 1.8rem;
}
#service .service_points a {
  position: relative;
  padding: 1rem;
  border-radius: 10px;
  border: 2px solid #80c41c;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  font-size: 0.9rem;
  color: #2bad00;
  text-decoration: underline;
}
#service .service_points a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#service .service_points a:before {
  content: url("../images/icons/medal.svg");
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
  height: auto;
}
#service .service_points a img {
  width: 80px;
  margin: auto;
}
#service .service_points a p {
  text-align: center;
}

.tenant__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .tenant__wrap {
    grid-template-columns: 1fr;
  }
}
.tenant__wrap dl {
  border: 1px solid #d4d5df;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 200px 1fr;
  justify-content: space-between;
  padding: 10px;
}
.tenant__wrap dl dt {
  border-bottom: 1px solid #d4d5df;
}
.tenant__wrap dl dd.tenantimg {
  padding: 20px 0;
}
.tenant__wrap dl dd.tenantimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/********** オンライン薬局LP **********/
#onlinelp {
  font-size: 1.1rem;
  line-height: 1.6rem;
  letter-spacing: 0.06em;
}
#onlinelp .head {
  background: #2ca2ba;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
#onlinelp .head .innerBox {
  width: 80%;
  margin: auto;
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 820px) {
  #onlinelp .head .innerBox {
    width: 98%;
    padding: 20px 0 150px;
  }
}
#onlinelp .head .innerBox h2 {
  font-size: 3rem;
  font-weight: bold;
  width: 70%;
  color: #fff;
  margin-top: 0;
  line-height: 3.4rem;
}
@media screen and (max-width: 820px) {
  #onlinelp .head .innerBox h2 {
    font-size: 1.6rem;
    width: 100%;
    line-height: 2rem;
    font-family: "M PLUS Rounded 1c";
  }
}
#onlinelp .head .innerBox .people {
  width: 30%;
  position: absolute;
  bottom: -8px;
  right: 0;
}
@media screen and (max-width: 820px) {
  #onlinelp .head .innerBox .people {
    width: 60%;
    position: absolute;
    top: inherit;
    bottom: -20px;
    right: 20%;
  }
}

#onlinelp .innerBox {
  padding-top: 100px;
}

#onlinelp h2 {
  font-size: 2rem;
  line-height: 2rem;
  padding: 20px 0 20px;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  color: #309ab1;
}

#onlinelp h2 > span {
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fbfa00 0%);
}

@media (max-width: 640px) {
  #onlinelp h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
#onlinelp .intro ul {
  margin-top: 60px;
}

#onlinelp .intro li {
  padding: 10px 0 10px 60px;
  background: url("../images/ollp/icon_check.svg") left center/auto 100% no-repeat;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  #onlinelp .intro li {
    padding: 10px 0 10px 50px;
    background: url("../images/ollp/icon_check.svg") left center/auto 2rem no-repeat;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
#onlinelp .intro .clip {
  margin-top: 60px;
  background: #66c2db;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#onlinelp .intro .clip p {
  text-align: center;
}

#onlinelp .intro .clip img {
  width: 10%;
  margin: 20px auto;
}

@media (max-width: 640px) {
  #onlinelp .intro .clip {
    margin-top: 60px;
    background: #66c2db;
    border-radius: 10px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #onlinelp .intro .clip img {
    width: 20%;
    margin: 20px auto;
  }
}
#onlinelp .postagefree {
  text-align: center;
  padding: 60px 0;
  font-weight: bold;
}
#onlinelp .postagefree p {
  display: inline-block;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #f299a2 0%) repeat scroll 0 0;
  font-size: 1.6rem;
  line-height: 1.8rem;
}
#onlinelp .postagefree span {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 5px;
}

#onlinelp .line {
  padding: 60px 10px;
  background: #daebec;
}
#onlinelp .line > .innerBox {
  text-align: center;
  padding-top: 0;
}
#onlinelp .line p {
  text-align: center;
  padding: 20px 0;
}
#onlinelp .line img {
  width: 100%;
  max-width: 300px;
  height: 100%;
  object-fit: contain;
}
#onlinelp .line .qrcode {
  width: 150px;
  margin: 10px auto 40px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
}
#onlinelp .line .qrcode img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  #onlinelp .line .qrcode {
    display: none;
  }
}

#onlinelp .howto ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  #onlinelp .howto ul {
    display: block;
    flex-wrap: wrap;
  }
}

#onlinelp .howto li {
  width: calc(33.3333333333% - 13.3333333333px);
  border: 4px solid #66c2db;
  border-radius: 10px;
  padding: 20px;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 820px) {
  #onlinelp .howto li {
    width: 100%;
    margin-bottom: 80px;
  }
}
#onlinelp .howto li img {
  width: 50%;
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 820px) {
  #onlinelp .howto li:last-child {
    margin-bottom: 0px;
  }
}

#onlinelp .num {
  background: #2ca2ba;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  top: -40px;
  left: calc(50% - 30px);
}

#onlinelp .howto .end {
  padding: 40px 0 40px;
}

#onlinelp .howto .end .fuwa {
  animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  width: 150px;
  display: block;
  margin: 0 auto 10px;
}

#onlinelp .howto .end strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fbfa00 0%);
}

@media (max-width: 640px) {
  #onlinelp .howto .end .fuwa {
    animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
    width: 40%;
    display: block;
    margin: 0 auto 10px;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
#onlinelp .attention {
  border: 2px solid #f67c7d;
  border-radius: 4px;
  padding: 20px;
  margin-top: 60px;
}

#onlinelp .attention p {
  margin: 4px 0;
}

#onlinelp .fordoctor {
  position: fixed;
  right: 0;
  bottom: 40%;
  background: #2f224d;
  z-index: 99;
  padding: 10px 5px;
  border-radius: 8px 0 0 8px;
}

#onlinelp .fordoctor > a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: relative;
  padding-top: 30px;
}

#onlinelp .fordoctor > a:before {
  content: "";
  background: #ffff00;
  height: 10px;
  width: 12px;
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
}

#onlinelp .fordoctor > a:after {
  content: "";
  background-image: linear-gradient(45deg, rgba(255, 255, 0, 0) 50%, rgb(255, 255, 0) 50%);
  transform: rotate(135deg);
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
  left: calc(50% - 8px);
}

#onlinelp .doctor ul {
  padding: 40px 10px;
}

#onlinelp .doctor ul li {
  padding: 10px 10px 10px 60px;
  position: relative;
}

#onlinelp .doctor ul li span {
  display: block;
  width: 40px;
  height: 40px;
  background: #2ca2ba;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 40px;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}

#onlinelp .doctor strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #fbfa00 0%);
}

/********** youtubeレスポンシブ **********/
.youtube__padding-top {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.youtube__padding-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-pharmacist__points {
  margin: 60px 0 40px;
}
@media screen and (max-width: 1280px) {
  .p-pharmacist__points {
    display: block;
  }
}
.p-pharmacist__points > .wp-block-column > h2 {
  font-size: 1.1rem;
  color: #80c41c;
}
@media screen and (max-width: 1280px) {
  .p-pharmacist__points > .wp-block-column:first-child {
    margin-bottom: 50px;
  }
  .p-pharmacist__points > .wp-block-column:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
  }
  .p-pharmacist__points > .wp-block-column:last-child img {
    margin-bottom: 15px;
  }
}
.p-pharmacist__point {
  margin: 0 0 60px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-pharmacist__point {
    padding-top: 140px;
  }
}
.p-pharmacist__point:last-child {
  margin-bottom: 0;
}
.p-pharmacist__point h3 {
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: 120px;
  gap: 1rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: #01508e;
  font-size: 1.4rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 1280px) {
  .p-pharmacist__point h3 {
    padding-top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 820px) {
  .p-pharmacist__point h3 {
    padding-left: 0;
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.p-pharmacist__point h3 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3b9315;
  color: #fff;
  border-radius: 120px;
}
@media screen and (max-width: 1280px) {
  .p-pharmacist__point > p {
    padding: 0 80px;
  }
}
@media screen and (max-width: 820px) {
  .p-pharmacist__point > p {
    padding: 0;
  }
}
.p-pharmacist__table > dl {
  display: flex;
}
@media screen and (max-width: 820px) {
  .p-pharmacist__table > dl {
    display: block;
  }
}
.p-pharmacist__table > dl > dt {
  min-width: 250px;
  border-bottom: 1px solid #09abcf;
  padding: 25px 0 25px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .p-pharmacist__table > dl > dt {
    min-width: 180px;
  }
}
@media screen and (max-width: 820px) {
  .p-pharmacist__table > dl > dt {
    border-bottom: none;
    padding: 25px 0 0;
    margin-bottom: 10px;
  }
}
.p-pharmacist__table > dl > dd {
  border-bottom: 1px solid #b4cde3;
  flex-grow: 1;
  padding: 25px 5px 25px;
}
@media screen and (max-width: 820px) {
  .p-pharmacist__table > dl > dd {
    padding: 5px 0 25px;
  }
}
