@charset "UTF-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 200%;
	color: #2c2c2c;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    -webkit-text-size-adjust: none;
    word-break: break-all;
}

article {
    overflow: hidden;
}

img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

a {
    transition: all 0.1s ease 0s;
} 
a:hover {
    opacity:0.7;
    transition: all 0.1s ease 0s;
}

.sp-no {
	display: inline;
}
.pc-no {
	display: none;
}




/*カラー*/
.color-red {
    color: #ED4444;
}
.color-green {
    color: #3F7735;
}



/*見出し*/
h3.main-title {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 220%;
    line-height: 110%;
    color: #3F7735;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}
h3.main-title:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: inline-block;
  width: 70px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #B7D664;
  border-radius: 3px;

}

h4.main-title {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 140%;
    color: #3F7735;
    position: relative;
    margin-bottom: 20px;
    padding: 17px 17px 17px 30px;
    background-color: #F2F9E6;
    border-radius: 10px;
}
h4.main-title:after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 3px;
    height: calc(100% - 1em);
    background-color: #B7D664;
    border-radius: 4px;
}

h5.main-title{
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 140%;
    color: #3F7735;
    display: flex;  /* 横並びにする */
    align-items: center;  /* 垂直方向に中央 */
    text-align: center;  /* 文字のセンタリング(複数行になったとき用) */
    margin-bottom: 30px;
    }
/* 共通部分はまとめる */
    h5.main-title:before,
    h5.main-title:after{
    content:"";
    flex-grow: 1;  /* 線の伸び率 */
    border-bottom: 2px solid #B7D664;
    border-radius: 9999px;
}
/* 左側の線 */
h5.main-title:before{
    margin-right: 20px;  /* 線と文字の間のスペース */
    padding-left: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}
/* 右側の線 */
h5.main-title:after{
    margin-left: 20px;  /* 線と文字の間のスペース */
    padding-right: 15px;  /* 線の長さが、最低でも15px以上になるように余白をとる */
}

h6.main-title {
    position: relative;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 140%;
    color: #3F7735;
    margin-bottom: 30px;
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
}
h6.main-title:after {
    position: absolute;
    content: '';
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #B7D664;/*四角を作って*/
    border-radius: 2px;
}

/*sub-サブテキスト*/
.sub-main-text {
    line-height: 200%;
    text-align: center;
    margin-bottom: 50px;
}



/*基本リスト形式*/
ul.list {
    padding: 0 0 0 20px;
    list-style: none;
}
ul.list li {
    position: relative;
    margin-bottom: 10px;
}
ul.list li::after {
    display: block;
    content: '';
    position: absolute;
    top: .9em;
    left: -0.8em;
    width: 6px;
    height: 6px;
    background-color: #3F7735;
    border-radius: 100%;
}



/*サブページメイン画像*/
.main-img-area {
    width: 100%;
    margin-top: 130px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.main-img-title {
    position: absolute;
    top: 24%;
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000001A;
}
.main-img-title h2 {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 250%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #3F7735;
}
.main-pic-deco-area {
    position: absolute;
    bottom: -12px;
    right: -13px;
}
.main-pic-deco-area img {
    width: 37px;
}

.sub-main-pic-area {
    width: 100%;
}
.sub-main-pic-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: rgb(165 205 137 / 0.4);
}
.sub-main-pic-area:after {
  width: 100%;
  height: 100%;
}

.sub-main-pic-area img {
    width: 100%;
    height: 430px;
	object-fit: cover;
}

.main-img-area .main-img-deco {
    position: absolute;
    width: 100%;
    bottom:-1px;
}
.main-img-area .main-img-deco img {
    width: 100%;
}


@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .sub-main-pic-area img {
    height: 400px;
}
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .sub-main-pic-area img {
    height: 350px;
}
}



/*パンくずリスト*/
.breadcrumb-area {
}

.breadcrumb-box {
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 0;
    font-size: 75%;
    line-height: 180%;
}
.breadcrumb-box a {
    color: #3F7735;
    text-decoration: underline;
}
.breadcrumb-box a:hover {
    text-decoration: none;
}



/*共通エリア*/
.main-content-area-bg {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image: url("../img/sub/main-content-area-bg-bottom.jpg");
    background-position: bottom;
    background-repeat: repeat-x;
}
.main-content-area-bg-deco-bottom {
    position: absolute;
    width: 100%;
    bottom:0;
}
.main-content-area-bg-deco-bottom img {
    width: 100%;
}

.main-content-area {
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 220px;
    padding: 0;
}



