@charset "UTF-8";
/* CSS Document */

/*.wrapperMargin{
    margin: 0;
    width: 100%;
}*/

.wrapperMargin #mainOneColumn .content .lead {
    margin: 0 auto 20px;
    display: table;
}

.wrapperMargin #mainOneColumn .content .lead img {
		width: 100%;
	}

@media screen and (max-width: 1009px) {
    .wrapperMargin .content {
        width: auto;
    }
}
@media print, screen {
    .wrapperMargin #mainOneColumn .content .shoplist h1 {
        margin: 30px 0 40px 0;
    }
    .wrapperMargin #mainOneColumn .content .message_reply {
        margin: 0 0 20px 0;
        padding: 30px;
        border: 1px solid #ccc;
    }
}


/* .img-map ------------------------------- */
@media print, screen {
    .img-map {
        padding: 0 0 50px;
        border-bottom: 1px solid #CCC;
        text-align: center;
    }
    .img-map svg {
        display: inline-block;
        width: 630px;
        max-width: 100%;
    }
}
/* SVG ---*/
.img-map svg .a {
    fill: #fff;
}
.img-map svg .b {
    font-size: 16px;
    letter-spacing: 0.1em;
}
.img-map svg .b, .f {
    fill: #666;
}
.img-map svg .c {
    fill: none;
    stroke: #d9eaed;
    stroke-miterlimit: 10;
    stroke-width: 2.5px;
}
.img-map svg .d {
    fill: #d9eaed;
}
.img-map svg .e {
    fill: #5aafb4;
}
.img-map svg {
    max-width: 100%;
}
.img-map svg g.area {
    stroke-width: 0;
    cursor: pointer;
}
.img-map svg .d, .f {
    transition: .25s;
}
.img-map svg g.area:hover .d, .img-map svg g.area.active .d {
    fill: #5aafb4;
}
.img-map svg g.area:hover .f, .img-map svg g.area.active .f {
    fill: #fff;
}

