@charset 'UTF-8';
/*
Theme Name: ICHIHARATOSOU
Author: JOB SOLUTION
Description: ICHIHARATOSOU
Version: 1.0
License: GNU General Public License v2 or Later

*/
/*!
 * ress.css ? v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
 box-sizing: border-box;
 -webkit-text-size-adjust: 100%;
 /* Prevent adjustments of font size after orientation changes in iOS */
 word-break: normal;
 -moz-tab-size: 4;
   -o-tab-size: 4;
      tab-size: 4;
	font-family: 'Noto Serif JP', serif !important;
}

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

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

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

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
 overflow: visible;
 /* Show the overflow in Edge and IE */
 height: 0;
 /* Add the correct box sizing in Firefox */
}

details,
main {
 display: block;
 /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
 border-bottom: none;
 /* Remove the bottom border in Chrome 57 */
 /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
         text-decoration: underline;
         text-decoration: underline dotted;

 -webkit-text-decoration: underline dotted;
}

a {
 background-color: transparent;
 color: #333;
 text-decoration: none !important;
 /* Remove the gray background on active links in IE 10 */
}

.body a{
	color: #333;
}

.menu a{
	color: #333;
}

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 */
}

pre {
 font-size: 1em;
 /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
 font-weight: bolder;
 /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
 bottom: -.25em;
}

sup {
 top: -.5em;
}

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

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

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
 height: auto;
 /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
 /* Remove the inner padding in Chrome and Safari on macOS */
}

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 */
}

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

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

/* 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 {
 padding: 0;
 border-style: none;
}

/* 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 */
}

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

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

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

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

legend {
 /* 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 */
 max-width: 100%;
 border: 0;
 /* Correct `color` not being inherited in IE 8/9/10/11 */
 color: inherit;
 /* Correct the text wrapping in Edge and IE */
 white-space: normal;
 /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
 color: inherit;
 font: inherit;
 /* Correct the inability to style clickable types in iOS and Safari */
 -webkit-appearance: button;
 /* Change font properties to `inherit` in Chrome and 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([fill]) {
 fill: currentColor;
}

/* # =================================================================
     # 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;
}

/* base default*/
html,
body {
 margin: 0;
 padding: 0;
	font-family: 'Noto Serif JP', serif !important;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
}

* {
 box-sizing: border-box;
}

*::before,
*::after {
 box-sizing: border-box;
}

body {
 background-color: #f3f3f3;
 color: #333;
	overflow-x: hidden;
}

ul {
 margin: 0 !important;
 padding: 0;
 list-style: none;
}

p {
 margin: 0;

}

a {
 color: #333;
 text-decoration: none;
}

.l-container {
 margin: 0 auto;
 max-width: 1100px;
 width: 100%;
}

.l-spacer {
 padding: 2rem 0;
}

.l-spacer.-section {
 padding: 7rem 0;
}

.l-spacer.-maximum {
 padding: 5rem 0;
}

.l-spacer.-minimum {
 padding: 2rem 0;
}

.l-spacer.-medium {
 padding: 4rem 0;
}

.l-spacer.-nobottom {
 padding-bottom: 0;
}

.l-spacer.-notop {
 padding-top: 0;
}

@media screen and (max-width: 1200px) {
 .l-spacer.-section {
  padding: 5rem 0;
 }
 .l-spacer.-medium {
  padding: 3rem 0;
 }
}

@media screen and (max-width: 991px) {
 .l-spacer.-section {
  padding: 2.5rem 0;
 }
 .l-spacer.-medium {
  padding: 2rem 0;
 }
}

@media screen and (max-width: 575px) {
 .l-spacer {
  padding: 1.5rem 0;
 }
}

.l-header {
 position: relative;
 width: 100%;
 height: 100%;
}

.l-main {
 padding-top: 4rem;
}

.l-main.-lower {
 padding: 0;
}

.c-sentence {
 font-size: 1rem;
 line-height: 1.6;
}

.c-sentence p{
display:block;
	width:100%;

}

.c-sentence.-center {
 text-align: center;
 font-size: 1.125rem;
 line-height: 2;
}

.c-sentence__paragraph {
 letter-spacing: .1em;
display:block;
	width:100%;
	font-size:17px;
	z-index:100;
}


.c-sentence__paragraph + .c-sentence__paragraph {
 margin-top: 1rem;
}

.c-sentence__paragraph.-center + .c-sentence__paragraph.-center {
 margin-top: 4rem;
}

.c-sentence__paragraph img{
	width:100%;
}

.c-grid {
 display: flex;
 width: 100%;

 flex-wrap: wrap;
}

.c-grid__item {
 width: 100%;
}

.c-grid__item-column2 {
 width: calc(100% / 2);
}

.c-grid__item-column3 {
 padding: 0 1em;
 width: calc(100% / 3);
}

.c-grid__item-column3:nth-child(n+4) {
 margin-top: 3rem;
}

.c-grid__image {
 width: 100%;
 height: auto;
}

.c-card {
 display: flex;
 flex-direction: column;
 width: 100%;

 align-items: center;
}

.c-card__body {
 max-width: 100%;

 order: 0;
}

.c-card__head {
 margin-bottom: .5em;
 max-width: 100%;

 order: 1;
}

.c-card__foot {
 order: 2;
}

.c-card__title {
 font-size: 1.125rem;
}

.c-card__headimage {
 max-width: 100%;
}

.c-headingtitle {
 display: block;
 letter-spacing: .1em;
 font-size: 3rem;
 line-height: 1.4;
	margin:0 auto;
	text-align:center;
}

.c-headingtitle.-sub {
 font-size: 1.5rem;
}

.c-heading {
 position: relative;
 display: inline-block;
 max-width: 100%;
}

.c-heading.-center {
 text-align: center;
}

.c-heading.-center:before {
 left: 29%;
}

.c-heading.-mainvisual {
 text-align: center;
}

.c-heading.-mainvisual:before {
 background-color: transparent;
}

.c-heading:before {
 position: absolute;
 bottom: -1rem;
 left: 0;
 width: 40%;

 content: '';
}

@media screen and (max-width: 991px) {
 .c-headingtitle {
  font-size: 2.5rem;
 }
}

@media screen and (max-width: 576px) {
 .c-headingtitle {
  font-size: 2rem;
 }
}

.c-subtitle {
 position: relative;
 z-index: 0;
 display: inline-block;
 letter-spacing: .1em;
 font-weight: bold;
 font-size: 2rem;
 line-height: 1.4;
}

@media screen and (max-width: 991px) {
 .c-subtitle {
  font-size: 1.5rem;
 }
}

.c-button {
 position: relative;
 display: inline-flex;
 margin: 0 auto;
 padding: .5em 1em;
 max-width: 100%;
 border: 1px solid #d00000;
 background-color: transparent;
 color: #fff;
 text-align: center;
 letter-spacing: .05em;
 font-size: .875rem;
 transition: all .2s ease-in-out;

 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}

.c-button.-main {
 padding: 1em 1.5em;
 background-color: #fefefe;
 font-size: 1rem;
}

@media screen and (max-width: 576px) {
 .c-button {
  font-size: 1.125rem;
 }
}

.p-footer__contact {
 width: 100%;
 height: 100%;
}

.p-footer__contact-info {
 text-align: center;
 font-size: 1.5rem;
}

.p-footer__contact-btn {
 display: flex;
 margin-top: 1.25rem;
 padding: 1.5em;
 background-color: #2D49A0;

 align-items: center;
 justify-content: center;
}

.p-footer__contact-text {
 color: #f3f3f3;
 font-weight: bold;
 font-size: 2rem;
}

.p-footer__body {
 margin-top: 3rem;
}

.p-footer__body-inner {
 display: flex;
 width: 100%;

 justify-content: space-between;
}

.p-footer__body-item {
 width: calc((100% / 2) -1.5rem);
}

.p-footer__logo {
 width: 100%;
 line-height: 1;
}

.p-footer__logo a {
 display: block;
 height: 100%;
}

.p-footer__logo img {
 max-width: 100%;
}

.p-footer__address {
 margin-top: 2.25rem;
 font-style: normal;
 font-size: .875rem;
}

.p-footer__schedule {
 margin-top: 1.25rem;
}

.p-footer__schedule figure {
 width: 100%;
}

.p-footer__schedule figure img {
 max-width: 100%;
 height: auto;
}

.p-footer__schedule-info {
 font-size: .875rem;
}

.p-footer__nav {
 display: flex;
 padding: 1rem;
 width: 100%;
}

.p-footer__nav-list {
 width: calc((100% / 2) - 1rem);
}

.p-footer__nav-list + .p-footer__nav-list {
 ?margin-left: .4rem;
}

.p-footer__nav-item {
 font-size: .875rem;
}

.p-footer__nav-item + .p-footer__nav-item {
 margin-top: .25rem;
}

.p-footer__nav-item a {
 position: relative;
 display: block;
}

.p-footer__nav-item a:before {
 display: inline-block;
 padding-right: .25em;
 color: #2D49A0;
 content: '>';
}

.p-footer__nav-title {
 width: 100%;
 background-color: #f6f9f2;
 text-align: center;
}

.p-footer__nav-title-text {
 padding: .5em;
 font-size: .875rem;
}

.p-footer__foot {
 margin-top: 2rem;
}

.p-footer__accessmap {
 position: relative;
 padding-top: 33.25%;
 width: 100%;
}

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

.p-footer__copy {
 background-color: #2D49A0;
 text-align: center;
}

.p-footer__copy small {
 color: #f3f3f3;
 font-size: .75rem;
}

@media screen and (max-width: 575px) {
 .p-footer__body-inner {
  display: block;
 }
 .p-footer__body-item {
  width: 100%;
  text-align: center;
 }
 .p-footer__nav {
  display: none;
 }
 .p-footer__nav-title {
  display: none;
 }
}

.p-lower__title {
 text-align: center;
}

.p-lower__title-text {
 display: block;
 font-size: 1.5rem;
}

.p-lower__title-text.-sub {
 font-size: 1rem;
}

.p-lowercontent {
 margin-top: 2rem;
}

.p-lowercontent-inner {


 justify-content: space-between;
}

.p-lowercontent__bread {
 display: flex;

 justify-content: flex-end;
}

.p-lowercontent__bread-list {
 display: flex;

 align-items: center;
}

.p-lowercontent__bread-item + .p-lowercontent__bread-item {
 position: relative;
 display: flex;
 margin-left: .5em;

 align-items: center;
}

.p-lowercontent__bread-item + .p-lowercontent__bread-item:before {
 display: block;
 content: '>';
}

.p-lowercontent__bread-item a {
 display: block;
 padding: 0 .5em;
 color: #2D49A0;
 font-size: .875rem;
}

.p-lowercontent__bread-item.-current a {
 color: #333;
}

@media screen and (max-width: 575px) {
 .p-lowercontent-inner {
  flex-direction: column;
 }
}

.p-header__inner {
 display: flex;
 padding: 0 !important;

 align-items: center;
 justify-content: space-between;
}

.p-header__item-inner {
 display: flex;
}

.p-header__item.-tel a {
 display: block;
 width: 120%;
 font-size: 2rem;
}

.p-header__head {
 display: flex;
 flex-direction: column;
	
}

.p-header__logo {
 /* margin-top: 0 !important;
 line-height: 1;

 order: 1; */
}

.p-header__logo-info {
 font-size: .6875rem;

 order: 0;
}

.p-header__body {
 display: inline-block;
 margin-left: 30px;
 width: 450px;
}

.p-header__tag-text {
 color: #2D49A0;
 font-weight: bold;
 font-size: .9rem;
 line-height: 1;
}

.p-header__tag-text.-sub {
 padding: .25em .5em;
 background-color: #d59e16;
 color: #f3f3f3;
 font-weight: normal;
}

.p-header__time-info {
 padding-top: 5px;
 font-weight: bold;
 font-size: .8rem;
}

#top .p-header {
  height: 4.8em;
 position: fixed;
 top: 0;
 left: 50%;
 z-index: 101;
 width: 100%;
 transform: translate(-50%, 0);
	 background-color: rgba(255, 255, 255, .6);
}

