/*
Theme Name: FuruClinic
Author URI: http://furu-clinic.jp
Description: 
Author:Pastel corporation
Version: 1.1
Tags:
Copyright: 
*/

@charset "utf-8";
html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body {
	font-weight: normal;
	font-style: normal;
	color: #333;
	background-color: #ffffff;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 12px;
	line-height: 175%;
	/*text-align: justify;	*/
}
h1,h2,h3,h4,h5,h6 {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 175%;
	color: #000;
}
footer {
	margin-top:60px;
	margin-bottom:30px;
	text-align: center;
	width:100%;
	max-width:780px;
	margin-left:auto;
	margin-right:auto;
}
footer img {
	width:80px;
	height:auto;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
footer img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}
.copyright {
	color:#666;
	padding-top:10px;
	margin-top:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	text-align: center;
}
.clear {
	width:100%;
	overflow:hidden;
	clear: both;
	height: 1px;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

.wrapper {
	width:100%;
	max-width:457px;
    margin: 0 auto;
	margin-top:120px;
}
.inner {
    max-width: 780px;
	width:100%;
    margin: 0 auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color:#000;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a:hover {
	color:#699;
	text-decoration: none;
}
/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
    margin: 0px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    /* font-size: 24px; */
	/* margin-left:12px; */
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 12px;
}
.firstnav {
	display:block;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 20px;
    height: 96px;
    background: #fff;
    background: rgba(255,255,255,.9);
}
#top-head.fixed .logo {
}
#top-head.fixed .logo a img {
	margin:0px;
	padding:0px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	width:196px;
	height:auto;
}

#top-head.fixed .logo a:hover img {
	margin:0px;
	padding:0px;
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	text-align: center;
	display: inline-block;
	height:42px;
	margin:4px 0 2px 0;
	padding: 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}
#top-head.fixed #global-nav ul li a img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#top-head.fixed #global-nav ul li a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}

.navmt {
	margin-top:4px;
	margin-bottom:7px;
}
.navmt img {
	height:14px;
	width:auto;
}
.navborder {
	border-right-width: 0px !important;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 768px) {
.firstnav {
	display:block;
}
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
    background: rgba(255,255,255,.9);
        width: 100%;
        height: 70px !important;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 2%;
        top: 8px;
        color: #333;
        font-size: 14px;
		margin-left:0;
    }
	#top-head.fixed .logo img {
		width:180px;
		height:auto;
		margin-left:0px;
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
       background: rgba(256,256,256,.95);
        width: 100%;
        text-align: left;
        padding: 0px;
		margin: 0px;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		margin:0px;
		padding:0px;
    }
#global-nav ul li {
        float: none;
        position: static;
    }
#top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 12px 0;
		text-align:left;
		height:auto;
		margin:0px;
	   border-bottom-width:1px;
	   border-bottom-style:solid;
	   border-bottom-color:#ccc;
	   border-right-width:0px;
    }
    #top-head.fixed #global-nav ul li a:hover {
       background: rgba(255,255,255,.8);
	   border-bottom-color:#000;
	   border-bottom-width:1px;
	}
    #top-head #global-nav ul li a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
    .navmt {
		display:inline-block;
		width:100px;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:1em;
    }
	.navmtsub {
		display:inline-block;
		vertical-align:top;
		margin-top:6px;
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(570px);
        -webkit-transform: translateY(570px);
        transform: translateY(570px);
    }
}
/* header end */

.mt60 {
	padding-top:60px;
}
.mt50 {
	padding-top:50px;
}
.mt40 {
	padding-top:40px;
}
.mt30 {
	padding-top:30px;
}
.mt20 {
	padding-top:20px;
}
/* home start */
.top-showcase {
	width:80%;
	max-width:457px !important;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:40px;
}
.top-showcase img {
	width:100%;
	height:auto;
}
.contents {
	/*  width:260px; */
	margin-left:auto;
	margin:20px;
}
.content {
	width:348px;
	margin-left:98px;
}
.medicalimage {
	width:100%;
	height:auto;
	max-width:348px;
}
.medicalimage02 {
	display:block;
	width:49%;
	float:left;
}
.medicalimage03 {
	display:block;
	width:49%;
	float:right;
}
.caption {
	width:100%;
	max-width:348px;
	text-align:right;
	padding-top:6px;
	line-height:100%;
}
.contents h3 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
}
.contents h4 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
}
.content h4 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
}
.contents h2 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
}
.content h3 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
}
.content h2 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
	margin-bottom:1.25em;
	font-size:14px;
}

