@charset "utf-8";

/*===========================================================================================================*/
/* @font フォント
/*===========================================================================================================*/

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSerifCJKjp-Light.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSerifCJKjp-Regular.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSerifCJKjp-Medium.woff') format('woff'); /* Modern Browsers */
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/NotoSerifCJKjp-SemiBold.woff') format('woff'); /* Modern Browsers */
}

 

@font-face {
  font-family: 'Hannari';
  src: url(../fonts/Hannari-Regular.eot);
  src: url(../fonts/Hannari-Regular.eot?#iefix) format('embedded-opentype'),
       url(../fonts/Hannari-Regular.woff2) format('woff2'),
       url(../fonts/Hannari-Regular.woff) format('woff'),
       url(../fonts/Hannari-Regular.ttf) format('truetype');
  font-style: normal;
  font-weight: 400;
}

/*===========================================================================================================*/
/* main メイン
/*===========================================================================================================*/

@media only screen and (max-width: 359px){

.sp-main {
  margin-top:44px;
}

.pc-main {
	display:none;
}

.sp-second-main {
  margin-top:44px;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

.sp-main {
	margin-top:46px;
}

.pc-main {
	display:none;
}

.sp-second-main {
  margin-top:46px;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

.sp-main {
	margin-top:46px;
}

.pc-main {
	display:none;
}

.sp-second-main {
  margin-top:46px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.sp-main {
	margin-top:64px;
}

.pc-main {
	display:none;
}

.sp-second-main {
  margin-top:64px;
}

.pc-second-main {
  /*margin-top:46px;*/
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

.sp-main {
	display:none;
}

.pc-main {
	margin-top:80px;
}

.pc-second-main {
  margin-top:80px;
}

}

@media only screen and (min-width: 1096px){

.sp-main {
	display:none;
}

.pc-main {
	/*margin-top:20px;*/
}

}

/*===========================================================================================================*/
/* second main
/*===========================================================================================================*/

#second-main {
    overflow:hidden;
}

@media only screen and (max-width: 359px){

.pc-second-main {
	display:none;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

.pc-second-main {
	display:none;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

.pc-second-main {
	display:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.pc-second-main {
	display:none;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

.sp-second-main {
	display:none;
}

}

@media only screen and (min-width: 1096px){

.sp-second-main {
	display:none;
}

}

/*===========================================================================================================*/
/* container コンテイナー
/*===========================================================================================================*/

#container{
	width:100%;
	/*background-color:#FAEBDA;*/
}

@media only screen and (max-width: 359px){

#container {
  margin: 30px auto 0;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){


/*#container {
  margin: 30px auto 0;
}
*/

#container {
  margin: 0 auto;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#container {
  margin: 30px auto 0;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

#container {
  margin: 30px auto 0;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

#container {
	margin: 30px auto 0;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

}

@media only screen and (min-width: 1096px){

#container {
	margin: 30px auto 0;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

}

/*===========================================================================================================*/
/* contents コンテンツ
/*===========================================================================================================*/

#contents {
	width:100%;
	/*background-color:#FAEBDA;*/
}

@media only screen and (max-width: 359px){

#contents {
}

#div-top-carousel-laser {
	display:none;
}

#div-top-content-pc {
	display:none;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#contents {
}

#div-top-carousel-laser {
	display:none;
}

#div-top-content-pc {
	display:none;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#contents {
}

#div-top-carousel-laser {
	display:none;
}

#div-top-content-pc {
	display:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

#contents {
}

#div-top-carousel-laser {
	display:none;
}

#div-top-content-pc {
	display:none;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

#contents {
}

#div-top-content-sp {
	display:none;
}

}

@media only screen and (min-width: 1096px){

#contents {
}

#div-top-content-sp {
	display:none;
}

}

/*===========================================================================================================*/
/* right ライト
/*===========================================================================================================*/

#contents {
	/*background-color:#FAEBDA;*/
}

@media only screen and (max-width: 359px){

#right {
	display:none;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#right {
	display:none;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#right {
	display:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

#right {
	display:none;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

#right {
	width: 236px;
}

}

@media only screen and (min-width: 1096px){

#right {
	width: 236px;
}

}

/*===========================================================================================================*/
/* footer フッター
/*===========================================================================================================*/

footer {
	position:relative;
}

@media only screen and (max-width: 359px){

.pc-footer {
	display:none;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

.pc-footer {
	display:none;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

.pc-footer {
	display:none;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.pc-footer {
	display:none;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

.sp-footer {
	display:none;
}

/*--------------------------------------------------------------------------------- */
/* footer copyright
/*--------------------------------------------------------------------------------- */

#div-footer-copyright-pc {
	width:100%;
	background:#BFAF8C
}

#p-footer-copyright-pc {
	width:100%;
	height:60px;
	font-size:13px;
	color:#fff;
	line-height:60px;
	/*background:#BFAF8C;*/
	text-align:center;
}

}

@media only screen and (min-width: 1096px){

.sp-footer {
	display:none;
}

/*--------------------------------------------------------------------------------- */
/* footer copyright
/*--------------------------------------------------------------------------------- */

#div-footer-copyright-pc {
	width:100%;
	background-color:#BFAF8C;
}

#p-footer-copyright-pc {
	width:100%;
	height:60px;
	font-size:13px;
	color:#fff;
	line-height:60px;
	/*background:#BFAF8C;*/
	text-align:center;
}

}

/*========================================================================================================================*/
/* page top pc
/*========================================================================================================================*/

@media only screen and (min-width: 1024px) and (max-width: 1095px){

#p-page-top-pc.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#p-page-top-pc {
    position:fixed;
    right:0;
    bottom:0;
    z-index: 100000;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

#a-p-page-top-pc {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}

#a-p-page-top-pc:hover {
	background-color: #927f5e;
	opacity: 1;
}

#a-p-page-top-pc:before {
    position:absolute;
	content: '\e911';
	font-family: 'design_font';
    font-size: 18px;
	display: block;
	top: 24px;
    left: 22px;
	width: 23px;
    height: 23px;
	color:#fff;
	-webkit-transition-property: background-color,color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color,color;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color,color;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
}

#span-a-p-page-top-pc {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

}

@media only screen and (min-width: 1096px){

#p-page-top-pc.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#p-page-top-pc {
    position:fixed;
    right:0;
    bottom:0;
    z-index: 100000;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

#a-p-page-top-pc {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}

#a-p-page-top-pc:hover {
	background-color: #927f5e;
	opacity: 1;
}

#a-p-page-top-pc:before {
    position:absolute;
	content: '\e911';
	font-family: 'design_font';
    font-size: 18px;
	display: block;
	top: 24px;
    left: 22px;
	width: 23px;
    height: 23px;
	color:#fff;
	-webkit-transition-property: background-color,color;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color,color;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background-color,color;
    -o-transition-duration: .2s;
    -o-transition-timing-function: ease;
    transition-property: background-color,color;
    transition-duration: .2s;
    transition-timing-function: ease;
}

#span-a-p-page-top-pc {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

}

/*===========================================================================================================*/
/* content button 汎用 コンテント ボタン
/*===========================================================================================================*/

.h2-content-button, .h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	text-align:center;
	color:#9E8F5B;
}

.ul-content-button {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	width:100%;
	display: -webkit-flex;
    display: flex;
	 -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.li-content-button {
	background-color:#F7F6F0;
    border:1px solid rgba(176,157,124,.6);
    cursor: pointer;
    white-space:nowrap;
}

.a-li-content-button {
	display:block;
	color:#9E8F5B;
	text-align:center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

@media only screen and (max-width: 359px){

.h2-content-button {
	padding:24px 0 19px;
	font-size:calc( 95% + 0.5vw );
}

.h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	padding:1.5em 0 1.4em;
	font-size:16px;
}

.ul-content-button {
	padding:0 16px 0;

}

.li-content-button {
	margin-bottom:16px;
	width:100%;
	height:48px;
	font-size:12.5px;
	border-radius:4px;
}

.a-li-content-button {
	line-height:46px;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

.h2-content-button {
	padding:24px 0 19px;
	font-size:calc( 95% + 0.5vw );
}

.h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	padding:1.5em 0 1.4em;
	font-size:16px;
}

.ul-content-button {
	padding:0 16px 0;
}

.li-content-button {
	margin-bottom:16px;
	width:calc(50% - 7.5px);
	-webkit-width:calc(50% - 7.5px);
	height:48px;
	font-size:12.5px;
	border-radius:4px;
}

.li-content-button:nth-child(even) {
	margin-left:15px;
}

.a-li-content-button {
	line-height:46px;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

.h2-content-button {
	padding:24px 0 19px;
	font-size:calc( 95% + 0.5vw );
}

.h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	padding:1.5em 0 1.4em;
	font-size:16px;
}

.ul-content-button {
	padding:0 20px 0
}

.li-content-button {
	margin-left:19px;
	margin-bottom:24px;
	width:calc((100% - 38px) / 3);
	-webkit-width:calc((100% - 38px) / 3);
	height:48px;
	font-size:12.5px;
	border-radius:4px;
}

.li-content-button:first-child {
	margin-left:0;
}

.li-content-button:nth-child(3n + 1) {
	margin-left:0;
}

.a-li-content-button {
	line-height:46px;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.h2-content-button {
	padding-top:29px;
	padding-bottom:24px;
	font-size:16px;
}

.h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	padding:1.5em 0 1.5em;
	font-size:25px;
	letter-spacing:.1em;
}

.ul-content-button {
	padding:0 40px 0;
}

.li-content-button {
	margin-left:38px;
	margin-bottom:24px;
	width:calc((100% - 76px) / 3);
	-webkit-width:calc((100% - 60px) / 3);
	height:48px;
	font-size:13px;
	border-radius:5px;
}

.li-content-button:first-child {
	margin-left:0;
}

.li-content-button:nth-child(3n + 1) {
	margin-left:0;
}

.a-li-content-button {
	line-height:46px;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

.h2-content-button {
	padding-top:32px;
	padding-bottom:27px;
	font-size:16px;
}

.h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	padding:1.5em 0 1.5em;
	font-size:30px;
	letter-spacing:.1em;
}

.ul-content-button {
	padding:0 48px 0;
}

.li-content-button {
	margin-left:46px;
	margin-bottom:24px;
	width:calc((100% - 92px) / 3);
	-webkit-width:calc((100% - 92px) / 3);
	height:56px;
	font-size:calc( 95% + 0.5vw );
	border-radius:6px;
}

.li-content-button:first-child {
	margin-left:0;
}

.li-content-button:nth-child(3n + 1) {
	margin-left:0;
}

.a-li-content-button {
	line-height:53px;
}

}

@media only screen and (min-width: 1096px){

.h2-content-button {
	padding-top:32px;
	padding-bottom:27px;
	font-size:16px;
}

.h2-second-content-button, .h2-third-content-button, .h2-fourth-content-button {
	padding:1.5em 0 1.5em;
	font-size:30px;
	letter-spacing:.1em;
}

.ul-content-button {
	width:1000px;
	margin:0 auto;
}

.li-content-button {
	margin-left:48px;
	margin-bottom:24px;
	width:calc(904px / 3);
	-webkit-width:calc(904px / 3);
	height:56px;
	font-size:calc( 95% + 0.5vw );
	border-radius:6px;
}

.li-content-button:first-child {
	margin-left:0;
}

.li-content-button:nth-child(3n + 1) {
	margin-left:0;
}

.a-li-content-button {
	line-height:53px;
}

}

/*-----------------------------------------------------------------------------------------------------------*/
/* table content column 汎用 テーブル コンテント 見出し列
/*-----------------------------------------------------------------------------------------------------------*/

.h2-table-content-column {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color:#9E8F5B;
	text-align:center;
}

.table-content-column {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	margin:0 auto;
	border-collapse:collapse;
	color:#9E8F5B;
}

.thead-content-column {
}

.th-content-column {
	border:1px solid #E5DBC8;
	text-align:center;
    background-color:#F7F6F0;
}

.tr-content-column {
}

.td-content-column {
	border:1px solid #E5DBC8;
	background-color:#FFFFFF;
	line-height:1.5;
}

.a-td-content-column {
	color:#9E8F5B;
}

@media only screen and (max-width: 359px){

.h2-table-content-column {
	font-size:16px;
	padding:1.5em 0 1.5em;
}

.table-content-column {
	width:calc(100% - 32px);
	-webkit-width:calc(100% - 32px);
	font-size:13px;
}

.thead-content-column {
	font-size:11px;
}

.th-content-column {
	padding:.8em 0 .75em;
}

.td-content-column {
	padding:.7em .5em .7em .5em;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

.h2-table-content-column {
	font-size:16px;
	padding:1.5em 0 1.5em;
}

.table-content-column {
	width:calc(100% - 48px);
	-width:calc(100% - 48px);
	font-size:13px;
}

.thead-content-column {
	font-size:12px;
}

.th-content-column {
	padding:.8em 0 .75em;
}

.td-content-column {
	padding:.7em .5em .7em .5em;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

.h2-table-content-column {
	font-size:16px;
	padding:1.5em 0 1.5em;
}

.table-content-column {
	width:calc(100% - 80px);
	-webkit-width:calc(100% - 80px);
	font-size:13px;	
}

.th-content-column {
	padding:.9em 0 .95em;
}

.td-content-column {
	padding:1em 1em 1em 1em;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.h2-table-content-column {
	padding:1.5em 0 1.5em;
	font-size:25px;
	letter-spacing:.1em;
}

.table-content-column {
	width:calc(100% - 80px);
	-webkit-width:calc(100% - 80px);
	font-size:calc( 95% + 0.5vw );
}

.th-content-column {
	padding:.9em 0 .95em;
}

.td-content-column {
	padding:1em 1em 1em 1em;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

.h2-table-content-column {
	padding:1.5em 0 1.5em;
	font-size:30px;
	letter-spacing:.1em;
}

.table-content-column {
	width:calc(100% - 96px);
	-webkit-width:calc(100% - 96px);
	font-size: calc( 100% + .5vw );
}

.th-content-column {
	padding:.95em;
}

.td-content-column {
	padding:1em 1.5em 1em 1.5em;
}

}

@media only screen and (min-width: 1096px){

.h2-table-content-column {
	padding:1.5em 0 1.5em;
	font-size:30px;
	letter-spacing:.1em;
}

.table-content-column {
	width:calc(100% - 112px);
	-webkit-width:calc(100% - 112px);
	font-size: calc( 100% + .5vw );
}

.th-content-column {
	padding:.95em;
}

.td-content-column {
	padding:1em 1.5em 1em 1.5em;
}

}

/*-----------------------------------------------------------------------------------------------------------*/
/* table content row 汎用 テーブル コンテント 見出し行
/*-----------------------------------------------------------------------------------------------------------*/

.h2-table-content-row {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color:#9E8F5B;
	text-align:center;
}

.table-content-row {
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	margin:0 auto;
	width:100%;
	border-collapse:collapse;
	color:#9E8F5B;
}

.thead-content-row {
	font-size:11px;
}

.tr-content-row {
}

.th-content-row {
	border:1px solid #E5DBC8;
	line-height:1.5;
    background-color:#F7F6F0;
}

.td-content-row {
	border:1px solid #E5DBC8;
	line-height:1.5;
	background-color:#FFFFFF;
}

.a-td-content-row {
	color:#9E8F5B;
}

@media only screen and (max-width: 359px){

.h2-table-content-row {
	font-size:16px;
	padding:1.5em 0 1.5em;
}

.table-content-row {
	width:calc(100% - 32px);
	-webkit-width:calc(100% - 32px);
	font-size:13px;
}

.thead-content-row {
	font-size:11px;
}

.th-content-row {
	padding:.75em .75em .75em .75em;
}

.td-content-row {
	padding:.75em .75em .75em .75em;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

.h2-table-content-row {
	font-size:16px;
	padding:1.5em 0 1.5em;
}

.table-content-row {
	width:calc(100% - 48px);
	-webkit-width:calc(100% - 48px);
	font-size:13px;
}

.thead-content-row {
	font-size:12px;
}

.th-content-row {
	padding:.75em .75em .75em .75em;
}

.td-content-row {
	padding:.75em .75em .75em .75em;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

.h2-table-content-row {
	font-size:16px;
	padding:1.5em 0 1.5em;
}

.table-content-row {
	width:calc(100% - 80px);
	-webkit-width:calc(100% - 80px);
	font-size:13px;	
}

.th-content-row {
	padding:1em 1em 1em 1em;
}

.td-content-row {
	padding:1em 1em 1em 1em;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

.h2-table-content-row {
	padding:1.5em 0 1.5em;
	font-size:25px;
	letter-spacing:.1em;
}

.table-content-row {
	width:auto;
	padding:0 40px;
	font-size:calc( 95% + 0.5vw );
}

.th-content-row {
	padding:1em 1em 1em 1em;
}

.td-content-row {
	padding:1em 1em 1em 1em;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

.h2-table-content-row {
	padding:1.5em 0 1.5em;
	font-size:30px;
	letter-spacing:.1em;
}

.table-content-row {
	width:auto;
	width:calc(100% - 96px);
	-webkit-width:calc(100% - 96px);
	font-size: calc( 100% + .5vw );
}

.th-content-row {
	padding:.95em;
}

.td-content-row {
	padding:1em 1.5em 1em 1.5em;
}

}

@media only screen and (min-width: 1096px){

.h2-table-content-row {
	padding:1.5em 0 1.5em;
	font-size:30px;
	letter-spacing:.1em;
}

.table-content-row {
	width:calc(100% - 112px);
	-webkit-width:calc(100% - 112px);
	font-size: calc( 100% + .5vw );
}

.th-content-row {
	padding:.95em;
}

.td-content-row {
	padding:1em 1.5em 1em 1.5em;
}

}

/*===========================================================================================================*/
/* footer
/*===========================================================================================================*/

@media only screen and (max-width: 359px){

/*=================================================================================*/
/* footer contact button sp
/*=================================================================================*/

#div-footer-contact-button {
	position:relative;
	margin:20px 0;
	/*background:#f5f5f5;*/
}

#ul-footer-contact-button {
	margin:0 auto;
	width:94%;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#li-footer-contact-button-counseling {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*background-color:#b09d7c;*/
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
}

#li-footer-contact-button-mail {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
}

#a-footer-contact-button-counseling {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail i {
	margin-right:4px;
	vertical-align:1px;
}

/*=================================================================================*/
/* footer contact tel sp
/*=================================================================================*/

#div-footer-contact-tel {
	position:relative;
	/*background:#f5f5f5;*/
}

#div-footer-contact-tel-inner {
	width:100%;
}

#h3-footer-contact-tel {
	margin-left:-4px;
	font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: calc(140% + .5vw );
	font-weight:500;
	text-align:center;
}

#ul-footer-contact-tel {
	width:100%;
	padding:15px 8px 14px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:center; /* Safari */
	justify-content:center;
}

#li-footer-contact-tel {
}

#p-footer-contact-tel {
}

/*
#p-footer-contact-tel i {
	padding-right:5px;
	font-size:23px;
	vertical-align:-12px;
	color: #3F2413;
}
*/
#p-footer-contact-tel img {
  width:180px;
}