#top .p-header.-show {
 background-color: rgba(255, 255, 255, .6);

 -webkit-backdrop-filter: blur(20px);
         backdrop-filter: blur(20px);
}


@media screen and (max-width: 575px) {
 .p-header__body {
  display: none;
 }
 .p-header__logo img {
   /* padding: 0.8em; */
  max-width: 100px !important;
 }
	
	.spimg{
		width:150% !important;
		height:100% !important;
	}
	
 .p-header__logo-info {
  font-size: .5rem;
 }
 .p-header__item.-tel {
  display: none;
 }
 .p-header__inner {
  padding: 1rem;

  align-items: center;
  justify-content: space-between;
 }
}

.p-globalnav {
 margin-top: 1rem;
 padding: 1rem 0;
 background-color: #fdfaf3;
}

.p-globalnav-list {
 display: flex;
 width: 100%;
 border-right: 2px solid #2D49A0;
 border-left: 2px solid #2D49A0;

 justify-content: space-between;
}

.p-globalnav-list.-drop {
 position: absolute;
 top: 40px;
 flex-direction: column;
 padding: 1rem;
 width: 250%;
 border: none;
 background-color: rgba(255, 255, 255, .6);
 opacity: 0;
 transition: all .2s ease;

 -webkit-backdrop-filter: blur(20px);
         backdrop-filter: blur(20px);
}

.p-globalnav-item {
 position: relative;

 ?width: calc(100% / 10);
}

.p-globalnav-item + .p-globalnav-item {
 border-left: 2px solid #2D49A0;
}

.p-globalnav-item a {
 display: flex;
 flex-direction: column;
 padding: 1rem 1.3rem;

 align-items: center;
 justify-content: center;
}

.p-globalnav-item-text {
 display: block;
 font-size: .875rem;
 line-height: 1;
}

.p-globalnav-item-text.-sub {
 margin-top: .5em;
 font-size: .75rem;
}

.p-globalnav-item.-drop {
 width: 100%;
}

.p-globalnav-item.-drop + .p-globalnav-item.-drop {
 border: none;
 border-top: 1px solid #2D49A0;
}

.p-globalnav-item:hover .p-globalnav-list.-drop {
 top: 50px;
 visibility: visible;
 opacity: 1;
}

@media screen and (max-width: 575px) {
 .p-globalnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  margin: 0;
  padding: 6rem 1rem 1rem 1rem;
  width: 60%;
  height: 100vh;
  transition: all .4s ease-in-out 0s;
  transform: translate(100%, 0);
 }
 .p-globalnav-list {
  flex-direction: column;
  border: none;
  border-top: 1px solid #2D49A0;
  border-bottom: 1px solid #2D49A0;
 }
 .p-globalnav-item {
  width: 100%;
 }
 .p-globalnav-item + .p-globalnav-item {
  border: none;
  border-top: 1px solid #2D49A0;
 }
 .p-globalnav-item a {
  flex-direction: row;
  padding: 1rem 2rem;

  justify-content: space-between;
  align-items: center;
 }
 .p-globalnav-item-text {
  font-size: 1rem;
 }
 .p-globalnav-item-text.-sub {
  margin: 0;
 }
 .p-globalnav-item:hover .p-globalnav-list.-drop,
 .p-globalnav-item:active .p-globalnav-list.-drop {
  position: relative;
  top: -.5rem;
  display: block;
 }
}

.p-sidebar {
 width: calc((250 / 1100) * 100%);

 order: 0;
}

.p-sidebar__content + .p-sidebar__content {
 margin-top: 2rem;
}

.p-sidebar__content-title {
 color: #2D49A0;
 text-align: center;
 font-size: 2rem;
 line-height: 1;
}

.p-sidebar__content-nav {
 margin-top: -.5rem;
 padding: 1rem;
 background-color: #fdfaf3;
}

.p-sidebar__content-list {
 border-top: 1px solid #2D49A0;
 border-bottom: 1px solid #2D49A0;
}

.p-sidebar__content-item a {
 position: relative;
 display: block;
 padding: .5rem 0;
 padding-left: 1.5rem;
}

.p-sidebar__content-item a:before {
 position: absolute;
 top: 50%;
 left: 0;
 padding-right: .5rem;
 content: '>';
 transform: translateY(-50%);
}

.p-sidebar__content-item + .p-sidebar__content-item {
 border-top: 1px solid #2D49A0;
}

@media screen and (max-width: 575px) {
 .p-sidebar {
  margin-top: 3rem;
  width: 100%;

  order: 1;
 }
}

.p-archive {
 width: calc((790 / 1100) * 100%);

 order: 1;
}

.p-archive__article {
 padding: 2rem;
 background-color: #fdfaf3;
}

.p-archive__article + .p-archive__article {
 margin-top: 3rem;
}

.p-archive__article-head {
 display: flex;
 flex-direction: column;
}

.p-archive__article-title {
 margin-top: 1rem;
 order: 1;
}

.p-archive__article-title a {
 color: #d6bb85;
 text-decoration: underline;
}

.p-archive__article-date {
 color: #f3f3f3;
 font-size: .875rem;
}

.p-archive__article-date span {
 display: inline-block;
 padding: .5em 2em;
 background-color: #2D49A0;
}

.p-archive__article-body {
 display: flex;
 margin-top: 1rem;

 justify-content: space-between;
}

.p-archive__article-thumb {
 width: 30%;
}

.p-archive__article-thumb img {
 max-width: 100%;
 height: auto;
}

.p-archive__article-textcontent {
 display: flex;
 flex-direction: column;
 width: 65%;
}

.p-archive__article-excerpt {
 font-size: .875rem;
}

.p-archive__article-category {
 margin-top: auto;
 font-size: .875rem;
}

.p-archive__article-category a {
 color: #d6bb85;
 text-decoration: underline;
}

.p-archive__article-foot {
 display: flex;

 justify-content: flex-end;
}

.p-archive__article-btn {
 display: inline-block;
}

.p-archive__article-btn a {
 display: block;
 padding: .5em 3em;
 background-color: #2D49A0;
 color: #f3f3f3;
 font-weight: bold;
 font-size: .875rem;
}

@media screen and (max-width: 575px) {
 .p-archive {
  width: 100%;

  order: 0;
 }
 .p-archive__article-body {
  flex-direction: column;
 }
 .p-archive__article-thumb {
  width: 100%;
  text-align: center;
 }
 .p-archive__article-textcontent {
  width: 100%;
 }
 .p-archive__article-foot {
  margin-top: 1rem;

  justify-content: center;
 }
}

.p-single {
 width: calc((790 / 1100) * 100%);

 order: 1;
}

.p-single__article-head {
 display: flex;
 flex-direction: column;
}

.p-single__article-title {
 padding: .5em 1em;
 background-color: #fdfaf3;
}

.p-single__article-title a {
 color: #d6bb85;
 text-decoration: underline;
}

.p-single__article-date {
 margin-top: 1rem;
 color: #2D49A0;
 font-size: .875rem;

}

.p-single__article-date span {
 display: inline-block;
 padding: .5em 2em;
 border-bottom: 2px solid #2D49A0;
}

.p-single__article-body {

}

.p-single__article-body img {
 max-width: 100%;
}

.p-single__article-body p {
 font-size: 1rem;
	margin-top:10px;
}

.p-single__article-body h2 {
 font-size: 1.25rem;
}

.p-single__article-body h3 {
 font-size: 1.125rem;
}

.p-single__article-body a {
 color:#609DDC;
}

.p-single__article-category {
 margin-top: auto;
 font-size: .875rem;
}

.p-single__article-category a {
 color: #d6bb85;
 text-decoration: underline;
}

.p-single__article-foot {
 margin-top: 2rem;
}

@media screen and (max-width: 575px) {
 .p-single {
  padding: 1rem;
  width: 100%;
 }
}

.p-onecolumn {
 margin-top: 4rem;
}

.p-onecolumn__head {
 text-align: center;
}

.p-onecolumn__title {
 display: flex;
 flex-direction: column;

 align-items: center;
}

.p-onecolumn__title-text {
 font-size: 1.5rem;
}

.p-onecolumn__title-text.-sub {
 font-size: 1rem;
}

.p-onecolumn__list {
 display: flex;
 width: 100%;

}

.p-onecolumn__item.-column4 {
width: calc((100% / 2 ));

}

.p-onecolumn__item-head {
 display: flex;
 flex-direction: column;
}

.p-onecolumn__item-title {
 text-align: center;
 font-size: 1.2rem;

 order: 1;
}

.p-onecolumn__item-thumbnail {
 width: 100%;
 height: 100%;
 text-align: center;
}

.p-onecolumn__item-thumbnail img {
 padding-right: 1%;
 padding-left: 1%;
 max-width: 100%;
 height: auto;
}

.p-onecolumn__item-body {
 margin-top: 0rem;
}

.p-onecolumn__item-desc {
 letter-spacing: .09em !important;
 font-size: 1rem !important;
 line-height: 1.25 !important;
}
p {
  letter-spacing: .05em !important;
}
@media screen and (max-width: 575px) {
 .p-onecolumn__list {
  display: block;
 }
 .p-onecolumn__item {
  padding: 0rem;
 }
 .p-onecolumn__item.-column4 {
  width: 95%;
	 margin:0 auto;
 }
}

