@charset "utf-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.8; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	font-size: 16px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4d4d4d;
	position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
	color: #4d4d4d;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
/*	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;*/
	font-family:  YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}



/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 0.75em;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
	vertical-align: bottom;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* list
   ========================================================================== */

ul,ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix::after{
	content:'';
	display: block;
	clear:both;
}

/*---------------------

     基本レイアウト等

------------------------*/
a:hover {
	opacity: 0.8;
}

figure {
	margin: 0;
}

figure img {
	width: 100%;
}
/*header*/
.header {
	position: fixed;
	top: -102px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 20;
	height: 102px;
	transition: 0.5s linear;
}

.header.active {
	top: 0;
}



.header2 {
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
	background: #fff;
}

.header_inner {
	padding: 15px 10px;
}

.h_logo {
	width: 180px;
	margin: 0;
	line-height: 1;
}

.h_logo img {
	width: 100%;
}

.header_inner {

}

.header_right {
	display: none;
}

.header_nav {
	display: none;
}

/* .is-fixed {
	display: none !important;
} */

.header.header-fixed {
	top: 0 !important;
}

/*ページトップ*/
.pageTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}

.pageTop img {
	width: 92px;
	height: 92px;
}


/*pc・スマートフォン表示切替*/

.spnone {
	display: none;
}

.pcnone {
	display: block;
}

@media screen and (min-width: 768px) {
	.spnone {
		display: block;
	}

	.pcnone {
		display: none;
	}
}


/*-----------------------

        トップページ

-------------------------*/


/*slider部分
-----------------------*/
.slider {
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 10;
}

.slider img {
	width: 100%;
}

.gnav_logo {
	text-align: center;
}

.gnav_logo img {
	width: 60%;
	/* position: relative;
	left: 15px;
	z-index: 10;
	transform: translateY(-50%); */
}

.gnav_main {
	background: rgba(186,226,248,0.2);
}

.gnav_main_inner {
	padding-top: 10px;
}

.gnav_main_inner ul {
	margin: 10px auto 1.1rem;
	width: 80%;
}

.gnav_main_inner ul li {
	padding: 7px 30px;
	position: relative;
}

.gnav_main_inner ul li:first-child:before {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: url(img/gnav_border.png) no-repeat;
	background-size: cover;
}

.gnav_main_inner ul li::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: url(img/gnav_border.png) no-repeat;
	background-size: cover;
}

.gnav_contact a {
	display: block;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

.gnav_contact a p {
	display: inline-block;
	margin: 0;
	position: relative;
	line-height: 1.2;
}

.gnav_tel {
	margin-bottom: 5px;
	background: rgba(215,48,89,0.78);
}

.gnav_tel p {
	background: url(img/phone_icon_white.png) no-repeat left center;
	background-size: 24px;
	padding-left: 30px;

}

.gnav_mail {
	background: rgba(29,133,194,0.78);
}

.gnav_mail p {
	background: url(img/mail_icon_white.png) no-repeat left center;
	background-size: 26px;
	padding-left: 30px;
}

.top_content01 {
	padding: 30px 0;
}

.gnav_under {
	display: none;
}

/*私たちの想い*/
.top_content01 h2,
.top_content02 h2 {
	width: 250px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	z-index: 3;
}

.top_content01 img,
.top_content01 h2 img,
.top_content02 h2 img {
	width: 100%;
	vertical-align: bottom;
}

.top_content01_img_wrap,
.top_content02_img_wrap {
	position: relative;
}

.top_content01_img_wrap::before,
.top_content02_img_wrap::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(img/top_content03_border.png) no-repeat;
	background-size: cover;
	z-index: 2;
}

.detail_link_btn {
	text-align: center;
}

.detail_link_btn a {
	text-decoration: none;
	color: #fff;
	display: block;
	background: #d73059;
	font-size: 1.25rem;
	padding: 7px 0;
	width: 250px;
	margin: 0 auto;
	border-radius: 50px;
}

.detail_link_btn a p {
	display: inline-block;
	margin: 0;
	background: url(img/btn_arrow.png) no-repeat right top 12px;
	background-size: 14px;
	padding-right: 25px;
}

/*施設概要*/
.top_content02 {
padding: 1rem 0 1rem;
}

.top_content02_img01,
.top_content02_img02 {
	margin-bottom: 1.5rem;
}

.top_content02_img01 img,
.top_content02_img02 img {
	width: 100%;
}


/*ご入居について、デイサービスのご利用、お問い合わせ*/
.top_content03 ul li {
	width: 70%;
	margin: 0 auto 6rem;
}

.top_content03 ul li:last-child {
	margin-bottom: 0;
}

.hexagon {
	position: relative;
}