#span-p-footer-contact-tel-receiver-icon img {
    padding-top: 4px;
    width: 20px;
}

#p-footer-contact-tel-reception-time {
	margin-top:5px;
	padding-left:8px;
	font-size:12px;
}

#span-p-footer-inner-tel-reception-time-offday {
	padding-left:10px;
	vertical-align:0px;
	font-size:12px;
}

#li-footer-contact-appointment {
}

#p-footer-contact-appointment {
	margin-top:-4px;
	margin-left:9px;
	padding-top:14px;
	width:56px;
	height:56px;
	border-radius:50%;
	background-color:#FAF5EF;
	/*border:1px solid #b09d7c;*/
	font-size:11px;
	line-height:1.3;
	text-align:center;
	color:#411E00;
	font-weight:500;
}

/*=================================================================================*/
/* footer address sp
/*=================================================================================*/

#address-footer-clinic-information {
	background:#F0EAE1;
	background-color:#E8E1D1;
	background-color:rgba(232,225,209,.4);
	padding:7px 0 12px;
}

#dl-address-footer-clinic-information {
	margin:0 auto 8px;
	display:table;
}

#dt-address-footer-clinic-information {
	display:table-cell;
	font-size:21px;
}

#dt-address-footer-clinic-information i {
	vertical-align:-4px;
}

.dd-address-footer-clinic-information {
	padding-left:10px;
	font-size:12px;
	line-height:1.8;
}

#p-address-footer-more {
	text-align:center;
	font-size:12px;
}

#p-address-footer-more i {
	padding-left:5px;
	font-size:10px;
	vertical-align:0;
}

/*=================================================================================*/
/* footer sns sp
/*=================================================================================*/

#div-footer-sns {
	margin:20px 0 19px;
}

#ul-footer-sns {
	text-align:center;
}

.li-footer-sns {
	display:inline-block;
	padding-right:25px;
}

.li-footer-sns:last-child {
	padding-right:0;
}

.a-footer-sns {
  position: relative;
  display: block;
	color: #3F2413;
}

#a-footer-sns-facebook::before  {
  position: absolute;
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-twitter::before  {
  position: absolute;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-instagram::before  {
  position: absolute;
  content: "\f16d";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}


/*=================================================================================*/
/* footer link sp
/*=================================================================================*/

#div-footer-link {
}

#ul-footer-link {
  text-align: center;
  padding: 0 0 10px;
  font-size: 11px;
	color: #3F2413;
}

.li-footer-link {
	display: inline-block;
  padding-right: 10px;
}

.li-footer-link:last-child {
  padding-right: 0;
}

.a-li-footer-link {
  color: #333;
  transition: .1s ease-in-out;
}

.a-li-footer-link:hover {
  color: #ada097;
  text-decoration:none;
}

/*=================================================================================*/
/* footer-copyright sp
/*=================================================================================*/

#div-footer-copyright {
}

#p-footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:32px;
	background-color:#F8F8F8;
	background-color:rgba(200,183,153,.3);
	font-size:11px;
	text-align:center;
	line-height:32px;
}

#a-p-footer-copyright {
	color:#3F2413;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

/*=================================================================================*/
/* footer contact button sp
/*=================================================================================*/

#div-footer-contact-button {
	position:relative;
	margin:20px 0;
	/*background:#f5f5f5;*/
}

#ul-footer-contact-button {
	margin:0 auto;
	width:94%;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#li-footer-contact-button-counseling {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*background-color:#b09d7c;*/
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
  /*background: linear-gradient(-180deg, #b09d7c 9%, #FFFFFF 51%, #B09D72 96%);*/

}

#li-footer-contact-button-mail {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
  /*  background: linear-gradient(to bottom, #bd9d5a 0%,#b48a34 50%,#ab760c 100%);/*クロスクリニック*/*/
}

#a-footer-contact-button-counseling {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color: #493827;
  color: #836444;
	color:#FFFFFF;
  line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail i {
	margin-right:4px;
	vertical-align:1px;
}

/*=================================================================================*/
/* footer contact tel sp
/*=================================================================================*/

#div-footer-contact-tel {
	position:relative;
	/*background:#f5f5f5;*/
}

#div-footer-contact-tel-inner {
	width:100%;
}

#h3-footer-contact-tel {
	margin-left:-4px;
	font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: calc(140% + .5vw );
	font-weight:500;
	text-align:center;
}

#ul-footer-contact-tel {
	width:100%;
	padding:15px 8px 14px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:center; /* Safari */
	justify-content:center;
}

#li-footer-contact-tel {
}

#p-footer-contact-tel {
}

#p-footer-contact-tel i {
	padding-right:5px;
	font-size:23px;
	vertical-align:-12px;
	color: #3F2413;
}

#p-footer-contact-tel img {
	width:180px;
}

#span-p-footer-contact-tel-receiver-icon img {
    padding-top: 4px;
    width: 20px;
}

#p-footer-contact-tel-reception-time {
	margin-top:5px;
	padding-left:8px;
	font-size:12px;
}

#span-p-footer-inner-tel-reception-time-offday {
	padding-left:10px;
	vertical-align:0px;
	font-size:12px;
}

#li-footer-contact-appointment {
}

#p-footer-contact-appointment {
	margin-top:-4px;
	margin-left:9px;
	padding-top:14px;
	width:56px;
	height:56px;
	border-radius:50%;
	background-color:#FAF5EF;
	/*border:1px solid #b09d7c;*/
	font-size:11px;
	line-height:1.3;
	text-align:center;
	color:#411E00;
	font-weight:500;
}

/*=================================================================================*/
/* footer address sp
/*=================================================================================*/

#address-footer-clinic-information {
	background:#F0EAE1;
	background-color:#E8E1D1;
	background-color:rgba(232,225,209,.4);
	padding:7px 0 12px;
}

#dl-address-footer-clinic-information {
	margin:0 auto 8px;
	display:table;
}

#dt-address-footer-clinic-information {
	display:table-cell;
	font-size:21px;
}

#dt-address-footer-clinic-information i {
	vertical-align:-4px;
}

.dd-address-footer-clinic-information {
	padding-left:10px;
	font-size:12px;
	line-height:1.8;
}

#p-address-footer-more {
	text-align:center;
	font-size:12px;
}

#p-address-footer-more i {
	padding-left:5px;
	font-size:10px;
	vertical-align:0;
}

/*=================================================================================*/
/* footer sns sp
/*=================================================================================*/

#div-footer-sns {
	margin:16px 0 14px;
}

#ul-footer-sns {
  margin: 0 auto;
  width: calc( 10.5vw + 50px );
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.li-footer-sns {
}

.a-footer-sns {
  position: relative;
  display: block;
  color: #3F2413;
  width: 3.5vw;
  height: 3.5vw;
}

#a-footer-sns-facebook {
}

#a-footer-sns-twitter {
}

#a-footer-sns-instagram {
}

#a-footer-sns-facebook::before  {
  position: absolute;
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-twitter::before  {
  position: absolute;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-instagram::before  {
  position: absolute;
  content: "\f16d";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

/*=================================================================================*/
/* footer link sp
/*=================================================================================*/

#div-footer-link {
  overflow: hidden;
}

#ul-footer-link {
  text-align: center;
  padding: 0 0 10px;
  font-size: 11px;
	color: #3F2413;
}

.li-footer-link {
	display: inline-block;
  padding-right: 10px;
}

.li-footer-link:last-child {
  padding-right: 0;
}

.a-li-footer-link {
  color: #333;
  transition: .1s ease-in-out;
}

.a-li-footer-link:hover {
  color: #ada097;
  text-decoration:none;
}

/*=================================================================================*/
/* footer-copyright sp
/*=================================================================================*/

#div-footer-copyright {
}

#p-footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:32px;
	background-color:#F8F8F8;
	background-color:rgba(200,183,153,.3);
	font-size:11px;
	text-align:center;
	line-height:32px;
}

#a-p-footer-copyright {
	color:#3F2413;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

/*=================================================================================*/
/* footer contact button sp
/*=================================================================================*/

#div-footer-contact-button {
	position:relative;
	margin:20px 0;
	/*background:#f5f5f5;*/
}

#ul-footer-contact-button {
	margin:0 auto;
	width:94%;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#li-footer-contact-button-counseling {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*background-color:#b09d7c;*/
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
}

#li-footer-contact-button-mail {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
}

#a-footer-contact-button-counseling {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail i {
	margin-right:4px;
	vertical-align:1px;
}

/*=================================================================================*/
/* footer contact tel sp
/*=================================================================================*/

#div-footer-contact-tel {
	position:relative;
	/*background:#f5f5f5;*/
}

#div-footer-contact-tel-inner {
	width:100%;
}

#h3-footer-contact-tel {
	margin-left:-4px;
	font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: calc(140% + .5vw );
	font-weight:500;
	text-align:center;
}

#ul-footer-contact-tel {
	width:100%;
	padding:15px 8px 14px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:center; /* Safari */
	justify-content:center;
}

#li-footer-contact-tel {
}

#p-footer-contact-tel {
}

#p-footer-contact-tel i {
	padding-right:5px;
	font-size:23px;
	vertical-align:-12px;
	color: #3F2413;
}

#p-footer-contact-tel img {
	width:180px;
}

#span-p-footer-contact-tel-receiver-icon img {
    padding-top: 4px;
    width: 20px;
}

#p-footer-contact-tel-reception-time {
	margin-top:5px;
	padding-left:8px;
	font-size:12px;
}

#span-p-footer-inner-tel-reception-time-offday {
	padding-left:10px;
	vertical-align:0px;
	font-size:12px;
}

#li-footer-contact-appointment {
}

#p-footer-contact-appointment {
	margin-top:-4px;
	margin-left:9px;
	padding-top:14px;
	width:56px;
	height:56px;
	border-radius:50%;
	background-color:#FAF5EF;
	/*border:1px solid #b09d7c;*/
	font-size:11px;
	line-height:1.3;
	text-align:center;
	color:#411E00;
	font-weight:500;
}

/*=================================================================================*/
/* footer address sp
/*=================================================================================*/

#address-footer-clinic-information {
	background:#F0EAE1;
	background-color:#E8E1D1;
	background-color:rgba(232,225,209,.4);
	padding:7px 0 12px;
}

#dl-address-footer-clinic-information {
	margin:0 auto 8px;
	display:table;
}

#dt-address-footer-clinic-information {
	display:table-cell;
	font-size:21px;
}

#dt-address-footer-clinic-information i {
	vertical-align:-4px;
}

.dd-address-footer-clinic-information {
	padding-left:10px;
	font-size:12px;
	line-height:1.8;
}

#p-address-footer-more {
	text-align:center;
	font-size:12px;
}

#p-address-footer-more i {
	padding-left:5px;
	font-size:10px;
	vertical-align:0;
}

/*=================================================================================*/
/* footer sns sp
/*=================================================================================*/

#div-footer-sns {
	margin:20px 0 19px;
}

#ul-footer-sns {
	text-align:center;
}

.li-footer-sns {
	display:inline-block;
	padding-right:25px;
}

.li-footer-sns:last-child {
	padding-right:0;
}

.a-footer-sns {
  position: relative;
  display: block;
  color: #3F2413;
  width: 3.5vw;
  height: 3.5vw;
}

#a-footer-sns-facebook {
}

#a-footer-sns-twitter {
}

#a-footer-sns-instagram {
}

#a-footer-sns-facebook::before  {
  position: absolute;
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-twitter::before  {
  position: absolute;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-instagram::before  {
  position: absolute;
  content: "\f16d";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

/*=================================================================================*/
/* footer link sp
/*=================================================================================*/

#div-footer-link {
}

#ul-footer-link {
    text-align: center;
    padding: 0 0 10px;
    font-size: 11px;
	color: #3F2413;
}

.li-footer-link {
	display: inline-block;
    padding-right: 10px;
}

.a-li-footer-link {
    color: #333;
    transition: .1s ease-in-out;
}

.a-li-footer-link:hover {
    color: #ada097;
    text-decoration:none;
}

/*=================================================================================*/
/* footer-copyright sp
/*=================================================================================*/

#div-footer-copyright {
}

#p-footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:32px;
	background-color:#F8F8F8;
	background-color:rgba(200,183,153,.3);
	font-size:11px;
	text-align:center;
	line-height:32px;
}

#a-p-footer-copyright {
	color:#3F2413;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){

/*=================================================================================*/
/* footer contact button sp
/*=================================================================================*/

#div-footer-contact-button {
	position:relative;
	margin:20px 0;
	/*background:#f5f5f5;*/
}

#ul-footer-contact-button {
	margin:0 auto;
	width:94%;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#li-footer-contact-button-counseling {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*background-color:#b09d7c;*/
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
}

#li-footer-contact-button-mail {
	padding-top:1px;
	width:48.5%;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color:#B39C67;
	background-color:#641511;
	background-color:#503525;
	background-color:#B1955C;/*銀座シックス*/
	background-color:#B09D7C;
}

#a-footer-contact-button-counseling {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail {
	display:block;
	font-size:13px;
	color:rgba(255,255,255,.8);
	color:#FFFFFF;
	line-height:40px;
	text-align:center;
}

#a-footer-contact-button-mail i {
	margin-right:4px;
	vertical-align:1px;
}

/*=================================================================================*/
/* footer contact tel sp
/*=================================================================================*/

#div-footer-contact-tel {
	position:relative;
	/*background:#f5f5f5;*/
}

#div-footer-contact-tel-inner {
	width:100%;
}

#h3-footer-contact-tel {
	margin-left:-4px;
	font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: calc(140% + .5vw );
	font-weight:500;
	text-align:center;
}

#ul-footer-contact-tel {
	width:100%;
	padding:15px 8px 14px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:center; /* Safari */
	justify-content:center;
}

#li-footer-contact-tel {
}

#p-footer-contact-tel {
}

#p-footer-contact-tel i {
	padding-right:5px;
	font-size:23px;
	vertical-align:-12px;
	color: #3F2413;
}

#p-footer-contact-tel img {
	width:180px;
}

#span-p-footer-contact-tel-receiver-icon img {
    padding-top: 4px;
    width: 20px;
}

#p-footer-contact-tel-reception-time {
	margin-top:5px;
	padding-left:8px;
	font-size:12px;
}

#span-p-footer-inner-tel-reception-time-offday {
	padding-left:10px;
	vertical-align:0px;
	font-size:12px;
}

#li-footer-contact-appointment {
}

#p-footer-contact-appointment {
	margin-top:-4px;
	margin-left:9px;
	padding-top:14px;
	width:56px;
	height:56px;
	border-radius:50%;
	background-color:#FAF5EF;
	/*border:1px solid #b09d7c;*/
	font-size:11px;
	line-height:1.3;
	text-align:center;
	color:#411E00;
	font-weight:500;
}

/*=================================================================================*/
/* footer address sp
/*=================================================================================*/

#address-footer-clinic-information {
	background:#F0EAE1;
	background-color:#E8E1D1;
	background-color:rgba(232,225,209,.4);
	padding:7px 0 12px;
}

#dl-address-footer-clinic-information {
	margin:0 auto 8px;
	display:table;
}

#dt-address-footer-clinic-information {
	display:table-cell;
	font-size:21px;
}

#dt-address-footer-clinic-information i {
	vertical-align:-4px;
}

.dd-address-footer-clinic-information {
	padding-left:10px;
	font-size:12px;
	line-height:1.8;
}

#p-address-footer-more {
	text-align:center;
	font-size:12px;
}

#p-address-footer-more i {
	padding-left:5px;
	font-size:10px;
	vertical-align:0;
}

/*=================================================================================*/
/* footer sns sp
/*=================================================================================*/

#div-footer-sns {
	margin:20px 0 19px;
}

#ul-footer-sns {
	text-align:center;
}

.li-footer-sns {
	display:inline-block;
	padding-right:25px;
}

.li-footer-sns:last-child {
	padding-right:0;
}

.a-footer-sns {
  position: relative;
  display: block;
  color: #3F2413;
  width: 3.5vw;
  height: 3.5vw;
}

#a-footer-sns-facebook {
}

#a-footer-sns-twitter {
}

#a-footer-sns-instagram {
}

#a-footer-sns-facebook::before  {
  position: absolute;
  content: "\f09a";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-twitter::before  {
  position: absolute;
  content: "\f099";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

#a-footer-sns-instagram::before  {
  position: absolute;
  content: "\f16d";
  font-family: 'FontAwesome';
  font-size: 3.5vw;
}

/*=================================================================================*/
/* footer link sp
/*=================================================================================*/

#div-footer-link {
}

#ul-footer-link {
    text-align: center;
    padding: 0 0 10px;
    font-size: 11px;
	color: #3F2413;
}

.li-footer-link {
	display: inline-block;
    padding-right: 10px;
}

.a-li-footer-link {
    color: #333;
    transition: .1s ease-in-out;
}

.a-li-footer-link:hover {
    color: #ada097;
    text-decoration:none;
}

/*=================================================================================*/
/* footer-copyright sp
/*=================================================================================*/

#div-footer-copyright {
}

#p-footer-copyright {
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	height:32px;
	background-color:#F8F8F8;
	background-color:rgba(200,183,153,.3);
	font-size:11px;
	text-align:center;
	line-height:32px;
}

#a-p-footer-copyright {
	color:#3F2413;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

/*================================================================================*/
/* footer contact pc
/*================================================================================*/

#div-footer-contact {
	position:relative;
	width:100%;
}

#div-footer-contact-inner {
	margin:0 auto;
	width:1000px;
}

#h3-footer-contact {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top:40px;
	font-size:23px;
	text-align:center;
	letter-spacing:1px;
}

#ul-footer-contact {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width:100%;
	padding:30px 0 40px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:center; /* Safari */
	justify-content:center;
}

#li-footer-contact-tel {
}

#li-footer-contact-button {
}

/* footer contact tel
/*---------------------------------------------------------------------------------*/

#p-footer-contact-tel {
}

#span-p-footer-contact-tel-receiver-icon {
}

#span-p-footer-contact-tel-receiver-icon img {
	padding-top:5px;
	width:25px;
}

#span-p-footer-contact-tel-number {
}

#span-p-footer-contact-tel-number img {
	width:210px;
}

#span-p-footer-contact-tel-appointment {
	display:inline-block;
	margin-left:8px;
	padding-top:13px;
	width:60px;
	height:60px;
	border-radius:50%;
	background:#000;
	/*border:1px solid #b09d7c;*/
	font-size:12px;
	line-height:1.45;
	text-align:center;
	color:#fff;
	margin-top:-3px;
}

#p-footer-contact-tel-reception-time {
	font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	margin-top:-15px;
	padding-left:2px;
	font-size:calc( 95% + 0.5vw );
}

#span-p-footer-inner-tel-reception-time-offday {
	font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	padding-left:0.8em;
	vertical-align:1px;
	font-size:12px;
}

/* footer contact button
/*---------------------------------------------------------------------------------*/

#ul-footer-contact-button {
	margin-top:10px;
	margin-left:40px;
	width:100%;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
}

