@charset "utf-8";
/* CSS Document */


.pc{
	display: block;
}

.sp{
	display: none;
}

ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	line-height: 1.71;
	width: 100%;
	color: #3F1F00;
	min-width:1280px;
	overflow-x: hidden;
	background:url(http://hibiki-seikotsuin.com/images/common/main_bg.png);
}

* img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

/*---header---*/

#header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url(http://hibiki-seikotsuin.com/images/head_bak.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}

#header_tagline {
    background: #5b2707;
}

#header_in {
    width: 100%;
	max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 13px 0px 20px;
    overflow: hidden;
}

#header_tagline h1 {
    width: 100%;
	max-width: 1280px;
    height: auto;
    margin: auto;
	padding: 3px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.logo {
    width: auto;
    height: auto;
    margin: 0;
    float: left;
    margin-top: 13px;
}

.h_address {
    font-size: 13px;
    margin-top: 10px;
}

.h_address span {
    margin-left: 7px;
    background: #ea3737;
    border-radius: 7px;
    padding: 3px 7px;
}

.h_address span a {
    text-decoration: none;
    color: #fff;
}

.header_contact {
    overflow: hidden;
    display: flex;
    float: right;
    margin-top: 18px;
}

.header_contact_left {
    margin-right: 17px;
}
	
.header_contact_left p {
    margin-bottom: 10px;
}

.header_contact_right p {
    margin-bottom: 10px;
}

/*メインイメージ*/
#main_visual {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background: url(images/main_bk.jpg);
    padding-bottom: 10px;
}

#main_visual_in {
  width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/*globalnav*/
.flower {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}

.flower .headderIl01 {
    position: absolute;
    left: -180px;
    z-index: 10;
    top: -27px;
    width: 140px;
    height: auto;
}

.flower .headderIl02 {
    position: absolute;
    right: -180px;
    top: 20px;
    z-index: 10;
    width: 200px;
    height: 200px;
}

#globalNav {
  width: 100%;
  height: 53px;
  background-color: #B58731;
  background: url(/images/common/gnavi_bg.png) repeat-x 0px 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

.wrap {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
}

#globalNav ul {
    z-index: 2;
    width: 1100px;
}

#globalNav ul li {
    float: left;
    list-style-type: none;
}

#globalNav ul li a {
	height: 53px;
	background: url(/images/common/menu.png) no-repeat 0px 0px;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
#globalNav .menu01 a {
	width: 128px;
	background-position: 0px 0px;
}
#globalNav .menu01 a:hover {
	background-position: 0px bottom;
}

#globalNav .menu02 a {
	width: 204px;
	background-position: -128px 0px;
}
#globalNav .menu02 a:hover,
body.profile #globalNav .menu02 a {
	background-position: -128px bottom;
}
#globalNav .menu03 a {
	width: 116px;
	background-position: -332px 0px;
}
#globalNav .menu03 a:hover{
	background-position: -332px bottom;
}
#globalNav .menu04 a {
	width: 135px;
	background-position: -450px 0px;
}
#globalNav .menu04 a:hover {
	background-position: -450px bottom;
}
#globalNav .menu05 a {
	width: 182px;
	background-position: -595px 0px;
}
#globalNav .menu05 a:hover {
	background-position: -595px bottom;
}
#globalNav .menu06 a {
	width: 159px;
	background-position: -779px 0px;
}
#globalNav .menu06 a:hover {
	background-position: -779px bottom;
}

#globalNav .menu07 a {
    width: 174px;
    background-position: -939px 0px;
}

#globalNav .menu07 a:hover {
	background-position: -939px bottom;
}
/**/

/*---/header---*/



/*---main---*/

/*ブレッド*/
.maincontents {
    padding: 56px 0 80px;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.nayami_wrap {
	background: #fffffd;
}

.main_conts_wrap {
    width: 100%;
    max-width: 1050px;
    padding: 0 2.5%;
    margin: 0 auto;
}

.ttl02 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: center;
	color: #654B31;
}

.ttl02_sub {
    border: 1px solid #ff7d63;
    border-left: none;
    border-right: none;
    padding: 14px 0;
    font-size: 22px;
    text-align: center;
}

.main_conts_wrap p:last-of-type {
    margin-bottom: 0;
}

.nayami_conts {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 35px;
	width: 100%;
}

.nayami_list {
	width: 100%;
}

.nayami_list ul li {
    background: url(images/check.png) no-repeat left top;
    padding-left: 40px;
    margin-bottom: 20px;
border-bottom: 1px dotted #e06a74;
    font-size: 20px;
}

.nayami_img {
    width: 100%;
    max-width: 300px;
}

.nayami_img img {
    width: auto;
    max-width: 100%;
    height: auto;
}


.center-img{
	text-align:center;
}

.center-img img {
    margin: 1em auto;
}
	
span.sub-t2 {
    display: block;
    padding: 1em 0;
    text-align: center;
    font-size: 27px;
    font-weight: normal;
    color: #654b31;
    border-top: 1px solid #ff7d63;
    border-bottom: 1px solid #ff7d63;
    margin: 1em 0;
}


