@charset "UTF-8";
@import bootstrap.min.css;
@import table/style.css;
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@600&display=swap');

*,
::before,
::after {
		background-repeat: no-repeat;
		box-sizing: inherit
}
::before,
::after {
		text-decoration: inherit;
		vertical-align: inherit
}
article,
aside,
footer,
header,
nav,
section {
		display: block
}
figcaption,
figure,
main {
		display: block
}
figure {
		margin: 1em 40px
}
hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible
}
nav ol,
nav ul {
		list-style: none
}
pre {
		font-family: monospace, monospace;
		font-size: 1em
}
a {
		background-color: transparent;
		-webkit-text-decoration-skip: objects
}
abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted
}
b,
strong {
		font-weight: inherit
}
b,
strong {
		font-weight: 700
}
code,
kbd,
samp {
		font-family: monospace, monospace;
		font-size: 1em
}
dfn {
		font-style: italic
}
mark {
		background-color: #ff0;
		color: #000
}
small {
		font-size: 80%
}
sub,
sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline
}
sub {
		bottom: -0.25em
}
sup {
		top: -0.5em
}
::-moz-selection {
		background-color: #b3d4fc;
		color: #000;
		text-shadow: none
}
::selection {
		background-color: #b3d4fc;
		color: #000;
		text-shadow: none
}
audio,
canvas,
iframe,
img,
svg,
video {
		vertical-align: middle
}
iframe {
		border: none;
		max-width: 100%
}
audio,
video {
		display: inline-block
}
video {
		max-width: 100%
}
audio:not([controls]) {
		display: none;
		height: 0
}
img {
		border-style: none
}
svg {
		fill: currentColor
}
svg:not(:root) {
		overflow: hidden
}
table {
		border-collapse: collapse
}
button,
input,
optgroup,
select,
textarea {
		margin: 0
}
button,
input,
select,
textarea {
		background-color: transparent;
		color: inherit;
		font-size: inherit;
		line-height: inherit
}
button,
input {
		overflow: visible
}
button,
select {
		text-transform: none
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
		-webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText
}
legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal
}
progress {
		display: inline-block;
		vertical-align: baseline
}
textarea {
		overflow: auto;
		resize: vertical
}
[type="checkbox"],
[type="radio"] {
		box-sizing: border-box;
		padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
		height: auto
}
[type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none
}
::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit
}
details,
menu {
		display: block
}
summary {
		display: list-item
}
canvas {
		display: inline-block
}
template {
		display: none
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
		-ms-touch-action: manipulation;
		touch-action: manipulation
}
[hidden] {
		display: none
}
[aria-busy="true"] {
		cursor: progress
}
[aria-controls] {
		cursor: pointer
}
[aria-hidden="false"][hidden]:not(:focus) {
		clip: rect(0, 0, 0, 0);
		display: inherit;
		position: absolute
}
[aria-disabled] {
		cursor: default
}
@keyframes fadeIn {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}
@-webkit-keyframes fadeIn {
		0% {
				opacity: 0
		}
		100% {
				opacity: 1
		}
}
@keyframes rotating {
		0% {
				transform: rotate(0)
		}
		100% {
				transform: rotate(360deg)
		}
}
html {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		box-sizing: border-box;
		cursor: default;
		font-size: 62.5%
}
body {
		-webkit-animation: fadeIn 1s ease 0 1 normal;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		animation: fadeIn 1s ease 0 1 normal;
		background-color: #F2F1F3;
		color: rgba(0, 0, 0, 0.8);
		font: 200 1.5rem "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		letter-spacing: 0.1em;
		margin: 0
}
body.admin-bar {
		position: relative
}
.admin-bar > .fixed-topbar {
		margin-top: 32px
}
@media all and(-ms-high-contrast: none) {
		body {
				font-family: 'Yu Gothic', "Noto Sans Japanese", Meiryo, sans-serif
		}
}
@media all and(-ms-high-contrast: active) {
		body {
				font-family: 'Yu Gothic', "Noto Sans Japanese", Meiryo, sans-serif
		}
}
a {
		color: #333;
		text-decoration: none;
		-webkit-transition: background-color 0.3s 0 ease-in-out, color 0.3s 0 ease-in-out;
		transition: background-color 0.3s 0 ease-in-out, color 0.3s 0 ease-in-out
}
a:hover {
		color: #81a9d9
}
a > img {
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out
}
a > img:hover {
		box-shadow: 2px 2px 4px #aaa
}
ul,
li {
		margin: 0;
		padding: 0;
		list-style-type: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
		color: rgba(0, 0, 0, 0.9);
		margin: 0
}
h1,
h2 {
		line-height: 1.2
}
h1 {
		font-size: 2em;
		font-weight: 600;
		margin: 0.67em 0
}
h2 {
		font-size: 2.1rem;
		font-weight: 400
}
h3 {
		font-size: 1.9rem;
		font-weight: 400
}
img {
		font-family: 'object-fit: cover;';
		box-sizing: border-box;
		-o-object-fit: cover;
		object-fit: cover
}
input,
textarea,
select {
		-webkit-appearance: none;
		appearance: none;
		background-color: #f6f3f6;
		border: none;
		border-radius: 0;
		margin-top: 2px;
		outline: none;
		padding: 10px
}
input[type=radio] {
		border-radius: 50%;
		display: inline-block;
		height: 16px;
		margin: 0 5px -2px 0;
		position: relative;
		width: 16px
}
input[type=radio]::before {
		content: ""
}
input[type=radio]:checked::before {
		background-color: #81a9d9;
		border-radius: 50%;
		height: 8px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 8px
}
textarea {
		padding: 10px 11px
}
button {
		border: none;
		outline: none
}
input[type="submit"] {
		background-color: #b3bfff;
		color: #fff;
		font-weight: 600;
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out
}
input[type="submit"]:hover {
		box-shadow: 2px 2px 3px #aaa
}
::selection {
		color: inherit
}
::-moz-selection {
		color: inherit
}
p {
		font-size: 1.7rem;
		line-height: 1.4;
		margin: 0 0 16px
}
.btn {
		transition: box-shadow 0.3s 0 ease-in-out
}
.btn:hover {
		box-shadow: 2px 2px 3px #ccc
}
.btn-primary {
		background-color: #b3bfff
}
.btn-secondary {
		background-color: #8be8bf
}
#header {
		-webkit-transition: background-color 0.5s 0 ease-in-out;
		transition: background-color 0.5s 0 ease-in-out
}
#topbar {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 80px;
		margin: 0 auto;
		max-height: 80px;
		max-width: 1400px;
		position: relative;
		transition: all 0.5s 0 ease-in-out;
		width: inherit
}
.fixed-topbar {
		animation: fadeIn 0.5s ease-in-out 0 1 normal;
		background-color: #fff;
		box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
		height: 80px;
		left: 0;
		position: fixed !important;
		top: 0;
		width: 100%;
		z-index: 1000
}
#logo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: inherit;
		max-height: inherit;
		width: 400px
}
.site-title {
		color: #333;
		font-size: 3.4rem;
		font-weight: 300;
		line-height: inherit;
		margin: 0 0 0 30px;
		max-width: 400px;
		word-break: break-all
}
.site-description {
		font-size: 1.4rem;
		margin: 2px 0 0 30px;
		max-width: 400px
}
#logo > a {
		max-height: inherit
}
#logo > a:hover {
		color: #333
}
#logo > a:hover img {
		box-shadow: none
}
#logo > a img {
		height: inherit;
		max-height: inherit;
		max-width: 400px;
		width: auto
}
.site-logo {
		margin: 0;
		max-height: inherit
}
#gnav {
		position: absolute;
		right: 130px;
		top: 0;
		z-index: 1000
}
#gnav a {
		position: relative;
		display: block;
		line-height: 1.2em
}
.gnav > li > a {
		color: inherit;
		font-size: 1.6rem;
		padding: 30.5px 50px 30.5px 0
}
.gnav > li > a:hover {
		color: inherit
}
.menu-item-open-btn {
		display: none
}
.menu-item-open-btn > i::after {
		display: none
}
.gnav,
.sub-menu {
		color: #888;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left
}
.gnav::before,
.sub-menu::before,
.gnav::after,
.sub-menu::after {
		content: "";
		display: table
}
.gnav::after,
.sub-menu::after {
		clear: both
}
.gnav > li {
		float: left;
		position: relative
}
.gnav > li > a:hover {
		color: #81a9d9;
		text-decoration: none
}
.sub-menu {
		background: #fff;
		padding: 22px 5px 22px 30px
}
.sub-menu > li {
		height: 0;
		overflow: hidden;
		padding-right: 10px;
		-webkit-transition: height 0.35s 0 ease-in;
		transition: height 0.35s 0 ease-in;
		width: 220px
}
.sub-menu > li > a {
		border: none;
		color: inherit;
		display: inline-block;
		font-size: 1.5rem;
		padding: 9px 0;
		-webkit-transition: transform 0.2s 0 ease-in-out;
		transition: transform 0.2s 0 ease-in-out
}
.sub-menu > li > a:hover {
		-webkit-transform: translateX(5px);
		transform: translateX(5px)
}
.sub-menu {
		box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.4);
		filter:alpha(opacity=0);
		left: 0;
		opacity: 0;
		position: absolute;
		-webkit-transition: 0.5s ease;
		transition: 0.5s ease;
		top: 80px;
		visibility: hidden;
		z-index: 100
}
.gnav > li:hover > ul > li {
		height: 36px
}
.gnav > li:hover > .sub-menu {
		filter:alpha(opacity=100);
		opacity: 1;
		visibility: visible
}
#topbar-menu-btn,
#overlay-menu-close-btn {
		display: none
}
#topbar-search-btn {
		position: absolute;
		right: 121px;
		top: 28px
}
#topbar-access-btn {
		display: none;
		position: absolute;
		width: 30px;
		right: 31px;
		top: 28px
}
#topbar-access-btn:hover > img {
		box-shadow: none
}
#topbar-tel-btn {
		display: none;
		position: absolute;
		width: 30px;
		right: 81px;
		top: 28px
}
#topbar-tel-btn:hover > img {
		box-shadow: none
}
#topbar-search-btn > a {
		color: #333
}
.search-icon {
		fill: #333;
		height: 25px;
		width: 25px
}
#overlay-search {
		background-color: #fff;
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 2000
}
#overlay-search-close-btn-wrap {
		margin: 0 auto;
		max-width: 1400px
}
#overlay-search-close-btn {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		position: absolute;
		right: 51px;
		top: 24px
}
#overlay-search-close-btn > svg {
		height: 30px;
		width: 30px
}
#overlay-search > .search-form {
		position: absolute;
		left: 50%;
		top: 23.99%;
		-webkit-transform: translate(-50%, -23.99%);
		transform: translate(-50%, -23.99%)
}
#overlay-search .search-icon {
		display: none
}
#overlay-search .search-field {
		background-color: #fff;
		border-bottom: 1px solid #eee;
		font-size: 2.5rem;
		line-height: 1.3;
		padding-bottom: 15px;
		text-align: center
}
#side .search-form {
		margin: 4px 6px
}
#side .search-field {
		background-color: #fff;
		height: 35px;
		width: calc(100% - 40px)
}
#side .search-submit {
		padding: 0 0 0 9px
}
#side p {
		padding: 0 10px
}
#side li::before,
#entry-content ul > li::before {
		content: "";
		border-radius: 50%;
		display: inline-block;
		height: 7px;
		margin: -0.2em 10px 0 0;
		vertical-align: middle;
		width: 7px
}
#side li:nth-of-type(odd)::before,
#side li:nth-of-type(odd) li::before,
#entry-content ul > li:nth-of-type(odd)::before,
#entry-content ul > li:nth-of-type(odd) li::before {
		background-color: #b3bfff
}
#side li:nth-of-type(even)::before,
#side li:nth-of-type(even) li::before,
#entry-content ul > li:nth-of-type(even)::before,
#entry-content ul > li:nth-of-type(even) li::before {
		background-color: #8be8bf
}
#entry-content ul ul {
		margin: 0 0 0 1em
}
#topbar-search-btn,
#overlay-search-close-btn,
#side .search-submit,
#submit {
		cursor: pointer
}
#slider.fadeout-slideup,
#main-visual.fadeout-slideup {
		height: 0 !important;
		margin: 0 auto;
		padding: 0;
		opacity: 0;
		overflow: hidden;
		transition: height 0.7s ease, margin 0.7s ease, opacity 0.7s linear
}
#slider.tmp,
#main-visual.tmp {
		margin: 0 auto
}
#slider.fadein-slidedown,
#main-visual.fadein-slidedown {
		height: auto;
		opacity: 1 !important;
		overflow: hidden;
		transition: height 0.7s ease, margin 0.7s ease, opacity 0.7s linear
}
#main-visual {
		margin-top: 30px;
		text-align: center
}
#main-visual > a {
		display: inline-block
}
.mvi-full-width {
		width: 100vw;
		height: 45vw
}
.mvi-content-width {
		display: block;
		height: 510px;
		margin: auto;
		max-width: 1135px;
		width: 1135px
}
#slider {
		margin: 40px auto 50px;
		width: 1400px
}
.swiper-slide {
		box-sizing: border-box;
		background-color: #fff;
		padding: 14px
}
.swiper-slide > img {
		height: 228px;
		width: 100%
}
.swiper-header {
		height: calc(100% - 28px);
		left: 14px;
		position: absolute;
		top: 14px;
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out;
		width: calc(100% - 28px)
}
.swiper-header:hover {
		box-shadow: 2px 2px 4px #666
}
.swiper-header::after {
		background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
		background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
		background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
		bottom: 0;
		content: "";
		height: 60%;
		left: 0;
		position: absolute;
		width: 100%
}
.swiper-header > a {
		bottom: 0;
		cursor: ew-resize;
		height: 100%;
		left: 0;
		position: inherit;
		width: 100%
}
.swiper-header > a::after {
		content: "";
		height: 100%;
		left: 0;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 1
}
.swiper-title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		bottom: 0;
		color: #fff;
		display: -webkit-box;
		font-size: 1.6rem;
		font-weight: 600;
		left: 0;
		margin-bottom: 13px;
		overflow: hidden;
		padding: 0 16px;
		position: inherit;
		width: 100%;
		word-break: break-all;
		z-index: 10
}
.swiper-pagination {
		bottom: initial !important;
		height: 28px !important;
		left: initial !important;
		margin-top: 30px !important;
		position: static !important
}
.swiper-pagination-bullet-active {
		background: #fff !important
}
.swiper-pagination-bullet {
		background: #333 !important
}
.swiper-button-prev,
.swiper-button-next {
		-moz-background-size: 27px 27px !important;
		-webkit-background-size: 27px 27px !important;
		background-size: 27px 27px !important;
		background-repeat: no-repeat
}
.swiper-button-prev {
		background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3EChevron Left%3C/title%3E%3Cpath d='M14 20a.5.5 0 0 0 .354-.853l-8.646-8.646 8.646-8.646a.5.5 0 0 0-.707-.707l-9 9a.5.5 0 0 0 0 0.707l9 9a.498.498 0 0 0 .354.146z' fill='%23c7c7c7'/%3E%3C/svg%3E") !important
}
.swiper-button-next {
		background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ctitle%3EChevron Right%3C/title%3E%3Cpath d='M5 20a.5.5 0 0 1-.354-.853l8.646-8.646-8.646-8.646a.5.5 0 0 1 .707-.707l9 9a.5.5 0 0 1 0 0.707l-9 9a.498.498 0 0 1-.354.146z' fill='%23c7c7c7'/%3E%3C/svg%3E") !important
}
.swiper-button-prev,
.swiper-button-next {
		top: auto !important;
		bottom: -4px !important
}
.swiper-button-next {
		right: calc(50% - 27px - 130px) !important
}
.swiper-button-prev {
		left: calc(50% - 27px - 130px) !important
}
#wrapper {
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 40px;
		max-width: 100%
}
.r-column {
		flex-wrap: wrap
}
.l-column {
		flex-wrap: wrap-reverse
}
#godios-wrapper {
		width: 800px
}
.l-wrap {
		margin-left: 5px
}
.r-wrap {
		margin-right: 5px
}
.entry-list {
		background-color: #fff;
		height: 250px;
		margin-top: 5px;
		padding: 15px;
		position: relative;
		width: 100%
}
.entry-list:nth-of-type(1) {
		margin-top: 0
}
.entry-list > a::before {
		content: "";
		height: calc(100% - 30px);
		left: 15px;
		position: absolute;
		top: 15px;
		width: calc(100% - 30px)
}
.entry-list > a:hover .entry-title {
		color: #81a9d9
}
.entry-title {
		-webkit-transition: color 0.3s 0 ease-in-out;
		transition: color 0.3s 0 ease-in-out
}
.entry-image {
		float: left;
		overflow: hidden;
		width: 220px
}
.entry-image > img {
		height: 220px;
		-webkit-transition: transform 0.5s 0 ease-in-out;
		transition: transform 0.5s 0 ease-in-out;
		width: 220px
}
.entry-list > a:hover > .entry-image > img {
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
}
.entry-inner {
		left: 265px;
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 510px
}
.entry-category {
		background-color: #8be8bf;
		color: #fff;
		display: inline-block;
		font-size: 1.2rem;
		font-weight: 600;
		max-width: 100%;
		margin: 0;
		padding: 2px 4px 3px 6px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
}
.entry-category a,
.entry-category a:hover {
		color: inherit
}
.entry-title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		margin-top: 8px;
		max-height: 53px;
		overflow: hidden
}
.entry-content {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		max-height: 82px;
		overflow: hidden
}
.entry-content > p {
		color: #aaa;
		font-size: 1.5rem;
		line-height: 1.6;
		margin-bottom: 0;
		margin-top: 8px
}
.entry-widget {
		-webkit-box-align: end;
		-ms-flex-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: distribute;
		justify-content: space-around
}
.entry-widget.bottom {
		margin-top: 40px
}
.entry-widget.thumb-bottom {
		margin-bottom: 40px
}
.entry-widget .widget-wrap {
		padding: 0
}
.link-icon::after {
		background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M6.5 14a.5.5 0 0 1-.354-.853l7-7a.5.5 0 0 1 .707.707l-7 7a.498.498 0 0 1-.354.146z' fill='%23aaa' /%3E%3Cpath d='M14 11a4.89 4.89 0 0 1-.555-.031.5.5 0 0 1 .11-.994A4.004 4.004 0 0 0 18 5.999c0-2.206-1.794-4-4-4a4.004 4.004 0 0 0-3.976 4.445.5.5 0 0 1-.994.11A5.006 5.006 0 0 1 14 0.999c2.757 0 5 2.243 5 5s-2.243 5-5 5zM6 19c-2.757 0-5-2.243-5-5a5.006 5.006 0 0 1 5.555-4.969.5.5 0 0 1-.11.994A4.004 4.004 0 0 0 2 14.001c0 2.206 1.794 4 4 4a4.004 4.004 0 0 0 3.976-4.445.5.5 0 0 1 .994-.11 5.006 5.006 0 0 1-4.969 5.555z' fill='%23aaa' /%3E%3C/svg%3E") no-repeat center center;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 0.9em;
		margin: 0 0.3em 0.1em 0.2em;
		vertical-align: middle;
		width: 0.9em
}
#entry-content > .entry-widget p {
		font-size: 1.4rem;
		margin: 0 0 5px 5px;
		padding-bottom: 3px;
		text-align: left
}
.entry-footer {
		margin-top: 10px
}
.entry-date {
		color: #666;
		font-size: 1.4rem
}
#breadcrumb {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		background-color: rgba(255, 255, 255, 0.15);
		color: #fff;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: 400;
		line-height: 1.4;
		margin: 0;
		max-width: 752px;
		overflow: hidden;
		padding: 4px 5px;
		position: absolute;
		-webkit-transform: translate(24px, 25px);
		transform: translate(24px, 25px);
		white-space: nowrap;
		z-index: 1
}
#breadcrumb > li:nth-of-type(n+2)::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='10' width='10' viewBox='0 0 20 20'%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cpath d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E") no-repeat;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 11px;
		margin: 0 6px 0 5px;
		vertical-align: middle;
		width: 10px
}
.page #breadcrumb.no-img > li:nth-of-type(n+2)::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='10' width='10' viewBox='0 0 20 20'%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cpath d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") no-repeat
}
#breadcrumb > li:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
}
#breadcrumb > li:last-child::before {
		transform: translateY(-1px)
}
.entry-top > header > .entry-title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		color: #fff;
		display: -webkit-box;
		font-size: 3rem;
		height: 73px;
		max-height: 90px;
		overflow: hidden
}
#breadcrumb > .no-img:nth-of-type(n+2)::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='10' width='10' viewBox='0 0 20 20'%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cpath d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") no-repeat
}
#breadcrumb > li > a,
#breadcrumb > li:last-child {
		color: #fff;
		font-size: 1.4rem
}
#breadcrumb > li > .no-img {
		color: #ccc
}
#breadcrumb > img {
		height: 10px;
		margin: -2px 0 0 5px;
		width: 10px
}
#entry {
		background-color: #fff;
		margin-top: 5px;
		padding: 15px;
		width: 100%
}
.entry-top {
		height: 358px;
		position: relative
}
#entry > .no-img {
		height: 158px
}
.entry-top > header {
		left: 0;
		padding: 0 40px;
		position: absolute;
		top: 104px;
		width: 100%
}
.entry-top-page > header {
		top: 140px
}
.entry-top-page > header > .entry-title {
		height: auto !important
}
.entry-top-page.no-img {
		height: 160px
}
.entry-top-page > .no-img {
		top: 70px
}
.entry-top > .no-img > .entry-title {
		color: #333
}
.entry-top > .entry-image {
		position: relative;
		width: 100%
}
.entry-top > .entry-image > img {
		-webkit-filter:blur(6px);
		filter:blur(6px);
		height: 370px;
		margin: -6px;
		width: 101.6%
}
.entry-top > .entry-image::after {
		content: "";
		background-color: rgba(0, 0, 0, .25);
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
}
.entry-meta {
		color: #eee;
		font-size: 1.4rem;
		font-weight: 400;
		margin-top: 3px
}
.no-img > .entry-meta {
		color: #ccc
}
.posted-date {
		margin-right: 15px
}
.posted-date::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3EPosted On%3C/title%3E%3Cpath d='M4.501 15c-0.017 0-0.034-0.001-0.052-0.003-0.273-0.028-0.472-0.271-0.447-0.544 0.239-2.52 1.062-4.786 2.449-6.734 1.138-1.599 2.649-2.982 4.493-4.11 3.19-1.952 6.524-2.609 7.556-2.609 0.276 0 0.5 0.224 0.5 0.5 0 0.944-0.877 1.821-1.252 2.196-0.611 0.611-1.712 0.993-2.777 1.363-0.031 0.011-0.062 0.022-0.093 0.032 0.682-0.034 1.269-0.039 1.557-0.039 0.065 0 0.101 0 0.101 0 0.186 0.002 0.355 0.106 0.44 0.271s0.072 0.363-0.035 0.516c-0.8 1.145-1.776 2.037-2.983 2.727-0.579 0.331-1.217 0.485-2.009 0.485-0.462 0-0.926-0.052-1.375-0.102-0.433-0.048-0.881-0.098-1.309-0.098-0.774 0-1.363 0.162-1.909 0.526-0.017 0.012-0.035 0.022-0.054 0.031-0.725 0.362-1.352 1.351-1.815 2.859-0.367 1.196-0.49 2.278-0.491 2.289-0.028 0.255-0.245 0.445-0.496 0.445zM17.805 2.068c-1.305 0.2-3.851 0.872-6.338 2.394-1.376 0.842-2.917 2.068-4.157 3.794 0.576-0.275 1.211-0.405 1.956-0.405 0.484 0 0.96 0.053 1.42 0.104 0.442 0.049 0.859 0.096 1.265 0.096 0.611 0 1.091-0.112 1.513-0.353 0.789-0.451 1.45-0.98 2.028-1.629-0.928 0.029-2.277 0.11-3.125 0.336-0.201 0.054-0.414-0.023-0.535-0.192s-0.125-0.395-0.010-0.568c0.477-0.715 1.616-1.111 2.823-1.53 0.958-0.333 1.949-0.677 2.398-1.126 0.158-0.158 0.532-0.532 0.763-0.921z' fill='%23fff'%3E%3C/path%3E%3Cpath d='M7.568 16.925c-0.006-0.006-0.568-0.641-0.568-1.425 0-0.36-0.193-0.701-0.544-0.961-0.222-0.164-0.535-0.117-0.699 0.105s-0.117 0.535 0.105 0.699c0.114 0.084 0.139 0.146 0.139 0.157 0 0.017-0.054 0.132-0.309 0.26-0.305 0.153-0.739 0.24-1.191 0.24s-0.885-0.088-1.191-0.24c-0.256-0.128-0.309-0.243-0.309-0.26 0-0.008 0.016-0.054 0.095-0.122 0.209-0.181 0.232-0.496 0.051-0.705s-0.496-0.232-0.705-0.051c-0.364 0.315-0.441 0.651-0.441 0.878 0 0.785-0.564 1.42-0.568 1.425-0.543 0.593-0.543 1.557 0 2.15 0.087 0.095 0.91 0.925 3.068 0.925s2.981-0.83 3.068-0.925c0.543-0.593 0.543-1.557 0-2.15zM6.831 18.399c-0.006 0.006-0.627 0.601-2.331 0.601-1.656 0-2.293-0.566-2.336-0.606-0.19-0.214-0.188-0.582 0.005-0.793 0.022-0.024 0.366-0.405 0.604-0.993 0.029 0.016 0.058 0.032 0.089 0.047 0.446 0.223 1.027 0.346 1.638 0.346s1.192-0.123 1.638-0.346c0.030-0.015 0.060-0.031 0.089-0.047 0.238 0.588 0.582 0.969 0.604 0.993 0.195 0.213 0.195 0.586 0 0.799z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 13px;
		margin-bottom: -1px;
		margin-right: -1px;
		vertical-align: baseline;
		width: 13px
}
.updated-date::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3EUpdate On%3C/title%3E%3Cpath d='M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 13px;
		margin-bottom: -1px;
		margin-right: -1px;
		vertical-align: baseline;
		width: 13px
}
.no-img .posted-date::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3EPosted On%3C/title%3E%3Cpath d='M4.501 15c-0.017 0-0.034-0.001-0.052-0.003-0.273-0.028-0.472-0.271-0.447-0.544 0.239-2.52 1.062-4.786 2.449-6.734 1.138-1.599 2.649-2.982 4.493-4.11 3.19-1.952 6.524-2.609 7.556-2.609 0.276 0 0.5 0.224 0.5 0.5 0 0.944-0.877 1.821-1.252 2.196-0.611 0.611-1.712 0.993-2.777 1.363-0.031 0.011-0.062 0.022-0.093 0.032 0.682-0.034 1.269-0.039 1.557-0.039 0.065 0 0.101 0 0.101 0 0.186 0.002 0.355 0.106 0.44 0.271s0.072 0.363-0.035 0.516c-0.8 1.145-1.776 2.037-2.983 2.727-0.579 0.331-1.217 0.485-2.009 0.485-0.462 0-0.926-0.052-1.375-0.102-0.433-0.048-0.881-0.098-1.309-0.098-0.774 0-1.363 0.162-1.909 0.526-0.017 0.012-0.035 0.022-0.054 0.031-0.725 0.362-1.352 1.351-1.815 2.859-0.367 1.196-0.49 2.278-0.491 2.289-0.028 0.255-0.245 0.445-0.496 0.445zM17.805 2.068c-1.305 0.2-3.851 0.872-6.338 2.394-1.376 0.842-2.917 2.068-4.157 3.794 0.576-0.275 1.211-0.405 1.956-0.405 0.484 0 0.96 0.053 1.42 0.104 0.442 0.049 0.859 0.096 1.265 0.096 0.611 0 1.091-0.112 1.513-0.353 0.789-0.451 1.45-0.98 2.028-1.629-0.928 0.029-2.277 0.11-3.125 0.336-0.201 0.054-0.414-0.023-0.535-0.192s-0.125-0.395-0.010-0.568c0.477-0.715 1.616-1.111 2.823-1.53 0.958-0.333 1.949-0.677 2.398-1.126 0.158-0.158 0.532-0.532 0.763-0.921z' fill='%23ccc'%3E%3C/path%3E%3Cpath d='M7.568 16.925c-0.006-0.006-0.568-0.641-0.568-1.425 0-0.36-0.193-0.701-0.544-0.961-0.222-0.164-0.535-0.117-0.699 0.105s-0.117 0.535 0.105 0.699c0.114 0.084 0.139 0.146 0.139 0.157 0 0.017-0.054 0.132-0.309 0.26-0.305 0.153-0.739 0.24-1.191 0.24s-0.885-0.088-1.191-0.24c-0.256-0.128-0.309-0.243-0.309-0.26 0-0.008 0.016-0.054 0.095-0.122 0.209-0.181 0.232-0.496 0.051-0.705s-0.496-0.232-0.705-0.051c-0.364 0.315-0.441 0.651-0.441 0.878 0 0.785-0.564 1.42-0.568 1.425-0.543 0.593-0.543 1.557 0 2.15 0.087 0.095 0.91 0.925 3.068 0.925s2.981-0.83 3.068-0.925c0.543-0.593 0.543-1.557 0-2.15zM6.831 18.399c-0.006 0.006-0.627 0.601-2.331 0.601-1.656 0-2.293-0.566-2.336-0.606-0.19-0.214-0.188-0.582 0.005-0.793 0.022-0.024 0.366-0.405 0.604-0.993 0.029 0.016 0.058 0.032 0.089 0.047 0.446 0.223 1.027 0.346 1.638 0.346s1.192-0.123 1.638-0.346c0.030-0.015 0.060-0.031 0.089-0.047 0.238 0.588 0.582 0.969 0.604 0.993 0.195 0.213 0.195 0.586 0 0.799z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
		background-size: contain
}
.no-img .updated-date::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3EUpdate On%3C/title%3E%3Cpath d='M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
		background-size: contain
}
#entry-content a,
.comment-body > p > a {
		color: #81a9d9;
		font-weight: 400
}
#entry-content a:hover,
.comment-body > p > a:hover {
		color: #b3bfff
}
#entry-content #contents a {
		color: #333
}
#entry-content #contents a:hover {
		color: #b3bfff
}
#contents {
		background-color: #fafafa;
		margin-top: 15px;
		padding: 20px;
		width: 100%
}
.contents-title {
		font-size: 2rem;
		font-weight: 400;
		display: block;
		text-align: center
}
#entry-content #contents > ol {
		counter-reset: li;
		list-style: none;
		margin-left: 40px
}
#entry-content #contents > ol > li {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.3;
		list-style-type: none;
		margin-top: 15px;
		padding-left: 5px;
		padding-bottom: 2px;
		position: relative;
		z-index: 1
}
#contents > ol > li::before {
		border-radius: 50%;
		content: counter(li) ".";
		counter-increment: li;
		font-weight: 400;
		height: 1.8em;
		left: -33px;
		line-height: 1.8em;
		padding-left: 6px;
		position: absolute;
		text-align: center;
		top: -3px;
		width: 1.8em;
		z-index: -1
}
#contents ul::before {
		border-radius: 2px;
		content: "";
		display: inline-block;
		height: 100%;
		left: -1.4em;
		position: absolute;
		top: 0;
		width: 2px;
		z-index: -2
}
#contents > ol > li:nth-of-type(odd)::before,
#contents > ol > li:nth-of-type(odd) > ul::before {
		background-color: #8be8bf
}
#contents > ol > li:nth-of-type(even)::before,
#contents > ol > li:nth-of-type(even) > ul::before {
		background-color: #b3bfff
}
#entry-content #contents ul {
		margin: 9px 0 5px
}
#contents ul > li {
		color: #ccc;
		font-size: 1.4rem;
		font-weight: 200;
		list-style-type: none;
		margin: 5px 0 0 14px;
		position: relative
}
#entry-content #contents ul > li::before {
		background-color: #ccc;
		border-radius: 50%;
		content: "";
		display: inline-block;
		font-size: 1.4rem;
		height: 5px;
		margin: 0;
		vertical-align: baseline;
		transform: translate(-10px, -3px);
		width: 5px
}
#mokuji {
		position: relative;
		max-width: 480px;
		width: 80%;
		margin: 80px auto;
		padding: 5rem 6rem;
		background: #f9f7e8;
		border-radius: 5px
}
#mokuji::before {
		content: "";
		background: url(./images/bgtop-mokuji.svg) no-repeat top center;
		background-size: contain;
		width: 160px;
		height: 40px;
		position: absolute;
		margin: 0 auto;
		top: -40px;
		left: 0;
		right: 0;
		z-index: -1
}
.mokuji-img {
		display: block;
		position: absolute;
		top: -12px;
		left: 0;
		right: 0;
		margin: 0 auto
}
.mokuji-list {
		margin-top: 40px
}
.mokuji-list a li,
.mokuji-list li a {
		position: relative;
		display: block;
		padding: 1.5rem 2rem 0.5rem;
		line-height: 1.4;
		border-bottom: 2px dotted #2d3d56;
		color: #2d3d56;
		text-indent: -1.5rem
}
.mokuji-list a li:hover,
.mokuji-list li a:hover {
		opacity: 0.7
}
.mokuji-list a li::before,
.mokuji-list li a::before {
		content: "";
		display: inline-block;
		position: relative;
		margin-right: 8px;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		background: #f28179
}
@media(max-width: 480px) {
	#mokuji {
			max-width: 100%;
			width: 90%;
			margin: 60px auto 12px;
			padding: 3rem
	}
	.mokuji-img {
			max-width: 78px;
			top: -18px
	}
}
#entry-content li:not(.icon-round) {
		font-size: 1.7rem;
		line-height: 1.6
}
#entry-content h2,
#entry-content h3,
#entry-content h4,
#entry-content h5,
#entry-content h6 {
		font-weight: 600;
		line-height: 1.2;
		position: relative
}
#entry-content h2::before,
#entry-content h3::before,
#entry-content h4::before,
#entry-content h5::before {
		content: "";
		height: 100%;
		left: 0;
		margin-right: 0.6em;
		position: absolute
}
#entry-content h2 {
		font-size: 2.5rem;
		margin: 2.5em -1.5em 1.25em;
		padding-left: 1em
}
#entry-content h2::before {
		background-color: #b3bfff;
		border-radius: 0.17em;
		width: 0.35em
}
#entry-content h3 {
		font-size: 2.2rem;
		margin: 2em -0.5em 1em;
		padding-left: 0.9em
}
#entry-content h3::before {
		background-color: #8be8bf;
		border-radius: 0.13em;
		width: 0.3em
}
#entry-content h4 {
		font-size: 1.9rem;
		margin: 1.5em 0 0.75em;
		padding-left: 0.8em
}
#entry-content h4::before {
		background-color: #b3bfff;
		border-radius: 0.1em;
		width: 0.25em
}
#entry-content h5,
#entry-content h6 {
		font-size: 1.6rem;
		margin: 1.5em 0 0.75em;
		padding-left: 0.7em
}
#entry-content h5::before {
		background-color: #8be8bf;
		border-radius: 0.1em;
		width: 0.2em
}
#entry-content {
		margin: 50px 70px;
		overflow-wrap: break-word;
		word-wrap: break-word
}
#entry-content p:not(.wp-caption-text) {
		line-height: 1.6;
		margin: 1.5em 0 0
}
#entry-content .iframe-wrap {
		background-color: #000;
		height: 0;
		margin-top: 15px;
		padding-bottom: 56.25%;
		position: relative;
		width: 100%
}
#entry-content .iframe-wrap > iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
}
iframe.lazyloading ~ .loading-indicator {
		background-color: #fafafa;
		border-radius: 10px;
		height: 50px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 50px;
		z-index: 1
}
iframe.lazyloading ~ .loading-indicator::after {
		animation: rotating 1s linear infinite;
		background-image: url("data:image/svg+xml, %3Csvg width='35' height='35' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' class='li-svg'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23333' stroke-width='3' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3E%3C!--%3CanimateTransform attributeName='transform' type='rotate' calcMode='linear' values='0 50 50;360 50 50' keyTimes='0;1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animateTransform%3E--%3E%3C/circle%3E%3C/svg%3E");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 34px 34px;
		content: "";
		height: 34px;
		left: calc(50% - 17px);
		position: absolute;
		top: calc(50% - 17px);
		width: 34px
}
blockquote {
		background-color: #fafafa;
		margin: 15px 15px 0;
		padding: 40px;
		position: relative
}
blockquote::before {
		background: url("data:image/svg+xml, %3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generated by IcoMoon.io --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4.5 8c-0.924 0-1.783 0.28-2.499 0.759 1.297-2.245 3.725-3.759 6.499-3.759 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-2.27 0-4.405 0.884-6.010 2.49s-2.49 3.74-2.49 6.010c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5zM4.5 16c-1.93 0-3.5-1.57-3.5-3.5 0-0.030 0.001-0.060 0.001-0.090 0.048-1.888 1.599-3.41 3.499-3.41 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5z' fill='%23ccc'%3E%3C/path%3E%3Cpath d='M15.5 8c-0.924 0-1.783 0.28-2.499 0.759 1.297-2.245 3.725-3.759 6.499-3.759 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-2.27 0-4.405 0.884-6.010 2.49s-2.49 3.74-2.49 6.010c0 2.481 2.019 4.5 4.5 4.5s4.5-2.019 4.5-4.5-2.019-4.5-4.5-4.5zM15.5 16c-1.93 0-3.5-1.57-3.5-3.5 0-0.030 0.001-0.060 0.001-0.090 0.048-1.888 1.599-3.41 3.499-3.41 1.93 0 3.5 1.57 3.5 3.5s-1.57 3.5-3.5 3.5z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
		background-size: contain;
		content: "";
		height: 25px;
		left: 15px;
		position: absolute;
		top: 10px;
		width: 25px
}
blockquote::after {
		background: url("data:image/svg+xml, %3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generated by IcoMoon.io --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M4.5 13c0.924 0 1.783-0.28 2.499-0.759-1.297 2.245-3.725 3.759-6.499 3.759-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5 2.019 4.5 4.5 4.5zM4.5 5c1.93 0 3.5 1.57 3.5 3.5 0 0.030-0.001 0.060-0.001 0.090-0.048 1.888-1.599 3.41-3.499 3.41-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5z' fill='%23ccc'%3E%3C/path%3E%3Cpath d='M11.5 16c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5 2.019 4.5 4.5 4.5c0.924 0 1.783-0.28 2.499-0.759-1.297 2.245-3.725 3.759-6.499 3.759zM15.5 12c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5c0 0.030-0.001 0.060-0.001 0.090-0.048 1.888-1.599 3.41-3.499 3.41z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E%0A") no-repeat;
		background-size: contain;
		content: "";
		height: 25px;
		right: 15px;
		position: absolute;
		bottom: 10px;
		width: 25px
}
.download {
		border-radius: 3px;
		display: table;
		text-decoration: none;
		vertical-align: middle
}
.download > a {
		color: #fff !important;
		border-radius: 0 3px 3px 0;
		display: table-cell;
		font-weight: 600;
		line-height: 1;
		padding-right: 2rem;
		text-decoration: none;
		vertical-align: middle
}
.download span {
		font-size: 1.3rem;
		font-weight: 400
}
.download::before {
		background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M12.853 13.647a.5.5 0 0 0-.707 0L11 14.793V10.5a.5.5 0 0 0-1 0v4.293l-1.146-1.146a.5.5 0 0 0-.707.707l2 2a.498.498 0 0 0 .707-.001l2-2a.5.5 0 0 0 0-.707z' fill='%23fff' /%3E%3Cpath d='M16.006 16H13.5a.5.5 0 0 1 0-1h2.506C17.657 15 19 13.657 19 12.006a2.997 2.997 0 0 0-4.02-2.814.5.5 0 0 1-.534-.814c.357-.376.554-.865.554-1.379 0-1.103-.897-2-2-2-.642 0-1.229.297-1.61.814-.23.312-.365.678-.388 1.057a.5.5 0 0 1-.908.257A5.008 5.008 0 0 0 6 4.999c-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5a.5.5 0 0 1 0 1H6c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137.643 4.26 1.775A3.014 3.014 0 0 1 13 3.999a3.004 3.004 0 0 1 2.822 4.017A3.999 3.999 0 0 1 20 12.006 3.999 3.999 0 0 1 16.006 16z' fill='%23fff' /%3E%3C/svg%3E") no-repeat center center;
		background-size: 3.5rem 3.5rem;
		content: "";
		display: inline-block;
		height: 5.5rem;
		padding: 2rem;
		width: 7rem
}
pre {
		background-color: #f7f7f7;
		border-radius: 5px;
		display: block;
		padding: 1em 1.5em
}
code {
		background-color: #f7f7f7;
		border-radius: 5px;
		display: inline-block;
		padding: 0.05em 0.5em;
		white-space: pre-wrap;
		word-break: break-word;
		word-wrap: break-word
}
.code-title {
		color: #999;
		margin-bottom: 1em;
		display: block
}
.blog-card {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: solid 3px #F2F1F3;
		margin-top: 10px;
		padding: 10px;
		width: 100%
}
.bc-link {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}
#entry-content .cite-link {
		font-size: 1.4rem;
		margin-top: 15px;
		text-align: right
}
.bc-content {
		flex: 1;
		padding-right: 10px
}
#entry-content .bc-img {
		height: 120px;
		margin: 0 20px 0 0;
		overflow: hidden;
		width: 120px
}
#entry-content .bc-img > img {
		height: 100%;
		margin: 0;
		-webkit-transition: -webkit-transform 0.5s 0 ease-in-out;
		transition: -webkit-transform 0.5s 0 ease-in-out;
		transition: transform 0.5s 0 ease-in-out;
		transition: transform 0.5s 0 ease-in-out, -webkit-transform 0.5s 0 ease-in-out;
		width: 100%;
		will-change: transform
}
.bc-link:hover img {
		-webkit-transform: scale(1.15);
		transform: scale(1.15)
}
#entry-content .bc-title {
		font-size: 1.8rem;
		margin: 0;
		-webkit-transition: color 0.3s 0 ease-in-out;
		transition: color 0.3s 0 ease-in-out
}
.bc-link:hover .bc-title {
		color: #81a9d9
}
.bc-date {
		color: #666;
		display: block;
		font-size: 1.3rem;
		font-weight: 200;
		margin-top: 8px
}
.bold {
		font-weight: 600
}
.marker,
.marker.blue {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,transparent),color-stop(55%,#b3bfff));
		background: linear-gradient(transparent 55%,#b3bfff 55%)
}
.marker.pink {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,transparent),color-stop(55%,#ffc6d0));
		background: linear-gradient(transparent 55%,#ffc6d0 55%)
}
.marker.green {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,transparent),color-stop(55%,#8be8bf));
		background: linear-gradient(transparent 55%,#8be8bf 55%)
}
.marker.yellow {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,transparent),color-stop(55%,#ffe08a));
		background: linear-gradient(transparent 55%,#ffe08a 55%)
}
.marker.orange {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,transparent),color-stop(55%,#ffc5ac));
		background: linear-gradient(transparent 55%,#ffc5ac 55%)
}
.marker.gray {
		background: -webkit-gradient(linear,left top,left bottom,color-stop(55%,transparent),color-stop(55%,#ddd));
		background: linear-gradient(transparent 55%,#ddd 55%)
}
.underline {
		padding: 0.15em 0.1em;
		position: relative
}
.underline::before,
.underline.blue::before {
		content: "";
		background-color: #b3bfff;
		border-radius: 0.5em;
		bottom: 0;
		height: 0.15em;
		left: 0;
		position: absolute;
		width: 100%
}
.underline.pink::before {
		background-color: #ffc6d0
}
.underline.orange::before {
		background-color: #ffc5ac
}
.underline.green::before {
		background-color: #8be8bf
}
.underline.yellow::before {
		background-color: #ffe08a
}
.underline.gray::before {
		background-color: #ddd
}
.fs20 {
		font-size: 2rem
}
.fs25 {
		font-size: 2.5rem
}
.fs30 {
		font-size: 3rem
}
#entry-content img {
		height: auto;
		margin-top: 15px;
		max-width: 100%
}
#entry-content ul,
#entry-content ol {
		margin-bottom: 15px;
		padding: 0
}
#entry-content ol {
		margin-left: 25px
}
#entry-content ol > li {
		list-style-type: decimal
}
#entry-content table {
		box-shadow: 0 0 5px #f0f0f0;
		display: inline-block;
		margin-top: 15px;
		max-width: 100%;
		overflow-x: scroll;
		white-space: nowrap
}
#entry-content table th,
#entry-content table td {
		padding: 0.5em 1.5em
}
#entry-content table > thead,
#entry-content table tr:nth-of-type(even),
#entry-content dl {
		background-color: #fafafa
}
#entry-content dl {
		margin-top: 15px;
		padding: 15px 30px 30px
}
#entry-content dt {
		font-size: 1.7rem;
		font-weight: 400;
		margin-top: 15px
}
#entry-content dd {
		margin: 0.5em 0 0 1em
}
#entry-content > .entry-footer {
		margin-top: 40px
}
#entry-content > .entry-footer li::before {
		content: normal
}
.instagram-media,
.twitter-tweet,
iframe[src^="https://www.facebook.com"] {
		max-width: 500px !important
}
.tags-wrap {
		margin-top: 30px
}
.tag-icon,
.tags {
		display: inline
}
.tag-icon {
		fill: #999;
		margin-right: 5px;
		vertical-align: text-top
}
.tags > li,
.tagcloud > a {
		display: inline-block;
		margin: 0 2.5px 5px;
		-webkit-transition: transform 0.2s 0 ease-in-out;
		transition: transform 0.2s 0 ease-in-out
}
.tagcloud {
		padding: 0 10px 7px
}
#entry-content .tags > li > a,
.tagcloud > a {
		background-color: #b3bfff;
		color: #fff;
		font-size: 1.3rem !important;
		display: inline-block;
		font-weight: 400;
		line-height: 2.1rem;
		padding: 0 5px 1px
}
.tags > li:hover,
.tagcloud > a:hover {
		color: #fff;
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
}
.entry-widget.bottom .adsbygoogle {
		min-width: 305px
}
#related {
		margin-top: 30px
}
.related-head {
		background-color: #fff;
		padding: 20px 40px;
		width: 100%
}
#related-entry {
		margin-top: 5px;
		width: 100%
}
.related-entry {
		display: -ms-grid;
		display: grid;
		grid-auto-rows: 264px;
		-ms-grid-rows: repeat(auto-fit, 264px 5px);
		-ms-grid-columns: 1fr 1fr 5px 1fr 5px 1fr 5px 1fr 1fr;
		grid-template-columns: repeat(6, 1fr);
		grid-gap: 5px 5px
}
.related-entry > li:nth-of-type(-n + 2) {
		-ms-grid-row: 1;
		grid-row: 1
}
.related-entry > li:nth-of-type(1),
.related-entry > li:nth-of-type(9) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		grid-column: 1 / 4
}
.related-entry > li:nth-of-type(2),
.related-entry > li:nth-of-type(10) {
		-ms-grid-column: 6;
		-ms-grid-column-span: 4;
		grid-column: 4 / 7
}
.related-entry > li:nth-of-type(3),
.related-entry > li:nth-of-type(4),
.related-entry > li:nth-of-type(5) {
		-ms-grid-row: 3;
		grid-row: 2
}
.related-entry > li:nth-of-type(3),
.related-entry > li:nth-of-type(6) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3
}
.related-entry > li:nth-of-type(4),
.related-entry > li:nth-of-type(7) {
		-ms-grid-column: 4;
		-ms-grid-column-span: 3;
		grid-column: 3 / 5
}
.related-entry > li:nth-of-type(5),
.related-entry > li:nth-of-type(8) {
		-ms-grid-column: 8;
		-ms-grid-column-span: 2;
		grid-column: 5 / 7
}
.related-entry > li:nth-of-type(6),
.related-entry > li:nth-of-type(7),
.related-entry > li:nth-of-type(8) {
		-ms-grid-row: 5;
		grid-row: 3
}
.related-entry > li:nth-of-type(9),
.related-entry > li:nth-of-type(10) {
		-ms-grid-row: 7;
		grid-row: 4
}
.related-entry > li {
		background-color: #fff;
		padding: 15px
}
.related-entry > li > a {
		display: block;
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 100%;
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out
}
.related-entry > li > a:hover {
		box-shadow: 2px 2px 4px #666
}
.related-image {
		height: 100%
}
.related-image::after {
		background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));
		background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));
		background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));
		content: "";
		height: 60%;
		left: 0;
		position: absolute;
		bottom: 0;
		width: 100%
}
.related-image > img {
		height: 100%;
		width: 100.01%
}
.related-title {
		bottom: 0;
		left: 0;
		position: absolute
}
.related-title > h3 {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: #fff;
		display: -webkit-box;
		font-size: 1.5rem;
		font-weight: 600;
		margin-bottom: 13px;
		overflow: hidden;
		padding: 0 16px;
		width: 100%;
		word-break: break-all
}
#comments {
		margin-top: 30px
}
.comments-head {
		background-color: #fff;
		padding: 20px 40px;
		width: 100%
}
.comment-list {
		margin-bottom: 0;
		margin-top: 5px;
		padding: 0
}
.comment-list li {
		margin-top: 5px
}
.comment-list > li > .children > li {
		margin-left: 50px
}
.comment-body {
		background-color: #fff;
		overflow-wrap: break-word;
		padding: 25px;
		word-wrap: break-word
}
.comment-body > p {
		margin: 0 0 20px 70px
}
.comment-author {
		display: inline-block;
		max-width: 70%;
		vertical-align: top;
		white-space: nowrap
}
.fn,
.says {
		display: inline-block;
		font-size: 1.7rem;
		vertical-align: top
}
.fn {
		line-height: 1.6;
		margin: 0 0 0 10px;
		max-width: 84%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
}
.says {
		display: none;
		margin: 3px 0 0 2px
}
.comment-meta {
		display: inline-block;
		margin: 0 0 0 10px;
		line-height: 1.8
}
.comment-meta > a {
		color: #aaa;
		font-size: 1.4rem
}
.comment-content {
		margin: -22px 0 0 70px
}
.reply {
		text-align: right
}
.comment-reply-link {
		background-color: #b3bfff;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 600;
		padding: 9px 10px 9px 11px;
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out
}
.comment-reply-link:hover {
		box-shadow: 2px 2px 3px #aaa;
		color: #fff
}
.avatar {
		border-radius: 50%;
		height: 55px;
		width: 55px
}
#respond {
		background-color: #fff;
		margin-top: 30px;
		padding: 25px 45px
}
#reply-title {
		margin: 15px 0
}
#commentform label {
		display: block
}
.form-submit {
		margin-top: 20px
}
.pagination {
		margin-top: 30px
}
.pagination .page-numbers {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		display: -webkit-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
}
.pagination a,
.pagination span {
		background-color: #fff;
		font-size: 1.6rem;
		height: 39px;
		margin: 2.5px;
		width: 39px
}
.pagination a:hover {
		color: #fff;
		background-color: #b3bfff
}
.pagination .current {
		background-color: #b3bfff;
		color: #fff;
		font-weight: 600
}
#side {
		height: auto;
		margin-top: 5px;
		position: relative;
		width: 330px
}
#side > div:not(#fixed-side-content) {
		background-color: #fff;
		display: table;
		height: auto;
		margin-bottom: 5px;
		table-layout: fixed;
		width: 100%
}
#fixed-side-content > div {
		display: table;
		height: auto;
		margin-bottom: 5px;
		table-layout: fixed;
		width: 100%
}
#fixed-side-content.fix-bottom {
		bottom: -5px;
		position: absolute;
		top: auto
}
.widget-wrap {
		background-color: #fff;
		display: table-cell;
		padding: 15px;
		text-align: center;
		vertical-align: middle
}
.widget-wrap img {
		display: table-cell;
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		width: auto
}
.widget-wrap h3 {
		margin: 5px 0 20px
}
.widget-wrap ul {
		line-height: 1.8;
		margin: 0 17px 12px;
		word-break: break-word
}
.widget-wrap ul.children {
		margin-bottom: 0
}
.widget-wrap ul > li {
		text-align: left
}
#wp-calendar > thead > tr {
		height: 30px
}
#wp-calendar > tfoot > tr {
		text-align: left
}
#wp-calendar > tbody td {
		height: 40px;
		width: 40px
}
#wp-calendar > tbody td > a {
		background-color: #b3bfff;
		border-radius: 50%;
		color: #fff;
		display: block;
		font-weight: 400;
		height: 100%;
		line-height: 2.4;
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out;
		width: 100%
}
#wp-calendar > tbody td > a:hover {
		box-shadow: 2px 2px 3px #aaa
}
#wp-calendar > caption {
		margin-bottom: 5px
}
#wp-calendar > tfoot > tr {
		height: 30px
}
#wp-calendar > tfoot > tr > td {
		padding-top: 10px
}
#wp-calendar #next > a {
		float: right
}
#today {
		background-color: #8be8bf;
		border-radius: 50%;
		color: #fff;
		font-weight: 400
}
#calendar_wrap {
		margin: 0 auto 10px;
		padding: 0 10px;
		width: 100%
}
#gallery-1 > .gallery-item img {
		border: none !important
}
#gallery-1 .gallery-item {
		margin: 2.5px !important;
		width: calc(33% - 4px) !important
}
#godios-profile > img {
		border-radius: 50%;
		height: 120px;
		width: 120px
}
#godios-profile > .g-name {
		font-size: 2.2rem;
		font-weight: 400;
		margin-top: 30px;
		padding: 0 10px
}
#godios-profile > .g-message {
		font-size: 1.5rem;
		color: #999;
		margin: 20px 0 10px
}
#footer {
		background-color: #fff;
		margin-top: 100px;
		padding: 0 15px 30px;
		width: 100%
}
#pages {
		padding-top: 50px
}
.pages {
		line-height: 2;
		text-align: center
}
.pages > li {
		display: inline-block;
		margin: 0 15px
}
.pages > li > a {
		font-size: 1.3rem
}
#copyright {
		padding-top: 40px
}
#copyright,
#copyright > a,
#copyright > p > a {
		color: #666;
		font-size: 1.3rem;
		text-align: center
}
#copyright > p {
		margin: 10px 0
}
section.f-bn {
		background: #fff;
}

