@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;
}

.kousei{
      width: 1100px;
    margin: 0px auto -10px;
    padding: 10px 0 0px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}

.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%;
}

.w40 {
	width: 40%;
}

.w35 {
	width: 35%;
}

.w30 {
	width: 30%;
}

.w25 {
	width: 25%;
}
@media only screen and (max-width: 599px) {
.kousei {
    margin: 0px auto -40px;
    padding: 50px 0 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    z-index: 48;
    width: 100%;
    font-size: 17px;
}
  
	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%;
	}
}

.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;
}

li {
    margin-bottom: 15px;
}

.inner-under .trimming.shinbi-img {
    margin: 20px auto !important;
    max-width: 300px;
    max-height: auto;
}

#wrapper {
    width: 100%;
    overflow: hidden;

}

.ta_l{
  text-align: left !important;
}

.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;
}


@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;
}

}



#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 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;
}

.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(255, 160, 0, 0.9);
    color: #fff;
}

.time tr th,
.time tr td {
    padding: 10px;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    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(255, 160, 0, 0.9);
    color: #fff;
}

.time tr td {
    background-color: #fff;
   /*  color: #FFC107; */
   color: rgb(255, 160, 0);
}

.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) {
  .upper-table{
    zoom: 100%;
  }
  
  .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;
    }

    .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 {
    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;
    width: 850px;
    text-align: center;
    /* font-size: 40px; */
}
@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: rgb(255, 160, 0);
    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: 199px;
}

.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(255, 193, 7, 0.2);
    width: 100%;
    padding: 10px 50px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    position: relative;
    box-sizing: border-box;
}


@media only screen and (max-width: 599px){
  .header .catch {
    max-width: none;
    padding: 11px 50px 11px 10px;
  }
}

.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: #ffffff;
}

.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 + a {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    color: #73695c;
    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: 4%;
    }

    .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;
        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;
    }

}

@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;
}

.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: 14px;
}

.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-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%;
}

@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;
    border-bottom: 1px solid #b29a79;
    padding: 0 0 15px 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%;
    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 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: 14.2%;
}

#gnav li a {
    width: 100%;
     padding: 10px 5px;
    font-size: 15px;
    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: 199px;
    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: 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;
    }
}
/* ##### ナビここまで ##### */



/* ##### メインイメージ（トップページ） ##### */
.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;
}

@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('/import/tenant_2/153.126.141.241/file_contents/6/get');
    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-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 {
    line-height: 32px;
}

.greeting .inner-greeting a {
    width: 70%;
    margin: 50px auto 0 auto;
    color: #fff;
    padding: 10px;
     /*   background-color: #ffcb30; */
    background-color: rgb(255, 160, 0);
    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: #FFC107; */
    color: rgb(255, 160, 0);
    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: #FFC107; */
    background-color: rgb(255, 160, 0); 
    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;
    text-shadow:0px 0px 5px #ffffff;
    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;
}
.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;
}
@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;
}

.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;
}

.overview .inner-overview dl dt h5 {
    font-size: 30px;
    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;
}

.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 {
    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 {
    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 {
    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-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;
    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;
}

.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) {
.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;
}
}


/* ##### 院のこだわりページここまで ##### */



/* ##### 費用ページ ##### */
.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-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;
}

.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;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.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;
}

.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-1 .inner-under h4,
.under-2 .inner-under h4{
    font-size: 18px;
    margin-bottom: 30px;
}
.under-1 h4,
.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;
}

.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 {
}

.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 {
}

.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;
    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;
}

.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;
}

@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;
}

.list-column dl dd:nth-of-type(2) {
    width: 30%;
    box-sizing: border-box;
    margin: 0 10px;
    font-size: 14px;
    letter-spacing: 3px;
}

.list-column dl dt {
    width: 70%;
    margin: 15px 0;
    box-sizing: border-box;
}

.list-column dl dt a {
    letter-spacing: 3px;
}

.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: 20px;
    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 {
    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-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;
}

.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;
    }
}