#li-footer-contact-button-counseling {
	width:187px;
	height:40px;
	/*background:radial-gradient(circle ,#cc2855, #a41934 100%);*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#aa9679;
	background-color:#C3AD7B;
	background:#b09d7c;
}

#li-footer-contact-button-mail {
	margin-left:20px;
	width:197px;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*background:#b07d7c;*/
	background:#b09d7c;
}

#a-footer-contact-button-counseling {
	display:block;
	height:100%;
	font-size:13px;
	color:#fff;
	padding-top:14px;
	font-weight:500;
	text-align:center;
	 transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#a-footer-contact-button-counseling:hover {
	background: rgba(255,255,255,.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#a-footer-contact-button-mail {
	display:block;
	height:100%;
	font-size:13px;
	color:#fff;
	padding-top:14px;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
	 transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#i-a-footer-contact-button-mail {
	margin-right:5px;
}

#a-footer-contact-button-mail:hover {
	background: rgba(255,255,255,.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*================================================================================*/
/* footer satellite site list pc
/*================================================================================*/

#div-footer-satellite-site {
	width:100%;
	background:#f8f8f8;
}

#div-footer-satellite-site-inner {
	width:1024px;
	margin:0 auto;
	padding-bottom:10px;
}

#h3-footer-satellite-site {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-top: 30px;
    font-size: 23px;
    text-align: center;
    letter-spacing: 1px;
}

#ul-footer-satellite-site {
	overflow:hidden;
	margin-top:30px;
	/*width:995px;*/
	width:1024px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.li-footer-satellite-site {
	display:block;
	height:35px;
	font-size:12px;
}

.li-footer-satellite-site:before {
	content:" -";
	padding-right:7px;
}

.a-footer-satellite-site {
	display:inline-block;
    color: #555;
	white-space: nowrap;
	vertical-align:-1px;
	transition: .1s ease-in-out;
}

.a-footer-satellite-site:hover {
	color: #ada097;
	text-decoration:underline;
}

/*================================================================================*/
/* footer clinic information pc
/*================================================================================*/

#div-footer-clinic-information {
	padding-top:50px;
	background:#fff;
}

#h2-footer-clinic-information-logo {
	margin:0 auto;
	width:320px;
}

#a-footer-clinic-information-logo {
	display:block;
}

#a-footer-clinic-information-logo img {
	width:270px;
}

/* footer clinic information detail layout
/*--------------------------------------------------------------------------------*/

#ul-footer-clinic-information-detail {
	margin:40px auto;
	width:1024px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:space-between; /* Safari */
	justify-content:space-between;*/
}

#li-footer-clinic-information-detail-tel {
}

#li-footer-clinic-information-detail-address {
}

#li-footer-clinic-information-detail-train {
}

#li-footer-clinic-information-detail-access-map {
}

/* footer clinic information detail tel
/*--------------------------------------------------------------------------------*/

#p-footer-clinic-information-detail-tel {
}

#span-p-footer-clinic-information-detail-tel-receiver-icon {
}

#span-p-footer-clinic-information-detail-tel-receiver-icon img {
	padding-top:4px;
	width:20px;
}

#span-p-footer-clinic-information-detail-tel-number {
}

#span-p-footer-clinic-information-detail-tel-number img {
	width:160px;
}

#span-p-footer-clinic-information-detail-tel-appointment {
	display:inline-block;
	margin-top:3px;
	margin-left:2px;
	border:1px solid #bbb;
	padding:4px 8px 4px;
	font-size:11px;
}

#p-footer-clinic-information-detail-tel-reception-time {
	padding-top: 10px;
    padding-left: 27px;
    font-size: 14px;
}

#span-p-footer-clinic-information-detail-tel-reception-time-offday {
	padding-left:1em;
	vertical-align:1px;
	font-size:12px;
}

/* footer clinic information detail address
/*--------------------------------------------------------------------------------*/

#address-footer-clinic-information-detail-address {
}

#dl-address-footer-clinic-information-detail-address {
	display:table;
}

#dt-address-footer-clinic-information-detail-address {
	display:table-cell;
}

#dt-address-footer-clinic-information-detail-address img {
	vertical-align:-11px;
	width:28px;
}

.dd-address-footer-clinic-information-detail-address {
	padding-left:10px;
	font-size:13px;
	line-height:2.0;
}

/* footer clinic information detail train
/*--------------------------------------------------------------------------------*/

#dl-footer-clinic-information-detail-train {
	display:table;
}

#dt-footer-clinic-information-detail-train {
	display:table-cell;
}

#dt-footer-clinic-information-detail-train img {
	vertical-align:-11px;
	width:25px;
}

.dd-footer-clinic-information-detail-train {
	padding-left:14px;
	font-size:13px;
	line-height:2.0;
}

/* footer clinic information detail access map
/*--------------------------------------------------------------------------------*/

#figcaption-footer-clinic-information-access-map {
	margin-top:-18px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
	padding-bottom:10px;
	text-align:center;
}

#figure-footer-clinic-information-access-map {
	width:212px;
	font-size: calc( 100% + .5vw );
	color:#333;
}

#figure-footer-clinic-information-access-map img {
	width:212px;
}


/* footer clinic information detail creditcard
/*--------------------------------------------------------------------------------*/

#p-footer-clinic-information-creditcard {
	margin:0 auto;
	width:1024px;
	padding-bottom:60px;
	/*padding-left:28px;*/
}

#span-p-footer-clinic-information-creditcard-icon {
}

#span-p-footer-clinic-information-creditcard-icon img {
	vertical-align:-3px;
	width:21px;
}

#span-p-footer-clinic-information-creditcard {
	display:block;
	margin-top:-130px;
	padding-left:27px;
	font-size:14px;
	line-height:1.5;
}

/*=================================================================================*/
/* footer link pc
/*=================================================================================*/

#div-footer-link {
}

#ul-footer-link {
    text-align: center;
    padding: 25px 0 20px;
    font-size: 13px;
    cursor: default;
}

.li-footer-link {
	display: inline-block;
    padding-right: 15px;
}

.li-footer-link a {
    color: #333;
    transition: .1s ease-in-out;
}

.li-footer-link a:hover {
    color: #ada097;
    text-decoration:none;
}

}

@media only screen and (min-width: 1096px){

/*================================================================================*/
/* footer contact pc
/*================================================================================*/

#div-footer-contact {
	position:relative;
	width:100%;
  background:#F8F8F8;
}

#div-footer-contact-inner {
	margin:0 auto;
	width:1000px;
}

#h3-footer-contact {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top:40px;
	font-size:23px;
	text-align:center;
	letter-spacing:1px;
}

#ul-footer-contact {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	width:100%;
	padding:30px 0 40px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:center; /* Safari */
	justify-content:center;
}

#li-footer-contact-tel {
}

#li-footer-contact-button {
}

/* footer contact tel
/*---------------------------------------------------------------------------------*/

#p-footer-contact-tel {
}

#span-p-footer-contact-tel-receiver-icon {
}

#span-p-footer-contact-tel-receiver-icon img {
	padding-top:5px;
	width:25px;
}

#span-p-footer-contact-tel-number {
}

#span-p-footer-contact-tel-number img {
	width:210px;
}

#span-p-footer-contact-tel-appointment {
	display:inline-block;
	margin-left:12px;
	padding-top:13px;
	width:60px;
	height:60px;
	border-radius:50%;
	background:#000;
	/*border:1px solid #b09d7c;*/
	font-size:12px;
	line-height:1.45;
	text-align:center;
	color:#fff;
	margin-top:-3px;
}

#p-footer-contact-tel-reception-time {
	font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	margin-top:-15px;
	padding-left:4px;
	/*font-size:calc( 95% + 0.5vw );*/
    font-size:16px;
}

#span-p-footer-inner-tel-reception-time-offday {
	font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	padding-left:0.8em;
	vertical-align:1px;
	font-size:12px;
}

/* footer contact button
/*---------------------------------------------------------------------------------*/

#ul-footer-contact-button {
	margin-top:10px;
	margin-left:40px;
	width:100%;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
}

#li-footer-contact-button-counseling {
	width:187px;
	height:40px;
	/*background:radial-gradient(circle ,#cc2855, #a41934 100%);*/
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#aa9679;
	background-color:#C3AD7B;
	background:#b09d7c;
}

#li-footer-contact-button-mail {
	margin-left:20px;
	width:197px;
	height:40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*background:#b07d7c;*/
	background:#b09d7c;
}

#a-footer-contact-button-counseling {
	display:block;
	height:100%;
	font-size:13px;
	color:#fff;
	padding-top:14px;
	font-weight:500;
	text-align:center;
	 transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#a-footer-contact-button-counseling:hover {
	background: rgba(255,255,255,.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#a-footer-contact-button-mail {
	display:block;
	height:100%;
	font-size:13px;
	color:#fff;
	padding-top:14px;
	font-weight:500;
	letter-spacing:1px;
	text-align:center;
	 transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#i-a-footer-contact-button-mail {
	margin-right:5px;
}

#a-footer-contact-button-mail:hover {
	background: rgba(255,255,255,.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/*================================================================================*/
/* footer satellite site list pc
/*================================================================================*/

#div-footer-satellite-site {
	width:100%;
	background:#f8f8f8;
}

#div-footer-satellite-site-inner {
	width:1024px;
	margin:0 auto;
	padding-bottom:10px;
}

#h3-footer-satellite-site {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 30px;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
}

#ul-footer-satellite-site {
	overflow:hidden;
	margin-top:30px;
	/*width:995px;*/
	width:1024px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
  justify-content: space-between;
}

.li-footer-satellite-site {
	display:block;
	height:35px;
	font-size:12px;
}

.li-footer-satellite-site:before {
	content:" -";
	padding-right:7px;
}

.a-footer-satellite-site {
	display:inline-block;
    color: #555;
	white-space: nowrap;
	vertical-align:-1px;
	transition: .1s ease-in-out;
}

.a-footer-satellite-site:hover {
	color: #ada097;
	text-decoration:underline;
}

/*================================================================================*/
/* footer clinic information pc
/*================================================================================*/

#div-footer-clinic-information {
	padding-top:50px;
	background:#fff;
}

#h2-footer-clinic-information-logo {
	margin:0 auto;
	width:320px;
}

#a-footer-clinic-information-logo {
	display:block;
}

#a-footer-clinic-information-logo img {
	width:270px;
}

/* footer clinic information detail layout
/*--------------------------------------------------------------------------------*/

#ul-footer-clinic-information-detail {
	margin:40px auto;
	width:1024px;
	display:-webkit-flex; /* Safari */
  	display:flex;
	-webkit-flex-flow:row nowrap; /* Safari */
  	flex-flow:row nowrap;
	-webkit-justify-content:space-between; /* Safari */
	justify-content:space-between;*/
}

#li-footer-clinic-information-detail-tel {
}

#li-footer-clinic-information-detail-address {
}

#li-footer-clinic-information-detail-train {
}

#li-footer-clinic-information-detail-access-map {
}

/* footer clinic information detail tel
/*--------------------------------------------------------------------------------*/

#p-footer-clinic-information-detail-tel {
}

#span-p-footer-clinic-information-detail-tel-receiver-icon {
}

#span-p-footer-clinic-information-detail-tel-receiver-icon img {
	padding-top:4px;
	width:20px;
}

#span-p-footer-clinic-information-detail-tel-number {
}

#span-p-footer-clinic-information-detail-tel-number img {
	width:160px;
}

#span-p-footer-clinic-information-detail-tel-appointment {
	display:inline-block;
	margin-top:3px;
	margin-left:5px;
	border:1px solid #bbb;
	padding:4px 8px 4px;
	font-size:12px;
}

#p-footer-clinic-information-detail-tel-reception-time {
	padding-top: 8px;
    padding-left: 27px;
    font-size: 14px;
}

#span-p-footer-clinic-information-detail-tel-reception-time-offday {
	padding-left:1em;
	vertical-align:1px;
	font-size:13px;
}

/* footer clinic information detail address
/*--------------------------------------------------------------------------------*/

#address-footer-clinic-information-detail-address {
}

#dl-address-footer-clinic-information-detail-address {
	display:table;
}

#dt-address-footer-clinic-information-detail-address {
	display:table-cell;
}

#dt-address-footer-clinic-information-detail-address img {
	vertical-align:-11px;
	width:28px;
}

.dd-address-footer-clinic-information-detail-address {
	padding-left:10px;
	font-size:14px;
	line-height:1.8;
}

/* footer clinic information detail train
/*--------------------------------------------------------------------------------*/

#dl-footer-clinic-information-detail-train {
	display:table;
}

#dt-footer-clinic-information-detail-train {
	display:table-cell;
}

#dt-footer-clinic-information-detail-train img {
	vertical-align:-11px;
	width:25px;
}

.dd-footer-clinic-information-detail-train {
	padding-left:14px;
	font-size:14px;
	line-height:1.8;
}

/* footer clinic information detail access map
/*--------------------------------------------------------------------------------*/

#figcaption-footer-clinic-information-access-map {
	margin-top:-18px;
	/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;*/
	padding-bottom:10px;
	text-align:center;
}

#figure-footer-clinic-information-access-map {
	width:212px;
	font-size: calc( 100% + .5vw );
	color:#333;
}

#figure-footer-clinic-information-access-map img {
	width:212px;
}


/* footer clinic information detail creditcard
/*--------------------------------------------------------------------------------*/

#p-footer-clinic-information-creditcard {
	margin:0 auto;
	width:1024px;
	padding-bottom:60px;
	/*padding-left:28px;*/
}

#span-p-footer-clinic-information-creditcard-icon {
}

#span-p-footer-clinic-information-creditcard-icon img {
	vertical-align:-3px;
	width:21px;
}

#span-p-footer-clinic-information-creditcard {
	display:block;
	margin-top:-130px;
	padding-left:9px;
	font-size:14px;
	line-height:1.5;
}

/*=================================================================================*/
/* footer link pc
/*=================================================================================*/

#div-footer-link {
}

#ul-footer-link {
    text-align: center;
    padding: 25px 0 20px;
    font-size: 13px;
    cursor: default;
}

.li-footer-link {
	display: inline-block;
    padding-right: 15px;
}

.li-footer-link a {
    color: #333;
    transition: .1s ease-in-out;
}

.li-footer-link a:hover {
    color: #ada097;
    text-decoration:none;
}

}

/*========================================================================================================================*/
/* top
/*========================================================================================================================*/
#banner {
  margin:0 auto;
  width:94%;
  border:1px solid #DDD;
}

#banner2 {
  margin:3vw auto;
  width:94%;
  border:1px solid #DDD;
}

@media only screen and (max-width: 359px){


}

@media only screen and (min-width: 360px) and (max-width: 591px){



}

@media only screen and (min-width: 592px) and (max-width: 767px){


}

@media only screen and (min-width: 768px) and (max-width: 1023px){


}

@media only screen and (min-width: 1024px) and (max-width: 1095px){

#banner {
  width:100%;
}

#banner2 {
  width:100%;
}

}

@media only screen and (min-width: 1096px){

#banner {
  width:100%;
}

#banner2 {
  width:100%;
}

}

/*========================================================================================================================*/
/* top menu
/*========================================================================================================================*/

#div-menu {
  padding:0 0 40px;
  width:100%;
  background-color: #FFFCF1;
}

#h3-menu {
  padding:40px 0 40px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:30px;
  color:#6B1A16;
  text-align: center;
}

.a-menu {
  display:block;
  width:100%;
  height:auto;
}

#ul-menu {
  margin:0 auto;
  width:1000px;
  font-size:0;
}

.li-menu {
  display: inline-block;
  width:23.5%;
  border:1px solid #E8DDBF;
}

.li-menu:first-child {
  margin-right:2%;
}

.li-menu:nth-child(2){
  margin-right:2%;
}

.li-menu:nth-child(3){
  margin-right:2%;
}

.h4-menu {
  padding:15px 0 14px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 20px;
  border-top:1px solid #E8DDBF;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 359px){

#ul-menu {
  display:flex;
  display:-webkit-flex;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-menu {
  padding:0 4% 0;
  width:100%;
}

#h3-menu {
  padding:6vw 0 6vw;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#6B1A16;
  text-align: center;
}

#ul-menu {
  width:100%;
  font-size:0;
}

.li-menu {
  display: inline-block;
  width:48%;
  margin-bottom: 4vw;
  border:1px solid #E8DDBF;
}

.li-menu:nth-child(odd){
  margin-right:4%;
}

.li-menu:nth-child(2){
  margin-right:0;
}

.h4-menu {
  padding:10px 0 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size:15px;
  border-top:1px solid #E8DDBF;
  background-color: #FFFFFF;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){


}

@media only screen and (min-width: 768px) and (max-width: 1023px){


}

@media only screen and (min-width: 1024px) and (max-width: 1095px){


}

@media only screen and (min-width: 1096px){


}

/*========================================================================================================================*/
/* top banner3
/*========================================================================================================================*/

#div-banner3 {
  margin-top:40px;
  padding-bottom:40px;
  border-top:8px solid #DDD;
  width: 100%;
  background-color: #F8F8F8;
}

#h3-banner3 {
  margin-top:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  /* font-weight: bold; */
  color: #6e6347;
  line-height: 1.5;
  text-align: center;
}

#ul-banner3 {
  margin:25px auto 0;
  width:1000px;
  font-size:0;
}

.li-banner3 {
  display:inline-block;
  width:48.5%;
}

.a-banner3 {
  overflow: hidden;
  position:relative;
  display:block;
  width:100%;
  height:130px;
}

.p-banner3 {
  padding-top:40px;
  padding-left:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:15px;
  color:#9F7650;
}

.h3-banner3 {
  padding-left:27px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:23px;
  color:#5B534C;
  line-height:1.75;
}

.li-banner3:first-child {
  margin-right:3%;
  margin-bottom:30px;
}

.li-banner3:nth-child(2) {
}

.li-banner3:nth-child(3) {
  margin-right:3%;
}

#a-banner3-a {
  border:1px solid #F8F8F8;
  background: -webkit-linear-gradient(left, #FAF1EC 0%, #FDFCFA 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #FAF1EC 0%, #FDFCFA 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#a-banner3-b {
  border:1px solid #F8F8F8;
  background: -webkit-linear-gradient(left, #EDF3F3 0%, #FBFDFC 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #EDF3F3 0%, #FBFDFC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#a-banner3-c {
  border:1px solid #F8F8F8;
  background: -webkit-linear-gradient(left, #AFC3CE 0%, #CFDDE6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #AFC3CE 0%, #CFDDE6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#a-banner3-d {
  border:1px solid #F8F8F8;
  background: -webkit-linear-gradient(left, #EDF3F3 0%, #FBFDFC 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #EDF3F3 0%, #FBFDFC 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.a-banner3:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

#a-banner3-a::before {
 position:absolute;
 content:"";
 top:0;
 right:0;
 width:150px;
 height:100%;
 background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 80% auto no-repeat;
}

#a-banner3-b::before {
 position:absolute;
 content:"";
 top:0;
 right:0;
 width:150px;
 height:100%;
 background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 80% auto no-repeat;
}

#a-banner3-c::before {
 position:absolute;
 content:"";
 top:0;
 right:0;
 width:150px;
 height:100%;
 background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 80% auto no-repeat;
}

#a-banner3-d::before {
 position:absolute;
 content:"";
 top:0;
 right:0;
 width:150px;
 height:100%;
 background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 80% auto no-repeat;
}