.p-onecolumn-blog {
  margin-top: 2rem;
}

.p-onecolumn-blog__head {
  text-align: center;
}

.p-onecolumn-blog__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-onecolumn-blog__title-text {
  font-size: 1.5rem;
}

.p-onecolumn-blog__title-text.-sub {
  font-size: 1rem;
}

.p-onecolumn-blog__list {
  margin-top: 3rem;
  width: 100%;
}

.p-onecolumn-blog__item {
  display: flex;
}

.p-onecolumn-blog__item-link {
  /* display: flex; */
  justify-content: space-between;
}
#infomation .p-onecolumn-blog__item-link {
  display: flex;
  justify-content: space-between;
}

#infomation .p-onecolumn-blog__item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  /* border-top: 1px solid #dcdcdc; */
}

.p-onecolumn-blog__item-head {
  display: flex;
  flex-direction: column;
}

.p-onecolumn-blog__item-title {
  text-align: center;
  display: inline-block;
  margin-top: .75rem;
  letter-spacing: .05em;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  order: 1;
}
#infomation .p-onecolumn-blog__item-title {
  text-align: left;
}
.p-onecolumn-blog__item-title-text {
  position: relative;
}

.p-onecolumn-blog__item-title-text:before {
  position: absolute;
  bottom: -.3em;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2D49A0;
  content: '';
}

.p-onecolumn-blog__item-info {
  /* display: flex; */
  order: 0;
  align-items: center;
	padding-top:10px
}

.p-onecolumn-blog__item-category {
  display: inline-block;
  margin-left: 1.5rem;
  padding: .25em .5em;
  border: 1px solid #2D49A0;
  color: #2D49A0;
  font-size: 0.875rem;
}

.p-onecolumn-blog__item-time {
  letter-spacing: .05em;
  font-weight: bold;
  font-size: 1.125rem;
}

.p-onecolumn-blog__item-body {
  margin-top: 2rem;
}

.p-onecolumn-blog__item-body2 {
  margin-top: 1rem;
}


.p-onecolumn-blog__item-desc {
  text-align: right;
  color: #777;
  letter-spacing: .05em;
}

.p-onecolumn-blog__item-textcontent {
  text-align: center;
  /* padding-left: 2rem; */
  width: 65%;
  /* order: 1; */
}
#infomation .p-onecolumn-blog__item-textcontent {
  text-align: left;
  padding-left: 2rem;
  width: 65%;
  order: 1;
}

.p-onecolumn-blog__item-imgcontent {
  max-height: 220px;
  width: 35%;
  order: 0;
  overflow: hidden;
}

.p-onecolumn-blog__item-imgcontent figure {
  width: 100%;
  height: 100%;
}

.p-onecolumn-blog__item-imgcontent figure img {
  height: 180px;
  width: 100%;
  object-fit: cover;	
}

.p-onecolumn-blog__item:hover .p-onecolumn-blog__item-title-text:before {
  -webkit-animation: width .2s linear forwards;
          animation: width .2s linear forwards;
}

.p-onecolumn-blog__foot {
  margin-top: 3rem;
}

.p-onecolumn-blog__btn {
  display: block;
  padding: .5em 1em;
  width: 30%;
  border-radius: .25em;
  background-color: #2D49A0;
  color: #fff !important;
  text-align: center;
  font-size: 1.25rem;
  transition: all .15s linear;
}

.p-onecolumn-blog__btn:hover {
  border: 1px solid #2D49A0;
  background-color: #fff;
  color: #2D49A0 !important;
}

@-webkit-keyframes width {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes width {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .p-onecolumn-blog .p-onecolumn-blog__list {
    display: block;
  }
  .p-onecolumn-blog .p-onecolumn-blog__item-link {
    /* flex-direction: column;
    padding: 1rem; */
  }
  .p-onecolumn-blog .p-onecolumn-blog__item-textcontent {
    margin-top: 1rem;
    padding: 0;
    width: 100%;
  }
  .p-onecolumn-blog .p-onecolumn-blog__item-imgcontent {
    width: 100%;
  }
  .p-onecolumn-blog .p-onecolumn-blog__item-title {
    font-size: 1.125rem;
  }
  .p-onecolumn-blog .p-onecolumn-blog__item-body {
    margin-top: 1rem;
  }
	
	  .p-onecolumn-blog .p-onecolumn-blog__item-body2 {
    margin-top: 0.5rem;
  }
	
  .p-onecolumn-blog .p-onecolumn-blog__item-time {
    font-size: 0.875rem;
  }
  .p-onecolumn-blog .p-onecolumn-blog__item-category {
    font-size: 0.75rem;
  }
  .p-onecolumn-blog .p-onecolumn-blog__btn {
    width: 50%;
    font-size: 1rem;
  }
}

.p-twocolumn {
 margin-top: 4rem;
}

.p-twocolumn__inner {
 display: flex;

 justify-content: space-between;
}

.p-twocolumn__main {
 width: calc((790 / 1100) * 100%);

 order: 1;
}

.p-twocolumn__main-item {
 padding: 2rem;
 background-color: #fdfaf3;
}

.p-twocolumn__main-item + .p-twocolumn__main-item {
 margin-top: 2rem;
}

.p-twocolumn__main-item-body {
 margin-top: 1rem;
}

.p-twocolumn__main-item-strong {
 font-size: 1.25rem;
}

.p-twocolumn__main-item-desc {
 margin-top: .5rem;
 letter-spacing: .05em;
 font-size: .875rem;
 line-height: 1.25;
}

.p-twocolumn__main-item-thumbnail {
 margin-top: 2rem;
 width: 100%;
 height: 100%;
}

.p-twocolumn__main-item-thumbnail img {
 max-width: 100%;
 height: auto;
}

.p-twocolumn__main-news {
 display: flex;
 margin-top: 2rem;
 padding: 1rem;
 background-color: #2D49A0;

 justify-content: space-between;
}

.p-twocolumn__main-news-head {
 display: flex;
 flex-direction: column;
 width: 20%;

 justify-content: center;
 align-items: center;
}

.p-twocolumn__main-news-body {
 overflow-y: scroll;
 margin-left: 1rem;
 max-height: 14vw;
 width: 75%;
 background-color: #f3f3f3;
}

.p-twocolumn__main-news-article a {
 display: flex;
 flex-direction: column;
 padding: 1rem;
}

.p-twocolumn__main-news-title {
 width: 100%;
 font-weight: normal;
 font-size: 1rem;

 order: 1;
}

.p-twocolumn__main-news-time {
 font-weight: bold;

 order: 0;
}

.p-twocolumn__main-news-btn {
 display: inline-block;
 margin-top: 1rem;
 padding: .25em;
 background-color: #f3f3f3;
}

.p-twocolumn__main-news-btn.-sp {
 display: none;
}

.p-twocolumn__side {
 width: calc((280 / 1100) * 100%);

 order: 0;
}

.p-twocolumn__side-content {
 padding: 1rem;
 background-color: #2D49A0;
 color: #f3f3f3;
}

.p-twocolumn__side-title {
 display: flex;
 flex-direction: column;

 align-items: center;
}

.p-twocolumn__side-title-text {
 font-size: 1.25rem;
}

.p-twocolumn__side-title-text.-sub {
 font-size: 1rem;
}

.p-twocolumn__side-list {
 margin-top: 1rem;
 padding: .5rem;
 background-color: #fdfaf3;
 color: #333;
}

.p-twocolumn__side-list-title {
 font-size: .875rem;
}

.p-twocolumn__side-list-child {
 margin-top: .5rem;
	width:100%;
}

.p-twocolumn__side-list-item a {
 display: block;
 padding: .5em;

 font-size: 1rem;
}

.p-twocolumn__side-list-item + .p-twocolumn__side-list-item {
 margin-top: .5rem;
}

.p-twocolumn__side-img-list {
 margin-top: 1rem;
 width: 100%;
}

.p-twocolumn__side-img-list img {
 display: block;
 max-width: 100%;
 height: auto;
}

.p-twocolumn__side-img-list img + img {
 margin-top: 2rem;
}

.p-twocolumn__title {
 display: flex;
 flex-direction: column;

 align-items: center;
}

.p-twocolumn__title.-news {
 color: #f3f3f3;

 align-items: flex-start;
}

.p-twocolumn__title-text {
 font-size: 1.5rem;
	display:inline-block;
}

.p-twocolumn__title-text.-sub {
 font-size: 1rem;
	display:inline-block;
}

.p-twocolumn__title-text.-news {
 font-size: 1rem;
}

.p-twocolumn__title-text.-news.-sub {
 font-size: .875rem;
}

.p-twocolumn__side-img-list p{
	font-size:14px;
}
.inlineblockpc{
	display:inline-block;
}

@media screen and (max-width: 575px) {
 .p-twocolumn__inner {
  flex-direction: column;
 }
 .p-twocolumn__title {
  flex-direction: row;
	 display:inline-block;
 }
 .p-twocolumn__title-text.-sub {
  margin-left: 1rem;
	 display:inline-block;
 }
 .p-twocolumn__main {
  width: 100%;

  order: 0;
 }
 .p-twocolumn__main-news {
  flex-direction: column;
 }
 .p-twocolumn__main-news-head {
  flex-direction: row;
  width: 100%;

  justify-content: flex-start;
 }
 .p-twocolumn__main-news-body {
  margin: 0;
  margin-top: 2rem;
  max-height: 40vw;
  width: 100%;
 }
 .p-twocolumn__main-news-btn.-pc {
  display: none;
 }
 .p-twocolumn__main-news-btn.-sp {
  display: inline-block;
  margin: 0 auto;
  margin-top: 3rem;
  width: 50%;
 }
 .p-twocolumn__side {
  margin-top: 3rem;
  width: 100%;

  order: 1;
 }
 .p-twocolumn__side-img-list img {
  margin: 0 auto;
 }
}

.p-mainvisual {
 position: relative;
 overflow: hidden;
 min-height: 31.25rem;
 max-height: 56.25vw;
 height: 100vh;
}

.p-mainvisual__inner {
 position: absolute;
 top: 0;
 left: 50%;
 z-index: 99;
 height: 100%;
 transform: translate(-50%, 0);
}

.p-mainvisual__text-content {
 position: absolute;
 top: 40%;
 left: 80%;
 width: 85.7142857143%;
 color: #224466;
 transform: translate(-50%, -50%);

text-shadow:0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF;
	/*text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
}

.p-mainvisual__catch {
 position: relative;
 font-weight: bold;
margin:0 auto;
	text-align:center;
}

.p-mainvisual__catch img{
	
}

.p-mainvisual__catch-copy {
 display: block;

}

.p-mainvisual__sentence {
 margin-top: 2rem;
 font-weight: bold;
 font-size: .875rem;
}

.p-mainvisual__paragraph + .p-mainvisual__paragraph {
 margin-top: .25em;
}

.p-mainvisual__image-list {
 display: flex;
 overflow: hidden;
 height: 100%;

 flex-wrap: wrap;
}


.p-mainvisual__image-body {
 width: 100%;
}

.p-mainvisual__image-body .slick-list {
 height: 100%;
}

.p-mainvisual__image-container {
 width: 100%;
}

.p-mainvisual__image-container img {
 width: 100%;
 height: 100%;

 -o-object-fit: cover;
    object-fit: cover;
}

.slide-animation {
 -webkit-animation: fadezoom 8s 0s forwards;
         animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.2);
 }
}

@keyframes fadezoom {
 0% {
  transform: scale(1);
 }
 100% {
  transform: scale(1.2);
 }
}

@media screen and (max-width: 575px) {
 .p-mainvisual {
  min-height: 500px;
  max-height: 500px;
  height: 100vh;
 }
 .p-mainvisual__image-list {
  display: block;

  flex-wrap: nowrap;
 }
 .p-mainvisual__image-head {
  width: 100%;
  height: 52.1512385919vw;
 }
 .p-mainvisual__image-head .slick-list {
  height: 100%;
 }
 .p-mainvisual__image-head .slick-track {
  height: 100%;
 }
 .p-mainvisual__image-body {
  width: 100%;
  height: 100%;
 }
 .p-mainvisual__image-body .slick-track {
  height: 100%;
 }
 .p-mainvisual__image-container {
  height: 100%;
 }
 .p-mainvisual__inner {
  width: 81.6166883963vw;
 }
 .p-mainvisual__text-content {
  padding-bottom: 13.037809648vw;
  width: 100%;
 }
 .p-mainvisual__catch {
  font-size: 1.5rem;
 }
 .p-mainvisual__sentence {
  font-size: .75rem;
 }
	
	.p-mainvisual__text-content {

 position: absolute;
 top: 40%;
 left: 0%;
		right:0px;
 width: 100%;
 color: #224466;


text-shadow:0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF;
	/*text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;*/
}

	
}

