/*-------------------------------------------
共通
-------------------------------------------*/
@charset "utf-8";
html{
  font-size: 100%;
}
body{
  font-family: yu-gothic-pr6n, sans-serif;
  line-height: 24px;
  color: #2d2d2e;
  height: 100vh;
  overflow-x: hidden;
  margin: 0;
}
img{
  max-width: 100%;
}
ul {
  list-style: none;
}
a{
  text-decoration: none;
}
/* サイト全体のコンテンツ幅を設定 */
.container{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.container-right{
  margin-right: 0;
  margin-left: auto;
  max-width: 1220px;
}
/* Flex */
.flex{
  display: flex;
}
/* セクションタイトル */
.section-title{
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  color: #2d2d2e;
  
}
.section-title-ja{
  font-size: 2.25rem;
  margin-bottom: 10px;
  font-family: kinuta-maruminyoshino-stdn, serif;
}
.section-title-en{
  font-size: 1.125rem;
  font-weight: normal;
}

/*-------------------------------------------
header
-------------------------------------------*/

/* ヘッダートップ */

#header{
  margin-bottom: 100px;
}
.header-top-fixed{
  background: linear-gradient(rgba(180,196,213,1),rgba(180,196,213,0));
}
.header-logo{
  max-width: 230px;
}
.header-top{
  padding: 15px 0;
  justify-content: space-between;
  color: #182665;
}
.header-tel{
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.header-access{
  font-weight: normal;
}

/* ハンバーガーメニュー */
.openbtn{
  display: none;
}

/* グローバルナビ */
.glovalnavi{
  font-size: 1.25rem;
  color: #fff;
  height: 70px;
  background-color: #283673;
  padding: 0 120px;
  box-shadow: 0px 3px 10px #e1e1e1 inset,0px -3px 10px #e1e1e1 inset;/* y,影のサイズ,ぼかす範囲 */
}
.navi-menu{
  justify-content: space-between;
  line-height: 70px;
}

.navi-menu li a{
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: lighter;
  color: #fff;
  padding: 0;
  position: relative;
}
.navi-menu li.current a,
.navi-menu li a:hover{
	color:#fff;
}
.navi-menu li a::after{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 1%;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.7;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);/*X方向0、Y方向1*/
  transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.navi-menu.current a::after,
.navi-menu a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

/* sp用グローバルナビ */
.open-menu{
  display: none;
}
.mainvisual{
  width: 100vw;
}



/*-------------------------------------------
main
-------------------------------------------*/

/* 初診の方へ 
-------------------------------------------*/
.FirstVisit{
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.content-title{
  height: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 55px;
}
.content-title p{
  line-height: 80px;
  width: 80px;
  background-color: #283673;
  color: #fff;
  text-align: center;
}
.content-title h3{
  line-height: 80px;
  padding-left: 7%;
  padding-right: 7%;
  border-bottom: solid 2px #283673;
}

.container-right-under img{
  width: 50%;
}
.container-right-under{
  text-align: right;
}

/*--------------- 受診時の持ち物 ------------*/
.belongings{
  margin-bottom: 100px;
}
.belongings ol{
  list-style-position: inside;
}
.belongings li{
  margin-bottom: 40px;
}
.container-inner{
  width: 80%;
  margin: 0 auto;
}

/*--------------- 予約 --------------------*/
.reserve{
  margin-bottom: 100px;
}
.content-text{
  margin-bottom: 130px;
}
.tel-yoyaku{
  text-align: center;
}
.tel-no{
  font-family:kozuka-gothic-pr6n, sans-serif;
  font-size: 1.7rem;
  font-weight:bold;
  color: #283673;
  margin-bottom: 40px;
}
.yoyaku-button{
  width: 300px;
}
.yoyaku-button:hover{
  opacity: 0.7;
}

.content-img{
  margin-top: 60px;
}


/*-------------------------------------------
footer
-------------------------------------------*/
#footer{
  height: 50px;
  width: 100vw;
  background-color: #283673;
  color: #fff;
  text-align: center;
  line-height: 50px;
  /*border-top-left-radius:50px;
  border-top-right-radius:50px;*/
}





/*-------------------------------------------
tablet
-------------------------------------------*/
@media screen and (min-width:600px) and ( max-width:900px) {

/* ヘッダートップ */

.header-logo{
  width: 200px;
}

.header-tel{
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.header-access{
  font-size: 1rem;
  line-height: 1.2rem;
}

/* グローバルナビ */
  .glovalnavi{
    font-size: 1rem; /*12px*/
    border-bottom-left-radius:0px;
    border-top-left-radius:0px;
    padding: 0 5%;
    }
/* スクロールしたらグローバルナビ固定 */  
  .glovalnavi .fixed{
    position: fixed;/*fixedを設定して固定*/
    z-index: 2;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
  }

}






/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 599px) {

  /*-------------------------------------------
共通
-------------------------------------------*/
body{
  font-size: 14px;
  margin: 0;
}

/* セクションタイトル */
.section-title{
  text-align: center;
  margin-bottom: 60px;
}
.section-title-ja{
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.section-title-en{
  font-size: 0.8rem;
  font-weight: normal;
}


/*-------------------------------------------
header
-------------------------------------------*/

/* ヘッダートップ */
.header-top-fixed{
  position: fixed;
  z-index: 2;
  background: linear-gradient(rgba(167,200,237,1),rgba(167,200,237,0));
}

#header .container{
    width: 100vw;
    padding: 10px;
    margin: 0;
}
.header-logo{
  width: 200px;
}
.header-top{
  text-align: center;
}
.about{
  display: none;
}

/* ハンバーガーメニュー */
.openbtn{
  display: block;
  position: fixed;
  top:10px;
  right: 10px;
  cursor: pointer;
	cursor: pointer;
  width: 50px;
  height:50px;
  z-index: 4;/* 最前面に */
}
.openbtn span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 1.5px;
  border-radius: 2px;
  background: #525252;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* sp用グローバルナビ */
.open-menu{
  display: block;
  position: fixed;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background-color: rgba(17,97,216,0.7);
  font-size: 1.2rem;
  transition: all 0.6s;
  text-align: left;
  left: 100%;
}
.open-menu ul{
  position: absolute;
  top:30%;
  left:40%;
  transform: translate(-50%,-50%);
}
.open-menu li{
  padding: 10px 0;
  font-family: toppan-bunkyu-gothic-pr6n;
}
.open-menu a{
  color: #fff;
}
/*openクラスが付与されてmenuが開く*/
.open-menu.open{
  left: 0;
}

/* グローバルナビ */
.glovalnavi{
display: none;
}


/*-------------------------------------------
main
-------------------------------------------*/

/*------------------ 共通 -----------------*/

/* 初診の方へ 
-------------------------------------------*/
.FirstVisit{
  font-size: 1rem;
  line-height: 1.7rem;
}
.content-title{/* 「1.受診時の持ち物」「2.予約」 */
  height: 50px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 55px;
}
.content-title p{/* 「1」「2」 */
  line-height: 50px;
  width: 50px;
  background-color: #283673;
  color: #fff;
  text-align: center;
}
.content-title h3{/* 「受診時の持ち物」「予約」 */
  line-height: 50px;
  padding-left: 7%;
  padding-right: 7%;
  border-bottom: solid 2px #283673;
}
/* イメージ画像(下) */
.container-right-under img{
  width: 100vw;
}


/*--------------- 受診時の持ち物 ------------*/
.belongings{
  margin-bottom: 100px;
}
.belongings ol{
  list-style-position: inside;
}
.belongings li{
  margin-bottom: 15px;
}
.container-inner{
  width: 80%;
  margin: 0 auto;
  line-height: 1.35rem;
}

/*--------------- 予約 --------------------*/
.reserve{
  margin-bottom: 100px;
}
.content-text{
  margin-bottom: 100px;
}
.tel-yoyaku{
  text-align: center;
}
.tel-no{
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.yoyaku-button{
  width: 300px;
}
.yoyaku-button:hover{
  opacity: 0.7;
}

.content-img{
  margin-top: 60px;
}

}