/*基本ボタン*/
.linkbtn {
    text-align:center;
}
.linkbtn .decoration {
    position: relative;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 120%;
    line-height: 150%;
    padding:17px 60px 17px 60px;
    background-color: #3F7735;
    color: #fff;
    display: inline-block;
    border: 2px solid #3F7735;
    text-decoration: none;
    transition: all .3s;
    border-radius: 9999px;
}
.linkbtn .decoration:before,
.linkbtn .decoration:after {
    content: ""; /* 疑似要素に指定必須 */
    width: 11px; /* 線の長さを指定 */
    height: 2px; /* 線の幅を指定 */
    display: inline-block; /* インラインブロックにする */
    border-radius: 2px; /* 線を角丸にする */
    background-color: #fff;   /* 線の色を指定 */
    position: absolute; /* 相対位置に指定 */
    right: 20px; /* 右から10pxの位置に配置 */
    transition: all .3s;
}
.linkbtn .decoration:before {
  top: calc(57% - 9px);     /* 数値は微調整してください */
  transform: rotate(45deg); /* 45度回転させる */
}
.linkbtn .decoration:after {
  bottom: calc(57% - 9px);   /* 数値は微調整してください */
  transform: rotate(-45deg); /* -45度回転させる */
}
.linkbtn .decoration:hover {
    background-color: #fff;
    color: #3F7735;
}
.linkbtn .decoration:hover:before,
.linkbtn .decoration:hover:after {
    background-color: #3F7735;
}