/*原因と症状と当院*/
	.lpb01{
		background: #fff4e8;
	}
	
	.b_box{
		width: 1000px;
		margin: auto;
	}
	
	.b_box img {
    max-width: 75%;
    display: block;
    margin: auto;
	border-radius: 100px;
	}
	
	.padding-block .b_box p{
		margin: 0;
	}
	
	.hl_2{
    text-align: center;
    font-size: 32px;
    color: #f8826b;
    position: relative;
    padding: 10px 0;
	}
	
	.hl_2::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 55px;
    height: 3px;
    background: #f8826b;
	}
	
	.im_gt{
		margin: 40px 0;
	}
	
	.brown_tt{
	font-size: 22px;
    color: #f8826b;
	margin-bottom: 15px;
	}
	
	.padding-block .b_box p.ltr{
    line-height: 1.9;
    margin-top: 0pt;
    margin-bottom: 0pt;
	}
	
	.ltr span{
	font-size: 17px;
    font-family: Arial;
    color: #000000;
    background-color: transparent;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: pre-wrap;
    letter-spacing: 1px;
	}
	
	.ltr span strong{
		color: #38200b;
	}

/*料金*/
.fee_lpb{
	background: #ffc2bb;
}

.fee_sango{
	    text-align: center;
    font-size: 37px;
    color: #7a4944;
}

.first_feebox{
    display: flex;
    background: #fffcf5;
    padding: 30px;
    border-radius: 19px;
    /* box-shadow: 0 3px 10px 0 rgb(71 37 37 / 21%); */
}

.post_col_img{
	padding: 0 10px;
}

.post_col_img img{
	border-radius: 20px;
    width: 100%;
}

.post_col{
	    padding-left: 20px;
    width: 70%;
}

.style5a{
    font-size: 28px;
    margin: 10px 0px;
}

.post_col p{
	font-size: 18px;
}

.post_col p.fee_txt{
    font-size: 23px;
    margin: 0;
    font-weight: bold;	
}

/*回数券*/
.tickets_feebox{
    background: #fffcf5;
    padding: 40px;
    margin-top: 40px;
    border-radius: 23px;
}

.headline_txt h5{
    font-size: 25px;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
}

.fee_tic_list{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fee_tic_list h5 {
    font-size: 23px;
    margin: 12px;
}

.fee_tic_list span{
    font-size: 28px;
}

.fee_tic_list p{
	font-size: 22px;
	margin: 0;
}

.feesml_txt{
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}

.fee_tic_list span.one_sml{
	font-size: 17px;
}

/*選ばれる理由*/
.headline img{
	margin: auto;
}

.lpb02{
	background: #ffe6dc;
}


.t_box_01 {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 20px 25px;
    margin: 40px 0;
    border-radius: 10px;
}
	
.img_t {
    width: 34%;
}

.text_t {
    margin: 1em 0.5em;
    font-size: 18px;
    width: 62%;
}	

.text_t span {
    color: #e25e51;
    font-size: 28px;
	letter-spacing: 2px;
}
	
.t_box_01 .text_t h3 {
    font-weight: bold;
    font-size: 25px;
	border-bottom: 2px solid #db7164;
    padding-bottom: 6px;
    color: #6c4306;
	margin: 0;
}

/*お問い合わせ*/	
.maincontents.fr0{
	padding: 20px 0;
}

.lpb03{
	background: #fff;
}

.ttl_contact{
	padding: 20px 0 40px 0;
}

.contact_img img{
	margin: auto;
}

.ttl_contact_box .cta_list{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.cta_item{
	padding: 0 20px;
}

.cta_botan{
	box-shadow: 3px 3px 6px rgb(0 0 0 / 16%);
    display: block;
    border-radius: 26px;
	transition: 0.5s;
}

.cta_botan:hover{
	box-shadow: none;
    opacity: 0.8;
	transition: 0.5s;
}

/*---/main---*/


/*---footer---*/
#footer {
    padding: 64px 0 0;
    color: #402000;
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -42px;
    border-top: 5px solid #b0832f;
    background: #fffaf3;
    background-repeat: no-repeat,repeat-x;
    background-position: center top,center 40px;
    width: 100%;
    height: auto;
    clear: both;
}

#footer a {
    text-decoration: none;
    color: #FFFFFF;
}

#footer_in {
	width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding: 13px 0 20px;
    display: table;
}

.footer_contact {
    overflow: hidden;
    display: flex;
    float: right;
    margin-top: 18px;
	text-align: center;
}

.footer_contact_left {
    margin-right: 17px;
}

.footer_contact_left p {
    margin-bottom: 10px;
}

.footer_contact_right p {
    margin-bottom: 10px;
}

#footer ul.menu {
    width: 660px;
    margin: 0px auto 17px;
    text-align: center;
}

#footer ul.menu li {
    display: inline-block;
}

#footer ul.menu li a {
    text-decoration: none;
    color: #6c4306;
    border-right: solid 1px #6c4306;
    margin-right: 7px;
    padding-right: 10px;
    font-size: 15px;
}

#footer ul.menu li:last-child a {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

#footer ul.menu li a:hover {
    opacity: 0.7;
}

.copyright_out {
    width: 100%;
    height: auto;
    padding: 7px 0;
    display: table;
    border-top: 1px solid #ffffff;
    background: #421c0c;
}

.copyright {
	max-width: 1280px;
    width: 100%;
    height: auto;
    font-family: "arial";
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}



/*---/footer---*/