.p-hamburger {
 position: fixed;
 top: 1rem;
 right: 0;
 z-index: 102;
 display: none !important;
 flex-direction: column;
 width: 60px;
 height: 60px;
 outline: 0;
 border: 0;
 background-color: #f3f3f3;
}

.p-hamburger__line {
 position: relative;
 display: block;
 width: 50%;
 height: 2px;
 background-color: #333;
 transition: all .3s cubic-bezier(.33, .53, .74, .95);
}

.p-hamburger__line:before {
 position: absolute;
 top: 10px;
 right: 0;
 width: 100%;
 height: 2px;
 background-color: #333;
 content: '';
 transition: all .3s cubic-bezier(.33, .53, .74, .95);
}

.p-hamburger__line:after {
 position: absolute;
 right: 0;
 bottom: 10px;
 width: 100%;
 height: 2px;
 background-color: #333;
 content: '';
 transition: all .3s cubic-bezier(.33, .53, .74, .95);
}

.p-hamburger__text {
 padding-top: 1rem;
 font-weight: bold;
}

.p-hamburger:hover .p-hamburger__line:before {
 width: 100%;
}

@media screen and (max-width: 575px) {
 .p-hamburger {
  display: flex !important;
 }
}

.p-service__head {
 text-align: center;
}

.p-service__body {
 margin-top: 4rem;
}

.p-service__program {
 position: relative;
 display: flex;
 width: 100%;

 justify-content: space-between;
}

.p-service__program + .p-service__program {
 margin-top: 12rem;
}

.p-service__program:before {
 position: absolute;
 top: 3.75rem;
 right: 0;
 z-index: -1;
 width: 56.25%;
 height: 85%;
 background-color: #F0EEDB;
 content: '';

	padding-bottom:20px;
}

.p-service__program.-reverse {
 display: block;
}

.p-service__program.-reverse:before {
 top: 9.75rem;
 right: auto;
 left: 0;
}

.p-service__program-inner {
 width: 100%;
}

.p-service__program-text-content {
 margin-right: 7.5%;
 padding-top: 1.75rem;
margin-bottom:30px;
 width: 35%;
 order: 1;
}

.p-service__program-text-content.-reverse {
 margin: 0;
 margin-left: 7.5%;

 order: 0;
}

.p-service__program-title {
 font-size: 1.625rem;
}

.p-service__program-title.-reverse {
 text-align: center;
}

.p-service__program-title-text {
 position: relative;
 z-index: 1;
 display: inline-block;
	font-size:2.5rem;
	padding-top:20px;
}

.p-service__program-title-text:before {
 position: absolute;
 right: 50%;
 bottom: 0;
 z-index: -1;
 width: calc(100% + .5em);
 height: 20%;
 background-color: #2D49A0;
 content: '';
 transform: translateX(50%);
}

.p-service__program-title-subtext {
 display: block;
 padding-top: .5em;
 font-size: .875rem;
}

.p-service__program-detail {
 margin-top: 2rem;
}

.p-service__program-detail-list:first-child {
 display: flex;

 flex-wrap: wrap;
 justify-content: space-between;
 align-items: flex-end;
}

.p-service__program-detail-list:first-child li {
 position: relative;
 padding: .5rem 0;
 width: 32%;
 border: 2px solid #2D49A0;
 border-radius: .625rem;
 background-color: #f3f3f3;
 text-align: center;
 font-weight: bold;
 font-size: 1.125rem;
 cursor: pointer;
	width:100%;
	margin-bottom:20px;
}

.p-service__program-detail-list:first-child li.slick-active,
.p-service__program-detail-list:first-child li:hover {
 padding-top: 1.25rem;
 background-color: #2D49A0;
 color: #f3f3f3;
	width:100%;
	margin-bottom:20px;
}

.p-service__program-detail-list:first-child li.slick-active:before,
.p-service__program-detail-list:first-child li:hover:before {
 position: absolute;
 top: .5rem;
 left: 50%;
 height: 0;
 border-width: 6.9px 4px 0 4px;
 border-style: solid;
 border-color: #f3f3f3 transparent transparent transparent;
 content: '';
 transform: translateX(-50%);
}

.p-service__program-detail-item {
 position: relative;
 padding: .5rem 0;
 width: 32%;
 border: 2px solid #2D49A0;
 border-radius: .625rem;
 background-color: #f3f3f3;
 font-weight: bold;
 font-size: 1.125rem;
 cursor: pointer;
}

.p-service__program-detail-item.-current,
.p-service__program-detail-item:hover {
 padding-top: 1.25rem;
 background-color: #2D49A0;
 color: #f3f3f3;
}

.p-service__program-detail-item.-current .p-service__program-detail-text:before,
.p-service__program-detail-item:hover .p-service__program-detail-text:before {
 position: absolute;
 top: -.5rem;
 left: 50%;
 height: 0;
 border-width: 6.9px 4px 0 4px;
 border-style: solid;
 border-color: #f3f3f3 transparent transparent transparent;
 content: '';
 transform: translateX(-50%);
}

.p-service__program-text {

 letter-spacing: .1em;
 font-size: .875rem;
 line-height: 1.6;
}

.p-service__program-text-sub {
 margin-top: 2rem;
 letter-spacing: .1em;
 font-size: .875rem;
 line-height: 1.6;
}

.p-service__program-img-content {
 width: 50%;

 order: 0;
}

.p-service__program-img-content.-reverse {
 position: absolute;
 top: -1.25rem;
 left: 50%;
 z-index: 0;
 max-width: 1600px;
 width: 100%;
 transform: translate(-50%, 0);
}

.p-service__program-imglist.-reverse {
 margin-left: auto;
 width: 50%;
}

.p-service__program-thumbnail {
 width: 100%;
}

.p-service__program-thumbnail-image {
 max-width: 100%;
 height: auto;
}

.p-service__program-imgbtn {
 display: flex;
 margin-top: -2.5rem;

 justify-content: flex-end;
}

.p-service__program-imgbtn button + button {
 margin-left: 1rem;
}

.p-service__program-imgbtn .slick-prev {
 position: relative;
 left: 0;
 width: 4rem;
 height: 4rem;
 border-radius: 50%;
 background-color: #2D49A0;
}

.p-service__program-imgbtn .slick-prev:before {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 0;
 height: 0;
 border-width: .3125rem .5rem .3125rem 0;
 border-style: solid;
 border-color: transparent #fff transparent transparent;
 content: '';
 transform: translate(-60%, -50%);
}

.p-service__program-imgbtn .slick-next {
 position: relative;
 right: 0;
 width: 4rem;
 height: 4rem;
 border-radius: 50%;
 background-color: #2D49A0;
}

.p-service__program-imgbtn .slick-next:before {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 0;
 height: 0;
 border-width: .3125rem 0 .3125rem .5rem;
 border-style: solid;
 border-color: transparent transparent transparent #fff;
 content: '';
 transform: translate(-40%, -50%);
}

.p-service__program-imgbtn .slick-prev:hover,
.p-service__program-imgbtn .slick-prev:focus,
.p-service__program-imgbtn .slick-next:hover,
.p-service__program-imgbtn .slick-next:focus {
 background-color: #ffaa1c;
}

.p-service__program-imgbtn .slick-prev,
.p-service__program-imgbtn .slick-next {
 top: 0;
 transform: translate(0, 0);
}

.p-service__program-catch {
 margin-top: 2rem;
}

.p-service__program-catch-copy {
 color: #2D49A0;
 font-weight: bold;
 font-size: 2.25rem;
 line-height: 1.2;
}

.p-service__program-paragraph {
 font-size: .875rem;
}

.p-service__program-paragraph + .p-service__program-paragraph {
 margin-top: .25em;
}

.p-service__program-point-content {
 position: relative;
 margin-top: -13vw;
 margin-left: 7.5%;
 width: 73.5714285714%;
}

.p-service__program-point-list {
 display: flex;

 flex-wrap: wrap;
}

.p-service__program-point-item {
 width: 100%;
 font-size: .875rem;
}

.p-service__program-point-item.-column2 {
 margin-top: 2rem;
 padding: 1rem;
 width: calc((100% / 2) - 1rem);
 background-color: #2D49A0;
}

.p-service__program-point-item.-column2 + .p-service__program-point-item.-column2 {
 margin-left: 2rem;
}

.p-service__program-point-inner {
 padding: 1rem;
 max-width: calc((100% / 2) - 1rem);
 background-color: #2D49A0;
}