.top_content03 ul li:first-child .hexagon::before {
	content:'';
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 7.3vw;
	background: url(img/top_content03_heading01.png) no-repeat;
	background-size: contain;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.top_content03 ul li:nth-child(2) .hexagon::before {
	content:'';
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 14.6vw;
	background: url(img/top_content03_heading02.png) no-repeat;
	background-size: contain;
	top: -8.5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.top_content03 ul li:nth-child(3) .hexagon::before {
	content:'';
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 7.3vw;
	background: url(img/top_content03_heading03.png) no-repeat;
	background-size: contain;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.hexagon img {
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0 49%);
	width: 100%;
	position: relative;
	z-index: 1;
}

.top_content03 {
	padding: 1rem 0 2rem;
	margin-top: 2rem;
}

.top_content03 .detail_link_btn a{
	/* width: 45%; */
	/* font-size: 0.75rem; */
	width: 150px;
	font-size: 1rem;
	padding: 5px 0;
	position: absolute;
	bottom: -7%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	
}

.top_content03 .detail_link_btn a p {
    display: inline-block;
    margin: 0 0 0 5px;
    padding-right: 12px;
	background-image: url(img/btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right top 11px;
    background-size: 8px;
}


/*交通・アクセス*/
.top_content04 {
	padding: 1rem 0 80px;
	line-height: 1;
}

.top_content04 h2 {
	font-size: 1.125rem;
	margin: 0 10px 5px;
}

.top_content04_heading {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 1rem;
}
.information h2.map_heading {
	font-size: 2rem;
	margin: 0 10px 5px;
}

.top_content04_heading p {
	font-size: 0.75rem;
	margin: 0;
}

.map,
.map2 {
	position:relative;
/*	padding-top: 25.77%;*/
	padding-top: 56.25%;
	width: 100%;
	height: 0;
	/* margin-top: 1rem; */
	margin-bottom: 30px;
}

.map iframe,
.map2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------------

          footer           

---------------------------*/
.footer {
	position: relative;
	padding: 10px 0 10px;

}

.footer::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: url(img/footer_border_sp.png) no-repeat;
	background-size: cover;
	top: 0;
	left: 0;

}

.f_logo{
	display: none;
}

.f_info p {
	margin: 5px 0;
	text-align: center;
}

.f_right {
	display: none;
}


.copy {
	text-align: center;
	margin: 0;
}

/*-----------------------

        下層ページ

-------------------------*/

/*slider部分
-----------------------*/
.slider_nav_inner {
	position: relative;
}

.slider_title_img {
	width: 81%;
	position: absolute;
	z-index: 11;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider_title_layer {
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.concept h2,
.information h2,
.application h2,
.access h2,
.day_service h2,
.recruit h2,
.contact h2,
.privacy h2 {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
	display: inline;
	font-size: 1.375rem;
}

.concept h2::before,
.information h2::before,
.application h2::before,
.access h2::before,
.day_service h2::before,
.recruit h2::before,
.contact h2::before,
.privacy h2::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 57.14px;
	background: url(img/h2_left.png) no-repeat;
	background-size: contain;
	left: -10px;
	top: -10px;
}

.concept h2::after,
.information h2::after,
.application h2::after,
.access h2::after,
.day_service h2::after,
.recruit h2::after,
.contact h2::after,
.privacy h2::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 57.14px;
	background: url(img/h2_right.png) no-repeat;
	background-size: contain;
	right: -10px;
	top:0;
}

/*-----------------------

        私たちの想い

-------------------------*/
.concept_content01{
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
}

.concept_content02 {
	padding: 30px 15px;
	box-sizing: border-box;
	text-align: center;
}
.concept_content01 img {
	width: 100%;
}

.concept_content01_heading,
.concept_content02_heading,
.app01_heading,
.app02_heading,
.app04_heading,
.access01_heading,
.contact01_heading,
.contact02_heading,
.privacy01_heading,
.recruit01_heading {
	padding: 1rem 0;
	margin-bottom: 1rem;
}

.concept_content01_heading span,
.concept_content02_heading span {
	display: none;
}

.concept_content01_heading p,
.concept_content02_heading p,
.app01_heading p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
	position: relative;
	display: inline-block;
}

.concept_content01_heading p:first-child,
.concept_content02_heading p:first-child,
.app01_heading p:first-child {
	padding-left: 30px;
}

.concept_content01_heading p:last-child,
.concept_content02_heading p:last-child,
.app01_heading p:last-child {
	padding-right: 30px;
}

.concept_content01_heading p:first-child::before,
.concept_content02_heading p:first-child::before,
.app01_heading p:first-child::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 57.14px;
	background: url(img/h2_left.png) no-repeat;
	background-size: contain;
	left: -10px;
	top: -10px;
}

.concept_content01_heading p:last-child::after,
.concept_content02_heading p:last-child::after,
.app01_heading p:last-child::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 57.14px;
	background: url(img/h2_right.png) no-repeat;
	background-size: contain;
	right: -10px;
	top:0;
}

.wrap {
	padding: 0 15px;
	box-sizing: border-box;
}