@media screen and (max-width: 549px) {
    .img-map {
        padding: 0 0 50px;
    }
}
/* .tab-city ------------------------------- */
@media print, screen {
    .tab-city {
        padding: 50px 0;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        text-align: center;
    }
    .tab-city li {
        display: inline-block;
        font-size: 117%;
        line-height: 1;
        padding: 3px 5px;
        margin: 3px 0;
    }
    .tab-city a:hover li {
        background-color: rgba(90, 175, 180, .3);
    }
    .tab-city a.active li, .tab-city a.active:hover li {
        color: #fff;
        background-color: #5aafb4;
    }
}
/* .table-shoplist ------------------------------- */
@media print, screen {
    .table-striped > tbody > tr:nth-of-type(even) {
        background-color: #D9EAEA;
    }
    .table-shoplist {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        word-wrap: break-word;
        margin: 50px 0;
    }
    .table-shoplist thead {
        font-weight: bold;
        border-bottom: 1px solid #CCC;
    }
    .table-shoplist thead th {
        padding: 7px;
        text-align: left;
    }
    .table-shoplist tbody th, .table-shoplist td {
        padding: 7px;
        line-height: 1.4;
    }
    .table-shoplist tbody th {
        text-align: left;
    }
    .table-shoplist tbody td a.more-button {
        color: #fff;
        background-color: #5aafb4;
        border-radius: 2px;
        padding: 3px 5px;
        text-decoration: none;
    }
    .table-shoplist tbody td.td-more {
        text-align: right;
    }
}
@media screen and (max-width: 549px) {
    .table-shoplist thead {
        display: none;
    }
    .table-shoplist tbody th, .table-shoplist td {
        display: block;
        padding: 3px 7px;
        line-height: 1.4;
    }
    .table-shoplist tbody td {
        padding-top: 0;
    }
    .table-shoplist tbody th.shop-name {
        padding-top: 15px;
    }
    .table-shoplist tbody td.td-more {
        padding-bottom: 15px;
    }
}
/* .shoplist-pagenation -------------------------------  */
.shoplist-pagenation {
    padding-bottom: 50px;
    text-align: center;
}
.shoplist-pagenation li {
    display: inline-block;
    margin: 0 5px;
    line-height: 12px;
    padding: 5px;
    width: 12px;
    height: 12px;
    letter-spacing: 0;
    border-radius: 50%;
}
.shoplist-pagenation a {
    text-decoration: none;
}
.shoplist-pagenation a.active li, .shoplist-pagenation a.active:hover li {
    color: #fff;
    background-color: #5aafb4;
    border-radius: 50%;
}
.shoplist-pagenation a:hover li {
    background-color: rgba(90, 175, 180, .3);
}
/* .modal-box -------------------------------  */
.modal-back {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
    overflow-y: auto;
}
.modal-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.modal-box {
    position: relative;
    width: 920px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 60px;
    text-align: left;
    margin: 0 auto 0;
    box-sizing: border-box;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    padding: 2px;
    background-color: #5aafb4;
    border-radius: 50%;
    z-index: 99999;
    text-align: center;
    text-decoration: none;
}
.modal-box:after:hover {
    background-color: rgba(90, 175, 180, .3);
}
.modal-img {
    width: 50%;
    float: left;
    height: 300px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
/*.modal-img img {
    width: 100%;
}*/
.modal-item {
    width: 47%;
    float: right;
}
.modal-item h1 {
    color: #5aafb4;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
    margin-bottom: 10px;
}
.modal-item .table-modal {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    word-wrap: break-word;
}
.modal-item .table-modal tbody th, .modal-item .table-modal tbody td {
    padding: 7px;
    line-height: 1.4;
    vertical-align: top;
}
.modal-item .table-modal tbody th {
    width: 60px;
}
.modal-map {
    width: 100%;
    margin-top: 40px;
}
.modal-map iframe {
    width: 100%;
    height: 300px;
}
@media screen and (max-width: 549px) {
    .modal-box {
        padding: 60px 30px;
    }
    .modal-img, .modal-item {
        width: 100%;
    }
    .modal-img {
        margin-bottom: 30px;
        height: 236px;
    }
}


/* .shopinfo-box -------------------------------  */

.shopinfo-box {
    position: relative;
    width: 920px;
    max-width: 100%;
    /*background-color: #fff;*/
    border-radius: 5px;
    padding: 60px 0 80px;
    text-align: left;
    margin: 0 auto 0;
    box-sizing: border-box;
}

.shopinfo-img {
    width: 50%;
    float: left;
    height: 300px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.shopinfo-item {
    width: 47%;
    float: right;
}
.shopinfo-item h1 {
    color: #5aafb4;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding: 5px 0;
    margin-bottom: 10px;
}
.shopinfo-item .table-shopinfo {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    word-wrap: break-word;
}
.shopinfo-item .table-shopinfo tbody th, .shopinfo-item .table-shopinfo tbody td {
    padding: 7px;
    line-height: 1.4;
    vertical-align: top;
}
.shopinfo-item .table-shopinfo tbody th {
    width: 60px;
}

.shopinfo-item .anno{
    color: red;
    font-size: 12px;
}

.shopinfo-map {
    width: 100%;
    margin-top: 40px;
}
.shopinfo-map iframe {
    width: 100%;
    height: 300px;
}
@media screen and (max-width: 549px) {
    .shopinfo-box {
        padding: 30px 0 60px;
    }
    .shopinfo-img, .shopinfo-item {
        width: 100%;
    }
    .shopinfo-img {
        margin-bottom: 30px;
        height: 236px;
    }
}


/* #mainTwoColumn -------------------------------  */

@media print, screen {
.wrapperMargin #mainTwoColumn .content #shopwrap {
    padding: 80px 0 40px;
    border-top: 1px solid #CCC;
    text-align: center;
}

	.wrapperMargin #mainTwoColumn .content .contactwrap {
		color: #65a8ad;
		background-color: #e0f1f4;
		padding: 30px 0;
		text-align: center;
		width: 830px;
        margin: 0 auto 0;
	}
	.wrapperMargin #mainTwoColumn .content .contactwrap .tel em {
		margin: 0 0 10px 10px;
		display: inline-block;
		color: #666;
		font-size: 120%;
		font-weight: normal;
	}
}

@media screen and (max-width:999px) {
	.wrapperMargin .content {
		width: 100%;
		font-size: 14px;
	}
}
@media screen and (max-width:699px) {
	.wrapperMargin #mainTwoColumn .content p {
		text-align: left;
	}
}
@media screen and (max-width:879px) {
	.wrapperMargin #mainTwoColumn .content .contactwrap {
		width: calc(100% - 10px);
	}
}