.p-service__program-point-title {
 font-weight: bold;
 font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
 .p-service {
  margin-top: 6rem;
 }
 .p-service__program {
  display: block;
  padding: 0 1.5rem;
 }
 .p-service__program:before {
  width: 100%;
  height: 84%;
 }
 .p-service__program + .p-service__program {
  margin-top: 4rem;
 }
 .p-service__program-text-content {
  margin: 0 auto;
  width: 100%;
 }
 .p-service__program-text-content.-reverse {
  margin: 0 auto;
 }
 .p-service__program-img-content {
  width: 100%;
 }
 .p-service__program-img-content.-reverse {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 2rem;
  transform: translate(0, 0);
 }
 .p-service__program-imglist.-reverse {
  margin: 0 auto;
  width: 100%;
 }
 .p-service__program-inner {
  display: block;
 }
 .p-service__program-point-content {
  margin: 0 auto;
  margin-top: 2rem;
  width: 100%;
 }
 .p-service__program-point-list {
  display: block;
 }
 .p-service__program-point-inner {
  max-width: 100%;
  width: 100%;
 }
 .p-service__program-point-item.-column2 {
  width: 100%;
 }
 .p-service__program-point-item.-column2 + .p-service__program-point-item.-column2 {
  margin-left: 0;
 }
}

.u-uppercase {
 text-transform: uppercase;
}

.u-lowercase {
 text-transform: lowercase;
}

.u-centerposition {
 display: flex;

 justify-content: center;
 align-items: center;
}

.u-visually-hidden {
 position: absolute;
 overflow: hidden;
 clip: rect(0 0 0 0);
 margin: -1px;
 padding: 0;
 width: 1px;
 height: 1px;
 border: 0;
 white-space: nowrap;

 -webkit-clip-path: inset(50%);
         clip-path: inset(50%);
}

.u-emphasis {
 font-size: 2.5rem;
}

.u-bold {
 font-weight: bold;
}

.u-block {
 display: block;
}

.u-underline {
 position: relative;
}

.u-underline:before {
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: -1;
 width: 100%;
 height: 1rem;
 background-color: #d00000;
 content: '';
}

.u-buttonpadding {
 padding-right: 3em;
 padding-left: 3em;
}

@media screen and (max-width: 576px) {
 .u-spblock {
  display: block;
 }
 .u-spnone {
  display: none;
 }
 .u-strong-en {
  font-size: 2.5rem;
 }
 .u-notstrong {
  font-size: 1.125rem;
 }
}

.is-draweractive body {
 overflow-y: hidden;

 touch-action: none;
}

.is-draweractive .p-globalnav {
 transform: translate(0, 0);
}

.is-draweractive .js-logo {
 transition: all .3s cubic-bezier(.33, .53, .74, .95);
}

.is-draweractive .p-hamburger__line {
 width: 60%;
 background-color: rgba(89, 176, 227, .9);
 transform: rotate(45deg);
}

.is-draweractive .p-hamburger__line:before {
 top: 0;
 width: 100%;
 background-color: rgba(89, 176, 227, .9);
 transform: rotate(90deg);
}

.is-draweractive .p-hamburger__line:after {
 display: none;
}

.is-draweractive .p-hamburger__text {
 color: rgba(89, 176, 227, .9);
}

.is-draweractive .p-hamburger:hover .p-hamburger__line {
 transform: rotate(45deg) scale(1.1);
}

.is-draweractive .l-header.-show {
 padding: 2rem;
}

@media screen and (max-width: 576px) {
 .is-draweractive .l-header.-show {
  padding: 0;
 }
}

/************************************
** お問い合わせフォームの入力
************************************/
table.inquiry {
 width: 100%;
}
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
select,
textarea,
.field {
 display: block;
 margin-bottom: 0;
 padding: 0 12px;
 width: 100%;
 height: 45px;
 border: 0;
 border-radius: 3px;
 background-color: #eff1f5;
 box-shadow: none;
 color: #5c6b80;
 vertical-align: middle;
 font-size: 1em;
 line-height: 45px;
 transition: background-color .24s ease-in-out;
}
textarea {
 overflow: auto;
 padding: .5em;
 min-height: 120px;
 max-width: 100%;
 text-align: left !important;
 line-height: 1.5em;
}
@media(max-width:500px) {
 .inquiry td,
 .inquiry th {
  display: block !important;
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;;
  width: 100% !important;
  border-top: none !important;
 }
 .inquiry tr:first-child th {
  border-top: 1px solid #d7d7d7 !important;
 }
 .inquiry .any,
 .inquiry .haveto {
  font-size: 10px;
 }
}
.inquiry th {
 padding-right: 5px;
 width: 30%;
 border: solid 1px #d7d7d7;;
 background: #f7f7f7;
 color: #444;
 text-align: left;
 font-size: 14px;
}
.inquiry td {
 border: solid 1px #d7d7d7;;
 font-size: 13px;
}
.entry-content .inquiry tr,
.entry-content table {
 border: solid 1px #d7d7d7;
}
.haveto {
 position: relative;
 bottom: 1px;;
 margin-right: 5px;
 padding: 5px;
 border-radius: 2px;
 background: #ff9393;
 color: #fff;
 font-size: 7px;
}
.any {
 position: relative;
 bottom: 1px;;
 margin-right: 5px;
 padding: 5px;
 border-radius: 2px;
 background: #93c9ff;
 color: #fff;
 font-size: 7px;
}
.verticallist .wpcf7-list-item {
 display: block;
}
#formbtn {
 display: block;
 margin: 25px auto 0;;
 padding: 15px;
 width: 350px;
 border-radius: 2px;
 background: #ffaa56;
 color: #fff;
 font-weight: 700;
 font-size: 18px;
}
#formbtn:hover {
 border: 2px solid #ffaa56;;
 background: #fff;
 color: #ffaa56;
}
th {
 padding: 13px;;
 text-transform: uppercase;
 font-weight: 700;
}
td {
 padding: 12px;;
 border-top: 1px solid #ededed;
}
input,
select,
textarea {
 margin: 0;
 max-width: 100%;
 border: 1px solid #dfdfdf;
 letter-spacing: 1px;
 resize: none;
}

textarea {
 text-align: left;
}

.p-information__article-thumbnail {
 float: left;
 width: 150px;
}

.p-information__article-thumbnail img {
 max-width: 100%;
 width: 100%;
 height: 150px;

 object-fit: cover;
}


.bloglink {
 width: 100%;
}


.bloglink h3 {
 float: left;
 width: 50%;
}

.bloglink figure {
 float: right;
 width: 50%;
}

.spacetop{
	display:inline-block;
	margin-top:20px;
}

.minspace{

		display:inline-block;
	margin-top:-20px;
	z-index:100;
	padding-bottom:20px;
}

.spacebottom{
	margin-bottom:20px;
}

.btnspace{
	display:inline-block;
	margin-top:20px
}

.topicminspace{
	display:inline-block;
	margin-top:-20px;
	padding-top:-20px;
}

h2.maintitle {
padding: 1rem 2rem;
  color: #fff;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
	margin-bottom:30px;
}

h3.subtitle {
  position: relative;
  padding: 1rem 1rem;
  border-bottom: 6px solid #094;
	margin-bottom:30px;
	font-size:20px;
}

h3.subtitle:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

h4.subtitle {
  padding: 1rem 1rem;
  color: #fff;
  background: #094;
}


table.biz-hour {
margin-top:-490px;
border-collapse: collapse;
width: 100%;
background: #fff;
}
@media screen and (max-width: 414px) {
  .biz-hour {/* スマホのときだけ親要素いっぱいに */
    width: 100%;
  }
}
.biz-hour th, .biz-hour td {
  padding: 10px;
  text-align: center;
  border: 1px solid #009944;
}

/* 上段。backgroundを書き換えれば背景色が変わります。 */
.biz-hour th {
  background: #F7F7D6;
  font-weight: normal;
}

/* 土曜日の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour th.sun {
  color: #e66a6a;
}

.koteibox{
	width:100%;
	display:inline-block;
	font-size:17px;
	margin-bottom:20px;
}

.koteibox p{
	font-size:17px;
	padding-bottom:20px;
}

.koteibox2{

	font-size:17px;
}

.koteibox2 p{
	font-size:17px;
}

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FD9535;/*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #D59E16;
  border-radius: 3px;
	margin-top:20px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/

}

.p-lower__heading{
	background:#2D49A0;
	margin-top:80px;
	color:#fff;
}



.inlineblock{
	display:inline-block;
}

.container {
  display: flex;
  flex-wrap: wrap;
	margin-bottom:30px;
	text-align:center;
}
.column {
  width: 100%;
	margin:0 auto;
	text-align:center;

}

.column img {
  width: 98%;
	margin:0 auto;
	text-align:center;
}

.leftspace{

}

@media (min-width: 1024px) {
  .column {
    width: 50%;
  }
}


details {
	display: block; /*書かないとIEで表示が崩れる*/
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	transition: background 0.3s;
	width:100%;
	margin-top:30px;
}

details[open] { /*アコーディオンが開いているとき*/
	background: #eee;
}

