/*
Theme Name : ishikawanaika
Author: LIA
Description: 石川内科医院 2024/08 リニューアルデザイン
Version: 2.0
*/

@charset "utf-8";
@import url("css/reset.css");
@import url("css/common.css");

html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", "hiragino-kaku-gothic-pron", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #3F3F3F;
  width: 100%;
}

.w960 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
}

.w1200 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

header {
  background-color: #fff;
  box-shadow: 0 0 3px #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.headerInBox {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.headerLogo {
  width: 100px;
}

.logo {

}

.logo img {
  width: 100px;
}

.headerMenuBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.headerMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.headerMenu li {
  text-align: center;
}

.headerMenu li a {
  display: block;
}

.headerMenu li a span:first-child {
  font-size: 14px;
  display: block;
  padding-bottom: 2px;
  position: relative;
}

.headerMenu li a span:first-child::before {
  background: #008CD6;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.headerMenu li a span:first-child:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.headerMenu li a span:last-child {
  font-size: 12px;
  display: block;
  color: #008CD6;
  text-align: center;
  line-height: 1;
  padding-top: 3px;
}

.headerTel {

}

.headerTel a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.headerTel .headerTelImage {
  margin-right: 10px;
}

.headerTel .headerTelImage img {
  width: 42px;
}

.headerTel .headerTelText {
  font-size: 14px;
}

.headerTel .headerTelText span {
  color: #008CD6;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
}


/* common */
.container {
  width: 100%;
  margin-top: 100px;
  position: relative;
}


/* medicalhours */
.medicalhours {
  position: fixed;
  right: 0;
  top: 500px;
  z-index: 1000;
  display: flex;
  border-radius: 15px 0 0 15px;
}