@media only screen and (max-width: 359px){
#ul-banner3 {
  width:100%;
  padding:0 4%;
}

.li-banner3 {
  display:block;
  width:100%;
}

.li-banner3:first-child  {
  margin-bottom:4%;
}

.li-banner3:nth-child(2)  {
  margin-bottom:4%;
}

.li-banner3:nth-child(3) {
  margin-bottom:4%;
}

.a-banner3 {
  height:100px;
}

.p-banner3 {
  padding-top:30px;
  font-size:13px;
}

.h3-banner3 {
  font-size:20px;
}

#a-banner3-d::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 60% auto no-repeat;
}

}


@media only screen and (min-width: 360px) and (max-width: 591px){

#ul-banner3 {
  width:100%;
  padding:0 4%;
}

.li-banner3 {
  display:block;
  width:100%;
}

.li-banner3:first-child {
  margin-bottom:4%;
}

.li-banner3:nth-child(2)  {
  margin-bottom:4%;
}

.li-banner3:nth-child(3) {
  margin-bottom:4%;
}

.a-banner3 {
  height:100px;
}

.p-banner3 {
  padding-top:30px;
  font-size:13px;
}

.h3-banner3 {
  font-size:20px;
}

#a-banner3-a::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 50px 5px / 60% auto no-repeat;
}

#a-banner3-b::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 50px 5px / 60% auto no-repeat;
}

#a-banner3-c::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 50px 5px / 60% auto no-repeat;
}

#a-banner3-d::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 50px 5px / 60% auto no-repeat;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){


}

@media only screen and (min-width: 768px) and (max-width: 1023px){


}

@media only screen and (min-width: 1024px) and (max-width: 1095px){


}

@media only screen and (min-width: 1096px){


}

/*========================================================================================================================*/
/* top ginzahada clinic
/*========================================================================================================================*/

#div-ginzahada {
  width:100%;
  background-color: #F7F7F7;
  padding:30px 0;
}

#ul-ginzahada {
  margin:0 auto;
  width:1000px;
  font-size:0;
}

.li-ginzahada {
  width:calc(50% - 15px);
  display:inline-flex;
  background-color:#FFFFFF;
}

.a-ginzahada {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:auto;
  padding:20px 10px 20px 20px;
}

.a-ginzahada::before {
  position:absolute;
  content: " ";
  bottom: 5px;
  right: 5px;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.li-ginzahada:first-child {
  margin-right:30px;
  margin-bottom:30px;
}

.li-ginzahada:nth-child(3) {
  margin-right:30px;
}

.figure-ginzahada {
  width:150px;
}

.img-ginzahada {
  width:150px;
}

.div-ginzahada-right {
  margin-left:20px;
  width:100%;
}

.h3-ginzahada {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  /*font-weight: bold;*/
  color: #6e6347;
  line-height: 1.5;
}

.p-ginzahada {
  padding-top:10px;
  font-size:16px;
  line-height: 1.5;
}

.a-ginzahada:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-ginzahada {
  padding:4vw;
}

#ul-ginzahada {
  width:100%;
}

.li-ginzahada {
  width:100%;
  display:block;
}

.li-ginzahada:first-child {
  margin-bottom:4vw;
}

.li-ginzahada:nth-child(2) {
  margin-bottom:4vw;
}

.li-ginzahada:nth-child(3) {
  margin-bottom:4vw;
}

.a-ginzahada {
  padding:4vw 2vw 4vw 4vw;
}

.figure-ginzahada {
  width:90px;
}

.img-ginzahada {
  width:90px;
}

.div-ginzahada-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-ginzahada {
  font-size:18px;
  line-height:1.5;
}

.p-ginzahada {
  padding:4px 0 0 1px;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-ginzahada {
  padding:4vw;
}

#ul-ginzahada {
  width:100%;
}

.li-ginzahada {
  width:100%;
  display:block;
}

.li-ginzahada:first-child {
  margin-bottom:4vw;
}

.li-ginzahada:nth-child(2) {
  margin-bottom:4vw;
}

.li-ginzahada:nth-child(3) {
  margin-bottom:4vw;
}

.a-ginzahada {
  padding:4vw 2vw 4vw 4vw;
}

.figure-ginzahada {
  width:90px;
}

.img-ginzahada {
  width:90px;
}

.div-ginzahada-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-ginzahada {
  font-size:18px;
  line-height:1.5;
}

.p-ginzahada {
  padding:4px 0 0 1px;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-ginzahada {
  padding:4vw;
}

#ul-ginzahada {
  width:100%;
}

.li-ginzahada {
  width:100%;
  display:block;
}

.li-ginzahada:nth-child(2) {
  margin-bottom:4vw;
}

.li-ginzahada:nth-child(3) {
  margin-bottom:4vw;
}

.a-ginzahada {
  padding:4vw 2vw 4vw 4vw;
}

.figure-ginzahada {
  width:150px;
}

.img-ginzahada {
  width:150px;
}

.div-ginzahada-right {
  margin-left:4vw;
  width:100%;
}

.h3-ginzahada {
  font-size:24px;
  line-height:1.5;
}

.p-ginzahada {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top information
/*========================================================================================================================*/

#div-information {
  width:100%;
  border-top:8px solid #cccccc;
  border-bottom:8px solid #cccccc;
  padding:30px 0;
  background-color:#F8F8F8;
}

#div-information-inner {
  margin:0 auto;
  width:1000px;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
}

#div-whats-new,
#div-notice {
  /*margin-top:20px;*/
  width:47%;
}

#h3-whats-new,
#h3-notice {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  /* font-weight: bold; */
  color: #6e6347;
  line-height: 1.5;
  text-align: center;
}

#ul-whats-new,
#ul-notice {
  margin-top:20px;
  width:100%;
  border-top:1px dotted #cccccc;
}

.li-whats-new,
.li-notice {
  width:100%;
  border-bottom:1px dotted #cccccc;
}

.a-whats-new,
.a-notice {
  display:flex;
  display:-webkit-flex;
  padding:10px 5px 10px 10px;
  width:100%;
  height:auto;
  background-color:#FFFFFF;
}

.li-whats-new:nth-child(3),
.li-notice:nth-child(3) {
}

.figure-whats-new,
.figure-notice {
  width:100px;
}

.img-whats-new,
.img-notice {
  width:100px;
}

.div-whats-new-right,
.div-notice-right {
  margin-left:20px;
  width:100%;
}

.p-whats-new-date,
.p-notice-date {
  font-size:15px;
  /*font-weight: bold;*/
  color: #6e6347;
  line-height: 1.5;
}

.p-whats-new,
.p-notice {
  font-size:15px;
  line-height: 1.5;
}

.a-whats-new:hover,
.a-notice:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-information {
  width:100%;
  padding:0;
}

#div-information-inner {
  width:100%;
  display:block;
}

#div-whats-new,
#div-notice {
  width:100%;
  display:block;
}

#div-whats-new {
  padding:4vw 4vw 2vw;
}

#div-notice {
  border-top:8px solid #cccccc;
  padding:4vw 4vw 2vw;
}

#h3-whats-new,
#h3-notice {
  font-size:18px;
}

#ul-whats-new,
#ul-notice {
  margin-top:4vw;
}

.li-whats-new,
.li-notice {
}

.li-whats-new:last-child,
.li-notice:last-child {
  margin-bottom:4vw;
}

.a-whats-new,
.a-notice {
  padding:10px 0px 10px 5px;
}

.figure-whats-new,
.figure-notice {
  width:80px;
}

.img-whats-new,
.img-notice {
  width:80px;
}

.div-whats-new-right,
.div-notice-right {
  margin-left:3.5vw;
}

.p-whats-new-date,
.p-notice-date {
  font-size:12px;
}

.p-whats-new,
.p-notice {
  padding:0;
  font-size:13px;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-information {
  width:100%;
  padding:0;
}

#div-information-inner {
  width:100%;
  display:block;
}

#div-whats-new,
#div-notice {
  width:100%;
  display:block;
}

#div-whats-new {
  padding:3vw 3vw 4vw;
}

#div-notice {
  border-top:8px solid #cccccc;
  padding:3vw 3vw 4vw;
}

#h3-whats-new,
#h3-notice {
  font-size:17px;
}

#ul-whats-new,
#ul-notice {
  margin-top:2.5vw;
}

.li-whats-new,
.li-notice {
}

.li-whats-new:last-child,
.li-notice:last-child {
}

.a-whats-new,
.a-notice {
  padding:10px 0px 10px 10px;
}

.figure-whats-new,
.figure-notice {
  width:75px;
}

.img-whats-new,
.img-notice {
  width:75px;
}

.div-whats-new-right,
.div-notice-right {
  margin-left:10px;
}

.p-whats-new-date,
.p-notice-date {
  padding:1px 0 0;
  font-size:12px;
  line-height: 1;
}

.p-whats-new,
.p-notice {
  padding:2px 0 0;
  font-size:13px;
  line-height: 1.4;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top blog
/*========================================================================================================================*/

#div-blog {
  width:100%;
  background-color: #f5edeb;
  padding:60px 0;
}

#ul-blog {
  margin:0 auto;
  display:flex;
  display:-webkit-flex;
  justify-content: center;
}

.li-blog {
  width:400px;
  height:100px;
}

.li-blog:first-child {
  margin-right:30px;
}

.a-blog {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:100%;
  border:2px solid #fff;
  background: -webkit-linear-gradient(bottom, #FAF6F3 0%, #F3E9E0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FAF6F3 0%, #F3E9E0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.a-blog::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #4B3845 transparent;
}

#figure-blog-dr {
  overflow: hidden;
  padding-top:7px;
  width:120px;
  height:96px;
  text-align:center;
}

#img-blog-dr {
  width:120px;
  height:auto;
}

#div-blog-dr-right {
  padding-left:30px;
  width:calc(100% - 120px);
  height:100%;
}

/*
.a-blog::after {
  position:absolute;
  content: "";
  bottom: 0;
  left: 0;
  width:140px;
  height:120px;
  background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;
}
*/

#figure-blog-staff {
  overflow: hidden;
  padding-top:7px;
  width:120px;
  height:96px;
  text-align:center;
}

#img-blog-staff {
  width:105px;
  height:auto;
}

#div-blog-staff-right {
  padding-left:30px;
  width:calc(100% - 120px);
  height:100%;
}

.h3-blog {
  width:160px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  padding-top:18px;
  padding-left:3px;
  /*margin-left:170px;*/
  /*font-weight: bold;*/
  color: #4B3845;
  line-height: 1.5;
  border-bottom:1px solid #4B3845;
}

.p-blog {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left:3px;
  font-size:15px;
  line-height: 2;
}

.a-blog:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-blog {
  margin-top:4vw;
  padding:4vw 3vw 2vw;
  border-top:8px solid #dddddd;
  background-color: #f8f8f8;
}

#ul-blog {
  margin-top:3vw;
  width:100%;
  font-size:0;
}

.li-blog {
  display:inline-flex;
  width:calc(50% - 1.5vw);
  height:45px;
  margin-bottom:3vw;
}

.li-blog:nth-child(odd) {
  margin-right:3vw;
}

.a-blog {
  width:100%;
  height:45px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #FFFFFF;
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.a-blog::before {
  border-width: 0 0 10px 10px;
}

#figure-blog-dr {
  overflow:hidden;
  margin-top:-20px;
  margin-left:-20px;
  width:88px;
  height:63px;
  text-align:center;
}

#img-blog-dr {
  width:80px;
  height:auto;
}

#div-blog-dr-right {
  padding-left:0;
  width:calc(100% - 88px);
  height:100%;
}

#figure-blog-staff {
  overflow:hidden;
  margin-top:-20px;
  margin-left:0;
  width:70px;
  height:65px;
  text-align:center;
}

#img-blog-staff {
  width:68px;
  height:auto;
}

#div-blog-staff-right {
  padding-left:0;
  width:calc(100% - 70px);
  height:100%;
}

.h3-blog {
  width:100%;
  padding-top:10px;
  padding-left:0;
  margin-left:0;
  font-size:15px;
  border-bottom:none;
}

.p-blog {
  display:none;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-blog {
  margin-top:4vw;
  padding:4vw 3vw 2vw;
  border-top:8px solid #dddddd;
  background-color: #f8f8f8;
}

#ul-blog {
  margin-top:3vw;
  width:100%;
  font-size:0;
}

.li-blog {
  display:inline-flex;
  width:calc(50% - 1.5vw);
  height:45px;
  margin-bottom:3vw;
}

.li-blog:nth-child(odd) {
  margin-right:3vw;
}

.a-blog {
  width:100%;
  height:45px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #FFFFFF;
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.a-blog::before {
  border-width: 0 0 10px 10px;
}

#figure-blog-dr {
  overflow:hidden;
  margin-top:-20px;
  margin-left:-20px;
  width:88px;
  height:63px;
  text-align:center;
}

#img-blog-dr {
  width:80px;
  height:auto;
}

#div-blog-dr-right {
  margin-left:-5px;
  padding-left:0;
  width:calc(100% - 88px);
  height:100%;
}

#figure-blog-staff {
  overflow:hidden;
  margin-top:-20px;
  margin-left:0;
  width:70px;
  height:65px;
  text-align:center;
}

#img-blog-staff {
  width:68px;
  height:auto;
}

#div-blog-staff-right {
  margin-left:-5px;
  padding-left:0;
  width:calc(100% - 70px);
  height:100%;
}

.h3-blog {
  width:100%;
  padding-top:10px;
  padding-left:0;
  margin-left:0;
  font-size:15px;
  border-bottom:none;
}

.p-blog {
  display:none;
}

/*
#div-blog {
  padding:4vw;
}

#ul-blog {
  width:100%;
  display:block;
}

.li-blog {
  width:100%;
  display:block;
}

.li-blog:first-child {
  margin-bottom:4vw;
}

.a-blog::after {
  width:110px;
  height:90px;
  background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;
}

.h3-blog {
  padding-top:20px;
  padding-left:3px;
  margin-left:140px;
  font-size:20px;
}

.p-blog {
  padding-left:145px;
  font-size:14px;
}
*/

}

@media only screen and (min-width: 592px) and (max-width: 767px){
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top blog2
/*========================================================================================================================*/

#div-blog2 {
  width:100%;
  background-color: #f5edeb;
  padding:60px 0;
}

#ul-blog2 {
  margin:0 auto;
  width:1000px;
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
}

.li-blog2 {
  width:400px;
  height:100px;
}

.a-blog2 {
  /*position:relative;*/
  display:block;
  width:100%;
  height:100%;
  border:2px solid #fff;
  /*background: -webkit-linear-gradient(bottom, #FAF6F3 0%, #F3E9E0 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #FAF6F3 0%, #F3E9E0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.li-blog2:first-child {
  margin-right:30px;
}

.h3-blog2 {
  width:160px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  padding-top:18px;
  padding-left:3px;
  margin-left:170px;
  /*font-weight: bold;*/
  color: #4B3845;
  line-height: 1.5;
  border-bottom:1px solid #4B3845;
}

.p-blog2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left:175px;
  font-size:15px;
  line-height: 2;
}

.a-blog2:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-blog2 {
  padding:6vw 4vw 4vw;
}

#ul-blog2 {
  width:100%;
  display:block;
}

.li-blog2 {
  width:100%;
  display:block;
}

.li-blog2:first-child {
  margin-bottom:4vw;
}

.a-blog2::after {
  width:110px;
  height:90px;
  background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;
}

.h3-blog2 {
  padding-top:20px;
  padding-left:3px;
  margin-left:140px;
  font-size:20px;
}

.p-blog2 {
  padding-left:145px;
  font-size:14px;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-blog2 {
  padding:10vw 4vw 4vw;
}

#ul-blog2 {
  width:100%;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
}

.li-blog2 {
  width:calc(50% - 2vw);
}

.li-blog2:first-child {
  margin-right:2vw;
}

.a-blog2 {
  display:block;
  width:100%;
  border:1px solid #DDDDDD;
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.figure-blog2 {
  overflow:hidden;
  margin:0;
  width:100%;
  height:70px;
  text-align:center;
}

.img-blog2 {
  width:80px;
  height:auto;
}

.div-blog2-right {
  width:100%;
  height:100%;
  text-align:center;
}

.h3-blog2 {
  margin:0;
  padding:0;
  padding-left:3px;
  font-size:14px;
  line-height:1.5;
  border-bottom:none
}

/*.p-blog2 {
  padding-left:145px;
  font-size:14px;
}*/

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-blog2 {
  padding:4vw;
}

#ul-blog2 {
  width:100%;
}

.li-blog2 {
  width:100%;
  display:block;
}

.li-blog2:nth-child(2) {
  margin-bottom:4vw;
}

.a-blog2 {
  padding:4vw 2vw 4vw 4vw;
}

.figure-blog2 {
  width:150px;
}

.img-blog2 {
  width:150px;
}

.div-blog2-right {
  margin-left:4vw;
  width:100%;
}

.h3-blog2 {
  font-size:24px;
  line-height:1.5;
}

.p-blog2 {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top layout
/*========================================================================================================================*/

#div-layout {
  width:100%;
  background-color: #f5edeb;
  padding:60px 0;
}

#ul-layout {
  margin:0 auto;
  width:1000px;
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
}

.li-layout {
  width:400px;
  height:100px;
}

.a-layout {
  /*position:relative;*/
  display:block;
  width:100%;
  height:100%;
  border:2px solid #fff;
  /*background: -webkit-linear-gradient(bottom, #FAF6F3 0%, #F3E9E0 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #FAF6F3 0%, #F3E9E0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.li-layout:first-child {
  margin-right:30px;
}

.h3-layout {
  width:160px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  padding-top:18px;
  padding-left:3px;
  margin-left:170px;
  /*font-weight: bold;*/
  color: #4B3845;
  line-height: 1.5;
  border-bottom:1px solid #4B3845;
}

.p-layout {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left:175px;
  font-size:15px;
  line-height: 2;
}

.a-layout:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-layout {
  padding:6vw 4vw 4vw;
}

#ul-layout {
  width:100%;
  display:block;
}

.li-layout {
  width:100%;
  display:block;
}

.li-layout:first-child {
  margin-bottom:4vw;
}

.a-layout::after {
  width:110px;
  height:90px;
  background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;
}

.h3-layout {
  padding-top:20px;
  padding-left:3px;
  margin-left:140px;
  font-size:20px;
}

.p-layout {
  padding-left:145px;
  font-size:14px;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-layout {
  padding:4vw;
}

#ul-layout {
  width:100%;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
}

.li-layout {
  width:calc(50% - 2vw);
  height:40px;
}

.li-layout:first-child {
    margin-right:0;
}