summary {
	display: block; /*書かないとIEで表示が崩れる*/
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
}
.txt{
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

.pfleft{
float:left;
width:30%;
}


.pfright{
float:right;
	width:68%;
	margin-left:2%;
}

.pfleft2{
float:left;
width:48%;
}


.pfright2{
float:right;
	width:48%;
	margin-left:2%;
}


.youtube{
	display:inline-block;
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
 position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

iframe{
	width:100%;
}

table.about{
  width: 100%;
}

table.about th{
  position: relative;
  text-align: left;
  width: 22%;
}

table.about th:after{
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top:calc(50% - 1px);
  right:20px;
}

table.about td{
  text-align: left;
  width: 78%;
}





table.stage {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table.stage tr {
  background-color: #e6f2f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
table.stage th,
table.stage td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
table.stage th {
  font-size: .85em;
	width:30%;
}
table.stage thead tr{
  background-color: #167F92;
  color:#fff;
}
table.stage tbody th {
    background: #78bbc7;
    color: #fff;
}

@media screen and (max-width: 600px) {
  table.stage {
    border: 0;
    width:100%
  }
  table.stage th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
  table.stage thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.stage tr {
    display: block;
    margin-bottom: .625em;
  }
  table.stage td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }

  table.stage td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
  table.stage td:last-child {
    border-bottom: 0;
  }
  table.stage tbody th {
    color: #fff;
}
}

.prtbl{
	width:100%;
	background:#fff;
	border-collapse: collapse;
  border: solid 2px #009944;
}

.prtbl .tbltop{
	background:#ccc;
}

table.prtbl th, table.prtbl td {
  border: dashed 1px #009944;
}

.flow {
    margin: 0 auto 50px;
}

.flow .box {
margin: 0 auto 33px;
 ? ?width: 95%;
    padding: 10px;
    border: 3px solid #326E93;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    font-size: 1.0em; /* テキストの指定 */

    line-height: 1.4; /* テキストの指定 */
}

.flow .box:after {
    border-top: 25px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    bottom: -28px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
    left: 50%;/* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}

.flow .box:last-child:after {
    border: none; /* 最後のボックスだけ三角形を表示しない */
}

.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #00BCD4;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0;
    padding: 0;
}

.table04 {
  border-top: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  font-size:14px;
}

.table04 tr {
  border-bottom: 1px solid #ccc;
}

.table04 td {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 16px 6%;
}

.table04 th {
  text-align: center;
  padding: 16px;
  width: 22%;
  font-weight: normal;
  background-color:#e9e9e9;
}

/*スマホ*/
@media screen and (max-width: 767px) {
  .table04 th {
    padding: 10px 20px;
	display:block;
	width:100%;
	box-sizing:border-box;
	text-align:left;
  }
  .table04 td {
    padding: 10px 20px;
	display:block
  }
}

h4{
	width:100%;
}

h4.komidashi{
	padding: 1rem 1rem;
  border-left: 5px dashed #009944;
	font-size:1.0em;
	margin-bottom:20px;
}

h3.komidashi{
color: #fff;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #ED83AA;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
	margin-bottom:30px;
}

h3.komidashi:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0.5rem 2rem;

  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	text-align:center;
	margin:0 auto;
	width:80%;

}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
	width:80%;
	margin:0 auto;
	text-align:center;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
	text-align:center;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a.btn--orange2 {
  color: #fff;
  background-color: #eb6100;

	width:95%;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	font-size:1rem !important;
}
a.btn--orange2:hover {
  margin-top: 3px;
  color: #fff;
	text-align:center;
  background: #f56500;
margin-top:20px;
}

a.btn--orange3 {
  color: #fff;
  background-color: #2D49A0;

	width:50%;
	margin:0 auto;
	text-align:center;
margin-top:20px;
	font-size:1rem !important;
	margin-bottom:50px;
}
a.btn--orange3:hover {
margin-top:20px;
  color: #fff;
	text-align:center;
  background: #6AD047;
	margin-bottom:50px;
}

.marker {
background:linear-gradient(transparent 75%, #ffdc00 75%);
font-weight:bold;
}

.red {
color:#ff0000;
}

@media only screen and (max-width: 767px){

	a.btn--orange3 {
  color: #fff;
  background-color: #2D49A0;

	width:95%;
	margin:0 auto;
	text-align:center;
margin-top:20px;
	font-size:1rem !important;
	margin-bottom:50px;
}

 .list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .list div{
    float: left;
	  width:48%;
	  margin-right:2%;
	  display:inline-block;
  }

	.list div img{
		width:100%;
		height:100%;
  }

  .list div:first-child{
    margin-top: 0;
  }
	.spacetop2{
		margin-top:20px;
	}

	.textminspace{
		margin-top:-2.6px;
	}
}

/* pc　768px以上 */
@media only screen and (min-width: 768px), print {
  .list{
    overflow: hidden;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
  .list div{
    float: left;
    width: 180px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .list div:nth-child(4n){
    margin-right: 0;
  }
  .list div:nth-child(-n+4){
    margin-top: 0;
  }
	.list div img{
	width:100%;
		height:100%;
	}
}

.textspace{
	display:inline-block;
	vertical-align:top;

}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0;
    padding: 0;
}

a.disabled{
    /* pointer-events: none; */
}

.tocs1 {
  color:#000;
  border: dashed 5px #009944;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(5, 0, 0,0.5);
  border-radius: 10px;
  padding:20px;
 max-width: 100%;
margin-bottom:30px;
}

.tocs1 ul li{
padding-top:5px;
}

.footer-social-icons{
	width:100%;
	
}

.footer-social-icons a{
margin-left:20px;
	margin-right:20px;
	font-size:30px;
	padding-top:20px;
	color:#fff;
}

.bdl{
	border-left:5px solid #009944;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.addtoany_share_save_container{
	padding-top:20px;
	display:inline-block;
}

.addtoany_header{
display:inline-block;
	font-weight:bold;
	font-size:17px;

	padding-right:20px;
}

.inimg{
	width:250px;
	margin-left:10px;
	margin-bottom:15px;
}

	.alignimg{
		width:250px;
		margin-right:20px;
margin-bottom:20px;
	}

@media only screen and (max-width: 767px){
.inimg{
	width:100%
}
	
	.alignimg{
		width:40%;
		margin-right:20px;
	}
}

.lptext{
	letter-spacing:-0.5px;
}

.blue{
	color:#6091D3;
	text-decoration:underline;;
}

.topspace{
	margin-top:20px;
}

.letsp{
	letter-spacing:-0.5px;
}

.imgspace{
	margin-right:20px;
	margin-bottom:20px;
}

img.size-full{
	width:auto;
	height:auto;
	margin-top:10px;
}

.infobox{
	width:100%;
}

.infoboxleft{
	float:left;
	width:68%;
	margin-right:2%;
}

.infoboxright{
	float:right;
	width:30%;
}

.topcopy{
	width:519px;
	margin:0 auto;
	text-align:center;
	margin-top:-30px;
	margin-bottom:20px;
}

.topcopy2{
	width:1078px;
	margin:0 auto;
	text-align:center;
margin-top:50px;
	margin-bottom:20px;
}

@media only screen and (max-width: 767px){
.infoboxleft{
	float:none;
	width:100%;
	margin-right:0%;
}

.infoboxright{
display:none;
}
	
	.p-lower__heading{
	background:#ccc;
	margin-top:40px;
}
	
	.topcopy{
		width:95%;
	margin:0 auto;
	text-align:center;
	margin-top:-30px;
	margin-bottom:20px;
}
	.topcopy2{
		width:95%;
	margin:0 auto;
	text-align:center;

	margin-bottom:20px;
}	

}
.redbig{
	color:#ff0000;
	font-weight:bold;
}

.c-headingtitle {
  display: block;
  letter-spacing: .05em;
  font-size: 1.5rem;
  line-height: 1.4;
  order: 1;
	color:#2D49A0;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
}

.c-headingtitle.-sub {
  font-size: 4rem;
  order: 0;
	line-height: 1.2;
}

.p-onecolumn__body{
		margin:0 auto;
	text-align:center;
}

.c-heading {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  justify-content: center;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}

.c-heading:before {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  width: 40%;

  content: '';
  transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
  .c-headingtitle {
    font-size: 1.125rem;
  }
  .c-headingtitle.-sub {
    font-size: 2rem;
  }
}

.c-subtitle {
  position: relative;
  z-index: 0;
  display: inline-block;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .c-subtitle {
    font-size: 1.5rem;
  }
}

.contacttext{
	display:inline-block;
	width:1080px;
	margin:0 auto;
	text-align:center;
	padding-bottom:30px;
}

@media only screen and (max-width: 767px){
  #top .p-header {
    height: 3.72em;
  }
	.contacttext{
	display:inline-block;
	width:100%;
	margin:0 auto;
	text-align:center;
		padding-bottom:30px;
}
}


h2.koteititle {
  position: relative;
  padding: 1.5rem;
  text-align: center;
	margin-bottom:20px;
	font-size:23px !important;
	line-height:1.5em;
}

h2.koteititle:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #2D49A0;
}

.p-lowercontent-inner p{
	line-height:1.8em;
}

.textright{
	text-align-last:right;
	font-weight:bold;
}


/* よくある質問 */
a.panel-title {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.q-a{
	font-size:16px;
	margin-top:20px;
	margin-bottom:30px;
}
.hidden_box {
	display:inline-block;
	width:100%;
	margin:  0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.hidden_box label {
	cursor: pointer;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px;
	width:100%;
	font-size:16px;
}

.hidden_box label:hover {
	color: #21c0d3;
}

.hidden_box label:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0fe";	/* 閉じている状態のときにラベルの後ろに続く文字 */
	padding-right:5px;
}

.hidden_box input {
	display: none;
}

.hidden_box .hidden_show {
	height: 0;
	overflow: hidden;
	opacity: 0;
	padding: 0px;
	margin-left:20px;
	text-align: left;
	transition: 0.5s;
	font-size:17px;

}

.hidden_box input:checked + label:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f146";	/* 開いている状態のときにラベルの後ろに続く文字 */
	padding-right:5px;
}

.hidden_box input:checked ~ .hidden_show {
	height: auto;
	opacity: 1;
	padding: 10px 0;
}

.hidden_box h5{
	margin:30px 0 10px 0;
	font-size:16px;
	border-left:10px solid #4d5e86;
	color:#4d5e86;
	padding-left:5px;
}

header {
  /* background-color: #fff; */
}
.p-header-inner {
}
header .headerTop{
  padding:20px;
}
ul {
  padding-left: 0 !important;
}
header .siteTitle a{
  display: block;
  font-size: 17px;
  /* color: #900000; */
  font-weight: bold;
  text-decoration: none;
}
.navDrawr>ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.navDrawr>ul>li {
  float: left;
  width: 16%;
  position: relative;
}
.navDrawr a {
  display: block;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  /* background: #B00000; */
  padding: 10px;
}
.navDrawr .sub li:last-child a {
  border: none;
}
.navDrawr>ul>li>a {
  /* border-right: 1px solid #900000; */
  text-align: center;
}
.navDrawr>ul>li>a:hover {
  /* background: #E00000; */
  color: #21c0d3;; ;
}
.navDrawr .sub {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
}
.navDrawr .sub a {
  background: #f8f9fa;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #dee2e6;
    /* padding: 10px 10px 10px 20px; */
}
.navDrawr .sub a:hover {
  /* background: #F00000; */
  color: #21c0d3;
}
#contents{
  padding-top:20px;
}