/* ##### よくある質問ページここまで ##### */
/* ##### 各診察項目の共通箇所 ##### */
.nayami_h3{
 clear: both; 
}
/* ##### 各診察項目の共通箇所ここまで ##### */
/* ##### 各症状の下部のリンク##### */
.shita-box_greeting .shita-box_inner-greeting a {
    width: 25%;
    margin: 7px;
    color: #fff;
    padding: 10px;
    /* background-color: #FFC107; */
    background-color: rgb(255, 160, 0);
    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_greeting .shita-box_inner-greeting.pagelink a{
    width: 42%;
    padding: 25px;
    font-size: 22px;
}
.shita-box_greeting .shita-box_inner-greeting.pagelink{
  margin-top: 70px;
}
.shita-box_inner-greeting{
  text-align: center;
}
.shita-box_greeting .shita-box_inner-greeting a{
  display: inline-block;
  text-align: center;
}


@media (max-width: 1024px) {
.shita-box_greeting .shita-box_inner-greeting.pagelink a{
   width: 100%;
   max-width: 500px;
   margin:0 auto;
   margin-bottom: 20px;
   padding: 10px;
    font-size: 14px;
}
}
/* ##### 各症状の下部のリンクここまで##### */


.under-1 .flexb,
.under-2 .flexb,
.under-3 .flexb,
.under-4 .flexb{
    padding-bottom: 20px;
}
.under-2  .txt.pl_50{
   padding-left: 3.5%;
   margin-bottom: 40px;
}
.pb10{
  padding-bottom: 15px;
}

#yobo01{
  margin-top : -60px;/*gnavの高さの分だけ*/
  padding-top : 60px;/*gnavの高さの分だけ*/
}
#yobo02{
  margin-top : -100px;/*gnavの高さの分だけ*/
  padding-top : 100px;/*gnavの高さの分だけ*/
}
@media (max-width: 1024px) {
#yobo01{
  margin-top : 0px;/*gnavの高さの分だけ*/
  padding-top : 0px;/*gnavの高さの分だけ*/
}
#yobo02{
  margin-top : 0px;/*gnavの高さの分だけ*/
  padding-top : 0px;/*gnavの高さの分だけ*/
}
}

/* スライド追加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;
    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:16%;
  bottom:auto;
}
}

.list-detail .list-column article {
    display: block;
    margin: 0 2%;
}
.list-detail .list-column article dl {
    border-left: none;
}
.list-detail .list-column article h1.titleline,.list-detail .list-column article h2.titleline,.list-detail .list-column article h3.titleline,.list-detail .list-column article h4.titleline, .list-detail .list-column article h1,.list-detail .list-column article h2,.list-detail .list-column article h3,.list-detail .list-column article h4  {
    color: #b8a180;
    font-size: 20px;
    margin: 20px 0px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    border-bottom: 1px solid #b8a180;
    margin-bottom: 30px;
}
.list-detail .list-column .sb-type-std {
    overflow: hidden;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 20px;
    margin-top:10px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-name {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}
.list-detail .list-column .sb-type-std .sb-name.de {
    display: none;
}
.list-detail .list-column article img.alignright.size-medium.rp {
    float: right;
    padding-left: 30px !important;
}
.list-detail .list-column article img.alignnone.size-medium {
    margin: 0 auto !important;
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.list-detail .list-column article img.alignright.size-medium {
    margin: 0 auto !important;
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.list-detail .list-column article .space2 img {
    margin: 15px auto !important;
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.list-detail .list-column article center img {
    margin: 15px auto !important;
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
}
.list-detail .list-column .sb-type-std > .sb-subtype-b > .sb-speaker, .sb-type-std > .sb-subtype-d > .sb-speaker {
    float: right;
    margin-left: -70px;
    width: 70px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-icon {
    text-align: center;
    height: 60px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon {
    height: 60px;
    width: 60px;
    border-radius: 5px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-speaker, .sb-type-std > .sb-subtype-c > .sb-speaker {
    float: left;
    margin-right: -70px;
    width: 70px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-content {
    float: left;
    position: relative;
    margin-left: 80px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-content > .sb-speech-bubble , .list-detail .list-column .sb-type-std > .sb-subtype-b > .sb-content > .sb-speech-bubble {
    position: relative;
    padding: 5px 10px;
    z-index: 2;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    border-radius: 5px;
    color: #333333;
}
.list-detail .list-column .sb-type-std > .sb-subtype-b > .sb-content {
    float: right;
    position: relative;
    margin-right: 80px;
}
.list-detail .list-column .sb-type-std > .sb-subtype-b > .sb-content {
    position: relative;
}
.list-detail .list-column .sb-type-std > .sb-subtype-b > .sb-content:before {
    position: absolute;
    top: 9px;
    right: -6px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid none solid solid;
    border-width: 6px;
    border-color: transparent #CCCCCC;
    content: "";
}
.list-detail .list-column .sb-type-std > .sb-subtype-b > .sb-content:after {
    position: absolute;
    top: 9px;
    right: -5px;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid none solid solid;
    border-width: 6px;
    border-color: transparent #FFFFFF;
    content: "";
}

.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-content:before {
    position: absolute;
    top: 9px;
    left: -6px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid solid solid none;
    border-width: 6px;
    border-color: transparent #CCCCCC;
    content: "";
}
.list-detail .list-column .sb-type-std > .sb-subtype-a > .sb-content:after {
    position: absolute;
    top: 9px;
    left: -5px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid solid solid none;
    border-width: 6px;
    border-color: transparent #FFFFFF;
    content: "";
}

@media (max-width: 1024px) {
  .about {
    margin: 150px 0 50px 0;
    width: 100%;
}
.about .map {
    position: relative;
    width: 100%;
}
.list-detail .list-column article img.alignright.size-medium.rp {
    float: none!important;
    padding-bottom: 20px !important;
    padding-left: 0px !important;
}
}
.list-detail .list-column .wp_social_bookmarking_light {
    display: none;
}





/* 2019/10/11 */