.a-layout {
  width:100%;
  height:40px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #DDDDDD;
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.figure-layout {
  overflow:hidden;
  margin-top:-20px;
  margin-left:-10px;
  width:100%;
  height:calc(100% + 20px);
}

.img-layout {
  width:80px;
  height:auto;
}

.div-layout-right {
  width:calc(100% - 70px);
  height:100%;
}

.h3-layout {
  margin:0;
  padding:0;
  padding-left:3px;
  font-size:14px;
  line-height:1.5;
  border-bottom:none;
}

/*.p-layout {
  padding-left:145px;
  font-size:14px;
}*/

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-layout {
  padding:4vw;
}

#ul-layout {
  width:100%;
}

.li-layout {
  width:100%;
  display:block;
}

.li-layout:nth-child(2) {
  margin-bottom:4vw;
}

.a-layout {
  padding:4vw 2vw 4vw 4vw;
}

.figure-layout {
  width:150px;
}

.img-layout {
  width:150px;
}

.div-layout-right {
  margin-left:4vw;
  width:100%;
}

.h3-layout {
  font-size:24px;
  line-height:1.5;
}

.p-layout {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top layout2
/*========================================================================================================================*/

#div-layout2 {
  width:100%;
  background-color: #f5edeb;
  padding:60px 0;
}

#ul-layout2 {
  margin:0 auto;
  width:1000px;
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
}

.li-layout2 {
  width:400px;
  height:100px;
}

.a-layout2 {
  /*position:relative;*/
  display:block;
  width:100%;
  height:100%;
  border:2px solid #fff;
  /*background: -webkit-linear-gradient(bottom, #FAF6F3 0%, #F3E9E0 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #FAF6F3 0%, #F3E9E0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.li-layout2:first-child {
  margin-right:30px;
}

.h3-layout2 {
  width:160px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  padding-top:18px;
  padding-left:3px;
  margin-left:170px;
  /*font-weight: bold;*/
  color: #4B3845;
  line-height: 1.5;
  border-bottom:1px solid #4B3845;
}

.p-layout2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left:175px;
  font-size:15px;
  line-height: 2;
}

.a-layout2:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-layout2 {
  padding:6vw 4vw 4vw;
}

#ul-layout2 {
  width:100%;
  display:block;
}

.li-layout2 {
  width:100%;
  display:block;
}

.li-layout2:first-child {
  margin-bottom:4vw;
}

.a-layout2::after {
  width:110px;
  height:90px;
  background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;
}

.h3-layout2 {
  padding-top:20px;
  padding-left:3px;
  margin-left:140px;
  font-size:20px;
}

.p-layout2 {
  padding-left:145px;
  font-size:14px;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-layout2 {
  padding:4vw;
}

#ul-layout2 {
  width:100%;
  display:flex;
  display:-webkit-flex;
  justify-content:space-between;
}

.li-layout2 {
  width:calc(50% - 2vw);
  height:40px;
}

.li-layout2:first-child {
    margin-right:0;
}

.a-layout2 {
  width:100%;
  height:40px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #DDDDDD;
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.figure-layout2 {
  overflow:hidden;
  margin-top:-20px;
  margin-left:-10px;
  width:100%;
  height:calc(100% + 20px);
}

.img-layout2 {
  width:80px;
  height:auto;
}

.div-layout2-right {
  width:calc(100% - 70px);
  height:100%;
}

.h3-layout2 {
  margin:0;
  padding:0;
  padding-left:3px;
  font-size:14px;
  line-height:1.5;
  border-bottom:none;
}

/*.p-layout2 {
  padding-left:145px;
  font-size:14px;
}*/

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-layout2 {
  padding:4vw;
}

#ul-layout2 {
  width:100%;
}

.li-layout2 {
  width:100%;
  display:block;
}

.li-layout2:nth-child(2) {
  margin-bottom:4vw;
}

.a-layout2 {
  padding:4vw 2vw 4vw 4vw;
}

.figure-layout2 {
  width:150px;
}

.img-layout2 {
  width:150px;
}

.div-layout2-right {
  margin-left:4vw;
  width:100%;
}

.h3-layout2 {
  font-size:24px;
  line-height:1.5;
}

.p-layout2 {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top injection
/*========================================================================================================================*/

#div-injection {
  width:100%;
  background-color: #F7F7F7;
  padding:30px 0;
}

#ul-injection {
  margin:0 auto;
  width:1000px;
  font-size:0;
}

.li-injection {
  width:50%;
  display:inline-flex;
  background-color:#FFFFFF;
}

.a-injection {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:auto;
  border:1px solid #DDD;
  padding:20px 10px 20px 20px;
}

.a-injection::before {
  position:absolute;
  content: " ";
  bottom: 5px;
  right: 5px;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.li-injection:first-child {
  margin-bottom:30px;
}

.li-injection:nth-child(3) {
  margin-right:30px;
}

.figure-injection {
  width:10px;
}

.img-injection {
  width:10px;
}

.div-injection-right {
  margin-left:20px;
  width:100%;
}

.h3-injection {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  /*font-weight: bold;*/
  color: #6e6347;
  line-height: 1.5;
}

.p-injection {
  padding-top:10px;
  font-size:16px;
  line-height: 1.5;
}

.a-injection:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-injection {
  padding:4vw;
}

#ul-injection {
  width:100%;
}

.li-injection {
  width:100%;
  display:inline-flex;
}

.li-injection:first-child {
  margin-bottom:4vw;
}

.li-injection:nth-child(2) {
  margin-bottom:4vw;
}

.li-injection:nth-child(3) {
  margin-bottom:4vw;
}

.a-injection {
  padding:4vw 2vw 4vw 4vw;
}

.figure-injection {
  width:10px;
}

.img-injection {
  width:10px;
}

.div-injection-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-injection {
  font-size:18px;
  line-height:1.5;
}

.p-injection {
  padding:4px 0 0 1px;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-injection {
  padding:4vw 0 4vw;
}

#ul-injection {
  width:100%;
}

.li-injection {
  width:50%;
  display:inline-flex;
  margin-bottom:0!important;
  margin-right:0!important;
}

#a-injection-a {
  border-left:none;
  border-right:0.5px solid #DDD;
}
}

#a-injection-b {
  border-right:none;
  border-left:0.5px solid #DDD;
}

#a-injection-c {
  border-top:none;
  border-left:none;
  border-right:0.5px solid #DDD;
}

#a-injection-d {
  border-top:none;
  border-left:0.5px solid #DDD;
  border-right:none;
}

.a-injection {
  padding:0 10px 0 10px;
}

.a-injection::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.figure-injection {
  padding-top:5px;
  width:45px;
}

.img-injection {
  width:45px;
}

.div-injection-right {
  margin-top:13px;
  margin-bottom:13px;
  margin-left:5px;
  width:100%;
}

.h3-injection {
  font-size:15px;
  line-height:2;
}

.p-injection {
  padding:4px 0 0 1px;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-injection {
  padding:4vw;
}

#ul-injection {
  width:100%;
}

.li-injection {
  width:100%;
  display:block;
}

.li-injection:nth-child(2) {
  margin-bottom:4vw;
}

.li-injection:nth-child(3) {
  margin-bottom:4vw;
}

.a-injection {
  padding:4vw 2vw 4vw 4vw;
}

.figure-injection {
  width:150px;
}

.img-injection {
  width:150px;
}

.div-injection-right {
  margin-left:4vw;
  width:100%;
}

.h3-injection {
  font-size:24px;
  line-height:1.5;
}

.p-injection {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top injection2
/*========================================================================================================================*/

#div-injection2 {
  width:100%;
  background-color: #F7F7F7;
  padding:30px 0;
}

#ul-injection2 {
  margin:0 auto;
  width:1000px;
  font-size:0;
}

.li-injection2 {
  width:50%;
  display:inline-flex;
  background-color:#FFFFFF;
}

.a-injection2 {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:auto;
  border:1px solid #DDD;
  padding:20px 10px 20px 20px;
}

.a-injection2::before {
  position:absolute;
  content: " ";
  bottom: 5px;
  right: 5px;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.li-injection2:first-child {
  margin-bottom:30px;
}

.li-injection2:nth-child(3) {
  margin-right:30px;
}

.figure-injection2 {
  width:10px;
}

.img-injection2 {
  width:10px;
}

.div-injection2-right {
  margin-left:20px;
  width:100%;
}

.h3-injection2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  /*font-weight: bold;*/
  color: #6e6347;
  line-height: 1.5;
}

.p-injection2 {
  padding-top:10px;
  font-size:16px;
  line-height: 1.5;
}

.a-injection2:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#div-injection2 {
  padding:4vw;
}

#ul-injection2 {
  width:100%;
}

.li-injection2 {
  width:100%;
  display:inline-flex;
}

.li-injection2:first-child {
  margin-bottom:4vw;
}

.li-injection2:nth-child(2) {
  margin-bottom:4vw;
}

.li-injection2:nth-child(3) {
  margin-bottom:4vw;
}

.a-injection2 {
  padding:4vw 2vw 4vw 4vw;
}

.figure-injection2 {
  width:10px;
}

.img-injection2 {
  width:10px;
}

.div-injection2-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-injection2 {
  font-size:18px;
  line-height:1.5;
}

.p-injection2 {
  padding:4px 0 0 1px;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-injection2 {
  padding:4vw 0 4vw;
}

#ul-injection2 {
  width:100%;
}

.li-injection2 {
  width:33.3%;
  display:inline-flex;
  margin-bottom:0!important;
  margin-right:0!important;
}

#a-injection2-a {
  border-left:none;
  border-right:0.5px solid #DDD;
}

#a-injection2-b {
  border-left:0.5px solid #DDD;
  border-right:0.5px solid #DDD;
}

#a-injection2-c {
  border-left:0.5px solid #DDD;
  border-right:none;
}

#a-injection2-d {
  border-top:none;
  border-left:none;
  border-right:0.5px solid #DDD;
}

#a-injection2-e {
  border-top:none;
  border-left:0.5px solid #DDD;
  border-right:0.5px solid #DDD;
}

#a-injection2-f {
  border-top:none;
  border-left:0.5px solid #DDD;
  border-right:none;
}

.a-injection2 {
  display:block;
  padding:0 10px 0 10px;
}

.a-injection2::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.figure-injection2 {
  padding-top:15px;
  width:100%;
  text-align: center;
}

.img-injection2 {
  width:45px;
  text-align: center;
}

.div-injection2-right {
  margin-top:0;
  margin-bottom:8px;
  margin-left:0;
  width:100%;
}

.h3-injection2 {
  font-size:15px;
  line-height:2;
  text-align:center;
}

.p-injection2 {
  padding:4px 0 0 1px;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-injection2 {
  padding:4vw;
}

#ul-injection2 {
  width:100%;
}

.li-injection2 {
  width:100%;
  display:block;
}

.li-injection2:nth-child(2) {
  margin-bottom:4vw;
}

.li-injection2:nth-child(3) {
  margin-bottom:4vw;
}

.a-injection2 {
  padding:4vw 2vw 4vw 4vw;
}

.figure-injection2 {
  width:150px;
}

.img-injection2 {
  width:150px;
}

.div-injection2-right {
  margin-left:4vw;
  width:100%;
}

.h3-injection2 {
  font-size:24px;
  line-height:1.5;
}

.p-injection2 {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top layout3
/*========================================================================================================================*/

#div-layout3 {
  width:100%;
  background-color: #f8f8f8;
  padding:30px 0;
}

#ul-layout3 {
  margin:0 auto;
  width:1000px;
  font-size:0;
  /*display:flex;
  display:-webkit-flex;
  justify-content:space-between;*/
}

.li-layout3 {
  display:inline-block;
  width:48.5%;
  /*width:400px;
  height:100px;*/
}

.a-layout3 {
  /*position:relative;*/
  display:block;
  width:100%;
  height:100%;
  border:1px solid #DDDDDD;
  /*border:2px solid #fff;*/
  /*background: -webkit-linear-gradient(bottom, #FAF6F3 0%, #F3E9E0 100%); /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #FAF6F3 0%, #F3E9E0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.li-layout3:nth-child(odd) {
  margin-right:3%;
}

.h3-layout3 {
  /*
  width:160px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  padding-top:18px;
  padding-left:3px;
  margin-left:170px;
  /*font-weight: bold;*/
  /*
  color: #4B3845;
  line-height: 1.5;
  border-bottom:1px solid #4B3845;
  */
}
/*
.p-layout3 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-left:175px;
  font-size:15px;
  line-height: 2;
}
*/
.a-layout3:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

.img-layout3 {
  width:50px;
}

@media only screen and (max-width: 359px){

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-layout3 {
  /*margin-top:4vw;*/
  padding:4vw 3vw 2vw;
  border-top:8px solid #dddddd;
}

#ul-layout3 {
  width:100%;
  font-size:0;
}

.li-layout3 {
  display:inline-flex;
  width:calc(50% - 1.5vw);
  height:40px;
  margin-bottom:3vw;
}

.li-layout3:nth-child(odd) {
  margin-right:3vw;
}

.a-layout3 {
  width:100%;
  height:40px;
  display:flex;
  display:-webkit-flex;
  border:1px solid #DDDDDD;
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.figure-layout3 {
  padding-top:5px;
  width:40px;
  height:40px;
  text-align:center;
}

.img-layout3 {
  width:20px;
  height:auto;
}

.div-layout3-right {
  width:calc(100% - 40px);
  height:100%;
}

.h3-layout3 {
  margin:0;
  padding:0;
  font-size:14px;
  line-height:40px;
  border-bottom:none;
}

/*.p-layout2 {
  padding-left:145px;
  font-size:14px;
}*/

}

@media only screen and (min-width: 592px) and (max-width: 767px){
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top sns
/*========================================================================================================================*/

#div-sns {
  width:100%;
  /*background-color: #f8f8f8;*/
  padding:30px 0;
}

#h2-sns {
  text-align:center;
}

#p-sns-title {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size:30px;
  line-height:1.8;
}

#ul-sns {
  margin:25px auto 0;
  width:1000px;
  font-size:0;
  /*display:flex;
  display:-webkit-flex;
  justify-content:space-between;*/
}

.li-sns {
  display:inline-block;
  width:48.5%;
  /*width:400px;
  height:100px;*/
}

.a-sns {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:100%;
  border: 1px solid #DDD;
  padding: 10px 10px 10px 10px;
  /*border:2px solid #fff;*/
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #F8F8F8 0%, #EEEEEE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.a-sns::before {
  position:absolute;
  content:"";
  right:3px;
}

.li-sns:first-child {
  margin-right:3%;
  margin-bottom:30px;
}

.li-sns:nth-child(3) {
  margin-right:3%;
}

.h3-sns {
  margin-left:20px;
  /*
  width:160px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  padding-top:18px;
  padding-left:3px;
  margin-left:170px;
  /*font-weight: bold;*/
  /*
  color: #4B3845;
  line-height: 1.5;
  border-bottom:1px solid #4B3845;
  */
}

.img-sns {
  width:70px
}

.a-sns:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-sns {
  /*margin-top:4vw;*/
  padding:4vw 3vw 2vw;
  border-top:8px solid #dddddd;
}

#p-sns-title {
  font-size:16px;
  line-height:1.7;
}

#ul-sns {
  margin-top:3.6vw;
  width:100%;
  font-size:0;
}

.li-sns {
  display:inline-flex;
  width:calc(50% - 1.5vw);
  height:40px;
  margin-bottom:3vw!important;
}

.li-sns:nth-child(odd) {
  margin-right:3vw;
}

.a-sns {
  width:100%;
  height:40px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #DDDDDD;
  padding:0;
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #F8F8F8 0%, #EEEEEE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /*background: url('../img/dr.png') 5px 0 / 100% auto no-repeat;*/
}

.figure-sns {
  padding-top:6px;
  width:40px;
  height:40px;
  text-align:center;
}

.img-sns {
  width:25px;
  height:auto;
}

.div-sns-right {
  width:calc(100% - 40px);
  height:100%;
}

.h3-sns {
  margin:0;
  padding:7px 0 0;
  font-size:14px;
  line-height:36px;
  border-bottom:none;
}

.h3-sns img {
  width:80px;
  height:auto;
}

#h3-sns-line img {
  margin-top:4px;
  margin-left:2px;
  width:57px;
}

#h3-sns-twitter img {
  margin-top:4px;
  margin-left:2px;
  width:72px;
}

#h3-sns-facebook img {
  margin-top:3px;
  margin-left:2px;
  width:75px;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top patient
/*========================================================================================================================*/

#div-patient {
  overflow:hidden;
  margin-top:40px;
  margin-bottom:40px;
  border-top:8px solid #DDD;
  width:100%;
  background-color:#F8F8F8;
  background:#e4d5de url("../img/bg_first.jpg") no-repeat center center;
  -webkit-background-size:auto 100%;
  background-size:auto 100%;
}

#h2-patient {
  margin-top:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  /* font-weight: bold; */
  color: #6e6347;
  line-height: 1.5;
  text-align: center;
}

#ul-patient {
  margin:25px auto 0;
  width:1000px;
  font-size:0;
}

.li-patient {
  overflow: hidden;
  display:inline-block;
  width:48.5%;
}

.a-patient {
  position:relative;
  width:100%;
  height:63px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #DDDDDD;
  background:-webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%); /* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom, #F8F8F8 0%, #EEEEEE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.a-patient::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #4B3845 transparent;
}

.p-patient {
  padding-top:40px;
  padding-left:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:15px;
  color:#9F7650;
}

.h3-patient {
  /*padding-left:27px;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:23px;
  color:#5B534C;
  line-height:1.75;
}

.li-patient:first-child {
  margin-right:3%;
  margin-bottom:30px;
}

.a-patient:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

#div-patient-beginner-right {
  width:calc(100% - 5vw - 25px);
  height:100%;
}

#figure-patient-beginner {
  margin-left:5vw;
  width:25px;
  height:40px;
  text-align:right;
}

#figure-patient-beginner img {
  width:25px;
  height:auto;
}

#div-patient-monitor-right {
  width:calc(100% - 5vw - 25px);
  height:100%;
}

#figure-patient-monitor {
  margin-left:5vw;
  width:25px;
  height:40px;
  text-align:right;
}

#figure-patient-monitor img {
  width:25px;
  height:auto;
}

@media only screen and (max-width: 359px){
#ul-patient {
  width:100%;
  padding:0 4%;
}

.li-patient {
  display:block;
  width:100%;
}

.li-patient:first-child  {
  margin-bottom:4%;
}

.li-patient:nth-child(2)  {
  margin-bottom:4%;
}

.li-patient:nth-child(3) {
  margin-bottom:4%;
}

.a-patient {
  height:58px;
}

.p-patient {
  padding-top:30px;
  font-size:13px;
}

.h3-patient {
  font-size:20px;
}

#a-patient-d::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 60% auto no-repeat;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#ul-patient {
  width:100%;
  padding:0 10%;
}

.li-patient {
  display:block;
  width:100%;
}

.li-patient:first-child {
  margin-bottom:4%;
}

.li-patient:nth-child(2)  {
  margin-bottom:4%;
}

.li-patient:nth-child(3) {
  margin-bottom:4%;
}

.a-patient {
  height:58px;
}

.p-patient {
  padding-top:30px;
  font-size:13px;
}

.h3-patient {
  padding-left:4vw;
  font-size:18px;
  line-height:58px;
  text-align:left;
}

#figure-patient-beginner {
  padding-top:11px;
}

#figure-patient-monitor {
  padding-top:11px;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){


}

@media only screen and (min-width: 768px) and (max-width: 1023px){


}

@media only screen and (min-width: 1024px) and (max-width: 1095px){


}

@media only screen and (min-width: 1096px){


}

/*========================================================================================================================*/
/* top recruit
/*========================================================================================================================*/

