@charset "UTF-8";




/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

.left{
	float:left;
}

.right{
	float:right;
}

.center{
	text-align:center;
}

.center_border{
	width:100%;
	display: inline-block;
	text-align:center;
	margin-left: 0 auto;
}

.ta_right{
	text-align:right;
}

.ltext{
	font-size:24px;
	
}

.stext{
	font-size:14px;
	
}

.xstext{
	font-size:12px;
	
}

.black{color:#333;}

.mtb10{
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mtb30{
	margin-bottom: 30px;
	margin-top: 30px;
}

.border-orange{
	display: inline-block;
	border:solid 1px #eb771e;
	padding:0.25em;
	margin-bottom: 0.25em;
}

/* 必要要素の初期設定 */

html {
  font-size: 62.5%;
   width: 100%;

}

body {
 width: 100%;
 margin: 0;
 padding: 0;
 color:#000;
font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
'Segoe UI',                  /* Windowsの欧文 */
'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
Meiryo,                      /* Windowsのメイリオ */
sans-serif;

}

a {
 text-decoration:none;
 color:#ef7521;
}

a:hover{
	color:#ffc000;
	opacity:0.8;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0;
 line-height: 1.1;
 letter-spacing:-1px;
}
p {
 margin: 0 0 1em;
 color: #444;
 font-size: 1.6rem;
 line-height: 2;
 text-align: left;
}
ul {
 margin: 0 ;
 padding: 0;
 list-style-position: inside;
}

img{
	vertical-align:top;
}

blockquote{
	font-size:16px;
	font-size:1.6rem;
	padding:0;
	margin:0;
	font-weight:normal;
	line-height:2em;
}



/* ベースレイアウト */

#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 160px 0 0 0;
}

#top-wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 200px 0 0 0;
}


header {
 padding: 0;
 background-color: #fff;
}

section {
 margin: 0;
}

footer {
 width: 100%;
 text-align: center;
}


/* 各要素のデザイン、レイアウト */

p.tagline {
 font-size: 1.4rem;
 text-align: center;
 text-transform: uppercase;
 color:#c90;
}
nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
nav ul li {
 display: block;
 width: 100%;
}
article {
 margin: 0;
}

aside.side h1 {
	text-align:center;
 font-size: 16px;
 font-size: 1.6rem;
 color: #fff;
 padding:4% 0;
}
aside.side ul {
 margin: 0;
}
aside.side ul li {
 font-size: 20px;
 font-size: 2.0rem;
 line-height: 1.5;
 color: #555;
}
aside.side ul li ul {
 margin: 0 0 0.3em 1.0em;
}
aside.side ul li ul li {
 color: #666;
}
small {
 font-size: 12px;
 font-size: 1.2rem;
 text-transform: uppercase;
}

table{
	width:100%;
	cell-padding:0;
	border:0;
}


p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
 }
.bold{
	font-weight: bold!important;
} 

 .w100{
	 width:100%;
 }

.text-box{
	display: flex;
}

.text-box ul{
	order:1;
	width:75%;
}
 
.text-box-r{
	order:2;
	width:20%;
}
 
 .supplement{
	 font-size:10px;
	 line-height:1.2em;
 }
 
 
 .fs18{
	font-size:18px;
	font-size:1.8rem;
}

.mb0 {margin-bottom: 0;} /* D210223 add */

.mb20{
	margin-bottom:20px;
	margin-bottom:2rem;
}

.mb40{
	margin-bottom:40px;
	margin-bottom:4rem;
}

.mr1{
	margin-right:1px;
 }
 
.pc_none{
	display: none;
}

.orange{
	color:#eb771e!important;
}

.green{
	color:#7EB74F!important;
}
.pink{
	color:#FF8298!important;
}
.sat{
	color:#0059ac;
}
.sun{
	color:#0059ac;
}
.holiday{
	color:#fe3300;
}

strong.holiday{
	font-weight: bold;
	color:#492c20;
}

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

#common-header{
	width:100%;
	position:fixed;
	height:200px;
z-index: 10000;
transition: .3s;
}

#common-header h1{
	display: block;