.f-bn .wrap{
		border-top: 1px solid #4293b8;
		padding-top: 45px;
}
.f-bn ul {
		margin-left: -3%;
}

.f-bn ul li {
		width: 22%;
		margin-left: 3%;
		float: left;
}


.social-media > li,
.social-share > li {
		display: inline-block;
		margin: 0 2px 10px;
		-webkit-transition: transform 0.2s 0 ease-in-out;
		transition: transform 0.2s 0 ease-in-out
}
.social-media > li:hover,
.social-share > li:hover {
		transform: translateY(-7px)
}
.social-media a,
.social-share a {
		background-color: transparent;
		display: block;
		height: 100%
}
.social-share-wrap.top {
		margin-top: 62px
}
.social-share {
		text-align: left
}
.social-share > li {
		height: 35px;
		margin: 0 7px 0 0;
		position: relative;
		text-align: center;
		width: 35px
}
.social-share > li > a > .social-icon-white {
		height: 15px;
		width: 15px
}
.count {
		color: #fff;
		background-color: transparent;
		font-size: 1.1rem;
		font-weight: 400;
		left: 52.5%;
		position: absolute;
		text-align: center;
		top: -5px;
		transform: translate(-50%, -50%);
		width: 100%
}
.icon-round > a > .count {
		top: -11px
}
.entry-footer .count {
		color: #ccc
}
#entry-content .entry-footer .white,
#entry-content .entry-footer .white:hover {
		color: #ccc
}
#social-media {
		padding-top: 38px
}
.social-media {
		text-align: center
}
.icon-round {
		border-radius: 50%;
		line-height: 33px;
		-webkit-transition: transform 0.2s 0 ease-in-out;
		transition: transform 0.2s 0 ease-in-out
}
.social-media > .icon-round {
		height: 43px;
		line-height: 40px;
		width: 43px;
		margin: 0 4px 10px
}
.social-icon-white {
		fill: #fff;
		height: 20px;
		width: 20px
}
.facebook,
.icon-round.facebook {
		background-color: rgba(66, 103, 178, 0.85);
		color: rgba(66, 103, 178, 0.85)
}
.feedly,
.icon-round.feedly {
		background-color: rgba(43, 178, 76, 0.85);
		color: rgba(43, 178, 76, 0.85)
}
.github,
.icon-round.github {
		background-color: rgba(36, 41, 46, 0.85);
		color: rgba(36, 41, 46, 0.85)
}
.googleplus,
.icon-round.googleplus {
		background-color: rgba(219, 68, 55, 0.85);
		color: rgba(219, 68, 55, 0.85)
}
.hatena,
.icon-round.hatena {
		background-color: rgba(0, 165, 222, 0.85);
		color: rgba(0, 165, 222, 0.85)
}
.instagram,
.icon-round.instagram {
		background-color: rgba(225, 48, 108, 0.85);
		color: rgba(225, 48, 108, 0.85)
}
.line,
.icon-round.line {
		background-color: rgba(0, 185, 0, 0.85);
		color: rgba(0, 185, 0, 0.85)
}
.linkedin,
.icon-round.linkedin {
		background-color: rgba(0, 96, 151, 0.85);
		color: rgba(0, 96, 151, 0.85)
}
.pinterest,
.icon-round.pinterest {
		background-color: rgba(189, 8, 28, 0.85);
		color: rgba(189, 8, 28, 0.85)
}
.pocket,
.icon-round.pocket {
		background-color: rgba(239, 64, 86, 0.85);
		color: rgba(239, 64, 86, 0.85)
}
.skype,
.icon-round.skype {
		background-color: rgba(0, 175, 240, 0.85);
		color: rgba(0, 175, 240, 0.85)
}
.soundcloud,
.icon-round.soundcloud {
		background-color: rgba(255, 85, 0, 0.85);
		color: rgba(255, 85, 0, 0.85)
}
.twitter,
.icon-round.twitter {
		background-color: rgba(29, 161, 242, 0.85);
		color: rgba(29, 161, 242, 0.85)
}
.youtube,
.icon-round.youtube {
		background-color: rgba(255, 0, 0, 0.85);
		color: rgba(255, 0, 0, 0.85)
}
.social-share > .transparent > a > svg {
		height: 20px;
		transform: translateY(-7px);
		width: 20px
}
.white,
.white:hover {
		color: #fff
}
.white::after {
		background-color: #fff;
		border-radius: 50%;
		content: "";
		display: block;
		height: 3px;
		margin: 0 auto
}
.facebook-icon-link.white::after {
		background-color: rgba(66, 103, 178, 0.85)
}
.feedly-icon-link.white::after {
		background-color: rgba(43, 178, 76, 0.85)
}
.hatena-icon-link.white::after {
		background-color: rgba(0, 165, 222, 0.85)
}
.googleplus-icon-link.white::after {
		background-color: rgba(219, 68, 55, 0.85)
}
.line-icon-link.white::after {
		background-color: rgba(0, 185, 0, 0.85)
}
.pocket-icon-link.white::after {
		background-color: rgba(239, 64, 86, 0.85)
}
.linkedin-icon-link.white::after {
		background-color: rgba(0, 96, 151, 0.85)
}
.twitter-icon-link.white::after {
		background-color: rgba(29, 161, 242, 0.85)
}
.transparent {
		background-color: rgba(255, 255, 255, 0);
		border-radius: 50%;
		height: auto;
		width: 43px
}
.transparent > a > svg {
		height: 25px;
		margin-top: 7px;
		width: 25px
}
.gray:not(.underline):not(.marker) {
		color: #ccc
}
.facebook-icon-link.gray:hover {
		color: rgba(66, 103, 178, 0.85)
}
.github-icon-link.gray:hover {
		color: rgba(36, 41, 46, 0.85)
}
.googleplus-icon-link.gray:hover {
		color: rgba(219, 68, 55, 0.85)
}
.instagram-icon-link.gray:hover {
		color: rgba(225, 48, 108, 0.85)
}
.line-icon-link.gray:hover {
		color: rgba(0, 185, 0, 0.85)
}
.linkedin-icon-link.gray:hover {
		color: rgba(0, 96, 151, 0.85)
}
.pinterest-icon-link.gray:hover {
		color: rgba(189, 8, 28, 0.85)
}
.skype-icon-link.gray:hover {
		color: rgba(0, 175, 240, 0.85)
}
.soundcloud-icon-link.gray:hover {
		color: rgba(255, 85, 0, 0.85)
}
.twitter-icon-link.gray:hover {
		color: rgba(29, 161, 242, 0.85)
}
.youtube-icon-link.gray:hover {
		color: rgba(255, 0, 0, 0.85)
}
.facebook-icon-link.color {
		color: rgba(66, 103, 178, 0.85)
}
.feedly-icon-link.color {
		color: rgba(43, 178, 76, 0.85)
}
.github-icon-link.color {
		color: rgba(36, 41, 46, 0.85)
}
.googleplus-icon-link.color {
		color: rgba(219, 68, 55, 0.85)
}
.hatena-icon-link.color {
		color: rgba(0, 165, 222, 0.85)
}
.instagram-icon-link.color {
		color: rgba(225, 48, 108, 0.85)
}
.line-icon-link.color {
		color: rgba(0, 185, 0, 0.85)
}
.linkedin-icon-link.color {
		color: rgba(0, 96, 151, 0.85)
}
.pinterest-icon-link.color {
		color: rgba(189, 8, 28, 0.85)
}
.pocket-icon-link.color {
		color: rgba(239, 64, 86, 0.85)
}
.skype-icon-link.color {
		color: rgba(0, 175, 240, 0.85)
}
.soundcloud-icon-link.color {
		color: rgba(255, 85, 0, 0.85)
}
.twitter-icon-link.color {
		color: rgba(29, 161, 242, 0.85)
}
.youtube-icon-link.color {
		color: rgba(255, 0, 0, 0.85)
}
.lazyload,
.lazyloading {
		opacity: 0
}
.lazyloaded {
		animation: fadeIn 0.7s ease 0 1 normal
}
.swiper-lazy,
.swiper-lazy ~ .swiper-header {
		opacity: .5
}
.swiper-lazy-loaded,
.swiper-lazy-loaded ~ .swiper-header {
		opacity: 1;
		transition: opacity 0.3s 0 ease-in-out, box-shadow 0.3s 0 ease-in-out
}
.wp-caption {
		max-width: 100% !important
}
.wp-caption-text {
		margin-top: 0.3em
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright {
		float: right
}
.alignleft {
		float: left
}
.aligncenter {
		display: block;
		margin: 0 auto;
		text-align: center
}
.screen-reader-text {}
.error404 #wrapper {
		margin: 0
}
.error404 #godios-wrapper {
		width: 100%
}
#not-found {
		padding: 90px 0;
		text-align: center
}
#not-found > p:first-of-type {
		font-size: 6rem;
		font-weight: 600;
		line-height: 1;
		margin: 0
}
#not-found > p:nth-of-type(2) {
		font-size: 3rem;
		font-weight: 400
}
#not-found > h1 {
		color: #666;
		font-size: 1.6rem;
		font-weight: 200
}
#not-found > a {
		background-color: #b3bfff;
		color: #fff;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 600;
		margin-top: 50px;
		line-height: 42px;
		height: 42px;
		-webkit-transition: box-shadow 0.3s 0 ease-in-out;
		transition: box-shadow 0.3s 0 ease-in-out;
		width: 220px
}
#not-found > a:hover {
		box-shadow: 2px 2px 3px #aaa
}
.error404 #footer {
		margin-top: 30px
}
body.search #breadcrumb,
body.archive #breadcrumb {
		background-color: #fff;
		transform: translate(15px, 13px)
}
body.search #breadcrumb > li > a,
body.search #breadcrumb > li > span,
body.archive #breadcrumb > li > a,
body.archive #breadcrumb > li > span {
		color: #ccc
}
body.search #breadcrumb > li:nth-of-type(n + 2)::before,
body.archive #breadcrumb > li:nth-of-type(n+2)::before {
		background: url("data:image/svg+xml, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='10' width='10' viewBox='0 0 20 20'%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cpath d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") no-repeat
}
body.search #breadcrumb > li:nth-of-type(n+2)::before {
		margin: 0 1px 0 5px
}
body.search #breadcrumb > li > span {
		display: inline-block;
		transform: translateY(1px)
}
.search-head,
.archive-head {
		background-color: #fff;
		margin: 5px 0;
		width: 100%
}
.search-head {
		padding: 58px 40px 20px
}
.archive-head {
		padding: 58px 53px 20px
}
.search-head > h1,
.archive-head > h1 {
		color: #333;
		font-size: 2.4rem;
		font-weight: 400
}
.wpcf7-list-item.first {
		margin-right: 20px
}
.wpcf7-form input:not([type="radio"]),
.wpcf7-form textarea {
		padding: 5px;
		width: 100%
}
.wpcf7-form input[type="submit"] {
		padding: 8px
}
#sitemap_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 45px !important;
		padding-bottom: 45px !important
}
#sitemap_list > li {
		width: calc(50% - 10px)
}
#sitemap_list > li > ul {
		margin-top: 1rem !important
}
#sitemap_list > li > ul > li {
		background: none;
		position: relative;
		padding-left: 1.5em
}
#sitemap_list > li > ul > li::before {
		content: "";
		position: absolute;
		left: 0;
		top: calc(50% - 0.25em);
		width: 0.5em;
		height: 0.5em;
		background-color: #bfb59a
}
#sitemap_list > li.home-item {
		order: 1
}
#sitemap_list > li.page-item-1134 {
		order: 5
}
#sitemap_list > li.page-item-1373 {
		order: 4
}
#sitemap_list > li.page-item-1550 {
		order: 6
}
#sitemap_list > li.page-item-3 {
		order: 7
}
#sitemap_list > li.page-item-1336 {
		order: 8
}
#sitemap_list > li.page-item-1367 {
		order: 2
}
#sitemap_list > li.page-item-1371 {
		order: 3
}
@media(max-width: 87.5em) {
		#slider {
				margin: 40px 20px 50px;
				width: auto
		}
		#slider.fadeout-slideup {
				margin: 0 20px
		}
		#slider.tmp {
				margin: 0 20px
		}
}
@media(max-width: 80em) {
		.site-title,
		.site-description {
				max-width: calc(100vw - 150px);
				width: calc(100vw - 150px)
		}
		#topbar-menu-btn {
				display: block;
				position: absolute;
				right: 51px;
				top: 24px
		}
		#topbar-access-btn {
				display: block;
				position: absolute;
				right: 100px;
				top: 24px
		}
		#topbar-tel-btn {
				display: block;
				position: absolute;
				right: 150px;
				top: 24px
		}
		#topbar-search-btn {
				right: 201px;
				top: 24px
		}
		#topbar-menu-btn > a {
				color: #333
		}
		.menu-icon {
				fill: #333;
				height: 29px;
				width: 29px
		}
		#gnav {
				position: static;
				transform: none
		}
		.gnav {
				background-color: #fff;
				display: none;
				height: 2000%;
				left: 0;
				padding-top: 40px;
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1000
		}
		.gnav > li {
				display: inline-block;
				float: none;
				padding-left: 10%;
				width: 49%
		}
		.gnav > li > a {
				padding: 23px 0
		}
		.gnav > li > .sub-menu {
				display: none;
				opacity: 1;
				position: static;
				-webkit-transition: none;
				transition: none;
				visibility: visible
		}
		.gnav > li > .sub-menu > li {
				height: auto
		}
		#overlay-menu-close-btn {
				position: absolute;
				right: 51px;
				top: 24px;
				z-index: 2000
		}
		#overlay-menu-close-btn > svg {
				height: 30px;
				width: 30px
		}
}
@media(max-width: 71em) {
		#godios-wrapper {
				width: 700px
		}
		.mvi-content-width {
				height: 465px;
				width: 1035px
		}
		#breadcrumb {
				max-width: 651px
		}
		.entry-top > header {
				padding: 0 30px
		}
		.entry-list {
				height: 220px
		}
		.entry-inner {
				left: 230px;
				width: 454px
		}
		.entry-image {
				width: 190px
		}
		.entry-image > img {
				height: 190px;
				width: 190px
		}
		.entry-title {
				font-size: 1.9rem;
				max-height: 47px
		}
		.entry-content {
				-webkit-line-clamp: 2;
				height: 55px
		}
		.entry-content > p {
				font-size: 1.45rem
		}
		.entry-top {
				height: 348px
		}
		.entry-top > header > .entry-title {
				font-size: 2.8rem;
				height: 67px
		}
		.entry-top > .entry-image > img {
				height: 360px
		}


		.related-entry {
				grid-auto-rows: 230px
		}
		.social-share-wrap.top {
				margin-top: 60px
		}
		.entry-widget {
				flex-wrap: wrap
		}
		.entry-widget > aside:nth-of-type(2) {
				margin-top: 15px
		}
}
@media(max-width: 68.75em) {
		.menu-item-open-btn {
				display: block;
				position: absolute;
				right: 15%;
				font-size: 24px;
				top: calc(50% - 12px)
		}
}
@media(min-width: 64.6875em) {
		.entry-list:first-child {
				margin-top: 5px
		}
		.fsc-active {
				position: fixed;
				top: 85px;
				width: inherit !important
		}
}
@media(max-width: 64.625em) {
		#breadcrumb {
				transform: translate(25px, 25px)
		}
		.mvi-content-width {
				height: 315px;
				width: 700px
		}
		#entry-content {
				margin: 30px 40px
		}
		#entry-content h2 {
				margin: 2.5em -1em 1.25em
		}
		#entry {
				margin-top: 0;
				max-width: 100%;
				width: auto
		}
		#side {
				margin-top: 40px
		}
}
@media(max-width: 64em) {
		.l-wrap,
		.r-wrap {
				margin: 0
		}
}
@media(max-width: 56.25em) {
		#header,
		#topbar,
		#gnav {
				height: 55px
		}
		.fixed {
				position: fixed !important;
				z-index: 1000 !important
		}
		#logo > a {
				max-height: 55px
		}
		.site-title {
				font-size: 2.5rem;
				margin-left: 20px
		}
		.site-description {
				display: none
		}
		.gnav > li > a {
				padding: 17.5px 50px 17.5px 0
		}
		#topbar-search-btn {
				top: 12.5px
		}
		#topbar-menu-btn {
				top: 12.5px
		}
		#topbar-access-btn {
				top: 12.5px
		}
		#topbar-tel-btn {
				top: 12.5px
		}
		#overlay-search-close-btn,
		#overlay-menu-close-btn {
				top: 13px
		}
		#sitemap_list > li {
				width: 100%
		}
}
@media(max-width: 48em) {
		a:hover,
		.entry-list > a:hover .entry-title,
		.bc-link:hover .bc-title {
				color: #333
		}
		a:active,
		.entry-list > a:active .entry-title,
		.bc-link:active .bc-title {
				color: #81a9d9
		}
		.sub-menu > li > a:hover,
		.entry-list > a:hover > .entry-image > img,
		.tags > li:hover,
		.social-media > li:hover,
		.social-share > li:hover,
		.bc-link:hover img {
				transform: none
		}
		.sub-menu > li > a:active {
				transform: translateX(5px)
		}
		.btn:hover,
		.swiper-header:hover,
		.related-entry > li > a:hover,
		#not-found > a:hover {
				box-shadow: none
		}
		.btn:active {
				box-shadow: 2px 2px 3px #ccc
		}
		.swiper-header:active,
		.related-entry > li > a:active,
		#not-found > a:active {
				box-shadow: 2px 2px 4px #666
		}
		.entry-list > a:active > .entry-image > img,
		.bc-link:active img {
				transform: scale(1.15)
		}
		.tags > li:active {
				transform: translateY(-5px)
		}
		.pager > .active > a:hover {
				color: #fff
		}
		.pager > li > a:hover {
				color: #333;
				background-color: transparent
		}
		.pager > li > a:active {
				color: #fff;
				background-color: #b3bfff
		}
		.pager-prev > a:hover > svg path,
		.pager-next > a:hover > svg path {
				fill: #333
		}
		.pager-prev > a:active > svg path,
		.pager-next > a:active > svg path {
				fill: #fff
		}
		.pagination a:hover {
				color: #333;
				background-color: #fff
		}
		.pagination a:active {
				color: #fff;
				background-color: #b3bfff
		}
		.social-media > li:active,
		.social-share > li:active {
				transform: translateY(-7px)
		}
		.social-media > li > .gray:hover {
				color: #ccc
		}
		.social-media > li > .gray:active {
				color: inherit
		}
		.comment-reply-link:hover,
		input[type="submit"]:hover {
				box-shadow: none
		}
		.comment-reply-link:active,
		input[type="submit"]:active {
				box-shadow: 2px 2px 3px #aaa
		}
}
@media(max-width: 43.75em) {
		.gnav > li {
				display: block;
				padding-left: 10%;
				width: 100%
		}
		.mvi-content-width {
				height: 270px;
				width: 600px
		}
		#godios-wrapper {
				width: 600px
		}
		#breadcrumb {
				max-width: 551px
		}
		.entry-list {
				height: 190px
		}
		.entry-image {
				width: 160px
		}
		.entry-image > img {
				height: 160px;
				width: 160px
		}
		.entry-inner {
				left: 195px;
				width: 390px
		}
		.entry-content {
				-webkit-line-clamp: 2;
				height: 52px
		}
		.entry-title {
				font-size: 1.8rem;
				margin-top: 6px;
				max-height: 45px
		}
		.entry-category {
				font-size: 1.1rem;
				line-height: 1.9rem
		}
		.entry-content > p {
				font-size: 1.4rem;
				margin-top: 6px
		}
		.entry-date {
				font-size: 1.3rem;
				margin-top: 6px
		}
		.entry-top {
				height: 338px
		}
		.entry-top > header {
				top: 104px
		}
		.entry-top > header > .entry-title {
				font-size: 2.6rem;
				height: 62px
		}
		.entry-top > .entry-image > img {
				height: 350px
		}
		.entry-meta {
				color: #eee;
				font-size: 1.4rem;
				font-weight: 400;
				margin-top: 3px;
		}

		.no-img > .entry-meta {
				color: #ccc;
		}

		#entry-content {
				margin: 30px 20px
		}
		#entry-content h2 {
				font-size: 2.4rem;
				margin: 2.5em 0 1.25em
		}
		#entry-content h3 {
				font-size: 2.1rem;
				margin: 2em 0 1.5em
		}
		#entry-content h4 {
				font-size: 1.8rem
		}
		.related-entry {
				grid-auto-rows: 218px
		}
		.related-entry > li:nth-of-type(5),
		.related-entry > li:nth-of-type(6) {
				grid-row: 3
		}
		.related-entry > li:nth-of-type(7),
		.related-entry > li:nth-of-type(8) {
				grid-row: 4
		}
		.related-entry > li:nth-of-type(9),
		.related-entry > li:nth-of-type(10) {
				grid-row: 5
		}
		.related-entry > li:nth-of-type(odd) {
				-ms-grid-column: 1;
				-ms-grid-column-span: 3;
				grid-column: 1 / 4
		}
		.related-entry > li:nth-of-type(even) {
				-ms-grid-column: 4;
				-ms-grid-column-span: 3;
				grid-column: 4 / 7
		}
		.related-title > h3 {
				margin-bottom: 9px
		}
		.entry-top-page > header {
				padding: 0 20px
		}
		.entry-top-page > .entry-image > img {
				height: 270px
		}
		.entry-top-page.entry-top.no-img {
				height: 160px
		}
		.entry-top-page.entry-top {
				height: 258px
		}
		.comment-author {
				max-width: 100%;
				width: 100%
		}
		.comment-meta {
				display: block;
				margin: 0;
				transform: translate(72px, -24px);
				width: calc(100vw - 142px)
		}
}
@media(max-width: 37.5em) {
		.site-title {
				max-width: calc(100vw - 109px);
				width: calc(100vw - 109px)
		}
		#topbar-menu-btn {
				right: 20px
		}
		#topbar-access-btn {
				right: 61px
		}
		#topbar-tel-btn {
				right: 102px
		}
		#overlay-search-close-btn,
		#overlay-menu-close-btn {
				right: 20px
		}
		#topbar-search-btn {
				right: 142px
		}
		.mvi-content-width {
				height: 225px;
				width: 500px
		}
		#godios-wrapper {
				width: 500px
		}
		#breadcrumb {
				max-width: 451px
		}
		.entry-list {
				height: 130px
		}
		.entry-image {
				width: 100px
		}
		.entry-image > img {
				height: 100px;
				width: 100px
		}
		.entry-inner {
				left: 135px;
				width: 350px
		}
		.entry-content {
				-webkit-line-clamp: 1;
				display: none;
				height: 33px
		}
		.entry-category {
				font-size: 1rem
		}
		.entry-title {
				font-size: 1.7rem;
				margin-top: 5px;
				max-height: 42px
		}
		#entry-content h2 {
				font-size: 2.1rem
		}
		#entry-content h3 {
				font-size: 1.9rem
		}
		#entry-content h4 {
				font-size: 1.7rem
		}
		blockquote {
				padding: 35px
		}
		#entry-content dl {
				padding: 10px 25px 25px
		}
		.entry-widget > aside:nth-of-type(2) {
				display: none
		}
		.entry-footer {
				margin-top: 5px
		}
		#breadcrumb > li > a,
		#breadcrumb > li:last-child,
		.entry-meta {
				font-size: 1.3rem
		}
		.entry-top {
				height: 298px
		}
		.entry-top > header {
				top: 90px
		}
		.entry-top > header > .entry-title {
				font-size: 2.3rem;
				height: 56px
		}
		.entry-top > .entry-image > img {
				height: 310px
		}
		.social-share-wrap.top {
				margin-top: 48px
		}
		.social-share > .transparent > a > svg {
				height: 17px;
				width: 17px
		}
		.social-share > li {
				height: 30px;
				margin: 0 6px 0 0;
				width: 30px
		}
		.social-share > li > a > .social-icon-white {
				height: 13px;
				width: 13px
		}
		.icon-round {
				line-height: 27px
		}
		.count {
				font-size: 1rem
		}
		.related-entry {
				grid-auto-rows: 238px
		}
		#respond {
				padding: 25px
		}
		textarea,
		input {
				width: 100%
		}
		input[type="search"] {
				width: auto
		}
		.instagram-media,
		.twitter-tweet,
		iframe[src^="https://www.facebook.com"] {
				width: 100% !important
		}
		.entry-top-page.entry-top {
				height: 238px
		}
		.entry-top-page > .entry-image > img {
				height: 250px
		}
		#entry-content .bc-title {
				font-size: 1.6rem
		}
		#entry-content .bc-img {
				height: 100px;
				width: 100px
		}
}
@media(max-width: 31.25em) {
		.mvi-content-width {
				height: 186px;
				width: 414px
		}
		#godios-wrapper {
				width: 414px
		}
		#breadcrumb {
				max-width: 364px
		}
		.entry-list {
				height: 107px;
				padding: 10px
		}
		.entry-list > a::before {
				height: calc(100% - 20px);
				left: 10px;
				top: 10px;
				width: calc(100% - 20px)
		}
		.entry-image {
				width: 87px
		}
		.entry-image > img {
				height: 87px;
				width: 87px
		}
		.entry-inner {
				left: 112px;
				width: 294px
		}
		.entry-category {
				font-size: 1rem;
				line-height: 1.7rem
		}
		.entry-title {
				font-size: 1.5rem;
				line-height: 1.4
		}
		.entry-date {
				font-size: 1.1rem
		}
		.entry-footer {
				margin-top: 1px
		}
		#breadcrumb > li > a,
		#breadcrumb > li:last-child,
		.entry-meta {
				font-size: 1.1rem
		}
		.posted-date::before,
		.updated-date::before {
				height: 11px;
				width: 11px
		}
		.entry-top {
				height: 248px
		}
		.entry-top > header {
				padding: 0 23px;
				top: 69px
		}
		.entry-top > header > .entry-title {
				font-size: 1.9rem;
				height: 52px
		}
		.entry-top > .entry-image > img {
				height: 260px
		}
		.related-entry {
				grid-auto-rows: 204px
		}
		.social-share {
				display: -webkit-flex;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-justify-content: space-between;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between
		}
		.social-share-wrap.top {
				margin-top: 33px
		}
		.social-share > .transparent > a > svg {
				height: 16px;
				width: 16px
		}
		.social-share > li {
				height: 35px;
				line-height: 1.7;
				margin: 0;
				width: 35px
		}
		.social-share > li > a > .social-icon-white {
				height: 11px;
				width: 11px
		}
		.count {
				font-size: 1rem
		}
		.entry-top > .no-img > .entry-title {
				font-size: 2.1rem
		}
		.entry-top-page > .no-img {
				padding: 0 20px
		}
		.entry-top-page.entry-top {
				height: 198px
		}
		.entry-top-page > .entry-image > img {
				height: 210px
		}
		.fn {
				max-width: calc(100% - 73px)
		}
		#entry-content .bc-title {
				font-size: 1.4rem;
				word-break: break-all
		}
		#entry-content .bc-img {
				height: 75px;
				margin: 0 10px 0 0;
				width: 75px
		}
		.bc-date {
				font-size: 1.1rem
		}
		.bc-content {
				padding-right: 0
		}
}
@media(max-width: 25.875em) {
		.gnav > li > a {
				padding: 20px 0
		}
		#overlay-search .search-field {
				font-size: 2rem
		}
		#breadcrumb {
				max-width: calc(100vw - 44px)
		}
		#breadcrumb > li:last-child {
				transform: translateY(2px)
		}
		#breadcrumb > li:last-child::before {
				transform: translateY(-1px)
		}
		.search-form {
				top: 20%
		}
		.search-field {
				font-size: 1.8rem;
				padding-bottom: 10px
		}
		#slider.fadeout-slideup {
				margin: 0 5px
		}
		#slider.tmp {
				margin: 0 5px
		}
		#main-visual {
				margin: 5px 0 0
		}
		.mvi-content-width {
				height: calc(45vw - 10px);
				width: calc(100vw - 10px)
		}
		#slider {
				margin: 5px 5px 0
		}
		.swiper-slide {
				padding: 10px
		}
		.swiper-slide > img {
				height: calc(60vw) !important
		}
		.swiper-header {
				height: calc(100% - 20px);
				left: 10px;
				position: absolute;
				top: 10px;
				width: calc(100% - 20px)
		}
		.swiper-pagination {
				bottom: 10px !important;
				left: 0 !important;
				position: absolute !important
		}
		.swiper-container-horizontal > .swiper-pagination-bullets {
				height: 25px !important
		}
		.swiper-pagination-bullet {
				background: #fff !important;
				height: 5px !important;
				width: 5px !important
		}
		.swiper-title {
				font-size: 1.8rem;
				margin-bottom: 18px
		}
		.swiper-button-next,
		.swiper-button-prev {
				display: none
		}
		#wrapper {
				margin-top: 5px
		}
		#godios-wrapper {
				width: calc(100vw - 10px)
		}
		#breadcrumb > li:nth-of-type(n+2)::before {
				height: 10px
		}
		body.search #breadcrumb,
		body.archive #breadcrumb {
				transform: translate(10px, 10px)
		}
		.entry-list {
				height: 104px
		}
		.entry-image {
				width: 84px
		}
		.entry-image > img {
				height: 84px;
				width: 84px
		}
		.entry-inner {
				left: 108px;
				padding-right: 10px;
				width: inherit
		}
		.entry-title {
				line-height: 1.3;
				margin-top: 3px;
				max-height: 39px
		}
		.entry-category {
				line-height: 1.5rem;
				padding-bottom: 0
		}
		.entry-footer {
				margin-top: 0
		}
		.entry-widget.bottom .adsbygoogle {
				min-width: 336px
		}
		.widget-wrap img {
				max-height: calc(100vw - 30px)
		}
		#wp-calendar > tbody td {
				height: 12vw;
				width: 12.25vw
		}
		#wp-calendar > tbody td > a {
				line-height: 3.1
		}
		#entry {
				padding: 10px
		}
		#breadcrumb {
				padding: 0 5px 3px;
				transform: translate(17px, 17px)
		}
		.posted-date::before,
		.updated-date::before {
				height: 11px;
				width: 11px
		}
		.entry-top {
				height: 235px
		}
		.entry-top > header {
				padding: 0 20px;
				top: 67px
		}
		.entry-top > header > .entry-title {
				font-size: 1.8rem;
				height: 47px;
				word-break: break-all
		}
		.entry-top > .entry-image > img {
				height: 247px;
				transform: scale(1.03)
		}
		.entry-top-page.entry-top.no-img {
				height: 95px
		}
		.social-share-wrap.top {
				margin-top: 31px
		}
		.social-share > .transparent > a > svg {}
		.social-share > li > a > .social-icon-white {
				height: 13px;
				width: 13px
		}
		.count {
				font-size: 0.9rem
		}
		#entry-content {
				margin: 30px 10px
		}
		#entry-content table td,
		#entry-content table > tbody th {
				padding: 0.5em 1em
		}
		#entry-content table th,
		#entry-content table td {
				padding: 0.5em 1em
		}
		.related-entry {}
		.related-entry > li {
				padding: 10px
		}
		.comment-content {
				margin: 0 15px
		}
		.comment-body {
				padding: 20px 15px
		}
		.comment-body > p {
				margin: 0 0 20px 5px
		}
		.comment-list > li > .children > li {
				margin-left: 30px
		}
		#side {
				overflow: hidden;
				width: calc(100vw - 10px)
		}
		.widget-wrap {
				padding: 15px
		}
		#footer {
				margin-top: 30px
		}
		.entry-top-page > .no-img {
				padding: 0 10px;
				top: 40px
		}
		#entry > .no-img {
				height: 108px
		}
		.entry-top-page.entry-top {
				height: 44.8vw
		}
		.entry-top-page > .entry-image > img {
				height: 47.7vw
		}
		.search-head,
		.archive-head {
				margin: 0 0 5px;
				padding: 47px 20px 20px
		}
		.search-head > h1,
		.archive-head > h1 {
				font-size: 2.1rem;
				text-align: center
		}
		.bc-date {
				margin-top: 5px
		}
}
@media(max-width: 23.4375em) {
		.swiper-title {
				font-size: 1.7rem
		}
		#wp-calendar > tbody td > a {
				line-height: 2.7
		}
		.entry-widget.bottom .adsbygoogle {
				min-width: 325px
		}
		.entry-top {
				height: 228px
		}
		.entry-top > .entry-image > img {
				height: 240px
		}
		.entry-top > header {
				padding: 0 18px;
				top: 60px
		}
		#entry-content p,
		#entry-content li:not(.icon-round) {
				font-size: 1.6rem
		}
		.social-share > li {
				height: 31px;
				width: 31px
		}
		.related-entry {
				grid-auto-rows: 60vw 48.1vw 48.1vw 60vw 48.1vw 48.1vw
		}
		.related-entry > li:nth-of-type(1),
		.related-entry > li:nth-of-type(6) {
				-ms-grid-column: 1;
				-ms-grid-column-span: 6;
				grid-column: 1 / 7
		}
		.related-entry > li:nth-of-type(2),
		.related-entry > li:nth-of-type(4),
		.related-entry > li:nth-of-type(7),
		.related-entry > li:nth-of-type(9) {
				-ms-grid-column: 1;
				-ms-grid-column-span: 3;
				grid-column: 1 / 4
		}
		.related-entry > li:nth-of-type(2),
		.related-entry > li:nth-of-type(3) {
				-ms-grid-row: 2;
				grid-row: 2
		}
		.related-entry > li:nth-of-type(4),
		.related-entry > li:nth-of-type(5) {
				-ms-grid-row: 3;
				grid-row: 3
		}
		.related-entry > li:nth-of-type(6) {
				-ms-grid-row: 4;
				grid-row: 4
		}
		.related-entry > li:nth-of-type(7),
		.related-entry > li:nth-of-type(8) {
				-ms-grid-row: 5;
				grid-row: 5
		}
		.related-entry > li:nth-of-type(9),
		.related-entry > li:nth-of-type(10) {
				-ms-grid-row: 6;
				grid-row: 6
		}
		.related-entry > li:nth-of-type(3),
		.related-entry > li:nth-of-type(5),
		.related-entry > li:nth-of-type(8),
		.related-entry > li:nth-of-type(10) {
				-ms-grid-column: 4;
				-ms-grid-column-span: 3;
				grid-column: 4 / 7
		}
		.related-entry > li:nth-of-type(5n + 1) {}
		.related-entry > li:nth-of-type(5n+1) > a > .related-title > h3 {
				font-size: 1.7rem;
				padding: 0 16px
		}
		.related-title > h3 {
				font-size: 1.4rem;
				padding: 0 7px 0 10px
		}
		#respond {
				padding: 20px
		}
		.entry-top-page > .entry-image > img {
				height: 47.7vw
		}
}
@media(max-width: 20em) {
		h3 {
				font-size: 1.8rem
		}
		#header,
		#topbar,
		#gnav {
				height: 45px
		}
		#logo > a {
				max-height: 45px
		}
		.gnav > li > a {
				font-size: 1.4rem;
				padding: 17px 0
		}
		.site-title {
				font-size: 2.3rem
		}
		.menu-icon {
				height: 25px;
				width: 25px
		}
		#topbar-menu-btn {
				top: 10px
		}
		#topbar-access-btn {
				top: 10px;
				width: 25px
		}
		#topbar-tel-btn {
				top: 10px;
				width: 25px
		}
		#overlay-menu-close-btn,
		#overlay-search-close-btn {
				top: 11px
		}
		.search-icon {
				height: 22px;
				width: 22px
		}
		#topbar-search-btn {
				top: 10px
		}
		#overlay-search-close-btn > svg,
		#overlay-menu-close-btn > svg {
				height: 26px;
				width: 26px
		}
		.swiper-title {
				font-size: 1.5rem
		}
		.entry-list {
				height: 90px
		}
		.entry-image {
				width: 70px
		}
		.entry-image > img {
				height: 70px;
				width: 70px
		}
		.entry-inner {
				left: 90px;
				padding-right: 10px;
				width: inherit
		}
		.entry-title {
				font-size: 1.3rem;
				margin-top: 2px;
				max-height: 33px
		}
		.entry-footer {
				margin-top: -2px
		}
		.entry-date {
				font-size: 0.9rem
		}
		.entry-widget.bottom .adsbygoogle {
				min-width: 270px
		}
		.entry-top {
				height: 188px
		}
		.entry-top > .entry-image > img {
				height: 200px
		}
		.entry-top > header {
				padding: 0 15px;
				top: 48px
		}
		.entry-top > header > .entry-title {
				font-size: 1.6rem;
				height: 40px
		}
		.entry-category {
				font-size: 0.9rem;
				line-height: 1.3rem
		}
		.social-share-wrap.top {
				margin-top: 18px
		}
		.social-share > .transparent > a > svg {
				height: 13px;
				width: 13px
		}
		.social-share > li {
				height: 26px;
				line-height: 1.2;
				width: 26px
		}
		.social-share > li > a > .social-icon-white {
				height: 9px;
				width: 9px
		}
		.count {
				font-size: 0.9rem
		}
		#entry-content p,
		#entry-content #contents > ol > li,
		.related-entry > li:nth-of-type(5n + 1) > a > .related-title > h3,
		#entry-content li:not(.icon-round) {
				font-size: 1.5rem
		}
		#contents {
				padding: 15px
		}
		.contents-title {
				font-size: 1.8rem
		}
		#contents ul::before {
				left: -24.5px
		}
		#entry-content h2 {
				font-size: 1.9rem
		}
		#entry-content h3 {
				font-size: 1.7rem
		}
		#entry-content h4 {
				font-size: 1.5rem
		}
		#entry-content h5,
		#entry-content h6,
		#contents ul > li,
		#entry-content p,
		#entry-content li:not(.icon-round) {
				font-size: 1.4rem
		}
		.related-title > h3 {
				font-size: 1.2rem
		}
		.entry-top-page > .entry-image > img {
				height: 47.7vw
		}
		.entry-top-page.entry-top.no-img {
				height: 90px
		}
		#wp-calendar > tbody td {
				height: 11.55vw;
				width: 11.55vw
		}
		#wp-calendar > tbody td > a {
				line-height: 2.2
		}
		#entry-content .bc-title {
				font-size: 1.3rem
		}
		#entry-content .bc-img {
				height: 65px;
				width: 65px
		}
		.bc-date {
				margin-top: 3px
		}
}
@font-face {
font-family: 'Noto Serif CJK';
src: url('./fonts/NotoSerifJP-sub.woff2') format('woff2'), url('./fonts/NotoSerifJP-sub.woff') format('woff'), url('./fonts/NotoSerifJP-sub.ttf') format('truetype');
font-style: normal;
font-weight: 100;
font-display: swap;
}

