@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	min-width: 1000px;
    background-color: #f9faf2;
}
a {
	color: #555;
	text-decoration: none;
}
img {
	vertical-align: bottom;
    max-width: 100%;
}

.pagetop {
	border-radius: 2px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 1000;
}
.pagetop:hover {
	opacity: .6;
}
.pagetop img{
	width: 77px;
	height: auto;
}
.cf:after {
	display: block;
	content: "";
	clear: both;
}
.clear {
	clear: both;
}
.none {
	display: none !important;
}
/* ==========================================================================

	 01. header(multinfo)
	 02. nav
	 03. footer
	 04. menu
	 05. low-common-design(low only)
	 06. reservebanner (low only)

     07. timetable
	 
	 09.multi-class
	 
	 10. 404 error

   ========================================================================== */
  
  
/*
       01. header (multinfo)
========================================================================== */
.header {
    position: relative;
    display: block;
    height: 90px;
    margin-bottom: 0px;
    background:#BA2A51;
    background-repeat: repeat;
}

.header .logo {
    position: absolute;
    top: 12px;
    left: 0;
    margin-left: 6%;
}

.header h1 {
    font-size: 47px;
    color: #fff;
}

.header h1 span {
	font-size: 20px;
}

.header .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}


.header .head .address {
	width: 330px;
    padding-top: 3%;
    margin-right: 30px;
}

.header .index {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
}

.header .button {
    display: flex;
    flex-direction: column;
    width: 200px;
}

/*
       02. gnav
========================================================================== */
.nav {
	margin: 40px auto 60px;
}
.nav .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;/*横並び*/
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 1200px;
    margin: 0 auto;
}

.nav .lists li a {
    display: block;
    height:32px; /*高さ*/
    width:200px; /*横幅*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background-image:url(../images/common/gnavi.png); /*メニュー画像*/
    background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}

.nav .lists li a.gnav1 {background-position:0px 0px;width:200px;}
.nav .lists li a.gnav1:hover {background-position:0px -32px;}

.nav .lists li a.gnav2 {background-position:-200px 0px;}
.nav .lists li a.gnav2:hover {background-position:-200px -32px;}

.nav .lists li a.gnav3 {background-position:-400px 0px;}
.nav .lists li a.gnav3:hover {background-position:-400px -32px;}

.nav .lists li a.gnav4 {background-position:-600px 0px;}
.nav .lists li a.gnav4:hover {background-position:-600px -32px;}

.nav .lists li a.gnav5 {background-position:-800px 0px;}
.nav .lists li a.gnav5:hover {background-position:-800px -32px;}

.nav .lists li a.gnav6 {background-position:-1000px 0px;}
.nav .lists li a.gnav6:hover {background-position:-1000px -32px;}



/*
     03. menu
========================================================================== */
.side-of-menu {
    width: 290px;
    background: url('../images/basic01/common/message_nav_bg.png') no-repeat left top, url(../images/basic01/common/message_nav_bg2.png) no-repeat top 20px right 15px;;
    background-size: auto 100%, 40px auto;
	padding: 50px 0 50px 70px;
	border: 1px solid #a7d4a3;
	box-sizing: border-box;
}

.side-of-menu .list:not(:last-child) {
    margin-bottom: 26px;
}

.side-of-menu .link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    letter-spacing: .05em;
    position: relative;
}

.side-of-menu .link:before {
    content: '';
    background: url('../images/basic01/common/message_nav_arrow.png') no-repeat left center;
    width: 4px;
    height: 7px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
}

.side-of-menu .link:hover,
.side-of-menu .selected .link{
    color: #57a951;
}


/*
     04. footer
========================================================================== */
footer {
    background: #000;
}
footer > div:nth-of-type(1) {
    position: relative;
    height: 50px;
    text-align: center;
    color: #fff;
}

