* {
	padding: 0;
	margin: 0;
}

html {
	color: #3e4e57;
	font-family: "游ゴシック", YuGothic, "a-otf-futo-go-b101-pr6n", Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 100%;
}

a::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection,
span::selection,
small::selection,
li::selection,
img::selection,
br::selection {
	background: #3e4e57;
	color: black;
}

a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection,
span::-moz-selection,
small::-moz-selection,
li::-moz-selection,
img::-moz-selection,
br::-moz-selection {
	background: #3e4e57;
	color: black;
}

body {
	-webkit-font-smoothing: antialiased;
	position: relative;
	height: auto;
	width: 100%;
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-color: #3e4e57;
}

img {
	border: 0px;
}

li {
	list-style-type: none;
}

.sp-only {
	display: none;
}

/*----header----*/
header {
	position: fixed;
	top: 10px;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#logo_main {
	position: absolute;
	right: 20px;
	top: 17px;
}

#logo_main img {
	vertical-align: middle;
	width: 110px;
}

.menu {
	position: absolute;
	right: 150px;
	top: 20px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.menu .menu__items {
	height: 6em;
	margin-left: 10px;
	position: relative;
	top: 0;
	-webkit-transition: color .2s, top .2s;
	-o-transition: color .2s, top .2s;
	transition: color .2s, top .2s;
}

.menu .menu__items.active {
	color: #dd3200;
	top: .25em;
}

.menu .menu__items:before {
	content: url(../image/link-marker.svg);
	height: 7px;
	opacity: 0;
	position: absolute;
	top: -1em;
	right: 1px;
	-webkit-transition: top .3s ease, opacity .2s;
	-o-transition: top .3s ease, opacity .2s;
	transition: top .3s ease, opacity .2s;
	width: 8px;
}

.menu .menu__items.active:before {
	opacity: 1;
	top: -.75em;
}

.menu .menu__items.deactive {
	color: #3e4e57;
	top: 0;
}

.menu .menu__items.deactive:before {
	opacity: 0;
	top: -1em;
}

.menu .menu__items:hover {
	color: #dd3200;
	top: .25em;
}

.menu .menu__items:hover:before {
	opacity: 1;
	top: -.75em;
}

.menu .menu__items a:hover {
	text-decoration: none;
}

.sub-menu {
	position: absolute;
	left: 26px;
	top: 20px;
	width: 146px;
}

.sub-menu .sub-menu__items {
	margin-bottom: 20px;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.sub-menu .sub-menu__items:hover {
	color: #dd3200;
}

.sub-menu .sub-menu__items>img {
	margin-right: 6px;
	width: 20px;
}

.sub-menu .sub-menu__items a {
	position: relative;
	text-decoration-color: #dd3200;
	top: -5px;
}

.sub-menu .sub-menu__items.telephone a {
	top: -3px;
}

.sub-menu .sub-menu__items.telephone a img {
	width: 100px;
}

.sub-menu .sub-menu__items.button {
	border-radius: 8px;
	color: #fafaf6;
	cursor: pointer;
	display: inline-block;
	padding-left: 8px;
	position: relative;
	left: -8px;
	line-height: 1em;
	transform: scale(1.0);
	transition: all .2s ease-out;
	display: flex;
	height: 30px;
	justify-content: flex-start;
	align-items: center;
}

.sub-menu .sub-menu__items.button img {
	width: 18px;
}

.sub-menu .sub-menu__items.button.turn {
	background-color: #dd3200;
	margin-bottom: 18px;
}

.sub-menu .sub-menu__items.button.turn a {
	letter-spacing: -0.05em;
}

.sub-menu .sub-menu__items.button.info {
	background-color: #3d4f57ff;
}

.sub-menu .sub-menu__items.button a {
	font-size: 0.9rem;
	top: 0;
}

.sub-menu .sub-menu__items.button:hover a {
	text-decoration: none;
}

.sub-menu .sub-menu__items.button.turn:hover {
	background-color: #dd3200cc;
	transform: scale(0.96);
}

.sub-menu .sub-menu__items.button.info:hover {
	background-color: #3d4f57cc;
	transform: scale(0.96);
}

/*----main-area----*/
.main-area {
	background-color: #fafaf6;
	border-top: 14px solid #fff;
	border-bottom: 14px solid #fff;
	border-left: 14px solid #fff;
	border-right: 14px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px 10px;
	width: 100%;
}

.main-area.top {
	padding-top: 10px;
}

/*----slideshow----*/
.slideshow-container {
	position: relative;
	width: 100%;
}

.slide_btns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	height: 100%;
	position: absolute;
	top: -40px;
	width: 10px;
	left: 0;
	z-index: 100;
}

.slide_btns .slide_btns__btn {
	color: #e1e4e5;
	cursor: pointer;
	font-size: 10px;
	margin-bottom: 10px;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;
	width: 10px;
}

.slide_btns .slide_btns__btn:hover {
	color: #868686;
}

.slide_btns .slide_btns__btn.on {
	color: #3e4e57;
}

.top-slideshow {
	position: absolute;
	width: 100%;
}

.top-slideshow h1 {
	background-color: #fff;
	border-radius: 2px;
	font-family: "ten-mincho";
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.75em;
	margin-top: 30px;
	opacity: 0;
	padding: 12px 0 8px;
	position: absolute;
	-webkit-transition: opacity 1s, margin-top 1s ease;
	-o-transition: opacity 1s, margin-top 1s ease;
	transition: opacity 1s, margin-top 1s ease;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 20;
}

.top-slideshow h1 img {
	margin: 2px 0 5px;
	width: 21px;
}

.top-slideshow>img {
	margin-top: 50px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 1s .5s cubic-bezier(0.57, 0.63, 0.33, 1), margin-top 1s .5s ease;
	-o-transition: opacity 1s .5s cubic-bezier(0.57, 0.63, 0.33, 1), margin-top 1s .5s ease;
	transition: opacity 1s .5s cubic-bezier(0.57, 0.63, 0.33, 1), margin-top 1s .5s ease;
	z-index: 2;
}

.top-slideshow>svg {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s, stroke-dashoffset 1.5s 1s cubic-bezier(0.57, 0.63, 0.33, 1);
	-o-transition: opacity .5s, stroke-dashoffset 1.5s 1s cubic-bezier(0.57, 0.63, 0.33, 1);
	transition: opacity .5s, stroke-dashoffset 1.5s 1s cubic-bezier(0.57, 0.63, 0.33, 1);
	z-index: 1;
	stroke-width: .75;
	stroke: #3e4e57;
	fill: none;
}

/*----top-slideshow(individual)----*/
.top-slideshow.man-k>svg {
	stroke-dasharray: 915;
	stroke-dashoffset: 915;
	width: 730px;
}

.top-slideshow.man-f>svg {
	stroke-dasharray: 705;
	stroke-dashoffset: 705;
	width: 222px;
}

.top-slideshow.man-i>svg {
	stroke-dasharray: 755;
	stroke-dashoffset: 755;
	width: 421px;
}

.top-slideshow.man-j>svg {
	stroke-dasharray: 805;
	stroke-dashoffset: 805;
	width: 475px;
}

.top-slideshow.man-c>svg {
	stroke-dasharray: 280;
	stroke-dashoffset: 280;
	width: 246px;
}

.top-slideshow.man-d>svg {
	stroke-dasharray: 1054;
	stroke-dashoffset: 1054;
	width: 835px;
}

.top-slideshow.man-e>svg {
	stroke-dasharray: 530;
	stroke-dashoffset: 530;
	width: 63px;
}

.top-slideshow.man-g>svg {
	stroke-dasharray: 521;
	stroke-dashoffset: 521;
	width: 224px;
}

.top-slideshow.man-l>svg {
	stroke-dasharray: 556;
	stroke-dashoffset: 556;
	width: 495px;
}

.top-slideshow.man-n>svg {
	stroke-dasharray: 486;
	stroke-dashoffset: 486;
	width: 483px;
}

.top-slideshow.man-q>svg {
	stroke-dasharray: 357;
	stroke-dashoffset: 357;
	width: 286px;
}

.top-slideshow.man-r>svg {
	stroke-dasharray: 360;
	stroke-dashoffset: 360;
	width: 205px;
}

/*----top-slideshow(on)----*/
.top-slideshow.on {
	opacity: 1;
}

.top-slideshow.on h1 {
	margin-top: 0;
	opacity: 1;
}

.top-slideshow.on>img {
	margin-top: 0;
	opacity: 1;
}

.top-slideshow.on>svg {
	opacity: 1;
	stroke-dashoffset: 0 !important;
}

/*----adjustable-container----*/
.adjustable-container {
	height: 850px;
	position: relative;
	width: 100%;
}

.adjustable-container .divider {
	border-top: 1px solid #e1e4e5;
	height: 1px;
	margin: 0 auto;
	width: 80%;
}

.adjustable-container h1 {
	font-family: "ten-mincho";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.75em;
	margin-top: 30px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 1s, margin-top 1s ease;
	-o-transition: opacity 1s, margin-top 1s ease;
	transition: opacity 1s, margin-top 1s ease;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 20;
}

.adjustable-container p {
	font-size: 13px;
	letter-spacing: .08em;
	line-height: 2.1em;
	margin-top: 50px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .75s .2s, margin-top .75s .2s ease;
	-o-transition: opacity .75s .2s, margin-top .75s .2s ease;
	transition: opacity .75s .2s, margin-top .75s .2s ease;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 20;
}

.adjustable-container p .contents_link {
	color: #dd3200;
	cursor: pointer;
	display: block;
	position: relative;
	top: 0;
	text-decoration: none;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
	margin-right: .5em;
}

.adjustable-container p .contents_link:hover {
	top: .25em;
}

.adjustable-container p .contents_link:before {
	content: url(../image/link-marker.svg);
	height: 7px;
	opacity: 1;
	position: absolute;
	top: -1em;
	right: 0;
	-webkit-transition: top .3s ease, opacity .2s;
	-o-transition: top .3s ease, opacity .2s;
	transition: top .3s ease, opacity .2s;
	width: 8px;
}

.adjustable-container p .contents_link:hover:before {
	opacity: 1;
	top: -.75em;
}

.adjustable-container p .long-dash {
	-webkit-transform: scale(1, 2);
	-moz-transform: scale(1, 2);
	-ms-transform: scale(1, 2);
	-o-transform: scale(1, 2);
	transform: scale(1, 2);
	display: inline-block;
	transform-origin: top;
	margin-bottom: 1em;
}

.adjustable-container img {
	margin-top: 50px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 1s .5s, margin-top 1s .5s ease;
	-o-transition: opacity 1s .5s, margin-top 1s .5s ease;
	transition: opacity 1s .5s, margin-top 1s .5s ease;
	z-index: 2;
}

.adjustable-container .diagnosis-process {
	height: auto;
	-webkit-transition: opacity 2s .5s, margin-top 2s .5s ease;
	-o-transition: opacity 2s .5s, margin-top 2s .5s ease;
	transition: opacity 2s .5s, margin-top 2s .5s ease;
	width: 360px;
}

.adjustable-container svg {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s, stroke-dashoffset 1s 1s ease;
	-o-transition: opacity .5s, stroke-dashoffset 1s 1s ease;
	transition: opacity .5s, stroke-dashoffset 1s 1s ease;
	z-index: 1;
	stroke-width: .75;
	stroke: #3e4e57;
	fill: none;
}

/*----adjustable-container(on)----*/
.adjustable-container.on h1,
.adjustable-container.on p,
.adjustable-container.on img {
	margin-top: 0;
	opacity: 1;
}

.adjustable-container.on svg {
	opacity: 1;
	stroke-dashoffset: 0 !important;
}

/*----adjustable-container(individual)----*/
.adjustable-container.will svg {
	stroke-dasharray: 600;
	stroke-dashoffset: 600;
	width: 40px;
}

.adjustable-container.diagnosis svg {
	stroke-dasharray: 434;
	stroke-dashoffset: 434;
	width: 372px;
}

.adjustable-container.idea svg {
	stroke-dasharray: 860;
	stroke-dashoffset: 860;
	width: 863px;
}

.adjustable-container.greeting svg {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	width: 727px;
}

/*----subpage-container----*/
.subpage-container {
	border-top: 1px solid #e1e4e5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 850px;
	margin: 0 auto;
	position: relative;
	width: 780px;
}

.subpage-container.first {
	border-top: none;
}

.subpage-container .subpage-container-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-align-items: flex-start;
	align-items: flex-start;
	position: relative;
	height: auto;
	width: 100%;
}