#div-recruit {
  overflow:hidden;
  margin-top:40px;
  margin-bottom:40px;
  border-top:8px solid #DDD;
  width:100%;
  background-color:#F8F8F8;
  background:#e4d5de url("../img/bg_first.jpg") no-repeat center center;
  -webkit-background-size:auto 100%;
  background-size:auto 100%;
}

#h2-recruit {
  margin-top:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  /* font-weight: bold; */
  color: #6e6347;
  line-height: 1.5;
  text-align: center;
}

#ul-recruit {
  margin:25px auto 0;
  width:1000px;
  font-size:0;
}

.li-recruit {
  overflow: hidden;
  display:inline-block;
  width:48.5%;
}

.a-recruit {
  position:relative;
  width:100%;
  height:63px;
  display:flex;
  display:-webkit-flex;
  justify-content:center;
  border:1px solid #DDDDDD;
  background:-webkit-linear-gradient(bottom, #FFFFFF 0%, #F8F8F8 100%); /* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom, #F8F8F8 0%, #EEEEEE 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.a-recruit::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #4B3845 transparent;
}

.p-recruit {
  padding-top:40px;
  padding-left:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:15px;
  color:#9F7650;
}

.h3-recruit {
  /*padding-left:27px;*/
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:23px;
  color:#5B534C;
  line-height:1.75;
}

.li-recruit:first-child {
  margin-right:3%;
  margin-bottom:30px;
}

.a-recruit:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

#div-recruit-beginner-right {
  width:calc(100% - 5vw - 25px);
  height:100%;
}

#figure-recruit-beginner {
  margin-left:5vw;
  width:25px;
  height:40px;
  text-align:right;
}

#figure-recruit-beginner img {
  width:25px;
  height:auto;
}

#div-recruit-monitor-right {
  width:calc(100% - 5vw - 25px);
  height:100%;
}

#figure-recruit-monitor {
  margin-left:5vw;
  width:25px;
  height:40px;
  text-align:right;
}

#figure-recruit-monitor img {
  width:25px;
  height:auto;
}

@media only screen and (max-width: 359px){
#ul-recruit {
  width:100%;
  padding:0 4%;
}

.li-recruit {
  display:block;
  width:100%;
}

.li-recruit:first-child  {
  margin-bottom:4%;
}

.li-recruit:nth-child(2)  {
  margin-bottom:4%;
}

.li-recruit:nth-child(3) {
  margin-bottom:4%;
}

.a-recruit {
  height:58px;
}

.p-recruit {
  padding-top:30px;
  font-size:13px;
}

.h3-recruit {
  font-size:20px;
}

#a-recruit-d::before {
  background: url('../img/medlite-model-318998417-w384-h512.png') 30px 5px / 60% auto no-repeat;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#h2-recruit {
  margin-top:15px;
  font-size: 17px;
  /* font-weight: bold; */
  color: #6e6347;
  line-height: 1.5;
  text-align: center;
}

#ul-recruit {
  width:100%;
  padding:0 3%;
}

.li-recruit:first-child {
  margin-bottom:4%;
}

.a-recruit {
  height:40px;
}

.a-recruit::before {
  border-width: 0 0 10px 10px;
}

.p-recruit {
  padding-top:30px;
  font-size:13px;
}

.h3-recruit {
  padding-left:0;
  font-size:15px;
  line-height:40px;
  text-align:center;
}

.figure-recruit {
  display:none;
}

#figure-recruit-beginner {
  padding-top:11px;
}

#figure-recruit-monitor {
  padding-top:11px;
}

.div-recruit-right {
  width:100%;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){


}

@media only screen and (min-width: 768px) and (max-width: 1023px){


}

@media only screen and (min-width: 1024px) and (max-width: 1095px){


}

@media only screen and (min-width: 1096px){


}

/*========================================================================================================================*/
/* top laser-menu
/*========================================================================================================================*/

#div-laser-menu {
  margin-top:30px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  background-color: #F7F7F7;
  padding:40px 0;
}

#h2-laser-menu {
  font-size:16px;
  text-align:center;
}

#ul-laser-menu {
  margin:20px auto 0;
  width:1000px;
  font-size:0;
}

.li-laser-menu {
  width:50%;
  display:inline-flex;
  background-color:#FFFFFF;
}

.a-laser-menu {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:auto;
  border:1px solid #DDD;
  padding:20px 10px 20px 20px;
}

.a-laser-menu::before {
  position:absolute;
  content: " ";
  bottom: 5px;
  right: 5px;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.li-laser-menu:first-child {
  margin-bottom:30px;
}

.li-laser-menu:nth-child(3) {
  margin-right:30px;
}

.figure-laser-menu {
  width:10px;
}

.img-laser-menu {
  width:10px;
}

.div-laser-menu-right {
  margin-left:20px;
  width:100%;
}

.h3-laser-menu {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  /*font-weight: bold;*/
  color: #6e6347;
  line-height: 1.5;
}

.p-laser-menu {
  padding-top:10px;
  font-size:16px;
  line-height: 1.5;
}

.a-laser-menu:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}

@media only screen and (max-width: 359px){

#h2-laser-menu {
  font-size:16px;
  text-align:center;
}

#div-laser-menu {
  padding:4vw;
}

#ul-laser-menu {
  width:100%;
}

.li-laser-menu {
  overflow:hidden;
  width:100%;
  display:inline-flex;
}

.li-laser-menu:first-child {
  margin-bottom:4vw;
}

.li-laser-menu:nth-child(2) {
  margin-bottom:4vw;
}

.li-laser-menu:nth-child(3) {
  margin-bottom:4vw;
}

.a-laser-menu {
  padding:4vw 2vw 4vw 4vw;
}

.figure-laser-menu {
  width:10px;
  text-align:center;
}

.img-laser-menu {
  width:10px;
}

.div-laser-menu-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-laser-menu {
  font-size:18px;
  line-height:1.5;
}

.p-laser-menu {
  padding:0;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-laser-menu {
  padding:5vw 0 4vw;
}

#h2-laser-menu {
  font-size:18px;
  text-align:center;
}

#ul-laser-menu {
  width:100%;
}

.li-laser-menu {
  overflow:hidden;
  width:50%;
  height:60px;
  display:inline-flex;
  margin-bottom:0!important;
  margin-right:0!important;
}

.li-laser-menu:nth-child(2n+3) .a-laser-menu {
  border-top:none;
  border-left:none;
  border-right:0.5px solid #DDD;
}

.li-laser-menu:nth-child(2n+4) .a-laser-menu {
  border-top:none;
  border-left:0.5px solid #DDD;
  border-right:none;
}

.li-laser-menu:first-child .a-laser-menu {
  border-left:none;
  border-right:0.5px solid #DDD;
}

.li-laser-menu:nth-child(2) .a-laser-menu {
  border-right:none;
  border-left:0.5px solid #DDD;
}

.a-laser-menu {
  padding:0 0 0 5vw;
}

.a-laser-menu::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #A08F68 transparent;
}

.figure-laser-menu {
  padding-top:5px;
  margin-right:4vw;
  width:35px;
}

.img-laser-menu {
  margin-top:-12px;
  width:35px;
}

.div-laser-menu-right {
  margin-top:10px;
  margin-bottom:13px;
  margin-left:0;
  width:calc(100% - 9vw - 35px);
}

.h3-laser-menu {
  font-size:14px;
}

.p-laser-menu {
  padding:0;
  font-size:13px;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-laser-menu {
  padding:4vw;
}

#ul-laser-menu {
  width:100%;
}

.li-laser-menu {
  width:100%;
  height:50px;
  display:block;
}

.li-laser-menu:nth-child(2) {
  margin-bottom:4vw;
}

.li-laser-menu:nth-child(3) {
  margin-bottom:4vw;
}

.a-laser-menu {
  padding:4vw 2vw 4vw 4vw;
}

.figure-laser-menu {
  width:150px;
}

.img-laser-menu {
  width:150px;
}
  margin-left:4vw;
  width:100%;

.div-laser-menu-right {
}

.h3-laser-menu {
  font-size:24px;
  line-height:1.5;
}

.p-laser-menu {
  padding:10px 0 0 1px;
  font-size:16px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top medlite banner
/*========================================================================================================================*/

#div-medlite-banner {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:30px;
  width:100%;
  padding:0 3%;
}

.a-medlite-banner {
  overflow:hidden;
  width:100%;
  height:90px;
  border:1px solid #f6e2ee;
  background: linear-gradient(to bottom, #fdfcfd, #d6cdd8);
  background: -webkit-linear-gradient(top, #fdfcfd, #d6cdd8);
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
}

.figure-medlite-banner-model {
  width:80px;
}

.div-medlite-banner-middle {
  margin-left:-25px;
  width:auto;
}

.figure-medlite-banner {
  width:60px;
}

.img-medlite-banner-model {
  width:85px;
}

.img-medlite-banner {
  width:45px;
}

.p-medlite-banner-middle {
  padding-top:20px;
  font-size:14px;
  color:#441b43;
}

.h3-medlite-banner-middle {
  padding-top:8px;
  font-size:28px;
  color:#441b43;
}


/*========================================================================================================================*/
/* top tattoo banner
/*========================================================================================================================*/

#div-tattoo-banner {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:30px;
  width:100%;
  padding:0 3%;
}

.a-tattoo-banner {
  overflow:hidden;
  width:100%;
  height:90px;
  border:1px solid #f6e2ee;
  background: linear-gradient(to bottom, #fdfcfd, #d6cdd8);
  background: -webkit-linear-gradient(top, #fdfcfd, #d6cdd8);
  background: linear-gradient(-20deg, #defffd 0%, #ffffff 40%, #ffffff 60%, #defffd 100%);
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
}

.figure-tattoo-banner-model {
  width:80px;
}

.div-tattoo-banner-middle {
  margin-left:-25px;
  width:auto;
}

.figure-tattoo-banner {
  width:60px;
}

.img-tattoo-banner-model {
  width:85px;
}

.img-tattoo-banner {
  width:45px;
}

.p-tattoo-banner-middle {
  padding-top:20px;
  font-size:14px;
  color:#441b43;
}

.h3-tattoo-banner-middle {
  padding-top:8px;
  font-size:28px;
  color:#441b43;
}




/* 肝斑のバナー
---------------------------------------------------------------------------------- */

#chloasma-banner {
  margin-top:10px;
  box-sizing:border-box;
  width:100%;
  padding:0 3%;
}

#chloasma-banner-inner {
  box-sizing:border-box;
  position:relative;
  width:100%;
  height:123px;
  border:1px solid #f6e2ee;
  background: -webkit-linear-gradient(top, #fdfcfd, #d6cdd8);
  background: -moz-linear-gradient(top, #fdfcfd, #d6cdd8);
  background: -o-linear-gradient(top, #fdfcfd, #d6cdd8);
  background: -ms-linear-gradient(top, #fdfcfd, #d6cdd8);
  background: linear-gradient(to bottom, #fdfcfd, #d6cdd8);
}

/*
#chloasma-banner-pattern {
  width:100%;
  height:123px;
  background-image: linear-gradient(30deg, rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(150deg,rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(30deg, rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(150deg, rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(60deg, rgba(255,255,255,0.4) 25%, transparent 25.5%, transparent 75%, rgba(255,255,255,0.4) 75%, rgba(255,255,255,0.4)), linear-gradient(60deg, rgba(255,255,255,0.4) 25%, transparent 25.5%, transparent 75%, rgba(255,255,255,0.4) 75%, rgba(255,255,255,0.4));
  background-position: 0 0, 0 0, 25px 50px, 25px 50px, 0 0, 25px 50px;
  background-size: 50px 100px;
}
*/

#chloasma-banner p {
  position:absolute;
  top:7px;
  left:45%;
  color:#441b43;
}

#chloasma-banner h3  {
  position:absolute;
  width:45%;
  top:28px;
  left:43.2%;
  font-size:16px;
  color:#441b43;
}

#chloasma-banner p#photo {
  position:absolute;
  bottom:5px;
  left:1%;
}

#chloasma-banner p#photo > img {
  width:auto;
  height:113px;
}

#chloasma-banner ul {
  position:absolute;
  right:3%;
  bottom:5px;
}

#chloasma-banner li {
  box-sizing:border-box;
  margin-top:2%;
  display:inline-block;
  width: 62px;
  height: 48px;
  -webkit-border-radius: 50%;/* 50%でもOK */
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f9f9f9;/* 円の色 */
  color:#936;
  -webkit-box-shadow: 0 0 5px 0 #a74c89; /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 5px 0 #a74c89; /* Firefox用 */
  box-shadow: 0 0 10px 0 #a74c89; /* CSS3 */
  padding-top:12px;
  text-align:center;
  line-height:1.2;
  font-size:11px;
}

#chloasma-banner li:nth-child(1) {
  margin-right:5px;
}

#chloasma-banner li:nth-child(2) {
  margin-right:5px;
}

/* Eライトのバナー
---------------------------------------------------------------------------------- */

#elight-banner {
  margin-top:10px;
  box-sizing:border-box;
  width:100%;
  padding:0 3%;
}

#elight-banner-inner {
  box-sizing:border-box;
  position:relative;
  width:100%;
  height:215px;
  border:1px solid #ded6c4;
  /*border:1px solid #f0e9e1;*/
  background:#fff;
  /*
  background: -webkit-linear-gradient(top, #ffffff, #c6b891);
  background: -moz-linear-gradient(top, #ffffff, #c6b891);
  background: -o-linear-gradient(top, #ffffff, #c6b891);
  background: -ms-linear-gradient(top, #ffffff, #c6b891);
  background: linear-gradient(to bottom, #ffffff, #c6b891);
  */
}

/*
#chloasma-banner-pattern {
  width:100%;
  height:123px;
  background-image: linear-gradient(30deg, rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(150deg,rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(30deg, rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(150deg, rgba(255,255,255,0.2) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,0.2) 87.5%, rgba(255,255,255,0.2)), linear-gradient(60deg, rgba(255,255,255,0.4) 25%, transparent 25.5%, transparent 75%, rgba(255,255,255,0.4) 75%, rgba(255,255,255,0.4)), linear-gradient(60deg, rgba(255,255,255,0.4) 25%, transparent 25.5%, transparent 75%, rgba(255,255,255,0.4) 75%, rgba(255,255,255,0.4));
  background-position: 0 0, 0 0, 25px 50px, 25px 50px, 0 0, 25px 50px;
  background-size: 50px 100px;
}
*/

#elight-banner h3  {
  position:absolute;
  width:65%;
  top:18px;
  left:32%;
  font-size:16px;
  color:#886927;
}

#elight-banner p#photo {
  position:absolute;
  bottom:5px;
  left:3%;
}

#elight-banner p#photo > img {
  width:auto;
  height:200px;
}

#elight-banner ul {
  position:absolute;
  width:62%;
  left:34.5%;
  top:40%;
  display:table;
}

#elight-banner li {
  display:table-cell;

}

#elight-banner li:nth-child(1) {
  width:28%;
  text-align:center;
  line-height:1.5;
  color:#184491;
}

#elight-banner li:nth-child(2) {
  position: relative;
  width:6%;
}

#elight-banner li:nth-child(2)::before{
  box-sizing: border-box;
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  bottom: 0;
  width: 8px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #7a0;
}

#elight-banner li:nth-child(2)::after {
  position: absolute;
  content: "";
  top: 3px;
  bottom: 0;
  left: 3px;
  vertical-align: middle;
  width: 10px;
  height: 6px;
  border-left: 10px solid #7a0;
}

#elight-banner li:nth-child(3) {
  width:28%;
  text-align:center;
  line-height:1.5;
  color:#ae1e24;
}

/* 医療レーザー脱毛　メニュー
---------------------------------------------------------------------------------- */
.menu-banner {
  box-sizing: border-box;
  position:relative;
  width:90%;
  height:auto;
  margin:5% auto 5%;
  border:1px solid #ccc;
}

.menu-banner > h3 {
  padding:3%;
  height:70px;
  /*color:#66362b;*/
  color:#333;
  font-size:13px;
}

#p-btn-parts-eye {
    position: relative;
    margin: 20px auto;
    padding: 3% 5%;
    width: 70%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    moz-border-radius: 20px;
    webkit-border-radius: 20px;
    font-size: 12px;
    color: #111;
    text-align: center;
    cursor: pointer;
}

#p-btn-parts-eye span::before {
    content: "";
    position: absolute;
    right: 5%;
    width: 15px;
    height: 1px;
    background-color: #555;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    top: 47%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

#p-btn-parts-eye span::after {
    content: "";
    position: absolute;
    right: 5%;
    width: 15px;
    height: 1px;
    background-color: #555;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    top: 47%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*----------------------------------------------------------------------------------*/
/* antiaging menu アンチエイジング メニュー
/*----------------------------------------------------------------------------------*/

#div-antiaging-menu {
  /*margin:20px 0 0;*/
  width:100%;
  /*background-color:#f7f6f0;*/
  background-color:#FFFCF1;
}

#h2-antiaging-menu {
  padding:40px 0 40px;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:30px;
  color:#6B1A16;
  text-align:center;
}

.ul-antiaging-menu {
  margin:0 auto;
  padding:0 0 40px;
  width:1000px;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}

.li-antiaging-menu {
  width:222px;
}

.a-antiaging-menu {
  display:block;
  border:1px solid #B6A88D;
  background-color:#FEFBFA;
}

.figure-antiaging-menu img {
  border-bottom:1px solid #B6A88D;
}

.figcaption-antiaging-menu {
  padding:15px 0 0;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#3F2413;
  text-align:center;
  line-height:1.0;
}

.span-antiaging-menu {
  display:block;
  font-size:14px;
  color:#95827b;
  line-height:1.5;
  text-align:center;
}

.figure-antiaging-menu {
  position:relative;
}

.p-antiaging-menu {
  padding:0.5em 1em 1em 1.25em;
  font-size:12px;
  line-height:1.8;
  color:#585656;
}

@media only screen and (max-width: 359px){

#div-antiaging-menu {
  /*margin:20px 0;*/
  padding:0 4vw 20px;
  width:100%;
  /*background-color:#f7f6f0;*/
}

#h2-antiaging-menu {
  padding:6vw 0 6vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#6B1A16;
  text-align:center;
}