background:-webkit-linear-gradient(left, #ab7c42, #d3a245, #ab7c42);
background:-o-linear-gradient(left, #ab7c42, #d3a245, #ab7c42);
background:linear-gradient(to right, #ab7c42, #d3a245, #ab7c42);
	width:100%;
	height:30px;
	transition: .3s;
 }

#common-header.is-animation {
  height: 150px;
}


#h_text{
width:100%;
font-size:10px;
font-weight:normal;
padding:10px 0;
color:#fff;
}


header{
  	padding: 0;
	text-align:center;
	
 }
 
#header_inner {
	width:1200px;
	margin:0 auto;
	text-align:left;
	position:relative;
	z-index:2;
 }

#h_logo{
	width:216px;
	text-align: center;
	position:absolute;
	margin:0 auto;
	top:15px;
	bottom:15px;
	left:0;
	right:0;
	transition: .3s;
}

#h_btn{
	position: absolute;
	top: 20px;
	right: 0;
	text-align:right;	
}
#h_logo img,
#h_btn img{
	transition: .3s;
}



#h_btn li{
	list-style: none;
	margin-bottom: 10px;
}

#common-header.is-animation #h_logo img{
  width: 150px;
}

#common-header.is-animation #h_btn img{
  width: 250px;
}

#common-header.is-animation #h_btn li{
  margin-bottom: 5px;
}


#toggle{
	display:none;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 10px;
	z-index:9999;
}
.pagetop a {
	border-radius: 60px;
	height:60px;
	width:60px;
    display: block;
    background-color: #ef7521;
    text-align: center;
    color: #fff;
    font-size: 12px;
	font-weight: bold;
	line-height: 60px;
    text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.pagetop a:hover {
    display: block;
    background-color: #ffc000;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
 .pc {display: block;}
.md {display: none;}

/*----------- navi ----------- */



#menu_pc{
width:500px;
height:150px;
display:flex;
flex-flow:column wrap;
margin:5px 0;
}

#menu_pc li{
width:120px;
margin-top:10px;
}

#common-header.is-animation #menu_pc{
  height: 120px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
margin-top:6px;
  position: relative;
  width: 40px;
  height: 32px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ed751e;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

#top-header-nav{
	width:auto;
	margin:0 0 0 0;
	position:absolute;
	left:0px;
}

nav{
padding:0;
margin:0 auto;
}

 nav ul li a {
	width:auto;
	height:auto;
   float:left;
   margin: 0;
   padding:10px 0;
   text-align: center;
   display:block;
	color:#000;
	 font-size:14px;
	 font-weight:700;
	 border-bottom: dotted 1px #ccc;
 }
 
 nav ul li.current a{
	 border-bottom:solid 1px #ed751e;
 }
  nav ul li.nav2 a{
 }
  nav ul li.nav3 a{
 }
  nav ul li.nav4 a{
 }
   nav ul li.nav5 a{
 }

  nav ul li.h_reservation a{
	 display: block;
background:linear-gradient(to right, #16c284, #019f95);
	width:100%;
	height:30px;
	 border-bottom: none;
	  border-radius:30px;
	  color:#fff;
	  line-height: 30px;
 }
 
 nav ul li.nav1 a:hover{
	 opacity:1;
 }
  nav ul li.nav2 a:hover{
	 opacity:1;
 }
  nav ul li.nav3 a:hover{
	 opacity:1;
 }
  nav ul li.nav4 a:hover{
	opacity:1;
 }
   nav ul li.nav5 a:hover{
	opacity:1;
 }
 
 nav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 2px;
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  
}
 nav li:hover ul{
  visibility: visible;
  opacity: 1;
}
 nav li ul li a{
display:block;
width:150px;
height:0;
padding:100px 0 30px;
  background: #4fadea;
  text-align: center;
  text-indent:0;
  color:#fff;
  border:none;
  font-size:13px;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

nav li:hover ul li a{
	color:#fff;
	visibility: visible;
  opacity: 1;
}

nav li.nav2 ul{
	left:152px;
}

nav li.nav3 ul{
	left:302px;
}

nav li.nav5 ul{
	left:452px;
}

 nav li ul li.nav1_1 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu01_p1.jpg) no-repeat center 15px;
  
}
nav li ul li.nav1_2 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu01_p2.jpg) no-repeat center 15px;
}
nav li ul li.nav1_3 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu01_p3.jpg) no-repeat center 15px;
}
nav li ul li.nav1_4 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu01_p4.jpg) no-repeat center 15px;
}
nav li ul li.nav1_5 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu01_p5.jpg) no-repeat center 15px;
}
 nav li ul li.nav1_1 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu01_p1.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav1_2 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu01_p2.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav1_3 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu01_p3.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav1_4 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu01_p4.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav1_5 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu01_p5.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}

