@charset "utf-8";
/* CSS Document */



/*フレックス*/

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.columnreverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.rowreverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.itemcenter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.itemend {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/*align-content*/

.contentstart {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.contentcenter {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.contentend {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

/*align-self*/

.selfstart {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.selfcenter {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.selfend {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
	width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
	width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
	width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
	width: 100%;
}

.flex>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -ms-flexsbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}

.flexs>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexsbox;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/*カラム*/

.cc221 {
	width: 47%;
	margin-bottom: 4%;
}

.cc332 {
	width: 30%;
	margin-bottom: 4%;
}

.cc432 {
	width: 22%;
	margin-bottom: 4%;
}

.cc533 {
	width: 17%;
	margin-bottom: 4%;
}

.gr211 {
	width: 47%;
	margin-bottom: 4%;
}

.gr321 {
	width: 30%;
	margin-bottom: 4%;
}

.gr422 {
	width: 22%;
	margin-bottom: 4%;
}

.gr532 {
	width: 17%;
	margin-bottom: 4%;
}

.w100 {
	width: 100%;
}

.w70 {
	width: 70%;
}

.w65 {
	width: 65%;
}

.w60 {
	width: 60%;
}

.w55 {
	width: 55%;
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w45 {
	width: 45%;
}
[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
	display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
	position: relative;
}

.filter:before {
	display: block;
	content: "none";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(255, 255, 255, 0.6);
}

/* .main-img div ul li img{
  position: relative;
} */

.main-img >div{
  position: relative;
}

.main-img >div:before {
  display: block;
	content: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+4,ffffff+96,ffffff+100&1+0,0+4,0+96,1+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 96%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}
.uk-slidenav-position:before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+4,ffffff+96,ffffff+100&1+0,0+4,0+96,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 96%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*afterで切るCSS*/
.uk-slidenav-position:after{
    padding-top: 49%;
    content: '';
    display: block;
	
}
.uk-slidenav-position{
	position:relative;
	overflow:hidden;
	width:100%;
}
.uk-slideshow{
	position:absolute;
	top:0;
}





.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}

@media only screen and (max-width: 599px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	.fs18 {
		font-size: 16px;
	}
	.fs20 {
		font-size: 18px;
	}
	.fs22 {
		font-size: 18px;
	}
	.fs24 {
		font-size: 20px;
	}
	.fs26 {
		font-size: 20px;
	}
	.fs28 {
		font-size: 22px;
	}
	.fs30 {
		font-size: 22px;
	}
	.fs32 {
		font-size: 24px;
	}
	.fs34 {
		font-size: 24px;
	}
	.fs36 {
		font-size: 26px;
	}
	.fs38 {
		font-size: 26px;
	}
	.fs40 {
		font-size: 28px;
	}
	.fs42 {
		font-size: 28px;
	}
	.fs44 {
		font-size: 30px;
	}
	.fs46 {
		font-size: 32px;
	}
	.flex {
		max-width: 450px;
		margin: auto;
	}
	.flexc {
		max-width: 450px;
		margin: auto;
	}
	.flexs {
		max-width: 450px;
		margin: auto;
	}
	.flexb {
		max-width: 450px;
		margin: auto;
	}
	/* カラム */
	.cc221 {
		width: 97%;
	}
	.cc332 {
		width: 47%;
	}
	.cc432 {
		width: 47%;
	}
	.cc533 {
		width: 30%;
	}
	.gr211 {
		width: 97%;
	}
	.gr321 {
		width: 97%;
	}
	.gr422 {
		width: 47%;
	}
	.gr532 {
		width: 47%;
	}
	.w70 {
        width: 100%;
	}
	.w65 {
        width: 100%;
	}
	.w60 {
        width: 100%;
	}
	.w55 {
        width: 100%;
	}
	.w50 {
        width: 100%;
	}
	.w48 {
        width: 100%;
	}
	.w45 {
        width: 100%;
	}
	.w40 {
        width: 100%;
	}
	.w35 {
        width: 100%;
	}
	.w30 {
        width: 100%;
	}
	.w25 {
		width: 100%;
	}
	
}

li {
    margin-bottom: 15px;
}

.footer .dropmenu {
    width: 100%;
    display: flex;
    font-size: 10px;
    margin: 40px 0 -50px;
}
.footer .dropmenu li {
    font-size: 14px;
    font-weight:bold;
    text-align: center;
}





.footer .dropmenu li ul li{
    width: 100%;
    font-size: 13px;
    padding: 4px 0;
    font-weight: normal;
}
.footer .dropmenu li a{
  display: block;
}



.footer li.dropdown > a{
   cursor: default;
   pointer-events: none;
}


.ta_l{
  text-align: left !important;
}


#wrapper {
    width: 100%;
    overflow: hidden;

}

#main {
    width: 95%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
}

.inner .box {
    margin-bottom: 30px;
}

.sub_tit {
    width: 100%;
    margin-bottom: 50px;
}

.sub_tit h2 {
    width: 100%;
    color: #fff;
    text-align: center;
}

.sub_tit h2 span {
    display: block;
    font-size: 24px;
}

.sub_tit img {
    width: 100%;
}

.section {
    margin-bottom: 80px;
}

.section h3 {
    margin-bottom: 30px;
}

.section1 dl {
    width: 22%;
    margin: 0 1.5%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section1 .pic:after {
    padding-top: 70%;
}

.section2 li {
    width: 22%;
    margin: 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
}

.section3 li {
    width: 22%;
    margin:1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section3 li:after {
    padding-top: 125%;
}

.section4 li {
    width: 22%;
    margin:1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section4 li:after {
    padding-top: 70%;
}

.section6 .box {
    padding: 20px;
    background: blue;
}

.section6 .box:nth-of-type(2n) {
    background: green;
}

.section6 .box .pic {
    float: left;
    width: 40%;
}

.section6 .box:nth-of-type(2n) .pic {
    float: right;
    width: 40%;
}

.section6 .box .tbox {
    float: right;
    width: 55%;
}

.section6 .box:nth-of-type(2n) .tbox {
    float: left;
    width: 55%;
}

@media only screen and (max-width: 1024px) {
    .section {
        max-width: 800px;
        padding: 0 2%;
        margin: auto;
        margin-bottom: 50px;
    }

    .section1 dl {
        width: 30%;
    }

    .section2 li {
        width: 30%;
    }

    .section3 li {
        width: 30%;
    }

    .section4 li {
        width: 30%;
    }
}

@media only screen and (max-width: 599px){
    .pic.rp {
        float: none !important;
        width: 80% !important;
        margin: auto;
    }

    .tbox {
        float: none !important;
        width: 100% !important;
    }

    .section1 dl {
        width: 46%;
    }

    .section2 li {
        width: 46%;
    }

    .section3 li {
        width: 46%;
    }

    .section4 li {
        width: 46%;
    }
}



/* ##### reset.css候補 ##### */
.col-332 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-332 div,
.col-332 > li,
.col-332 > dl {
    width: 32%;
    margin: 0 0.5%;
    margin-bottom: 1%;
}

.col-442 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.col-442.flexs{
  display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
.col-442.flexs li img{
  opacity: 1;
}
.col-442.flexs li a p{
  /* font-weight: normal */
}





.col-442 li {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 1%;
}

.col-221 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-221 div,
.col-221 li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 1%;
}

@media (max-width: 599px) {
    .col-332 div,
    .col-332 > li,
    .col-332 > dl {
        width: 49%;
        margin: 0 0.5%;
        margin-bottom: 1%;
    }

    .col-442 li {
        width: 49%;
        margin: 0 0.5%;
        margin-bottom: 1%;
    }

    .col-221 div,
    .col-221 li {
        width: 98%;
        margin: 0 1%;
    }
}

.anchor-arrow:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 16px;
}
/* ##### reset.css候補ここまで ##### */



/* ##### 全体 ##### */
body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

a:hover {
    -webkit-transition-property: all;
    -webkit-transition: 0.3s linear;
    transition-property: all;
    transition: 0.3s linear;
}

.wrapper {
    width: 100%;
}

.main {
    width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
}

.pink-check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    color: #ff83b4;
}

.trimming2 {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming2:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.upper-table {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    zoom: 120%;
}

.upper-table .pic {
    width: 10%;
    z-index: 1;
}

.upper-table ol {
    width: 40%;
    height: 50px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 1;
}

.upper-table ol li {
    margin-bottom: 0;
    font-size: 14px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.upper-table .pic .trimming:after {
    padding-top: calc(142 / 116 * 100%);
}

.time {
    width: 40%;
    border-collapse: collapse;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    z-index: 1;
}

.time tr:nth-of-type(1) th {
    background-color: rgba(76, 175, 80, 0.8);
    color: #fff;
}

.time tr th,
.time tr td {
    padding: 10px;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-weight: normal;
}

.time tr th {
    border-right: 1px solid #fff;
}

.time tr th:first-of-type {
    background-color: #fff;
}

.time tr:first-of-type th:first-of-type {
    background-color: rgba(76, 175, 80, 0.8);
    color: #fff;
}

.time tr td {
    background-color: #fff;
    color: #4CAF50;
}

.time tr th:last-of-type {
    border-right: 1px solid #cdcdcd;
}

.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: 1px solid #696969;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.page-top:before {
    content: "\f106";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 40px;
}

.fead-mv {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}

.mv {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

@media (max-width: 599px) {
.fead-mv {
    opacity: 1;
/*     transform: translate(0, 60px);
-webkit-transform: translate(0, 60px); */
    transition: .5s;
}}

@media (max-width: 1024px) {
    .main {
        width: 100%;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .upper-table {
        width: 100%;
    }

    .upper-table ol {
        height: auto;
    }
}

@media (max-width: 768px) {
  .about-director .trimming {
    width: 60%;
    margin: 0 auto;
}
    .upper-table .time {
        width: 88%;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .upper-table .time tr th,
    .upper-table .time tr td {
        padding: 5px;
    }

    .upper-table ol {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .upper-table .pic {
        display: none;
    }

    .upper-table {
        margin-top: 0 !important;
        zoom: 100%;
    }

    .upper-table .time {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .upper-table ol {
        width: 96%;
        margin: 0 3%;
    }

    .upper-table ol li {
        font-size: 12px;
    }

    .page-top {
        bottom: 15px;
        right: 15px;
        width: 60px;
        height: 60px;
    }
}
/* ##### 全体ここまで ##### */



/* ##### 下層ページ共通 ##### */
.underlayer {
    position: relative;
    width: 100%;
}

.underlayer .trimming2 {
    position: absolute;
    top: 0;
}

.underlayer .trimming2:after {
    padding-top: calc(400/ 1903 * 100%);
}

.underlayer:before {
    content: "";
    display: block;
    /* padding-top: calc(400 / 1903 * 100%); */
}


.underlayer .pic{
  width: 100%;
}
.underlayer .pic img{
  width: 100%;
  height: auto;
}




.underlayer .inner-underlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.underlayer-table {
    margin-top: -45px !important;
}

.underlayer-heading {
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.inner-underlayer h2 {
   /*  text-shadow: 0px 0px 7px #fff; */
   color: #464646;
    font-weight: bold;
    text-shadow: 0 2px 8px #fff, 2px 0 8px #FFF, 0 -2px 8px #fff, -2px 0 8px #fff, -2px -2px 8px #fff, 2px -2px 8px #fff, -2px 2px 8px #fff, 2px 2px 8px #fff;
}


@media (max-width: 1024px) {
    .inner-underlayer h2 {
        font-size: 30px;
    }
    .underlayer-table{
    margin-top: -20px !important;
    }
}

@media (max-width: 599px) {
    .inner-underlayer h2 {
        font-size: 25px;
    }
   .underlayer-table{
    margin-top: 20px !important;
    }
}

@media (max-width: 599px) {
   /*  .underlayer:before,
   .underlayer .trimming2:after {
       padding-top: calc(250 / 414 * 100%);
   } */

    .inner-underlayer h2 {
        font-size: 18px;
    }
}

/* ##### 下層ページ共通ここまで ##### */



/* ##### ヘッダー ##### */
.header {
    background-color: rgba(76, 175, 80, 0.7);
    position: relative;
}

/* .header .pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
    height: calc(100% - 45px);
} */

.header .pic {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32%;
    height: 176px;
}

.header .pic span {
    height: 100%;
    width: auto;
}

.header .pic .trimming:after {
    padding-top: calc(140 / 500 * 100%);
}

.header .inner-header {
    width: 100%;
    position: relative;
    padding: 0;
}

.header .catch {
    background-color: rgba(76, 175, 80, 0.5);
    width: 100%;
    padding: 10px 50px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    position: relative;
    box-sizing: border-box;
}

.header .catch >* {
  color: #fff;
}
@media only screen and (max-width: 599px){
  .header .catch {
    max-width: none;
  }
}

.header .inner-header h1 {
    width: 33%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 50px;
    position: absolute;
    top: 60%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header .inner-header h1 a {
    color: #fff;
}

.header .inner-header h1 a:hover {
    -webkit-transition-property: none;
    -webkit-transition: 0 linear;
    transition-property: none;
    transition: 0 linear;
}

.header .inner-header h1 .header-logo {
    font-size: 28px;
    font-weight: normal;
    border-top: 1px solid #fff;
    display: block;
}

.header .inner-header .header-info {
    box-sizing: border-box;
    width: 33%;
    float: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header .inner-header .header-info dl {
    width: 50%;
}

.header .inner-header .header-info dl dt,
.header .inner-header .header-info dl dd {
    color: #fff;
}

.header .inner-header .header-info dl .tel {
    margin: 10px 0;
}

.header .inner-header .header-info dl .tel a {
    font-size: 38px;
    color: #ffedb4;
}

.feature ul li a span img {
    opacity: 0.4;
}
.feature .bana {
    max-width: 528px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.feature .bana a {
   display: block;
}
.feature .bana img {
    width: 100% !important;
    height: auto !important;
}

/* .header .inner-header .header-info dl .tel:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #ffedb4;
    margin-right: 10px;
}
 */
 
 .header .inner-header .header-info dl .tel:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 2vw;
    line-height: 40px;
    color: #ffedb4;
    margin-right: 10px;
}
.header .inner-header .header-info dl + a {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    color: #73695c;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.header .inner-header .header-info dl + a img {
    position: static;
    display: block;
}

@media (max-width: 1795px) {
    .header .inner-header .header-info dl {
        width: 75%;
    }
}

@media (max-width: 1230px) {
    .header .inner-header .header-info dl {
        width: 75%;
    }

    .header .inner-header .header-info dl .tel a {
        font-size: 35px;
    }
}

@media (max-width: 1165px) {
    .header .inner-header h1 .header-logo {
        font-size: 26px;
    }

    .header .inner-header .header-info dl {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .header .inner-header h1 .header-logo {
        font-size: 24px;
    }

    .header .pic {
        height: 100%;
    }

    .header .inner-header .header-info dl {
        width: 70%;
    }

    .header .inner-header .header-info dl .tel a {
        font-size: 30px;
    }

    .header .inner-header .header-info dl .tel:before {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 985px) {
    .header .inner-header h1 .header-logo {
        font-size: 22px;
    }

    .header .inner-header .header-info dl {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .header .pic {
        display: none;
    }

    .header .inner-header h1 {
        left: 25%;
    }

    .header .inner-header h1,
    .header .inner-header .header-info {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .header .inner-header .header-info dl {
        width: 74%;
        margin-bottom: 15px;
    }
}

@media (max-width: 599px) {
    .header .inner-header h1 {
        width: 100%;
        line-height: 33px;
        position: static;
        left: 0;
        top: 0;
        transform: translate(0);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
    }

    .header .inner-header h1 a {
        font-size: 14px;
        letter-spacing: 2px;
        width: 50%;
    }

    .header .inner-header h1 .header-logo {
        font-size: 15px;
        line-height: 22px;
        padding-top: 5px;
    }

    .header .inner-header .header-info {
        width: 100%;
        justify-content: space-around;
    }

    .header .inner-header .header-info dl {
        width: 70%;
        margin-bottom: 5px;
        box-sizing: border-box;
    }

/*     .header .inner-header .header-info dl dt,
.header .inner-header .header-info dl dd {
    font-size: 16px;
    text-align: center;
} */
.header .inner-header .header-info dl dt, .header .inner-header .header-info dl dd {
    font-size: 16px;
    text-align: center;
    width: 100%;
}

    .header .inner-header .header-info dl .tel {
        margin: 5px 0;
    }

    .header .inner-header .header-info dl .tel a {
        font-size: 28px;
    }

    .header .inner-header .header-info dl .tel:before {
        font-size: 24px;
        line-height: 24px;
    }

    .header .inner-header .header-info dl dd {
        font-size: 12px;
    }

    .header .inner-header .header-info dl + a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .header .catch {
        padding: 11px 0 11px 10px;
    }
}

@media (max-width: 375px) {
    .header .inner-header .header-info {
        padding: 5px;
    }

    .header .inner-header .header-info dl .tel:before {
        font-size: 22px;
        line-height: 22px;
    }
}

@media (max-width: 360px) {
    .header .catch {
        font-size: 12px;
    }

    .header .inner-header h1 .header-logo {
        font-size: 12px;
    }

    .header .inner-header .header-info dl dt,
    .header .inner-header .header-info dl dd {
        font-size: 12px;
    }

    .header .inner-header .header-info dl .tel:before {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (max-width: 320px) {
    .header .inner-header .header-info dl .tel:before {
        font-size: 18px;
        line-height: 18px;
    }

    .header .inner-header .header-info dl dd {
        font-size: 10px;
    }
}
/* ##### ヘッダーここまで ##### */



/* ##### about（フッター上） ##### */
.about {
    margin: 150px 0 50px 0;
    width: 920px;
    margin: 100px auto;
}

.about .inner-about p {
    font-size: 14px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.about .inner-about dl:first-of-type dt h5 {
    font-size: 30px;
    color: #b49b79;
    margin: 15px 0;
}

.about .inner-about dl:first-of-type dt h5 img {
    width: 100%;
    max-width: 70%;
}

.about .inner-about dl:first-of-type dd {
    font-size: 12px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.about .inner-about dl:nth-of-type(2) {
    margin: 30px 0;
}

.about .inner-about dl:nth-of-type(2) dt {
    font-size: 25px;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}

.about .inner-about dl:nth-of-type(2) dd a {
    font-size: 36px;
    font-weight: bold;
    color: #eb5e00;
}

.about .inner-about .time {
    width: 80%;
}

.about .inner-about ul {
    width: 100%;
}

.about .inner-about ul li {
    width: 100%;
    margin-bottom: 0;
    color: #b49b79;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 14px;
}

.about .map {
    position: relative;
    width: 43%;
}

.about .map:before {
    content: "";
    display: block;
    padding-top: calc(347 / 539 * 100%);
}

.about .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.viewmap {
}

.viewmap iframe {
	width: 100%;
}

@media (max-width: 599px) {
    .viewmap iframe {
		margin-top: 50px;
		max-height: 350px;
	}
}

@media (max-width: 599px) {
    .about {
        margin: 50px 0;
    }

    .about .inner-about .time {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 320px) {
    .about .inner-about .time {
        font-size: 12px;
    }

    .about .inner-about dl:first-of-type dt h5 {
        font-size: 28px;
    }
}
/* ##### about（フッター上）ここまで ##### */



/* ##### フッター ##### */
.footer {
    width: 100%;
    background-color: #f7f5f2;
    padding: 100px;
    margin-top: 100px;
    box-sizing: border-box;
}

.footer .inner-footer {
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.footer .inner-footer > h6 {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
    font-size: 22px;
    letter-spacing: 5px;
    color: #b29a79;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    border-bottom: 1px solid #b29a79;
    padding: 0 0 5px 0;
}

.footer .inner-footer > h6 > img {
    max-width: 20%;
    width: 100%;
}

.footer .inner-footer h6 .footer-heading {
    font-size: 11px;
    letter-spacing: 5px;
    margin-right: 10px;
}

.footer .inner-footer ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .inner-footer ul li {
    width: 48%;
    margin: 0 1%;
}

.footer .inner-footer ul li .trimming2:after {
    padding-top: calc(120 / 220 * 100%);
}

.footer .inner-footer ul li a h6 {
    color: #b29a79;
    width: 100%;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    text-align: center;
    margin-top: 10px;
}

.footer .inner-footer ul li a h6 img {
    width: 100%;
    max-width: 60%;
}

@media (max-width: 1024px) {
    .footer {
        padding: 50px;
    }
}

@media (max-width: 599px) {
    .footer {
        padding: 50px 0;
        margin-top: 50px;
    }

.footer .inner-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 10px;
}
.footer .dropmenu {
    width: 100%;
    display: block;
    font-size: 10px;
    margin: 40px 0 -50px;
}
.footer .dropmenu li {
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    border-top: solid 1px #e9e2d8;
    padding: 10px 0;
    margin: 0;
}

.footer .dropmenu li ul li{
    width: 100%;
    font-size: 13px;
    padding: 4px 0;
    font-weight: normal;
    border: none;
}
.footer .dropmenu li a{
  display: block;
}
.footer .dropmenu li ul li a{
  padding: 4px 0;
}
.footer li.dropdown > a{
  pointer-events: none;
}
.footer .dropmenu li.dropdown > a:after{
      content: "\f0d7";
    /*  content: "\f107"; */
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    margin-left: 9px;
}


}
/* ##### フッターここまで ##### */



/* ##### ナビ ##### */
#gnav {
    width: 100%;
    height: auto;
    z-index: 9999;
    text-align: center;
    background-color: #fff;
}

#gnav ul {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gnav li {
    width: calc(100% / 6);
    margin-bottom: 0;
    width:15.5%;
}

#gnav li a {
    width: 100%;
    padding: 10px 5px;
    /*font-size: 12px;*/
    font-size: 15px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#gnav li a:hover {
    -webkit-transition-property: all;
    -webkit-transition: 0 linear;
    transition-property: all;
    transition: 0 linear;
}

/* #gnav.fixed {
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    right: 0;
} */

#gnav.fixed {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 177px;
    right: 0px;
}

#gnav p {
    display: none;
}

#gnav .dropmenu {
    *zoom: 1;
}

#gnav .dropmenu .dropdown {
    position: relative;
}

#gnav > .dropmenu > .dropdown > a {
    pointer-events: none;
}

#gnav .dropmenu .dropdown ul {
    /* width: 175px; */
    width: 205px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
}

#gnav #dropmenu .dropdown ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .2s;
}

#gnav #dropmenu .dropdown:hover ul li {
    overflow: visible;
    height: 35px;
    border-bottom: 1px solid #dcdcdc;
}

#gnav #dropmenu .dropdown:hover ul li:last-of-type {
    border-bottom: none;
}

#gnav #dropmenu .dropdown ul li a {
    text-align: left;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px 5px 5px 15px;
}

#gnav #dropmenu .dropdown ul li a:hover {
    opacity: 0.8;
}

#gnav.fixed #dropmenu .dropdown ul li a {
    background: rgba(255,255,255,0.9);
}

#gnav.fixed #dropmenu .dropdown ul li a:hover {
    background: rgba(255,255,255,1);
}

#gnav #dropmenu [data-element-id] ul li {
    overflow: visible !important;
    height: auto;
}

@media (max-width: 1200px) {
    #header .inner {
        width: 95%;
    }

    #header .inner li {
        margin: 0;
    }

    #header .inner ul {
        padding-top: 15px;
    }

    #gnav {
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;
    }

    #gnav.fixed {
        top: 0;
        right: 0;
        left: auto;
        width: 200px;
        border: none;
        z-index: 101;
        padding-top: 0;
        padding-bottom: 0;
    }

    #gnav ul {
        display: block;
    }

    #gnav ul li {
        float: none;
        width: auto;
        text-align: left;
    }

    #gnav li strong {
        display: inline-block !important;
        padding-right: 1em;
    }

    #gnav:before {
        display: none;
    }

    #gnav p {
        display: block;
        position: absolute;
        width: 38px;
        height: 38px;
        top: 0;
        left: -44px;
        border: 1px solid #fff;
        background: #060606;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #060606;
        -moz-box-shadow: 0px 0px 0px 2px #060606;
        -webkit-box-shadow: 0px 0px 0px 2px #060606;
    }

    #gnav li {
        float: none;
        width: auto;
        border-bottom: 1px dotted #cacad9;
        padding: 0;
        margin-top: 0;
        display: block !important;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        padding: 8px 0 8px 10px;
    }

    #gnav.action {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition :ease .10s;
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav ul {
        width: auto;
        height: 100%;
        overflow-y: auto;
        background: #fff;
    }

    .overlay:after,
    .overlay #header .inner:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 10;
    }

    #gnav .dropmenu .dropdown ul {
        position: static;
        width: 100%;
        height: auto;
    }

    #gnav #dropmenu .dropdown ul li {
        overflow: visible;
        height: 42px;
    }

    #gnav #dropmenu .dropdown ul li:first-of-type {
        border-top: 1px dotted #cacad9;
    }

    #gnav #dropmenu .dropdown ul li:last-of-type {
        border-bottom: none;
    }

    #gnav #dropmenu .dropdown ul li a {
        height: 100%;
        display: block;
        padding: 8px 0 8px 30px;
    }

    #gnav #dropmenu .dropdown ul li a:before {
       /*  content: "\f105"; */
        font-family: FontAwesome;
        display: inline-block;
        font-size: 16px;
        margin-right: 5px;
    }

    #gnav #dropmenu .dropdown:hover ul li {
        height: 42px;
    }
      #gnav > .dropmenu > .dropdown > a:after{
    content: "\f0d7";
    /*  content: "\f107"; */
    font-family: FontAwesome;
    display: inline-block;
    font-size: 16px;
    margin-left: 5px;
    }
}