.ul-antiaging-menu {
  padding:0;
  width:100%;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.li-antiaging-menu {
  width:calc(50% - 2vw);
}

.li-antiaging-menu:first-child {
  margin-bottom:4.2vw;
}

.a-antiaging-menu {
  display:block;
  border:1px solid #B6A88D;
  background-color:rgba(255,255,255,.5);
}

.figure-antiaging-menu {
  position:relative;
}

.figure-antiaging-menu img {
  border-bottom:1px solid #B6A88D;
}

.figcaption-antiaging-menu {
  position:absolute;
  padding:0;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top:30px;
  left:1px;
  width:calc(100% - 2px);
  height:40px;
  font-size:20px;
  color:#3F2413;
  text-align:center;
  line-height:40px;
  background-color:rgba(255,255,255,.8);
}

.span-antiaging-menu {
  display:none;
}

.p-antiaging-menu {
  padding:0.5em 0.5em 0.5em 0.75em;
  font-size:12px;
  line-height:1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-antiaging-menu {
  /*margin:20px 0;*/
  padding:0 4vw 20px;
  width:100%;
  /*background-color:#f7f6f0;*/
}

#h2-antiaging-menu {
  padding:6vw 0 6vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#6B1A16;
  text-align:center;
}

.ul-antiaging-menu {
  padding:0;
  width:100%;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.li-antiaging-menu {
  width:calc(50% - 2vw);
}

.li-antiaging-menu:first-child {
  margin-bottom:4.2vw;
}

.a-antiaging-menu {
  display:block;
  border:1px solid #B6A88D;
  background-color:rgba(255,255,255,.5);
}

.figure-antiaging-menu {
  position:relative;
}

.figure-antiaging-menu img {
  border-bottom:1px solid #B6A88D;
}

.figcaption-antiaging-menu {
  position:absolute;
  padding:0;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top:30px;
  left:1px;
  width:calc(100% - 2px);
  height:40px;
  font-size:20px;
  color:#3F2413;
  text-align:center;
  line-height:40px;
  background-color:rgba(255,255,255,.8);
}

.span-antiaging-menu {
  display:none;
}

.p-antiaging-menu {
  padding:0.5em 0.5em 0.5em 0.75em;
  font-size:12px;
  line-height:1.5;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-antiaging-menu {
  margin:20px 0;
  padding:0 4vw 20px;
  width:100%;
  /*background-color:#f7f6f0;*/
}

#h2-antiaging-menu {
  padding:6vw 0 6vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#6B1A16;
  text-align:center;
}

.ul-antiaging-menu {
  padding:0;
  width:100%;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
}

.li-antiaging-menu {
  width:calc(50% - 2vw);
}

.li-antiaging-menu:first-child {
  margin-bottom:4.2vw;
}

.a-antiaging-menu {
  display:block;
  border:1px solid #B6A88D;
  background-color:rgba(255,255,255,.5);
}

.figure-antiaging-menu {
  position:relative;
}

.figure-antiaging-menu img {
  border-bottom:1px solid #B6A88D;
}

.figcaption-antiaging-menu {
  position:absolute;
  padding:0;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top:30px;
  left:1px;
  width:calc(100% - 2px);
  height:40px;
  font-size:20px;
  color:#3F2413;
  text-align:center;
  line-height:40px;
  background-color:rgba(255,255,255,.8);
}

.span-antiaging-menu {
  display:none;
}

.p-antiaging-menu {
  padding:0.5em 0.5em 0.5em 0.75em;
  font-size:12px;
  line-height:1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top menu
/*========================================================================================================================*/

#div-menu {
  padding:0 0 40px;
  width:100%;
  background-color: #FFFCF1;
}

#h3-menu {
  padding:40px 0 40px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:30px;
  color:#6B1A16;
  text-align: center;
}

.a-menu {
  display:block;
  width:100%;
  height:auto;
}

#ul-menu {
  margin:0 auto;
  width:1000px;
  font-size:0;
}

.li-menu {
  display: inline-block;
  width:23.5%;
  border:1px solid #E8DDBF;
}

.li-menu:first-child {
  margin-right:2%;
}

.li-menu:nth-child(2){
  margin-right:2%;
}

.li-menu:nth-child(3){
  margin-right:2%;
}

.h4-menu {
  padding:15px 0 14px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: 20px;
  border-top:1px solid #E8DDBF;
  background-color: #FFFFFF;
}

@media only screen and (max-width: 359px){

#ul-menu {
  display:flex;
  display:-webkit-flex;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-menu {
  padding:0 4% 0;
  width:100%;
}

#h3-menu {
  padding:6vw 0 6vw;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#6B1A16;
  text-align: center;
}

#ul-menu {
  width:100%;
  font-size:0;
}

.li-menu {
  display: inline-block;
  width:48%;
  margin-bottom: 4vw;
  border:1px solid #E8DDBF;
}

.li-menu:nth-child(odd){
  margin-right:4%;
}

.li-menu:nth-child(2){
  margin-right:0;
}

.h4-menu {
  padding:10px 0 10px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size:15px;
  border-top:1px solid #E8DDBF;
  background-color: #FFFFFF;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){


}

@media only screen and (min-width: 768px) and (max-width: 1023px){


}

@media only screen and (min-width: 1024px) and (max-width: 1095px){


}

@media only screen and (min-width: 1096px){


}

/*==================================================================================*/
/*==================================================================================*/
/*----------------------------------------------------------------------------------*/
/* dl content sp accordion-trouble-photo-case
/*----------------------------------------------------------------------------------*/
/*==================================================================================*/
/*==================================================================================*/

.dl-top-content-sp-accordion-trouble-photo-case {
  overflow:hidden;
}

.input-top-content-sp-accordion-trouble-photo-case {
  display:none;
}

.dt-top-content-sp-accordion-trouble-photo-case {
  position:relative;
  overflow:hidden;
  margin:3.5vw 0 0;
  width:100vw;
  height:25vw;
  /*background:radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);
  background:-webkit-radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);*/
  background-color:#E1E1E1;
  border:1px solid #DDDDDD;
}

.dt-top-content-sp-accordion-trouble-photo-case::before {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:url("../img/medlite-model-318998417-w384-h512.png") no-repeat;
  background-size:auto 50vw;
  background-position:-5% 50%;
}

.dt-top-content-sp-accordion-trouble-photo-case::after {
    font-family: FontAwesome;
    position: absolute;
    bottom:9.5vw;
    right:3.33vw;
    content: "\f078";
    font-size:5vw;
    text-align: center;
    color: #888888;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.input-top-content-sp-accordion-trouble-photo-case:checked ~ .dt-top-content-sp-accordion-trouble-photo-case {
  margin-bottom:0!important;
}

.input-top-content-sp-accordion-trouble-photo-case:checked ~ .dt-top-content-sp-accordion-trouble-photo-case::after {
  -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.p-dt-top-content-sp-accordion-trouble-photo-case-subtitle {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:6.3vw;
  margin-left:34.8vw;
  font-size:4vw;
}

.h2-dt-top-content-sp-accordion-trouble-photo-case {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:2vw;
  margin-left:31vw;
  font-size:5.5vw;
}

.dd-top-content-sp-accordion-trouble-photo-case {
  display:none;
  padding:0 3vw;
  background-color:#F3F3F3;
}

.input-top-content-sp-accordion-trouble-photo-case:checked ~ .dd-top-content-sp-accordion-trouble-photo-case {
    display:block;
}

.input-top-content-sp-accordion-trouble-photo-case:checked ~ .dt-top-content-sp-accordion-trouble-photo-case + .dd-top-content-sp-accordion-trouble-photo-case {
  padding:4.5vw 3vw 4vw;
}

.input-top-content-sp-accordion-trouble-photo-case:checked ~ .dd-top-content-sp-accordion-trouble-photo-case + .dd-top-content-sp-accordion-trouble-photo-case {
  padding-bottom:4vw;
}

.button-dl-top-content-sp-accordion-trouble-photo-case {
  display:none;
  position:relative;
  text-align:center;
  width:100%;
  height:8vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.button-dl-top-content-sp-accordion-trouble-photo-case::before {
  font-family:FontAwesome;
    position:absolute;
  top:50%;
  left:50%;
  transform:translateY(-50%) translateX(-50%);
  -webkit- transform:translateY(-50%) translateX(-50%);
    content:"\f077";
    font-size:4vw;
    color:#888888;
}
/*==================================================================================*/
/*----------------------------------------------------------------------------------*/
/* top content common sp new
/*----------------------------------------------------------------------------------*/
/*==================================================================================*/

.a-top-content-common-sp-new {
  position:relative;
}

.a-top-content-common-sp-new::before {
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    content:" ";
    border-bottom:13.06vw solid transparent;
    border-left:20.28vw solid #cf280e;
  z-index:1;
}

.span-top-content-common-sp-new {
    position:absolute;
    font-family:'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    left:2.2vw;
    top:3.1vw;
    color:#fff;
    font-size:2.9vw;
    font-weight:bold;
    transform:rotate( -32deg );
  z-index:2;
}

/*==================================================================================*/
/*----------------------------------------------------------------------------------*/
/* top content common sp popular no.1
/*----------------------------------------------------------------------------------*/
/*==================================================================================*/

.a-top-content-common-sp-popular-no1 {
  position:relative;
}

.a-top-content-common-sp-popular-no1::before {
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:0;
    content:" ";
    border-bottom:13.06vw solid transparent;
    border-left:21.67vw solid #B99C4B;
  z-index:1;
}

.span-top-content-common-sp-popular-no1 {
    position:absolute;
    font-family:'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    left:.4vw;
    top:1.4vw;
    color:#fff;
    font-size:2.9vw;
    font-weight:bold;
    transform:rotate( -32deg );
  line-height:1.2;
  z-index:2;
  text-align:center;
}

.span-span-top-content-common-sp-popular-no1-small {
  font-size:2.8vw;
}

/*==================================================================================*/
/*----------------------------------------------------------------------------------*/
/* top content common sp photo case arrow
/*----------------------------------------------------------------------------------*/
/*==================================================================================*/

.figure-top-content-common-sp-photo-case-arrow {
  position:relative;
}

.figure-top-content-common-sp-photo-case-arrow:before {
  position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    vertical-align: middle;
    width: 14px;
    height: 6px;
    font-size: 15px;
    background-color: #FFFF00;
    z-index: 100;
}

.figure-top-content-common-sp-photo-case-arrow:after {
  position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -18px;
    margin: auto;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #FFFF00;
    z-index: 100;
}

/*==================================================================================*/
/*==================================================================================*/
/* top content sp left-machine-photo-case
/*==================================================================================*/
/*==================================================================================*/

.div-top-content-sp-left-machine-photo-case {
  overflow:hidden;
  /*margin:3.5vw 3vw 3.5vw;*/
  width:94vw;
  height:auto;
  /*background:radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);
  background:-webkit-radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);*/
  background-color:#FFFFFF;
  border:1px solid #DDDDDD;
}

.div-top-content-sp-left-machine-photo-case-inner {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  height:auto;
  display:flex;
  display:-webkit-flex;
}

.a-top-content-sp-left-machine-photo-case {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.div-top-content-sp-left-machine-photo-case-machine {
  overflow:visible;
  width:28%;
}

.figure-top-content-sp-left-machine-photo-case-machine {
  margin:0 auto;
  padding-top:9vw;
  width:60%;
}

.figure-top-content-sp-left-machine-photo-case-machine img {
  width:100%;
  height:auto;
}

.figcaption-top-content-sp-left-machine-photo-case-machine {
  padding-top:2.9vw;
  padding-left:2vw;
  padding-bottom:2vw;
  white-space:nowrap;
  font-size:3vw;
  letter-spacing:0;
}

.div-top-content-sp-left-machine-photo-case-photo-case {
  width:72%;
}

.p-top-content-sp-left-machine-photo-case-photo-case {
  padding-top:3vw;
  padding-right:3vw;
  font-size:3.5vw;
  text-align:center;
  letter-spacing:0;
}

.span-h2-top-content-sp-left-machine-photo-case-photo-case {
  margin-right:-.75em;
  font-size:3.5vw;
  vertical-align:.15em;
}

.h2-top-content-sp-left-machine-photo-case-photo-case {
  overflow:visible;
  margin-left:.5em;
  padding-top:2vw;
  padding-right:3vw;
  font-size:4.75vw;
  text-align:center;
  white-space:nowrap;
  letter-spacing:0;
}

.ul-top-content-sp-left-machine-photo-case-photo-case {
  padding:3vw 3vw 2vw 0;
  width:100%;
  display:flex;
  display:-webkit-flex;
}

.li-top-content-sp-left-machine-photo-case-photo-case {
  width:50%;
}

.li-top-content-sp-left-machine-photo-case-photo-case:first-child {
}

.figure-top-content-sp-left-machine-photo-case-photo-case {
  position:relative;
}

.figure-top-content-sp-left-machine-photo-case-photo-case img {
}

.figcaption-top-content-sp-left-machine-photo-case-photo-case-before {
  padding-top:5px;
    font-size: 3vw;
    color: #06c;
    text-align: center;
}

.figcaption-top-content-sp-left-machine-photo-case-photo-case-after {
  padding-top:5px;
    font-size:3vw;
    color: #af1e23;
    text-align: center;
}

.span-figcaption-top-content-sp-left-machine-photo-case-photo-case-after {
  vertical-align:0;
  font-size:2.5vw;
}

.p-top-content-sp-left-machine-photo-case-trial {
  margin-top:0;
  margin-bottom:1vw;
  margin-right:10vw;
  text-align:right;
}

.p-top-content-sp-left-machine-photo-case-price {
  margin-top:0;
  margin-bottom:2vw;
  margin-right:3vw;
  text-align:right;
}

.span-p-top-content-sp-left-machine-photo-case-time {
  font-size:3vw;
  color: #b22020;
}

.span-p-top-content-sp-left-machine-photo-case-price {
  font-size:5vw;
  color: #b22020;
}

.span-p-top-content-sp-left-machine-photo-case-yen {
  margin-left:-0.2em;
  margin-right:-0.2em;
  font-size:3vw;
  color: #b22020;
}

.span-p-top-content-sp-left-machine-photo-case-tax {
  color: #b22020;
}

/*==================================================================================*/
/*==================================================================================*/
/* top content sp right-production-photo-case
/*==================================================================================*/
/*==================================================================================*/

.div-top-content-sp-right-production-photo-case {
  overflow:hidden;
  /*margin:3.5vw 3vw 3.5vw;*/
  width:94vw;
  height:auto;
  background-color:#FFFFFF;
  /*background:radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);
  background:-webkit-radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);*/
  border:1px solid #DDDDDD;
}

.div-top-content-sp-right-production-photo-case-inner {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  height:auto;
  display:flex;
  display:-webkit-flex;
}

.a-top-content-sp-right-production-photo-case {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.div-top-content-sp-right-production-photo-case-photo-case {
  width:70%;
}

.p-top-content-sp-right-production-photo-case-photo-case {
  padding-top:3vw;
  /*padding-left:3em;*/
  font-size:3.5vw;
  text-align:center;
}

.h2-top-content-sp-right-production-photo-case-photo-case {
  padding-top:2vw;
  /*padding-left:1em;*/
  font-size:5vw;
  text-align:center;
}

.span-h2-top-content-sp-right-production-photo-case-photo-case {
  padding-right:.25em;
  font-size:3.5vw;
}

.ul-top-content-sp-right-production-photo-case-photo-case {
  padding:3vw 0 1vw 3vw;
  width:100%;
  display:flex;
  display:-webkit-flex;
}

.li-top-content-sp-right-production-photo-case-photo-case {
  width:50%;
}

.li-top-content-sp-right-production-photo-case-photo-case:first-child {
}

.figure-top-content-sp-right-production-photo-case-photo-case {
  position:relative;
}

.figure-top-content-sp-right-production-photo-case-photo-case img {
}

.figcaption-top-content-sp-right-production-photo-case-photo-case-before {
    padding-top:2vw;
  font-size:3.25vw;
    color: #06c;
    text-align: center;
}

.figcaption-top-content-sp-right-production-photo-case-photo-case-after {
    padding-top:2vw;
  font-size:3.25vw;
    color: #af1e23;
    text-align: center;
}

.span-figcaption-top-content-sp-right-production-photo-case-photo-case-after {
  vertical-align:0;
  font-size:2.5vw;
}

.div-top-content-sp-right-production-photo-case-production {
  width:30%;
}

.figcaption-top-content-sp-right-production-photo-case-production {
  padding-top:4vw;
  padding-left:2vw;
  white-space:nowrap;
  font-size:3vw;
  text-align:center;
  line-height:1.4;
}

.figure-top-content-sp-right-production-photo-case-production {
  padding-top:2vw;
  width:28%;
  margin:0 auto;
}

.figure-top-content-sp-right-production-photo-case-production img {
  width:100%;
  height:auto;
}

.p-top-content-sp-right-production-photo-case-parts {
  padding-top:3.5vw;
  font-size:3vw;
  color: #b22020;
  text-align:center;
}

.p-top-content-sp-right-production-photo-case-price {
  padding-top:1vw;
  text-align:center;
}

.span-p-top-content-sp-right-production-photo-case-price {
  font-size:5vw;
  color: #b22020;
}

.span-p-top-content-sp-right-production-photo-case-yen {
  margin-left:-0.2em;
  margin-right:-0.2em;
  font-size:3vw;
  color: #b22020;
}

.p-top-content-sp-right-production-photo-case-tax {
  padding-top:0.5vw;
  padding-bottom:2vw;
  padding-right:1em;
  color: #b22020;
  text-align:right;
}

/*==================================================================================*/
/*----------------------------------------------------------------------------------*/
/* dl content sp pigmentation
/*----------------------------------------------------------------------------------*/
/*==================================================================================*/

#dl-top-content-sp-pigmentation {
  overflow:hidden;
}

.dt-top-content-sp-pigmentation {
  position:relative;
  overflow:hidden;
  margin:3.5vw 0 0;
  width:100vw;
  height:25vw;
  /*background:radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);
  background:-webkit-radial-gradient(circle, #FFFFFF 0%, #D5D9D6 100%);*/
  background-color:#E1E1E1;
  border:1px solid #DDDDDD;
}

.dt-top-content-sp-pigmentation::before {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background:url("../img/medlite-model-318998417-w384-h512.png") no-repeat;
  background-size:auto 50vw;
  background-position:-5% 50%;
}

.dt-top-content-sp-pigmentation::after {
    font-family: FontAwesome;
    position: absolute;
    top:9.5vw;
    right: 12px;
    content: "\f078";
    font-size: 18px;
    text-align: center;
    color: #888888;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dt-top-content-sp-pigmentation.open {
  margin-bottom:0!important;
}

.dt-top-content-sp-pigmentation.open::after {
  -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.p-dt-top-content-sp-pigmentation-subtitle {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:6.3vw;
  margin-left:34.8vw;
  font-size:4vw;
}

.h2-dt-top-content-sp-pigmentation {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top:2vw;
  margin-left:31vw;
  font-size:5.5vw;
}

.dd-top-content-sp-pigmentation {
  display:none;
  padding:0 3vw;
  background-color:#F3F3F3;
}

#dl-top-content-sp-pigmentation .dt-top-content-sp-pigmentation.open:first-child + .dd-top-content-sp-pigmentation {
  padding:4.5vw 3vw 4vw!important;
}

.dd-top-content-sp-pigmentation + .dd-top-content-sp-pigmentation {
  padding-bottom:4vw;
}

.button-dl-top-content-sp-pigmentation {
  display:none;
  position:relative;
  text-align:center;
  width:100%;
  height:8vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.button-dl-top-content-sp-pigmentation::before {
  font-family:FontAwesome;
    position:absolute;
  top:50%;
  left:50%;
  transform:translateY(-50%) translateX(-50%);
  -webkit- transform:translateY(-50%) translateX(-50%);
    content:"\f077";
    font-size:4vw;
    color:#888888;
}

/*==================================================================================*/
/* top content sp pigmentation medlite
/*==================================================================================*/

#p-top-content-sp-left-machine-photo-case-photo-case-pigmentation-medlite {
  padding-top:6vw;
}

#figure-top-content-sp-left-machine-photo-case-machine-pigmentation-medlite {
  padding-top:1vw;
  width:56%;
}

/*==================================================================================*/
/* top content sp pigmentation ruby
/*==================================================================================*/

#figure-top-content-sp-left-machine-photo-case-machine-pigmentation-ruby {
  padding-top:5vw;
  width:53%;
}

/*==================================================================================*/
/* top content sp pigmentation discovery-pico
/*==================================================================================*/

#figure-top-content-sp-left-machine-photo-case-machine-pigmentation-discovery-pico {
  width:73%;
}

