@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*
// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.cormorant-<uniquifier> {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 200 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/

@font-face {
  font-family: "futura";
  src: url("../fonts/Futura Std Light.otf") format("opentype");
}

/*
背景#212121
フッター背景,問い合わせ,btn線#171717
フッター内問い合わせbtn#707070
フッター内テキスト#ddd
紺色#263245
グレー#e4e4e4
スター色#E7CB5B
ジンジャー色#ca6a2d
 */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}

header {
	position: relative;
	z-index: 4;
}
.header_nav {
	position: relative;
	z-index: 6;
}
.header_nav-bottom {
	position: relative;
	z-index: 5;
}
.main-slide {
	position: relative;/*
	z-index: 3;*/
}
main {
	position: relative;
	z-index: 2;
	margin-top: 20px;
}
footer {
	position: relative;
	z-index: 1;
}

/* ページトップ */
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  transition:all 0.3s;
}
#page-top a:hover{
  opacity: 0.8;
}
#page-top a img{
  width: 60px;
  height: 60px;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
#footer{
  position: relative;
  z-index: 2;
}


/* top-menu *//*
main .top-menu {
  background: #fff;
	padding: 30px 60px 0 60px;
	text-align: center;
	font-size: 20px;
	color: #000;
}
@media only screen and (min-width: 782px) and (max-width: 991px) {
	main .top-menu {
	font-size: 16px;
		letter-spacing: 0;
}
}
@media only screen and (max-width: 781px) {
main .top-menu {
	padding-left: 12px;
	padding-right: 12px;
}
}
main .top-menu .wp-block-column {
	background: #ebf7f5;
	border-radius: 30px;
	margin-top: 30px;
}
main .top-menu:where(.wp-block-columns.is-layout-flex) {
	gap: 30px;
}
main .top-menu:where(.wp-block-columns) {
	margin-bottom: 0 !important;
}
main .top-menu .wp-block-column figure {
	margin-bottom: 0;
}
main .top-menu .wp-block-column img:nth-of-type(1){
	margin-top: -30px;
	margin-bottom: 0;
}
main .top-menu .wp-block-column figure:nth-of-type(2) img{
	border-radius: 0 0 30px 30px;
	width: 100%;
	max-height: 640px;
  object-fit: cover;
}
main .top-menu .wp-block-column p {
	margin-bottom: 0;
	padding-bottom: 30px;
}
main .top-menu .wp-block-column p a {
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
	text-decoration: none;
	color: #000;
}
main .top-menu ul {
	display: flex;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
main .top-menu li {
	text-decoration: none;
	display: block;
	font-size: 20px;
	color: #000;
	background: #ebf7f5;
	border-radius: 30px;
	width: 25%;
	height: 110px;
	text-align: center;
}
main .top-menu li a {
	text-decoration: none;
	display: block;
	font-size: 20px;
	color: #000;
	background: #ebf7f5;
	border-radius: 30px;
	font-weight: 500;
	width: auto;
	text-align: center;
}
main .top-menu li a::before {
    content: '';
    display: inline-block;
    background-image: url("../images/topmenu01.png");
    width: auto;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}*/


/* footer-row *//*
#footer {
	margin-top: 100px;
}*/
#footer p {
	margin: 0;
}
#footer .footer-row {
	padding: 80px 0 30px 0;
	position: relative;
}
#footer .footer-row a {
	color: #3b3b3b;
}
#footer .footer-row .menu-item a:hover {
	text-decoration: underline;
}

#footer .footer-row ul {
	list-style: none;
	margin-bottom: 30px;
	padding-left: 0;
	display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
#footer .footer-row ul {
	flex-wrap: wrap;
}
#footer .footer-row li {
	width: 20%;
	text-align: center;
	margin-bottom: 20px;
}
#footer .footer-row ul li:nth-child(6){
	border-left: 1px solid #3B3B3B;
}
}
#footer .footer-row ul li:nth-child(1){
	border-left: 1px solid #3B3B3B;
}
#footer .footer-row li:nth-child(2){
}
#footer .footer-row li a {
	display: block;
	color: #3B3B3B;
	font-size: 13px;
	border-right: 1px solid #3B3B3B;
	padding: 0 10px;
}

#footer .footer-bottom .copyright {
	display: block;
	font-size: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

#footer .footer-row .footer-logo img {
  width: 370px;
	height: auto;
	margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
#footer .footer-row .footer-btn-top,
#footer .footer-row .footer-btn-bottom {
	margin-right: auto;
	margin-left: auto;
}
#footer .footer-row .footer-logo a {
	  text-align: center;
}
#footer .footer-row .footer-logo img {
  width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer-row ul {
	display: flex;
	flex-wrap: wrap;
}
#footer .footer-row ul li {
	width: 50%;
}
#footer .footer-row ul li:nth-child(6){
	border-left: none;
}