@media only screen and (max-width: 768px) {
  #wrapper{
      overflow:hidden;
  }
  .navDrawr {
      font-size: 0.8em;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      width: 270px;
      top: 60px;
      bottom: 0;
      right: -270px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
  }
  body.menuOpen #wrapper{
      padding-top:60px;
  }
  .overlay {
      display: none;
      background-color: rgba(0,0,0,0.49);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }
  header {
      position:relative;
      height: 60px;
      padding:0;
  }
  body.menuOpen header{
      position: fixed;
      top:0;
      width: 100%;
  }
  header .headerTop{
      padding:inherit;
  }
  header .siteTitle a{
      margin-left: 20px;
      line-height: 60px;
  }
  .navDrawrBtn {
      text-align: right;
  }
  .navDrawrBtn span {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      display: block;
      width: 60px;
      height: 60px;
      cursor: pointer;
  }
  .navDrawrBtn span::before {
      font-family: FontAwesome;
      content: "\f0c9";
      font-size: 33px;
      /* color: #900000; */
      position: absolute;
      left: 0;
      width: 100%;
      text-align: center;
      line-height: 60px;
  }
  body.menuOpen .navDrawrBtn span::before {
      content: "\f00d";
  }
  .navDrawr a {
      position: relative;
  }
  .navDrawr a::after {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 15px;
      font-family: FontAwesome;
      content: "\f054";
  }
  .navDrawr>ul>li {
      float: none;
      width: auto;
  }
  .navDrawr>ul>li>a {
      text-align: left;
      border-right: none;
      border-bottom: 1px solid #dee2e6;
    }
  .navDrawr .sub {
      position: static;
      display: block!important;
  }
}

ul.imgList{}
ul.imgList::after{
  display: table;
  line-height: 0;
  content: "";
  clear:both;
}
ul.imgList li{
  float: left;
  width: 31.33333333%;
  margin: 1%;
}
ul.imgList li .thumbnail{
  background-color: #FFF;
  padding: 20px;
  border:solid 1px #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
ul.imgList li img{
  margin-bottom:10px;
}
ul.imgList li .caption{}
ul.imgList li .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  ul.imgList li{
      float: none;
      width: 98%;
      margin: 1%;
  }
}

.tableBox{
    margin: 0 10px;
}
table.time {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.time th,td {
    border: 1px solid #fff;
}
.time th {
    width: 100px;
	padding-top:5px;
	padding-bottom:5px;
    font-size:17px;
    color: #fff;
    text-align: center;
    background-color: #2D49A0;
    vertical-align: middle;
}
.time td {

    padding: 10px 10px;
    font-size:17px;
    text-align: left;
    background: #f3f4ef;
	border: solid 1px #fff; border-collapse: separate;
}
.borderNone {
    border-bottom: 1px solid #2D49A0;
}
.tableBox th.just {
    padding-top: 7px;
    box-sizing: border-box;
    font-size: 17px;
	vertical-align:middle;
    font-weight: bold;
    line-height: 1;
}
.color01{
    background:#D8C8AE;
}
.color02 {
    background: #80B7E8;
}
.tbtitle{
	padding-top:10px;
	font-weight:bold;
}


.facilitybox img{
	width:350px;
	margin:0 auto;
	display:inline-block;
	
}



.facilitybox2{
display:inline-block;
	width:1078px;
	margin-top:20px;
	color:#000;
	font-size:20px;
	background:#E1EFDE;
	padding:30px;
	text-align:center;
}

.facilitybox2 img{
	text-align:center;
	margin:0 auto;
	display:inline-block;
	
}

.facilitybox img.imgleft{
display:inline-block;
	margin-right:20px;
}

.facilitybox img.imgright{
	display:inline-block;
	margin-left:20px;
}

.facilitybox{
display:inline-block;
	width:1078px;
	margin-top:20px;
	color:#000;
	font-size:20px;
	background:#E1EFDE;
	padding:30px;
}

.facilitybox h3{
	width:1078px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
}

.facilitybox p{
		color:#000;
	font-size:17px;
	margin-bottom:30px;
	display:inlin-block;
	}
.facilitybox img.imgright{
	display:inline-block;
	margin-left:0px;
}

.mapbox{
	display:inlin-block;
	margin-top:20px;
	padding-top:30px;
}


.facilitybox img{
	width:350px;
	margin:0 auto;
	display:inline-block;
	
}

.facilitybox img.imgleft{
display:inline-block;
	margin-right:20px;
}

.facilitybox img.imgright{
	display:inline-block;
	margin-left:20px;
}


.facilitybox3 img{
	width:500px;
	margin:0 auto;
	display:inline-block;
	padding-bottom:30px;
	
}

.facilitybox3{
display:inline-block;
	width:1078px;
	margin-top:20px;
	color:#000;
	font-size:20px;
	background:#E1EFDE;
	padding:30px;
}

.facilitybox3 h3{
	width:1078px;
	margin: 0 auto;
	text-align:left;
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
}

.facilitybox3 p{
		color:#000;
	font-size:17px;
	margin-bottom:30px;
	display:inlin-block;
	}
.facilitybox3 img.imgright{
	display:inline-block;
	margin-left:0px;
}


.c-heading{
	display: block;
	margin:0 auto;
	text-align:center;
}

.c-headingtitle2 {
  display: block;
  letter-spacing: .05em;
  font-size: 2.5rem !important;
  line-height: 1.3;
  order: 1;
	color:#2D49A0;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
}

.c-headingtitle2.-sub {
  font-size: 1.5rem !important;
  order: 0;
	line-height: 1.2;
}


div.daimidashi {
	margin-top:30px;
padding: 1rem 2rem;
  border: 3px solid #2D49A0;
	font-size:20px;
	text-align:center;
}

.koteibox{
	margin:0 auto;
	width:1078px;
	display: inline-block;
	margin-top:30px;
}


.submidashi {
  position: relative;
  color: black;
  background: #E3F5D8;
  line-height: 1.4;
  padding: 0.5em 0.5em;
  margin: 2em 0 0.5em;
  border-radius: 0 5px 5px 5px;
	font-size:17px;
}

.submidashi:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '看護小規模多機能型居宅介護とは';
  background: #2D49A0;
  color: #fff;
  left: 0px;

  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 10px 10px 10px 10px;
  font-size: 1.0em;
  line-height: 1;
  letter-spacing: 0.05em
}



.facilitybox4{
display:inline-block;
	width:1098px;
	margin-top:20px;
	color:#000;
	font-size:17px;
	background:#E1EFDE;
	padding:20px;
}

.facilitybox4in{
	display:inline-block;
	width:100%;
	
}

.spacebottom{

	margin-bottom:20px;
}

.facilitybox4left{
	float:left;
	width:inline-block;
	width:570px;
}

.facilitybox4right{
	float:right;
width:450px;
	width:inline-block;

}

.facilitybox4left2{
	float:left;
	width:450px;
	
}

.facilitybox4right2{
	float:right;
width:570px;

}

.facilitybox4left h3{
font-size:20px
}

.facilitybox4left p{
font-size:20px
}

.facilitybox4right h3{
font-size:20px
}

.facilitybox4right p{
font-size:20px
}

.facilitybox4left2 h3{
font-size:20px
}

.facilitybox4left2 p{
font-size:20px
}

.facilitybox4right2 h3{
font-size:20px
}

.facilitybox4right2 p{
font-size:20px
}

.calumbox{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:20px;
}

.calumitem{
width:49.5%;
}

.spaceleft{
	margin-left:1%;
}


img.ceoimg{
	width:350px;
	margin-left:20px;
}

@media only screen and (max-width: 767px){
	
	div.daimidashi {
		margin:0 auto;
	margin-top:20px;
padding: 1rem 1rem;
  border: 3px solid #2D49A0;
	font-size:20px;
	text-align:center;
		width:95%;
		
}
	
	.facilitybox{
display:inline-block;
	width:100%;
	margin-top:10px;
	color:#000;
	font-size:20px;
	background:#E1EFDE;
	padding:10px;
}

.facilitybox h3{
	width:100%;
	margin: 0 auto;
	text-align:left;
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
}
	
	.facilitybox img{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	display:inline-block;
	
}
	
	.facilitybox2{
display:inline-block;
	width:100%;
	margin-top:20px;
	color:#000;
	font-size:20px;
	background:#E1EFDE;
	padding:30px;
	text-align:center;
}

.facilitybox2 img{
	text-align:center;
	margin:0 auto;
	display:inline-block;
	
}
	
		.facilitybox3{
display:inline-block;
	width:100%;
	margin-top:20px;
	color:#000;
	font-size:20px;
	background:#E1EFDE;
	padding:30px;
}

.facilitybox3 h3{
	width:100%;
	margin: 0 auto;
	text-align:left;
	padding-bottom:20px;
	font-size:20px;
	font-weight:bold;
}
	
	.facilitybox3 img{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	display:inline-block;
	
}

.koteibox{
	width:100%;
	display:inline-block;
	font-size:17px;
	margin-bottom:0px;
}

.facilitybox4{
display:inline-block;
	width:100%;
	margin-top:20px;
	color:#000;
	font-size:17px;
	background:#E1EFDE;
	padding:10px;
}

.facilitybox4in{
	display:inline-block;
	width:100%;
	
}

.spacebottom{

	margin-bottom:20px;
}

.facilitybox4left{
	float:none;
	width:inline-block;
	width:100%;
	margin-bottom:10px;
}

.facilitybox4right{
	float:none;
width:100%;
	width:inline-block;


}

.facilitybox4left2{
		float:none;
width:100%;

}

.facilitybox4right2{
	float:none;
width:100%;

}

.facilitybox4left h3{
font-size:20px
}

.facilitybox4left p{
font-size:20px
}

.facilitybox4right h3{
font-size:20px
}

.facilitybox4right p{
font-size:20px
}

.facilitybox4left2 h3{
font-size:20px
}

.facilitybox4left2 p{
font-size:20px
}

.facilitybox4right2 h3{
font-size:20px
}

.facilitybox4right2 p{
font-size:20px
}

.calumbox{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	text-align:center;
	margin-top:10px;
	width:95%;
}

.calumitem{
width:100%;
	margin: 0 auto;
	text-align:center;
}

.spaceleft{
	margin-left:0%;
	margin-top:10px;
}

img.ceoimg{
	width:50%;
	margin-left:0px;
}
	
	.p-lowercontent-inner main{
		width:95%;
margin: 0 auto;
	}

}


.kakomi-box12 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 100%;
 color: #EB6428; /* 文字色 */
 background-color: #fff;
 border: 2px solid #EB6428; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 1px #ccc;/* 影の色 */
}
.title-box12 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
font-size:20px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #EB6428; /* タイトル文字色 */
}

.kakomi-box12 p{
	font-size:17px;
}
table.tbl-r03{
width:1078px;	
}