@import"bootstrap.min.css";
@import"table/style.css";

/*---------------------------------------------------------------
Bootstrap css
----------------------------------------------------------------*/

html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}

body {
margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block
}

audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline
}

audio:not([controls]) {
display: none;
height: 0
}

[hidden], template {
display: none
}

a {
background-color: transparent
}

a:active, a:hover {
outline: 0
}

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

b, strong {
font-weight: bold
}

dfn {
font-style: italic
}

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

mark {
background: #ff0;
color: #000
}

small {
font-size: 80%
}

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

sup {
top: -0.5em
}

sub {
bottom: -0.25em
}

img {
border: 0
}

svg:not(:root) {
overflow: hidden
}

figure {
margin: 1em 40px
}

hr {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0
}

pre {
overflow: auto
}

code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em
}

button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0
}

button {
overflow: visible
}

button, select {
text-transform: none
}

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

button[disabled], html input[disabled] {
cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0
}

input {
line-height: normal
}

input[type="checkbox"], input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0
}

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

input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}

fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em
}

legend {
border: 0;
padding: 0
}

textarea {
overflow: auto
}

optgroup {
font-weight: bold
}

table {
border-collapse: collapse;
border-spacing: 0
}

td, th {
padding: 0
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}

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

html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff
}

input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}