.subpage-container h1 {
	font-family: "ten-mincho";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	top: 30px;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity 1s, top 1s ease;
	-o-transition: opacity 1s, top 1s ease;
	transition: opacity 1s, top 1s ease;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 20;
	width: 1em;
}

.subpage-container.first h1 {
	top: 0;
}

.subpage-container h1 small {
	font-size: 14px;
	letter-spacing: .075em;
}

.subpage-container h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .08em;
	margin-right: 36px;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity .75s .2s, top .75s .2s ease;
	-o-transition: opacity .75s .2s, top .75s .2s ease;
	transition: opacity .75s .2s, top .75s .2s ease;
	-webkit-writing-mode: vertical-rl;
	top: 50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.subpage-container h3:nth-of-type(n+2) {
	margin-right: 20px;
}

.subpage-container.first h3 {
	top: -.5em;
}

.subpage-container h4 {
	color: #dd3200;
	font-weight: normal;
	margin-left: 14px;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity .75s .2s, top .75s .2s ease;
	-o-transition: opacity .75s .2s, top .75s .2s ease;
	transition: opacity .75s .2s, top .75s .2s ease;
	top: 50px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.subpage-container p {
	font-size: 13px;
	letter-spacing: .04em;
	line-height: 2.1em;
	opacity: 0;
	position: relative;
	top: 50px;
	-webkit-transition: opacity .75s .2s, top .75s .2s ease;
	-o-transition: opacity .75s .2s, top .75s .2s ease;
	transition: opacity .75s .2s, top .75s .2s ease;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 20;
}

.subpage-container.first h1 {
	top: 0;
}

.subpage-container p small {
	font-size: smaller;
	letter-spacing: 0.025em;
}

.subpage-container p .contents_link {
	color: #dd3200;
	cursor: pointer;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	margin-right: 1em;
}

.subpage-container.first p {
	top: 0;
}

.subpage-container img {
	opacity: 0;
	position: relative;
	top: 50px;
	-webkit-transition: opacity 1s .5s, top 1s .5s ease;
	-o-transition: opacity 1s .5s, top 1s .5s ease;
	transition: opacity 1s .5s, top 1s .5s ease;
	z-index: 2;
}

.subpage-container.first img {
	top: 0;
}

.subpage-container svg {
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s, stroke-dashoffset 1s 1s ease;
	-o-transition: opacity .5s, stroke-dashoffset 1s 1s ease;
	transition: opacity .5s, stroke-dashoffset 1s 1s ease;
	z-index: 1;
	stroke-width: .75;
	stroke: #3e4e57;
	fill: none;
}

.subpage-container.first svg {
	opacity: 1;
}

/*----subpage-container(on)----*/
.subpage-container.on h1,
.subpage-container.on p,
.subpage-container.on img,
.subpage-container.on h4,
.subpage-container.on li {
	top: 0;
	opacity: 1;
}

.subpage-container.on h3 {
	top: -.5em;
	opacity: 1;
}

.subpage-container.on svg {
	opacity: 1;
	stroke-dashoffset: 0 !important;
}

/*----subpage-container(courses)----*/
.subpage-container.courses img {
	margin-right: 26px;
}

.subpage-container.courses svg {
	stroke-dasharray: 315;
	stroke-dashoffset: 315;
	top: 290px;
	right: 0;
	width: 203px;
}

/*----subpage-container(age)----*/
.subpage-container.age h1 {
	margin-left: 42px;
}

.subpage-container.age img {
	position: relative;
	margin-top: 125px;
	margin-right: -110px;
	margin-left: 30px;
}

.subpage-container.age svg {
	stroke-dasharray: 644;
	stroke-dashoffset: 644;
	top: 50px;
	right: 100px;
	width: 446px;
}

.care-by-age {
	display: flex;
	flex-direction: column;
}

.care-by-age li {
	background-color: #fff;
	border: 1px solid #faf3ee;
	border-radius: 3px;
	cursor: pointer;
	line-height: 20px;
	margin-bottom: 10px;
	opacity: 0;
	position: relative;
	padding: 10px 5px;
	top: 20px;
	text-align: center;
	transition: background-color .2s, top .2s ease;
	width: 120px;
}

.care-by-age li:hover {
	background-color: #ecc1a4;
	top: 4px;
}

.care-by-age li h5 {
	font-size: 14px;
	font-weight: bold;
}

/*----subpage-container(kamo-kids)----*/
.subpage-container.kamo-kids h1 {
	margin-left: 42px;
}

.subpage-container.kamo-kids img {
	margin-left: 42px;
}

.subpage-container.kamo-kids svg {
	stroke-dasharray: 725;
	stroke-dashoffset: 725;
	top: -50px;
	right: 160px;
	width: 440px;
}

.kids-process {
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}

.kids-process h4 {
	color: #3e4e57;
	font-weight: bold;
	margin: 0 0 10px 0;
	opacity: 0;
	padding: 4px 0;
	text-align: center;
	-webkit-transition: opacity .75s .2s, top .75s .2s ease;
	-o-transition: opacity .75s .2s, top .75s .2s ease;
	transition: opacity .75s .2s, top .75s .2s ease;
	top: 50px;
	-webkit-writing-mode: rl-tb;
	-ms-writing-mode: rl-tb;
	writing-mode: rl-tb;
	background: -moz-linear-gradient(0% 50% 0deg, rgba(250, 215, 181, 1) 0%, rgba(247, 196, 163, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(250, 215, 181, 1) 0%, rgba(247, 196, 163, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(250, 215, 181, 1)), color-stop(1, rgba(247, 196, 163, 1)));
	background: -o-linear-gradient(0deg, rgba(250, 215, 181, 1) 0%, rgba(247, 196, 163, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(250, 215, 181, 1) 0%, rgba(247, 196, 163, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD7B5', endColorstr='#F7C4A3' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(250, 215, 181, 1) 0%, rgba(247, 196, 163, 1) 100%);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter: alpha(opacity=80) progid:DXImageTransform.Microsoft.Alpha(opacity=80) progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAD7B5', endColorstr='#F7C4A3', GradientType=1);
}

.kids-process li {
	background-color: #fff;
	border: 1px solid #faf3ee;
	border-radius: 3px;
	line-height: 20px;
	margin-bottom: 10px;
	opacity: 0;
	padding: 10px 6px;
	position: relative;
	top: 20px;
	text-align: center;
	transition: background-color .2s, top .2s ease;
	width: 206px;
}

.kids-process li:not(:last-child):after {
	content: url(../image/kamo-kids-arrow.svg);
	position: absolute;
	bottom: -16px;
	right: 50%;
	height: 20px;
	width: 8px;
	z-index: 5;
}

.kids-process li h5 {
	font-size: 14px;
	font-weight: bold;
}

.kids-process li small {
	line-height: 16px;
}

/*----popup----*/
.popup {
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	left: 9999px;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	z-index: 1500;
	width: 100%;
}

.popup .popup__bg {
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.popup .popup__inner {
	background-color: #fafaf6;
	border-radius: 5px;
	display: none;
	margin: 100px auto 0;
	position: relative;
	overflow: auto;
	padding: 40px;
	top: 0;
	width: 940px;
	-webkit-transition: top .5s ease;
	-o-transition: top .5s ease;
	transition: top .5s ease;
}

.popup .popup__inner h2 {
	font-size: 12px;
	float: left;
	line-height: 12px;
	padding-top: 4px;
	position: relative;
	top: -12px;
	width: 160px;
}

.popup .popup__inner h2 img {
	margin-right: 4px;
	position: relative;
	top: 5px;
	width: 20px;
}

.popup .popup__inner.profile div {
	margin: 0 6px;
	float: left;
	width: 300px;
}

.popup .popup__inner.profile div h3 {
	margin-bottom: 10px;
}

.popup .popup__inner.toilet {
	width: 400px;
	padding: 32px;
}

.popup .popup__inner.toilet img {
	border-radius: 3px;
	margin-bottom: 1em;
	width: 100%;
}

.popup .popup__inner.toilet h3 {
	font-size: 14px;
	margin-left: -.5em;
	margin-bottom: .5em;
}

.popup .popup__inner.toilet p {
	font-size: 13px;
}

.popup .popup__inner .popup__content {
	float: left;
	width: 780px;
}

.popup .close-btn {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}

.popup__content .left {
	float: left;
	margin-right: 20px;
	width: 300px;
}

.popup__content .left h3 {
	letter-spacing: .04em;
}

.popup__content .left p {
	line-height: 1.66em;
	margin-bottom: 30px;
}

/*----popup contact----*/
.popup__inner.contact .popup__content form {
	width: 100%;
}

.popup__inner.contact .popup__content form p {
	font-size: 12px;
	float: left;
	margin-bottom: 20px;
	width: 140px;
}

.popup__inner.contact .popup__content form p span {
	font-size: 10px;
	vertical-align: top;
	color: #dd3200;
}

.popup__inner.contact .popup__content form small {
	color: #dd3200;
	font-size: 10px;
	float: left;
	position: relative;
	top: -24px;
	width: 140px;
}

.popup__inner.contact .popup__content form>input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	border-radius: 2px;
	float: left;
	margin-bottom: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 4px 4px;
	width: 540px;
}

.popup__inner.contact .popup__content form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 200px;
	padding: 4px;
	width: 540px;
}

.popup__inner.contact .popup__content form .submit {
	margin: 20px 0 0 140px;
}

.popup__inner.contact .popup__content form .submit input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #3e4e57;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	height: 40px;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	width: 140px;
}

.popup__inner.contact .popup__content form .submit input:hover {
	background-color: #6c8796;
}

/*----popup age----*/
.popup__inner.age {
	display: none;
	height: 24em;
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: auto;
	max-width: 960px
}

.popup__inner.age h5 {
	-ms-align-self: flex-start;
	align-self: flex-start;
	font-size: 16px;
	letter-spacing: .05em;
	margin-left: 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.popup__inner.age h5 small {
	font-size: 13px;
	margin-top: 20px;
}

.popup__inner.age h6 {
	-ms-align-self: flex-start;
	align-self: flex-start;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	margin-left: 10px;
	position: relative;
	top: -.5em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.popup__inner.age p {
	-ms-align-self: flex-start;
	align-self: flex-start;
	font-size: 13px;
	letter-spacing: .025em;
	line-height: 2.1em;
	margin-left: 40px;
	text-align: justify;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/*----footer----*/
footer {
	background-color: #fff;
	width: 100%;
}

footer nav {
	padding: 22px 0 30px;
	margin: 0 auto;
	text-align: center;
	width: 940px;
}

footer nav h1 {
	display: inline-block;
}

footer .footer-container {
	border-top: 1px solid #eee;
	overflow: auto;
	padding: 28px 0 36px;
	margin: 0 auto;
	width: 940px;
}

.footer-container__head {
	font-size: 12px;
	float: left;
	width: 160px;
}

.footer-container__head img {
	margin-right: 4px;
	position: relative;
	top: 6px;
	width: 22px;
}

.footer-container__content {
	padding-top: 10px;
	float: left;
	width: 780px;
}

.footer-container.telephone .footer-container__content a {
	display: block;
	margin: 8px auto 12px;
	width: 284px;
}

.footer-container.telephone .footer-container__content small {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.footer-container.time .footer-container__content img {
	border-radius: 3px;
}

.footer-container.map .footer-container__content .left {
	float: left;
	margin-right: 20px;
	width: 300px;
}

.footer-container__content .left h3 {
	letter-spacing: .04em;
}

.footer-container__content .left p {
	line-height: 1.66em;
	margin-bottom: 30px;
}

.footer-container.in-exterior {
	border-top: none;
}

.footer-container.in-exterior .footer-container__content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: flex-start;
	align-items: flex-start;
	height: 600px;
	justify-content: space-between;
	width: 780px;
}

.footer-container.in-exterior .footer-container__content div {
	border-radius: 3px;
}

.footer-container.in-exterior .footer-container__content .interior {
	background-image: url(../image/interior.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 61%;
}

.footer-container.in-exterior .footer-container__content .exterior {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 38%;
}

.exterior .exterior1 {
	background-image: url(../image/exterior1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 70%;
}

.exterior .exterior2 {
	background-image: url(../image/exterior2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 29%;
}

footer .copyright {
	border-top: 1px solid #eee;
	clear: both;
	width: 100%;
}

footer .copyright .copyright__inner {
	margin: 0 auto;
	width: 940px;
}

.copyright__inner small {
	color: #666;
	font-size: 10px;
	line-height: 45px;
}

@media(min-width: 941px) and (max-width: 1140px) {
	#logo_main {
		right: 10px;
		top: 7px;
	}

	#logo_main img {
		width: 80px;
	}

	.sub-menu {
		left: 10px;
		top: 10px;
	}

	.main-area {
		border: none;
		padding: 0;
	}

	.slideshow-container {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}

	.menu {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		right: 30px;
		top: 240px;
	}

	.menu .menu__items {
		height: 5em;
	}

	.slide_btns {
		left: -10%;
	}

	.adjustable-container {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}

	.adjustable-container.greeting svg {
		transform: rotate(6deg);
		width: 550px;
	}

	.subpage-container.age h4 {
		position: relative;
		left: 12px;
	}

	.care-by-age {
		position: relative;
		left: 14px;
	}

	.subpage-container.kamo-kids p {
		position: relative;
		left: 40px;
	}

	.kids-process {
		margin-right: 0;
		position: relative;
		left: 20px;
	}

	.kids-process li {
		width: 180px;
	}

	footer .footer-container {
		width: 720px;
	}

	.footer-container__head {
		float: none;
		margin-bottom: 10px;
	}

	.footer-container__content {
		width: 100%;
	}

	.footer-container.time .footer-container__content img {
		width: 100%;
	}

	.footer-container.map .footer-container__content .left {
		width: 280px;
	}

	.footer-container.map .footer-container__content .map {
		float: left;
		width: 420px;
	}

	.footer-container.map .footer-container__content .map iframe {
		width: 100%;
	}
}


@media(max-width: 940px) {
	.sp-only {
		display: block;
	}

	.pc-only {
		display: none !important;
	}

	/*----header----*/
	header {
		position: absolute;
		top: 10px;
		left: 0;
		width: 100%;
		z-index: 1000;
	}

	#logo_main {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 70px;
	}

	#logo_main img {
		width: 66px;
	}

	header h2 {
		font-size: 16px;
		letter-spacing: 0;
		right: 26px;
		top: 210px;
		border-right: none;
	}

	header h2 img {
		margin: 2px 0 2px;
		width: 20px;
	}

	header p {
		border-radius: 3px;
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px;
		position: absolute;
		right: unset;
		left: 8px;
		top: 40px;
	}

	header p img {
		margin: 2px 0 3px;
		width: 10px;
	}

	header p img.youbi {
		position: relative;
		right: 0;
		margin: 2px 0 2px;
		width: 14px;
	}

	nav {
		background-color: rgba(255, 255, 255, .95);
		padding-top: 60px;
		position: fixed;
		top: -500px;
		-webkit-transition: top .5s ease;
		-o-transition: top .5s ease;
		transition: top .5s ease;
		width: 100%;
		z-index: 100000;
	}

	nav.on {
		top: -10px;
	}

	nav h3 {
		position: absolute;
		right: 34px;
		top: 80px;
		width: 90px;
	}

	nav h3 a {
		display: inline-block;
	}

	nav h3 a img {
		width: 90px;
	}

	.menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 20px 0;
		position: relative;
		right: 0;
		top: 0;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		width: 50%;
	}

	.menu .menu__items {
		border-top: 1px solid #eee;
		height: 1.5em;
		margin-left: 0;
		padding: 1em 0 1em;
	}

	.menu .menu__items:before {
		display: none;
	}

	.sub-menu {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 0 20px;
		position: relative;
		left: 0;
		top: 0;
		width: 50%;
	}

	.sub-menu .sub-menu__items {
		border-top: 1px solid #eee;
		margin-bottom: 0;
		padding: 14px 0 14px;
	}

	.sub-menu .sub-menu__items img {
		margin-right: 6px;
	}

	.sub-menu .sub-menu__items a {
		position: relative;
		top: -5px;
	}

	.sub-menu .sub-menu__items.telephone a {
		top: -3px;
	}

	/*----menu-bar----*/
	.menu-bar {
		height: 30px;
		left: 20px;
		opacity: 0;
		position: fixed;
		top: 20px;
		transition: opacity .5s;
		width: 30px;
		z-index: 100000;
	}

	.menu-bar.show {
		opacity: 1;
	}

	.menu-bar img {
		margin-bottom: 0px;
		opacity: 1;
		position: absolute;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		width: 30px;
	}

	.menu-bar img.top {
		top: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: left top;
	}

	.menu-bar.on img.top {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-bar img.middle {
		opacity: 1;
		top: 10px;
	}

	.menu-bar.on img.middle {
		opacity: 0;
	}

	.menu-bar img.bottom {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		transform-origin: left bottom;
		top: 20px;
	}

	.menu-bar.on img.bottom {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/*----menu-info----*/
	.menu-button {
		align-items: center;
		border-radius: 4px;
		color: #fafaf6;
		display: flex;
		height: 26px;
		justify-content: center;
		line-height: 1em;
		position: absolute;
		top: 6px;
		width: calc(36vw);
		z-index: 1;
	}

	.menu-button.top {
		height: 40px;
		width: 26vw;
	}

	.menu-button.turn {
		background-color: #dd3200;
		left: 20px;
	}

	.menu-button.top.turn {
		left: 20px;
	}

	.menu-button.info {
		background-color: #3d4f57;
		left: calc(36vw + 30px);
	}

	.menu-button.top.info {
		left: calc(26vw + 30px);
	}

	.menu-button a {
		display: inline-block;
		font-size: 0.85rem;
		line-height: 1.25em;
		position: relative;
	}

	.menu-button.turn a {
		letter-spacing: -0.05em;
	}

	.menu-button img {
		width: 16px;
		margin-right: 4px;
		position: relative;
	}

	.menu-button.top img {
		margin-right: 8px;
		width: 20px;
	}

	/*----main-area----*/
	.main-area {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 10px solid #fff;
	}

	/*----slideshow----*/
	.slide_btns {
		display: block;
		position: relative;
		top: calc(100% - 46px);
		width: 100%;
		left: 0;
		text-align: center;
		z-index: 0;
	}

	.slide_btns .slide_btns__btn {
		color: #e1e4e5;
		cursor: pointer;
		font-size: 10px;
		display: inline-block;
		margin: 0 2px 0 2px;
		-webkit-transition: color 1s;
		-o-transition: color 1s;
		transition: color 1s;
	}

	.slide_btns .slide_btns__btn:hover {
		color: #868686;
	}

	.slide_btns .slide_btns__btn.on {
		color: #3e4e57;
	}

	.top-slideshow {
		position: absolute;
		width: 100%;
	}

	.top-slideshow h1 {
		background-color: #fff;
		border-radius: 2px;
		font-family: "ten-mincho";
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0;
		line-height: 1.75em;
		margin-top: 10px;
		opacity: 0;
		padding: 6px 0 0;
		position: absolute;
		white-space: nowrap;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		z-index: 20;
	}

	.top-slideshow h1 img {
		margin: 2px 0 4px;
		width: 16px;
	}

	.top-slideshow>img {
		margin-top: 0;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity 1s .5s;
		-o-transition: opacity 1s .5s;
		transition: opacity 1s .5s;
		width: 100%;
		z-index: 2;
	}

	.top-slideshow>svg {
		display: none;
	}

	/*----top-slideshow_individual----*/
	.top-slideshow.man-k h1 {
		left: 10px;
	}

	.top-slideshow.man-f h1 {
		left: 10px;
	}

	.top-slideshow.man-i h1 {
		left: 10px;
	}

	.top-slideshow.man-j h1 {
		left: 10px;
	}

	.top-slideshow.man-c h1 {
		right: 10px;
	}

	.top-slideshow.man-d h1 {
		left: 10px;
	}

	.top-slideshow.man-e h1 {
		right: 10px;
	}

	.top-slideshow.man-g h1 {
		left: 17px;
	}

	.top-slideshow.man-l h1 {
		right: 10px;
	}

	.top-slideshow.man-n h1 {
		right: 30px;
	}

	.top-slideshow.man-q h1 {
		left: 10px;
	}

	.top-slideshow.man-r h1 {
		left: 10px;
	}

	/*----adjustable-container----*/
	.adjustable-container {
		clear: both;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: auto;
		overflow: auto;
		padding: 0 0 40px;
		position: relative;
		width: 100%;
	}

	.adjustable-container .divider {
		margin-bottom: 40px;
		width: 100%;
	}

	.adjustable-container h1 {
		background-color: #fafaf6;
		font-size: 20px;
		float: right;
		font-weight: bold;
		letter-spacing: 0.02em;
		line-height: 1em;
		margin: 20px 0 10px 10px;
		padding: 4px;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.adjustable-container.on h1 {
		margin-top: 0;
	}

	.adjustable-container h1 br {
		display: none;
	}

	.adjustable-container p {
		font-size: 13px;
		float: right;
		letter-spacing: .02em;
		line-height: 1.9em;
		margin: 0;
		position: relative;
		height: 18em;
		text-align: justify;
		text-justify: inter-ideograph;
		-webkit-transition: opacity .75s .2s;
		-o-transition: opacity .75s .2s;
		transition: opacity .75s .2s;
	}

	.adjustable-container p small {
		line-height: 1.5em;
		display: block;
	}

	.adjustable-container.will p {
		height: 15em;
	}

	.adjustable-container.idea span.popup-switch {
		width: auto;
		line-height: 1.5em;
		margin-right: .5em;
	}

	.adjustable-container.idea span.popup-switch.toilet {
		line-height: .8em;
	}

	.adjustable-container.greeting p {
		height: 22em;
	}

	.adjustable-container p br {
		display: none;
	}

	.adjustable-container p br.visible {
		display: inline;
	}

	.adjustable-container p br.sp-only {
		display: inline;
	}

	.adjustable-container p span.sp-only.space {
		display: inline;
	}

	.adjustable-container img {
		margin: 0 0 1em;
		position: relative;
		-webkit-transition: opacity 1s .5s;
		-o-transition: opacity 1s .5s;
		transition: opacity 1s .5s;
		width: 100%;
		z-index: 2;
	}

	.adjustable-container p .contents_link {
		margin-right: .5em;
		top: 1em;
	}

	.adjustable-container p .contents_link:hover {
		top: 1em;
	}

	.adjustable-container p .contents_link:before {
		top: -.75em;
	}

	.adjustable-container .diagnosis-process {
		margin-top: 1.5em;
	}

	.adjustable-container.on .diagnosis-process {
		margin-top: 1.5em;
		width: 100%;
	}

	/*----subpage-container----*/
	.subpage-container {
		display: block;
		height: auto;
		padding: 40px 0 40px;
		width: 100%;
	}

	.subpage-container .subpage-container-inner {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.subpage-container h1 {
		background-color: #fafaf6;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		padding: 4px;
		position: absolute;
		right: 20px;
		top: 0;
		order: -2;
	}

	.subpage-container.on h1 {
		top: -20px;
	}

	.subpage-container h3 {
		margin-top: 1.5em;
		margin-bottom: .5em;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.subpage-container.on h3 {
		top: 0;
		left: -.5em;
	}

	.subpage-container h4 {
		margin-left: 0;
		margin-top: 1em;
		margin-bottom: 1em;
		top: 0;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.subpage-container p {
		letter-spacing: .02em;
		line-height: 1.75em;
		text-align: justify;
		top: 0;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.subpage-container p br {
		display: none;
	}

	.subpage-container p br.visible {
		display: inline-block;
	}

	.subpage-container img {
		order: -1;
		top: 0;
		width: 100%;
	}

	/*----courses----*/
	.subpage-container.courses img {
		margin-right: 0;
	}

	/*----age----*/
	.subpage-container.age img {
		margin: 0 0 20px;
		width: 100%;
	}

	.subpage-container.age .subpage-container-inner h4 span.sp-only {
		display: inline;
	}

	.care-by-age {
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.care-by-age li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		top: 0;
		width: 48%;
	}

	/*----kamo-kids----*/
	.subpage-container.kamo-kids img {
		margin-left: 0;
		margin-bottom: 1em;
	}

	.kids-process {
		margin-right: 0;
		width: 100%;
	}

	.kids-process li {
		width: 100%;
	}

	.kids-process li small br {
		display: none;
	}

	/*----popup----*/
	.popup {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px;
	}

	.popup .popup__inner {
		margin: 0;
		max-height: 80%;
		padding: 20px;
		width: 90%;
		top: 0 !important;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		justify-content: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.popup .popup__inner.profile div {
		margin-bottom: 20px;
		width: 100%;
	}

	.popup .popup__inner.profile div h3 {
		margin-bottom: 10px;
	}

	.popup__inner.age {
		height: auto;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.popup__inner.age h5,
	.popup__inner.age h6,
	.popup__inner.age p {
		margin: 0;
		-webkit-writing-mode: initial;
		-ms-writing-mode: initial;
		writing-mode: initial;
	}

	.popup__inner.age h5 {
		margin-bottom: .5em;
	}

	.popup__inner.age h5 small {
		margin: 0 0 0 1em;
	}

	.popup__inner.age h6 {
		margin-top: 1em;
		left: -.5em;
	}

	.popup__inner.age p {
		line-height: 1.6em;
		margin-bottom: 1em;
	}

	/*----footer----*/
	footer {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}

	footer nav {
		padding: 22px 0 30px;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

	footer .footer-container {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 0 40px;
		width: 100%;
	}

	.footer-container.in-exterior .footer-container__content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		height: 760px;
		justify-content: space-between;
		width: 100%;
	}

	.footer-container.in-exterior .footer-container__content .interior {
		height: 50%;
		width: 100%;
		margin-top: 5px;
	}

	.footer-container.in-exterior .footer-container__content .exterior {
		justify-content: space-between;
		height: 50%;
		width: 100%;
	}

	.exterior .exterior1 {
		height: 78%;
		width: 100%;
	}

	.exterior .exterior2 {
		height: 22%;
		margin-bottom: 5px;
		order: -1;
		width: 100%;
	}

	.footer-container.telephone .footer-container__content a {
		width: 90%;
	}

	.footer-container__head {
		font-size: 16px;
		float: none;
		margin-bottom: .75em;
		width: 100%;
	}

	.footer-container__head img {
		margin-right: 4px;
		position: relative;
		top: 4px;
	}

	.footer-container__content {
		padding-top: 10px;
		float: none;
		width: 100%;
	}

	.footer-container.map .footer-container__content .left {
		width: 100%;
	}

	.footer-container__content .left h3 {
		margin-bottom: .5em;
		font-size: 12px;
	}

	.footer-container__content .left p {
		margin-bottom: 1em;
	}

	.footer-container.map .map iframe {
		width: 100%;
	}

	footer .copyright .copyright__inner {
		margin: 0 auto;
		width: 100%;
	}
}