@media screen and (max-width: 549px) {
    .wrapperMargin #mainTwoColumn .content #shopwrap {
    padding: 60px 0 35px;
}
    
    	.wrapperMargin #mainTwoColumn .content .contactwrap {
        margin: 0 auto;
}
}

@media screen and (max-width:329px) {
	.wrapperMargin #mainTwoColumn .content .contactwrap .btn img {
		width: 90%;
	}
}

/* #mainThreeColumn .video -------------------------------  */

@media print,
screen {
    
        .trial {
    background: #eaebed;
    padding: 60px 0;
}
    
	 .trial_inr {
		width: 60pc;
		margin: 0 auto;
         text-align: center;
	}
    
    .trial_inr h1 {
    font-family: 'ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, HG明朝E, ＭＳ\ Ｐ明朝, serif';
    font-size: 28px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 30px;
}
    
    
}

@media screen and (max-width:999px) {
	 .trial_inr {
		width: 90%;
	}
}

@media print,
screen {
	 .trial_inr p {
		margin: 30px 0 0;
	}
}

@media screen and (max-width:499px) {
    .trial {
    padding: 40px 0;
}
    
    
        .trial_inr h1 {
    font-size: 24px;
            line-height: 1.1;
}
    
    
	 .trial_inr p {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
}

@media print,
screen {
	 .trial_inr .trial_video .trial_video_thumb iframe {
		width: 100%;
	}
}

@media screen and (max-width:499px) {
	 .trial_inr .trial_video .trial_video_thumb iframe {
		height: 200px;
	}
}

@media screen and (max-width:499px) {
	 .trial_inr {
		width: 100%;
	}
	 .trial_inr .trial_video {
		margin-top: 35px;
	}
}

@media screen and (max-width:499px) and (max-width:768px) {
	 .trial_inr .trial_video video {
		width: 100%;
	}
}

@media screen and (max-width:499px) and (max-width:499px) {
	 .trial_inr p span {
		font-family: 'ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, YuMincho, HG明朝E, ＭＳ\ Ｐ明朝, serif';
		text-align: center;
		display: block;
		letter-spacing: .1em;
		font-size: 5vw;
		margin: 40px 0 9pt;
	}
}

@media screen and (max-width:499px) and (max-width:499px) {
	 .trial_inr p br {
	}
	 .trial_inr p.mt {
		margin-top: 15px;
	}
}

#play_button {
    cursor: pointer;
}

@media print,
screen {
	.trial_inr .sp {
		display: none!important;
	}
}

@media screen and (max-width:499px) {
	.trial_inr .sp {
		display: block!important;
	}
}

@media print,
screen {
	.trial_inr .pc {
		display: block!important;
	}
}

@media screen and (max-width:760px) {
	.trial_inr .pc {
		display: none!important;
	}
}

/* #mainFourColumn -------------------------------  */

#mainFourColumn{
    padding: 80px 0;
    text-align: center;
}

	.wrapperMargin #mainFourColumn .content .shoph1 {
		margin: 0 auto 40px;
		display: table;
	}
	.wrapperMargin #mainFourColumn .content .shoph1 img {
		width: 100%;
	}

/* 20220909 FSサロンリスト一覧 7地区ボタン追加 -------------------------------  */
.shoplist .pref-area {
  zoom: 1;
}
.shoplist .pref-area:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.pref-area li {
	float: left;
	width: 12.2857%;
	margin: 1em 1% 0;
}
.pref-area li a {
    color: #fff;
    background-color: #5aafb4;
    border-radius: 2px;
    padding: 3px 5px;
    text-decoration: none;
    display: block;
    text-align: center;
	font-size: 12px;
}
.pref-area li a:hover,
.pref-area li a:focus,
.pref-area li a:active,
.pref-area li a:visited {
	color: #fff;
}
@media screen and (max-width:900px) {
	.pref-area li:nth-of-type(1),
	.pref-area li:nth-of-type(2),
	.pref-area li:nth-of-type(3),
	.pref-area li:nth-of-type(4){
		width: 23%;
		margin: 1em 1% 0;
	}
	.pref-area li:nth-of-type(5),
	.pref-area li:nth-of-type(6),
	.pref-area li:nth-of-type(7){
		width: 31.3%;
		margin: 1em 1% 0;
	}
	.pref-area li a {
		font-size: 10px;
	}
}