figure {
margin: 0
}

img {
vertical-align: middle
}

.img-responsive {
display: block;
max-width: 100%;
height: auto
}

.img-rounded {
border-radius: 6px
}

.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}

.img-circle {
border-radius: 50%
}

hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}

[role="button"] {
cursor: pointer
}

.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}

@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1170px
}
}

.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}

.row {}

.wrap .rvs {
display: flex;
flex-wrap: wrap-reverse;
}

.row:before, .row:after {
width: 0px;
}

.row-no-gutters {
margin-right: 0;
margin-left: 0
}

.row-no-gutters [class*="col-"] {
padding-right: 0;
padding-left: 0
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left
}

.col-xs-12 {
width: 100%
}

.col-xs-11 {
width: 91.66666667%
}

.col-xs-10 {
width: 83.33333333%
}

.col-xs-9 {
width: 75%
}

.col-xs-8 {
width: 66.66666667%
}

.col-xs-7 {
width: 58.33333333%
}

.col-xs-6 {
width: 50%
}

.col-xs-5 {
width: 41.66666667%
}

.col-xs-4 {
width: 33.33333333%
}

.col-xs-3 {
width: 25%
}

.col-xs-2 {
width: 16.66666667%
}

.col-xs-1 {
width: 8.33333333%
}

.col-xs-pull-12 {
right: 100%
}

.col-xs-pull-11 {
right: 91.66666667%
}

.col-xs-pull-10 {
right: 83.33333333%
}

.col-xs-pull-9 {
right: 75%
}

.col-xs-pull-8 {
right: 66.66666667%
}

.col-xs-pull-7 {
right: 58.33333333%
}

.col-xs-pull-6 {
right: 50%
}

.col-xs-pull-5 {
right: 41.66666667%
}

.col-xs-pull-4 {
right: 33.33333333%
}

.col-xs-pull-3 {
right: 25%
}

.col-xs-pull-2 {
right: 16.66666667%
}

.col-xs-pull-1 {
right: 8.33333333%
}

.col-xs-pull-0 {
right: auto
}

.col-xs-push-12 {
left: 100%
}

.col-xs-push-11 {
left: 91.66666667%
}

.col-xs-push-10 {
left: 83.33333333%
}

.col-xs-push-9 {
left: 75%
}

.col-xs-push-8 {
left: 66.66666667%
}

.col-xs-push-7 {
left: 58.33333333%
}

.col-xs-push-6 {
left: 50%
}

.col-xs-push-5 {
left: 41.66666667%
}

.col-xs-push-4 {
left: 33.33333333%
}

.col-xs-push-3 {
left: 25%
}

.col-xs-push-2 {
left: 16.66666667%
}

.col-xs-push-1 {
left: 8.33333333%
}

.col-xs-push-0 {
left: auto
}

.col-xs-offset-12 {
margin-left: 100%
}

.col-xs-offset-11 {
margin-left: 91.66666667%
}

.col-xs-offset-10 {
margin-left: 83.33333333%
}

.col-xs-offset-9 {
margin-left: 75%
}

.col-xs-offset-8 {
margin-left: 66.66666667%
}

.col-xs-offset-7 {
margin-left: 58.33333333%
}

.col-xs-offset-6 {
margin-left: 50%
}

.col-xs-offset-5 {
margin-left: 41.66666667%
}

.col-xs-offset-4 {
margin-left: 33.33333333%
}

.col-xs-offset-3 {
margin-left: 25%
}

.col-xs-offset-2 {
margin-left: 16.66666667%
}

.col-xs-offset-1 {
margin-left: 8.33333333%
}

.col-xs-offset-0 {
margin-left: 0
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
display: table;
content: " "
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
clear: both
}

.center-block {
display: block;
margin-right: auto;
margin-left: auto
}

.pull-right {
float: right !important
}

.pull-left {
float: left !important
}

.hide {
display: none
}

.show {
display: block !important
}

.invisible {
visibility: hidden
}

.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0
}

.hidden {
display: none !important
}

.affix {
position: fixed
}


/*---------------------------------------------------------------
Original theme css
----------------------------------------------------------------*/