footer .foot_logo {
    position: absolute;
    top: 50%;/*中央なら50%*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

footer .foot_logo img.logo {
    margin-bottom: 30px;
}

footer .foot_logo p.button {
    margin-bottom: 30px;
}

footer .foot_logo .foot_tel {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
footer .foot_logo .foot_tel p {
    font-size: 27px;
}


footer > div:nth-of-type(2) {
    display: table;
    padding:0 2% 30px;
    max-width: 1400px;
    margin: 0 auto;
}

footer > div:nth-of-type(2) div {
    display: table-cell;
}

footer >div:nth-of-type(2) .foot_left {
    width: 64%;
    font-size: 16px;
}

footer address p {
    padding-left: 1em;
}

footer .foot_nav li {
    display: inline-block;
    position: relative;
    padding: 0 1.5em 0 1em;
}

footer .foot_nav li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 64%;
    top: 18%;
    right: 0;
    transform: rotate(20deg);
    background: #434343;
}

footer .foot_nav li:last-child:after {
    display: none;
}


footer >div:nth-of-type(2) .foot_right {
    font-size: 14px;
}


footer > div:nth-of-type(3) {
    background: #2ec759;
    text-align: center;
    padding: 10px 0;
}





/*
     05. low-common-design(low only)
 ========================================================================== */
.pc-contents {
	width: 1080px;
	margin: 10px auto;
	margin-bottom: 60px;
}
.left-contents {
	width: 340px;
	float: left;
}
.right-contents {
	width: 700px;
	float: right;
}
.mainPhoto {
	width: 100%;
	border-bottom: 1px solid #a7d4a3;
	border-top: 3px solid #a7d4a3;
	margin-bottom: 22px;
}
.mainPhoto p{
	overflow: hidden;
	position: relative;
	padding-top: 26%;
	max-height: 180px;
	z-index: 2;
}
.mainPhoto img {
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	bottom:0;
	margin: auto;
}
.page-catch {
	margin: 0 auto 40px;
	text-align: center;
	font-size: 18px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 1px solid #ffb914;
	padding: 30px 20px 25px;
	box-shadow: 0 10px 6px -6px #fff2d3;
}
/*
       05. menu
========================================================================== */
.sidebanner img{
	width: 290px;
	height: auto;
}
/*
     06. reservebanner (low only)
========================================================================== */ 
section.private {
	margin-bottom: 70px;
	padding-top: 80px;
}
.information-box {
	background: #fff url(../images/basic01/common/private_bg.jpg) no-repeat right bottom;
	background-size: auto 100%;
	width: 100%;
	padding: 34px 0 0 30px;
	box-sizing: border-box;
	border: 1px solid #6abb64;
	height: 360px;
	margin-bottom: 20px;
}
.information-box .logo img{
	width: 260px;
	margin-bottom: 34px;
}
.private .information-box h3 {
	font-weight: bold;
	padding-left: 3px;
	margin-bottom: 2px;
	font-size: 13.6px;
}
.reserve-btn {
	width: 220px;
}
.reserve-btn img {
	width: 100%;
	height: auto;
}
.reserve-btn li a {
	display: block;
}
.private .number {
	width:240px;
	margin-bottom: 24px;
}
.private .number img {
	width: 100%;
	height: auto;
}
.private .information-box .address {
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	padding-left: 3px;
}
.private .table-timetable, .private .hosoku {
	padding-left: 5px;
}
.private .table-timetable th {
	width: 280px;
}
section.link {
	margin-bottom: 60px;
}
.pricelink {
	margin-bottom: 180px;
}
.link a{
	color: #aa7f2d;
}

/*
     07. timetable=営業時間
========================================================================== */ 
.timetable {
    background: #fdf8fa;
    height: 120px;
    display: block;
}

.timetable table{
    width: 560px;
}
.timetable tr {
    height: 34px;
    line-height: 0;
}
.timetable th {
    background: #ac0f4a;
    color: #fff;
    padding: 16px;
}

.timetable th.set {
    width: 150px;
}
.timetable td {
    padding: 16px;
}
.timetable p.hosoku{
    text-align: right;
    padding-right: 16px;
}

/*
     09. multi-class
========================================================================== */ 
/*****　画像　*****/
.fade {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade:hover {
	opacity: .5;
	filter: alpha(opacity=60);
}
.img-border {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
.img-right {
	float: right;
	margin: 0 0 10px 15px;
}
.img-left {
	float: left;
	margin: 0 15px 10px 0;
}
.Mcenter {
    margin: 0 auto;
}
.Wcenter { /*divに振ると縮小画像が中央になる*/
    margin: 0 auto;
    text-align: center;
}
.center {
	text-align: center;
}
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.vAlignM {
	vertical-align: middle !important;
}
.vAlignT {
	vertical-align: top !important;
}
/*****　テキスト *****/
.gothic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.Ygothic{
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
.mincho {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.Smincho {font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif;}

.p-link {
	color: #ea3017;
	text-decoration: underline;
	margin: 0 1px;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #ccc;
}
.txt140 {
    font-size: 140%;
}
.txt130 {
    font-size: 130%;
}
.txt120 {
	font-size: 120%;
}
.txt110 {
	font-size: 110%;
}
.txt90 {
	font-size: 90%;
}
.txt80 {
	font-size: 80%;
}
.or {
	color: #fc9b2a;
}
.re {
	color: #FF373A;
}
.gr {
	color: #45a73e;
}
.ch {
	color: #8c4d2b;
}
i.fas {
	margin-right: 5px;
}
.nowrap {
	white-space: nowrap !important;
}
.underline {
	text-decoration: underline;
}
.dispB {
	display: block;
}
.dispI {
	display: inline;
}
span:lang(ja) {
	font-family: san-serif
}
/*　余白 */
.p10 {
	padding: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pr10 {
	padding-right: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
/*　見出し */
.ttl-low {
	font-size: 17px;
	padding: 12px 10px 12px 48px;
	line-height: 1.4;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ttl-low1-1 {
	background: #e8f9e2 url(../images/basic01/common/ttl-low1-1_bg.png) no-repeat 13px center;
	background-size: 23px auto;
}
.ttl-low1-2 {
	background: #fff2d3 url(../images/basic01/common/ttl-low1-2_bg.png) no-repeat 13px center;
	background-size: 23px auto;
}
.ttl-low2 {
	font-size: 17px;
	padding: 10px 0 10px 20px;
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
}
.ttl-low2-1 {
	border-left: 7px solid #a7d4a3;
}
.ttl-low2-2 {
	border-left: 7px solid #ffb914;
}
.ttl-low3 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 17px;
	text-align: center;
	border-bottom: 1px solid #6abb64;
	border-top: 1px solid #6abb64;
	line-height: 2.6;
	color: #6abb64;
}
.ttl-low4 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}
.ttl-low4-1 span:first-of-type {
	padding: 0 8px;
	color: #6abb64;
	font-size: 17px;
	letter-spacing: 1px;
	margin-right: 15px;
	position: relative;
	background: linear-gradient(transparent 65%, #ecfce8 65%, #ecfce8 100%, #fff 100%, #fff 100%);
}

.ttl-low4-2 span:first-of-type {
	padding: 0 8px;
	color: #ffb914;
	font-size: 17px;
	letter-spacing: 1px;
	margin-right: 15px;
	background: linear-gradient(transparent 65%, #fff3d6 65%, #fff3d6 100%, #fff 100%, #fff 100%);
}
.ttl-low5 {
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	text-align: center;
	border-radius: 40px;
	padding: 7px 5px 7px;
	line-height: 1.4;
}
.ttl-low5-1 {
	color: #2c9624;
	background: #d8ead7;
}
.ttl-low5-2 {
	color: #f9a400;
	background: #fff3d6;
}
/*　 コラム */
.colunm{
	background: #f4fff1;
	padding: 30px 30px 20px;
}
.colunm .ttl-btn{
	font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	text-align: center;
	border-radius: 40px;
	padding: 7px 5px 7px;
	line-height: 1.4;
	color: #2c9624;
	background: #d8ead7;
}
/*　テーブル */
.table-normal, .table-nocolor {
	width: 100%;
}
.table-normal th {
	text-align: center;
	background: #84bd80;
	color: #fff;
	font-size: 15px;
	padding: 6px 12px;
	border: 1px solid #9cca98;
}
.table-normal td {
	background: #fff;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nocolor th {
	text-align: center;
	background: #E2E2E2;
	color: #333;
	font-size: 15px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nocolor td {
	background: #fff;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table-nostyle th {
	padding: 6px 12px;
	vertical-align: middle;
}
.table-nostyle td {
	padding: 6px 12px;
	vertical-align: middle;
}
.tAlignL {
	text-align: left !important;
}
.tAlignC {
	text-align: center!important;
}
.tAlignR {
	text-align: right !important;
}
.tVAlignT {
	vertical-align: top !important;
}
.tVAlignM {
	vertical-align: middle !important;
}
.tVAlignB {
	vertical-align: bottom !important;
}
/* list */
.list-num li {
	list-style-type: decimal;
	list-style-position: inside;
}
.list-dot li {
	padding-left: 1em;
	background: url(../images/basic01/common/disc.png) no-repeat left center;
}
.list-nostyle li {
	list-style: none;
}
.list-a {
	list-style-type: lower-alpha;
	list-style-position: inside;
}
.list-check li {
	padding-left: 16px;
	background: url(../images/basic01/common/checkmark.png) no-repeat left center;
}
.txt-indent li {
	background-position: left .4em;
	padding-left: 1em;
}
/*　画像・レイアウト */
.img-column-wrap {
	position: relative;
	overflow: hidden;
}
.img-column {
	position: relative;
	left: 50%;
	float: left;
}
.img-column li {
	position: relative;
	float: left;
	left: -50%;
	margin-right: 10px;
}
.img-column.for-four li {
	margin-right: 6px;
}
.img-column.for-two li:nth-child(even), .img-column.for-three li:nth-child(3n), .img-column.for-four li:nth-child(4n) {
	margin-right: 0 !important;
}
.img-column li:last-child {
	margin-right: 0 !important;
}
.img-column.for-three .img-border, .img-column.for-four .img-border {
	padding: 3px;
}
/* img+textbox */
div.box-img-right {
	width: 100%;
	display: table;
	direction: rtl;
	zoom: 1;
}
.box-img-right .img {
	margin: 0;
	display: table-cell;
	vertical-align: top;
	width: 1%;
	direction: ltr;
}
.box-img-right img {
	width: 320px;
	height: auto;
}
.box-img-right .box {
	padding: 0 15px 1px 0;
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	text-align: left;
}
div.box-img-left {
	zoom: 1;
}
.box-img-left .img {
	margin: 0;
	padding: 0 15px 0 0;
	display: table-cell;
	width: 1%;
	vertical-align: top;
	position: relative;
}
.box-img-left img {
	width: 320px;
	height: auto;
}
.box-img-left .box {
	display: table-cell;
	vertical-align: top;
}
.box-two-column .box-right {
	width: 48%;
	float: right;
}
.box-two-column .box-img-left {
	width: 48%;
	float: left;
}
.box-two-column .box-img-left img {
	width: 100%;
	height: auto;
}
.box-two-column .box-left {
	width: 48%;
	float: left;
}
.box-two-column .box-img-right {
	width: 48%;
	float: right;
}
.box-two-column .box-img-right img {
	width: 100%;
	height: auto;
}
.box-two-column-around {
	width: 100%;
}
.box-two-column-around .box-img-right {
	width: 48%;
	float: right;
	margin-left: 10px;
}
.box-two-column-around .box-img-left {
	width: 48%;
	float: left;
	margin-right: 10px;
}
/*　症例画像2枚並び */
.case-records {
	background: url(../images/basic01/common/arrow02.png) no-repeat center 55%;
	padding: 20px 30px;
}
.case-records li:nth-child(odd) {
	float: left;
	background: url(../images/basic01/common/before.png) no-repeat left top;
	padding-top: 20px;
}
.case-records li:nth-child(even) {
	float: right;
	background: url(../images/basic01/common/after.png) no-repeat left top;
	padding-top: 20px;
}
/*　2枚画像比較 */
.compare {
	background: url(../images/basic01/common/arrow04.png) no-repeat center 48%;
	margin-left: 40px;
	margin-right: 40px;
}
.compare li:nth-of-type(odd) {
	float: left;
}
.compare li:nth-of-type(even) {
	float: right;
}
/*　QandA */
.qanda dt {
	background: url(../images/basic01/common/qicon.png) no-repeat left center;
	background-size: 32px auto;
	padding-left: 34px;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 4px;
}
.qanda dd {
	margin: 0 0 20px 10px;
	background: url(../images/basic01/common/aicon.png) no-repeat left top 2px;
	background-size: 32px auto;
	padding-left: 36px;
}
/* 画像ボタン */
.menu-btn li img {
	border: 1px solid #ffbf26;
}
.menu-btn .ttl {
	border-top: 1px solid #ffbf26;
	border-left: 1px solid #ffbf26;
	border-right: 1px solid #ffbf26;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 14px 0 12px;
	line-height: 1;
	font-family: "Sawarabi Gothic";
	text-align: center;
	color: #fda50b;
	background: #fff2d3;
	font-size: 16px;
}
.menu-btn li a {
	display: block;
}
.img-column.menu-btn.for-two li:last-child {
	margin-left: 20px;
}
.detail-btn {
	text-align: right;
	font-size: 96%;
	text-decoration: underline;
	margin-top: 5px;
}
.detail-btn i.fa {
	color: #fda50b;
}
.menu-btn2 .ttl {
	background: #e4fdda;
	color: #40b038;
	border-color: #40b038;
}
.menu-btn2 li img {
	border-color: #40b038;
}
.menu-btn2 .detail-btn i.fa {
	color: #40b038;
}
/*改行非表示*/
@media screen and (min-width : 768px) {
.pc-none{
	display: none;
	}
}
@media screen and (max-width : 767px) {
.sp-none{
	display: none;
	}
}
/*改行非表示 iPadを踏まえた特殊設定-topカバー画像で使用*/
@media screen and (min-width : 992px) {
.pc-none-wide{
	display: none !important;
	}
}
@media screen and (max-width : 991px) {
.sp-none-wide{
	display: none !important;
	}
}
/*
     10. 404 error
 ========================================================================== */ 
.error {
	text-align: center;
	font-size: 20px;
	height: 120px;
	padding-top: 150px;
}

/*
     11. lightningの追加ヘッダー
 ========================================================================== */ 

.header-top {
background-color: #f9f9f9;
padding:4px 0;
font-size:12px;
}
.header-top__inner {
max-width:1200px;
width:100%;
margin:0 auto;
padding:0 10px;
display: flex;
align-items: center;
}
.header-top__items{
display:flex;
column-gap:12px;
justify-content:end;
align-items:center;
margin:0;
padding:0;
list-style-type: none!important;
}
.header-top__description{
display: flex;
align-items: center;
margin-right: auto;
line-height: normal;
margin-block-start: auto;
margin-block-end: auto;
}
.header-top__menu{
display: flex;
align-items: center;
}
.header-top__item::not(:first-child){
margin-left:10px;
}
.header-top__item-link{
display:block;
}
.header-top__contact{
margin-left:12px;
}
.header-top__contact-link{
font-size:12px;
}
@media (max-width: 991px) {
.header-top {
display: none;
}
}