.topbtn {
	/* width:296px; */
}
.homebtn {
	display:block;
	/* width:148px; */
	/* height:148px; */
	float: left;
}
.js-tilt {
	display:block;
	width:183px;
	height:183px;
	margin:10px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
/* .js-tilt:hover {
	width:132px;
	height:132px;
	margin:8px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
}*/
.js-tilt img {
	filter: alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
/* .js-tilt:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}*/
.js-tilt img {
	width:100%;
	height:auto;
}

.title {
	/* width:306px; */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.title img {
	height:32px;
	width:auto;
}
.contents h3:before {
	content:"｢";
}
.contents h3:after {
	content:"｣";
}
.news-area {
	margin-bottom:24px;
}
.ps {
	line-height:150%;
	margin-top:0.5em;
	font-size:10px;
}
.ps:before {
	content:"（※）";
	margin-left:-0.5em;
	margin-right:-0.5em;
	font-size:9px;
}
.topage {
	text-align:right;
}
.timetable table {
	width:100%;
	/* max-width:280px; */
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-bottom:0.75em;
}
.timetable table td {
	line-height: 100%;
	text-align: center;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
.timetable02 table {
	width:100%;
	max-width:280px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-bottom:0.75em;
}
.timetable02 table td {
	line-height: 100%;
	text-align: center;
	padding: 4px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	vertical-align: middle;
}
.s-size {
	font-size:9px;
	padding: 0px;
}
.map {
	width:100%;
	height:260px;
	margin-bottom:20px;
	border: 1px solid #666;
}
/* home end */

.showcase {
	padding-top:20px;
	width:100%;
	max-width:475px;
	margin-left:auto;
	margin-right:auto;
}
.showcase img {
	width:100%;
	height:auto;
}
.news-cara {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}
.news-cara img {
	width:50px;
	height:auto;
}

.doctor-image {
	display:block;
	width:260px;
	height:auto;
	margin-bottom:20px;
}
.tableview {
	display:table;
}
.year {
	display:table-cell;
	width:5.5em;
	vertical-align:top;
}
.discription {
	display:table-cell;
	width: calc(100% - 5.5em);
	vertical-align:top;
}

.equipment {
	width:401px;
	margin-left:50px;
	margin-right:auto;
	line-height:175%;
}
.equipment .leftside {
	width:113px;
	float:left;
}
.equipment .rightside {
	width:276px;
	float:right;
}
.equipment .leftside img {
	width:100%;
	height:auto;
}
.equipment .imageline01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom:0.5em;
}
.equipment .imageline02 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.equipment .imageline03 {
	border: 1px solid #666;
}

.equipment .equipment-title {
	margin-left:-20px;
	margin-bottom:0px;
}
.equipment .equipment-title img {
	height:32px;
	width:auto;
	margin-bottom:20px;
}
.equipment h4 {
	font-weight:700;
	margin-bottom:0.25em;
	margin-top:0;
}
.equipment h5 {
	font-weight:400;
	margin-left:-0.5em;
	margin-bottom:0.25em;
	margin-top:0.5em;
}
.equipment .equipment-under {
}
.equipment .equipment-under img {
	height:113px;
	width:auto;
}

.equipment02 {
	width:455px;
	margin-left:20px;
	margin-right:auto;
	line-height:125%;
}
.equipment02 .leftside {
	width:120px;
	float:left;
}
.equipment02 .rightside {
	width:320px;
	float:right;
}
.equipment02 .leftside img {
	width:100%;
	height:auto;
}
.equipment02 .imageline01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.equipment02 .imageline02 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.equipment02 .imageline03 {
	border: 1px solid #666;
}

.equipment02 .equipment-title {
	margin-left:-20px;
	margin-bottom:0px;
}
.equipment02 .equipment-title img {
	height:32px;
	width:auto;
	margin-bottom:20px;
}
.equipment02 h4 {
	font-weight:700;
	margin-bottom:0.25em;
	margin-top:0;
}
.equipment02 h5 {
	font-weight:400;
	margin-left:-0.5em;
	margin-bottom:0.25em;
	margin-top:0.5em;
}
.equipment02 .equipment-under {
}
.equipment02 .equipment-under img {
	height:120px;
	width:auto;
}

.gallery{
	width:272px;
	margin-left:auto;
	margin-right:auto;
}
.gallery-image {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:0.5em;
}
.gallery02{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.gallery-image {
	display:block;
	width:100%;
	height:auto;
	margin-bottom:0.5em;
}

.gallery-thumnail {
	width:68px;
	height:68px;
	float:left;
}
.gallery-thum {
	width:56px;
	height:56px;
	margin:6px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
}
.gallery-thum:hover {
	width:62px;
	height:62px;
	margin:3px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
}
.gallery-thum img {
	width:100%;
	height:auto;
}
.fukidashi {
	display: block;
	width: 200px;
	margin-left:auto;
	margin-right:auto;
	padding: 8px;
	border-radius: 5px;
	color: #000;
	margin-top:-20px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	border: 1px solid #999;
	background-color: #FFF;
    }
    .fukidashi:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      bottom: -19px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: #33cc99;
      border-width: 10px;
      pointer-events: none;
      content: " ";
    }
    .news-cara:hover + .fukidashi {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
    }
@media screen and (max-width: 475px) {
body {
	font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	text-align:left;
}
.wrapper {
	margin-top:50px;
}
.contents h3 {
	font-size: 16px;
}
.contents h4 {
	font-weight:700;
	margin:0;
	padding:0;
	color:#000;
	text-align:left;
}
.contents h2 {
	font-size: 16px;
}
.content h3 {
	font-size: 14px;
}
.content h2 {
	font-size: 14px;
}
.ps {
	font-size: 12px;
}
.content {
	width:264px;
	margin-left:auto;
	margin-right:auto;
}
.equipment .leftside, .equipment02 .leftside {
	margin-top:1em;
	width:113px;
	float:none;
}
.equipment .rightside, .equipment02 .rightside {
	width:276px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.equipment .equipment-under img, .equipment02 .equipment-under img {
	height:88px;
	width:auto;
}
.equipment .imageline01, .equipment02 .imageline01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom:1em;
}
.equipment .imageline02, .equipment02 .imageline02 {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.equipment .imageline03, .equipment .imageline03 {
	border: 1px solid #666;
}
}

/* css animation (prefixes are cut) */
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:1s;}
.d2 {animation-delay:2s;}
.d3 {animation-delay:3s;}
.d4 {animation-delay:4s;}
.d6 {animation-delay:6s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform:translate(0,100%) scale(0.5);
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	}
	50% {
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	opacity:0.2;
	}
	100% {
		transform:translate(0,0) scale(1);
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
}
.map02 {
	margin-bottom:1em;
	width:100%;
	height:160px;
	border: 1px solid #999;
}
.map02 img {
	width:100%;
	height:auto;
}
.mgname {
	line-height:125%;
	margin-bottom:0.5em;
	font-weight:700;
	color:#000;
}
.name {
	font-weight:normal;
	color:#333;
}

/* read-more 
.hide-text {
    display: none;
}*/
 
 
button.readmore {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    position: relative;
    height: 80px;
    width: 90px;
    margin: 40px auto;
	margin-top:0;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
	cursor : pointer;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
.on-click {
    /*color: transparent!important;*/
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.cellnew {
	display:block;
	margin-left:1em;
}
.cellnew::before {
	content:"●";
	margin-left:-1em;
}

.for-link {}
.for-link .harf {
    float: left;
    width: 47.5%;
    margin:1.25%;
    display: block;
}
.for-link .full {
    float: none;
    margin: 1.25%;
    margin-bottom: 2.5%;
    display: block;
    text-align: center;
}
.for-link .full span {
    text-align: left;
    display: inline-block;
}
.for-link .harf img, .for-link .full img {
    width: 100%;
    height: auto;
    margin-bottom: 2.5%;
}
a #piyopiyo {
	color:#00F !important;
  }
a:visited #piyopiyo {
	color:#00F !important;
  }
  a img:hover {
	opacity: 0.7;
  }

  /* 初期状態：隠れている */
.hide-text01 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

/* 展開状態 */
.hide-text01.open {
  max-height: 3000px; /* 内容に応じて大きめに調整してください */
}

/* 読み込みボタン */
button.readmore {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  height: 80px;
  width: 90px;
  margin: 40px auto;
  margin-top: 0;
  display: block;
  background-color: transparent;
  color: #666;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
}

/* 矢印記号（↓） */
button.readmore::after {
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: solid 3px #666;
  border-right: solid 3px #666;
  transform: rotate(135deg); /* 下向き矢印 */
  -webkit-transform: rotate(135deg);
  right: 28px;
  top: 25px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

/* ボタンクリック時の矢印回転（上向き） */
button.readmore.open::after {
  transform: rotate(-45deg); /* 上向き矢印 */
  top: 32px;
}

.hide-text01 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 3.2s ease; /* ← ここが滑らかさのポイント */
}

/* 展開時に付与されるクラス */
.hide-text01.open {
  max-height: 3000px; /* 実際の高さより少し多めに */
}