@charset "utf-8";
/*https://rico-notes.com/programming/html/header-responsive/#toc2*/
* {
   box-sizing: border-box;
}
/*body {
   margin: 0;
   padding: 0;
width: 100%;
}*/

header {
   padding: 10px 4% 10px;
   position: fixed;
   top: 0;
	height: 100px;
   width: 100%;
   background-color: transparent;
   display: flex;
   align-items: center;
	background: #FFFFFF;
/*background-color:rgba(255,255,255,0.8);*/
	/*background-color:rgba(255,233,233,0.7);*/
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;*/
	z-index: 100;
}
/*ｈ1と眼科サイトリンクボタン*/
.header_logo-link{
	display: flex;
}

h1 {
   margin: 0; padding: 0;
}
/*丸山眼科へのリンクテキスト*/
.maruyama-ganka-link{
	font-size: 13px;
	margin-top: 25px;
	padding-left: 10px;
}
.maruyama-ganka-link a{
	text-decoration: none;
	background-image:url("../image/web-link.svg");
	background-position: right;
	background-size: 15px;
	background-repeat: no-repeat;
	border-top: solid 2px #E4CCCC;
	border-bottom: solid 2px #E4CCCC;
	color:#554C4C;
	padding: 3px 18px 3px 5px;
	display: block;
	margin-left: 15px;
}
.maruyama-ganka-link a:hover{
	background-color: #F7E8E8;
}

@media screen and (max-width: 450px) {
h1 {
	width: 70%;
}

}

/*a {	
   text-decoration: none;
}*/
nav {
   margin: 0 0 0 auto;
}
.pc-nav ul {
   list-style: none;
   margin: 0;
   display: flex;
}
.pc-nav ul li {
	margin: 0;
	padding: 0;
}

/*メインビジュアル*/
.main-visual{
	max-width: 1920px;
	width: 100%;
	/*height: 600px;*/
	margin-top: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   /*height: 100vh;*/
   /*background: url("../image/keisei_top_image.png")top center / cover no-repeat;*/
}

.main-visual_sp{
	display: none;
}
@media screen and (max-width: 630px) {
/*ｈ1と眼科サイトリンクボタン*/
.header_logo-link{
	display: block;
	margin: 0;
}
	
h1 {
	max-width: 210px;
	width: 100%;
	}

/*丸山眼科へのリンクテキスト*/
.maruyama-ganka-link{
	font-size: 12px;
	margin-top: -10px;
	text-align: center;
	padding-left: 0px;
	background: #FDF2F2;
	margin-bottom: 8px;
	border-radius: 10px;
}
.maruyama-ganka-link a{
	text-decoration: none;
	background-image:url("../image/web-link.svg");
	background-position: right;
	background-size: 15px;
	background-repeat: no-repeat;
	border: none;
	color:#554C4C;
	padding: 3px 18px 3px 5px;
	display: inline-block;
}
}

@media screen and (max-width: 1000px) {
.main-visual{
	display: none;
	}
.main-visual_sp{
	display: block;
	margin-top: 100px;
	}
}



.sp-nav {
   display: none;
}

/*PC用ナビゲーション横並び*/
.pc-nav{
	display: flex;
}

.pc-nav ul li a {
	font-size: 18px;
	color: #82074C;
	/*color: #5B5B5B;*/
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 13px;
	display: block;
	/*padding: 0 20px;*/
}

/*PC用ナビ　ホバーでライン出現*/
.hover_line {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hover_line::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #82074C;
	transition: all 0.3s ease 0s;
}
.hover_line:hover {
	cursor: pointer;
}
.hover_line:hover::after {
	width: 100%;
}

/*電話番号*/
.header_tel{
	font-size: 33px;
	/*color: #90096E;*/
	color: #82074C;
	margin-left: 30px;
	border-left: solid 1px #8E8E8E;
	padding-left: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
}

.header_tel span{
	font-size: 15px;
}


@media screen and (max-width: 1305px) {
   .pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 5;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      /*height: 100vh;*/
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .8);
	  background-color: #FFE1E2;
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
	
/*ハンバーガー*/
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
	  background: #7E3C3D;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #7E3C3D;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 2px;
      background: #7E3C3D;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
	  z-index: 10;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
	  padding: 20px;
	  font-size: 18px;
	  color: #B9357E;
	   text-decoration: none;
   }
	.sp-nav li a:hover{
		background: #ECB7B8;
	}
   /*-閉じるアイコンー*/
	li.close span{
	   color: #707070;			
	}
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #707070;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #707070;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }

/*メインビジュアル*/

   h2 {
      text-align: center;
   }
}