nav li ul li.nav2_1 a{

  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu02_p2.jpg) no-repeat center 15px;
}
nav li ul li.nav2_2 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu02_p1.jpg) no-repeat center 15px;
}
nav li ul li.nav2_3 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu02_p3.jpg) no-repeat center 15px;
}

 nav li ul li.nav2_1 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu02_p2.jpg) no-repeat center 15px;
  background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav2_2 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu02_p1.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav2_3 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu02_p3.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav3_1 a{

  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu03_p1.jpg) no-repeat center 15px;
}
nav li ul li.nav3_2 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu03_p2.jpg) no-repeat center 15px;
}
nav li ul li.nav3_3 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu03_p3.jpg) no-repeat center 15px;
}

 nav li ul li.nav3_1 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu03_p1.jpg) no-repeat center 15px;
  background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav3_2 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu03_p2.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav3_3 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu03_p3.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}

nav li ul li.nav5_1 a{

  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu05_p1.jpg) no-repeat center 15px;
  border-right:none;
}
nav li ul li.nav5_2 a{
  background: #4fadea url(https://www.hakusanhifuka.com/img/submenu05_p2.jpg) no-repeat center 15px;
  border-right:none;
}

 nav li ul li.nav5_1 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu05_p1.jpg) no-repeat center 15px;
  background-color: rgba(79,173,234,0.6);
}
nav li ul li.nav5_2 a:hover{
  background: url(https://www.hakusanhifuka.com/img/submenu05_p2.jpg) no-repeat center 15px;
   background-color: rgba(79,173,234,0.6);
}





 /*----------- PC footer ----------- */


#common-footer {
margin:0;
background:#492c20;
 padding:0;
 color:#fff;
font-weight: 500;
position: relative;
}

#footer_inner{
	width:1000px;
	margin:0 auto;
}

#footernavi{
	width:100%;
	background: #a87941;
	color:#fff;  
	padding:30px 0;
  text-align: center;
}

/* D210223 del start
#footernavi ul{
	width:1200px;
	text-align:center;
	margin:0 auto;
	padding:0;
	list-style:none;
	
}

#footernavi li a{
		width:150px;
	 display: block;
	float:left;
	 padding:5px 0;
	 color:#fff;
	 font-size:1.8rem;
	 
}

  D210223 del end  */

/* D210223 add start */
#footernavi ul{
	width:800px;
	text-align:center;
	margin:0 auto;
	padding:0;
	list-style:none;
	display: flex;
	justify-content: center;
}

#footernavi li a{
   width: 160px;
	 display: block;
	 float:none;
	 padding:5px 0;
	 color:#fff;
	 font-size:1.8rem;
}

/* D210223 add end   */


#footernavi li.fnavi_title a{
	font-size:1.4rem;
}

#footernavi li a:hover{
	opacity:0.8; 
	 
}


 #f_text{
font-size:12px;
font-weight:normal;
display:block;
padding:10px 25px 8px 0;
color:#fff;
}
 
#footer_info{
	width:50%;
	margin:0;
	
}

#footer_info_text{
	width:100%;
	margin:60px 0 45px;
	text-align:center;
	font-size:14px;
	line-height:1.4em;
	position:relative;
}

#footer_info_text h1{
	margin-top: 60px;
	margin-bottom:10px;
}

#footer_info_text p{
	font-size:13px;
	line-height:1.5em;
	color:#fff;
	width:100%;
	text-align:center;
	
}

#footer_info_text .f_contact_btn{
	position: absolute;
	top: 0;
	left: 200px;
	
}

#footer_info_text .f_contact_btn a{
	display: block;
	width:150px;
	height:auto;
	text-align: center;
	color:#fff;
	background: #72bc4c;
	padding:10px 0;
	line-height: 1em;
	margin-top:25px;
	font-weight:400;
	font-size:18px;
	border-radius: 5px;
}

