@charset "utf-8";



/*　　Home / メインイメージ
-------------------------------------------------------*/
.main-img {
	position: relative;
	height: calc(100vh - 205px);
	max-height: 1000px;
	max-width: 100vw;
	overflow: hidden;
}
.slider-box {
	position: relative;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
	height: 100%;
  overflow: hidden;
}
.main-img .slide-img > img {
  object-fit: cover;
  height: calc(100vh - 205px);
	max-height: 1000px;
  width: 100%;
}
.main-img .swiper-slide-active .slide-img,
.main-img .swiper-slide-duplicate-active .slide-img,
.main-img .swiper-slide-prev .slide-img {
  animation: zoom-out 10s linear 0s 1 normal both;  
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.main-bg01 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15vw;
	max-height: 226px;
	background: url("../images/pages/main_bg01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
.main-bg01 .main-text-en {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	color: #fff;
	font-size:clamp(2rem, 1.5vw, 3rem);
	text-align: center;
}
.main-tab {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70vw;
	max-width: 1200px;
	z-index: 200;
}
.main-tab li {
	width: 31.666%;
}
.main-tab li:nth-child(2) {
	margin: 0 auto;
}
.main-tab li {
	transition-duration: 0.2s;
}
.main-tab li:hover {
	transform: scale(1.05);
	transform-origin: bottom center;
}
.main-tab li a {
	display: block;
}
.main-text {
	position: absolute;
	top: 28%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1200px;
	z-index: 30;
}
.main-text img {
	width: 30vw;
	max-width: 600px;
}
.main-tagline {
	position: relative;
	margin-top: 30px;
	padding: 10px 0;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.2em;
}
.main-tagline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	border-top: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
}
.main-tagline::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	border-top: 1px solid #5caaed;
	border-bottom: 1px solid #5caaed;
}
.main-tagline-text01 {
	color: #ff9933;
	font-size: 2.4rem;
	font-weight: 700;
}
.main-tagline-text02 {
	color: #5caaed;
	font-size: 2.4rem;
	font-weight: 700;
}
.main-tagline-text03 {
	color: #5caaed;
	font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.main-img {
	height: 60vw;
}
.main-img .slide-img > img {
  height: 60vw;
}
.main-bg01 {
	height: 18vw;
	max-height: 226px;
}
.main-bg01 .main-text-en {
	top: 15px;
	font-size: 1.6rem;
}
.main-tab {
	width: 90vw;
}
.main-text {
	top: 28%;
	left: 5%;
}
.main-text img {
	width: 40vw;
}
.main-tagline {
	font-size: 1.6rem;
	letter-spacing: 0.2em;
}
.main-tagline-text01 {
	font-size: 2rem;
}
.main-tagline-text02 {
	font-size: 2rem;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px) and (orientation : landscape) {
}

@media screen and (max-width: 767px){
.main-img {
	height: 152vw;
}
.main-img .slide-img > img {
  height: 152vw;
}
.main-text {
	position: absolute;
	top: 5%;
	width: 100%;
	text-align: center;
}
.main-text img {
	width: 80vw;
	max-width: 600px;
}
.main-tab {
	display: none;
}
.main-img .main-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px 15px;
	z-index: 200;
	background-image: url("../images/pages/main_bg01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main-img .main-btn li {
	display: block;
	margin-top: 10px;
}
.main-img .main-btn li:first-child {
	margin-top: 0;
}
.main-img .main-btn li a {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #282828;
	text-align: center;
	border-radius: 25px;
	border: 5px solid #fff;
	background-color: #fff;
	background-image: url("../images/common/arrow02.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
}
.main-img .main-btn li a:hover {
	color: #282828;
	background-color: #ffecdb;
}
.main-img .main-btn li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	border-radius: 25px 0 0 25px;
	border: 1px solid #ff9933;
	border-right: 0;
}
.main-img .main-btn li a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	border-radius: 0 25px 25px 0;
	border: 1px solid #5caaed;
	border-left: 0;
}
.main-img .main-btn li a span {
	font-size: 2rem;
}
.main-tagline {
	width: 90%;
	margin: 30px auto 0;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}
.main-tagline-text01 {
	font-size: 1.8rem;
}
.main-tagline-text02 {
	font-size: 1.8rem;
}
}

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