.kousei{
    position: inherit;
    width: 1100px;
    margin: 0px auto -10px;
    padding: 10px 0 0px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    z-index: 2;
}



.viewmap {
margin:70px 0 50px 0
}

.viewmap iframe {
	width: 100%;
}

@media (max-width: 599px) {
.viewmap {
margin:50px 0 40px 0
}

    .viewmap iframe {
		max-height: 350px;
	}
}

/*2020/10/23*/
.news_img {
  width: 850px;
  max-width: 80%;
  margin: 70px auto 70px;
  padding: 3%;
  border: solid 1px #aaa;
}
@media (max-width: 599px) {
  .news_img {
  width: 90%;
  max-width: 90%;
}
}

/*2020/11/18*/
.top_recruit {
    display: block;
    text-align: center;
    background: #fff5df;
    padding: 50px 0;
}
.top_recruit h4 {
    width: 50%;
    margin: 0 auto 20px;
    font-size: 30px;
    font-weight: bold;
    background: rgb(255, 160, 0);
    color: #ffffff;
}
.top_recruit p {
    width: 80%;
    margin: 30px auto;
}
.top_recruit .recruit_in a {
    width: 30% !important;
    margin: auto !important;
    background: rgb(255, 160, 0);
    color: #ffffff;
    padding: 5px 50px !important;
}

@media (max-width: 1024px) {
  .top_recruit h4 {
    width: 80%;
}
.top_recruit .recruit_in a {
    width: 30% !important;
}
.top_recruit img {
  width: 60%;
}
}
@media (max-width: 599px) {
  .top_recruit img {
  width: 80%;
}
.top_recruit .recruit_in a {
    width: 50% !important;
}
}

/* 6/1 */



.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 .tel a {
    font-size: 2vw;
    color: #ffffff;
}


.pc-none{
  display: none !important;
}

.sp-none{
  display: inline-block;
}