#footer_info_text .license{
	font-size:10px;
	line-height: 1.2;
	
}



#f_corp{
	font-weight:bold;
}

#f_contact{
	display:none;
}




#footer_copy{
 padding:1em 0;
font-size:10px;
	font-weight: normal;
}



 
  /*----------- PC main ----------- */
 article.main {
  width: 1200px;
  padding: 0;
 }
 
 .common-contents {
  width: 1200px;
  margin: 0 auto 16px;
 }
 


 /*----------- PC slider ----------- */

 article.top_slider{
	 text-align:center;
	 background:#cef3ff;
	 margin:0;
	  padding:0;
 }
 
  article.top_slider ul{
	  width:100%;
	 margin:0 auto;
 }

.swiper-slide{
	list-style: none;
	width:1000px;
}
 
.swiper-slide img{
	width:100%;
}

.swiper-slide-next{
        opacity: 0.5;
      }
      .swiper-slide-prev{
        opacity: 0.5;
      }

.top_gallery{
	background:#78bc45;
	padding:40px 0 60px;
	margin: 0;
	text-align: center;
	
}

 
.top_gallery ul{
	width:1000px;
	 margin:40px auto 0;
	
}


 
 .top_gallery ul li{
	 margin:0 40px 0 0;
	 width:200px;
	 float:left;
 }
 

/*-----------TOP ----------- */
 
 

#top_about{
width:1000px;
	text-align: center;
margin: 80px auto 0;
}

#top_about_wrap{

	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 0;
}

#top_about_wrap >div{
width:480px;
}


#top_about h2{
	padding:60px 0;
	margin:0 auto;

}

.top_about_table{
	border-top:solid 1px #d3bca0;
}

.top_about_table th{
	background: #fbf8f5;
	border-bottom:solid 1px #d3bca0;
	padding:27px 0;
	font-size:18px;
}

.top_about_table td{
	border-bottom:solid 1px #d3bca0;
	padding:27px 0;
	font-size:18px;
}

.top_about_table td.orange{

	font-size:36px !important;
}

.top_about_table td.green{

	font-size:36px !important;
}

.top_about_table td.pink{

	font-size:36px !important;
}

.top_clinic{
	background: #fbf8f5;
	padding:40px;
	
}

.top_clinic h3{
	text-align: left;
	font-size:22px;
	color:#4a2c21;
	margin-bottom: 20px;
}

.top_clinic_table{
	background: #fbf8f5;
	
	color:#4a2c21;
}

.top_clinic_table th{
	font-size:18px;
	padding:15px 0;
	border-bottom:dotted 1px #d3bb9f;
	text-align: left;
}

.top_clinic_table td{
	font-size:18px;
	padding:15px 0;
	border-bottom:dotted 1px #d3bb9f;
	text-align: left;
}

.top_clinic_bnr{
}

.top_clinic_bnr li{
	list-style: none;
	margin-top: 20px;
	font-size:16px;
	padding:20px 0;
	font-weight: bold;
	line-height: 1.2;
}

.top_clinic_bnr li span{
	font-size:26px;
	
}

.top_clinic_bnr li span.ltext{
	font-size:32px;
	
}

.top_clinic_bnr .bnr1{
	background: #4f84c4;
	color:#fff;
}

.top_clinic_bnr .bnr2{
	background: #33b495;
	color:#fff;
}

#top_reservation{
	width:100%;
	text-align: center;
	background: #fbf8f5;
	
}

#top_reservation_wrap{
	width:1200px;
	margin:0 auto;
	background: url(https://www.hakusanhifuka.com/img/top_reservation_bg.png) no-repeat right bottom;
	text-align: left;
	padding:50px 0;
}

#top_reservation_wrap h2{
	margin-bottom: 22px;
}

.top_reservation_text dl{

}
.top_reservation_text dt{
	font-size:18px;
	font-weight: bold;
	color:#492c21;
	margin-bottom: 20px;
}

.top_reservation_text dd{
	font-size:16px;
	color:#492c21;
	margin:0 0 40px 0;
	padding:0;
	line-height: 1.6;
}

.top_reservation_btn{
	width:1000px;
	border-radius: 8px;
	box-shadow: 0 0 8px gray;
}