.concept_content03,
.info_content04,
.app_content03 {
	padding: 0 15px;
	box-sizing: border-box;
}
 
.concept_content03,
.info_content04,
.app_content03 {
	text-align: center;
	background: #f7d4de;
	padding: 30px 15px;
	border-radius: 30px;
	margin: 60px 0 80px;
	box-sizing: border-box;
}

.concept .concept_content03 h2::before,
.information .info_content04 h2::before,
.application .app_content03 h2::before,
.day_service .app_content03 h2::before,
.recruit .app_content03 h2::before {
	background: url(img/concept_h2_border.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 8px;
	top: -10px;
	left: 0;
}

.concept .concept_content03 h2::after,
.information .info_content04 h2::after,
.application .app_content03 h2::after,
.day_service .app_content03 h2::after,
.recruit .app_content03 h2::after {
	background: url(img/concept_h2_border.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 8px;
	bottom: -10px;
	left: 0;
	top:auto;
}

.concept_content03_heading,
.app03_heading {
	margin-bottom: 2rem;
}

/*-----------------------

        施設概要

-------------------------*/
.info_content01,
.info_content02,
.info_content03 {
	padding: 30px 15px;
	box-sizing: border-box;
	text-align: center
}

.info_content01 img,
.info_content02 img,
.info_content03 img {
	width: 100%;
}

.info_heading {
	margin-bottom: 25px;
	padding: 1rem 0;
}

.info_img_box ul li {
	margin-bottom: 10px;
}

.concept_content04_heading {
	margin-bottom: 2rem;
}

.info_content04 dl {
	text-align: left;
}

.info_content04 > dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.info_content04 > dl span {
	display: inline-block;
}

.info_content04 > dl > dt {
	width: 7rem;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;

}

.info_content04 > dl > dt span {
	background: #d73059;
	color: #fff;
	border-radius: 50px;
	padding: 2px 0;
	box-sizing: border-box;
	width: 100%;
}

.info_content04 > dl > dd {
	width: calc(100% - 7rem);
	margin-left: 0;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.info_content04 > dl > dd.info_table_last {
	margin-bottom: 0;
}

.info_content04 > dl > dd > dl {
	margin: 0;
}

.info_content04 > dl > dd > dl > dd {
	margin-left: 0;
	margin-bottom: 10px;
}

.information .top_content04_heading h2::before,
.information .top_content04_heading h2::after {
	background: none;
}

.information .top_content04_heading h2 {
	padding: 0;
	display: inline-block;
}

/*-----------------------

	  ご入居について

-------------------------*/
.app_content01,
.app_content02,
.app_content04 {
	padding: 30px 15px;
	box-sizing: border-box;
	text-align: center;
}

.app_flow ol {
	padding-left: 15px;
	box-sizing: border-box;
}

.app_flow ol li dl {
	display: flex;
	flex-wrap: wrap;
}

.app_flow ol li dl dt {
	width: 10rem;
}

.app_flow ol li dl dd {
	width: calc(100% - 10rem);
	text-align: left;
	margin-left: 0;
}

.app_flow ol li {
	padding-left: 10px;
	position: relative;
	margin-bottom: 2rem;
}

.app_flow ol li:first-child {
	background: url(img/app_num01.png) no-repeat left top 5px;
	background-size: 20px;
	
}

.app_flow ol li:nth-child(2) {
	background: url(img/app_num02.png) no-repeat left top 5px;
	background-size: 20px;
}

.app_flow ol li:nth-child(3) {
	background: url(img/app_num03.png) no-repeat left top 5px;
	background-size: 20px;
}

.app_flow ol li:last-child {
	background: url(img/app_num04.png) no-repeat left top 5px;
	background-size: 20px;
}

.app_flow ol li dl dt span {
	display: inline-block;
	color:#fff;
	background: #1d85c2;
	border-radius: 50px;
	width: 80%;
	padding: 2px 0;
}

.app_content03 p {
	letter-spacing: -1px;
}

.app_flow ol li::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: calc(100% - 30px);
	height: 5px;
	background: url(img/app_flow_border.png) no-repeat;
	background-size: cover;
	left: 30px;
	bottom: -10px;
}

.recreation_view ul {
	display: flex;
	flex-wrap: wrap;
}

.recreation_view ul li {
	margin-bottom: 10px;
}

/*-----------------------

		  採用情報

-------------------------*/
.recruit_content01 {
	text-align: center;
	padding: 30px 0;
	max-width: 700px;
	margin: 0 auto;
}

.recruit_flow ol {
	box-sizing: border-box;
}

.recruit_flow ol li dl {
	display: flex;
	flex-wrap: wrap;
}

.recruit_flow ol li dl dt {
	width: 10rem;
}

.recruit_flow ol li dl dd {
	width: calc(100% - 10rem);
	text-align: left;
	margin-left: 0;
	padding-right: 15px;
	box-sizing: border-box;
}

.recruit_flow > ol > li {
	position: relative;
	margin-bottom: 2rem;
}


.recruit_flow ol li dl dt span {
	display: inline-block;
	color:#fff;
	background: #d73059;
	border-radius: 50px;
	width: 80%;
	padding: 2px 0;
}

.recruit_flow > ol > li::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 5px;
	background: url(img/app_flow_border.png) no-repeat;
	background-size: cover;
	bottom: -10px;
	left: 0;
}

.recruit_catch {
	margin: 40px 0 40px;
	font-size: 1.125rem;
}

.occupation li {
	margin: 0;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
}

.recruit_flow li p {
	margin: 0;
}

/*-----------------------

       交通・アクセス

-------------------------*/
.access_content01 {
	padding: 30px 0 80px;
	text-align: center;
}

.map2_wrap {
	max-width: 1000px;
	margin: 0 auto 40px;
	padding: 0 15px;
}

.transportation {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.transportation01 dt,
.transportation02 dt {
	color: #fff;
	background: #e36a8b;
	border-radius: 20px 20px 0 0;
	padding: 10px 0;
	font-size: 1.5rem;
}

.transportation01 dd,
.transportation02 dd {
	border: 5px solid #e36a8b;
	margin-left: 0;
	border-radius: 0 0 20px 20px;
	text-align: left;
	padding: 20px 0;
	box-sizing: border-box;
}

.transportation ul li:first-child dd {
	margin-bottom: 2rem;
}

.transportation ul li {
	background: url(img/dot_icon.png) no-repeat left top 13px;
	background-size: 3px;
	padding-left: 10px;
}

.transpor_detail {
	display: flex;
	justify-content: center;
}

/*-----------------------

       お問い合わせ

-------------------------*/
.contact_content01 {
	padding: 30px 15px;
	box-sizing: border-box;
	text-align: center;
}

.contact_content02 {
	padding: 30px 0;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 60px;
}

.contact_content01 a {
	color: #007bc3;
	font-size: 1.5rem;
	font-weight: bold;
}

.contact_quidance {
	padding: 0 15px;
	box-sizing: border-box;
}

.contact_quidance a {
	color: #036eb8;
	text-decoration: underline;
}

.formTable {
	text-align: left;
}

.formTable_inner {
	background: #eeefef;
	padding: 10px 15px;
	box-sizing: border-box;
}

.formTable dl {
	margin-bottom: 1rem;
}

.formTable dt {
	font-weight: bold;
}

.formTable dd {
	margin-left: 0;
}

.formTable p {
	text-align: center;
}

.formTable [type="submit"],
.formTable [type="reset"] {
	padding: 5px;
	box-sizing: border-box;
}

.name,
.furigana {
	width: 68%;
}
.email,
.form_tel {
	width: 78%;
}

.city,
.banchi,
.form_inquiry {
	width: 100%;
}

.yuubin {
	width: 6rem;
}

.hankaku {
	font-size: 0.75rem;
}

.hissu {
	color: #c30d22;
	font-size: 0.75rem;
}

input[type="text"],
input[type="checkbox"],
textarea,
input[type="tel"] {
	outline: none;
	box-shadow: none;
	border: 1px solid #dcdcdd;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}

input[type="text"]:focus,
input[type="checkbox"]:focus,
textarea:focus,
input[type="tel"]:focus {
	border: 2px solid #ccc;
}

select {
	outline: none;
	box-shadow: none;
	border: 1px solid #dcdcdd;
	box-sizing: border-box;
	padding: 5px;
}

/*-----------------------

	プライバシーポリシー

-------------------------*/
.privacy_content01 {
	padding: 30px 15px;
	box-sizing: border-box;
	margin-top: 102px;
}

.privacy01_heading {
	text-align: center;
}

.declaration {
	margin-bottom: 2rem;
}

.privacy_content dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.privacy_content dl dd {
	margin-left: 0;
	margin-bottom: 2rem;
}

.privacy_content ul {
	padding-left: 30px;
	list-style: disc;
	margin: 10px 0;
}
/*ハンバーガーメニュー
-----------------------*/
.gnav_sp {
	position: fixed; /*表示位置を固定*/
	z-index: 20; /*重ね順を変更*/
	top: 102px; /*表示位置を指定*/
	left: -300px;/*表示位置を指定*/
	background: rgba(186,226,248,0.9);
	color: #221814; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
	width: 300px;
	/* height: calc(100% - 102px); */
	height: auto;
	padding: 15px 10px 35px;
	box-sizing: border-box;
	z-index: 10;
}

.gnav_sp ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style: none;
}

.gnav_sp ul li {
	font-size: 1rem;
	list-style-type: none;
	padding: 7px 0;
	width: 100%;
	position: relative;
/*	border-bottom: 1px dotted #fff;*/
}

.gnav_sp ul li::after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background: url(img/gnav_border.png) no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
}

.trigger_wrap {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.gnav_sp >ul>li>ul>li:last-child,
.gnav_sp >ul>li:last-child {
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

.gnav_sp ul li a {
	display: block; /*クリックできる領域を広げる*/
	color: #221814;
	padding: 0.5rem 0;
	text-decoration: none;
}


/*トグルボタンのスタイルを指定*/
.Toggle {
	position: relative;
/*
	right: 20px;
	top: 15px;
*/
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 30;
}

.Toggle img {
	width: 100%;
}

/*トグルボタンが押されたときに付与するクラス*/
.gnav_sp.active {
	left: 0;
}

html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
	/*ご入居について、デイサービスのご利用、お問い合わせ*/
	.top_content03 .detail_link_btn a {
		/* bottom: -4%; */
		bottom: -20px;
		width: 180px;
	}
}

@media screen and (min-width: 768px) {
	/*基本レイアウト等
	------------------------------------*/
	/*-----topページ------*/


	/*pc・スマートフォン表示切替*/


	/*-----------------------

			トップページ

	-------------------------*/
	/*header*/
	.header {
		top: -173px;
		height: 141px;
	}

	.h_logo {
		width: 200px;
	}

	.header_top {
		margin-bottom: 5px;
	}

	.header_inner {
		/* max-width: 1200px;
		margin: 0 auto; */
		padding: 15px;
		box-sizing: border-box;
		font-size: 0.875rem;
	}

	.header_right {
		display: block;
		
	}

	.header_right p {
		margin: 0;
	}

	.header_nav {
		display: block;
	}

	.header_top {
		display: flex;
		justify-content: space-between;
	}

	.header_contact {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.header_nav {

	}

	.header_nav ul {
		display: flex;
		justify-content: space-between;
		font-size: 0.625rem;
		position: relative;
		padding: 5px 0; 
		box-sizing: border-box;
	}

	.header_nav ul::after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 100%;
		height: 5px;
		background: url(img/header_nav_boder_row.png) no-repeat;
		background-size: cover;
		bottom: 0;
		left: 0;
	}

	.header_nav ul li {
		width: calc(100% / 6);
		position: relative;
		text-align: center;
		padding: 0 5px;
	}

	.header_nav ul li::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 3px;
		height: 90%;
		background: url(img/header_nav_boder_col.png) no-repeat;
		background-size: cover;
		transform: translateY(-50%);
	}

	.header_nav ul li:last-child:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 3px;
		height: 90%;
		background: url(img/header_nav_boder_col.png) no-repeat;
		background-size: cover;
		transform: translateY(-50%);
	}

	.header_contact {
		
	}

	.header_tel {
		margin-right: 20px;
	}

	.header_tel a {
		display: block;
		border: 2px solid #d73059;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.header_tel p{
		background: url(img/phone_icon.png) no-repeat left center;
		background-size: 22px;
		padding-left: 26px;
	}

	.header_mail {

	}

	.header_mail a {
		display: block;
		border: 2px solid #1d85c2;
		padding: 0 15px;
		box-sizing: border-box;
	}

	.header_mail p {
		background: url(img/mail_icon.png) no-repeat left center;
		background-size: 22px;
		padding-left: 26px;
	}
	
	.header_right p.header_contact_txt {
		margin-bottom: 10px;
	}

	/*slider部分
	-----------------------*/
	.gnav_logo {
		text-align: center;
	}

	.gnav_logo img {
		transform: translateY(0);
		left: 0;
		width: 150px;
	}

	.gnav_main_inner ul {
		margin-top: 0;
		margin-bottom: 1rem;
		/* width: 300px; */
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gnav_main_inner {
		padding: 15px;
		box-sizing: border-box;
	}

	.gnav_logo {
		margin-bottom: 1rem;
	}

	.gnav_main_inner ul li {
		width: 48%;
		box-sizing: border-box;
	}

	.gnav_main_inner ul li:nth-child(2):before {
		content: '';
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 5px;
		background: url(img/gnav_border.png) no-repeat;
		background-size: cover;
	}

	.slider_title_img {
		width: 60%;
	}

	.gnav_contact {
		display: none;
	}

	/*私たちの想い*/
	.top_content01 {
		max-width: 1200px;
		margin: 0 auto;
	}

	.top_content01 h2,
	.top_content02 h2 {
		width: 450px;
		top: 35px;
	}

	.top_content01_img_wrap::before,
	.top_content02_img_wrap::before {
		background: url(img/content_border01_pc.png) no-repeat;
	}

	.top_content01 .detail_link_btn a {
		position: absolute;
		bottom: -25px;
		left: 15%;
	}

	
	/*施設概要*/
	.top_content02_img_wrap {
		display: flex;
		justify-content: space-between;
	}

	.top_content02_img01,
	.top_content02_img02 {
		width: 45%;
	}

	.top_content02 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 80px 0;
	}

	.top_content02 .detail_link_btn a {
		position: relative;
		margin-top: -5%;
	}


	/*ご入居について、デイサービスのご利用、お問い合わせ*/
	.top_content03 {
		padding: 3rem 15px 6rem;
		box-sizing: border-box;
	}
	
	.top_content03 ul {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.top_content03 ul li {
		width: 30%;
		margin: 0;

	}

	.recreation_view ul li {
		width: 32%;
		margin-right: 2%;
	}

	.recreation_view ul li:nth-child(3n) {
		margin-right: 0;
	}

	/*交通・アクセス*/
	.top_content04 {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		line-height: 1.8;
		padding: 0 15px 100px;
		box-sizing: border-box;
	}

	.top_content04 h2,
	.information h2.access_05_heading {
		font-size: 2rem;
		margin: 1rem 0 2rem;
	}

	.top_content04_heading {
		display: block;
		width: 300px;
	}

	.top_content04_heading p,
	.info_content05_heading p {
		padding-left: 15px;
		box-sizing: border-box;
	}

	.map_wrap {
		width: calc(100% - 300px);
		margin-top: 0;
	}

	.top_content04_heading p {
		font-size: 1rem;
	}


	/*-------------------------

			footer           

	---------------------------*/
	.footer {
		padding: 20px 0 10px;
	}

	.footer::before {
		height: 16px;
		background: url(img/footer_border_pc.png) no-repeat;
		background-size: contain;
	}

	.footer_inner {
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 0.875rem;
	}

	.f_logo{
		display: block;
		width: 250px;
	}

	.f_logo img {
		width: 100%;
	}

	.f_info p {
		margin: 0;
		text-align: left;
	}

	.f_right {
		display: block;
		padding: 20px 0 0;
	}

	.f_right nav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		margin-bottom: 15px;
	}

	.f_right nav ul li {
		padding: 5px 10px;
		position: relative;
	}

	.f_right nav ul li::before {
		content: '';
		display: inline-block;
		position: absolute;
		background: url(img/header_nav_boder_col.png) no-repeat;
		background-size: cover;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 3px;
		height: 90%;
	}

	.f_right nav ul li:last-child::after {
		content: '';
		display: inline-block;
		position: absolute;
		background: url(img/header_nav_boder_col.png) no-repeat;
		background-size: cover;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 3px;
		height: 90%;
	}

	.f_right nav ul::after {
		content: '';
		display: inline-block;
		position: absolute;
		background: url(img/header_nav_boder_row.png) no-repeat;
		background-size: cover;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
	}

	/*-----------------------

			見出し

	-------------------------*/
	.concept h2,
	.information h2,
	.application h2,
	.access h2,
	.day_service h2,
	.recruit h2,
	.contact h2,
	.privacy h2 {
		font-size: 3rem;
	}

	
	.concept_content01_heading p,
	.concept_content02_heading p,
	.app01_heading p {
		font-size: 3rem;
	}

	.concept h2,
	.information h2,
	.application h2,
	.access h2,
	.day_service h2,
	.recruit h2,
	.contact h2,
	.privacy h2 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.concept h2::before,
	.information h2::before,
	.application h2::before,
	.access h2::before,
	.day_service h2::before,
	.recruit h2::before,
	.contact h2::before,
	.privacy h2::before {
		width: 60px;
		height: 85.71px;
		left: -15px;
		top: -10px;
	}

	.concept h2::after,
	.information h2::after,
	.application h2::after,
	.access h2::after,
	.day_service h2::after,
	.recruit h2::after,
	.contact h2::after,
	.privacy h2::after {
		width: 60px;
		height: 85.71px;
		right: -15px;
		top: 10px;
	}

	.concept_content01_heading p:first-child,
	.concept_content02_heading p:first-child,
	.app01_heading p:first-child {
		padding-left: 45px;
	}

	.concept_content01_heading p:last-child,
	.concept_content02_heading p:last-child,
	.app01_heading p:last-child {
		padding-right: 45px;
	}

	.concept_content01_heading p:first-child::before,
	.concept_content02_heading p:first-child::before,
	.app01_heading p:first-child::before {
		width: 60px;
		height: 85.71px;
		left: -15px;
		top: -10px;
	}

	.concept_content01_heading p:last-child::after,
	.concept_content02_heading p:last-child::after,
	.app01_heading p:last-child::after {
		content: '';
		position: absolute;
		display: inline-block;
		width: 60px;
		height: 85.71px;
		background: url(img/h2_right.png) no-repeat;
		background-size: contain;
		right: -15px;
		top: 10px;
	}

	/*-----------------------

			私たちの想い

	-------------------------*/

	.concept_content01_inner {
		max-width: 1200px;
		margin: 0 auto;
	}

	.concept_content01,
	.concept_content02 {
		padding: 40px 15px;
		box-sizing: border-box;
	}

	.concept_col3 {
		/* display: flex;
		flex-wrap: wrap;
		align-items: center; */
		position: relative;
		padding: 30px 15px;
		box-sizing: border-box;
		margin: 16% 0;
	}

	.col3_center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 50%;
	}

	.col3_left {
		width: 300px;
		position: absolute;
		top: 50%;
		left: 2%;
		transform: translateY(-50%);
	}

	.col3_right {
		width: 300px;
		position: absolute;
		top: 50%;
		right: 2%;
		transform: translateY(-50%);
	}

	.concept_content03 {
		max-width: 1000px;
		margin: 50px auto 100px;
		padding: 60px 15px;
		box-sizing: border-box;
	}

	.concept .concept_content03 h2 {
		font-size: 2.375rem;
	}

	.concept_content01 h3 {
		font-size: 1.75rem;
	}

	/*-----------------------

        施設概要

	-------------------------*/
	.info_content01,
	.info_content02,
	.info_content03 {
		padding: 40px 15px;
		max-width: 1200px;
		margin: 0 auto
	}

	.info_content04 {
		max-width: 700px;
		margin: 50px auto 100px;
		padding: 60px;
	}

	.info_content04 > dl > dt {
		width: 12rem;
	}

	.info_content04 span.info_adress {
		display: block;
	}

	.info_fax {
		margin-left: 1rem;
	}

	.info_content04 > dl > dd {
		width: calc(100% - 12rem);
		padding-left: 30px;
		margin-bottom: 20px;
	}

	.info_img_box ul {
		display: flex;
		flex-wrap: wrap;
		
	}

	.info_img_box ul li {
		margin-bottom: 15px;
		width: 32%;
		margin-right: 2%;
	}

	.info_img_box ul li:nth-child(3n) {
		margin-right: 0;
	}

	.information .info_content04 h2 {
		font-size: 2.375rem;
	}
	/*-----------------------

        ご入居について

	-------------------------*/
	.app_content01,
	.app_content02,
	.app_content04 {
		padding: 40px 15px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.app_content01,
	.app_content04 {
		max-width: 1200px;
	}

	.app_content02 {
		max-width: 800px;
	}

	.app_content03 {
		padding: 60px 15px;
		max-width: 800px;
		margin: 50px auto 100px;
	}

	.app_article {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.article_img,
	.article_txt {
		width: 50%;
	}

	.article_txt {
		padding: 0 15px;
		box-sizing: border-box;
	}

	.app_flow ol li {
		padding-left: 20px;
	}

	.app_flow ol li:first-child,
	.app_flow ol li:nth-child(2),
	.app_flow ol li:nth-child(3),
	.app_flow ol li:last-child {
		background-size: 30px;
	}

	.application .app_content03 h2 {
		font-size: 2.375rem;
	}

	/*-----------------------

		  採用情報

	-------------------------*/
	.recruit_content01 {
		padding: 40px 15px;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.recruit_flow ol li dl dt,
	.recruit_flow ol li dl dd {
		padding: 0 15px;
		box-sizing: border-box;
	}

	.recruit_flow ol li:first-child dl dd {
		padding-right: 50px;
	}

	/*-----------------------

		デイサービスのご利用

	-------------------------*/
	.day_service .app_content03 h2 {
		font-size: 1.75rem;
	}

	/*-----------------------

		採用情報

	-------------------------*/
	.recruit .app_content03 h2 {
		font-size: 2.375rem;
	}
	/*-----------------------

       交通・アクセス

	-------------------------*/
	.access_content01 {
		padding: 60px 15px;
		box-sizing: border-box;
	}

	.transportation {
		display: flex;
		flex-wrap: wrap;
	}

	.transportation01,
	.transportation02 {
		width: 50%;
		position: relative;
	}

	.transportation01::after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 5px;
		height: 100%;
		background: url(img/access_border.png) no-repeat;
		background-size: cover;
		top: 0;
		right: 0;
	}

	.transportation01 dt {
		border-radius: 20px 0 0 0;
	}

	.transportation02 dt {
		border-radius: 0 20px 0 0;
	}

	.transportation01 dd {
		border-right: none;
		border-radius: 0 0 0 20px;
	}

	.transportation02 dd {
		border-left: none;
		border-radius: 0 0 20px 0;
	}

	/*-----------------------

       お問い合わせ

	-------------------------*/
	.contact_content01 {
		padding: 40px 15px;
	}

	.contact_content02 {
		padding: 40px 15px;
		margin-bottom: 100px;
	}

	.formTable dl {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}
	
	.formTable_inner {
		background: none;
		max-width: 1000px;
		margin: 0 auto;
	}

	.formTable dt {
		width: 15rem;
		padding: 10px;
		box-sizing: border-box;
		background: #eeefef;
		border-bottom: 1px solid #dcdcdd;
		border-left: 1px solid #dcdcdd;
		border-right: 1px solid #dcdcdd;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.formTable dd {
		width: calc(100% - 15rem);
		padding: 10px 15px;
		box-sizing: border-box;
		border-bottom: 1px solid #dcdcdd;
		border-right: 1px solid #dcdcdd;
	}

	.formTable_top {
		border-top: 1px solid #dcdcdd;
	}

	.name,
	.furigana {
		width: 20rem;
	}

	.email {
		width: 80%;
	}

	.form_tel {
		width: 60%;
		min-width: 20rem;
	}

	/*-----------------------

	プライバシーポリシー

	-------------------------*/
	.privacy_content01 {
		padding: 40px 15px;
		box-sizing: border-box;
		margin-top: 150px;
	}


	/*ハンバーガーメニュー
	-----------------------*/
	.Toggle {
		display: none;
	}
}

@media screen and (min-width:1024px) {
	/*header*/
	.header {
		height: 147.92px;
	}

	.header_nav ul {
		font-size: 0.875rem;
	}
	/*slider*/
	.slider_nav {
		display: flex;
		flex-wrap: wrap;
	}

	.slider_nav_inner {
		width: calc(100% - 300px);
		order: 2;
	}

	.gnav_main {
		width: 300px;
		order: 1;
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* .gnav_main_inner {
		padding-top: 10%;
		padding-bottom: 0;
	} */

	.gnav_main_inner ul {
		width: 300px;
		/* width: 100%; */
		
	}

	.gnav_main_inner ul li {
		width: 100%;
	}

	.gnav_main_inner ul li:nth-child(2):before {
		background: none;
	}

	.concept h2,
	.information h2,
	.application h2,
	.access h2,
	.day_service h2,
	.recruit h2,
	.contact h2,
	.privacy h2 {
		font-size: 3rem;
	}

	.gnav_under {
		display: flex;
	}

}

@media screen and (min-width: 1280px) {
	/*header*/
	.header {
		height: 150.92px;
	}
	.header_inner,
	.header_nav ul {
		font-size: 1rem;
	}
	/*下層ページ slider部分*/
	.slider_title_img {
		width: 50%;
	}

	.gnav_contact {
		display: block;
	}

	.gnav_tel {
		margin-bottom: 10px;
	}

	.privacy_content01 {
		margin-top: 170px;
	}

	/*私たちの想い*/
	.concept_col3 h3 {
		font-size: 30px;
	}

	.concept_col3 p,
	.concept_2_txt p {
		font-size: 20px;
	}

	.col3_left,
	.col3_right {
		width: 400px;
	}

	/*ご入居について*/
	.article_txt p:first-child {
		font-size: 24px;
	}

	.article_txt p:nth-child(2) {
		font-size: 20px;
	}

	/*採用情報*/
	.recruit_catch p {
		font-size: 24px;
	}
}

@media screen and (min-width: 1366px) {
	/*header*/
	.header {
		height: 167px;
	}
	
	.header_inner {
		font-size: 1.25rem;
	}

	.header_nav ul {
		display: flex;
		justify-content: space-between;
		font-size: 1.25rem;
		position: relative;
		padding: 5px 0; 
		box-sizing: border-box;
	}

	.gnav_logo {
		margin-bottom: 2rem;
	}

	.gnav_main_inner ul {
		margin-bottom: 3rem;
	}

	.header_tel p{
		background-size: 30px;
		padding-left: 32px;
	}


	.header_mail p {
		background-size: 30px;
		padding-left: 32px;
	}

	/*-----------------------

			私たちの想い

	-------------------------*/
	.concept_content01,
	.concept_content02 {
		padding: 80px 15px 40px;
	}

	.concept_content03 {
		margin-bottom: 150px;
	}

	/*-----------------------

        施設概要

	-------------------------*/
	.info_content01,
	.info_content02,
	.info_content03 {
		padding: 80px 15px 40px;
	}

	/*-----------------------

        ご入居について

	-------------------------*/
	.app_content01,
	.app_content02 {
		padding: 80px 15px 40px;
	}

	.app_content03 {
		margin-bottom: 100px;
		padding: 60px;
	}

	/*-----------------------

		  採用情報

	-------------------------*/
	.recruit_content01 {
		padding: 80px 15px 40px;
	}

	/*-----------------------

       交通・アクセス

	-------------------------*/
	.access_content01 {
		padding: 80px 15px 0;
		margin-bottom: 100px;
	}

	/*-----------------------

       お問い合わせ

	-------------------------*/
	.contact_content01 {
		padding: 80px 15px 40px;
	}

	.contact_content02 {
		padding: 40px 15px 0;
		margin-bottom: 150px;
	}
	
	/*-----------------------

		プライバシーポリシー

	-------------------------*/
	.privacy_content01 {
		padding: 80px 15px 150px;
		box-sizing: border-box;
		max-width: 1000px;
		margin: 170px auto 0;
	}

}

@media screen and (min-width: 1600px) {
	/*slider*/
	.gnav_logo img {
		width: 250px
	}

	.slider_nav_inner {
		width: calc(100% - 500px);
	}

	.gnav_main {
		width: 500px;
		font-size: 1.25rem;
	}

	.gnav_main_inner ul {
		width: 350px;
	}
}