.tbl-r03 th {
  background: #2D49A0;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 10px;
}
@media screen and (max-width: 640px) {
table.tbl-r03{
width:100%;	
}
	
	.tbl-r03 {
    width: 100%;
		margin:0 auto;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    border-left: none;
    display: block;
    height: 50px;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}


table.tbl-r02 {
  margin: 20px auto;
	width:1078px;

}
.tbl-r02 th {
  background: #2D49A0;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
width:50%;
}
.tbl-r02 td {
border: solid 1px #ccc;
padding: 10px;
width:50%;
}
 
@media screen and (max-width: 640px) {
  table.tbl-r02 {
  margin: 20px auto;
	width:100%;
}
	
	.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


table.tbl-r04 {
  margin: 20px auto;
	width:1078px;
	background:#f1f1f1;

}
.tbl-r04 th {
  border: solid 1px #2D49A0;

  padding: 10px;
width:50%;
}
.tbl-r04 td {
border: solid 1px #2D49A0;
padding: 10px;

width:50%;
}

.tbl-r04.last th:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
		background:#9AC715 !important;
	 color:#fff !important;
  }

 .tbl-r04.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
	 color:#fff !important;
		background:#9AC715 !important;
  }
@media screen and (max-width: 640px) {
  table.tbl-r04 {
  margin: 20px auto;
	width:100%;
}
	
	.tbl-r04.last th:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
		 color:#fff;
		background:#ED83AA !important;
  }
	
	.tbl-r04.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
		 color:#fff;
		background:#ED83AA !important;
  }
  .tbl-r04 {
    width: 80%;
  }
  .tbl-r04 th,
  .tbl-r04 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

.tablebold{
	font-weight:bold;
	background:#9AC715 !important;
	color:#fff;
}

table.tbl-r02b {
  margin: 20px auto;
	width:1078px;

}
.tbl-r02b th {
  background: #2D49A0;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
width:25%;
}
.tbl-r02b td {
border: solid 1px #ccc;
padding: 10px;
width:25%;
}
 
@media screen and (max-width: 640px) {
  table.tbl-r02b {
  margin: 20px auto;
	width:100%;
}
	
	.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02b {
    width: 80%;
  }
  .tbl-r02b th,
  .tbl-r02b td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

p.nedan{
	text-align:right;
	font-size:50px;
	font-weight:bold;
	border-bottom:5px solid #2D49A0;
	margin-bottom:50px;
}

span.goukei{
	font-size:30px;
	padding-right:30px;
}

span.en{
	font-size:30px;
	padding-left:20px;
}
.pc{
		display:block;
	}
	.sp{
		display:none;
	}

.hometext{
	
	width:100%;
	-webkit-text-size-adjust: none;
	font-size:17px ;
	line-height:1.8em ;
}

.hometext p{
	text-align:left;
}

.hometextimg{
	width:300px !important;
	margin-right:20px;
}

.hometextimg2{
	width:500px !important;
	margin-right:0px;
	text-align:center !important;
}

@media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	
.hometext{
	text-align:left;
	width:95%;
	-webkit-text-size-adjust: none;
	font-size:17px ;
	line-height:1.8em ;
	margin:0 auto;
}

.hometextimg{
	width:100% !important;
	margin-right:0px;
}	

	.p-mainvisual__inner {
 position: absolute;
 top: 0;
 left: 50%;
 z-index: 99;


 transform: translate(-50%, 0);
}
	.p-mainvisual__text-content img{
 position: absolute;
 top: 20%;
 left: 100%;
 width: 110%;
 transform: translate(-50%, -50%);

}


}

/* ============================================
# reviews
=============================================*/
.reviews .reviews__inner {
  margin-top: 3rem;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .reviews .reviews__inner h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .reviews .reviews__inner h2 {
    padding: 2rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.reviews .reviews__inner .reviews__cards {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .reviews .reviews__inner .reviews__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .reviews .reviews__inner .reviews__cards .reviews__cards__item {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .reviews .reviews__inner .reviews__cards .reviews__cards__item {
    margin: 2rem 0;
  }
}

.reviews .reviews__inner .reviews__cards .reviews__cards__item .reviews__cards__item__image {
  background: #EEEEEE;
  border-radius: 100%;
  padding: 3rem;
}

@media (max-width: 767px) {
  .reviews .reviews__inner .reviews__cards .reviews__cards__item .reviews__cards__item__image {
    width: 60%;
    margin: 0 auto;
  }
}

.reviews .reviews__inner .reviews__cards .reviews__cards__item .reviews__cards__item__name {
  text-align: center;
  font-size: 2.1rem;
  color: #707070;
  margin-top: 2rem;
}

.reviews .reviews__inner .reviews__cards .reviews__cards__item .reviews__cards__item__title {
  text-align: center;
  font-size: 1.8rem;
  color: #FF7593;
  margin: 2rem 0;
}

.reviews .reviews__inner .reviews__cards .reviews__cards__item .reviews__cards__item__opinion {
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.66667;
}

@media (max-width: 767px) {
  .reviews .reviews__inner .reviews__cards .reviews__cards__item .reviews__cards__item__opinion {
    padding: 2rem;
  }
}

.topbg{
	background:#fafafa;
	padding-top:50px;
	
}

.makebg{
	width:100%;
	display:block;
	margin:0 auto;
	margin-top:50px;
	background:url(https://www.ichiharatosou.co.jp/wp-content/uploads/2022/03/22096224_m.jpg);
	padding-top:50px;
	padding-bottom:50px;
}

.makebox{
	width:100%;
	margin:0 auto;
}

.makebox {
width:100%;
max-width: 100%;
height: auto;
}

.makeboxin{
	display:inline-block;
	background-color: rgba( 255, 255, 255, 0.8 );
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}

.makeboxinleft{
	float:left;
	max-width:30%;
	margin-right:1%
}

.makeboxinleft img{
	width:100%;
}

.makeboxinright{
	float:right;
	width:69%;

}

.makeboxinleft2{
	float:right;
	width:30%;
	margin-left:1%;
}

.makeboxinleft2 img{
	width:100%;
}

.makeboxinright2{
	float:left;
	width:69%;
}



.makeboxin h3{
	font-size:20px;
	text-align:left;
	padding-top:20px;
	
}

.makeboxin p{
	font-size:17px;
	text-align:left;
	padding-top:10px;
}

p.textbox{
	width:100%;
	font-size:18px !important;
	text-align:left;
	line-height:1.5em;
	padding-bottom:30px;
}

.imgright{
	display:block;
	width:350px;
	margin-left:30px;
	padding-bottom:20px;
}

.imgleft{
	display:block;
	width:350px;
	margin-right:30px;
	padding-bottom:20px;
}

.btnlinkleft{
	text-align:left !important;
}

.makebox p{
	line-height:1.5em;
}

@media screen and (max-width: 770px) {
	
	.makeboxinleft{
	float:left;
	width:35%;
padding-top:15%;
padding-right:0%;
}

.makeboxinright{
	float:right;
	width:65%;
}

.makeboxinleft2{
	float:right;
	width:35%;
	padding-top:15%;
	padding-left:0%;
}

.makeboxinright2{
	float:left;
	width:64%;
}
	
	.makebox p{
	line-height:1.5em;
}
}


/* ============================================
# mixin
=============================================*/
/* ============================================
# colors
=============================================*/
/* ============================================
# common
=============================================*/
.btn {
  display: inline-block;
  font-family: YakuHanJP,"游ゴシック体",Yu Gothic,YuGothic,Meiryo,serif;
  background: #0b0b0b;
  color: #fff;
  padding: 2rem 5rem;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 auto;
}

.recipe{
		margin-top:100px;
	margin-bottom:200px;
}

.recipe .inner__recipe {
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
	text-align:left;


}

@media (min-width: 768px) {
  .recipe .inner__recipe {
    padding: 0 0rem;
  }
}

@media (max-width: 767px) {
  .recipe .inner__recipe {
    margin: 0 auto;
    padding: 0 2rem;
  }
}

.recipe .inner__recipe .recipe-text {
  padding: 0rem 0;
	line-height:1.5em;
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-text {
    margin: 0 auto;
  }
}

.recipe .inner__recipe .recipe-text h2 {
  font-family: Playfair Display,serif;
  font-weight: 700;
}

@media (min-width: 768px) {
  .recipe .inner__recipe .recipe-text h2 {
    font-size: 5rem;
    letter-spacing: 0.5rem;
  }
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-text h2 {
    font-size: 3rem;
    text-align: center;
    letter-spacing: 0.2rem;
	  text-align: left;
  }
}

.recipe .inner__recipe .recipe-text h3 {
  font-weight: 700;
  padding: 0rem 0 1rem 0;
  position: relative;
}

@media (min-width: 768px) {
  .recipe .inner__recipe .recipe-text h3 {
    font-size: 1.5rem;
	
  }
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-text h3 {
    font-size: 1.6rem;
text-align: left;
  }
}

.recipe .inner__recipe .recipe-text h3::after {
  content: '';
  position: absolute;
  background: #0b0b0b;
  height: 0.3rem;
  width: 3rem;
  bottom: 0;
text-align: left;
}

@media (min-width: 768px) {
  .recipe .inner__recipe .recipe-text h3::after {
    left: 0;
	  
  }
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-text h3::after {
   left: 0;
	  text-align: left;

  }
}

.recipe .inner__recipe .recipe-text p {
  margin: 0rem 0;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .recipe .inner__recipe .recipe-text p {
    font-size: 1.2rem;
	  text-shadow:white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
  }
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-text p {
    font-size: 1rem;
    text-align: left;
	  text-shadow:white 1px 1px 2px, white -1px 1px 2px,
    white 1px -1px 2px, white -1px -1px 2px;
  }
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-text .recipe-btn {
    text-align: center;
  }
}

.recipe .inner__recipe .recipe-image {
  position: absolute;
  z-index: -1;
}

@media (min-width: 768px) {
  .recipe .inner__recipe .recipe-image {
    right: -6rem;
    top: -0rem;
    height: 70%;
  }

	
}

@media (max-width: 767px) {
  .recipe .inner__recipe .recipe-image {
    top: 70%;
    right: -0%;
  }
	
	.recipe{
		margin-top:50px;
		margin-bottom:150px;
}
	
	.recipe-image img{
		width:100%;

	}
	
}

img.resimg{
width:100%;
max-width: 100%;
height: auto;
}


.top-sub-title{
	position:absolute;
	top:40%;
	left:10%;
}

.img-wrap1, .img-wrap2, .img-wrap3 {
    overflow: hidden;
    position: relative;
  }
  
.img-wrap1:before {
    animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
    animation-delay: 0.8s;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.img-wrap2:before {
    animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
    animation-delay: 0.9s;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.img-wrap3:before {
    animation: img-wrap 2s cubic-bezier(.4, 0, .2, 1) forwards;
    animation-delay: 1.0s;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes img-wrap {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 767px) {
	.top-sub-title{
	position:absolute;
	top:25%;
	left:2%;
}
	
	.top-sub-title img{ 
width:130%;
	}
.img-wrap1, .img-wrap2, .img-wrap3 {
    overflow: hidden;
    position: relative;
	width:50%;
  }
}