/*----------- 3point ----------- */
#top_3column{
	background:#fbf8f5;
}

#top_3column_wrap{
	width:1200px;
	padding:80px 0;
	margin:0 auto;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

#top_3column dl{
	width:360px;
}

#top_3column dl dd h3{
	color:#ed751e;
	font-weight: bold;
	font-size:18px;
	text-align: center;
	margin:40px auto;
}

#top_3column dl dd {
	margin:0;
	padding:0;
	
}
#top_3column dl dd p{
	font-size:14px;
	line-height:1.6em;
	color:#472d22;
}

.top_3columns_btn{
	margin-top:70px;
	text-align: center;
}

.top_3columns_btn a{
	width:200px;
	padding:15px;
	border:solid 2px #ed751f;
	border-radius: 30px;
	color:#ed751f;
	margin:0 auto;
	font-size:16px;
}


/*----------- infomation ----------- */



#top_news{
	width:100%;
	height:auto;
	padding:80px 0;
	background:#fff;
	position:relative;
	text-align: center;
}

#top_info{
	width:100%;
	margin:0 auto;
	position:relative;
	padding:20px 0;
	display: flex;
	border-bottom:dotted 1px #d2bc9f;
	text-align: center;
}

#top_info_wrap{
	width:1000px;
	height:280px;
	overflow: auto;
	margin:40px auto;
	
}

#page_info_wrap{
	width:1000px;
	height:auto;
	overflow: auto;
	margin:40px auto;
	
}

.page_info_box{
	width:1000px;
  display: -webkit-inline-flex;
	margin:0 auto 40px;
  justify-content: center;
  position: relative;
  font-size: 16px;
	
}

.page_info_box li{

list-style: none;

}

.page_info_box li a{
	display: inline-block;
	width:auto;
	padding:1em 0.75em;
	background: rgba(255,174,0,1.00);
	margin:0 0.5em;
	color:#fff;
	border-radius: 10px;
}


#top_info dt{
	width:auto;
	color:#492d1f;
	font-size:14px;
}

#top_info dd{
	width:auto;
	color:#492d1f;
	font-size:14px;
}



#top_info ul{
	list-style:none;
	padding:0 20px;
	margin:0;
	font-size:1.8rem;
}

#top_info li{
	border-bottom:dotted 1px #fff;
	padding:20px 0 20px 60px;
	position:relative;
}

#top_info li:last-child{
	border-bottom:none;
	
}

#top_info .news_new img{
	
	vertical-align:middle;
}

#top_info .news_new{
	width:50px;
	margin-right:1em;
	position:absolute;
	top:15px;
	left:0;
}

#top_info .date{
	font-size:1.4rem;
	display:inline-block;
	color:#fff;
	font-weight:bold;
	width:10%;
	vertical-align:top;
	text-align:right;
	margin-right:1em;
}

#top_info .top_info_text{
	font-size:1.4rem;
	display:inline-block;
	width:85%;
	vertical-align:top;
}

.top_info_btn a{
	width:200px;
	padding:15px;
	border:solid 2px #ed751f;
	border-radius: 30px;
	color:#ed751f;
	margin:0 auto;
	font-size:16px;
}



#top_qa{
	width:1200px;
	margin: 0 auto;
	padding:80px 0;
	text-align: center;
}

#top_qa_wrap{
	width:1200px;
	padding:70px 0 0;
	margin:0 auto;
	display: flex;
	justify-content: space-between;

}

#top_qa dl{
width:30%;
padding:0 1.5%;
border-left:solid 1px #d3bca0;
}

#top_qa dl:last-child{
border-right:solid 1px #d3bca0;
}

#top_qa dd{
	margin: 30px 0 0 0;
	text-align: left;

}

#top_qa dd ul li{
	list-style: none;
margin: 0 0 10px 0;
font-size:16px;
padding:10px 10px 10px 40px;
background: url(https://www.hakusanhifuka.com/img/top_qa_icn.png) no-repeat left center;
}
#top_qa dd ul li a
{
	
color:#492b20
}





 /*----------- PC 下層ページ ----------- */
 
.page_header{
	padding:8em 0;
	background: #fff5df;
}

.page_header h2{
	text-align: center;
	font-size:36px;
	color:#a87941;
	letter-spacing:0.5em;
	font-weight: normal;
}
 
