@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');

:root {
  color-scheme: light!important;
}

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
  color: #1A1A1A;
}

ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
  margin: 0 auto;
}

.relative {
  position: relative;
}

/*予約ボタン*/
.reserve {
  display: block;
  width: 7vw;
  z-index: 100;
  position: fixed;
  left: calc(100vw - 8vw);
  top: calc(100vh - 8vw);
}

.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 40vw;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #607D8B;
	opacity: 0.8;
  z-index: 98;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li li {
	padding-left: 2rem;
}
.cp_offcm01 .cp_menu li li a {
	padding: 15px;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
  line-height: .75;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-40vw);
	        transform: translateX(-40vw);
  line-height: .75;
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 36px;
  color: #176594;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/*Loader*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

/*ヘッダー*/
#Navi {
  position: fixed;
  top: 0;
  width: 100%;
}

header {
  height: 10%;
  z-index: 1;
  background: #fff;
}

/*ヘッダーのジャンプ*/
.contents {
	padding-top: 10%;;
}
.contents_innner {
    padding-top: 10%;
    margin-top: -10%;
}

section {
  margin: 1.5rem 0;
  padding: 2rem 0;
}
h1#logo {
  margin: 0 auto;
  width: fit-content;
}
h1#logo img {
  margin: 0 auto;
  height: 8vh;
}
.logo {
  margin: 0 auto;
  width: 50%;
}
#FV {
  position: relative;
}
.copy {
  width: 100vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3vw;
  color: #FFF;
  background: rgba(0,0,0,.5);
  padding: .5rem 10vw;
  position: absolute;
  top: 25%;
  }
.news_block dt {
  padding: 1rem;
  pointer-events: none;
}
.news_block dd a {
  display: block;
  margin-top: -2.5rem;
  padding: 1rem 0rem 1rem 7rem;
  border-bottom: 1px dotted #ccc;
  color: #333;
  text-decoration: none;
}
.news_block dd a:hover {
  background: #E5F0F7;
}

.btn_oldnews {
  text-align: right;
  padding-right: 2rem;
  margin-top: 1rem;
	background: #FFF;
	color: #A5A5A5;
}
.btn_blue {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem;
  margin-top: 1rem;
	background: #176594;
	color: #FFF;
}

h2 {
  font-size: 4vw;
  margin: 3rem 0 0;
  padding: 3rem;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
h3 {
  font-size: 2vw;
  margin: 2rem 0;
  padding: 2rem 0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
h4 {
  font-size: 2vw;
  margin: 1rem 0;
  padding: 1rem 0;
  text-align: center;
}

footer {
  padding: 3rem 0 0;
  background: #176594;
  text-align: center;
}
.footerTxt {
  font-weight: bold;
  color: #FFF;
}

/*診療時間*/
.surgery {
  margin: 2rem auto 0;
  width: fit-content;
}
.surgery table , td, th {
	border: 1px solid #CCC;
	border-collapse: collapse;
  font-size: 1vw;
}
.surgery td, th {
	padding: 3px;
	width: 4vw;
	height: 5vh;
}
.tb_hl {
	font-weight: bold;
	background: #D1EDFF!important;
}
.surgery tr {
	background: #FFF;
}
.time {
  min-width: 10vw;
}
.blue {
	color: #176594;
}
.red {
	color: #C1272D;
}
.bold {
	font-weight: bold;
}

.mapImg {
  width: 50%;
  margin: 3rem auto;
  background: #FFF;
}

.copyright {
  color: #FFF;
}
.sns {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
}

.snsIcon {
  padding: 2vw;
  width: 17vh!important;
  margin: 0 0.5rem;
}

#accessMap img {
  margin: 0 auto;
  width: 100%;
}

#ourStyle {
  background: url("../img/top_bg.jpg")center center/cover;
}

.whiteTxt {
  color: #FFF;
}
.whiteBg {
  background: rgba(255,255,255,.5);
}

/*下層ページ*/
#headerArea {
  min-height: 25vh;
  width: 100vw;
  padding: 2rem 0;
  margin-top: 2rem;
}
.pageHeader {
  font-size: 5vw;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  color: #216491;
  margin: 0 auto;
}

/*PC対応*/
@media screen and (min-width: 1080px) {
  .sp {
  display: none;
  }
.inner {
  width: 60vw;
  margin: 0 auto;
  }
  .mainTxt {
  margin: 3rem;
  padding: 3rem;
  font-size: 1.25vw;
  letter-spacing: .25rem;
  }
.mainTxt p{
  margin: 0 auto 2rem;
  max-width: 60vw;
  line-height: 2.5rem;
  }
}

/*スマホ対応*/
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
  .copy {
    font-size: 6vw;
  }
  /*予約ボタン*/
  .reserve {
    width: 20vw;
    left: calc(100vw - 20vw);
    top: calc(100vh - 20vw);
  }

  header {
    height: 10vh;
    z-index: 99;
  }
  
  .cp_offcm01 .cp_menu li {
    font-size: 5vw;
  }
  .cp_offcm01 #cp_toggle01 ~ label::before {
    font-size: 10vw;
  }
  h1#logo img {
    margin: 0 auto;
    height: 8vh;
  }
  h2 {
    font-size: 11vw;
    letter-spacing: .3rem;
  }
  h3 {
    font-size: 7vw;
    letter-spacing: .1rem;
  }
  h4 {
    font-size: 7vw;
    letter-spacing: .1rem;
  }
  p {
    font-size: 5vw;
  }
  .information {
    min-height: 20vh;
    margin-left: 2rem;
    font-size: 5vw;
  }
  .mainTxt {
    margin: 3rem;
    padding: 2rem;
    font-size: 8vw;
    letter-spacing: .25rem;
  }
  .mainTxt p {
    margin-bottom: 2rem;
  }
    /*診療時間*/
  .surgery td, th {
    width: 5vw;
  }
  .time {
    min-width: 8vw;
  }
  
.btn_blue {
  width: fit-content;
  font-size: 5vw;
}

.surgery table , td, th {
  font-size: 4vw;
}
  
.surgery td, th {
	padding: 3px;
	width: 4vw;
	height: 5vh;
}
  /*下層ページ*/
  #headerArea {
    padding: 10vh 0;
    height: 10vh;
  }
}