/*　　ページタイトルイメージ / パンクズ / ページナビ
-------------------------------------------------------*/
.page-image {
	position: relative;
	height: 20vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.page-title {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	color: #fff;
	line-height: 1.5;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.pankuzu {
	padding: 8px 0;
	font-size: 1.2rem;
	background: #f7f8f9;
}
.pankuzu.page-news {
	width: 100%;
	max-width: 730px;
	margin: 80px auto 0;
}
.pankuzu {
	color: #666;
}
.pankuzu span {
	margin: 3px;
}
.pankuzu span:first-child {
	margin-left: 0;
}
.pankuzu a {
	color: #666;
}
.pankuzu a:hover {
	color: #ff9933;
	text-decoration: underline;
}
.pagenav-btn {
	display: block;
	padding: 15px 30px;
	color: #282828;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 50px;
	background-color: #e2e4e6;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto, 100%;
	transition-duration: 0.2s;
}
.pagenav-btn:hover {
	color: #fff;
	background-color: #ff9933;
	background-image: url("../images/common/arrow03.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto, 100%;
	transform: scale(1.05);
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.page-image {
	height: 26vw;
}
.page-title {
	font-size: 2.6rem;
}
.pankuzu {
	font-size: 1rem;
}
.pagenav-btn {
	background-image: url("../images/common/arrow01_2.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px auto, 100%;
	transition-duration: 0.2s;
}
.pagenav-btn:hover {
	background-image: url("../images/common/arrow03_2.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px auto, 100%;
	transform: scale(1.05);
}
}

@media screen and (max-width: 767px){
.page-image {
	height: 30vw;
}
.page-title {
	font-size: 1.8rem;
}
.pankuzu {
	font-size: 1rem;
}
.pagenav-btn {
	background-image: url("../images/common/arrow01_2.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px auto, 100%;
	transition-duration: 0.2s;
}
.pagenav-btn:hover {
	background-image: url("../images/common/arrow03_2.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 12px auto, 100%;
	transform: scale(1.05);
}
}


/*　　お知らせ
-------------------------------------------------------*/
.news-category-list {
	margin-top: 10px;
}
.news-category-list li {
	margin: 10px 30px 0 0;
	padding-left: 26px;
	background-image: url("../images/common/icon_category.png");
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 20px auto;
}

.news-box {
	margin-top: 70px;
	border-bottom: 1px solid #ccc;
}
.news-list.page-list {
	margin-top: -30px;
}
.news-list {
	margin-top: 20px;
}
.news-list li {
	margin-top: 60px;
}
.news-list li a {
	display: block;
	color: #282828;
}
.news-list li a:hover {
	color: #ff9933;
	text-decoration: underline;
}
.news-list li a img {
	transition-duration: 0.2s;
}
.news-list li a:hover img {
	transform: scale(1.15);
}
.news-thumbnail {
	border-radius: 20px;
	overflow: hidden;
}
.news-list-date {
	margin-top: 15px;
	font-size: 1.4rem;
}
.news-list-txt01 {
	margin-top: 5px;
	font-weight: 700;
}
.news-detail-thumbnail {
	width: 200px;
	margin-right: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.news-detail-txt {
	flex: 1;
}
.news-img01 {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.news-detail-img01 {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content blockquote {
	font-style: italic;
	font-size: 1.6rem;
}
.news-detail-content h2 {
	position: relative;
	padding-left: 14px;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
}
.news-detail-content h2::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: linear-gradient(#ff9933 0%, #ff9933 50%, #5caaed 50%, #5caaed 100%);
}
.news-detail-content h3 {
	position: relative;
	padding-left: 14px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.5;
}
.news-detail-content h3::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	background: linear-gradient(#ff9933 0%, #ff9933 50%, #5caaed 50%, #5caaed 100%);
}
.news-detail-content h4 {
	font-weight: 700;
	font-size: 2rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}
.news-detail-content p {
	margin-top: 20px;
}
.news-detail-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}
.news-detail-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.news-box {
	margin-top: 50px;
	border-bottom: 0;
}
.news-list.page-list {
	margin-top: 0;
}
.news-list li {
	margin-top: 30px;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 160px;
	margin-right: 15px;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-content h1 {
	font-size: 2.4rem;
}
.news-detail-content h2 {
	font-size: 1.8rem;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.news-box {
	margin-top: 40px;
	border-bottom: 0;
}
.news-list {
	margin-top: 10px;
}
.news-list.page-list {
	margin-top: 0;
}
.news-list li {
	margin-top: 30px;
}
.news-list-date {
	font-size: 1.2rem;
}
.news-list-txt01 {
	font-size: 1.2rem;
}
.news-detail-thumbnail {
	width: 70%;
	margin: 0 auto 20px;
}
.news-detail-txt {
	width: 100%;
}
.news-img01 {
	margin-top: 30px;
	padding-bottom: 30px;
}
.news-detail-img01 {
	margin-top: 30px;
	padding-top: 30px;
}
.news-detail-content h1 {
	font-size: 2.2rem;
}
.news-detail-content h2 {
	font-size: 1.8rem;
}
.news-detail-content h3 {
	font-size: 1.6rem;
}
.news-detail-content h4 {
	font-size: 1.6rem;
}
.news-detail-content h5,
.news-detail-content h6 {
	font-size: 1.5rem;
}
}



/*　 Home
-------------------------------------------------------*/
.home-about {
	position: relative;
	background-image: url("../images/pages/about01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-about-box01 {
	max-width: 980px;
	margin: 0 auto;
	padding: 120px 12% 230px;
	background: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0) 90%);
	background-repeat: no-repeat;
	background-size: 100%;
}
.home-about-bg {
	padding: 40px 0 60px;
	background: #f7f8f9;
}
.home-about-box02 {
	position: relative;
	width: 818px;
	margin: 0 auto;
	padding: 90px 20px 20px;
	border-radius: 20px;
	border: 1px solid #5caaed;
	background-color: #fff;
}
.home-about-img01 {
	position: absolute;
	width: 490px;
	top: -180px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.home-find-map {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
.home-find-map .point {
	position: absolute;
	display: block;
	width: 28.070%;
	padding-top: 28.070%;
}
.home-find-map .point:hover {
	background-image: url("../images/pages/find_map_point.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
.home-find-map .point.sumidaku {
	top: 14.916%;
	left: 19.649%;
}
.home-find-map .point.kotoku {
	top: 41.856%;
	left: 19.649%;
}
.home-find-map .point.edogawaku {
	top: 25.570%;
	left: 54.035%;
}
.home-find-list li {
	transition-duration: 0.2s;
}
.home-find-list li:hover {
	transform: scale(1.05);
}
.home-area-img {
	position: relative;
	height: 38vw;
	overflow: hidden;
}
/* swiperの印刷用画像 */
.home-area-img-print {
	display: none;
	position: relative;
	z-index: 1;
}
.swiper-area-img .swiper-slide-active .slide-img,
.swiper-area-img .swiper-slide-duplicate-active .slide-img,
.swiper-area-img .swiper-slide-prev .slide-img {
  animation: zoom-out 10s linear 0s 1 normal both;  
}
.home-area-img .slide-img > img {
  object-fit: cover;
  height: 38vw;
  width: 100%;
}
.home-area-img .mask {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(#fff 0%, rgba(255,255,255,0) 35%);
	z-index: 10;
}
.area-text {
	position: absolute;
	bottom: -0.8vw;
	right: 2%;
	text-align: center;
	color: #f7f8f9;
	line-height: 1;
	font-size: 5vw;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-about-box01 {
	padding: 60px 12% 130px;
}
.home-about-bg {
	padding: 40px 0 60px;
}
.home-about-box02 {
	width: 90%;
	padding: 90px 20px 20px;
	border-radius: 20px;
}
.home-about-img01 {
	width: 350px;
	top: -120px;
}
.home-find-map {
	border-radius: 30px;
}
}

@media screen and (max-width: 767px){
.home-about-box01 {
	padding: 40px 10% 120px;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0) 100%);
}
.home-about-bg {
	padding: 30px 0 50px;
}
.home-about-box02 {
	width: 90%;
	padding: 50px 10px 20px;
	border-radius: 20px;
}
.home-about-img01 {
	width: 280px;
	top: -120px;
}
.home-find-map {
	border-radius: 25px;
}
.home-area-img .mask {
	display: none;
}
.area-text {
	bottom: -1.2vw;
	right: 2%;
	font-size: 8vw;
}
}



/*　Find 近くの精神科医療機関を探す
-------------------------------------------------------*/
.find-img01 {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}
.find-img01-txt {
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	color: #fff;
	font-size: 6.5rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.find-news-bg {
	position: relative;
	padding: 50px 0 50px;
	background: #fff3e8;
}
.find-news-bg::before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, #ff9933 0%, #ff9933 50%, #5caaed 50%, #5caaed 100%)
}
.find-news-bg::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(to right, #ff9933 0%, #ff9933 50%, #5caaed 50%, #5caaed 100%)
}
.find-news ul li {
	margin-top: 30px;
}
.find-news ul li a {
	display: block;
	color: #282828;
}
.find-news ul li a:hover {
	color: #ff9933;
	text-decoration: underline;
}
.find-news ul li a img {
	transition-duration: 0.2s;
}
.find-news ul li a:hover img {
	transform: scale(1.15);
}
.find-news-thumbnail {
	width: 20%;
	margin-right: 5%;
}
.find-news-thumbnail .trimming-box {
	padding-top: calc(100% - 10px);
	border-radius: 20px;
	border: 5px solid #fff;
	overflow: hidden;
}
.find-medical > li {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.find-medical > li a {
	color: #282828;
}
.find-medical > li a:hover {
	color: #ff9933;
	text-decoration: underline;
}
.find-medical > li a img {
	transition-duration: 0.2s;
}
.find-medical > li a:hover img {
	transform: scale(1.15);
}
.find-medical-thumbnail {
	width: 30%;
	margin-right: 5%;
}
.find-medical-thumbnail .trimming-box {
	border-radius: 20px;
	overflow: hidden;
}
.find-medical-txt-box {
	flex: 1;
	position: relative;
	padding-bottom: 50px;
	min-height: 172px;
}
.find-add {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.find-icon-tel {
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #ccc;
	background-image: url("../images/common/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left top 10px;
	background-size: 18px auto;
	
}
.find-icon-fax {
	padding: 5px 0 5px 25px;
	border-bottom: 1px dotted #ccc;
	background-image: url("../images/common/icon_fax.png");
	background-repeat: no-repeat;
	background-position: left top 10px;
	background-size: 18px auto;
}
.find-medical-service {
	margin-top: 10px;
}
.find-medical-service li {
	margin-right: 5px;
}
.find-medical-service li span {
	display: inline-block;
	padding: 0px 8px;
	color: #fff;
	border-radius: 5px;
}
.find-medical-service li .icon-cate01 {
	background: #00b259;
}
.find-medical-service li .icon-cate02 {
	background: #00b2b2;
}
.find-medical-service li .icon-cate03 {
	background: #0086b3;
}
.find-medical-service li .icon-cate04 {
	background: #0d6988;
}
.find-btn-more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.find-btn-more a {
	position: relative;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 25px;
	background-color: #e2e4e6;
	background-image: url("../images/common/arrow01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 5px auto;
	transition-duration: 0.2s;
}
.find-btn-more a:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #ff9933;
	background-image: url("../images/common/arrow03.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 5px auto;
	transform: scale(1.05);
}
.find-detail-name-box {
	position: relative;
	padding: 30px 5% 30px 30px;
}
.find-detail-name-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	border-radius: 25px 0 0 25px;
	border: 3px solid #ff9933;
	border-right: 0;
	z-index: -1;
}
.find-detail-name-box::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	border-radius: 0 25px 25px 0;
	border: 3px solid #5caaed;
	border-left: 0;
	z-index: -1;
}
.find-medical-detail-thumbnail {
	width: 20%;
	margin-right: 5%;
}
.find-medical-detail-thumbnail .trimming-box {
	border-radius: 20px;
	overflow: hidden;
}
.find-detail-name span {
	display: block;
}
.find-detail-name-data {
	display: block;
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #e6f4ff;
}
.find-detail-name01 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.find-detail-name02 {
	margin-top: 5px;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
}
.find-detail-furigana {
	margin-top: 10px;
	font-size: 1.4rem;
	color: #666;
	line-height: 1.4;
}
.find-detail-box01 {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	border: 1px solid #dedede;
}
.find-detail-box01-title {
	position: relative;
	padding: 15px 30px;
	background-color: #f7f8f9;
	z-index: -2;
}
.find-detail-box01-inner {
	padding: 0 30px 30px;
}
.find-accessmap {
	position: relative;
	height: 450px;
}
.find-accessmap iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.find-detail-icon {
	display: block;
	padding: 5px 5px 5px 40px;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 10px;
	background-color: #fff3e8;
}
.find-detail-icon.icon-add {
	background-image: url("../images/common/icon_add.png");
	background-repeat: no-repeat;
	background-position: left 13px top 9px;
	background-size: 14px auto;
}
.find-detail-icon.icon-access {
	background-image: url("../images/common/icon_access.png");
	background-repeat: no-repeat;
	background-position: left 10px top 7px;
	background-size: 20px auto;
}
.find-detail-icon.icon-map {
	background-image: url("../images/common/icon_map.png");
	background-repeat: no-repeat;
	background-position: left 10px top 7px;
	background-size: 22px auto;
}
.find-detail-icon.icon-tel {
	background-image: url("../images/common/icon_tel.png");
	background-repeat: no-repeat;
	background-position: left 10px top 8px;
	background-size: 20px auto;
}
.find-detail-icon.icon-fax {
	background-image: url("../images/common/icon_fax.png");
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
	background-size: 20px auto;
}
.find-detail-icon.icon-consultation {
	background-image: url("../images/common/icon_contact.png");
	background-repeat: no-repeat;
	background-position: left 10px top 9px;
	background-size: 20px auto;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.find-img01 {
	border-radius: 30px;
}
.find-img01-txt {
	font-size: 3.8rem;
}
.find-news-thumbnail {
	width: 30%;
}
.find-medical-txt-box {
	padding-bottom: 36px;
	min-height: 0;
}
.find-btn-more a {
	height: 26px;
	line-height: 26px;
	font-size: 1.2rem;
}
.find-medical-detail-thumbnail {
	width: 25%;
	margin-right: 5%;
}
.find-detail-name01 {
	font-size: 1.6rem;
}
.find-detail-name02 {
	font-size: 2.4rem;
}
.find-detail-furigana {
	font-size: 1.2rem;
}
.find-detail-box01-title {
	padding: 20px 30px;
}
.find-detail-box01-inner {
	padding: 0 30px 30px;
}
}

@media screen and (max-width: 767px){
.find-img01 {
	border-radius: 25px;
}
.find-img01-txt {
	font-size: 3.8rem;
}
.find-news-thumbnail {
	width: 30%;
}
.find-medical-txt-box {
	padding-bottom: 36px;
	min-height: 0;
}
.find-btn-more a {
	height: 26px;
	line-height: 26px;
	font-size: 1.2rem;
}
.find-detail-name-box {
	padding: 25px;
}
.find-detail-name-box::before {
	border-radius: 15px 0 0 15px;
}
.find-detail-name-box::after {
	border-radius: 0 15px 15px 0;
}
.find-medical-detail-thumbnail {
	width: 80%;
	margin-right: 0;
	margin-bottom: 15px;
}
.find-detail-name01 {
	font-size: 1.6rem;
}
.find-detail-name02 {
	font-size: 2.4rem;
}
.find-detail-furigana {
	font-size: 1.2rem;
}
.find-detail-box01 {
	border-radius: 15px;
}
.find-detail-box01::before {
	border-radius: 15px 0 0 15px;
}
.find-detail-box01::after {
	border-radius: 0 15px 15px 0;
}
.find-detail-box01-title {
	padding: 15px 20px;
}
.find-detail-box01-inner {
	padding: 0 20px 20px;
}
}



/*　東京都の精神科医療地域連携事業とは | サイトマップ
-------------------------------------------------------*/
.about-sek-img01 {
	border-radius: 50px;
	overflow: hidden;
}
.sitemap-img01 {
	width: 323px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.about-sek-img01 {
	width: 80%;
	margin: 0 auto;
	border-radius: 30px;
}
.sitemap-img01 {
	width: 230px;
}
}

@media screen and (max-width: 767px){
.about-sek-img01 {
	border-radius: 25px;
}
.sitemap-img01 {
	width: 190px;
}
}



/*　当サイトについて
-------------------------------------------------------*/
.about-site-box01 {
	position: relative;
}
.about-site-img01 {
	position: absolute;
	top: 0;
	right: 0;
	width: 48.5%;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
}
.about-site-txt01-box {
	min-height: 28.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.about-site-img01 {
	position: relative;
	top: 0;
	right: 0;
	width: 80%;
	margin: 30px auto 0;
	border-radius: 30px;
}
}

@media screen and (max-width: 767px){
.about-site-img01 {
	position: relative;
	top: 0;
	right: 0;
	width: 90%;
	margin: 30px auto 0;
	border-radius: 25px;
}
}




/*　　お問い合わせフォーム
-------------------------------------------------------*/
#autozip {
	color: #fff !important;
	background-color: #5caaed !important;
}
#autozip a {
	color: #fff !important;
}
.privacy-box {
	width: 100%;
	height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 12px; font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
.contactForm {
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.confirm-box .confirm-text {
	display: none;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
}
.required-bgcolor {
	background-color: #fff7f7;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm input[type="file"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 0;
}
.contactForm .select-menu {
	height: 40px;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-box {
	padding-top: 30px;
	text-align: center;
}
.contactForm .btn-send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 22px;
	width: 720px;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 10px;
	background-color: #5caaed;
	background-image: url("../images/common/arrow03.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 6px auto;
	transition-duration: 0.2s;
}
.contactForm .btn-send:hover {
  color: #fff;
	background-color: #ff9933;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	font-weight: 700;
	font-size: 2.4rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 22px;
	width: 720px;
	margin: 20px auto 0;
	cursor: pointer;
	color: #fff;
	border: 0;
	border-radius: 10px;
	background-color: #999;
	transition-duration: 0.2s;
}
.contactForm .btn-modify:hover {
  color: #fff;
	background-color: #666;
	transform: scale(1.05);
}
#form-error-message {
	padding: 20px;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
	text-align: center;
	margin: 20px 0;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm .btn-box {
	padding-top: 20px;
}
.contactForm .btn-send,
.contactForm .btn-modify {
	width: 80%;
	padding: 20px;
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.privacy-box {
  padding: 10px;
}
.contactForm .btn-box {
	padding-top: 10px;
}
.contactForm .btn-send {
	padding: 20px;
	width: 90%;
	font-size: 1.6rem;
}
.contactForm .btn-modify {
	padding: 20px;
	width: 90%;
	font-size: 1.6rem;
}
}



/*　　wpプラグイン ページナビ
-------------------------------------------------------*/
.works-pagenav {
	margin: 80px auto !important;
	padding: 10px 0 !important;
}
.wp-pagenavi {
	clear: both;
	padding: 10px 0 !important;
	text-align: center !important;
	background-color: transparent;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #dedede !important;
	border-radius: 5px !important;
	padding: 8px 18px !important;
	margin: 4px !important;
  color: #282828 !important;
	font-family: "Poppins", sans-serif;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #999 !important;
}
.wp-pagenavi a:hover {
	color: #282828 !important;
	border: 1px solid #ccc !important;
	background-color: #eef0f4 !important;
}
.wp-pagenavi span.current {
	font-weight: 700 !important;
	color: #fff !important;
	border: 1px solid #666 !important;
  background-color: #666 !important;
}
.wp-pagenavi .extend {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 6px 15px !important;
	margin: 3px !important;
}
}

@media screen and (max-width: 767px){
.works-pagenav {
	margin: 40px auto !important;
}
.wp-pagenavi {
	padding: 0 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 4px 10px !important;
	margin: 4px !important;
}
}