#page_common{
	 width:1000px;
	 margin:60px auto;
	font-size: 16px;
	color: #492c20;
 }

#page_common p{
	font-size: 16px;
	color:#492c20;
 }

#page_common h3{
	font-size:28px;
	text-align: center;
	color:#ed771d;
	letter-spacing: 0.25em;
	margin-bottom: 60px;
}

/* D210223 add start */
#page_common h3.green{
	font-size:28px;
	text-align: center;
	color:#7eb74f;
	letter-spacing: 0.25em;
	margin-bottom: 60px;
}
 
/* D210223 add end   */


.common_page_wrap{
	margin:20px auto 0px;
	font-size:16px;
	display: flex;
	justify-content: space-between;
}


.common_page_wrap p{

	font-size:16px;
color:#492c20;
}




#page_common h4{
	font-size:24px;
	text-align: left;
	color:#a87941;
	letter-spacing: 0.25em;
	border-bottom:dotted 1px #a87941;
	padding:0.25em 0 0.25em 1em;
	position:relative;
	margin-bottom: 0.5em;
}

#page_common h4:before{
	content: "■";
	position:absolute;
	color: #ed771d; 
	left:0px;
	top:30%;
	font-size:16px;
}

/* D210223 add start */
#page_common h4.green{
	font-size:24px;
	text-align: left;
	color:#5B7E3C;
	letter-spacing: 0.25em;
	border-bottom:dotted 1px #5B7E3C;
	padding:0.25em 0 0.25em 1em;
	position:relative;
	margin-bottom: 0.5em;
}

#page_common h4.green:before{
	content: "■";
	position:absolute;
	color: #7eb74f; 
	left:0px;
	top:30%;
	font-size:16px;
}
/* D210223 add end   */


#page_common h5{

	font-size:20px;
	color:#ed771d; 
	font-weight: bold;
	letter-spacing: 0.25em;
	padding:0.25em 0 0.25em;
	margin: 0 auto;

}

#page_common h6{
	font-size:18px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.25em;
	padding:0;
	margin-bottom:1em;
}

.wrap_68per{
	width:68%;
}


.wrap_58per{
	width:58%;
}

.wrap_48per{
	width:48%;
}

.wrap_38per{
	width:38%;
	
}


.wrap_28per{
	width:28%;
}
 
 
.wrap_58per img,
.wrap_48per img,
.wrap_38per img,
.wrap_28per img{
	width:100%;
}

.box01{
	background: #fbf8f5;
	padding:1em;
	margin-bottom: 2em;
}

.box01 dt{
	font-size:18px;
	font-weight: bold;
	padding:0 0 0.5em 0;
	margin-bottom: 0.5em;
	border-bottom:dotted 1px #a87941;
}

.box01 dd{
padding:0;
margin:0;
line-height: 1.6;
}

/* D210223 add start */
.box01 .boxtitle{
	font-size:18px;
	font-weight: bold;
	padding:0 0 0.5em 0;
	margin-bottom: 0.5em;
	border-bottom:dotted 1px #a87941;
}

.box01 ul li {line-height: 2 !important;}

/* D210223 add end   */