html, body {
padding: 0;
margin: 0;
}

* {
outline: none;
}

body {
font-size: 15px;
line-height: 1.8;
background: #fff;
overflow-x: hidden;
font-weight: 400;
}

img, iframe {
max-width: 100%;
}

a {
text-decoration: none;
-webkit-transition: all .3s 0s ease-in-out !important;
-o-transition: all .3s 0s ease-in-out !important;
transition: all .3s 0s ease-in-out !important;
}

a:hover {
color: #b1a198;
opacity: 0.8;
}

p {
line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, .contents-title .tl-sub {
font-weight: bold;
padding: 0 0 20px 0;
margin: 0;
line-height: normal;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
letter-spacing: 3px;
color: #000;
}

.tac {
text-align: center;
}

.tac2 {
text-align: center;
}

.tl-blue {
background: #F6F7F8;
padding: 2.4rem 3rem;
margin: 24px -15px;
border-top: 2px solid #4293b8;
border-bottom: 2px solid #4293b8;
text-align: center;
}

.tl-white {
border-bottom: 2px solid #fff;
}

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

.color-white {
color: #fff;
padding-bottom: 0;
font-size: 28px;
letter-spacing: 2px;
}

h1 {}

h2 {
font-size: calc(1rem + 1vw);
}

h3 {
font-size: 23px;
}

p {
margin: 0;
padding: 0 0 20px 0;
font-size: 1.5rem;
}

.sec-about-implant p {
font-size: 16px;
}

.sec-about-implant p.small {
font-size: 14px;
}

.mob-nav {
display: none;
}

.btn, .btn-b, btn2gyo {
background: #fff;
border-radius: 6px;
text-align: center;
color: #4293b8;
padding: 15px 30px;
border: 2px solid #4293b8;
margin-top: 20px;
font-size: 16px;
position: relative;
font-weight: 600;
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.btn:hover {
color: #fff;
}

.btn-b {
background: #4293b8;
color: #fff;
border: 2px solid #4293b8;
max-width: 378px;
font-size: 18px;
padding: 12px 30px;
}

.box-tr .btn {
max-width: 378px;
}

.btn:hover {
background: #4293b8;
border: 2px solid #4293b8;
}

.btn-b:hover {
background: #fff;
color: #4293b8;
box-shadow: 2px 2px 3px #ccc;
}

.btn:after, .btn-b:after {
position: absolute;
right: 16px;
top: 25px;
display: block;
width: 10px;
height: 10px;
border-top: 2px solid #4293b8;
border-right: 2px solid #4293b8;
content: "";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .3s 0s ease-in-out !important;
}

.btn-tr .btn:after {
right: 20px;
}

#first .btn {
border-radius: 100px;
}

#first .btn:after {
top: 38px;
}

.btn-b:after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

.btn:hover:after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

.btn-b:hover:after {
border-top: 2px solid #4293b8;
border-right: 2px solid #4293b8;
}

.btn-block {
display: block;
}

.box--tr .btn {
margin: 0;
padding: 15px 40px 15px 30px;
}

.btn-tr {
position: absolute;
bottom: 18px;
right: 18px;
}

@media only screen and (max-width:1024px) {
.tl-blue {
	padding: 2rem 2rem;
	text-align: left;
}
}

@media only screen and (max-width:768px) {
.btn-tr {
	position: inherit;
}
.box--tr .btn {
	margin-bottom: 20px;
	margin-right: 0;
	display: inline-block;
}
}

@media only screen and (max-width:480px) {
.box--tr .btn {
	display: block;
}
#first .btn {
	padding: 15px 30px 15px 10px;
	font-size: 14px;
	letter-spacing: 0;
}
#first .btn:after {
	right: 20px;
	top: 34px;
}
.btn:after, .btn-b:after {
	right: 15px;
	top: 24px;
}
}

.bg-brown {
background: #b1a198;
color: #fff;
border: 2px solid #b1a198;
border-radius: 50px;
}

.bg-brown:hover {
background: #fff;
border: 2px solid #b1a198;
color: #b1a198;
}

.bg-brown:after {
display: none;
}

.bg-pink {
background: #ff7c7c;
color: #fff;
border: 2px solid #ff7c7c;
border-radius: 50px;
}

.bg-pink:hover {
background: #fff;
border: 2px solid #ff7c7c;
color: #ff7c7c;
}

.bg-pink:after {
display: none;
}

.box-content {
padding: 15px 35px;
background: #FFF;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.box-content span.sub-tl {
display: block;
color: #b1a198;
font-style: italic;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;font-weight: bold;
padding: 0 0 20px 0;
margin: 0;
letter-spacing: .2vw;
line-height: normal;
font-size: 23px;
}

.box-content h2.doctor {
color: #5a5046;
font-style: none;
}

.box-content h3.college {
color: #5a5046;
font-size: 18px;
font-style: italic;
}

.highlight {
background: linear-gradient(transparent 55%, rgba(245, 245, 53, 0.5) 45%);
padding: 0 5px;
font-weight: 700;
}

.st-a {
font-weight: 700;
color: #4293b8;
}

.st-b {
font-weight: 700;
}

.st-l {
	font-size: 130%;
}
.st-s {
	font-size: 80%;
}

.st-min {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.st-bb {
	border-bottom: 2px solid #fff8a5;
}

.st-small{
	font-size: 80%;
}

.prf_bottom {
border-bottom: 1px solid #ddd;
margin-bottom: 8px;
padding-bottom: 8px;
}

.bg-grey {
background: #4293b8;
}

.bg-lightgrey {
background: #e4f2f4;
}

.show-sm {
display: none;
}

.show-sm img {
display: block;
margin-left: calc(50% - 50vw);
max-width: 100vw;
margin-bottom: -5%;
}

.z-index-on {
position: relative;
}

.mg-topup {
margin-top: -24vh;
}

.mw60 {
max-width: 58%;
}

.mw40 {
max-width: 40%;
}

.mw400 {
max-width: 400px;
}

.mw48 {
max-width: 48%;
}

.mw65 {
max-width: 66.6666%;
}

.mw35 {
max-width: 33.3334%;
}

.col-left {
float: left;
}

.col-right {
float: right;
}

.col3 {
float: left;
width: 33.3333%;
}

section {
padding: 45px 0;
}

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

.text-right {
text-align: right;
}

.dotbg {
background: #87d0d9;
width: 18px;
height: 18px;
display: block;
border-radius: 50%;
margin: auto;
}

.recbg {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
vertical-align: top;
border-bottom: 20px solid #87d0d9;
display: block;
margin: auto;
}

.wrap, .wrap-treat {
max-width: 1200px;
padding: 0 15px;
margin: 0 auto;
}

.wrap:after, .wrap-treat:after, header:after, section:after, .row:after, .treat-list:after {
clear: both;
display: table;
content: '';
}

.home .top-txt {
color: #111;
font-size: 13px;
padding: 0px 18px 5px;
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
letter-spacing: 1px;
font-weight: normal;
}

#banner {
position: relative;
padding: 0;
margin: 0 40px 55px;
}

#banner p {
color: #5a5046;
font-size: calc(0.5rem + 2.2vw);
font-weight: 500;
letter-spacing: .2vw;
position: absolute;
top: 12%;
right: 56%;
max-width: 100%;
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#banner img {
display: block;
width: 100%;
}

#banner .h1-svg {
position: absolute;
top: 12%;
right: 56%;
max-width: 34%;
}

#banner .bn-bottom {
	top: 45%;
	left: 10%;
	margin-top: 2.5vh;
	position: absolute;
	display: block;
	max-width: 50%;
}
#banner .top-price {
    width: 34vw;
}

.top-scroll {
    height: 15px;
    width: 138px;
    -webkit-transform: rotate(90deg) translate(-100%, 25px);
    -ms-transform: rotate(90deg) translate(-100%, 25px);
    transform: rotate(90deg) translate(-100%, 25px);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    font-family: Dosis, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.16em;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-scroll:after {
    content: "";
    margin: auto;
    background: url(./images/top/arrow.svg) no-repeat;
    width: 45%;
    position: absolute;
    top: 3px;
    right: 10px;
    bottom: 0;
}

.logo {
float: left;
width: 14%;
}

.logo img {
padding: 15px 0 5px 20px;
}

.main-nav {
float: left;
width: 64%;
padding-top: 75px;
}

.main-nav ul {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

.main-nav ul li {
display: inline-block;
}

.main-nav ul li a {
color: #474747;
font-size: 14px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
padding: 0 5px;
}

.main-nav ul li a:hover {
color: #eb9a8a
}

.contat-info {
background: #FFFFE5;
color: #000;
width: 20%;
font-size: 1.4rem;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
font-weight: 600;
position: absolute;
right: 0;
height: 80px;
opacity: 1;
}

.contat-info .inner {
padding: 10px 10px;
text-align: center;
}

.contat-info .inner a {
}

.contat-info .inner a:hover {
opacity: 1;
}

.contat-info span {
display: block;
}

.contat-info h3 {
font-weight: 600;
font-size: 0.8vw;
padding: 0;
margin: 0 8%;
letter-spacing: 1px;
background: linear-gradient(transparent 60%, #fff8a5 40%);
}

.contat-info .phone {
font-size: calc(1rem + 1.2vw);
font-weight: bold;
line-height: normal;
position: relative;
}

.contat-info .phone a {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

.contat-info .phone-small {
text-align: right;
font-style: italic;
}

#intro {
padding-top: 0;
}

#intro h3 {
text-align: center;
padding: 10px 0;
}

#intro .col-right {
margin-right: 5%;
max-width: 40%;
}

#concept {
position: relative;
padding-top: 0;
margin-bottom: 50px;
}

#concept h3 {
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#department {
position: relative;
padding-top: 0;
margin-bottom: 0;
}

#relive {
background: #FFF;
padding: 45px 0;
}

@media only screen and (max-width:768px) {
#relive {
	padding: 80px 0 45px 0;
}
}

#relive h2 {
color: #4293b8;
font-size: 34px;
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
padding-top: 12px;
}

#relive h2 br {
display: none;
}

#relive h2 span {
font-size: 46px;
font-style: italic;
padding-right: 6px;
}

#relive p.sub-tl {
padding: 0;
font-weight: bold;
margin: 0;
line-height: normal;
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
letter-spacing: 3px;
color: #5a5046;
font-size: calc(1rem + 1vw);
}

#relive-step {
padding: 0;
}

#relive-step row {
height: 400px;
}

#relive-step .w33 {
width: calc(100% / 3);
min-height: 400px;
}

#relive-step .w33-bn {
width: calc(100% / 3);
min-height: 400px;
border: none;
}

#relive-step .w66 {
width: calc(100% / 3 * 2);
min-height: 400px;
}

.bg_area {
background-size: cover;
background-position: center;
}

.bg-01 {
background-image: url(./images/top/relive1.jpg);
}

.bg-02 {
background-image: url(./images/top/relive2.jpg);
}

.bg-03 {
background-image: url(./images/top/relive3.jpg);
}

.bg-04 {
background-image: url(./images/top/relive4.jpg);
}

.bg-05 {
background-image: url(./images/top/relive5.jpg);
}

.bg-06 {
background-image: url(./images/top/relive6.jpg);
}

.bg-07 {
background-image: url(./images/top/relive7.jpg);
}

.bg-08 {
background-image: url(./images/top/relive8.jpg);
}

.bg-09 {
background-image: url(./images/top/relive9.jpg);
background-position: top;
}

#relive-step img {
display: block;
width: 100%;
}

#relive-step .inner {
padding: 30px 5%;
}

#relive-step span {
display: block;
color: #b1a198;
font-style: italic;
font-size: 42px;
font-weight: bold;
padding: 0 0 20px 0;
margin: 0;
line-height: normal;
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
letter-spacing: .2vw;
}

#relive-step h3 {
font-style: italic;
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#relive-step .btn {
margin-top: 15px;
}

#tourinfo {
background: url(./images/top/tourbg.jpg) no-repeat center center /cover;
padding: 12% 0;
margin-top: 35px;
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2) inset;
}

#whatwedo {
background: #FFF;
}

.wrap-treat {
max-width: 1080px;
}

#whatwedo .col-left, #menu .col-left, #sscj .col-left {
float: left;
max-width: 50%;
height: auto;
}

#whatwedo .col-right, #menu .col-right, #sscj .col-right {
float: right;
max-width: 50%;
height: auto;
}

#whatwedo h2 {
color: #aebbc6;
font-style: italic;
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#menu h2 {
font-size: 26px;
}

#treatment {}

.treat-list {
padding: 25px 2.5% 20px 2.5%;
max-width: 1280px;
margin: auto;
}

.treat-item {
text-align: center;
float: left;
margin: 0 3.2% 20px 0;
width: 14%;
position: relative
}

.treat-item:last-child {
margin-right: 0;
}

.itembox {
min-height: 118px;
background: #aebbc6;
color: #FFF;
border: 13px solid transparent;
border-radius: 8px;
padding: 10px 0 0 0;
}

.itembox p {
padding: 0 0 10px 0;
}

.itembox span {
font-style: italic;
font-size: 24px;
}

.itembox:after {
content: '';
background: url(./images/top/treat-icon.png) no-repeat left center;
position: absolute;
right: -24px;
top: 15%;
height: 79px;
width: 25px;
}

.treat-item:last-child .itembox:after {
display: none;
}

#example-implant {
background: #FFF;
}

#example-implant .col2 {
float: left;
width: 38%;
margin: 0 6%;
}

.implant-item {
padding-top: 25px;
}

.box-img {
position: relative;
}

.box-img img {
display: block;
}

.text-in p {
text-align: center;
font-size: 20px;
padding: 25px 0;
}

.text-in ul {
list-style: none;
padding: 0;
margin: 0;
}

.text-in ul li {
background: #aebbc6;
position: relative;
color: #FFF;
text-align: center;
border-radius: 30px;
padding: 12px 25px;
margin: 0 0 35px 0;
}

.text-in ul li span {
float: left;
font-size: 18px;
}

.text-in ul li:after {
content: '';
background: url(./images/top/iconplant.png) no-repeat center bottom;
position: absolute;
bottom: -17px;
width: 100%;
height: 18px;
display: block;
left: 0;
}

#diagnosis {
background: #f1efea
}

#diagnosis .col2 {
float: left;
width: 38%;
margin: 0 6%;
}

#diagnosis a>img:hover {
opacity: 0.7;
box-shadow: none;
transition: opacity .3s 0 ease-in-out;
}

#faqs {
background: url(./images/top/bgfaq.jpg) no-repeat center top /cover;
padding: 100px 0 100px 0;
}

#faqs p {
padding: 25px 0;
}

#notice {
background: #FFF;
padding: 0;
}

#notice p {
padding: 0;
}

#notice .col2 {
float: right;
max-width: 46%;
}

#notice img {
border: 2px solid #4293b8;
}

#kyuzin {
background: #FFF;
padding: 0;
}

#kyuzin p {
padding: 0;
}

#kyuzin .col2 {
float: right;
max-width: 46%;
}

#kyuzin img {
border: 2px solid #4293b8;
}

@media only screen and (max-width:768px) {
#first {
	margin-top: 40px;
}
}

#contacts {
background: #fff;
margin-top: 40px;
}

#contacts .col2 {
float: left;
width: 46%;
margin: 0 8% 0 0;
}

#contacts .col2:last-child {
margin-right: 0;
margin-top: 30px;
}

#contacts .bg-grey {
padding: 5px 10px;
font-size: 1.8rem;
color: #fff;
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#contacts .text-right {
float: right;
}

.phonearea {
padding: 20px 0 25px 0;
}

.phonearea span.mainphone {
color: #5a5046;
font-size: 38px;
font-weight: 600;
margin-top: -20px;
text-align: center;
display: block;
font-style: italic;
}

.phonearea span.mainphone a {
color: #5a5046;
}

.phonearea span.smallphone {
display: block;
text-align: center;
font-size: 18px;
}

#contacts table {
border-collapse: collapse;
}

#contacts table td {
padding: 15px 5px;
text-align: center;
font-size: 13px;
}

#contacts table th {
font-weight: normal;
padding: 3px 8px;
font-size: 1.6rem;
}

.time-content {
font-size: 26px;
}

#contacts table td p {
text-align: left;
font-size: 12px;
padding: 10px 0 0 20px;
}

#reservation {
background: #bfb59a;
color: #fff;
padding: 65px 0 40px 0;
}

#reservation .col2 {
float: right;
max-width: 55%;
}

#reservation a {
color: #FFF;
display: inline-block;
margin-left: 15px;
border: 2px solid #FFF;
font-size: 19px;
padding: 5px 50px;
border-radius: 20px;
}

#reservation a:hover {
background: #eb9a8a;
color: #fff !important;
}

#bottom {
padding: 40px 0 0;
display: flex;
background: #fff;
}

@media only screen and (max-width:1023px) {
#bottom {
	flex-direction: column;
}
}

.bottom-map {
float: left;
width: 60%;
}

.bottom-map img {
display: block;
}

.bottom-map .inner {
margin: 15px 5px 15px 0;
}

.bottom-content {
float: right;
width: 40%;
display: flex;
}

.bottom-content .inner {
margin: 15px 15px;
padding: 18px 20px;
border: 2px solid #4293b8;
width: 100%;
}

.bottom-content .inner h2 {
font-size: 24px;
padding: 10px 0 0;
color: #4293b8;
font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', '游ゴシック', Yu Gothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
letter-spacing: 1px;
}

.bottom-content .inner h3 {
font-size: 18px;
color: #4293b8;
margin: 24px 0 6px;
padding-bottom: 0;
border-bottom: 1px solid #4293b8;
text-align: center;
}

.bottom-content .inner p {
padding: 0;
font-size: 14px;
line-height: 1.4;
}

.inner-under {
padding: 10px 0 0 0;
}

footer {
background: #c9c9c9;
padding: 50px 0;
color: #FFF;
font-size: 14px;
}

footer .colunm {
float: left;
width: 20%;
}

footer h3 {
padding: 0 0 25px 0;
font-size: 16px;
font-weight: bold;
}

footer ul {
list-style: none;
padding: 0;
margin: 0 0 25px 0;
}

footer ul li {}

footer ul li a {
color: #FFF;
}

footer ul li a:hover {
color: #4293b8;
}

footer .no-title {
padding-top: 50px;
}

#copyright {
text-align: center;
color: #FFF;
font-size: 14px;
background: #4293b8;
padding: 22px 0 20px 0;
}

#copyright p {
padding: 0;
margin: 0;
}

.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.flex-first {
/*	border-top: solid 2px #4293b8;*/
-webkit-box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.2);
}

.flex-last {
/*	border-bottom: solid 2px #4293b8;*/
-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:1325px) {
.mob-nav {
	display: block;
	float: right;
	padding-right: 20px;
	padding-top: 70px;
	cursor: pointer;
	font-size: 30px;
}
header {
	display: block;
}
.main-nav {
	display: none;
	position: fixed;
	z-index: 99;
	padding: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	top: 0;
}
.logo {
	width: 220px;
}
.main-nav ul li a {
	color: #FFF;
}
.main-nav ul li {
	padding: 0 0 10px 0;
}
.inner-nav {
	width: 220px;
	background: #000;
	height: 100%;
	position: fixed;
	z-index: 999;
	padding: 35px 0;
}
}

@media only screen and (max-width:1023px) {
#intro .col-right {
	margin-right: 0;
	margin-top: -40vh;
	max-width: 45%;
}
.mg-topup {
	margin: 0;
}
#banner p {
	top: 12%;
  right: 6%;
	width: 55%;
}
#banner .bn-bottom {
    bottom: 24px;
    right: 24px;
		top:initial;
		left: initial;
		max-width: 76%;
	}
#banner .h1-svg {
	display: block;
	width: 100%;
    max-width: 100%;
	height: auto;
    left: 0;
}
#banner .top-price {
    width: 100%;
}
section {
	padding-left: 25px;
	padding-right: 25px;
}
.show-sm {
	display: block;
}
#concept:before, #department:before {
	display: none;
}
#concept .col-right {
	margin: 0;
	max-width: 100%;
}
#department .col-left {
	margin: 0;
	max-width: 100%;
}
.box-content {
	padding: 25px;
}
.mw65, .mw35, .col3 {
	width: 100%;
	max-width: 100%;
}
#relive {
	padding-left: 15px;
	padding-right: 15px;
}
.treat-item {
	margin-right: 0;
	width: 96%;
}
.treat-list {
	padding-left: 0;
	padding-right: 0;
}
#notice .col2 {
	float: left;
	max-width: 100%;
	margin: 30px 0 0 0;
}
#notice img {
	max-width: 94%;
	float: left;
}
#kyuzin .col2 {
	float: left;
	max-width: 100%;
	margin: 30px 0 0 0;
}
#kyuzin img {
	max-width: 94%;
	float: left;
}
.wrap, .wrap-treat {
	padding: 0 15px;
}
#contacts .col2 {
	width: 100%;
	margin-right: 0;
}
#reservation .col2 {
	float: none;
	max-width: 100%;
	text-align: center;
}
#reservation>div>div.col3>h3 {
	text-align: center;
}
.bottom-map {
	width: 100%;
}
.bottom-content {
	width: 100%;
}
footer .colunm {
	width: 100%;
	margin-bottom: 20px;
}
footer .no-title {
	padding: 0;
}
#banner {
	margin-bottom: 25px;
}
}

@media only screen and (max-width:812px) {
#relive-step .w66, #relive-step .w33, #relive-step .w33-bn {
	width: 50%;
}
.wrap-reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.treat-item {
	margin-right: 0;
	width: 100%;
}
.bg-02, .bg-05, .bg-08 {
	display: none;
}
.itembox:after {
	display: none;
}
#whatwedo .col-right {
	padding: 0;
	max-width: 45%;
}
#whatwedo .col-left, #menu .col-left, #sscj .col-left {
	padding: 0 5% 0 0;
	max-width: 100%;
}
.treat-item {
	margin-right: 0;
	width: 100%;
}
#notice>div>div.mw48.col-left, #notice>div>div.col2 {
	max-width: 49%;
	margin: 0 .5%;
}
}

@media only screen and (max-width:480px) {
.logo {
	float: none;
}
.home .top-txt {
	font-size: 11px;
	padding: 1px 6px;
	letter-spacing: 0.5px;
}
#banner {
	top: 0%;
	left: 0%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}
#banner p {
	top: 10%;
    font-size: calc(4.8vw);
    left: 37%;
    width: 57%;
}
#banner .bn-bottom {
    bottom: 24px;
    right: 24px;
		top:initial;
		left: initial;
		max-width: 76%;
	}
#banner img {
	display: block;
	width: 100%;
	height: auto;
}
#banner .top-price {
    width: 100%;
}
.mob-nav {
	position: absolute;
	right: 20px;
	top: 25px;
	padding: 0;
}
.contat-info {
	float: none;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.contat-info .phone-small {
	text-align: center;
}
#intro .col-right {
	max-width: 100%;
	margin: 0;
}
.box-content {
	padding: 15px 20px;
}
#relive-step .inner {
	padding: 25px 15px;
}
#example-implant .col2, #diagnosis .col2 {
	width: 100%;
	margin: 20px 0 25px 0;
}
#contacts .wrap, #diagnosis .wrap, #example-implant .wrap {
	padding-left: 0;
	padding-right: 0;
}
.phonearea span.mainphone {
	font-size: 32px;
}
#contacts table td {
	font-size: 14px;
}
#contacts table td {
	padding-left: 0;
	padding-right: 0;
}
#reservation a {
	margin-bottom: 15px;
	margin-left: 0;
	padding: 10px 30px;
}
section {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
}
#relive-step .w66, #relive-step .w33, #relive-step .w33-bn {
	width: 100%;
	min-height: 200px;
}
.wrap-reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.sp-wrap-reverse {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
#tourinfo {
	padding: 30% 0;
}
#whatwedo .col-right, #menu .col-right {
	max-width: 100%;
}
.menu .col-right {
	max-width: 100%;
}
#whatwedo .col-left, #menu .col-left {
	padding: 0;
	max-width: 100%;
}
#sscj .col-left {
	padding: 0;
	max-width: 100%;
}
#notice>div>div.mw48.col-left {
	max-width: 100%;
}
#intro {
	padding-top: 0;
	margin: -50px 15px 0;
}
}


/*--------------------------------------------------------------
# Contents - implant-lp
--------------------------------------------------------------*/

.gld {
background: #eeeff2;
border-top: 2px solid #4293b8;
border-bottom: 2px solid #4293b8;
height: auto;
padding-top: 5px;
padding-bottom: 5px;
margin: 60px 0;
}

@media only screen and (max-width: 767px) {
.gld {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 32px;
}
}