/*----------------------------------------------------------------------------------*/
/* acne menu ニキビ・ニキビ跡 メニュー
/*----------------------------------------------------------------------------------*/

#div-acne-menu {
  /*margin:20px 0 0;*/
  width:100%;
  /*background-color:#f7f6f0;*/
  background-color:#F0F7FC;
}

#h2-acne-menu {
  padding:40px 0 40px;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:30px;
  color:#212131;
  text-align:center;
}

.ul-acne-menu {
  margin:0 auto;
  padding:0 0 40px;
  width:1000px;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  flex-wrap: wrap;
}

.li-acne-menu {
  overflow:hidden;
  width:48.5%;
}

.li-acne-menu:not(:last-child) {
  margin-bottom:4.2vw;
}

.a-acne-menu {
  display:block;
  height:100px;
  border:1px solid #A9D1EC;
  background-color:#FEFBFA;
}



@media only screen and (max-width: 359px){

#div-acne-menu {
  /*margin:20px 0;*/
  padding:0 4vw 20px;
  width:100%;
  /*background-color:#f7f6f0;*/
}

#h2-acne-menu {
  padding:6vw 0 6vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#212131;
  text-align:center;
}

.ul-acne-menu {
  padding:0;
  width:100%;
}

.li-acne-menu {
  display:block;
  width:100%;
}

.li-acne-menu:first-child {
  margin-bottom:4.2vw;
}

.a-acne-menu {
  display:block;
  border:1px solid #A9D1EC;
  background-color:rgba(255,255,255,.5);
}

.figure-acne-menu {
  position:relative;
}

.figure-acne-menu img {
  border-bottom:1px solid #F4F8FB;
}

.figcaption-acne-menu {
  position:absolute;
  padding:0;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top:30px;
  left:1px;
  width:calc(100% - 2px);
  height:40px;
  font-size:20px;
  color:#3F2413;
  text-align:center;
  line-height:40px;
  background-color:rgba(255,255,255,.8);
}

.span-acne-menu {
  display:none;
}



}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-acne-menu {
  /*margin:20px 0;*/
  padding:0 4vw 20px;
  width:100%;
  /*background-color:#f7f6f0;*/
}

#h2-acne-menu {
  padding:6vw 0 6vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#212131;
  text-align:center;
}

.ul-acne-menu {
  padding:0;
  width:100%;
  display:block;
}

.li-acne-menu {
  width:100%;
  display:block;
}

.li-acne-menu:not(:last-child) {
  /*margin-bottom:4.2vw;*/
  margin-bottom:2vw;
}

.a-acne-menu {
  position:relative;
  display:block;
  height:66px;
  border:1px solid #A9D1EC;
  background-color:rgba(255,255,255,.5);
  display:-webkit-flex;
  display:flex;
}

.a-acne-menu::before {
  position:absolute;
  content:"";
  top:-1px;
  left:-1px;
  width:5px;
  height:66px;
  background-color:#70B3E0;
}

.figure-acne-menu-model {
  width:64px;
}

.img-acne-menu-model {
  height:64px;
}

.div-acne-menu-title {
  width:calc(100% - 64px - 25%);
  padding-top:16px;
  padding-left:20px;

}

.h3-acne-menu {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align:left;
  font-size:14px;
}

.p-acne-menu {
  padding-top:5px;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align:left;
  font-size:13px;
}

.figure-acne-menu {
  width:25%;
  text-align:right;
}

.img-acne-menu {
  margin-top:-18px;
  margin-right:15px;
  width:45px;
}

}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-acne-menu {
  margin:20px 0;
  padding:0 4vw 20px;
  width:100%;
  /*background-color:#f7f6f0;*/
}

#h2-acne-menu {
  padding:6vw 0 6vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:20px;
  color:#6B1A16;
  text-align:center;
}

.ul-acne-menu {
  padding:0;
  width:100%;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}

.li-acne-menu {
  width:100%;
}

.li-acne-menu:first-child {
  margin-bottom:4.2vw;
}

.a-acne-menu {
  display:block;
  border:1px solid #B6A88D;
  background-color:rgba(255,255,255,.5);
}

.figure-acne-menu-model {
  width:20%;
}

.img-acne-menu-model {
  height:auto;
}

.div-acne-menu-title {
  width:50%;
}

.h3-acne-menu {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align:left;
  font-size:17px;
}

.p-acne-menu {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align:left;
}

.figure-acne-menu {
  width:30%;
}

#img-acne-menu-elight {
  height:20px;
}

.figure-acne-menu {
  position:relative;
}

.figure-acne-menu img {
  border-bottom:1px solid #B6A88D;
}

.figcaption-acne-menu {
  position:absolute;
  padding:0;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  top:30px;
  left:1px;
  width:calc(100% - 2px);
  height:40px;
  font-size:20px;
  color:#3F2413;
  text-align:center;
  line-height:40px;
  background-color:rgba(255,255,255,.8);
}

.span-acne-menu {
  display:none;
}

.p-acne-menu {
  padding:0.5em 0.5em 0.5em 0.75em;
  font-size:12px;
  line-height:1.5;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}


/*========================================================================================================================*/
/* top trouble menu
/*========================================================================================================================*/

#div-trouble-menu {
  /*margin-top:30px;*/
  /*
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  */
  background-color: #F7F7F7;
  /*padding:40px 0;*/
}

#h2-trouble-menu {
  font-size:16px;
  text-align:center;
}

/*
#ul-trouble-menu {
  margin:20px auto 0;
  width:1000px;
  font-size:0;
}

.li-trouble-menu {
  width:50%;
  display:inline-flex;
  background-color:#FFFFFF;
}

.a-trouble-menu {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:auto;
  border:1px solid #DDD;
  padding:20px 10px 20px 20px;
}

.a-trouble-menu::before {
  position:absolute;
  content: " ";
  bottom: 5px;
  right: 5px;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.li-trouble-menu:first-child {
  margin-bottom:30px;
}

.li-trouble-menu:nth-child(3) {
  margin-right:30px;
}

.figure-trouble-menu {
  width:10px;
}

.img-trouble-menu {
  width:10px;
}

.div-trouble-menu-right {
  margin-left:20px;
  width:100%;
}
*/
/*
.h3-trouble-menu {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  /*font-weight: bold;*/
  /*color: #6e6347;
  line-height: 1.5;
}

.p-trouble-menu {
  padding-top:10px;
  font-size:16px;
  line-height: 1.5;
}

.a-trouble-menu:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}
*/
@media only screen and (max-width: 359px){

#h2-trouble-menu {
  font-size:16px;
  text-align:center;
}

#div-trouble-menu {
  padding:4vw;
}

#ul-trouble-menu {
  width:100%;
}

.li-trouble-menu {
  overflow:hidden;
  width:100%;
  display:inline-flex;
}

.li-trouble-menu:first-child {
  margin-bottom:4vw;
}

.li-trouble-menu:nth-child(2) {
  margin-bottom:4vw;
}

.li-trouble-menu:nth-child(3) {
  margin-bottom:4vw;
}

.a-trouble-menu {
  display:block;
  height:60px;
  background-color: #FFFFFF;
}

.figure-trouble-menu {
  width:10px;
  text-align:center;
}

.img-trouble-menu {
  width:10px;
}

.div-trouble-menu-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-trouble-menu {
  font-size:18px;
  line-height:1.5;
}

.p-trouble-menu {
  padding:0;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-trouble-menu {
  padding:0 0 15px;
}

#h2-trouble-menu {
  padding:5vw 0 5vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:19px;
  color:#333333;
  text-align:center;
}

#ul-trouble-menu {
  width:100%;
  border-top:1px solid #DDD;
  font-size:0;
}

.li-trouble-menu {
  overflow:hidden;
  width:33.3%;
  display:inline-flex;
}

.li-trouble-menu {
  border-bottom:1px solid #DDD;
}

.li-trouble-menu:nth-child(3n+1){
  border-right:0.5px solid #DDD;
}

.li-trouble-menu:nth-child(3n+2){
  border-left:0.5px solid #DDD;
  border-right:0.5px solid #DDD;
}

.li-trouble-menu:nth-child(3n){
  border-left:0.5px solid #DDD;
}

.a-trouble-menu {
  display:block;
  height:119px;
  background-color: #FFFFFF;
}


.figure-trouble-menu {
  padding:5px 5px 9px;
}

.img-trouble-menu {
  width:100%;
}

.p-trouble-menu {
  color:#333333;
  font-size:12px;
  text-align:center;
}





/*
.li-trouble-menu:nth-child(2n+3) .a-trouble-menu {
  border-top:none;
  border-left:none;
  border-right:0.5px solid #DDD;
}

.li-trouble-menu:nth-child(2n+4) .a-trouble-menu {
  border-top:none;
  border-left:0.5px solid #DDD;
  border-right:none;
}

.li-trouble-menu:first-child .a-trouble-menu {
  border-left:none;
  border-right:0.5px solid #DDD;
}

.li-trouble-menu:nth-child(2) .a-trouble-menu {
  border-right:none;
  border-left:0.5px solid #DDD;
}
*/
/*
.a-trouble-menu {
  padding:0 0 0 5vw;
}
*/
/*
.a-trouble-menu::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #A08F68 transparent;
}
*/
/*
.figure-trouble-menu {
  padding-top:5px;
  margin-right:4vw;
  width:35px;
}

.img-trouble-menu {
  margin-top:-12px;
  width:35px;
}
/*
.div-trouble-menu-right {
  margin-top:10px;
  margin-bottom:13px;
  margin-left:0;
  width:calc(100% - 9vw - 35px);
}

.h3-trouble-menu {
  font-size:14px;
}

.p-trouble-menu {
  padding:0;
  font-size:13px;
}
*/
}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-trouble-menu {
  /*padding:4vw;*/
}

#ul-trouble-menu {
  width:100%;
}

.li-trouble-menu {
  width:100%;
  height:50px;
  display:block;
}

.li-trouble-menu:nth-child(2) {
  margin-bottom:4vw;
}

.li-trouble-menu:nth-child(3) {
  margin-bottom:4vw;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top slimming menu
/*========================================================================================================================*/

#div-slimming-menu {
  /*margin-top:30px;*/
  /*
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width:100%;
  */
  background-color: #F8FBFE;
  /*padding:40px 0;*/
}

#h2-slimming-menu {
  font-size:16px;
  text-align:center;
}

/*
#ul-slimming-menu {
  margin:20px auto 0;
  width:1000px;
  font-size:0;
}

.li-slimming-menu {
  width:50%;
  display:inline-flex;
  background-color:#FFFFFF;
}

.a-slimming-menu {
  position:relative;
  display:flex;
  display:-webkit-flex;
  width:100%;
  height:auto;
  border:1px solid #DDD;
  padding:20px 10px 20px 20px;
}

.a-slimming-menu::before {
  position:absolute;
  content: " ";
  bottom: 5px;
  right: 5px;
  z-index:10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #A08F68 transparent;
}

.li-slimming-menu:first-child {
  margin-bottom:30px;
}

.li-slimming-menu:nth-child(3) {
  margin-right:30px;
}

.figure-slimming-menu {
  width:10px;
}

.img-slimming-menu {
  width:10px;
}

.div-slimming-menu-right {
  margin-left:20px;
  width:100%;
}
*/
/*
.h3-slimming-menu {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  /*font-weight: bold;*/
  /*color: #6e6347;
  line-height: 1.5;
}

.p-slimming-menu {
  padding-top:10px;
  font-size:16px;
  line-height: 1.5;
}

.a-slimming-menu:hover {
  box-shadow: 0 0 10px rgba(148,134,100,.7);
}
*/
@media only screen and (max-width: 359px){

#h2-slimming-menu {
  font-size:16px;
  text-align:center;
}

#div-slimming-menu {
  padding:4vw;
}

#ul-slimming-menu {
  width:100%;
}

.li-slimming-menu {
  overflow:hidden;
  width:100%;
  display:inline-flex;
}

.li-slimming-menu:first-child {
  margin-bottom:4vw;
}

.li-slimming-menu:nth-child(2) {
  margin-bottom:4vw;
}

.li-slimming-menu:nth-child(3) {
  margin-bottom:4vw;
}

.a-slimming-menu {
  display:block;
  height:60px;
  background-color: #FFFFFF;
}

.figure-slimming-menu {
  width:10px;
  text-align:center;
}

.img-slimming-menu {
  width:10px;
}

.div-slimming-menu-right {
  margin-left:3.5vw;
  width:100%;
}

.h3-slimming-menu {
  font-size:18px;
  line-height:1.5;
}

.p-slimming-menu {
  padding:0;
  font-size:13px;
  line-height: 1.5;
}

}

@media only screen and (min-width: 360px) and (max-width: 591px){

#div-slimming-menu {
  padding:0 0 15px;
}

#h2-slimming-menu {
  padding:5vw 0 5vw;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:19px;
  color:#333333;
  text-align:center;
}

#ul-slimming-menu {
  width:100%;
  border-top:1px solid #DDD;
  font-size:0;
}

.li-slimming-menu {
  overflow:hidden;
  width:33.3%;
  display:inline-flex;
}

.li-slimming-menu {
  border-bottom:1px solid #DDD;
}

.li-slimming-menu:nth-child(3n+1){
  border-right:0.5px solid #DDD;
}

.li-slimming-menu:nth-child(3n+2){
  border-left:0.5px solid #DDD;
  border-right:0.5px solid #DDD;
}

.li-slimming-menu:nth-child(3n){
  border-left:0.5px solid #DDD;
}

.a-slimming-menu {
  display:block;
  height:119px;
  background-color: #FFFFFF;
}


.figure-slimming-menu {
  padding:5px 5px 9px;
}

.img-slimming-menu {
  width:100%;
}

.p-slimming-menu {
  color:#333333;
  font-size:12px;
  text-align:center;
}





/*
.li-slimming-menu:nth-child(2n+3) .a-slimming-menu {
  border-top:none;
  border-left:none;
  border-right:0.5px solid #DDD;
}

.li-slimming-menu:nth-child(2n+4) .a-slimming-menu {
  border-top:none;
  border-left:0.5px solid #DDD;
  border-right:none;
}

.li-slimming-menu:first-child .a-slimming-menu {
  border-left:none;
  border-right:0.5px solid #DDD;
}

.li-slimming-menu:nth-child(2) .a-slimming-menu {
  border-right:none;
  border-left:0.5px solid #DDD;
}
*/
/*
.a-slimming-menu {
  padding:0 0 0 5vw;
}
*/
/*
.a-slimming-menu::before {
  position:absolute;
  content: "";
  bottom: 0;
  right: 0.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #A08F68 transparent;
}
*/
/*
.figure-slimming-menu {
  padding-top:5px;
  margin-right:4vw;
  width:35px;
}

.img-slimming-menu {
  margin-top:-12px;
  width:35px;
}
/*
.div-slimming-menu-right {
  margin-top:10px;
  margin-bottom:13px;
  margin-left:0;
  width:calc(100% - 9vw - 35px);
}

.h3-slimming-menu {
  font-size:14px;
}

.p-slimming-menu {
  padding:0;
  font-size:13px;
}
*/
}

@media only screen and (min-width: 592px) and (max-width: 767px){

#div-slimming-menu {
  /*padding:4vw;*/
}

#ul-slimming-menu {
  width:100%;
}

.li-slimming-menu {
  width:100%;
  height:50px;
  display:block;
}

.li-slimming-menu:nth-child(2) {
  margin-bottom:4vw;
}

.li-slimming-menu:nth-child(3) {
  margin-bottom:4vw;
}

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
}

@media only screen and (min-width: 1024px) and (max-width: 1095px){
}

@media only screen and (min-width: 1096px){
}

/*========================================================================================================================*/
/* top tattoo bannerA
/*========================================================================================================================*/

#div-tattoo-bannerA {
  padding:20px 0 5;
  width:100%;
  background-color:#F8F8F8;
}

.a-tattoo-bannerA {
  overflow:hidden;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  width:100%;
  height:100px;
  background: -webkit-linear-gradient(left, #AFC3CE 0%, #CFDDE6 100%);
  background: linear-gradient(to right, #AFC3CE 0%, #CFDDE6 100%);
}

.figure-tattoo-bannerA-model {
  margin-left:10px;
  padding-top:5px;
  width:11%;
}

.img-tattoo-bannerA-model {
  width:auto;
  height:90px;
}

.div-tattoo-bannerA-middle {
  width:30%;
}

.p-tattoo-bannerA-middle {
padding-top:32px;
padding-left:3px;
font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:12px;
}

.h3-tattoo-bannerA-middle {
padding-top:5px;
font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:18px;
}

.div-tattoo-bannerA-photo {
  margin-top:13px;
  padding-right:5px;
  width:45%;
}

.h3-tattoo-bannerA-photo {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align:center;
  font-size:13px;
}

.ul-tattoo-bannerA-photo {
  padding-top:8px;
  display:flex;
}

/*========================================================================================================================*/
/* top tattoo bannerB
/*========================================================================================================================*/

#div-tattoo-bannerB {
  padding:0 0 5px;
  width:100%;
  background-color:#F8F8F8;
}

.a-tattoo-bannerB {
  overflow:hidden;
  display:flex;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  width:100%;
  height:80px;
  background: -webkit-linear-gradient(left, #AFC3CE 0%, #CFDDE6 100%);
  background: linear-gradient(to right, #AFC3CE 0%, #CFDDE6 100%);
}

.figure-tattoo-bannerB-model {
  margin-left:10px;
  padding-top:5px;
  width:11%;
}

.img-tattoo-bannerB-model {
  margin-top:-20px;
  width:auto;
  height:90px;
}

.div-tattoo-bannerB-middle {
  width:30%;
}

.p-tattoo-bannerB-middle {
padding-top:22px;
padding-left:3px;
font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:12px;
}

.h3-tattoo-bannerB-middle {
padding-top:5px;
font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:18px;
}

.div-tattoo-bannerB-photo {
  margin-top:13px;
  padding-right:5px;
  width:45%;
  display:flex;
}