/*予約ボタン*/
.web-contact-btn-area {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.web-contact-btn-area .btn a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 13px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web-contact-btn-area .btn.webyoyaku a {
    background-color: #3F7735;
    /*margin-right: 10px;*/
}
.web-contact-btn-area .btn.webmonshin a {
    background-color: #D2BA01;
}
.web-contact-btn-area .btn a img {
    margin-right: 15px;
}
/*headerボタンサイズ*/
.web-contact-btn-area .btn.hdr-web-contact-btn a {
    width: 200px;
}
/*footerボタンサイズ*/
.web-contact-btn-area .btn.ftr-web-contact-btn a {
    width: 200px;
}



/*サブナビゲーション*/
.sub-page-link {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 140px;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.sub-page-link li {
    width: 24%;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 1.3%;
}
.sub-page-link li:first-child {
    margin-left: 0;
}
.sub-page-link li a {
    position: relative;
    height: 100px;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 1px solid #B7D664;
    border-radius: 15px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 120%;
    line-height: 130%;
    color: #3F7735;
    background-color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.sub-page-link li a:before,
.sub-page-link li a:after{
    content: "";
    position: absolute;
    top: 52%;
    right: 7%;
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: #3F7735;
    transform-origin: 50% 1px;
}
.sub-page-link li a:before {
  transform: rotate(135deg);
}

.sub-page-link li a:after {
  transform: rotate(-135deg);
}

.sub-page-link li a:hover {
  position: relative;
  opacity: 0.8;
}

.sub-page-link-icon {
    width: 70px;
    height: 70px;
    margin: 0 15px 0 -5px;
    background-color: #F2F9E6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-page-link-icon img {
    height: 45px;
}



/*お知らせ：indexと共通部分*/
.news-list{
    list-style: none outside;
    margin: 20px 0 0;
    padding: 0;
}
.news-list .item{
    display: flex;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #D6D6D6;
}
.news-list .item .date{
    padding: 16px 10px 17px;
    min-width: 120px;
    line-height: 170%;
}
.news-list .item .category{
    margin: 0 20px 0 0;
    padding: 15px 0 17px;
    line-height: 160%;
}
.news-list .item .category span{
    text-align: center;
    display: inline-block;
    min-width: 110px;
    padding: 3px 18px 4px;
    font-size: 75%;
    line-height: 1;
    border-radius: 15px;
}
.news-list .item .category span.category-ippan {
    color: #3F7735;
    border: 1px solid #3F7735;
}
.news-list .item .category span.category-important {
    color: #ED4444;
    border: 1px solid #ED4444;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}

.news-list .item a {
    width: 100%;
    padding: 14px 0 17px;
    color: #2c2c2c;
    text-decoration: underline;
}
.news-list .item a:hover {
    opacity: 0.5;
    text-decoration: none;
}




/*アクセス*/
.access-area {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 80px;
}
.access-main-text {
    line-height: 200%;
    text-align: center;
    margin-bottom: 50px;
}
.access-main-text .font-b {
    font-size: 120%;
}

.access-info-area {
    position: relative;
    overflow: hidden;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
.access-info-area .access-info-img-box {
    width: 48.5%;
}
.access-info-area .access-info-img-box img {
    width: 100%;
    border-radius: 20px;
}

.gmap-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}
.gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 31%; /*16:9の比率にしたい場合、9/16=56.25%*/
    border: 1px solid #D6D6D6;
    border-radius: 20px;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/*iframe {
    display: block;
    width: 95%;
    max-width: 1200px;
    height: 370px;
    border-radius: 20px;
    margin: 0 auto;
}*/



/*ページトップに戻るボタン*/
.page-top {
    position: fixed;
    bottom: -30px;
    right: 0;
    cursor: pointer;
    z-index: 100;    
}
.page-top-btn {
    width: 70px;
    height: 70px;
    background-color: #3F7735;
    transform: rotate(45deg);
    position: relative;
    border-radius: 12px;
    margin: 13px 60px 60px 0;
}
.page-top-btn .text-box {
    width: 70px;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 400;
    font-style: normal;    
    color: #fff;
    transform: rotate(-45deg);
    text-align: center;
    position: absolute;
    top:25px;
    left: 7px;
}
.page-top-btn .text-box:before,
.page-top-btn .text-box:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 34px;
  width: 3px;
  height: 20px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: 50% 1px;
}

.page-top-btn .text-box:before {
  transform: rotate(45deg);
}

.page-top-btn .text-box:after {
  transform: rotate(-45deg);
}



/* footer */
footer {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    position: relative;
    padding: 170px 0 0;
    background-color: #F2F9E6;
}
footer .ftr-img-deco {
    position: absolute;
    width: 100%;
    top:-1px;
}
footer .ftr-img-deco img {
    width: 100%;
}

.ftr-content-area {
    position: relative;
    overflow: hidden;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.ftr-content-area .ftr-l-area {
    width: 380px;
    margin-right: 5%; 
}

.ftr-content-area .ftr-l-text {
    font-size: 70%;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 8px;
}

.ftr-content-area .ftr-logo {
    margin-bottom: 20px;
}
.ftr-content-area .ftr-logo img {
    width: 100%;
}

.ftr-content-area .ftr-address{
    margin-bottom: 12px;
}

.ftr-content-area .ftr-tel-fax{
    font-size: 140%;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 20px;
}
.ftr-content-area .ftr-tel-fax a:hover {
    opacity:1;
}

.ftr-content-area .ftr-r-area {
    width: 520px;
}


/*診療時間表*/
.medical-hours {
    width: 100%;
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 12px;
    display: block;
    border-collapse: collapse;
}

.medical-hours th, .medical-hours td {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #D6D6D6;
}
.medical-hours th {
    font-weight: 500;
}
.medical-hours th.title {
    width: 150px; 
    font-size: 150%;
    font-weight: 500;
    text-align: left;
    color: #3F7735;
    padding-left: 0;
}
.medical-hours td.title, .medical-hours td.time {
    font-size: 90%;
    text-align: left;
    color: #2c2c2c;
    padding-left: 0;
}
.medical-hours th.last, .medical-hours td.last {
    padding-right: 0;
}
.medical-hours tr.time-day {
    font-size: 110%;
    color: #3F7735;
}
.medical-hours tr.time-day .symbol {
    font-weight: 400;
    color: #2C2C2C;
}

.reception-hours {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
}
.ftr-r-area .reception-hours {
    font-size: 85%;
    line-height: 140%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.reception-hour-title {
    width: 90px;
    line-height: 180%;
    margin-right: 10px;
    padding: 0 10px;
    color: #3F7735;
    background-color: #F2F9E6;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reception-hour-title.ftr-color {
    background-color: #fff;
}
.reception-hours-text {
}
.reception-hours-text .text-border {
    padding-bottom: 2px;
    border-bottom: 1px solid #B7D664;
}
.reception-hour-info {
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 85%;
    line-height: 180%;
    display: flex;
    flex-wrap: wrap;
}

.reception-hour-info .text {
    margin-right: 17px;
}


ul.ftr-link {
    list-style: none;
    line-height: 110%;
    margin: 80px auto 55px;
    text-align: center;
    display: flex;
    justify-content: center;
}
ul.ftr-link li {
    display: flex;
}
ul.ftr-link li:after {
  background-color: #2c2c2c; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 2px; /* 線の高さ */
  width: 16px; /* 線の長さ */
  margin: 9px 15px; /* 文字との余白 */
  transform: rotate(-65deg); /* 傾ける */
}
ul.ftr-link li:last-child:after {
    content: none;
}
ul.ftr-link li a {
    color: #3F7735;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
ul.ftr-link li a:hover {
    text-decoration: underline;
}

.ftr-copyright {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;    
    font-size: 75%;
    text-align: center;
    color: #3F7735;
    padding: 13px 0;
    background-color: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1099px) {

.sub-page-link {
    justify-content: space-between;
}
.sub-page-link li {
    width: 49%;
    margin: 0 0 2% 0;
}
.sub-page-link li a br {
    display: none;
}

}

@media screen and (min-width: 769px) and (max-width: 1049px) {

.ftr-content-area {
    display: block;
}

.ftr-content-area .ftr-l-area {
    margin: 0 auto 50px;
    text-align: center;
}
    
.ftr-web-contact-btn {
    margin: 0 auto;
}
    
.ftr-content-area .ftr-r-area {
    margin: 0 auto;
}
    
}