.title-svg {
width: 30%;
max-width: 350px;
display: block;
margin: 15px auto;
}

.title-svg-2 {
width: 45%;
max-width: 600px;
display: block;
margin: 15px auto;
}

.title-svg-select {
width: 80%;
max-width: 900px;
display: block;
margin: auto;
}

.title-svg-qa {
width: 40%;
max-width: 350px;
display: block;
margin: 15px auto;
}

.title-svg-ryoukin {
width: 12%;
max-width: 350px;
display: block;
margin: 30px auto;
}

@media only screen and (max-width: 767px) {
.title-svg {
	width: 65%;
}
.title-svg-2 {
	width: 95%;
}
.title-svg-ryoukin {
	width: 38%;
}
.title-svg-select {
	width: 98%;
	margin-left: 0;
}
.title-svg-qa {
	width: 98%;
	margin-left: 0;
}
}


/* section conversion */

.renraku {
background: #ece7dc;
width: 100%;
height: 180px;
margin-bottom: 60px;
position: relative;
}

.pop {
display: block;
position: absolute;
top: -50px;
margin-left: 90px;
}

.con-flex, .con-flex-ft {
display: flex;
justify-content: space-between;
}

.con-flex .flex-tel {
margin-left: 350px;
margin-right: 10px;
width: 40%;
padding: 20px 0;
}

.con-flex .flex-webline {
padding-top: 20px;
}

.pop-tel {
display: block;
max-height: 140px;
}

.pop-web-pc {
display: block;
max-height: 140px;
filter: drop-shadow(2px 2px 3px #777);
}

.pop-web {
display: block;
margin-bottom: 34px;
zoom: 0.5;
filter: drop-shadow(2px 2px 3px #777);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.pop-line {
display: block;
zoom: 0.5;
filter: drop-shadow(2px 2px 3px #777);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}

.pop-web:hover, .pop-line:hover {
opacity: 0.7;
}

@media only screen and (max-width: 767px) {
.renraku {
	margin-bottom: 0;
	height: auto;
}
.flex-webline {
	width: 49%;
}
.flex-soudan {
	max-width: 40%;
	margin-bottom: -8px;
}
.flex-tel-sp {
	height: 74px;
	width: auto;
}
.img-tel-sp {
	width: 100%;
	margin-top: 16px;
	filter: drop-shadow(1px 1px 2px #888);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
.pop-web-sp, .pop-line-sp {
	filter: drop-shadow(1px 1px 2px #888);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
}
}


/* section 1-3 */

.top-img {
line-height: 0;
}

.sankaku1 {
width: 100%;
}

.sankaku2 {
width: 100%px;
}

.copy01 {
display: block;
width: 60%;
margin: auto;
}

@media only screen and (max-width: 767px) {
.copy01 {
	width: 88%;
	height: 72%;
}
}

.box01 {
padding: 20px 10px 0px;
background: #ffffff;
margin: auto;
border-style: Solid;
border-color: #383838;
border-width: 0.8px;
margin-top: 10px;
}

.box02 {
padding: 6px 20px 6px;
background: #ffffff;
margin: 0 auto 48px auto;
}

.prof-name {
font-size: 18px;
font-weight: 400;
}

.prof-name span {
font-size: 22px;
}

.prof-box {
padding: 0 32px 16px 8px;
}

.prof-tl {
background-color: #B19762;
padding: 8px 12px;
color: #fff;
font-size: 18px;
}

.biogrf {
padding: 16px 20px 10px;
text-align: left;
vertical-align: top;
border: none;
background-color: #fff;
}

@media only screen and (max-width: 767px) {
.prof-box {
	padding: 0 15px;
	margin-top: 0;
}
}


/* section 4 */

.reason-wrap {
margin: 0 0 60px 0;
background: #eeeff2;
border: Solid #383838 1px;
box-shadow: 1px 1px 3px rgba(131, 131, 131, 0.75);
}

.reason-wrap .reason-tl {
background: #383838;
padding: 10px 16px;
font-size: 30px;
color: #fff;
margin-bottom: 56px;
}

.reason-wrap .svg, .access-wrap .svg {
width: 500px;
display: block;
margin: 15px auto;
}

.reason-wrap .reason-box {
display: block;
margin-bottom: 60px;
padding: 0 80px;
}

.reason-wrap .reason-tl-tl, .ryoukin-tl-tl {
padding: .25em .75em;
border-left: 8px solid #383838;
margin-left: -8px;
margin-bottom: 8px;
font-weight: 700;
font-size: 26px;
letter-spacing: 1px;
}

.gold-box {
background: #fff;
border: 2px solid #4293b8;
font-size: 20px;
line-height: 1.5;
width: 80%;
border-radius: 2px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 48px;
padding: 22px 44px;
}

.gold-box p {
padding: 0;
}

@media only screen and (max-width: 767px) {
.reason-wrap .svg, .access-wrap .svg {
	width: 92%;
}
.reason-wrap .reason-tl {
	padding: 4px 16px;
	font-size: 18px;
}
.reason-wrap .reason-box {
	padding: 0 16px;
	margin-bottom: 48px;
}
.gold-box {
	width: 88%;
	padding: 16px;
	font-size: 18px;
	line-height: 1.5;
}
}


/* section 6 */

.flow-box {
display: block;
position: relative;
width: 100%;
padding: 32px;
margin-bottom: 24px;
background: #ECE7DC;
border-radius: 2px;
-webkit-border-radius: 2px;
box-shadow: 1px 1px 3px rgba(131, 131, 131, 0.75);
}

.flow-title {
display: block;
max-width: 100%;
top: -50px;
zoom: 0.5;
}

.ex-col {
padding: 3px;
}

.arrow-g {
display: block;
margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
.flow-box {
	padding: 24px 20px;
}
.arrow-g {
	width: 56px;
}
}


/* section 7 */

.ryoukin {
display: block;
margin: 8px auto;
}

.price_list {
color: #222;
border: 2px solid #383838;
border-collapse: collapse;
margin-top: 15px;
width: 100%;
}

.price_list th {
font-size: 16px;
line-height: 150%;
background-color: #eeeff2;
border: 1px solid #442313;
border-collapse: collapse;
padding: 7px;
width: 100px;
}

.price_list td {
font-size: 16px;
line-height: 150%;
background-color: #fff;
border: 1px solid #442313;
border-collapse: collapse;
padding: 7px;
}

.price_list td.price {
white-space: nowrap;
text-align: right;
}

@media screen and (max-width:767px) {
.price_list th {
	font-size: 15px;
}
.price_list td {
	font-size: 13px;
}
}


/* section 8 */

.title-icon {
width: 54px;
padding-bottom: 16px;
vertical-align: initial;
}

.q-td {
padding: 4px 8px 0 16px;
vertical-align: -webkit-baseline-middle;
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
font-size: 18px;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
}

.a-td {
padding: 4px 8px 72px 16px;
vertical-align: -webkit-baseline-middle;
}

@media screen and (max-width:767px) {
.title-icon {
	width: 54px;
	padding: 4px;
}
.q-td {
	padding: 4px 8px 16px 12px;
}
.a-td {
	padding: 4px 4px 48px 12px;
}
}


/* section map */

.clinic-photo {
width: 100%;
margin-bottom: 48px;
}

.tel-free {
display: block;
max-width: 88%;
margin: 0 auto;
}

.p-top__access {
position: relative;
}

.p-top__access .access__map {
height: 600px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__map {
	margin: 0;
	height: 300px;
}
}

.p-top__access .access__container {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 2%;
z-index: 1;
width: 420px;
padding: 30px 20px;
border-radius: 7px;
background: #fff;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__container {
	position: static;
	transform: none;
	width: 100%;
	margin-bottom: 40px;
	padding: 30px 30px;
}
}

@media only screen and (max-width: 767px) {
.p-top__access .access__opentime table {
	font-size: 10px;
}
}

.p-top__access .access__opentime table tbody tr th {
letter-spacing: -.02em;
}

.p-top__access .access__opentime table tr th:nth-child(2n), .p-top__access .access__opentime table tr td:nth-child(2n) {
background: #fbedac;
}

.p-top__access .access__opentime table tr td {
padding: 6px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__opentime table tr td {
	padding: 0;
}
}

.p-top__access .access__opentime small {
font-size: 1em;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__opentime small {
	font-size: 12px;
}
}

.p-top__access .access__header {
margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__header {
	font-size: 15px;
}
}

.p-top__access .access__header ul {
list-style: none;
}

.p-top__access .access__header ul li {
display: block;
}

.p-top__access .access__header ul li+li {
margin-top: 15px;
}

.p-top__access .access__header dl dt, .p-top__access .access__header dl dd {
display: inline;
}

.p-top__access .access__header dl dt {
margin-right: 20px;
color: #6fb83f;
}

.p-top__access .access__more {
display: flex;
flex-wrap: wrap;
}

.p-top__access .access__more a {
transition: opacity 0.2s;
}

.p-top__access .access__more a:hover {
opacity: .7;
}

.p-top__access .access__more .more__tel {
width: 50%;
padding: 20px 10px;
border-radius: 7px;
text-align: center;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__tel {
	padding: 15px 10px;
}
}

.p-top__access .access__more .more__tel .tel__heading {
display: flex;
margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__tel .tel__heading {
	justify-content: center;
}
}

.p-top__access .access__more .more__tel .tel__heading span {
display: flex;
align-items: center;
justify-content: center;
margin-left: 5px;
padding: 5px;
border-radius: 7px;
background: #fff;
color: #6fb83f;
text-align: center;
line-height: 1.2;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__tel .tel__heading span {
	font-size: 12px;
}
}

.p-top__access .access__more .more__tel .tel__tel span {
font-size: 23px;
letter-spacing: .05em;
line-height: 1;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__tel .tel__tel span {
	font-size: 18px;
}
}

.p-top__access .access__more .more__mail {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 50%;
padding: 10px;
border-radius: 7px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__mail {
	font-size: 18px;
}
}

.p-top__access .access__more .more__mail i {
display: block;
margin-bottom: 4px;
}

.p-top__access .access__more .more__more {
width: 100%;
margin-top: 20px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__more {
	margin-top: 15px;
}
}

.p-top__access .access__more .more__more a {
display: flex;
align-items: center;
justify-content: center;
position: relative;
height: 61px;
border-radius: 7px;
background-image: repeating-linear-gradient(-45deg, #fbedac, #fbedac 8px, #fff6b4 8px, #fff6b4 16px);
color: #564a3f;
font-size: 23px;
}

@media only screen and (max-width: 767px) {
.p-top__access .access__more .more__more a {
	height: 50px;
	font-size: 20px;
}
}

.p-top__access .access__more .more__more a::after {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
width: 0;
height: 0;
border-color: transparent #fff;
border-style: solid;
border-width: 10px 0 10px 10px;
content: '';
}


/* line regist page */

.title-line {
width: 100%;
display: block;
margin: auto;
}

.title-line2 {
width: 80%;
max-width: 1200px;
display: block;
margin: auto;
}

@media only screen and (max-width: 767px) {
.title-line2 {
	display: none;
	none: display;
}
}

.line-text-pcshow {
display: block;
text-align: center;
}

@media screen and (max-width: 767px) {
.line-text-pcshow {
	display: none;
}
}

.line-text-spshow {
display: none;
}

@media screen and (max-width: 767px) {
.line-text-spshow {
	display: block;
	text-align: center;
}
}


/*common site style*/

.orange-under {
background: linear-gradient(transparent 65%, #ffc394 65%);
font-weight: 600;
}

.font-sm {
font-size: 85%;
font-weight: 600;
}

.img-shadow {
filter: drop-shadow(2px 2px 3px #888);
}

@media only screen and (max-width: 767px) {
.img-shadow {
	filter: drop-shadow(1px 1px 1px #888)
}
}

.bg-white {
background: #fff
}

.bg-gold {
background: #ECE7DC;
}

.bg-gray {
width: 100%;
background: #F0F0F0;
}

.hidden-pc {
display: none;
}

.hidden-sp {
display: block;
}

@media only screen and (max-width: 767px) {
.hidden-pc {
	display: block;
}
.hidden-sp {
	display: none;
}
.sidr-class-hidden-sp {
	display: none;
}
}

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

.inner-wrap-02 {
max-width: 1000px;
margin: 0 auto;
}

@media only screen and (max-width: 767px) {
.inner-wrap, .inner-wrap-02 {
	width: 100%;
	padding: 0 15px;
}
}

@media screen and (min-width: 768px) {
.pc-br {
	display: block;
}
.sp-br {
	display: none;
}
}

@media screen and (max-width: 768px) {
.pc-br {
	display: none;
}
.sp-br {
	display: block;
}
}


/*---------------------------------------------------------------
TOP
----------------------------------------------------------------*/

.gf {
font-family: 'Noto Serif CJK', 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.fs-big {
font-size: 150%;
font-style: italic;
padding-right: 14px;
}

.fc-fff {
color: #fff;
}

#topbar {
max-width: 100%;
}

#logo {
width: 10%;
padding: 1%;
}

#gnav {
right: 21%;
}

.gnav {
text-align: right;
}

.gnav>li {
float: none !important;
position: relative !important;
display: inline-block !important;
}

.gnav>li>a {
color: #111;
font-size: 13px;
padding: 30.5px 15px !important;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
font-weight: 600;
letter-spacing: 1px;
}

.gnav>li>a:hover {
color: #b1a198;
text-decoration: none;
}

.gnav .sp-li {
display: none !important;
}

@media (max-width: 43.75em) {
.gnav .sp-li {
	display: block !important;
}
.gnav th {
	padding-right: 12px;
}
}

@media (max-width: 80em) {
.gnav>li>a {
	padding: 30.5px 7px !important;
}
.sub-menu>li>a {
	padding: 16px 10px;
}
#gnav a {
	line-height: 2;
}
#topbar-tel-btn {
	width: 40px;
}
.nav-tel-img {
	padding: 0px 6px;
}
.nav-mail-txt {
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.5px;
}
.nav-tel-txt {
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.5px;
}
.nav-menu-txt {
	color: #333;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	margin: 5px 0;
	font-weight: 500;
}
}

@media (max-width: 68.75em) {
.menu-icon {
	margin-left: 5px;
}
}

@media (max-width: 56.25em) {
#topbar-access-btn, #topbar-menu-btn, #topbar-tel-btn {
	top: 6.5px;
}
}

@media (max-width: 37.5em) {
#topbar-menu-btn {
	right: 10px;
}
}
.icon-link {
	display: inline-block;
	width: 26px;
}
.icon-down {
display: inline-block;
}

.icon-tel-blue {
display: block;
margin-left: 5px;
}
.icon-mail-blue {
display: block;
margin-left: 1px;
}
.icon-menu-blue {
display: block;
transform: scale(0.6);
}
.icon-tel {
display: inline-block;
}

.icon-tel-footer {
display: inline-block;
vertical-align: initial;
}

.icon-access-footer {
display: inline-block;
width: 20px;
vertical-align: text-bottom;
}

.icon-spl {
	background: url('./images/icons.png') no-repeat top left;
	background-size: 61px 166px;
	width: 29px;
}
.icon-spl.down {
	background-position: 0 0;
	width: 61px;
	height: 61px;
}
.icon-spl.mail-blue {
	background-position: 0 -65px;
	height: 22px;
}
.icon-spl.tel-blue {
	background-position: 0 -88px;
	height: 26px;
}
.icon-spl.tel-brown {
	background-position: 0 -112px;
	height: 28px;
}
.icon-spl.tel-icon2 {
	background-position: 0 -116px;
	width: 25px;
	height: 24px;
}



#logo>a img {
max-width: 400px;
width: auto;
height: 56px;
padding: 5px;
}

.tc-white {
color: #fff !important;
}

#footer {
background-color: #b1a198;
margin-top: 0px;
padding: 0;
width: 100%;
}

#copyright, #copyright>a, #copyright>p>a {
color: #fff;
font-size: 1.3rem;
text-align: center;
}

.sub-menu>li {
width: 300px;
}

.sub-menu>li>a {
font-size: 1.3rem;
color: #111;
}

#notice>div>div.mw48.col-left>ul>li {
margin-bottom: 10px;
}

#notice>div>div.mw48.col-left>ul>li>a {
display: block;
}

#tourinfo>div>div>a {
max-width: 33.33333%;
margin: auto;
}

#breadcrumb>li:last-child, #breadcrumb>li>a, #breadcrumb>li>.no-img {
color: #333;
font-size: 1.4rem;
}

#breadcrumb {
background-color: rgba(255, 255, 255, 1);
position: relative;
padding: 15px;
max-width: 100%;
transform: translate(0px, 0px);
}

#breadcrumb>li:nth-of-type(n+2)::before {
background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='10' width='10' viewBox='0 0 20 20'%3E%3Ctitle%3EArrow Right%3C/title%3E%3Cpath d='M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z' fill='%23ccc'%3E%3C/path%3E%3C/svg%3E") no-repeat;
}

body.archive #breadcrumb, body.search #breadcrumb {
background-color: #fff;
transform: translate(0px, 0px);
}

@media (max-width: 1100px) {
.contat-info {
	display: none;
}
}

.w100-bg-top, .w100-bg-tour {
background-size: cover;
background-position: center;
padding: 60px 0;
}

.sec-top-02 .w100-bg-top {
background-image: url(./images/top/profile-bg.jpg);
background-position: top;
margin: 0;
-webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
}

.sec-top-02 .w100-bg-tour {
background-image: url(./images/tour/05.jpg);
background-position: top;
margin: 0;
}

.about .sec-top-02 {
padding-top: 0;
}

.about .sec-top-02 .w100-bg-top, .w100-bg-tour {
margin-top: 0;
}

@media only screen and (max-width:768px) {
.sec-top-02 .col-sm-8 {
	padding: 0px;
}
.sec-top-02 .w100-bg-top, .sec-top-02 .w100-bg-tour {
	margin: 0px;
	background-position: top;
	background-size: auto 400px;
	padding-top: 360px;
	padding-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}

@media only screen and (max-width:480px) {
.sec-top-02 .w100-bg-top {
	background-size: auto 280px;
	background-position: top right;
	padding-top: 244px;
}
.sec-top-02 .w100-bg-tour {
	background-size: auto 280px;
	padding-top: 260px;
}
}

.sec-top-05 {}

.sec-top-05 .box-tr {
border: solid 2px #4293b8;
background-size: cover;
background-position: right;
padding: 4% 1%;
height: 400px;
margin-bottom: 20px;
}

.sec-top-05 .bg-ipt {
background-image: url(./images/top/bg-ipt.jpg)
}

.sec-top-05 .bg-shinbi {
background-image: url(./images/top/bg-shinbi.jpg);
background-size: contain;
background-position: left;
}

.sec-top-05 .bg-kyousei {
background-image: url(./images/top/bg-kyousei.jpg)
}

.col-left .box-tr {
margin: 0 10px;
height: auto;
min-height: 280px;
position: relative;
}

.col-left .box-tr:hover {
opacity: 0.8;
box-shadow: 2px 2px 4px #aaa;
}

.box--tr {
display: inline-block;
margin-bottom: -15px;
}

.box--tr h3 {
position: relative;
}

.box--tr h3:after {
position: absolute;
top: 13px;
display: inline-block;
margin-left: 16px;
width: 10px;
height: 10px;
border-top: 2px solid #5a5046;
border-right: 2px solid #5a5046;
content: "";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
transition: all .3s 0s ease-in-out !important;
}

.box--tr h4 {
font-size: 22px;
}

.sec-top-05 .box-tr .wrap-treat, .sec-top-05 .box-tr .wrap {
height: calc(400px - 14%);
position: relative;
}

.sec-top-05 .col-sm-6 {
margin: 1% 2%;
}

.col-left .for-dr {
min-height: 264px;
}

.col-left .for-dr:hover {
box-shadow: none;
}

.tl-sub {
color: #5a5046;
font-size: 15px;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;padding-bottom: 8px;
letter-spacing: 0.8px;
line-height: 1.5;
}

.txt-tr {
font-size: 13px;
line-height: 1.8;
padding-bottom: 14px;
}

.img-tr {
max-width: 50%;
display: inline-block;
float: left;
padding-right: 10px;
}

.home .tl-tr {
color: #4293b8;
font-size: 28px;
}

@media only screen and (max-width:1023px) {
.sec-top-05 .box-tr {
	background-size: auto 80%;
	background-position: top;
	padding: 0;
}
.col-left .box-tr, .col-right .box-tr {
	min-height: auto;
	padding: 3%;
}
.sec-top-05 .col-sm-6 {
	margin: 5% 10px;
}
}

@media only screen and (max-width:767px) {
.sec-top-05 .box-tr {
	background-size: contain;
	background-position: top;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.sec-top-05 .bg-ipt {
	background-image: url(./images/top/bg-ipt-sp.jpg)
}
.sec-top-05 .bg-shinbi {
	background-image: url(./images/top/bg-shinbi-sp.jpg)
}
.sec-top-05 .bg-kyousei {
	background-image: url(./images/top/bg-kyousei-sp.jpg)
}
.col-left .box-tr, .col-right .box-tr {
	min-height: auto;
	padding: 5% 3%;
	margin-top: 20px;
}
.txt-tr {
	line-height: 1.6;
}
.img-tr {
	max-height: 150px;
}
.tl-sub {
	font-size: 15px;
	letter-spacing: 0;
}
.home .tl-tr {
	font-size: calc(2rem + 2vw);
	letter-spacing: 3px;
}
.box--tr .tl-sub {
	font-size: 14px
}
}

@media only screen and (max-width:480px) {
.box--tr h4 {
	font-size: 20px;
}
}


/* 矯正リニューアルトップ */
.bg-yellow {
		background-color: #fff8e1
}
.kyousei-cta {
		position: relative;
		padding: 2px 16px;
		max-width: 500px;
		margin: 0 auto
}
.kyousei-cta .cta-subtl {
		position: relative;
		top: -10px
}
.img-cta-web {
		width: 75%;
		height: auto
}
.btn-cta {
		display: block;
		position: relative;
		max-width: 98%;
		margin: 0 auto 28px;
		padding: 5px 22px 10px 8px;
		background: #f28179;
		border-bottom: 6px solid #b5615b;
		border-radius: 5px;
		text-align: center;
		color: #fff;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", Yu Gothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 1.7rem;
		line-height: 1.4;
		font-weight: 700;
		font-feature-settings: "palt";
		letter-spacing: 0.2rem;
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 5px rgba(0, 0, 0, .3)
}
.btn-cta::after {
		content: "";
		position: absolute;
		right: 14px;
		top: 31px;
		display: block;
		width: 13px;
		height: 13px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: all 0.3s 0.3s ease-in-out
}
.btn-cta:hover {
		margin-top: 3px;
		border-bottom: 3px solid #b5615b
}
#onayami {
		background: url(./images/top/sec1tl-bg.jpg)center 0 no-repeat;
    background-size: auto;
    position: relative;
}
#onayami .h2-tl{
	margin: 50px 0 200px;
}

.top-inner h2{
  color: #000;
	display: inline;
  font-size: 42px;
	padding: 0 0 0 12px;
}
.top-inner h2.blue {
	background: linear-gradient(transparent 60%, rgba(101, 195, 205, 0.5) 40%);
}
.top-inner h2.pink {
	background: linear-gradient(transparent 60%, rgba(255, 128, 145, 0.5) 40%);
}
.top-inner h2.yellow {
	background: linear-gradient(transparent 60%, rgba(245, 245, 53, 0.5) 40%);
}

@media only screen and (max-width: 767px) {
	.top-inner h2{
		font-size: 24px;
	}
}
@media only screen and (max-width: 1023px) {
	#onayami {
		background: url(./images/top/sec1tl-bg-sp.jpg)center -160px no-repeat;
    background-size: contain;
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 767px) {
	#onayami {
		background: url(./images/top/sec1tl-bg-sp.jpg)center 0 no-repeat;
    background-size: contain;
		padding-bottom: 60px;
	}
	#onayami .h2-tl{
		margin: 0 0 60px;
		padding: 38px 0;
	}
}
#kaisyo {
		background: url(./images/top/sec2tl-bg.svg)center 0 no-repeat;
    background-size: contain;
    position: relative;
		background-color: #FFF0E4;
}
#kaisyo .tl-img{
	max-width: 550px;
    display: block;
    margin: 0 auto;
}
#kaisyo .h2-tl{
	margin: 0 0 50px;
}
#kaisyo .h2-tl2{
  margin: 80px 0 40px;
}
#kaisyo .white-box{
	padding: 60px;
}
#kaisyo .white-box p{
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.16em;
}
#kaisyo .sub-tl-img, #points .sub-tl-img{
	max-width: 150px;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	#kaisyo .tl-img{
		max-width: 100%;
		padding: 0 20px 12px;
	}
	#kaisyo .h2-tl {
    margin: 0 0 32px;
	}
	#kaisyo .white-box{
		padding: 40px 20px;
	}
}
.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 32%;
	background-color: #fff;
}