.medicalhoursTitle {
  background-color: #008CD6;
  color: #fff;
  padding: 40px 30px;
  border-radius: 15px 0 0 15px;
  line-height: 1.25em;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.medicalhoursTitle span {
  width: 1em;
}


.medicalhoursTitle img {
  width: 15px;
}

.medicalhoursTable {
  padding: 40px 80px 40px 30px;
  background-color: #fff;
}

.medicalhoursTable table {
  width: 100%;
}

.medicalhoursTable tr {
  border-bottom: 1px solid #3F3F3F;
}

.medicalhoursTable th {
  padding: 10px;
  text-align: center;
}

.medicalhoursTable td {
  color: #008CD6;
  padding: 10px;
  text-align: center;
}

.medicalhoursTable p {
  font-size: 14px;
  margin: 5px 0 10px 0;
}


/* mainvisual */
.mainVisualBox {
  padding-top: 45px;
}

.mainVisualInBox {
  position: relative;
}

.mainVisualImageBox {
  position: relative;
}

.mainVisualImageBg {

}

.mainVisualImageBg img {
  max-width: 100%;
}

.mainVisualImageText {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
}

.mainVisualImageText img {
  max-width: 100%;
}

.mainVisualCopyright {
  position: absolute;
  left: -150px;
  top: 300px;
  transform: rotate(90deg);
  color: #008CD6;
  font-size: 14px;
}


/* info */
.infoBox {
  margin-top: 50px;
  margin-bottom: 60px;
}

.infoFlexBox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.infoInBox {
  background-color: #008CD6;
  border-radius: 15px;
  padding: 20px 50px;
  width: 70%;
}

.infoIn2Box {
  background-color: #b0def5;
  border-radius: 15px;
  padding: 40px 30px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.infoTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}

.infoTitle h2 {
  color: #fff;
  font-size: 24px;
}

.infoBt {

}

.infoBt a {
  background-color: #FCEE21;
  color: #008CD6;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  transition: 0.5s;
}

.infoBt a:hover {
  opacity: 0.5;
}

.infoList {
  border-top: 1px solid #fff;
}

.infoList a {
  border-bottom: 1px solid #fff;
  padding: 15px;
  position: relative;
  display: block;
}

.infoList a:after {
  position: absolute;
  content: "＞";
  font-size: 12px;
  right: 20px;
  top: 30%;
  color: #fff;
}

.infoList li {
  display: flex;
  transition: 0.5s;
}

.infoList li:hover {
  opacity: 0.5;
}

.infoEachDate {
  width: 90px;
  margin-right: 30px;
  color: #fff;
}

.infoEachTitle {
  color: #fff;
}

.infoTitle2 h2 {
  color: #3F3F3F;
  font-size: 24px;
  text-align: center;
  width: 100%;
}

.infoTitle2 h2 img {
  width: 100%;
  max-width: 45px;
  background-color: #fff;
  border-radius: 50%;
}

.infoList2 {

}

.infoList2 li {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.infoEachTitle2 {
  color: #3F3F3F;
  line-height: 1.7em;
}

.infoBt2 {
  width: 100%;
}

.infoBt2 a {
  background-color: #FCEE21;
  color: #008CD6;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  transition: 0.5s;
  width: 100%;
  display: block;
  text-align: center;
}

.infoBt2 a:hover {
  opacity: 0.5;
}


/* about */
.aboutBox {
  margin-top: 60px;
  margin-bottom: 60px;
}

.aboutInBox {
  text-align: center;
  position: relative;
}

.aboutInBox h2 {
  text-align: center;
}

.aboutInBox h2 img {
  height: 90px;
}

.aboutInBox h3 {
  font-size: 24px;
  margin: 35px;
}

.aboutInBox p {
  font-size: 14px;
  line-height: 2em;
}

.aboutInBox p img {
  max-width: 500px;
  margin-top: 2em;
  margin-bottom: 1em;
}

.aboutLeftTopImage {
  position: absolute;
  left: -50px;
  top: 0;
}

.aboutLeftTopImage img {
  width: 280px;
}

.aboutLeftBottomImage {
  position: absolute;
  left: 0;
  bottom: 25px;
}

.aboutLeftBottomImage img {
  width: 120px;
}

.aboutRightTopImage {
  position: absolute;
  right: 0;
  top: 50px;
}

.aboutRightTopImage img {
  width: 120px;
}

.aboutRightBottomImage {
  position: absolute;
  right: -100px;
  bottom: 50px;
}

.aboutRightBottomImage img {
  width: 270px;
}


/* guide */
.guideBox {
  background-color: #b0def5;
  background-image: url(images/guide_bg.svg);
  padding-top: 60px;
  padding-bottom: 60px;
}

.guideInBox {

}

.guideInBox h2 {
  text-align: center;
}

.guideInBox h2 img {
  height: 90px;
}

.guideList {
  display: flex;
  gap: 30px;
  margin-top: 35px;
}

.guideList li {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  border-radius: 20px;
}

.guideEachImage {

}

.guideEachImage img {
  max-width: 100%;
}

.guideEachTitle {
  margin: 15px 20px;
  font-size: 24px;
  color: #008CD6;
  font-weight: 700;
  line-height: 1.5em;
}

.guideEachText {
  font-size: 16px;
  margin: 15px 20px 20px 15px;
  line-height: 1.75em;
}


/* profile*/
.profileBox {
  margin-top: 60px;
  margin-bottom: 60px;
}

.profileInBox {

}

.profileInBox h2 {
  text-align: center;
}

.profileInBox h2 img {
  height: 90px;
}

.profileContents {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.rofileContentsLeft {
  width: 70%;
}

.profileName {
  margin-bottom: 15px;
}

.profileName span {
  font-size: 32px;
  font-weight: bold;
  margin-left: 1em;
}

.profileHistory {
  margin: 10px 0;
  line-height: 1.5em;
}

.profileHistory span {
  font-weight: bold;
  text-align: right;
  width: 6em;
  margin-right: 1em;
  display: inline-block;
}

.profileHistory2 {
  margin: 15px 0;
  line-height: 1.5em;
}

.profileContentsRight {
  width: 40%;
  margin-left: -10%;
}

.profileContentsRight img {
  max-width: 100%;
}


/* access */
.accessBox {
  background-color: #C3E7F9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.accessInBox {

}

.accessInBox h2 {
  text-align: center;
}

.accessInBox h2 img {
  height: 90px;
}

.accessInBox iframe {
  width: 100%;
  height: 350px;
  margin-top: 30px;
  border-radius: 15px;
}

.accessMapLink {
  text-align: right;
}

.accessMapLink a {
  font-size: 14px;
  text-decoration: none;
}

.accessTimeBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.accessTimeLeft {
  width: 48%;
  margin-right: 5%;
}

.accessTimeLogo {

}

.accessTimeLogo img {
  width: 100%;
}

.accessTel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

.accessTel span:nth-child(1) {
  background-color: #FCEE21;
  color: #008CD6;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  transition: 0.5s;
  margin-right: 5px;
}

.accessTel img {
  height: 30px;
}

.accessTel a {
  color: #008CD6;
  font-size: 30px;
  padding-left: 2px;
}

.accessAddress {
  margin: 15px 0;
}

.accessTimeRight{
  width: 47%;
}

.accessTimeRight table {
  width: 100%;
}

.accessTimeRight tr {
  border-bottom: 1px solid #3F3F3F;
}

.accessTimeRight th {
  padding: 10px;
  text-align: center;
}

.accessTimeRight td {
  color: #008CD6;
  padding: 10px;
  text-align: center;
}

.accessTimeRight p {
  font-size: 14px;
  margin: 5px 0 10px 0;
}


/* footer */
.footerSlider {
  margin: 30px 0;
  overflow: hidden;
}

.footerSlider img {
  max-width: 100%;
}

.copyright {
  text-align: center;
  margin: 30px 0;
  font-size: 14px;
}


/* news･newsEach */
.pageTitle {
  text-align: center;
  padding: 50px 0;
}

.pageTitle h1 {
  font-size: 40px;
  color: #3F3F3F;
  line-height: 2em;
}

.pageTitle h2 {
  font-size: 40px;
  color: #3F3F3F;
  line-height: 2em;
}

.pageTitle p {
  color: #008CD6;
}

.archiveBox {
  margin-bottom: 100px;
}

.archiveBox h1 {
  font-size: 24px;
  color: #3F3F3F;
  line-height: 2em;
  text-align: left;
  font-weight: 700;
}

.archiveList {
  border-top: #008CD6 dotted 2px;
}

.archiveListEach {
  border-bottom: #008CD6 dotted 2px;
}

.archiveListEach a {
  padding: 15px;
  display: block;
  transition: 0.5s;
}

.archiveListEach a:hover {
  opacity: 0.5;
}

.archiveListEachDate {
  font-size: 18px;
  line-height: 1.75em;
  color: #008CD6;
}

.archiveListEachTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75em;
}

.postDate {
  text-align: right;
  font-size: 18px;
}

.postBox {
  text-align: left;
  padding: 50px 0;
  line-height: 1.75em;
}

.postBox p {
  margin: 1.75em 0;
}

.postLink {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

.postLink li {

}

.postLink a {
  color: #008CD6;
  transition: 0.5s;
}

.postLink a:hover {
  opacity: 0.5;
}


/* ナビゲーション */
.navigation {
  text-align: center;
  margin: 50px 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.navigation .current {
  color: #fff !important;
  background: #008CD6;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.navigation .page-numbers {
  color: #008CD6;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 12px 7px 12px;
  text-decoration: none;
  margin: 0 5px;
  height: 36px;
  width: 36px;
  display: inline-block;
  border: 1px solid #fff;
}

.navigation .prev {
  border: 1px solid #008CD6;
  border-radius: 30px;
  padding-top: 4px;
  padding-bottom: 8px;
}

.navigation .next {
  border: 1px solid #008CD6;
  border-radius: 30px;
  padding-top: 4px;
  padding-bottom: 8px;
}


/* animation */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_fadein {
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.scroll_fadein.on {
  transform: translateY(0);
  opacity: 1.0;
}

.auto_scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.auto_scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.auto_scroll_fadein {
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.auto_scroll_fadein.on {
  transform: translateY(0);
  opacity: 1.0;
}

.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_leftup {
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_leftup.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.scroll_rightup {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_rightup.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.stiming02 {transition-delay: .2s;}
.stiming03 {transition-delay: .4s;}
.stiming04 {transition-delay: .6s;}
.stiming05 {transition-delay: .8s;}
.stiming06 {transition-delay: 1.0s;}
.stiming07 {transition-delay: 1.2s;}
.stiming08 {transition-delay: 1.4s;}
.stiming09 {transition-delay: 1.6s;}


@media all and (max-width: 959px) {
  /* SP */
  .pconly {
    display: none !important;
  }

  .w960 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .w1200 {
    padding-left: 10px;
    padding-right: 10px;
  }


  /* header */
  .headerInBox {
    width: 100%;
    padding: 10px 20px;
  }

  .logo img {
    height: 50px;
  }

  .headerMenuBox {
    align-items: center;
  }

  .headerSpMenuBox {
    display: none;
  }

  .headerSpMenuBox.active {
    display: block;
  }

  .headerTelBt {
    background-color: #008CD6;
    color: #fff;
    text-align: center;
    padding: 2px 5px 0 5px;
    border-radius: 5px;
  }

  .headerTelBt .headerTelImage {

  }

  .headerTelBt .headerTelImage img {
    height: 20px;
  }

  .headerTelBt .headerTelText {
    font-size: 10px;
  }

  #spMenuBt {
    display: block;
    height: 50px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 50px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }

  .menu-trigger span:not(.menuText) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #008CD6;
    border-radius: 1px;
  }

  .menuText {
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    letter-spacing: -0.5px;
    color: #008CD6;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 8px;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 18px;
  }

  .menu-trigger span:nth-of-type(3) {
    top: 28px;
  }

  .menu-trigger span:nth-of-type(4) {
    top: 33px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  .headerSpMenuBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  
  .headerSpMenuBox li {
    text-align: center;
    width: 100%;
  }
  
  .headerSpMenuBox li a {
    display: block;
  }
  
  .headerSpMenuBox li a span:first-child {
    font-size: 14px;
    display: block;
    padding-bottom: 2px;
    position: relative;
  }
  
  .headerSpMenuBox li a span:first-child::before {
    background: #008CD6;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .headerSpMenuBox li a span:first-child:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  
  .headerSpMenuBox li a span:last-child {
    font-size: 12px;
    display: block;
    color: #008CD6;
    text-align: center;
    line-height: 1;
    padding-top: 3px;
  }


  /* medicalhours */
  .medicalhours {
    position: fixed;
    right: 0;
    top: 45vh;
    z-index: 1000;
    display: flex;
    border-radius: 15px 0 0 15px;
    font-size: 14px;
  }

  .medicalhoursTitle {
    background-color: #008CD6;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px 0 0 15px;
    line-height: 1.25em;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .medicalhoursTitle span {
    width: 1em;
  }

  .medicalhoursTitle img {
    width: 13px;
    padding-bottom: 5px;
  }

  .medicalhoursTable {
    padding: 10px;
    background-color: #fff;
  }

  .medicalhoursTable table {
    width: 100%;
  }

  .medicalhoursTable tr {
    border-bottom: 1px solid #3F3F3F;
  }

  .medicalhoursTable th {
    padding: 8px 5px;
    text-align: center;
  }

  .medicalhoursTable td {
    color: #008CD6;
    padding: 8px 5px;
    text-align: center;
  }

  .medicalhoursTable p {
    font-size: 12px;
    margin: 5px 0 0 0;
  }



  /* mainvisual */
  .mainVisualBox {
    padding-top: 0;
  }

  .mainVisualImageText {

  }

  .mainVisualImageText img {
    
  }


  /* info */
  .infoBox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .infoFlexBox {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .infoInBox {
    padding: 15px;
    width: 100%;
  }

  .infoIn2Box {
    padding: 15px;
    width: 100%;
  }

  .infoTitle {
    padding-bottom: 15px;
  }

  .infoTitle h2 {
    font-size: 18px;
  }

  .infoTitle2 h2 img {

  }

  .infoBt a {
    padding: 5px 10px;
  }

  .infoList a {
    padding: 10px 15px 10px 0;
  }

  .infoList li {
    font-size: 14px;
    justify-content: flex-start;
  }

  .infoList a:after {
    right: 0;
  }

  .infoList2 li {
    font-size: 16px;
  }

  .infoEachDate {
    width: auto;
    margin-right: 15px;
  }

  .infoBt2 a {
    padding: 3px;
  }


  /* about */
  .aboutBox {
    margin-bottom: 150px;
  }

  .aboutInBox {
    padding-top: 200px;
  }

  .aboutInBox h2 img {
    height: 70px;
    max-width: 100%;
  }

  .aboutInBox h3 {
    font-size: 20px;
    line-height: 2em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .aboutInBox p {
    padding-left: 10px;
    padding-right: 10px;
  }

  .aboutInBox p img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .aboutLeftTopImage {
    position: absolute;
    left: -25px;
    top: -20px;
  }
  
  .aboutLeftTopImage img {
    width: 175px;
  }
  
  .aboutLeftBottomImage {
    position: absolute;
    left: 15px;
    bottom: -125px;
  }
  
  .aboutLeftBottomImage img {
    width: 100px;
  }
  
  .aboutRightTopImage {
    position: absolute;
    right: 10px;
    top: 50px;
  }
  
  .aboutRightTopImage img {
    width: 100px;
  }
  
  .aboutRightBottomImage {
    position: absolute;
    right: 50px;
    bottom: 0px;
  }
  
  .aboutRightBottomImage img {
    width: 200px;
  }


  /* guide */
  .guideInBox h2 img {
    height: 70px;
    max-width: 100%;
  }

  .guideList {
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
  }

  .guideList li {
    width: 100%;
    border-radius: 25px;
  }


  /* profile */
  .profileInBox h2 img {
    height: 70px;
    max-width: 100%;
  }

  .profileContents {
    flex-wrap: wrap;
  }

  .profileContentsLeft {
    width: 100%;
  }

  .profileContentsRight {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }

  .profileContentsRight img {
    width: 90%;
  }

  .profileHistory {
    font-size: 14px;
  }

  .profileHistory span {
    width: auto;
  }

  .profileHistory2 {
    font-size: 14px;
  }

  .profileName {
    text-align: center;
    margin-bottom: 30px;
  }


  /* access */
  .accessInBox h2 img {
    height: 70px;
    max-width: 100%;
  }

  .accessTimeLogo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .accessTimeLogo img {
    width: auto;
    max-width: 100%;
    height: 60px;
  }

  .accessTimeLeft {
    width: 100%;
    margin-right: 0;
  }

  .accessTel {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .accessAddress {
    font-size: 14px;
    text-align: center;
  }

  .accessTimeRight {
    width: 100%;
  }

  .accessTimeRight p {
    font-size: 12px;
  }


  /* news･newsEach */
  .pageTitle {
    text-align: center;
    padding: 20px 0 50px 0;
  }

  .pageTitle h1 {
    font-size: 24px;
  }

  .pageTitle h2 {
    font-size: 24px;
  }

  .archiveBox {
    margin-bottom: 100px;
  }

  .archiveBox h1 {
    font-size: 18px;
  }

  .archiveListEach a {
    padding: 10px;
  }

  .archiveListEachDate {
    font-size: 16px;
    line-height: 1.75em;
  }

  .archiveListEachTitle {
    font-size: 16px;
  }

  .postDate {
    font-size: 16px;
    line-height: 1.75em;
  }

  .postBox {
    font-size: 14px;
    line-height: 1.75em;
    padding: 20px 0 50px 0;
  }

  .postLink {
    gap: 30px;
  }


  /* animation */
  .scroll_leftup {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }

  .scroll_leftup.on {
    transform: translateY(0);
    opacity: 1.0;
  }

  .scroll_rightup {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }

  .scroll_tightup.on {
    transform: translateY(0);
    opacity: 1.0;
  }
}

@media all and (min-width: 960px) {
  /* PC */
  .sponly {
    display: none !important;
  }
}