/*   .button-pulse {
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 0.8em;
  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;
    font-weight: bolder;
  color: #fff;
  text-decoration: none;
  user-select: none;
  border: 1px #fff solid;
  transition: 0.2s ease;
}

.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: #ffa701;
    background: #fff;
    opacity: 1;
}

.hover-effect_slide:hover::before {
    width: 100%;
    background: #fff;
}
@media only screen and (min-width: 1025px){
  
  
  .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 #b49b79;
    box-sizing: border-box;
    border-left: none;
    background-color: #fff;
}

.reserve a {
    color: #ffa000;
    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 #ffa000;
    background: #ffa000;
}
.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 #b49b79;
    box-sizing: border-box;
    border-left: none;
    background-color: #fff;
}

.sns-fix .tel a {
    color: #ffa000;
    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 #ffa000;
    background: #ffa000;
}
.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: 1000;
}

@media only screen and (max-width: 1024px){
  
  .header .inner-header .header-info dl .tel:before {
    content: "\f095";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    color: #ffedb4;
    margin-right: 10px;
}
  
   .flex1{
  flex: 1;
}
 
  
  .header .inner-header .header-info{
  white-space: nowrap;
  flex-wrap: nowrap;
}
.header .inner-header .header-info dl .tel a {
    font-size: 30px;
    color: #ffedb4;
}

}


@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;
}

.panjoweb{
  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 {
      background-color: #ffa000;
    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;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    margin-top: 3px;
}
}
.mt0{
  margin-top: 0!important;
}


/* 2022.12.27 */

.implantp01{
  font-size: 14px;
}

.implantbr{
  display: none;
}

@media only screen and (max-width: 1024px){
.implantbr{
  display: block;
}
}

@media only screen and (max-width: 599px){
.impimg{
  width: 100%;
  margin-top: -70px;
  margin-bottom: 80px;
}

.whiteimg01{
  width: 100%;
    margin-top: -70px;
    margin-bottom: 20px;
}
}

.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: rgb(255, 160, 0,.7);
  box-shadow: 0 0 5px #959595;
}

[data-element-id].header .header-cmn.fixed {
  position: initial;
}

.header .inner-header {
  padding: 10px 0
}

.header .catch>* {
  color: #fff;
}

@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
  }
}




@media only screen and (max-width: 599px){
.crearcolect{
  margin-top: 100px;
}


}

.officewhite{
  margin-bottom: 20px;
}

/* 2023/07/21 */
.more-btn {
    position: relative;
}

.more-btn a {
    width: 70%;
    margin: 50px auto 0 auto;
    color: #fff;
    padding: 10px;
    /* background-color: #ffcb30; */
    background-color: rgb(255, 160, 0);
    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;
}

.main-img div ul:before {
    padding-top: calc(808 / 1292 * 100%);
}

.uk-slidenav-position:after {
      padding-top: 59%;
}

@media (max-width:599px) {
  .main-img div ul:before {
      padding-top: calc(728 / 1292 * 100%);
  }
  .uk-slidenav-position:after {
        padding-top: 59%;
  }
}

/*パンくずリスト*/
.pan {
  margin-top: 30px;
}
.pan ul {
  display: flex;
}
.pan ul li {
  margin-right: 10px;
  margin-left: 10px;
}
.mushiba .underlayer .trimming2 {
  position: relative;
}

/* 2023/11/06 追記 */

@media (max-width: 599px) {
  .sp-w100{
    width: 100%;
  }
  
  .sp-pb100{
    padding-bottom: 100px !important;
  }
  
  .sp-t-85{
    display: block;
    position: relative;
    top: -85px;
  }
}


.crear-table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 90%;

}
.crear-table td, th {
	padding: 3px;
	width: 50%;
	height: 25px;
}
.crear-table th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.crear-box{
  margin-top: 30px;
}

 .crear-table tbody {
   background: #fff;
 }
 
 .crearcolect{
   margin-top: 50px;
 }
 
 .crear-box02{
   margin-bottom: 50px;
 }

@media (max-width: 599px){
  .shita-box_inner-greeting {
    display: flex;
    flex-wrap: wrap;
  }
  .shita-box_greeting .shita-box_inner-greeting a {
    width: 43%;
    margin: 10px auto 0;
  }
}

.newyear {
  width: 65%;
  margin: 20px auto;
}

.newyear img {
  width: 100%;
}
.w60s {
  width: 60%;
}

@media (max-width: 1024px){
  .newyear {
    width: 80%;
  }
  .w60s {
    width: 80%;
  }
}

@media (max-width: 599px){
  .newyear {
    width: 90%;
  }
  .w60s {
    width: 100%;
  }
}

.labop{
  font-size:18px;
  
}

@media (max-width: 599px){
  .labop{
  font-size:16px;
  }
  
}