.contents-box img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

.contents-box h3 {
	margin-bottom: 1rem;
	font-size: 2.0rem;
	letter-spacing: 0px;
  padding-left: 40px;
	position: relative;
}

.contents-box h3:before, .contents-box-y h3:before {
	content: "";
	position: absolute;
	left: -5px;
  top: -3px;
	background: url('./images/top/spr.png') no-repeat top left;
	background-size: 40px 259px;
	width: 40px;
	height: 36px;
}
.contents-box-y h3:before {
	left: inherit;
  top: inherit;
}
.contents-box h3.merit-1:before{
	background-position: 0 0;
}
.contents-box h3.merit-2:before{
    background-position: 0 -37px;
}
.contents-box h3.merit-3:before{
    background-position: 0 -74px;
}
.contents-box h3.merit-4:before{
    background-position: 0 -111px;
}
.contents-box h3.merit-5:before{
    background-position: 0 -148px;
}
.contents-box h3.merit-6:before{
    background-position: 0 -185px;
}
.contents-box-y h3.merit-more:before{
    background-position: 0 -222px;
}

@media screen and (max-width: 767px){
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box {
		width: 100%;
	}
}

#hikaku .h2-tl {
    margin: 80px 0 60px;
}
#hikaku table {
	background: #fff;
	border: 2px solid #87D0D9;
}

#hikaku table th{
	width: 20%;
	background: #4293B8;
	color: #fff;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    line-height: 1.4em;
    padding: 1.0em 0;
		vertical-align: middle;
		border-top: solid 1px #fff;
	  box-sizing: border-box;
	  border-right: solid 1px #87D0D9;
}
#hikaku table td {
	width: 26.5%;
	font-size: ; 1.6rem;
	border-top: solid 1px #fff;
  box-sizing: border-box;
  border-right: solid 2px #87D0D9;
	border-top: solid 1px #87D0D9;
}
#hikaku table td img {
	padding: 28px;
}
#hikaku td:nth-child(2)  {
	background: #FFFFE4
}
#hikaku td:nth-child(3)  {
	background: #fff
}
#hikaku td:nth-child(4)  {
	background: #E4F2F4
}
#hikaku .table-body-inner-ico{
	font-size: 2rem;
}
#hikaku .table-body-inner-txt	{
	padding: 1rem;
}
.hikaku-tl {
		background: #e4f2f4;
		text-align: center;
		margin: 80px 0 20px
}
#zentai-bubun .hikaku-col {
		background-color: #ffffe0;
		padding: 30px;
		margin: 30px 0;
		position: relative
}
.hikaku-col .hikaku-title {
		font-size: 24px;
		font-weight: bold;
		color: #008080;
		position: absolute;
		top: -20px;
		letter-spacing: 0.5rem
}
.hikaku-col .hikaku-text {
		font-size: 16px;
		margin-top: 10px
}
.hikaku-col .image-box {
		width: 160px;
		height: 73px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		position: absolute;
		top: -30px;
		right: 10px
}
.hikaku-col .image-box img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
}
ul.kyousei-list {
		position: relative;
		padding: 1rem 0 2rem
}
ul.kyousei-list li {
		position: relative;
		background: url(./images/kyousei/kyousei-list.png) no-repeat center left/20px;
		padding-left: 35px
}

.bg-stripe{
	background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(136, 212, 221, 0.4) 5px, rgba(136, 212, 221, 0.4) 10px );
}

.box-qa{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.box-qa .box-qa-right {
	width: 72%;
  text-align: left;
	padding: 40px 20px 20px;
}
.white-box-q, .white-box-a {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 15px 24px 8px;
	margin-bottom: 20px;
}
.white-box-q {
	margin-right: 40px;
}
.white-box-a {
	margin-left: 40px;
}
.white-box-q:after {
	content: "";
	position: absolute;
	background: url(./images/top/fukidasi-wh.png) no-repeat;
	bottom: 15px;
	right: -50px;
  height: 37px;
  width: 63px;
}
.white-box-a:after {
	content: "";
	position: absolute;
	background: url(./images/top/fukidasi-wh.png) no-repeat;
	transform: scale(-1, 1);
	top: 40px;
	left: -54px;
  height: 37px;
  width: 63px;
}
.box-qa .white-box-q p, .box-qa .white-box-a p {
  font-size: 2.2rem;
	font-weight: 600;
    letter-spacing: 1px;
}
.box-qa .white-box-q p.fs-15, .box-qa .white-box-a p.fs-15 {
  font-size: 1.5rem;
}
.box-qa .white-box-q span, .box-qa .white-box-a span {
	font-family: Dosis, sans-serif;
	font-size: 4rem;
  margin-right: 12px;
}
.white-box-a .mp-img{
	float: left;
  margin-right: 20px;
  max-width: 150px;
}

.box-qa .dr{
	position: relative;
}
.box-qa .dr .dr-name{
	position: absolute;
	bottom: 35px;
    left: 55px;
    width: 75%;
    margin: 0 auto;
    background: #FFFFE4;
    text-align: center;
    padding: 16px;
    font-weight: 600;
}
@media only screen and (max-width: 768px) {
	.box-qa{
		flex-direction: column;
	}
	.box-qa .box-qa-right{
		width: 100%;
	}
	.white-box-a{
		margin-left: 0;
	}
	.white-box-a:after{
		transform: rotate(115deg);
    bottom: -30px;
    right: 37px;
    height: 37px;
		top:initial;
		left:initial;
	}
	.white-box-a .mp-img{
		max-width: 110px;
	}
	.box-qa .dr .dr-name{
		bottom: 0
	}
	.bg-stripe{
		padding-bottom: 40px
	}
}

#step {
	background: #FFFFE4;
	margin-top; 80px;
}
#step .sub-tl-img {
    max-width: 150px;
    display: block;
    margin:0 auto 24px;
}
#step .h2-tl {
	margin: 0 0 80px;
}


.flowBox .flowDetail {
    padding-left: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 72px;
    position: relative;
}

.flowBox .flowDetail:before {
    content: "step1";
		font-family: Dosis, sans-serif;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 0;
    text-align: center;
    color: #000;
    line-height: 50px;
    font-size: 3rem;
    font-weight: 600;
}

.flowBox .flowDetail:nth-child(2):before {
    content: "step2";
}
.flowBox .flowDetail:nth-child(3):before {
    content: "step3";
}
.flowBox .flowDetail:nth-child(4):before {
    content: "step4";
}
.flowBox .flowDetail:nth-child(5):before {
    content: "step5";
}
.flowBox .flowDetail:nth-child(6):before {
    content: "step6";
}
.flowBox .flowDetail:after {
    content: "";
    width: 2px;
    height: calc(100% - 56px);
    background: #000;
    position: absolute;
    left: 19px;
    top: 50px;
}
#step .step-title{
	position: absolute;
    top: 7px;
    left: 13%;
    font-size: 26px;
}
.flowDetail > div .bg-white{
	background: #fff;
	padding: 40px;
	margin-top: 28px;
}
.flowDetail > div .bg-white img{
	float: right;
    max-width: 200px;
		margin-left: 10px;
}
.step2-2{
	display: block;
	margin: 20px auto;
	font-size: 120%;
}
@media only screen and (max-width:768px) {
    .flowBox .flowDetail {
        padding-left: 46px;
        padding-bottom: 56px;
        position: relative;
    }
    .flowBox .flowDetail:before {
			left: 0;
			font-size: 18px;
    }
}
@media only screen and (max-width: 768px) {
	#step .h2-tl{
		padding-top: 64px;
	}
	#step .step-title{
		position: relative;
		display: block;
    top: 7px;
    left: 0;
    padding-left: 10px;
		font-size: 24px;
	}
	.flowDetail > div .bg-white{
		margin-top: 0;
	}
	.flowDetail > div .bg-white img{
		max-width: 100%;
	}
}
@media only screen and (max-width:480px) {
	.flowBox .flowDetail {
        padding-left: 46px;
        padding-bottom: 46px;
        position: relative;
    }
}
.bd-blue {
border: 2px solid #E4F2F4;
padding: 40px;
}
.subtl {
	font-family: Dosis,sans-serif;
	font-size: 24px;
}
.price-ex {
	position: relative;
	background: #E4F2F4;
    padding: 40px;
    margin-top: 60px;
}

.subtl-ex {
	position: absolute;
		text-align: center;
    top: 9px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#price table,
#zentai-bubun table {
	background: #fff;
	width: 100%;
	text-align: center;
	border: 2px solid #87D0D9;
}

#price table th,
#zentai-bubun table th {
	background: #87D0D9;
	font-weight: 600
}
#price table tr td,
#zentai-bubun table tr td {
	box-sizing: border-box;
  border-right: solid 2px #87D0D9;
  border-top: solid 2px #87D0D9;
}

@media only screen and (max-width: 768px) {
	.bd-blue{
	margin-top: 60px;
	}
	.price-ex{
		padding: 40px 28px;
	}
	#price table{
		font-size: 80%;
	}
}
#points {
	background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(136, 212, 221, 0.3) 5px, rgba(136, 212, 221, 0.3) 10px );
}
#points .wrap-1042 .h2-tl {
	margin: 50px auto;
}

#points .point-more{
	position: relative;
    background: #FFFFE4;
    padding: 40px;
    margin-top: 60px;
}
@media only screen and (max-width: 768px) {
	#points {
		margin-top: 60px;
		padding: 1px 0 60px;
	}
}

#greeting{
	padding: 0;
	background-color: #FEF8F1;
}
.sec-about-dr-01 .w100-bg {
    background-image: url(./images/top/bg-greet.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		background-color: #FEF8F1;
    margin: 0;
		padding: 80px 0;
}

.mw350{
    max-width: 350px;
}

@media only screen and (max-width: 768px) {
	#greeting {
		margin-bottom: 60px;
	}
	.sec-about-dr-01 .w100-bg{
		background-position: top right;
        background-size: auto 200px;
        padding-bottom: 0;
	}
    .mw350 {
        max-width: 100%
    }
}

#contact{}
#contact .h2-tl{
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}
#contact .yellow{
	display: inline;
    background: linear-gradient(transparent 60%, rgba(245, 245, 53, 0.5) 40%);
    padding: 4px;
}
.contact-cta-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 18px;
		margin: 22px auto 0;
		padding: 0 16px 28px;
		max-width: 720px;
}
.contact-cta-btn {
		margin: 0;
		max-width: 340px;
		width: 100%;
		padding: 18px 28px 20px;
		letter-spacing: normal;
		font-feature-settings: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 6px;
		text-decoration: none;
		line-height: 1.5;
		color: #fff;
}
.contact-cta-btn::after {
		display: none;
}
.contact-cta-btn-label {
		font-size: 1.7rem;
		font-weight: 700;
		letter-spacing: 0.08em;
}
.contact-cta-btn-value {
		font-size: 2.4rem;
		font-weight: 700;
		letter-spacing: 0.05em;
}
.contact-cta-btn-note {
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		color: rgba(255, 255, 255, 0.9);
}
.contact-cta-btn:hover {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
}
.contact-cta-btn--web {
		-webkit-box-shadow: 0 12px 24px rgba(178, 97, 91, 0.22);
		box-shadow: 0 12px 24px rgba(178, 97, 91, 0.22);
}
.contact-cta-btn--web .contact-cta-btn-note {
		color: rgba(255, 255, 255, 0.85);
}
.contact-cta-btn--phone {
		background: -webkit-gradient(linear, left top, right bottom, from(#7ba2d4), to(#5f82b2));
		background: linear-gradient(135deg, #7ba2d4 0%, #5f82b2 100%);
		border-bottom: 6px solid #4b6892;
		-webkit-box-shadow: 0 12px 24px rgba(91, 126, 168, 0.24);
		box-shadow: 0 12px 24px rgba(91, 126, 168, 0.24);
}
.contact-cta-btn--phone .contact-cta-btn-note {
		color: rgba(255, 255, 255, 0.85);
}
.contact-cta-btn--phone .contact-cta-btn-label {
		font-size: 1.8rem;
}
.contact-cta-lead {
		margin: 45px auto 22px;
		text-align: center;
		font-size: 1.6rem;
		color: #5a5046;
}
@media only screen and (max-width: 768px) {
	.contact-cta-buttons {
			gap: 14px;
			padding: 0 10px 24px;
	}
	.contact-cta-btn {
			max-width: 100%;
	}
	.contact-cta-btn-value {
			font-size: 2.1rem;
	}
	.contact-cta-lead {
			margin: 40px auto 18px;
			font-size: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	.contact-cta-btn {
			padding: 16px 18px 18px;
	}
	.contact-cta-btn-label {
			font-size: 1.6rem;
	}
	.contact-cta-btn-value {
			font-size: 1.9rem;
	}
}

#slider1{}
.main-carousel .slide {
   width: 100%;
   height: 330px;
}

.slide1 {
  background:url(./images/top/photo1.jpg) no-repeat;
  background-size: cover;
}

.slide2 {
  background:url(./images/top/photo2.jpg) no-repeat;
  background-size: cover;
}

.slide3 {
  background:url(./images/top/photo3.jpg) no-repeat;
  background-size: cover;
}

.slide4 {
  background:url(./images/top/photo4.jpg) no-repeat;
  background-size: cover;
}

.slide5 {
  background:url(./images/top/photo5.jpg) no-repeat;
  background-size: cover;
}



/*---------------------------------------------------------------
Footer CSS
----------------------------------------------------------------*/

#contacts .wrap {
padding: 45px 15px 0;
border-top: 2px solid #4293b8;
}

p.footer-nav-head {
font-weight: bold;
}

footer ul li {
padding-left: 5%;
}

@media only screen and (max-width:768px) {
footer ul li {
	line-height: 48px;
}
}

footer .wrap {
padding: 0;
}

.ft-num {
font-size: 2.2rem;
font-weight: 700;
color: #fff;
-webkit-text-stroke: 0.9px #4293b8;
}


/*---------------------------------------------------------------
固定ページ　ベースCSS
----------------------------------------------------------------*/

.under_content {
margin: 0 !important;
}

article#child-page {
background: #fff;
}

article#child-page #entry-content {
margin: 50px 0px;
}

article#child-page h1 {
text-align: center;
letter-spacing: 5px;
font-size: 3.5rem;
}

@media only screen and (max-width:768px) {
article#child-page h1 {
	text-align: center;
	letter-spacing: 3px;
	font-size: 3rem;
}
}
article#child-page .entry-meta{
	text-align: right;
	right: 3%;
	position: absolute;
	bottom:0;
	padding-bottom: 0;
}

.under_content #godios-wrapper {
width: 100%;
padding: 0;
margin: 0 auto;
}

.entry-top>.entry-image>img {
-webkit-filter: blur(0px);
filter: blur(0px);
margin: 0px;
width: 100%;
}


/*---------------------------------------------------------------
院内ツアーCSS
----------------------------------------------------------------*/

.tour h2 {
text-align: center;
font-size: 2.5rem;
}

.tour h3 {
font-weight: bold;
}

.sec-01 {
text-align: center;
}

.sec-01 .row {
max-width: 800px;
margin: 50px auto;
clear: both;
}

.sec-01 .row a {
text-align: center;
font-size: 2rem;
}

.w100bg {
background-size: cover;
background-position: center;
padding: 3%;
height: 450px;
margin-bottom: 50px;
}

.w100bg .wrap {
height: calc(450px - 14%);
position: relative;
}

.col-7-3 .wrap {
position: relative;
}

.bottom-line {
position: absolute;
bottom: 0;
margin-bottom: 3%;
right: 2%;
}

.col-7-3 {
margin-bottom: 50px;
}

.uketsuke {
background-image: url(./images/tour/02.jpg);
}

.machiai {
background-image: url(./images/tour/03.jpg);
}

.relux {
background-image: url(./images/tour/05.jpg);
}

.shinryo {
background-image: url(./images/tour/06.jpg);
}

.x-ray {
background-image: url(./images/tour/08.jpg);
}

.shodoku {
background-image: url(./images/tour/10.jpg);
}

.w60bg {
width: 60%;
}

.mt45 {
margin-top: 45px;
}

.w60bg-right {
width: 60%;
margin-left: 40%;
}

.right-box {
width: 45%;
padding: 5% 3%;
right: 0;
position: absolute;
margin-top: -35%;
background: #fff;
border: 2px solid #4293b8;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.left-box {
width: 45%;
padding: 5% 3%;
left: 0;
margin-top: -35%;
background: #fff;
border: 2px solid #4293b8;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.top-inner .right-box, .top-inner .left-box {
margin-top: -37%;
}


/*---------------------------------------------------------------
院長についてCSS
----------------------------------------------------------------*/

.sec-about-dr-01 .right-box {
padding: 3%;
}

.w100-bg {
background-size: cover;
background-position: center;
padding: 100px 0;
}

.sec-about-dr-03 .w100-bg {
background-image: url(./images/top/first-bg.jpg);
}

.bg-main-color {
background: #eeeff2;
padding: 50px 0;
}

.bg-main-color .flex {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.bg-main-color .col-2 {
background: #fff;
padding: 50px;
width: 48%;
}

span.year {
display: block;
font-weight: bold;
}

.col-2 ul li {
margin-bottom: 20px;
}

.col-2 ul.md-0 li {
margin-bottom: 0px;
}

.left-border {
font-size: 20px;
letter-spacing: inherit;
}

.about-dr .left-border {
margin-top: 100px;
}

.left-border:after {
content: "";
height: 2px;
background: #5a5046;
display: block;
margin-top: 10px;
}

.bg-blue .left-border {
margin-top: 0px;
}

.sec-about-dr-05 .col-sm-6 {
background-size: cover;
background-position: center;
padding: 300px 10px 20px;
}

.sec-about-dr-05 .col-sm-6:nth-child(1) {
background-image: url(./images/about-director/06.jpg);
background-position: top;
}

.sec-about-dr-05 .col-sm-6:nth-child(2) {
background-image: url(./images/about-director/07.jpg);
}

.sec-about-dr-05 .col-sm-6 a {
max-width: 450px;
margin: auto;
width: 80%;
}

section.page-sec.sec-about-dr-05 {
padding-bottom: 0;
}


/*---------------------------------------------------------------
クリニックについてCSS
----------------------------------------------------------------*/

section.page-sec.sec-about-02 {
margin-top: 50px;
background: #F2EEE9;
}

.sec-about-02 ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 20px;
}