.box02{
	border:5px solid #fbf8f5;
	padding:1em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.box02 dt{
	position: relative;
	display: block;
	font-size:18px;
	font-weight: bold;
	padding:0.25em 0 1em 2.5em;
	
	margin-bottom: 0.5em;
	border-bottom:dotted 1px #a87941;
	vertical-align: middle;
}

.box02 dt:after{
	display: block;
	width:30px;
	height:30px;
	position:absolute;
	content:"Q";
	background: #ed751e;
	color:#fff;
	border-radius: 30px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	
	
}

.box02 dd{
	position: relative;
	display: block;
	font-size:16px;
	line-height: 1.6;
	padding:0 0 0 2.5em;
	
	margin:0;
	vertical-align: middle;
}

.box02 dd:after{
	display: block;
	width:30px;
	height:30px;
	position:absolute;
	content:"A";
	background: #f6ab00;
	color:#fff;
	border-radius: 30px;
	top:0;
	right:0;
	bottom:0;
	left:0;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-weight: bold;
	font-size:18px;
}

.box02 ul{
	margin-top: 1em;
}

.box02 li{
	list-style: outside;
	margin-left: 1.5em;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

.box03{
	border:5px solid #ffe3a4;
	padding:1em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.box03 dt{
	position: relative;
	display: block;
	font-size:18px;
	font-weight: bold;
	padding:0.25em 0 1em;
	
	vertical-align: middle;
}



.box03 dd{
	position: relative;
	display: block;
	font-size:16px;
	line-height: 1.6;
	padding:0 0 0 0;
	
	margin:0;
	vertical-align: middle;
}




.page_info_btn a{
	display: block;
	width:50%;
	padding:15px;
	border:solid 2px #ed751f;
	border-radius: 30px;
	color:#ed751f;
	margin:1.5em auto;
	font-size:16px;
	text-align: center;
}

.page_info_border{
	display: block;
	width:100%;
	padding:1rem 0;
	border:solid 2px #ed751f;
	border-radius: 30px;
	color:#fff;
	margin:1.5em auto;
	font-size:24px;
	text-align: center;
	background:  #ed751f;
}
 
/* D210223 add start */ 
.page_info_border_g{
	display: block;
	width:100%;
	padding:1rem 0;
	border:solid 2px #7eb74f;
	border-radius: 30px;
	color:#fff;
	margin:1.5em auto;
	font-size:24px;
	text-align: center;
	background:  #7eb74f;
}
/* D210223 add end */ 
 
 
 #bread{
	 font-size:12px;
	 padding:20px 0;
	 line-height:1em;
 }
 
 #bread a{
	 color:#e31414;
	 text-decoration:underline;
 }
 
  #bread a:hover{
	text-decoration:none;
 }

.biyou_table_wrap{
	display: flex;
	justify-content: space-between;
}

.biyou_table{
	
	background: #fbf8f5;
	border-top:solid 1px #d3bb9f;
border-left:solid 1px #d3bb9f;
	color:#4a2c21;
}

.biyou_table2{
	width:100%;
	background: #fbf8f5;
	border-top:solid 1px #d3bb9f;
border-left:solid 1px #d3bb9f;
	color:#4a2c21;
}

.biyou_table th{
	font-size:18px;
	padding:15px 0;
	border-bottom:dotted 1px #d3bb9f;
	border-right:dotted 1px #d3bb9f;
	text-align: center;
}

.biyou_table2 th{
width:20%;
	font-size:18px;
	padding:15px;
	border-bottom:dotted 1px #d3bb9f;
	border-right:none;
	text-align: center;
}

.biyou_table2 th img{
	width:100%;
}

.biyou_table td{
	font-size:18px;
	padding:15px 0;
	border-bottom:dotted 1px #d3bb9f;
	border-right:dotted 1px #d3bb9f;
	text-align: center;
	background: #fff;
}

.biyou_table tr:last-child{
	font-size:18px;
	padding:15px 0;
	border-bottom:solid 1px #d3bb9f;
	border-right:dotted 1px #d3bb9f;
	text-align: center;
}

.biyou_table2 tr:last-child{
	font-size:18px;
	padding:15px 0;
	border-bottom:solid 1px #d3bb9f;
	border-right:none;
	text-align: center;
}

.biyou_table td:last-child{

	border-right:solid 1px #d3bb9f;

}
.biyou_table2 td{
	width:30%;
	padding:1em;
}




.sp_none{
		display: block;
	}
	.pc_none{
		display: none;
	}

.ninniku_box{
	
	width: 100%;
	display: flex;
	justify-content:space-around;
	margin-bottom: 2em;
}

.ninniku_box img{
	margin-left: 1em;
}

#q01,#q02,#q03,#q04,#q05,#q06,#q07,#q08,#q09,#q10,#q11,#q12,#q13,#biyou01,#biyou02,#biyou03,#biyou04{
  margin-top:-250px;
  padding-top:250px;
  position: inherit;
  z-index: -1;
}

#biyou05,#biyou06,#biyou07{
  margin-top:-350px;
  padding-top:250px;
  position: inherit;	
  z-index: -1;
}


	.ifrm-container {
width:100%;
height:1400px;
overflow:none;
//-webkit-overflow-scrolling:auto;
}
.ifrm {
width:100%;
height:100%;
border:none;
}