@media (max-width: 1024px){
  #gnav li a{
  font-size: 12px;
}
}
/* ##### ナビここまで ##### */



/* ##### メインイメージ（トップページ） ##### */
.main-img {
    position: relative;
    width: 100%;
}

.main-img div ul {
    width: 100%;
}

.main-img div ul:before {
    content: "";
    display: block;
    padding-top: calc(728 / 1292 * 100%);
}

.main-img div ul li {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.main-img ul li img {
    width: 100%;
}

.upper-table {
    margin-top: -136px;

}
/* ##### メインイメージ（トップページ）ここまで ##### */



/* ##### class名subject（トップページ） ##### */
.subject {
    width: 100%;
}

.subject .inner-subject {
    position: relative;
    height: 360px;
}

.subject .inner-subject .pic {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.subject .inner-subject .trimming:after {
    padding-top: calc(364 / 352 * 100%);
}

.subject .inner-subject dl {
    margin-top: 50%;
    padding: 35px 10px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    margin-top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.subject .inner-subject dl dt h2 {
    font-size: 14px;
    left: 5px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.subject.fs_change .inner-subject dl dt h2{
    font-size: 17px;
}
.subject.fs_change .inner-subject dd li{
    font-size: 14px;
}



.subject .inner-subject dl dd ul {
    padding: 0 0 0 30px;
}

.subject .inner-subject dl dd ul li {
    margin-bottom: 5px;
    font-size: 14px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

@media (max-width: 1024px) {
    .subject .inner-subject dl dd ul {
        padding: 0 0 0 10px;
    }

    .subject .inner-subject dl dd ul li {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .subject .inner-subject {
        height: 250px;
    }

    .subject .inner-subject dl {
        padding: 15px 10px;
    }

    .subject .inner-subject dl dt h2 {
        text-align: left;
    }

    .subject .inner-subject dl dd ul li {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .subject .inner-subject dl dt h2 {
        height: 45px;
    }
}
/* ##### class名subject（トップページ）ここまで ##### */



/* ##### class名trouble（トップページ） ##### */
.trouble {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    background-color: #f4f6f5;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.trouble:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 140px;
    background-image: url(/upload/tenant_3/a99102f0f36cc99af3c4e75b6a12fe4b);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 25%;
}

.trouble > ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.trouble > ul > li {
    width: 33.333%;
    margin-bottom: 0;
}

.trouble > ul > li:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.trouble > ul > li:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.trouble ul li p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    line-height: 60px;
}

.trouble ul li h3 {
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 50px;
    text-align: center;
}

.trouble ul li .about-ceramic {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trouble ul li .about-ceramic h4 {
    text-align: center;
    margin-bottom: 30px;
}

.trouble ul li .about-ceramic ul li {
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 14px;
}

.trouble ul li img {
    float: right;
}

.trouble ul li .trimming {
    width: 85%;
    float: right;
}

.trouble ul li .trimming:after {
    padding-top: 136.163%;
}

@media (max-width: 1024px) {
    .trouble {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .trouble:before {
        display: none;
    }

    .trouble > ul > li:nth-child(1),
    .trouble > ul > li:nth-child(3) {
        width: 30%;
    }

    .trouble > ul > li:nth-child(2) {
        width: 39%;
    }

    .trouble > ul > li:nth-child(3) {
        position: relative;
    }

    .trouble > ul > li:nth-of-type(3) img {
        position: absolute;
        bottom: 0;
    }

    .trouble ul li .about-ceramic {
        padding: 15px;
    }

    .trouble > ul > li > li {
        font-size: 10px;
    }
}

@media (max-width: 599px) {
    .trouble > ul > li:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
    }

    .trouble > ul > li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 45px;
    }

    .trouble > ul > li:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
    }
}
/* ##### class名trouble（トップページ）ここまで ##### */



/* ##### class名greeting（トップページ） ##### */
.greeting {
    width: 100%;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.greeting .inner-greeting {
    width: 48%;
    margin: 0 1%;
}

.greeting .inner-greeting .trimming2:after {
    padding-top: calc(450 / 650 * 100%);
}

.greeting .inner-greeting:nth-of-type(2) {
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.greeting .inner-greeting h4 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
}

.greeting .inner-greeting p {
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    line-height: 32px;
}

.greeting .inner-greeting a {
    width: 70%;
    margin: 50px auto 0 auto;
    color: #fff;
    padding: 10px;
    background-color: #4caf50;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.greeting-img {
    width: 100%;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.greeting-img li {
    width: 20%;
}

.greeting-img li .trimming:after {
    padding-top: calc(193 / 259 * 100%);
}

@media (max-width: 599px) {
    .greeting .inner-greeting {
        width: 100%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

    .greeting-img {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .greeting-img li {
        width: 49%;
        margin-left: 0.5%;
        margin-right: 0.5%;
        margin-bottom: 0.5%;
    }
}

@media (max-width: 320px) {
    .greeting .inner-greeting a {
        width: 95%;
    }
}
/* ##### class名greeting（トップページ）ここまで ##### */



/* ##### class名feature（トップページ） ##### */
.feature {
    margin: 30px 0;
}

.feature h4 {
    font-size: 25px;
    letter-spacing: 10px;
    text-align: center;
    margin: 50px 0;
}

.feature h4 .font-gold {
    color: #4CAF50;
    font-size: 30px;
}

.feature dl dd .trimming2 {
    z-index: -1;
}

.feature dl dd .trimming2:after {
    padding-top: calc(243 / 353 * 100%);
}

.feature .inner-feature dl dt {
    text-align: center;
}

.feature .inner-feature dl dt .feature-num {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
     background-color: #4caf50;
    box-shadow: 0 0 8px gray;
    color: #fff;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: -32.5px auto 30px auto;
    z-index: 1;
}

.feature .inner-feature dl dd p {
    width: 100%;
    line-height: 32px;
    margin: 15px 0;
    word-wrap: normal;
}

.feature ul {
    margin: 30px 0;
}

.feature ul li .trimming2:after {
    padding-top: calc(170 / 260 * 100%);
}

.feature ul li {
    height: 170px;
}

.feature ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.feature ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.feature ul li a p {
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    text-shadow: 0px 0px 5px #ffffff;
    color: #000;
    font-weight: bold;
text-shadow: 0 2px 8px #fff, 2px 0 8px #FFF, 0 -2px 8px #fff, -2px 0 8px #fff, -2px -2px 8px #fff, 2px -2px 8px #fff, -2px 2px 8px #fff, 2px 2px 8px #fff;
}

@media (max-width: 599px) {
    .feature .inner-feature dl dt .feature-num {
        width: 55px;
        height: 55px;
        margin: -27.5px auto 15px auto;
        z-index: 1;
    }

    .feature .inner-feature dl dd p {
        width: 100%;
        line-height: 22px;
        font-size: 12px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .feature ul li {
        height: 125px;
    }

    .feature ul li a p {
        font-size: 14px;
    }
}
/* ##### class名feature（トップページ）ここまで ##### */



/* ##### class名info（トップページ） ##### */
.info {
    width: 100%;
    margin: 30px 0;
}

.info .inner-info h5 {
    font-size: 24px;
    width: 68%;
    float: left;
    margin-bottom: 30px;
}

.info .inner-info > a {
    display: inline-block;
    float: right;
    padding: 5px;
    border: 1px solid #c0c0c0;
    color: #696969;
    margin-right: 10px;
    margin-bottom: 30px;
}

.info .inner-info > a span {
    font-size: 14px;
}

.info .inner-info h5 .info-heading {
    margin-left: 30px;
    font-size: 16px;
}

.info .inner-info dl {
    padding: 10px;
    border-bottom: 1px solid #696969;
    margin-bottom: 15px;
}

.info .inner-info dl dt,
.info .inner-info dl dd {
    float: left;
    padding: 5px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.info .inner-info dl dt {
    margin-right: 15px;
}

.info .inner-info dl dd .info-cat {
    background-color: #ffaccf;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
}

.info .inner-info dl dd .cat-1 {
    background-color: #fbb82e;
}

.info .inner-info dl dd .cat-2 {
    background-color: #54aeef;
}

@media (max-width: 768px) {
    .info .inner-info h5 {
        font-size: 22px;
    }

    .info .inner-info h5 .info-heading {
        font-size: 14px;
    }
}

@media (max-width: 599px) {
    .info .info-blog {
        margin-top: 30px;
    }
}

@media (max-width: 375px) {
    .info .inner-info h5 {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
}
/* ##### class名info（トップページ）ここまで ##### */



/* ##### ご案内ページ ##### */
/* 医院概要 */
.overview {
    width: 100%;
    margin: 50px 0;
}

.overview .inner-overview {
    text-align: center;
}

.overview .inner-overview p {
    font-size: 17px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.overview .inner-overview dl dt h5 {
    font-size: 28px;
    color: #b49b79;
    margin: 15px 0;
    text-align: center;
}

.overview .inner-overview dl dt {
    text-align: center;
    line-height: 40px;
}

.overview .inner-overview dl dd {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.overview .inner-overview dl:nth-of-type(2) {
    margin: 30px auto;
    width: 80%;
}

.overview .inner-overview dl:nth-of-type(2) dt {
    font-size: 25px;
    font-weight: bold;
    float: left;
    margin-right: 15px;
}

.overview .inner-overview dl:nth-of-type(2) dd a {
    font-size: 36px;
    font-weight: bold;
    color: #eb5e00;
}

.inner-overview .trimming:after {
    padding-top: calc(364 / 560 * 100%);
}

@media (max-width: 599px) {
    .overview .inner-overview dl:nth-of-type(2) dd a {
        font-size: 34px;
    }
}

/* 医院概要ここまで */

/* 院長紹介 */
.about-director {
    background-color: #f7f7f7;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-director ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-director ul li:nth-of-type(1) {
    width: 30%;
    margin: 0 1%:
}

.about-director ul li:nth-of-type(1) .trimming:after {
    padding-top: calc(444 / 344 * 100%);
}

.about-director ul li:nth-of-type(2) {
    width: 65%;
    margin: 0 1%;
    padding: 30px;
    box-sizing: border-box;
}

.about-director ul li:nth-of-type(2) h3 {
    font-size: 18px;
}

.about-director ul li:nth-of-type(2) h4 {
    font-size: 22px;
    margin-bottom: 50px;
}

.about-director ul li:nth-of-type(2) p:first-of-type {
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    line-height: 30px;
}

.about-director ul li:nth-of-type(2) h5 {
    font-size: 18px;
    margin: 30px 0;
}

.about-director ul li:nth-of-type(2) h5 + p {
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    line-height: 30px;
}

@media (max-width: 1024px) {
    .about-director {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/* 院長紹介ここまで */

/* 院内紹介 */
.intro {
    padding: 30px 0;
}

.intro ul {
    justify-content: flex-start;
}

.intro ul li {
    margin-bottom: 30px;
}

.intro ul li .trimming:after {
    padding-top: calc(264 / 351 * 100%);
}

.intro ul li h6 {
    padding: 10px;
    box-sizing: border-box;
}

.intro ul li p {
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    line-height: 28px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .about-director {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
/* 院内紹介ここまで */

/* 診察時間 */
.consultation-time {
    background-color: #f7f7f7;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.consultation-time p {
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}

.consultation-time .time {
    margin: 0 auto;
}

.consultation-time ul {
    width: 33%;
    margin: 15px auto 0 auto;
}

.consultation-time ul li {
    margin-bottom: 0;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 14px;
    color: #b49b79;
}

.access {
    padding: 50px 0;
}



.inner-access-map {
    position: relative;
    width: 100%;
}

.inner-access-map:before {
    content: "";
    display: block;
    padding-top: calc(570 / 1100 * 100%);
}

.inner-access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .consultation-time {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .consultation-time .time {
        width: 70%;
    }

    .consultation-time ul {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .overview .inner-overview dl:nth-of-type(2) {
        margin: 0;
        width: 100%;
    }

    .consultation-time .time {
        width: 80%;
    }

    .consultation-time ul {
        width: 80%;
    }
}

@media (max-width: 599px) {
    .about-director ul li:nth-of-type(1),
    .about-director ul li:nth-of-type(2) {
        width: 100%;
        box-sizing: border-box;
    }

    .about-director ul li:nth-of-type(1) .trimming:after {
        padding-top: 110%;
    }

    .consultation-time .time,
    .consultation-time ul {
        width: 100%;
    }
}
/* 診察時間ここまで */
/* ##### ご案内ページここまで ##### */



/* ##### 院のこだわりページ ##### */
.concept {
    margin: 50px 0;
    position: relative;
    overflow: hidden;
}

.concept h2 {
    font-size: 24px;
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.concept .trimming {
    margin: 30px 0;
}

.concept .trimming:after {
    padding-top: calc(580 / 1100 * 100%);
}

.concept p {
   font-size: 18px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.concept p:nth-of-type(1) {
    font-size: 18px;
}

.concept p:nth-of-type(3) {
    text-align: left;
}
/* ##### 院のこだわりページここまで ##### */



/* ##### 費用ページ ##### */
.cost-btn {
    margin: 50px 0;
}

.cost-btn ul {
    width: 100%;
}

.cost-btn ul li a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    color: #fff;
    background-color: #b49b79;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cost-table {
    margin: 30px 0 100px 0;
}

.cost-table h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.cost-table table {
    border-collapse: collapse;
}

.cost-table table tr {
    border-bottom: 1px solid #c0c0c0;
}

.cost-table table tr:last-of-type {
    border-bottom: none;
}

.cost-table table tr th,
.cost-table table tr td {
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.cost-table table tr th {
    background-color: #dde8ee;
    width: 30%;
    box-sizing: border-box;
}

.cost-table table tr td {
    width: 70%;
    box-sizing: border-box;
}

@media (max-width: 599px) {
    .cost-table table tr th,
    .cost-table table tr td {
        display: block;
        width: 100%;
    }
}
/* ##### 費用ページここまで ##### */



/* ##### 下層テンプレ1（class名under） ##### */
.under {
    margin: 50PX 0;
}

.under-1,
.under-2,
.under-3,
.under-4 {
    margin: 50px 0;
}

.under-1 h3,
.under-2 h3,
.under-3 h3,
.under-4 h3 {
    letter-spacing: 5px;
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}

.under-1 p,
.under-2 p,
.under-3 p,
.under-4 p {
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    line-height: 32px;
    display: inline-block;
}

.under-2 {
    background-color: #f8f5f0;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.inner-under {
    width: 48%;
    margin: 0 1% 50px 1%;
    float: left;
}

.under-2 .inner-under h4 {
    font-size: 18px;
    margin-bottom: 30px;
}

.under-2 h4 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
    float: left;
    width: 100%;
}

.under-3 {
    width: 80%;
    border: 5px solid #f8f5f0;
    padding: 30px;
    box-sizing: border-box;
    margin: 50px auto;
}

.under-3 .trimming,
.under-3 ul,
.under-4 .trimming,
.under-4 p {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.under-3 ul li {
    margin-bottom: 16px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.inner-under .trimming:after {
    padding-top: calc(377 / 540 * 100%);
}

.under-3 .trimming:after {
    padding-top: calc(297 / 425 * 100%);
}

.under-4 .trimming:after {
    padding-top: calc(377 / 540 * 100%);
}

@media (max-width: 1024px) {
    .under-2 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .under-3 {
        width: 95%;
    }
}

@media (max-width: 599px) {
    .under-2 .inner-under {
        width: 98%;
        float: none;
    }

    .under-3 .trimming,
    .under-3 ul,
    .under-4 .trimming,
    .under-4 p {
        width: 100%;
        float: none;
    }

    .inner-under .trimming,
    .under-3 .trimming,
    .under-4 .trimming {
        margin: 30px 0;
    }
}
/* ##### 下層テンプレ1（class名under）ここまで ##### */



/* ##### 下層テンプレ2（class名under2） ##### */
.under2-1 {
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f5f0;
}

.under2-1 h3 {
    font-size: 24px;
    letter-spacing: 5px;
    margin: 30px 0;
    text-align: center;
}

.under2-1 p {
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.under2-1 ul li {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
}

.under2-1 ul li .trimming {
    width: 30%;
    margin-right: 15px;
    float: left;
}

.under2-1 ul li .trimming:after {
    padding-top: 83.617%;
}

.under2-1 ul li h4 {
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.under2-2 {
    padding: 30px 0;
}

.under2-2 h3 {
    font-size: 24px;
    letter-spacing: 5px;
    margin: 30px 0;
    text-align: center;
}

.under2-2 p {
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.under2-2 .trimming {
    width: 80%;
    margin: 0 auto 30px auto;
}

.under2-2 .trimming:after {
    padding-top: 69.828%;
}

.under2-2 .trimming + p {
    margin: 30px 0;
}

.under2-2 .under2-box {
    margin-bottom: 30px;
    padding: 30px;
    background-color: #f4f6f5;
}

.under2-2 .under2-box h4 {
    font-size: 24px;
    letter-spacing: 5px;
    margin: 30px 0;
}

.under2-2 .under2-box .inner-box {
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 15px;
}

.under2-2 .under2-box .inner-box h5 {
    color: #afa492;
    letter-spacing: 5px;
    font-size: 18px;
    margin-bottom: 15px;
}

.under2-2 .under2-box .inner-box p {
    margin-bottom: 15px;
}

.under2-2 .under2-box .inner-box h6 {
    font-weight: 600;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    margin-bottom: 10px;
}

.under2-2 .under2-box .inner-box ul {
    list-style-position: inside;
}

.under2-2 .under2-box .inner-box ul li {
    margin-bottom: 10px;
    padding-left: 21px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.under2-2 .under2-box .inner-box ul li:before {
    content: "\f138";
    font-family: FontAwesome;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: -21px;
    color: #b2945a; 
}

@media (max-width: 1024px) {
    .under2-1 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 599px) {
    .under2-1 ul li .trimming {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .under2-1 ul li h4 {
        margin: 30px 0;
    }

    .under2-2 .trimming {
        width: 100%;
    }

    .under2-2 .under2-box {
        padding: 30px 10px;
    }
}
/* ##### 下層テンプレ2（class名under2）ここまで ##### */



/* ##### ホワイトニングページ ##### */
.whitening-main .inner-under h4 {
    text-align: left;
    margin-bottom: 30px;
}

.whitening-main .under-4 p {
    width: 100%;
    margin-bottom: 30px;
}

.whitening-main .under-4 h6 {
    margin-bottom: 15px;
}

.whitening-main .under-4 ul li {
    font-size: 14px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

@media (max-width: 599px) {
    .whitening-main .under-4 .inner-under {
        width: 98%;
    }
}
/* ##### ホワイトニングページここまで ##### */



/* ##### 矯正歯科 ##### */
.reme-1,
.reme-2,
.reme-3,
.reme-4 {
    margin: 50px auto;
}

.reme-1 h3,
.reme-2 h3,
.reme-4 h3,
.reme-5 h3 {
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}

.reme-1 p,
.reme-2 p,
.reme-3 p,
.reme-4 p,
.reme-5 p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 32px;
}

.reme-1 p {
    text-align: center;
}

.reme-2 {
    background-color: #f8f5f0;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.reme-2 .inner-under {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reme-2 .inner-under .under-box {
    width: 48%;
    margin: 0 1%;
}

.reme-2 .inner-under .under-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.reme-2 .inner-under .under-box ul li .trimming:after {
    padding-top: calc(178 / 255 * 100%);
}

.reme-2 .inner-under .under-box ul li {
    width: 45%;
    margin: 0 1%;
}

.reme-2 .inner-under .under-box ul li:nth-of-type(odd) {
    padding-right: 30px;
    position: relative;
}

.reme-2 .inner-under .under-box ul li:nth-of-type(odd):after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 55px;
    color: #a39b8a;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.reme-3 .inner-under {
    width: 98%;
}

.reme-3 .inner-under h4 {
    font-size: 24px;
    margin-bottom: 30px;
    width: 100%;
}

.reme-3 .inner-under p {
    width: 80%;
    float: left;
}

.reme-3 .inner-under .trimming {
    width: 20%;
    float: right;
}

.reme-3 .inner-under .trimming:after {
    padding-top: calc(178 / 255 * 100%);
}

.reme-4 ul {
    width: 98%;
    float: none;
}

.reme-5 {
    background-color: #f8f5f0;
    margin-left: -9999px;
    margin-right: -9999px;
    padding-left: 9999px;
    padding-right: 9999px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.reme-5 h4 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.reme-5 h5 {
    font-size: 18px;
    margin: 30px 0;
    text-align: center;
}

.reme-5 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.reme-5 ul li .trimming:after {
    padding-top: calc(377 / 540 * 100%);
}

.reme-5 ul li .trimming,
.reme-5 ul li p {
    width: 48%;
    margin: 0 1%;
}

@media (max-width: 1024px) {
    .reme-2,
    .reme-5 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .reme-2 .inner-under .under-box ul li {
        width: 42%;
    }

    .reme-4 {
        margin: 50px auto;
    }
}

@media (max-width: 599px) {
    .reme-2 .inner-under .under-box {
        width: 98%;
    }

    .reme-3 .inner-under p {
        width: 100%;
        float: none;
    }

    .reme-3 .inner-under .trimming {
        width: 60%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .reme-5 ul li .trimming, .reme-5 ul li p {
        width: 98%;
    }
}
/* ##### 矯正歯科ここまで ##### */



/* ##### ブログ・新着情報一覧ページ ##### */
.list-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-column {
    width: 80%;
    margin: 50px 0;
    padding-right: 30px;
    box-sizing: border-box;
}

.list-column dl {
    border-left: 5px solid #c1a46e;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 1px;
    padding: 15px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-column dl dd:nth-of-type(1) {
    width: 10%;
    box-sizing: border-box;
    margin: 0 10px;
    font-size: 14px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.list-column dl dd:nth-of-type(2) {
    width: 30%;
    box-sizing: border-box;
    margin: 0 10px;
    font-size: 14px;
    letter-spacing: 3px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.list-column dl dt {
    width: 70%;
    margin: 15px 0;
    box-sizing: border-box;
}

.list-column dl dt a {
    letter-spacing: 3px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.list-column dl dd:nth-of-type(2) .category {
    font-size: 10px;
    padding: 3px;
    color: #c1a46e;
    letter-spacing: 1px;
    border: 1px solid #c1a46e;
}

.list-column .page-nav {
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.list-column .page-nav li {
    margin: 0 5px 0 5px;
}

.list-column .page-nav li .now,
.list-column .page-nav li a {
    display: block;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-column .page-nav li a:hover {
    background-color: #c1a46e;
    color: #fff;
    opacity: 1;
}

.list-column .page-nav li .now {
    background-color: #c1a46e;
    color: #fff;
    font-weight: bold;
}

.list-column .page-nav .prev {
    margin-right: 30px;
}

.list-column .page-nav .next {
    margin-left: 30px;
}

.list-column .page-nav .prev a {
    font-size: 20px;
    font-weight: bold;
    color: #c1a46e;
}

.list-column .page-nav .next a {
    font-size: 20px;
    font-weight: bold;
    color: #c1a46e;
}

.archive-column {
    width: 20%;
    margin: 50px 0;
    box-sizing: border-box;
}

.archive-column h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.archive-column ul {
    margin-bottom: 50px;
}

.archive-column ul li {
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    border-bottom: 1px solid #dcdcdc;
}

.archive-column ul li a {
    font-size: 14px;
}

.archive-column ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    color: #c1a46e;
    font-size: 18px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.list-main .about {
    width: 100%;
}

@media (max-width: 768px) {
    .list-column {
        width: 70%;
    }

    .list-column dl dd:nth-of-type(1) {
        width: 20%;
    }

    .list-column dl dd:nth-of-type(2) {
        width: 20%;
    }

    .list-column dl dt {
        width: 100%;
        margin-top: 10px;
    }

    .archive-column {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .list-column {
        width: 100%;
        padding-right: 0;
    }

    .list-column dl dd:nth-of-type(1) {
        width: 30%;
    }

    .list-column dl dd:nth-of-type(2) {
        width: 50%;
    }

    .archive-column {
        width: 100%;
    }

    .archive-column ul:nth-of-type(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .archive-column ul:nth-of-type(2) li {
        width: 48%;
        margin-right: 2%;
    }
}

@media (max-width: 360px) {
    .list-column .page-nav li .now, .list-column .page-nav li a {
        display: block;
        padding: 5px 10px;
    }
}

@media (max-width: 320px) {
    .list-column .page-nav .prev {
        margin-right: 15px;
    }

    .list-column .page-nav .next {
        margin-left: 15px;
    }
}
/* ##### ブログ・新着情報一覧ページここまで ##### */



/* ##### ブログ・新着情報詳細ページ ##### */
.list-detail .list-column dl {
    border-bottom: none;
}

.list-detail .list-column dl dt {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}

.list-detail .list-column dl dt h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}

.list-detail .list-column dl dd:nth-of-type(3) img {
    width: 80%;
    display: block;
    margin: 0 auto 30px auto;
}

.list-detail .list-column dl dd:nth-of-type(3) div {
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    letter-spacing: 3px;
    font-size: 14px;
}

.list-detail .pager {
    margin: 30px 0;
    padding: 15px 5px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f8f5f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.list-detail .pager li {
    margin-bottom: 0;
}

.list-detail .pager li a {
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.list-detail .pager .pager-prev a:before {
    content: "<";
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-right: 15px;
}

.list-detail .pager .pager-next a:after {
    content: ">";
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-left: 15px;
}

.list-detail .pager .to-list a {
    background-color: #b29a79;
    color: #fff;
    padding: 15px 20px;
}

.list-detail .pager .to-list a:before {
    content: "\f0d9";
    font-family: FontAwesome;
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-right: 10px;
}

.relation-column {
    margin-top: 80px;
}

.relation-column h4 {
    font-size: 24px;
    margin: 30px 0;
}

.list-detail .list-column .relation-column dl {
    border-bottom: 1px solid #dcdcdc;
}

.list-detail .list-column .relation-column dl dt {
    width: 72%;
    padding: 0;
    border-bottom: none;
}

.list-detail .list-column .relation-column dl dt a {
    font-size: 14px;
}

@media (max-width: 768px) {
    .list-detail .list-column .relation-column dl dt {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .list-detail .pager li a {
        font-size: 14px;
        padding: 5px;
    }

    .list-detail .pager .to-list a {
        padding: 5px 10px;
    }
}

@media (max-width: 360px) {
    .list-detail .pager li {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-detail .pager li:last-of-type {
        margin-bottom: 0;
    }

    .list-detail .pager li a {
        display: block;
        text-align: center;
    }
}
/* ##### ブログ・新着情報詳細ページここまで ##### */



/* ##### よくある質問ページ ##### */
.question {
    margin: 50px 0;
}

.question h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.question h3 .heading-text {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    letter-spacing: 5px;
    margin-bottom: 15px;
    width: 90%;
}

.question > p {
    border: 5px solid #f8f5f0;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 3px;
    line-height: 28px;
   /*  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

.question h3 .baloon-q {
    background-color: #a39b8a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.question h3 .baloon-q:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 15px solid #a39b8a;
    z-index: 0;
}

.question p .baloon-a {
    float: right;
    background-color: #d6c49b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-left: 30px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.question p .baloon-a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -7px;
    border: 7px solid transparent;
    border-right: 15px solid #d6c49b;
    z-index: 0;
}

@media (max-width: 768px) {
    .question h3 .heading-text {
        width: 85%;
    }
}

@media (max-width: 599px) {
    .question h3 .heading-text {
        width: 73%;
        line-height: 40px;
    }
}

@media (max-width: 320px) {
    .question h3 .heading-text {
        width: 70%;
        line-height: 35px;
        font-size: 20px;
    }
}
/* ##### よくある質問ページここまで ##### */
  .shinsatsu_h4{
  font-size: 18px;
    text-align: center;
    margin: 30px 0;
    width: 100%;
}
#mushiba_kin_box .musiba_kin img{
  max-width:30% !important;
  height: auto !important;
}
/* ##### 各症状の下部のリンク##### */
.shita-box_greeting .shita-box_inner-greeting a {
    width: 25%;
    margin: 7px;
    color: #fff;
    padding: 10px;
    background-color: rgba(76, 175, 80, 0.8);
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.shita-box_inner-greeting{
  text-align: center;
}
.shita-box_greeting .shita-box_inner-greeting a{
  display: inline-block;
  text-align: center;
}
/* ##### 各症状の下部のリンクここまで##### */


.under-1 h3, .under-2 h3, .under-3 h3, .under-4 h3 {
    letter-spacing: 5px;
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
    clear: both;
}

.nayami_h3 {
    clear: both;
}

.under-1 .flexb, .under-2 .flexb, .under-3 .flexb, .under-4 .flexb {
    padding-bottom: 20px;
}

/* スライド追加CSS */
.slide_txt {
    position: absolute;
    color: #464646;
    font-size: 28px;
    font-weight: bold;
    text-shadow: 0 2px 8px #fff, 2px 0 8px #FFF, 0 -2px 8px #fff, -2px 0 8px #fff, -2px -2px 8px #fff, 2px -2px 8px #fff, -2px 2px 8px #fff, 2px 2px 8px #fff;
    width: 850px;
    height: 200px;
    line-height: 200%;
    top: 0;
    bottom: 0;
    right: 20%;
    /* left: 0; */
    left: 47px;
    margin: auto;
    display: block;
}
@media (max-width: 1024px) {
.slide_txt{
  font-size: 18px;
  width: 552px;/* 文字によってここを変更 */
  height: 200px;/* 文字によってここを変更 */
  right: 20%;/* 文字によってここを変更 */
}
}
@media (max-width: 599px) {
.slide_txt{
  /* font-size: 15px;
  width: 304px;
  height: 76px;
  right: -1%;
  top:10%;
  bottom:auto; */
  font-size: 15px;
    width: 304px;
    height: 76px;
    right: 8%;
    margin-left: -2%;
    top: 18%;
    bottom: auto;
}
}

.concept .bg_img:before{
  display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  
      background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 96%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
  
}
.concept:before{
  display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 96%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 4%,rgba(255,255,255,0) 96%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); */
    background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.concept .bg_img{
  position: relative;
}

@media (max-width: 599px) {
    .about {
    margin: 150px 0 50px 0;
    width: 100%;
}
.about .map {
    position: relative;
    width: 100%;
}
.concept .bg_img{
  position: relative !important;
  opacity: 1 !important;
}
.concept .bg_img img{
   opacity: 1 !important;
}
.concept .bg_img:before{
  display: none;
}
.concept:before{
  display: none;
}
}

@media (max-width: 768px){
.uk-width-1-2{
  width: 100%;
}
}
/*2020/10/23*/
.news_img {
  width: 500px;
  max-width: 80%;
  margin: 70px auto 70px;
  padding: 3%;
  border: solid 1px #aaa;
}

@media (max-width: 599px){
.news_img {
  width: 90%;
  max-width: 90%;
}
}

.access_box {
  text-align: center;
}
.access_box p {
  font-size: 18px;
}

/* 6/1 */



.header .inner-header .header-info dl .tel a {
    font-size: 2vw;
    color: #ffedb4;
}

.pc-none{
  display: none !important;
}

.sp-none{
  display: inline-block;
}


/* .button-pulse {
    display: inline-block;
    padding: 1.4em 4.6em;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    user-select: none;
    border: 1px #fff solid;
} */


/*  .hover-effect_slide {
 position: relative;
 display: inline-block;
   padding: 1vw 3vw;
   font-size: 1em;
 color: #fff;
 text-decoration: none;
 user-select: none;
 border: 1px #fff solid;
 transition: 0.2s ease;
} 
*/
.hover-effect_slide {
    position: relative;
    display: inline-block;
    padding: 1vw 1.5vw;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    user-select: none;
    border: 1px #fff solid;
    transition: 0.2s ease;
    font-weight: bolder;
} 

.hover-effect_slide::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  content: "";
  background-color: #68bc6c;
  transition: 0.2s ease;
}

.hover-effect_slide:hover {
    color: #66bb6a;
    background: #fff;
    opacity: 1;
}

.hover-effect_slide:hover::before {
    width: 100%;
    background: #fff;
}


@media only screen and (min-width: 1024px){
  .header .inner-header .header-info {
    box-sizing: border-box;
    width: 35%;
    float: right;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
}


@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255, 1); }
  100% { box-shadow: 0 0 0 1.2em rgba(255,255,255, 1); }
}

.reserve-dl{
  display: inline-block;
    width: auto !important;
}

.ai-c{
  align-items: center;
  display: flex !important;
}
}






 @media only screen and (min-width: 600px) and (max-width: 1024px) {
   





.header .pic {
    height: 100%;
    display: none;
}

.header .inner-header h1{
  width: 55% !important;
      left: 25%;
}

.header-info{
  width: 55%;
    margin-right: 1%;
    margin-left: 1%;
}

.pc-none{
  display: none !important;
}

.sp-none{
  display: inline-block;
}

.header .inner-header .header-info {
  display: flex;
    width: 50%;
    flex-wrap: nowrap !important;
}

.ai-c{
display: flex !important;
align-items: center !important;
}

} 




@media only screen and (max-width: 599px){
  .pc-none{
  display: inline-block !important;
}

.sp-none{
  display: none;
}
}

@media only screen and (max-width: 599px){
  
  .sp-none {
    display: none !important;
}
.sns-fix {
    position: fixed;
    bottom: 0;
    width: 105vw;
    max-width: none;
    height: 50px;
}
  .w48{
    width: 48%;
  }
  
/* .reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4caf50;
    box-sizing: border-box;
    border-left: none;
    background-color: #fff;
}

.reserve a{
  color: #4caf50;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


  
.sns-fix .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #4caf50;
    background: #4caf50;
}

.sns-fix .tel a{
  color: #fff;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
} */

.sns-fix .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4caf50;
    box-sizing: border-box;
    border-left: none;
    background-color: #fff;
}

.sns-fix .tel a{
  color: #4caf50;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}


  
.reserve {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #4caf50;
    background: #4caf50;
}

.reserve a{
  color: #fff;
  display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
  
  [data-element-id].footer {
    padding: 50px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-top {
    bottom: 55px;
    right: 15px;
    width: 60px;
    height: 60px;
}
}


.header{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

@media only screen and (max-width: 1024px){


   .header .inner-header .header-info dl .tel {
    margin: 10px 0;
    
}

.header .inner-header .header-info dl .tel a {
    font-size: 30px;
    color: #ffedb4;
}

.header .inner-header .header-info{
  white-space: nowrap;
  flex-wrap: nowrap;
}
   

}



@media only screen and (max-width: 599px){
  
  
  
  .pc-none {
    display: flex !important;
}
  
.footer {
    padding: 50px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.header .inner-header .header-info dl .tel:before {
    font-size: 30px;
    line-height: 22px;
}

.header .inner-header h1 {
    padding-bottom: 5px;
    width: 100%;
    line-height: 33px;
    position: static;
    left: 0;
    top: 0;
    transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
}



}

@media only screen and (min-width: 600px){
.r-txt {
    display: block;
    text-align: right;
    width: 20%;
    color: #fff;
    margin-left: auto;
    margin-right: 2%;
    white-space: nowrap;
}
}

@media only screen and (min-width: 1025px){
 .flex1{
  flex: 1;
}
  
}

.tac {
  text-align: center;
}

/* 01/11 追記 */
.mx-auto{
  margin-right: auto;
  margin-left: auto;
}

.w80{
width: 80%;  
}

.b-black{
  border: solid 1px #aaa;
}

.p-5{
  padding: 3%;
}

.mt-5{
  margin-top: 5%;
}

.up-ta-c{
  text-align: center;
}

.mb-3{
  margin-bottom: 3%;
}

.r{
  display: none;
}

.sp-none{
  display: block;
}

@media only screen and (max-width: 599px){
  
  .sp-none{
  display: none;
}

  .w-96-sp{
    width: 96%;
  }
  
  .r{
  display: block;
}

.sp-fz-14{
  font-size: 14px !important;
}
  
}

.moriguchiweb{
  font-size: 26px;
}

/* 10/04 追記 */

/* WEB予約ボタンの設置 */

@media only screen and (min-width: 1025px){
 #gnav .reserve-item.pc-none{
   display: none !important;
 }  
}



@media only screen and (max-width: 10249px){
  #gnav .reserve-item {
      border: none;
        background: #4caf50;
    color: #fff;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#gnav .reserve-item a {
    color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}
}
.fs24 {
    font-size: 18px!important;
}


/* 10.14追記 */

.mt3{
  margin-top: 3%!important;
}
.tac{
  text-align: center;
}
.fs24{
  font-size: 24px;
}
.centertxt{
      justify-content: center;
    width: 100%!important;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.fs24 {
    font-size: 18px!important;
}
}
/* 10.19追記 */
.twb{
  font-weight: bold;
}
.fs21{
  font-size: 21px;
}

@media (max-width: 1024px) {
.r-txt {
    display: block;
    text-align: right;
    width: 20%;
    color: #fff;
    margin-left: auto;
    margin-right: 14%;
    white-space: nowrap;
}
}
@media only screen and (max-width: 1024px){
.header .inner-header .header-info {
    margin-left: 1%;
    margin-right: 4%;
    display: flex;
    width: 50%;
    flex-wrap: nowrap !important;
}
}

element.style {
}
@media only screen and (min-width: 600px) and (max-width: 1024px){
.header .inner-header h1 {
width: 55% !important;
    left: 25%;
}
}


.header {
  position: static;
  
}

.header .inner-header h1 {
  width: 15%
}

.header .inner-header .header-info {
  padding: 10px;
  align-items: center
}

.header .inner-header .header-info dl .tel {
  margin: 0
}
.header .pic {
  height: 110px
}

.header .pic img {
  transform: unset !important;
  left: 0!important;
}

.header .header-cmn {
  position: relative;
  
}
.header .header-cmn.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  background: rgba(76, 175, 80, 0.7);
  box-shadow: 0 0 5px #959595;
}

[data-element-id].header .header-cmn.fixed {
  position: initial;
}

.header .inner-header {
  padding: 10px 0
}


@media (max-width: 1024px) {
  .header .inner-header h1 {
    left: 18% !important;
    width: 25% !important;
  }
  
  .header .inner-header .header-info dl {
   margin-bottom: 0; 
  }
 .header .inner-header .header-info {
   margin-top: 15px
 }
}

@media (max-width: 599px) {
  .header .header-cmn {
    padding: 10px 0;
  }
  
  .header .inner-header h1 {
    width: 25%;
  }
  .header .inner-header h1 a {
    width: 100%;
  }
  .header .inner-header .header-info {
    margin: 0
  }
}

#plug-url {
  width: fit-content;
  display: block;
  margin: auto;
}

/* 2022.12.09 */

.pankuzu{
  max-width: 1100px;
  margin: 40px auto 60px;
}

.pankuzu ul{
  display: flex;
}

.implantp01{
  font-size: 14px;
}

.implantbr{
  display: none;
}

@media only screen and (max-width: 1024px){
.implantbr{
  display: block;
}
}


@media only screen and (max-width: 599px){
.moriguchiimp{
  width: 100%;
    margin-top: -14px;
    margin-bottom: 20px;
}

.moriguchiimpimg{
  margin-top: 65px;
}

.kininaruimg{
  width: 100%;
    margin-top: 45px;
    margin-bottom: -30px;
}

.kabusemono{
  margin-top: -60px !important;
  margin-bottom: 80px !important;
}

.moriwhite{
  margin-top: 70px !important;
    margin-bottom: -50px !important;
}
}

.news-textarea{
      width: 60%;
    margin: 50px auto;
    border: 1px solid #6fb571;
    padding: 25px 15px 25px;
}

.news-textarea .news-head{
  text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #7ac07d;
    width: fit-content;
  
    text-align: center;
    margin: 0px auto 25px;
}

.news-textarea div{
  text-align: center;
}

.news-textarea .tel-contents{
  color: red;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bolder;
}

.news-textarea .tel-contents a{
  color: red;
  font-weight: bolder;
}

@media only screen and (max-width: 599px){
  .news-textarea {
    width: 100%;
    margin: 50px auto;
    border: 1px solid #6fb571;
    padding: 25px 15px 25px;
    box-sizing: border-box;
}

.news-textarea div{
  font-size: 12px;
}

.news-textarea .news-head{
  font-size: 18px;
}
}

.r{
  display: block;
}
@media only screen and (max-width: 1024px){
.r{
　  display: inline-block;
}  
}


/* 2023.04.22 */
.shinbiwhitening{
  margin-top: 50px;
  border: solid 1px;
    border-radius: 10px;
    padding: 25px 25px;
}

.whiteshurui01{
  margin: 20px auto 30px;
  
}

.homewhite01{
  font-size: 18px;
  font-weight: bold;
}

.meritdemerit{
  margin-top: 50px;
}

.kyoseip01{
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px){
.shinbiwhitening {
    width: 94%;
}
}


@media only screen and (max-width: 599px){
.whiteshurui01 {
   margin: -30px auto 0px;
}

.shinbiwhitening {
    width: 85%;
}

.crearcolect{
  margin-top: 100px;
}


}

/*パンくずリスト*/
.pan {
  margin-top: 30px;
}
.pan ul {
  display: flex;
}
.pan ul li {
  margin-right: 10px;
  margin-left: 10px;
}

/* 2023/11/06 追記 */

@media screen and (max-width:599px) {

 .sp-flexd-creverse{
   flex-direction: column-reverse;
 }
 
  .sp-flexd-creverse .w48{
   width: 100%;
 }
 
 .sp-w100{
   width: 100%;
}

.sp-t-80{
  position: relative;
  top: -80px;
}

.under-3 ul li {
    text-indent: -0.8em;
    padding-left: 1em;
    margin-bottom: 16px;
    /* font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; */
}

}

.aliner-01{
  display: flex;
    margin: 0 auto 20px;
    width: 760px;
}

.mori-impp{
  width: 80%;
    margin: 0 auto 30px;
}

@media screen and (max-width:599px) {
.aliner-01 {
    display: block;
}

.aliner-02 img{
  width: 55%;
}

}

.imp-p01{
  color: rgb(51 139 55);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.merit-p01{
  font-size: 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    color: rgb(76 175 80);
}

.shurui-box {
    border-bottom: 1px dotted;
    padding-bottom: 30px !important
}
 
.deme03{
  margin-top: 40px;
}
 
 .mouth-center {
    text-align: center;
}
 
 .office-box {
    margin-top: 55px;
}

.white-prace{
  padding-bottom: 0px;
    width: 100%;
    text-align: center;
}

.mori-onayami{
  width: 80% !important;
}

.mouth-topimg {
    width: 70%;
    margin: 0 auto 50px;
}

.mori-tuite{
  width: 71%;
    margin: 0 auto 0;
    padding: 50px;
}

.mori-merideme{
 width: 80%;
    margin: 130px auto 0 !important;
}

.moriimp-nagare{
  width: 80%;
    margin: auto;
}

.omake{
  margin-top: 30px;
}

.kyosei-pracep{
  text-align: left;
}

.mori-praimp{
  width: 23%;
    margin: 10px auto 80px;
}
    
    
 @media screen and (max-width:599px) {
    .kininaruimg {
    width: 100%;
    margin-top: -15px;
    margin-bottom: 15px;
}


.kabusemono {
    margin-top: 5px !important;
    margin-bottom: 40px !important;
}

.merideme-block{
  display: block;
}

.merideme-harf{
  margin-top: 10px;
  width: 100%;
}

.mouth-nagare{
  width: 98%;
}
}


.ip-pcen{
  text-align: left;
    width: 100%;
    margin-bottom: 60px;
}

.imp-nayami-p{
  text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.tejun01 {
    display: block;
    width: 18%;
}

.tejun-box {
    display: flex;
    justify-content: space-around;
}

.suhon01 {
    margin-top: 50px;
}

.zenbu {
    margin-top: 70px !important;
}

.tejun-p {
    margin-top: 70px;
}

.shurui03 {
    color: rgba(76, 175, 80, 0.8);
    font-size: 20px !important;
    font-weight: bolder;
    margin: 80px auto 0 !important;
}

.w55 {
    width: 55%;
}

.w44 {
    width: 44%;
}

.imp-flex img {
    width: 30%;
    margin-top: 20px;
    margin-right: 10px;
}

.inner-under.w100p {
    width: 100%;
}

.sonomama-p{
  padding-top: 40px;
  border-top: 1px dotted;
}

.under-3 {
    width: 97%;
}









@media screen and (max-width:599px) {
.suhon01 {
    margin-top: 10px;
}

.tejun01 {
    display: block;
    width: 27%;
}

}

.tejun-p {
    margin-top: 0px;
    width: 94%;
}

.sp-suhon {
    width: 68%;
    margin-top: -20px;
}

.w25 {
    width: 25%;
}

.gozonji-h3{
  margin: 5px 5px -30px 5px !important;
} 

.w55 {
    width: 98%;
}

.w44 {
    width: 99% !important;
} 

.mori-imp-tuite{
  width: 80%;
    margin: auto;
}

.tennenshi-box {
    display: flex;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
    justify-content: space-between;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
    margin-bottom: 50px;
    padding-top: 65px;
}

.main-ander-img {
    width: 40%;
}

.tennenshi-box p {
    width: 54%;
    padding-top: 100px;
}

.mori-dounate01{
  width: 81% !important;
    margin: 0px 30px 0 80px;
}

.mori-dounate02{
  width: 40% !important;
}

.keikakuimg img{
  margin-bottom: 20px;
}

.mori-impnagare{
  width: 80%;
    margin: auto;
}

.mori-impnagare p{
  margin-top: 80px;
    width: 60%;
}

.moriimp-nayami{
  width: 83%;
}

.keikakuimg{
  width: 24% !important;
}

.nagare-moriimp{
  width: 80%;
    margin: 60px 0px 0 120px;
}

.impshurui02{
  width: 86%;
    margin: auto;
}

.impmotsu-mori{
  width: 82%;
    margin: 0 auto 20px;
}

.kakaru-mori{
  padding-bottom:30px;
}

.gishi-mori{
  width: 44%;
}

.gishimerit-mori{
  width: 46%;
    margin-left: 80px;
}

.buriji-mori{
  width: 86%;
  margin: auto;
}

.mori-gishi{
  width: 92% !important;
}

.sutoro{
  width: 86%;
    margin: 0px 0 0 100px;
}

.sp-nomi{
  display: none;
}

.mori-mousep, .morinayami-p{
  width: 85%;
}

.mouth-nagare{
  margin-left: 38px !important;
    width: 42% !important;
}

.merit-p01 {
  margin-bottom: 15px;
}

.setumei_box{
  margin-left: 10px;
}

.mori-whitep{
  width: 85%;
  margin: auto;
}

.whiete-nayami{
  width: 85%;
}

.office-box p {
    width: 100%;
    margin: 40px auto 60px;
}

.office-flexbox {
    display: flex;
    justify-content: space-between;
    width: 89%;
    margin: auto;
    border-bottom: 1px dotted;
    padding-bottom: 60px;
}

.office-box{
  width: 84%;
    margin: 0px 0 0 80px;
}

.office-toha {
  font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.white-02shurui{
  margin-left: 150px;
}

.office-img {
    width: 25%;
}

.office-12345 {
    width: 64%;
}

.home-box{
  width: 85%;
    margin: auto;
}

.white-chui{
  width: 85%;
  margin: auto;
}

.mouth-morinayami{
  text-align: left !important;
}

.moriheite-pra{
  width: 26%;
    margin: auto;
}

.moriheite-pra p{
  text-align: left;
}




@media only screen and (max-width: 599px){
.mori-imp-tuite {
    width: 95%;
}
 
.sp-left{
  text-align: left !important;
  margin-left: 10px !important;
}   
    
.tennenshi-box {
    display: block;
    padding-top: 30px;
  }
    
  .main-ander-img {
    width: 93%;
    margin: auto;
}
  
.tennenshi-box p {
    width: 100%;
    padding-top: 20px;
}

.moriimp-nayami {
    width: 95%;
}
  
  .mori-impnagare {
    width: 95%;
  }
  
  .keikakuimg {
    width: 28% !important;
}
  
  .nagare-moriimp {
    width: 80%;
    margin: 0px 0px 0 15px;
}
  
  .impmotsu-mori {
    width: 95%;
  }
  
  .gishimerit-mori {
    width: 95%;
    margin: auto;
    margin-left: 10px;
}

.shurui03 {
    color: rgba(76, 175, 80, 0.8);
    font-size: 20px !important;
    font-weight: bolder;
    margin: 66px auto 0 !important;
}

.gishi-mori {
    width: 100%;
}

.buriji-mori {
    width: 95%;
    margin: auto;
}


.sutoro {
    width: 94%;
    margin: 0px 0 0 10px;
}

.mori-dounate01 {
    width: 95% !important;
    margin: 0px 0px 0 10px;
}

.mori-dounate02 {
    width: 95% !important;
    margin: auto;
}

.qanda-imp{
  width: 95%;
    margin: auto;
}

.sp-nomi{
  display: block;
}

.suhon-img{
  display: none !important;
  
}

.sp-suhon {
    width: 100%;
    margin-top: -10px;
}

.mori-mousep, .morinayami-p {
    width: 95%;
}

.mouth-topimg {
    width: 95%;
    margin: 0 auto 40px;
}

.mori-onayami {
    width: 96% !important;
}

.mori-tuite {
    width: 85%;
    margin: 0 auto 0;
    padding: 20px;
}

.mori-merideme {
    width: 95%;
    margin: 60px auto 0 !important;
}


.moriimp-nagare {
    width: 95%;
    margin: auto;
}

.mouth-nagare {
    margin-left: 0 !important;
    width: 100% !important;
}

.mori-praimp {
    width: 73%;
    margin: 10px auto 60px;
}

.mori-whitep {
    width: 95%;
}

.whiete-nayami {
    width: 95%;
}

.white-02shurui {
    margin-left: 10px;
    width: 95%;
}

.office-box {
    margin: 0px 0 0 0px;
}

.office-toha {
    font-size: 20px;
    margin: 40px 0 0px 0px !important;
}

.office-box p {
    width: 100%;
    margin: 18px auto 60px;
}

.office-flexbox {
    display: block;
}

.office-12345 {
    width: 100%;
}

.white-chui {
    width: 95%;
}

.sp-br{
  display: none;
}

.imp-nayami-p{
  text-align: left;
}

.moriheite-pra {
    width: 80%;
}
}

.mynumber {
  width: 60%;
  margin: 30px auto 0;
}

@media (max-width: 599px){
  .mynumber {
    width: 100%;
  }
}

/* 2024/11/22 */
#shishubyo{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media(max-width:599px) {
#shishubyo{
  padding-top: 50px;
  padding-bottom: 50px;
}    
}

.newyear {
  width: 65%;
  margin: 20px auto;
}

.newyear img {
  width: 100%;
}

@media (max-width: 1024px){
  .newyear {
    width: 80%;
  }
}

@media (max-width: 599px){
  .newyear {
    width: 90%;
  }
}



#gnav li{
  width: 14.2%;
  display: flex;
    align-items: center;
}

.insta-box a{
  width: 40px !important;
}

.footer-insta{
  width: 220px;
}

.footer-insta a{
  width: 50px;
    margin: auto;
    display: block;
}

.footer-insta p{
  font-size: 14px;
  text-align: center;
    margin-top: 3px;
}

@media (max-width: 599px){
gnav li {
    width: 100% !important;
}

.col-442 li {
        width: 49%;
        margin: 7px 0.5%;
}

.footer-insta {
    margin-top: 20px !important;
}
}

/* 2025/03/08 */
.header.ver02 .pic{
  width: 200px;
  height: auto;
}

.header.ver02 .inner-header{
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.header.ver02 .header-info .r-txt{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.header.ver02 .header-table{
  float: left;
  padding: 10px 0 10px 150px;
  width: 250px;
}

.header.ver02 .header-table .time{
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
}

.header.ver02 .header-table .time tr th,
.header.ver02 .header-table .time tr td {
    padding: 5px;
}

.header.ver02 .header-table .note{
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.upper-table.ver02{
  display: none;
}

.header.ver02 .hover-effect_slide{
  border-radius: 10px;
  overflow: hidden;
  background-color: #4caf50;
  position: relative;
  width: 100%;
  border: 3px solid #fff;
  transition: 0.3s linear;
}

.header.ver02 .hover-effect_slide:hover{
  cursor: pointer;
  transform: scale(1.05);
}

.header.ver02 .hover-effect_slide:hover::before {
  content: none;
}

.header.ver02 .hover-effect_slide .img{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 50px;
  transition: 0.3s linear;
}

.header.ver02 .hover-effect_slide:hover .img{
  transform: translateY(-50%) scale(1.1);
}

.header.ver02 .hover-effect_slide .img img{
  height: 100% !important;
}

.header.ver02 .hover-effect_slide .txt{
  position: relative;
  z-index: 2;
  color: #fff;
}

.header.ver02 .moriguchiweb{
  font-size: 20px;
  font-weight: bold;
  width: 300px;
}

.tb-none{
  display: block;
}

.tb-block{
  display: none;
}

@media(max-width:1024px){
.tb-none{
  display: none;
}

.tb-block{
  display: block;
}

.upper-table.ver02{
  display: flex;
}

.header.ver02 .moriguchiweb{
  margin-left: 10px;
}
}


.sp-insta-Follow{
  display: none;
}

@media(max-width:1024px){
  .sp-insta-Follow{
  display: block;
}

.sp-insta-Follow img{
  position: fixed;
    bottom: 130px;
    right: 30px;
    width: 80px;
}
}



@media(max-width:599px){
.sp-insta-Follow img{
    position: fixed;
    bottom: 56px !important;
        right: 84px !important;
        width: 60px !important;
}
}



.top-insta-box{
  margin-top: -3rem !important;
  width: 76%;
    margin: auto;
    background: #e8e6e6;
    padding: 30px 20px;
}

.topin-p{
  font-size: 28px;
    text-align: center;
    background: linear-gradient(90deg, #58c6ff 5%, #076ad9 40%, #ff3bef 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flex-insta{
  display: flex;
    justify-content: center;
}

.flex-insta div{
  width: 20%;
    margin-right: 4rem;
}

.flex-insta p{

display: flex;
    align-items: center;
    font-size: 18px;
    width: 46%;
}

.insta-kochira{
  text-align: right;
    margin-right: 30px;
}



@media(max-width:1024px){
.flex-insta p {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 64%;
}
}


@media(max-width:599px){
.top-insta-box {
        margin-top: 3rem !important;
        margin-bottom: -2rem !important;
        width: 88%;
    }

.flex-insta div {
    width: 22%;
    margin-right: 1rem;
}

.flex-insta p {
        display: flex;
        align-items: center;
        font-size: 16px;
        width: 84%;
    }

.insta-kochira {
    margin-top: 20px;
    text-align: right;
    margin-right: 10px;
}
}

.w60s {
  width: 60%;
}

@media (max-width: 1024px){
  .w60s {
    width: 80%;
  }
}

@media (max-width: 599px){
  .w60s {
    width: 100%;
  }
}


.labop{
  font-size:18px;
  
}

@media (max-width: 599px){
  .labop{
  font-size:16px;
  }
  
}