.sec-about-02 ul li {
max-width: 250px;
width: 100%;
background: #fff;
margin: 1%;
padding: 1%;
border-radius: 5px;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.sec-about-02 ul li h3 {
font-size: 20px;
text-align: center;
color: #b1a198;
}

.about section.page-sec.sec-about-dr-01 {
/*	background: #4293b812;
	padding: 2.4rem 3rem; */
margin: 24px -15px;
text-align: left;
color: #4293b8;
border-left: 3px solid #4293b8;
}

.about .sec-about-dr-01 .w100-bg {
margin-top: 0;
padding-left: 15px;
padding-right: 15px;
}


/*---------------------------------------------------------------
インプラント詳細ページ
----------------------------------------------------------------*/
.wrap-800 {
	max-width: 800px;
	padding: 0 8px;
	margin: 0 auto;
}

.box-pd {
padding: 5px 20px;
}

.box-pd2 {
padding: 5px 20px;
}

.tl-left {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #4293b8;/*文字色*/
font-weight: bold;
background: transparent;/*背景透明に*/
border-left: solid 5px #4293b8;/*左線*/
}

.matome-box {
background: #fff;
border: 2px solid #4293b8;
font-size: 18px;
line-height: 1.5;
width: 80%;
border-radius: 2px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 48px;
padding: 22px 44px;
}


.matome-box-sh {
background: #fff;
border: 2px solid #4293b8;
line-height: 1.5;
width: 80%;
border-radius: 2px;
margin-top: 0;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
padding: 22px 44px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


.list01 ul li:before {
content: "";
background: url(https://www.festival-shika.jp/wp-content/uploads/2020/02/check.png) no-repeat;
background-size: 20px;
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
margin: 0 10px 3px 0;
}

.li-flow {
background: rgba(177, 161, 152, 0.2);
padding: 50px;
margin-bottom: 20px;
margin: 20px;
border-radius: 5px;
}

.li-flow2 {
background: rgba(177, 161, 152, 0.2);
padding: 26px;
margin-bottom: 20px;
margin: 10px;
border-radius: 5px;
text-align: center;
}

.st-price {
font-weight: 700;
color: #4293b8;
font-size: 30px;
}

.arrowb {
	display: block;
	margin: 15px auto;
}


.tl-q {
	content: '';
	display: block;
	background: url(https://www.festival-shika.jp/wp-content/uploads/2020/04/q-pc.png) center no-repeat;
	background-size: contain;
	filter: drop-shadow(4px 4px 4px #ddd);
	width: 100%;
	height: auto;
	font-size: calc(1rem + 1.5vw);
	font-weight: 600;
	padding: 7% 0 7% 60px;
	text-align: center;
	font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

.box-a {
	padding: 16px 5%;
}

.box-a p {
	max-width: 64%;
}

.tl-a-box {
	display: inline-block;
	width: 60%;
	background-image: url(https://www.festival-shika.jp/wp-content/uploads/2020/04/a-txt.png);
	background-size: auto 78px;
	background-repeat: no-repeat;
	background-position: left center;
}

.tl-a {
	display: inline-block;
	padding: 16px 3%;
	border-left: 10px solid #4293b8;
	margin-left: 13%;
}

.img-a {
	max-width: 35%;
	float: right;
	margin-left: 3%;
}

.wrap:after, header:after, section:after, .row:after, .treat-list:after {
	clear: both;
	display: table;
	content: '';
}


/*---------------------------------------------------------------
オールオン4ページ
----------------------------------------------------------------*/

.chiryo-flo {
position: relative;
padding: 2em;
background: #F6F7F8;
}

.chiryo-flo:after {
position: absolute;
content: '';
top: 100%;
left: 48px;
border: 28px solid transparent;
border-top: 30px solid #F6F7F8;
width: 0px;
height: 0;
}

.chiryo-flo2 {
position: relative;
padding: 2em;
background: #FFFFFF;
}

.chiryo-flo2:after {
position: absolute;
content: '';
top: 100%;
left: 48px;
border: 17px solid transparent;
border-top: 21px solid #FFFFFF;
width: 0px;
height: 0;
}

.chiryo-flo3 {
position: relative;
padding: 2em;
background: #F6F7F8;
}

.chiryo-margin {
background: white;
margin: 20px;
padding: 20px;
}


.table2 {
border: 2px solid #4293b8;
width: 90%;
border-spacing: 0; }
@media (max-width: 575px) {
.table2.is-pc {
display: none; } }
@media (min-width: 576px) {
.table2.is-sp {
display: none; } }


.table-bordered2 thead td, .table-bordered2 thead th {
border-bottom-width: 2px;
padding: 10px;
background: #4293b8;
border: 1px solid #eceeef;
color: #eceeef;
}

.table-bordered2 td, .table-bordered2 th {
border: 1px solid #eceeef;
padding: 10px;
vertical-align: top;
}


/*---------------------------------------------------------------
比較表
----------------------------------------------------------------*/

.table {
border: 2px solid #4293b8;
border-spacing: 0; }
@media (max-width: 575px) {
.table.is-pc {
display: none; } }
@media (min-width: 576px) {
.table.is-sp {
display: none; } }

.table * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.table-ttl {
text-align: center;
vertical-align: middle;
padding: 1rem 0;
color: #4293b8;
background-color: #f6f7f8;
border-style: none;
position: relative;
font-weight: normal; }
.table-ttl.is-row + .is-row::before {
content: "";
width: 2px;
height: 70%;
background-color: #fff;
position: absolute;
left: -1px;
top: 15%; }
.table-ttl.is-col {
width: 110px; }
.table-ttl.is-col::before {
content: "";
height: 2px;
width: 70%;
background-color: #fff;
position: absolute;
left: 15%;
top: -1px; }
.table-body td {
border-right: 2px solid #F6F7F8;
border-bottom: 2px solid #F6F7F8; }
.table-body td:last-of-type {
border-right: none; }
@media (min-width: 576px) {
.table-body td {
max-width: 220px; } }
.table-body tr:last-of-type td {
border-bottom: none; }
.table-body-inner {
display: flex;
align-items: center; }
.table-body-inner-ico {
width: 20%;
text-align: center;
position: relative;
padding-top: .5rem;
padding-bottom: .5rem; }
.table-body-inner-ico::after {
content: "";
width: 2px;
height: 100%;
background-color: #F6F7F8;
position: absolute;
right: 0;
top: 0; }
.table-body-inner-txt {
width: 80%;
font-size: 13px;
padding-left: 1rem;
padding-right: 0.5rem; }

/*---------------------------------------------------------------
6つの理由
----------------------------------------------------------------*/
section.page-sec.sec-about-03 {
	background: #eeeff2;
}
.wrap-1042 {
	max-width: 1042px;
	padding: 0 8px;
	margin: 0 auto;
}
.wrap-900 {
	max-width: 900px;
	padding: 0 8px;
	margin: 0 auto;
}
.tl-reason-box{
	display: block;
	background-size:auto 110px;
	background-repeat: no-repeat;
	background-position:left center;
}
.tl-reason{
	display: inline-block;
	padding: 16px 3% 0;
	margin-left: 150px;
}
.tl-reason p{
	font-size: 1.6rem;
	font-weight: 600;
	padding-bottom: 1rem;
}
.tl-reason-h2{
	display: inline-block;
	padding: 0 3% 16px;
	margin-left: 148px;
}
.rb-bg1{
	background-image: url(/wp-content/uploads/2020/04/tl-r1.png);
}
.rb-bg2{
	background-image: url(/wp-content/uploads/2020/04/tl-r2.png);
}
.rb-bg3{
	background-image: url(/wp-content/uploads/2020/04/tl-r3.png);
}
.rb-bg4{
	background-image: url(/wp-content/uploads/2020/04/tl-r4.png);
}
.rb-bg5{
	background-image: url(/wp-content/uploads/2020/04/tl-r5.png);
}
.rb-bg6{
	background-image: url(/wp-content/uploads/2020/04/tl-r6.png);
}
.reason-246{
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}
.r-bg2{
	background-image: url(./images/about-director/03.jpg);
}
.r-bg4{
	background-image: url(/wp-content/uploads/2020/04/reason4.jpg);
}
.r-bg6{
	background-image: url(/wp-content/uploads/2020/04/reason6.jpg);
}

@media only screen and (max-width:768px) {
.reason-246{
	background-position: right center;
}
}

@media only screen and (max-width:480px) {
.tl-reason-box{
	background-size: auto 5rem;
	background-position: top left;
}
.tl-reason{
	margin-left:24%;
	padding: 0 0 4px 8px;
}
.tl-reason-h2{
	margin-left: 0;
	padding-bottom: 0;
	font-size: 21px;
}
.tl-reason p{
	font-size: 4vw;
}
.reason-246{
	background-position: top right;
	background-size: auto 200px;
	padding-top: 220px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.r-bg2{
	background-image: url(./images/about-director/03.jpg);
}
.r-bg4{
	background-image: url(/wp-content/uploads/2020/04/reason4.jpg);
}
.r-bg6{
	background-image: url(/wp-content/uploads/2020/04/reason6.jpg);
}
}

/*---------------------------------------------------------------
TMP CSS
----------------------------------------------------------------*/

.sec-tmp-02 .row {
margin-bottom: 50px;
}

.flow {
background: rgba(177, 161, 152, 0.2);
padding: 50px;
margin-bottom: 20px;
border-radius: 5px;
}

.flow h4 {
border-bottom: 1px solid #999;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 18px;
}

.arrow-bottom {
width: 0;
height: 0;
border-style: solid;
border-width: 30px 50px 0 50px;
border-color: #cad1d8 transparent transparent transparent;
margin: 0 auto 20px;
}

.sec-director-ope-01 .w100-bg {
background-image: url(https://www.festival-shika.jp/wp-content/uploads/2019/04/総院長自ら治療2.jpg);
margin: 16px 0 16px;
}


/*---------------------------------------------------------------
PRICE CSS
----------------------------------------------------------------*/

.price a {
text-decoration: underline;
font-weight: bold;
}

.price a.btn {
text-decoration: none;
}

a.btn.btn-block.brown {
text-decoration: none;
font-weight: bold;
}

.sec-price-02 {
background: #F2EEE9;
}

.row.box-col, .price_outline {
background: #fff;
margin-bottom: 20px;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border: 2px solid #4293b8;
}

.b_right {
border-right: 1px solid #ddd;
}

.b_left {
border-left: 1px solid #ddd;
}

.b_top {
border-top: 1px solid #ddd;
margin-top: 20px;
padding-top: 20px;
}

.b_bottom {
border-bottom: 1px solid #ddd;
margin-bottom: 20px;
padding-bottom: 20px;
}

.price_line .price_star {
text-align: center;
padding-bottom: 8px;
}

.price_line .price_txt {
text-align: right;
color: #4293b8;
}

.mw-400 {
max-width: 600px;
width: 100%;
margin: 50px auto 100px;
}

.price_outline .price_txt {
float: right;
}

.price_outline .col-sm-3, .price_outline .col-sm-9 {
margin-bottom: 10px;
}

.price_line .col-xs-2 {
text-align: center;
}

.sec-price-03 ul {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 50px;
}

.sec-price-03 ul li {
width: 30%;
background: #F2EEE9;
padding: 3%;
border-radius: 5px;
}

.sec-price-03 ul li h3 {
text-align: center;
font-size: 19px;
}

.sec-price-03 ul li small {
display: block;
}

.col-xs-12.price_txt.fw-bold p {
color: #333;
font-weight: normal;
font-size: 80%;
}


/*---------------------------------------------------------------
レスポンシブCSS
----------------------------------------------------------------*/

@media only screen and (max-width:768px) {
.top-inner section, div#page-inner section {
	padding: 0;
}
div#page-inner .sec-price-02 {
	padding-top: 20px;
}
#treatment, #example-implant, #diagnosis {
	padding-left: 15px;
	padding-right: 15px;
}
.w60bg, .w60bg-right {
	width: 100%;
	margin: 0;
}
.right-box, .left-box {
	width: 80%;
	right: 0;
	margin-top: -29%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
}
.top-inner .right-box, .top-inner .left-box, .about .right-box, .about .left-box, .about-dr .right-box, .about-dr .left-box {
	margin-top: -14%;
	position: relative;
	border: 1px solid #4293b8;
}
.about-dr .mt0 {
	margin-top: 0;
}
#tourinfo>div>div>a {
	max-width: 100%;
	margin: auto;
}
.bottom-content {
	max-height: 100%;
}
#page-inner .sec-about-01 {
	padding-bottom: 0;
}
#page-inner .sec-about-implant {
	padding-bottom: 0;
}

.box-a p {
	max-width: 100%;
}

.box-pd2 {
padding: 20px 0px;
}

.matome-box {
width: 100%;
padding: 22px 10px;
}


.matome-box-sh {
padding: 22px 14px;
font-size: 20px;
}

.li-flow {
padding: 24px;
}

.li-flow2 {
padding: 24px;
}

.tl-q {
	font-size: 20px;
}

.tl-a-box {
	width: 100%;
}

.tl-a {
	margin-left: 16%;
}

}

@media only screen and (max-width:480px) {
h2, #relive-step span {
	font-size: calc(2rem + 1.2vw);
}
h3, #relive p.sub-tl {
	font-size: calc(1.7rem + 1.5vw);
}
.sec-01 .row a {
	font-size: 1.5rem;
}
.w100bg {
	background-size: auto 200px;
	background-position: top;
	padding: 0;
	height: auto;
}
.bottom-line {
	position: relative;
	padding-top: 215px;
	color: #474747;
	padding-bottom: 15px;
}
.w100bg .fc-fff {
	color: #474747;
}
.sp_tc-white {
	color: #474747;
}
p.fc-fff.mw400 {
	color: #474747;
}
p.fc-fff.mw400 br {
	display: none;
}
.w60bg, .w60bg-right {
	width: 100%;
	margin: 0;
}
.right-box, .left-box {
	width: 100%;
	padding: 5% 4%;
	position: relative;
	margin-top: -15%;
}
section#shisetsu, section#shinsatsu, section#setsubi {
	padding-top: 0 !important;
}
.gf .col-sm-4.col-xs-12 a, .col-sm-4.col-xs-6 a {
	font-size: 19px;
	text-align: center;
	display: block;
	padding: 15px 0;
}
.col-2 ul li {
	font-size: 95%;
}
.bg-main-color .col-2 {
	background: #fff;
	padding: 20px;
	width: 100%;
}
.tmp h2 {
	font-size: calc(1.5rem + 1.5vw);
}
.sec-about-dr-05 .col-sm-6 {
	padding: 200px 0px 50px;
}
.flow {
	padding: 10px;
}
.flow h3 {
	font-size: calc(1.5rem + 1vw);
}
.sec-about-02 ul {
	margin-top: 0px;
}
.sec-about-02 ul li {
	max-width: 100%;
	padding: 6%;
}
.sec-about-02 ul li br {
	display: none;
}
.tac {
	text-align: left;
}
.row.box-col {
	padding: 15px 0px;
}
.b_right {
	border-right: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.price_line .col-xs-2 {
	font-size: 80%;
}
.b_top {
	margin-top: 0px;
}
.b_left {
	border-left: 0px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}
.price_outline .col-sm-3 {
	font-weight: bold;
	color: #b1a198;
}
.price_outline .price_txt {
	float: none;
	display: block;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
	padding-top: 5px;
}
.price_outline .price_txt.no_border {
	float: none;
	display: block;
	border-bottom: 0px;
	padding-bottom: 0px;
}
.sec-price-03 ul li {
	width: 100%;
	margin-bottom: 15px;
}
.sec-01 {
	text-align: left;
}
.sec-01 br {
	display: none;
}
.tour h2 {
	font-size: calc(1.5rem + 1.5vw);
}
.bottom-content .inner {
	border: none;
	padding: 8px;
}
.bottom-content .inner h2 {
	font-size: 22px;
}
.sec-01 .row a {
	display: block;
}
.sec-01 .row a .fs-big {
	padding-right: 0px;
	display: block;
}
.sp_br {
	display: block;
}
#notice>div>div.mw48.col-left, #notice>div>div.col2 {
	max-width: 100%;
	margin: 0% 3%;
}
#notice img, #kyuzin img {
	max-width: 100%;
	float: none;
	margin-top: 30px;
}
.sec-about-dr-01 .col-sm-8 {
	padding: 0px;
}
.sec-about-dr-01 .w100-bg {
	margin: 0px;
	background-position: top right;
	background-size: auto 200px;
	padding-top: 100px;
	padding-bottom: 0;
}
#faqs {
	padding: 220px 0 55px 0;
	background-size: auto 200px;
	background-position: top;
}
#faqs p {
	padding: 0 0 15px 0;
}
.gnav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	height: 100vh;
}


.box-a {
	padding: 0 5px;
}
.box-pd2 {
padding: 20px 0px;
}
.li-flow {
padding: 24px;
}
.li-flow2 {
padding: 24px;
}

.tl-q {
	background: url(https://www.festival-shika.jp/wp-content/uploads/2020/04/q-sp.png) center no-repeat;
	background-size: contain;
	padding: 9% 0 13%;
}

.tl-q {
	font-size: 20px;
}
.tl-a-box {
	background-size: auto 3.5rem;
}

.tl-a {
	font-size: 4.5vw;
	padding: 8px 0 8px 8px;
	border-left: 6px solid #4293b8;
	margin-left: 11%;
}
.img-a {
	max-width: 100%;
}
}



@media (max-width: 84em) {
.gnav>li>a {
	text-align: left;
}
#logo>a img {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 0;
}
#relive h2 br {
	display: block;
}
}

@media (max-width: 20em) {
#logo>a {
	max-height: 49px;
}
}


/*---------------------------------------------------------------
BLOG CSS
----------------------------------------------------------------*/

.blog, .post-template-default, .archive {
background: #eeeff2 !important;
padding-bottom: 40px;
}

#entry-content>.entry-footer {
margin-top: 40px;
background: #fff;
padding: 0;
}

.social-share-wrap.top {
margin-top: 0px;
}

#entry-content .tags>li>a, .tagcloud>a {
border-radius: 5px;
}

#contents>ol>li:nth-of-type(odd)::before, #contents>ol>li:nth-of-type(odd)>ul::before, .entry-category {
background-color: #b1a198;
}

.entry-footer {
margin-top: 10px;
background: none;
padding: 0;
}

.pagination .current, .pagination a:hover {
background-color: #b1a198;
}

input[type=submit] {
background-color: #b1a198;
}

#wrapper.blog h1, #wrapper.blog h2, #wrapper.blog h3, #wrapper.blog h4, #wrapper.blog h5, #wrapper.blog h6, #wrapper.blog p {
font-family: "Noto Sans Japanese", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
letter-spacing: 0;
}

#wrapper.blog h2 {
font-size: 2.1rem;
}

#wrapper.blog h2, #wrapper.blog h3 {
font-weight: 400;
}

#wrapper.blog h1, #wrapper.blog h2 {
line-height: 1.3;
}

#wrapper.blog h1, #wrapper.blog h2, #wrapper.blog h3, #wrapper.blog h4, #wrapper.blog h5, #wrapper.blog h6 {
color: rgba(0, 0, 0, .9);
margin: 0;
}

#wrapper.blog .entry-title {
font-size: 2.1rem;
}

#wrapper.blog .entry-top>header>.entry-title {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
color: #fff;
display: block;
font-size: 2rem;
height: 100%;
max-height: 100%;
overflow: initial;
}

#wrapper.blog .related-title>h3 {
-webkit-line-clamp: 3;
color: #fff;
display: -webkit-box;
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 13px;
overflow: hidden;
padding: 0 16px;
width: 100%;
word-break: break-all;
}

.widget-wrap a, .widget-wrap p, .widget-wrap li {
font-size: 14px;
line-height: 1.5;
}

.widget-wrap ul>li {
text-align: left;
margin-bottom: 10px;
}

#entry-content ul>li:nth-of-type(odd) li::before, #entry-content ul>li:nth-of-type(odd)::before, #side li:nth-of-type(odd) li::before, #side li:nth-of-type(odd)::before, #entry-content ul>li:nth-of-type(even) li::before, #entry-content ul>li:nth-of-type(even)::before, #side li:nth-of-type(even) li::before, #side li:nth-of-type(even)::before {
background-color: #4293b8;
}

#entry-content .tags>li>a, .tagcloud>a {
background-color: #fff;
color: #4293b8 !important;
font-size: 1.3rem!important;
border-bottom: 1px solid #4293b8;
border-radius: 0;
}

.blog footer ul li {
padding-left: 0%;
}

@media only screen and (max-width:768px) {
#wrapper.blog h1, #wrapper .blog h2 {
	line-height: 1.2;
	height: 100%;
	max-height: 100%;
	margin-bottom: 0;
	padding: 0;
}
.entry-top>header>.entry-title {
	height: 100%;
	max-height: 100%;
}
.sub-menu {
	box-shadow: -1px 0px 0px 0px #ddd;
}
}

@media only screen and (max-width:480px) {
#wrapper.blog h1, #wrapper .blog h2, #wrapper.blog .entry-title {
	font-size: 14px;
}
#breadcrumb {
	max-width: 100%;
	padding: 15px 15px 0px;
	transform: translate(0px, 0px);
	display: block;
	white-space: normal;
	width: 100%;
}
#breadcrumb li {
	display: inline-block;
}
#breadcrumb>li:last-child, #breadcrumb>li>a, #breadcrumb>li>.no-img {
	font-size: 1.3rem;
}
.entry-top>header>.entry-title {
	font-size: 30px;
}
.entry-top>header {
	padding: 0 10px;
}
}


/*---------------------------------------------------------------
FAQ CSS
----------------------------------------------------------------*/

.transition, .faq p, .faq ul li i:before, .faq ul li i:after {
transition: all 0.25s ease-in-out;
}

.flipIn, .faq h1, .faq ul li {
animation: flipdown 0.5s ease both;
}

.no-select, .faq h2 {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.faq {
min-height: 0;
position: relative;
left: 50%;
margin: 0;
transform: translate(-50%, 0);
max-width: 1000px;
padding: 30px;
}

.faq h1, faq h2 {
color: #4293b8;
}

.faq h1 {
text-transform: uppercase;
}

.faq h2 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
display: block;
margin: 0;
cursor: pointer;
font-size: 1.6rem;
padding: 10px 26px 10px 0;
}

.faq p {
position: relative;
overflow: hidden;
max-height: 1000px;
opacity: 1;
transform: translate(0, 0);
margin-top: 14px;
z-index: 2;
padding-right: 26px;
}

.faq ul {
list-style: none;
perspective: 900;
padding: 0;
margin: 0;
}

.faq ul li {
position: relative;
padding: 0;
margin: 0;
border-top: 1px dotted #dce7eb;
}

.faq ul li:nth-of-type(1) {
animation-delay: 0.5s;
}

.faq ul li:nth-of-type(2) {
animation-delay: 0.75s;
}

.faq ul li:nth-of-type(3) {
animation-delay: 1s;
}

.faq ul li:last-of-type {
padding-bottom: 0;
}

.faq ul li i {
top: 43%;
position: absolute;
transform: translate(-6px, 0);
right: 0;
height: 100%;
}

.faq ul li i:before, ul li i:after {
content: "";
position: absolute;
width: 3px;
height: 9px;
}

.faq ul li i:before {
transform: translate(-2px, 0) rotate(45deg);
}

.faq ul li i:after {
transform: translate(2px, 0) rotate(-45deg);
}

.faq ul li input[type=checkbox] {
position: absolute;
cursor: pointer;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
}

.faq ul li input[type=checkbox]:checked~p {
margin-top: 0;
max-height: 0;
padding: 0;
opacity: 0;
transform: translate(0, 50%);
}

.faq ul li input[type=checkbox]:checked~i:before {
transform: translate(2px, 0) rotate(45deg);
}

.faq ul li input[type=checkbox]:checked~i:after {
transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
0% {
	opacity: 0;
	transform-origin: top center;
	transform: rotateX(-90deg);
}
5% {
	opacity: 1;
}
80% {
	transform: rotateX(8deg);
}
83% {
	transform: rotateX(6deg);
}
92% {
	transform: rotateX(-3deg);
}
100% {
	transform-origin: top center;
	transform: rotateX(0deg);
}
}

h2#access {
margin-bottom: 50px;
}

.row.page-loop {
padding: 0;
margin-bottom: 50px;
}

.row.page-loop a {
text-align: center;
font-weight: bold;
margin-bottom: 20px;
display: block;
}

.row.page-loop a .img {
display: block;
background-size: cover;
margin-bottom: 10px;
height: 150px;
background-position: center;
}

p.footer-nav-head a {
color: #fff;
}


/*---------------------------------------------------------------
切り分け css
----------------------------------------------------------------*/

.pc-only {
display: block;
}

.tb-only {
display: none;
}

.sp-only {
display: none;
}

@media only screen and (max-width:768px) {
.pc-only {
	display: none;
}
.tb-only {
	display: block;
}
.sp-only {
	display: block;
}
}

@media only screen and (max-width:480px) {
.pc-only {
	display: none;
}
.tb-only {
	display: none;
}
.sp-only {
	display: block;
}
}


/*---------------------------------------------------------------
目次 css
----------------------------------------------------------------*/

.tdo {
background-color: #faf9f7;
margin-top: 40px;
padding: 40px;
}

.tdo-o {
padding-left: 16px;
}

.tdo-l {
list-style-type: square;
list-style-type: disc;
padding: 0.5rem 0;
}

@media only screen and (max-width:480px) {
.tdo-l {
	font-size: 13px;
}
}


/*---------------------------------------------------------------
フォーム css
----------------------------------------------------------------*/

.cform {
width: 100%;
margin: 40px auto;
}

.cform th {
font-size: 14px;
width: 24%;
/*変なところで改行される場合はここの数字を変更します。*/
border-bottom: solid 1px #4293b8;
padding: 10px 0 10px 15px;
font-weight: normal;
text-align: inherit;
}

.cform tr {
border-top: solid 1px #4293b8
}

.cform td {
font-size: 14px;
line-height: 180%;
border-bottom: solid 1px #4293b8;
padding: 12px 5px;
}

.cform [type=submit] {
display: inline-block;
font-size: 20px;
padding: 10px 30px;
text-decoration: none;
background: #ff8f00;
color: #FFF;
border-bottom: solid 4px #B17C00;
border-radius: 3px;
}

.cform option, .cform textarea, .cform input[type=text], .cform input[type=email], .cform input[type=search], .cform input[type=url] {
width: 100%;
}

.required-srt {
font-size: 8pt;
padding: 5px;
background: #ce0000;
color: #fff;
border-radius: 3px;
margin-left: 10px;
vertical-align: middle;
}

@media only screen and (max-width:767px) {
.cform th, .cform td {
	width: 100%;
	display: block;
	border-top: none;
}
.cform th {
	border-bottom: 0px;
}
}

.submit-btn input, .submit-btn-blue input {
background: #4293b8;
width: 60%;
max-width: 280px;
min-width: 220px;
margin: 30px 10px;
display: block;
text-align: center;
padding: 10px;
color: #fff;
border-radius: 3px;
border: 1px solid #4293b8;
font-weight: 600;
transition: all .3s 0s ease-in-out !important;
}

.submit-btn-blue input {
background: #aebbc6;
border: 1px solid #aebbc6;
}

.submit-btn input:hover, .submit-btn-blue input:hover {
background: #eb9a8a;
border: 1px solid #eb9a8a;
}

.implant-form .flex {
justify-content: center;
}

.form-info {
font-size: 12px;
color: #4293b8;
}

@media (max-width: 68.75em) {
.menu-item-open-btn, .sub-menu>.menu-item-open-btn {
	display: none;
}
.menu-item-open-btn {
	right: 10%;
	top: calc(50% - 20pt);
}
.menu-item-has-children .menu-item-open-btn {
	display: block;
}
.sub-menu .menu-item-open-btn {
	display: none;
}
}


/*---------------------------------------------------------------
初めての方へ css
----------------------------------------------------------------*/

.first .wrap {
max-width: 1000px;
padding: 0 15px;
margin: 0 auto;
}

.calendar table {
background: #fff;
}

.calendar th, .calendar td {
padding: 6.4px !important;
padding: .4rem !important;
vertical-align: middle !important;
border-color: #3e464a !important;
text-align: center;
}

.first .table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}

.table thead th {
vertical-align: bottom;
/*---------------------------------------------------------------
border-bottom: 2px solid #eceeef;
----------------------------------------------------------------*/
}

.calendar .table-bordered {
border: 1px solid #eceeef;
}

.table-bordered td, .table-bordered th {
border: 1px solid #eceeef;
}

.table-bordered thead td, .table-bordered thead th {
border-bottom-width: 2px;
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
}

.text-right {
text-align: right!important;
}


/*---------------------------------------------------------------
price 料金表タブ
----------------------------------------------------------------*/

.tabSection {
margin: 0 auto;
}

.tab {
_position: relative;
text-align: center;
padding: 15px;
}

.top {
margin-bottom: -1px;
}

.bottom {
margin-top: -1px;
}

.tab li {
display: inline;
margin-right: 8px;
list-style: none;
}

.tab a {
display: inline-block;
padding: 12px 24px;
background: #F2EEE9;
text-decoration: none;
color: #444444;
_zoom: 1;
}

.tab li.act a {
background: #4293b8;
color: #fff;
}

.top .act a {}

.bottom .act a {}

@media only screen and (max-width:768px) {
.tab li {
	display: block;
}
.tab a {
	display: block;
	border: 2px solid #fff;
}
.tabSection .list .block {
	padding: 20px 0;
}
}


/*---------------------------------------------------------------
margin etc. css
----------------------------------------------------------------*/

.pt-20 {
padding-top: 20px;
}

.pb-5 {
padding-bottom: 3rem;
}

.pt-5 {
padding-top: 3rem;
}

.home .md-0 {
margin-bottom: 0px;
}

.mb-3 {
margin-bottom: 1rem;
}

.mb-5 {
margin-bottom: 3rem;
}

.mb-7 {
margin-bottom: 6rem;
}

.top-inner .mt-0 {
margin-top: 0px;
}

.mt-3 {
margin-top: 1rem;
}

.mt-5 {
margin-top: 3rem;
}

.mt-7 {
margin-top: 6rem;
}

.mt-20 {
margin-top: 20px;
}

.l-fot {
font-weight: 400;
}

.u-sp {
display: none !important;
}

.p-3 {
padding: 2rem 1rem !important;
}

.center-box {
	width: 50%;
	border: 1px solid #555145;
	background: #fff;
	box-shadow: none;
	display: block;
	margin: 24px auto 48px;
	padding: 48px;
}

@media only screen and (max-width:767px) {
.home .sp-mt-0 {
	margin-top: 0px;
}
.u-sp {
	display: inherit !important;
}
.center-box {
		width: 100%;
}
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