#footer .footer-row ul li:nth-child(1){
	border-left: none;
}
#footer .footer-row li:nth-of-type(even) a {
	border-right: none;
}/*
#footer .footer-row ul li:nth-child(3),
#footer .footer-row ul li:nth-child(5),
#footer .footer-row ul li:nth-child(7),
#footer .footer-row ul li:nth-child(9) {
	border-left: 1px solid #3B3B3B;
}*/
#footer .footer-row .menu-item a {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer .footer-row ul#menu-footer-main {
	margin-top: 60px;
}
#footer .footer-row ul#menu-footer-sub {
	margin-top: 60px;
  justify-content: center;
}
#footer .footer-row ul#menu-footer-sub li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer .footer-row ul#menu-footer-sub li:nth-of-type(odd) a {
	border-right: 1px solid #ddd;
	text-align: right;
}
#footer .footer-row ul#menu-footer-sub a {
	font-size: 10px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
}
}
@media only screen and (max-width: 1399px) {
main .top li a {
	font-size: 16px;
	margin-right: 40px;
	padding-right: 30px;
}

main .top li a::after {
    width: 20px;
    height: 20px;
}
}

@media only screen and (max-width: 575px) {
main .top-menu li a {
	font-size: 16px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/*
.footer-row .menu-item a::before {
  background: #212121;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.menu-item a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}*/

@media only screen and (max-width: 767px) {/*
.main-slide #metaslider_container_45 {  
  margin-top: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.header_inner {
  height: 60px !important;
	display: block;
}
.title img {
  width: auto;
	height: 40px;
	margin-top: 10px;
	margin-left: 20px;
}*/
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
}

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


/*ページタイトル*/
.page-title {
	margin-top: 140px;
	position: relative;
}
@media only screen and (max-width: 991px) {
.page-title {
	margin-top: 120px;
}
}
@media only screen and (max-width: 767px) {
.page-title {
	margin-top: 100px;
}
}
@media only screen and (max-width: 575px) {
.page-title {
	margin-top: 66px;
}
}
.page-title .pagetitle-bg-none {
	height: 120px;
}
.page-title .pagetitle-bg {
	height: 400px;
}
.page-title .pagetitle-bg img {
  width: 100%;
	height: 400px;
	object-fit: cover;
}
.page-title img.page-titleimg {
  width: auto;
	height: 40px;
  margin: 0;
  position: absolute;
  top: 44%;
	left: 80px;
}
.page-title h1,
.page-title div.page-singletitle,
.page-title p {
  color: #fff;
  font-size: 32px;
  margin: 0;
  position: absolute;
  top: 58%;
	left: 80px;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.page-title p {
  top: 40%;
  font-size: 56px;
}
.blog .page-title h1,
.post-type-archive-product .page-title h1,
.archive.date .page-title h1,
.archive.tag .page-title h1 {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
.page-title .pagetitle-bg-none {
	height: 40px;
}
.page-title .pagetitle-bg {
	height: 200px;
}
.page-title .pagetitle-bg img {
	height: 200px;
}
.page-title h1,
.page-title div.page-singletitle {
  font-size: 24px;
  top: 60%;
	left: 25px;
}
.page-title p {
  top: 40%;
  font-size: 32px;
	left: 25px;
}
.page-title img.page-titleimg {
	height: 24px;
	left: 25px;
}
}

/*ぱんくず*/
#breadcrumbs ul {
width: 100%;
font-size: 12px;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;/*
	padding-top: 20px;*/
	padding-bottom: 20px;
}
#breadcrumbs ul li {
display: inline-block;
vertical-align: top;
}
#breadcrumbs ul li a {
text-decoration: underline;
}
@media only screen and (max-width: 767px) {/*
#breadcrumbs ul {
	padding-top: 20px;
	padding-bottom: 0;
}*/
}

@media only screen and (max-width: 767px) {
.container {/*
	padding-right: 25px;
	padding-left: 25px;*/
}
}
/*サイドバー*/
#sidebar p,
#sidebar ul {
	margin-bottom: 0;
	line-height: 1rem;
}
#sidebar img {
	vertical-align: top;
}
#sidebar .image {
	margin-bottom: 10px;
}
#sidebar .menu-primary-container,
#sidebar .menu-secondary-container,
#sidebar .side-item {
	margin-top: 20px;
}

#sidebar .menu-primary-container a,
#sidebar .menu-secondary-container a {
	display: block;
	width: 220px;
	color: #3b3b3b;
	padding: 12px 20px;
	margin-left: 10px;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	position: relative;
}
#sidebar .menu-primary-container a:before,
#sidebar .menu-secondary-container a:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 4px;
	border-left: 6px solid #81a832;
	width: 6px;
	height: 22px;
}
.side-item {
    width: 240px;
    margin-bottom: 15px;
}
.side-item-body,
#sidebar .menu-primary-container li,
#sidebar .menu-secondary-container li {
    background-image: url("http://fujitodai-clinic.jp/wp-content/themes/grid2026sp/images/primary-menu-item.png");
    background-repeat: repeat-y;
}
.side-item-body p {
    padding: 10px 15px;
    text-align: left;
}
.side-item-body .title {
    margin-bottom: 5px;
}
.side-item-body .title .mini {
    font-size: 13px;
}
.side-item-body img {

}
.side-office-body .detail,
.side-office-body .address {
    font-size: 13px;
    margin-bottom: 10px;
}
.side-item-body img {
    margin: 10px 7px 0px 7px;
}
