@charset "utf-8";

/*  greeting.html
=====================================*/
.line {
	height:3px;
    background-image: url(../img/line_al.png);
    background-repeat: repeat-x;
	background-position: bottom center;
}
.peg-title {
	position: relative;
	display:block;
	margin:auto;
	text-align:center;
	padding-top: 40px;
}
.peg-title h2 {
	font-family:"ro-shino-std",serif;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
	color:#b7a286;;
}
.peg-title h5 {
	font-size:1.1rem;
	letter-spacing:0.1em;
	color:#ad9485;
	padding-top:5px;
	font-family: serif;
}
.peg-title .mk {
	padding-top:20px;
}

.grtn-pho {
	width: 100%;
	display: table;
	padding-top:40px;
}
.grtn-pho .pholef {
    width: 60%;
	display: table-cell;
    vertical-align: top;
}
.grtn-pho .phorig {
    position: relative;
    width: 40%;
	display: table-cell;
    background-image: url(../img/grtn_pgo2a.png);
	background-repeat:no-repeat;
	background-position:top left 28%;
	background-size:cover;
	vertical-align: middle;
}
.grtn-pho .phorig .area {
	/*display: flex;*/
	display: block;
	background: rgba(0, 0, 0, 0.65);
}
.grtn-pho .phorig .txt {
    padding: 25px;
}
.grtn-pho .phorig .txt h3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
    margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-size: 2.0rem;
	color: #ffffff;
	font-family: serif;
}
.grtn-pho .phorig .txt h3 small {
	font-size: 1.4rem;
}
.grtn-pho .phorig .txt h3 small.min {
	font-size: 1.2rem;
	letter-spacing: normal;
}
.grtn-pho .phorig .txt ul {
	font-family: serif;
}
.grtn-pho .phorig .txt li {
    line-height: 1.4;
    padding: 6px 0;
	color: #FFFFFF;
}
.grtn-pho .phorig .txt li small {
	font-size: 1.1rem;
	letter-spacing: normal;
}
.grtn-pho .phorig .txt p {
	font-family: sans-serif;
	color: #ffffff;
    font-size: 1.35rem;
    letter-spacing: 0.1em;
    line-height: 2.3;
	text-shadow: 1px 0 2px #000000;
}

.grtn-mse {
	max-width: 700px;
    margin: auto;
	padding-top: 45px;
	text-align: center;
}
.grtn-mse h3 {
	font-size: 1.55rem;
    letter-spacing: 0.15em;
    line-height: 2.8;
	font-family: serif;
}

.grtn-lst {
	max-width:700px;
	margin:auto;
}
.grtn-lst-box {
	padding-top:80px;
}
.grtn-lst-box:first-child {
	padding-top:70px;
}

.grtn-lst-box h4 {
	font-family:"ro-shino-std",serif;
	position:relative;
	font-size:3.0rem;
	color:#b7a286;
}
.grtn-lst-box h4:before {
    content: "";
	display:inline-block;
	vertical-align:middle;
    width: 23px;
    height: 26px;
    background: url(../img/ttl_mkb.png) no-repeat;
    background-size: contain;
	margin-right: 6px;
}
.grtn-lst-box h4 span {
	font-size:2.0rem;
}
.grtn-lst-box ul {
	padding-top: 10px;
	padding-left: 5px;
}
.grtn-lst-box ul li {
    line-height: 1.5;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
	font-family: serif;
}
.grtn-lst-box ul li:before {
	content: "■";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.25rem;
    margin-left: -20px;
    margin-right: 3px;
    vertical-align: baseline;
    color: #b7a286;
}
.grtn-lst-box ul li .one {
	display: inline-block;
}
.grtn-lst-box ul li .two {
	display: inline-block;
}
.grtn-lst-box ul li .thr {
	display: inline-block;
}


.grtn-lst-box dl {
}
.grtn-lst-box dt {
	font-family: "ro-shino-std",serif;
    font-size: 2.4rem;
    color: #b7a286;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 15px;
    border-bottom: 1px solid rgba(181, 181, 181, 0.3);
}
.grtn-lst-box dt:first-of-type {
	padding-top: 15px;
}
.grtn-lst-box dd {
	/*font-family: sans-serif;*/
	padding-top: 25px;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 1.6;
	padding-left: 2em;
    text-indent: -1.3em;
}
.grtn-lst-box dd .lef {
	width: 40%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 1em;
	padding-top: 10px;
	vertical-align: top;
}
.grtn-lst-box dd .rig {
	width: 58%;
    display: inline-block;
	padding-top: 10px;
	vertical-align: top;
}
.grtn-lst-box dd .rig .txt {
	line-height: 2;
}
.grtn-lst-box dl dt:first-child + dd {
}
.grtn-lst-box dd span {
	color: #b7a286;
    margin-right: 3px;
}
.grtn-lst-box dd a {
	color: #afe4ff;
	text-decoration: underline;
}
.grtn-lst-box dd a:hover {
	color: #afe4ff;
	text-decoration: none;
}



/*  pegnav
=====================================*/
.pegnav {
	position: relative;
    max-width: 1030px;
    margin: auto;
    background-image: url(../img/line_al.png);
    background-repeat: repeat-x;
	background-position: bottom center;
	padding-top: 20px;
}

.pegnav ul {
	display: flex;
	-js-display: flex;
    justify-content: space-around;
	padding-bottom: 30px;
	/*max-width: 880px;*/
    margin: auto;
}
.pegnav ul li {
	position: relative;
	padding-left: 7px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 3px;
	min-width: 150px;
    text-align: center;
}

.pegnav ul li:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/pegnav_of.png) no-repeat;
    background-size: contain;
}
.pegnav ul li.or:before {
    background: url(../img/pegnav_on.png) no-repeat;
}

.pegnav ul li a {
	line-height: 1.2;
    letter-spacing: normal;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 3px;
    color: #afafaf;
	vertical-align: middle;
	font-size: 1.5rem;
	font-family: serif;
}
.pegnav ul li a.hvr-underline-from-center:before {
    background: #8e8e8e;
    height: 1px;
}
.pegnav ul li a.on {
	color:#b7a286;
}
.pegnav ul li a.on:after {
	content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    background: #ad8c7b;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: auto;
}

.pegnav ul li.or {
    border: 1px solid #b8a285;
}



/*  appearance.html
=====================================*/
h4.title {
	position: relative;
    font-size: 2.55rem;
	letter-spacing:0.1em;
	color: #ad9485;
}
h4.title:before {
    content: "";
	display:inline-block;
	vertical-align:middle;
    width: 23px;
    height: 26px;
    background: url(../img/ttl_mkb.png) no-repeat;
    background-size: contain;
	margin-right: 6px;
}
h4.title.mkno {
    padding-left: 0;
}
h4.title.mkno:before {
	display:none;
}

.conte.aper {
    min-height: 900px;
}
.aper-lst {
	/*min-height: 300px;*/
}
.aper-lstnav {
	display: block;
    background: rgba(0, 0, 0, 0.3);
    padding-top: 25px;
    padding-bottom: 20px;
	text-align: center;
}
.aper-lstnav h4.title {
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 2.4rem;
    line-height: 1;
	position: relative;
	font-family: serif;
}
.aper-lstnav h4.title:before {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: url(../img/ttl_mkb.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
    line-height: 1;
    left: -10px;
}

.aper-lstnav a {
	display: inline-block;
    border: 1px solid #77654c;
    vertical-align: middle;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    padding: 0 30px;
    line-height: 2;
    position: relative;
    margin-left: 15px;
}
.aper-lstnav a:hover {
	background-color: #94755b;
}
/*
.aper-lstnav a:before {
	content: "\f104";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.5rem;
    position: absolute;
    line-height: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    color: #c1aea2;
}

.aper-lstnav a:before {
	content: "\e875";
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    position: absolute;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    color: #c1aea2;
}
*/
.aper-lst h4.title {
	max-width: 900px;
    margin: auto;
	padding-left: 20px;
}
.aper-lst ul {
	padding-top: 30px;
}
.aper-lst ul li {
	background-image:url(../img/news_dot.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top: 50px;
    padding-bottom: 50px;
}
.aper-lst ul li .area {
	display: block;
    clear: both;
    overflow: hidden;
	max-width: 860px;
    margin: auto;
}
.aper-lst ul li:first-child {
	padding-top: 30px;
    padding-bottom: 50px;
}

.aper-lst ul li .pho {
	width: 27.0%;
    float: left;
}
.aper-lst ul li .txtlst {
	width: 67.0%;
    float: right;
}
.txtlst h3 {
    font-size: 1.85rem;
    letter-spacing: 0.08em;
    line-height: 1.8;
    font-weight: bold;
	text-align: left;
	font-family: serif;
	color: #d6c290;
}
.txtlst ol {
	padding-top: 20px;
}
.txtlst ol li,
.txtlst ol li:first-child {
	display: block;
    clear: both;
    overflow: hidden;
    padding: 0;
    background: none;
    border-bottom: 1px solid #796975;
	padding-top: 5px;
    padding-bottom: 5px;
}
.txtlst ol li:last-child {
	border-bottom: none;
}
.txtlst ol li p {
	font-size: 1.4rem;
    line-height: 1.6;
	text-align: left;
}
.txtlst ol li p.lef {
	width: 25%;
	float: left;
}
.txtlst ol li p.rig {
	width: 75%;
	float: left;
}
.txtlst ol li p.rig span {
	display: block;
}
.txtlst h6 {
	display: block;
    margin-top: 10px;
    text-align: right;
}
.txtlst h6 a {
	font-family: sans-serif;
    font-size: 1.35rem;
	display:inline-block;
    background: #a22d47;
    color: #ffffff;
    padding: 14px 50px;
    border: 1px solid #8c213e;
}
.txtlst h6 a:before {
    content: "\f02c";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 5px;
    font-size: 1.5rem;
}
.txtlst h6 a:hover {
	background-color: #c13755;
}


/*  history.html
=====================================*/
.hsty-lst {
	position: relative;
	padding-top:50px;
	max-width: 860px;
    margin: auto;
}
.hsty-lst h4 {
	font-family: "ro-shino-std",serif;
    position: relative;
    font-size: 3.0rem;
    color: #b7a286;
}
.hsty-lst h4:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 26px;
    background: url(../img/ttl_mkb.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.hsty-lst ul {
	padding-top: 15px;
	padding-left: 5px;
}
.hsty-lst ul li {
    line-height: 1.5;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
	font-family: serif;
}
.hsty-lst ul li:before {
	content: "■";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.25rem;
	margin-left: -20px;
	margin-right: 3px;
	vertical-align: baseline;
	color: #b7a286;
}
.hsty-lst ul li .one {
	display: inline-block;
}
.hsty-lst ul li .two {
	display: inline-block;
}
.hsty-lst ul li .thr {
	display: inline-block;
}

.hsty-are {
	position: relative;
	padding-top:30px;
	max-width: 860px;
    margin: auto;
}
.hsty-are h3 {
	font-family: "ro-shino-std",serif;
    font-size: 3.8rem;
}
.hsty-are h3 span {
    font-size: 2.9rem;
}

h3 ruby.rube {
	ruby-position: above;
	ruby-align:distribute-letter;
}
h3 ruby.rube rb {
	color: #b7a286;
}
h3 ruby.rube rt {
	font-family: serif;
	font-size: 1.1rem;
}

.hsty-are ul {
	position: relative;
	padding-top: 30px;
	z-index: 2;
}
.hsty-are ul li {
	line-height: 1.5;
	padding-top: 12px;
    padding-bottom: 12px;
	font-family: serif;
}
.hsty-are ul li .one {
	display: inline-block;
	color: #b7a286;
	vertical-align: top;
	width: 13.5%;
	min-width: 105px;
    font-weight: bold;
}
.hsty-are ul li .two {
	display: inline-block;
	vertical-align: top;
}

.hsty-are ul.llt {
	padding-left: 100px;
}
.hsty-are ul.llt li {
	line-height: 1.5;
	padding-top: 5px;
    padding-bottom: 5px;
	font-family: serif;
}

.hsty-are .hstyman {
	position: absolute;
    top: 0;
    right: -30px;
    width: 32%;
    max-width: 280px;
	z-index: 1;
}


/*  photostudio.html
=====================================*/
.gallery {
	max-width:940px;
	margin:auto;
	padding-top:20px;
}
.gallery ul {
	display: block;
    /*text-align: center;*/
    margin-left: -20px;
    margin-right: -20px;
}
.gallery ul li {
	width: 25.0%;
    text-align: center;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gallery ul li a {
	width: 85%;
    max-width: 200px;
    border: 1px solid #7b6977;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 2px;
    text-align: center;
    margin: auto;
}
.gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.gallery > ul > li a:hover .gallery-poster > img {
	opacity: 1;
}
.gallery > ul > li a .gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
}
.gallery > ul > li a .gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.gallery > ul > li a:hover .gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.gallery .justified-gallery > a:hover .gallery-poster > img {
	opacity: 1;
}
.gallery .justified-gallery > a .gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
}
.gallery .justified-gallery > a .gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.gallery .justified-gallery > a:hover .gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.gallery .video .gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .gallery {
	padding-bottom: 80px;
}

/*///// gallery-close /////*/
.lg-toolbar .lg-close.lg-icon {
	position: relative;
    top: 5px;
    right: 15px;
    padding: 0;
    line-height: inherit;
    text-align: inherit;
    margin-left: 15px;
}
.lg-toolbar .lg-close.lg-icon {
	display:block;
	overflow:hidden;
	height:60px;
	width:60px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.lg-toolbar .lg-close.lg-icon:before {
	content:'';
	display:block;
	position:absolute;
	height:0px;
	width:1px;
	left:30px;
	top:0;
	background:#ffffff;
	border-radius:2px;
}
.lg-toolbar .lg-close.lg-icon:after {
	content:'';
	display:block;
	position:absolute;
	width:0px;
	height:1px;
	top:30px;
	left:0;
	background:#ffffff;
	border-radius:2px;
}
.lg-toolbar .lg-close.lg-icon:after {
	width:60px;
}
.lg-toolbar .lg-close.lg-icon:before {
	height:60px;
}

/*//////// next prev ////////*/
.lg-actions .lg-next,
.lg-actions .lg-prev {
	content: "";
    position: absolute;
	top: 45%;
    width: 50px;
    height: 50px;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	background: none;
}
.lg-actions .lg-next {
	right:30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.lg-actions .lg-prev {
    left: 30px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}


/*  library.html
=====================================*/
.libr-are {
	padding-top:10px;
	position: relative;
    z-index: 1;
}
.libr-lst {
	background-image: url(../img/news_dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 40px;
    padding-bottom: 40px;
}
.libr-lst:first-child {
    padding-top: 30px;
    padding-bottom: 40px;
}
.libr-lst .area {
	display: block;
    max-width: 860px;
    margin: auto;
}
.libr-lst .area .pho {
	width: 27.0%;
	max-width: 230px;
	float: left;
}
.libr-lst .area .txtlst {
	width: 67.0%;
	float: right;
	text-align: right;
}
.libr-lst .txtlst ol li,
.libr-lst .txtlst ol li:first-child {
    border-bottom: 1px solid #796975;
    padding-top: 10px;
    padding-bottom: 10px;
}

.buy-are {
    width: 210px;
	display:inline-block;
	padding-top: 20px;
}
.buy-are {
	text-align: center;
	position: relative;
}

a.buybtn {
	display:block;
    padding: 10px 0;
    background: #416324;
}
a.buybtn:hover {
    background: #608044;
}
a.buybtn span {
	position:relative;
	display:inline-block;
	font-family: sans-serif;
    font-size: 1.4rem;
	letter-spacing:0.08em;
    color: #ffffff;
	padding-left: 20px;
}
a.buybtn span:before {
	content: "";
    position: absolute;
    width: 22px;
    height: 18px;
    background: url(../img/buy_mk.png) no-repeat;
    background-size: contain;
    top: -2px;
    bottom: 0;
    left: -10px;
    margin: auto;
}

ul.buy-lst {
    position: absolute;
	width: 100%;
    text-align: left;
    background: #ffffff;
    border: 1px solid #416324;
	border-top: none;
	padding-top: 2px;
    padding-bottom: 2px;
}
ul.buy-lst li {
	border-bottom: 1px dotted #cccccc;
}
ul.buy-lst li:last-child {
	border-bottom: none;
}

ul.buy-lst li a {
    font-family: sans-serif;
    font-size: 1.33rem;
    letter-spacing: normal;
    display: block;
    padding: 10px 0;
    padding-left: 10px;
	color: #457719;
}
ul.buy-lst li a:before {
	content: "\f045";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 3px;
    color: #457719;
}
ul.buy-lst li a:hover {
	background: #eeeeee;
}
ul.buy-lst li a:hover span {
	text-decoration:underline;
}


/*  somegorou.html
=====================================*/
.conte.some .grtn-pho .phorig {
    background-image: url(../img/some_pgo2a.png);
    background-position: top left 25%;
}


/*  information.html
=====================================*/
.info-are {
}
.info-are ul {
}
.info-are ul li:first-child {
	background-image: url(../img/news_dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.info-are ul li {
	background-image: url(../img/news_dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 30px;
}
.info-are ul li .area {
	max-width: 860px;
    margin: auto;
	clear: both;
    overflow: hidden;
}
.info-are ul li h6 {
	font-family: sans-serif;
	font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #d6c290;
	padding-bottom: 5px;
}
.info-are ul li h6:before {
	content: "\f05a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 3px;
    font-size: 1.5rem;
}
.info-are ul li .pho {
	float: left;
	padding-right: 40px;
}
.info-are ul li h3 {
    font-size: 1.6rem;
	line-height: 1.6;
    letter-spacing: 0.08em;
	color: #eaeaea;
}
.info-are ul li .txt {
	font-size: 1.4rem;
	font-family: sans-serif;
	padding-top: 20px;
}
.info-are ul li a {
	display: inline-block;
	text-decoration: underline;
	color: #afe4ff;
}
.info-are ul li a:hover {
	text-decoration: none;
}
.info-are ul li a h3 {
	text-decoration:underline;
	color: #eaeaea;
}
.info-are ul li a:hover h3 {
	text-decoration:none;
}


/*  fanclub.html
=====================================*/
.fanb-log {
	display: block;
	border:1px solid #7b6977;
	background: rgba(255, 255, 255, 0.10);
	margin-top: 30px;
}
.fanb-log ul {
	display: table;
	width: 100%;
	padding: 15px 0;
}
.fanb-log ul li {
	display: table-cell;
	vertical-align: top;
}
.fanb-log ul li.lef {
	padding: 15px 25px;
}
.fanb-log ul li.lef h3 {
    width: 27.0%;
    float: left;
    font-family:"ro-shino-std",serif;
    font-size: 2.3rem;
    letter-spacing: 0;
    padding-right: 10px;
    padding-top: 35px;
    font-weight: bold;
    white-space: nowrap;
    color: #ecda94;
	text-align: center;
}
.fanb-log ul li.lef .area {
    width: 73.0%;
    float: right;
	display: block;
}
.fanb-log ul li.lef ul {
	padding: 0;
}
.fanb-log ul li.lef ul li {
    padding-bottom: 15px;
	display: block;
}
.fanb-log ul li.lef ul li input {
    width: 100%;
    height: 43px;
}
.fanb-log ul li.lef ul li.flot {
    display: block;
    padding-bottom: 0;
}
.fanb-log ul li.lef ul li.flot .txt {
    display: inline-block;
    line-height: 1.4;
    float: left;
}
.fanb-log ul li.lef ul li.flot .txt a {
	display: block;
    font-family: sans-serif;
    font-size: 1.25rem;
}
.fanb-log ul li.lef ul li.flot .txt a:hover {
	text-decoration:underline;
}
.fanb-log ul li.lef ul li.flot button {
    float: right;
}
.fanb-log ul li.lin {
	width:1px;
	border-right: 1px solid #7b6977;
}
.fanb-log ul li.rig {
	width: 50.0%;
	padding: 20px 25px;
	text-align: center;
}
.fanb-log ul li.rig h4 {
    font-family: sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
	text-align: left;
}
.fanb-log ul li.rig h5 {
    margin-top: 35px;
    display: inline-block;
}
.fanb-log ul li.rig h5 a {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
	line-height: 1.4;
    font-weight: bold;
    color: #ecda94;
	padding: 15px 20px;
	border: 1px solid #ecda94;
}
.fanb-log ul li.rig h5 a br {
	display: none;
}
.fanb-log ul li.rig h5 a:after {
    content: "\f138";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 3px;
    font-size: 1.7rem;
    color: #ecda94;
}
.fanb-log ul li.rig h5 a:hover {
	background: #452b40;
}

.fanb-log .form input {
	background: #ffffff;
}
.fanb-log input[type="password"] {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}

.fanb-mov {
	/*padding-top: 60px;*/
	padding-top: 40px;
}
.fanb-mov a {
	position:relative;
	display:block;
}
.fanb-mov img.mk {
	position:absolute;
	width:58px;
	height:58px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.fanb-are {
	max-width:680px;
	margin:auto;
	padding-top: 60px;
}
.fanb-are h3 {
	font-size: 2.5rem;
	letter-spacing: 0.1em;
	text-align:center;
	font-family: serif;
	color: #b7a286;
}
.fanb-are p {
	font-size: 1.55rem;
    letter-spacing: 0.15em;
    line-height: 2.6;
	padding-top: 40px;
	font-family: serif;
}

/*
.fanb-are .txtare {
	padding-top: 30px;
}
.fanb-are .txtare ul {
	border: 1px solid #7b6977;
    padding: 15px 10px 10px;
    text-align: center;
}
.fanb-are .txtare li {
	font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 6px 0;
}
.fanb-are .txtare li.iro {
	color: #d7c290;
}
.fanb-are .txtare li small {
	font-family: sans-serif;
	font-size: 1.3rem;
}
.fanb-are .txtare li.iro small {
	font-family: serif;
}

.fanb-are .txtare hr {
	border-top: 1px solid #7b6977;
	margin-top: 10px;
    margin-bottom: 8px;
}
*/

.fanb-are .txtare {
	display: block;
    padding-top: 45px;
    max-width: 820px;
    margin: auto;
}
.fanb-are .txtare ul {
	border: 1px solid #7b6977;
    padding: 15px 10px 10px;
    text-align: center;
}
.fanb-are .txtare li {
	font-size: 1.65rem;
    letter-spacing: 0.1em;
    line-height: 1.3;
    padding: 6px 0;
	font-family: serif;
}
.fanb-are .txtare li.iro {
	color: #d7c290;
}
.fanb-are .txtare li small {
	font-size: 1.4rem;
}
.fanb-are .txtare li.iro small {
	font-family: serif;
}
.fanb-are .txtare hr {
	border-top: 1px solid #7b6977;
	margin-top: 10px;
    margin-bottom: 8px;
}

.fanb-are.bom {
    padding-top: 50px;
	max-width: 900px;
}
.fanb-are .fanb-txt  {
	display: block;
	padding-top: 20px;
}
.fanb-are .fanb-txt .pho  {
	display: table-cell;
    vertical-align: top;
    width: 23%;
	padding-top: 10px;
}
.fanb-are .fanb-txt dl {
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
}
.fanb-are .fanb-txt dt {
	color: #d7c290;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 1.55rem;
	font-family: serif;
}
.fanb-are .fanb-txt dd {
    font-size: 1.4rem;
	padding-left: 2em;
}
.fanb-are .fanb-txt dd p.small {
	color: #ffc0b0;
    font-size: 1.2rem;
    letter-spacing: inherit;
    line-height: 1.5;
    padding-top: 0;
    padding-bottom: 7px;
    padding-left: 0.5em;
}

.fanb-lst {
	padding-top: 40px;
}
.fanb-lst ul {
}
.fanb-lst ul li {
	padding-top: 20px;
    padding-bottom: 20px;
	text-align: center;
}
.fanb-lst ul li .phobg {
	position: relative;
    display: block;
    width: 100%;
    height: 473px;
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
}
.fanb-lst ul li .phobg.one {
	background-image: url(../img/fanb_pho1.png);
}
.fanb-lst ul li .phobg.two {
	background-image: url(../img/fanb_pho2.png);
}
.fanb-lst ul li .phobg.thr {
	background-image: url(../img/fanb_pho3.png);
}
.fanb-lst ul li .phobg.fou {
	background-image: url(../img/fanb_pho4.png);
}
.fanb-lst ul li .box {
    position: absolute;
    width: 480px;
    height: 215px;
    background: rgba(0, 0, 0, 0.75);
	padding-top: 45px;
    color: #ffffff;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fanb-lst ul li .box h3 {
	display: inline-block;
    position: relative;
    font-size: 2.6rem;
    color: #ff94b0;
	font-family: serif;
}
.fanb-lst ul li .box h3:before,
.fanb-lst ul li .box h3:after {
	content: "";
	display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ttl_mkc.png) no-repeat;
    background-size: contain;
}
.fanb-lst ul li .box h3:before {
	margin-right: 12px;
}
.fanb-lst ul li .box h3:after {
	margin-left: 12px;
}
.fanb-lst ul li .box p {
	font-size: 1.5rem;
    letter-spacing: 0.18em;
    line-height: 2.0;
	padding-top: 22px;
	font-family: serif;
}
.fanb-lst ul li .box small {
    font-family: sans-serif;
	color: #7eb16b;
	letter-spacing: normal;
}

.fanb-btan {
	text-align: center;
	padding-top: 60px;
}
.fanb-btan a {
	display:inline-block;
}
.fanb-btan a span {
	display:inline-block;
    border: 2px solid #a22d47;
    padding: 3px;
}


/*  entry.html
=====================================*/
.entr-are {
	padding-top: 40px;
    max-width: 860px;
    margin: auto;
}
.entr-are h4.title {
	text-align: center;
    padding-top: 10px;
	padding-left: 0;
    color: #b7a286;
	font-family: serif;
}
.entr-are h3 {
	font-size: 1.65rem;
    line-height: 1.8;
    text-align: center;
    padding-top: 20px;
}

.entr-are .txt {
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 50px;
}
.entr-are .txt h4 {
	font-size: 2.55rem;
    letter-spacing: 0.1em;
	text-align:center;
}
.entr-are .txt h5 {
	font-family: serif;
    font-size: 1.5rem;
    color: #ecda94;
    padding-bottom: 10px;
	letter-spacing: 0.1em;
}
.entr-are .txt ul {
	padding-top: 10px;
}
.entr-are .txt ul li {
    border: none;
    line-height: 1.4;
    padding: 6px 0;
}
.entr-are .txt p {
}
.entr-are .mladd {
	padding-top: 30px;
}
.entr-are .mladd input {
    width: 100%;
    padding: 5px 20px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    height: 60px;
}
.entr-are .mladd small {
    font-size: 1.2rem;
    font-family: sans-serif;
    font-weight: bold;
    color: #fd9da9;
}
.entr-are .txta {
	border:1px solid #7b6977;
	background: rgba(255, 255, 255, 0.1);
    text-align: center;
    max-width: 600px;
    margin: auto;
	margin-top: 50px;
    padding: 40px 5px;
}
.entr-are .txta p {
}
.entr-are .txta h5 {
    font-size: 1.8rem;
	padding-top: 20px;
	font-family: serif;
}
.entr-are .txta h5 strong {
    font-size: 2.0rem;
    font-weight: normal;
}
.entr-are .txta h5 strong a {
    color: #ecda94;
	letter-spacing:0.1em;
}
.entr-are .txta h5 strong a:hover {
	text-decoration:underline;
}
.entr-are .btn {
    margin-left: 15px;
    margin-right: 15px;
}
.entr-btan {
    text-align: center;
    padding-top: 60px;
}

/*//////// entry-p.html ////////*/
.entr-are .txtb {
	padding-top: 30px;
}
.entr-are .txtb h5 {
	font-size: 1.55rem;
    letter-spacing: 0.08em;
	padding-bottom: 10px;
    padding-left: 5px;
}
.entr-are .txtb dl {
	border:1px solid #7b6977;
	background: rgba(255, 255, 255, 0.10);
	padding: 25px 30px;
	font-family: sans-serif;
}
.entr-are .txtb dt {
	font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 10px;
}
.entr-are .txtb dd {
	font-size: 1.35rem;
    line-height: 1.6;
}
.entr .prvytxt h5 {
    font-size: 1.55rem;
    letter-spacing: 0.08em;
    padding-bottom: 15px;
    color: inherit;
    text-align: left;
}
.entr .prvytxt {
    height: 160px;
}
.entr .prvytxt dd {
    font-size: 1.25rem;
    line-height: 1.5;
}
.entr-are.peg {
	padding-top: 30px;
}
.entr-are.peg .form .thek p {
    font-size: 1.3rem;
    line-height: 1.4;
    padding-top: 0;
    color: #ecda94;
}
.entr-are.peg .form .thek p.ssp {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-top: 5px;
    color: #ffb198;
}


/*  agreement
=====================================*/
.entr-are .txt dl {
	font-family: serif;
}
.entr-are .txt dt {
	font-size: 1.55rem;
    padding-top: 40px;
	padding-bottom: 3px;
	border-bottom: 2px solid rgba(181, 181, 181, 0.3);
}
.entr-are .txt dt:first-of-type {
    padding-top: 20px;
}
.entr-are .txt dd {
	font-family: sans-serif;
    font-size: 1.35rem;
	padding-top: 15px;
    padding-left: 15px;
}
.entr-are .txt dl dt:first-child + dd {
}
.entr-are .txt dd span {
}
.entr-are.agrt .txt h5 {
	/*text-align: center;*/
}
.entr-are.agrt .txt {
    padding-top: 40px;
}


/*  formare
=====================================*/
.formare {
	padding-top: 40px;
}
.form {
}
.form ul {
}
.form ul li {
	display: table;
    width: 100%;
    border-bottom: 1px solid #7b6977;
	border-left: 1px solid #7b6977;
	border-right: 1px solid #7b6977;
}
.form ul li:first-child {
    border-top: 1px solid #7b6977;
    border-bottom: 1px solid #7b6977;
}
.form ul li .moji {
	display: table-cell;
	vertical-align: middle;
	width: 28%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 20px;
	line-height:1.4;
    letter-spacing: normal;
	font-family: serif;
}
.form ul li .moji span {
	font-weight:bold;
}
.form ul li .moji span.hisu:after {
    content: "必須";
    background: #d63c09;
    color: #fff;
    padding: 4px 5px;
    margin-left: 5px;
    margin-right: 3px;
    border-radius: 3px;
    font-size: 1.05rem;
	letter-spacing:0.05em;
    font-weight: normal;
	white-space: nowrap;
}
.form ul li .thek {
	position: relative;
	display: table-cell;
	width: 72%;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 30px;
	padding-right:30px;
}
.form ul li .thek.js-show {
    padding-top: 35px;
    padding-bottom: 35px;

}
.form ul li .thek strong {
	font-size: 1.6rem;
	font-weight: normal;
}
.form .thek {
    font-family: sans-serif;
}
.form .thek ul.thbox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.form .thek ul.thbox li {
    border: none;
    width: auto;
}
.form .thek ul.thbox li:first-child {
    border: none;
}
.form .thek ul.thbox li span {
	font-size: 1.4rem;
	line-height: 1.5;
	white-space: nowrap;
	color: #9c8898;
}
.form .thek ul.thbox li span.iro {
	color: #E6E6E5;
	line-height: 1.3;
}
.form .thek p {
	font-size: 1.3rem;
    line-height: 1.4;
    padding-top: 10px;
    color: #ecda94;
}
.form .thek p.t20 {
    padding-top: 20px;
	padding-bottom: 3px;
}

.form .thek em {
    font-family: sans-serif;
	font-style:normal;
	font-size: 1.3rem;
    line-height: 1.4;
    padding-top: 5px;
    color: #ba4500;
}

.form .thek span.min {
	font-size: 1.25rem;
}
.form .thek label span {
	font-size: 1.45rem;
}
.form .thek h4 {
	font-family: sans-serif;
    font-size: 1.45rem;
    line-height: 1.6;
}
.form .thek h4 span {
}
.form .thek h4.waku {
	background:rgba(255, 255, 255, 0.15);
    color: #d7c290;
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.55rem;
    line-height: 1.8;
    margin-top: 10px;
	font-family: serif;
    letter-spacing: 0.1em;
}
.form .thek h5 {
	font-family: sans-serif;
    font-size: 1.3rem;
    color: #ecda94;
    padding-top: 10px;
}
.form .thek.bloc label {
	display:block;
	padding:5px 0;
}

.form ul li .thek span.wpcf7-list-item {
	display: block;
}
.form ul li .thek span.wpcf7-list-item-label {
	letter-spacing:normal;
}
.form input.type1 {
	width:100%;
}
.form input.type1a {
	width: 120px;
}
.form input.type2 {
	width:80%;
}
.form input.type3a {
	width: 120px;
}
.form input.type3b {
	width: 60px;
}
.form textarea {
	width:100%;
	height: 200px;
}
.form textarea.type1 {
	height: 100px;
}

.submit {
	display: block;
	text-align: center;
    padding-top: 50px;
}

.form .js-show input {
	width: 60%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.form .pasche {
	display: inline-block;
}
.form label {
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: normal;
}

/*/////////  form-nav  /////////*/
.form-nav {
	padding-top: 30px;
}
.form-nav ul {
	display: block;
    text-align: center;
}
.form-nav ul li {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border: 1px solid #6d5b63;
    padding: 10px 5px;
	width: 20%;
}
.form-nav ul li span {
    display: inline-block;
}
.form-nav ul li h3 {
	display: inline-block;
    font-size: 1.6rem;
    vertical-align: middle;
	padding-right: 3px;
}
.form-nav ul li p {
	font-size: 1.4rem;
	display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}
.form-nav ul li.nolin {
	display: inline-block;
    border: none;
    width: 3.0%;
    position: relative;
    padding: 0;
    margin-left: -7px;
}
.form-nav ul li.nolin span {
	content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #b19b8a;
    border-right: 1px solid #b19b8a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
}
.form-nav ul li.on {
	background: #a7886b;
    border: 1px solid #a7886b;
    color: #ffffff;
}

/*/////////  form input  /////////*/
.form input,
.form textarea {
	outline: none;
    border: 1px solid #D1CDC6;
    padding: 5px 10px;
    font-size: inherit;
	border-radius: 3px;
	-webkit-transition: all .2s;
	transition: all .2s;
	/*background: #dddddd;*/
	background: #ffffff;
}
.form input {
	height: 40px;
}
.form textarea {
	resize: vertical;
}

/*/////////  form focus  /////////*/
.form input:focus,
.form textarea:focus {
	border: 1px solid #a0869a;
	background-color: #fff;
    box-shadow: 0px 0px 8px 1px #ffffff;
}
.form input[type="button"]:focus {
    box-shadow: none;
}
.form input[type="checkbox"]:focus {
	border: none;
	background: none;
    box-shadow:none;
}

/*/////////  form placeholder  /////////*/
.form :placeholder-shown {
    /*color: #909090;*/
	color: #b0b0b0;	
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.form ::-webkit-input-placeholder {
    /*color: #909090;*/
	color: #b0b0b0;	
}
/* Firefox 18- */
.form :-moz-placeholder {
    /*color: #909090;*/
	color: #b0b0b0;	
	opacity: 1;
}
/* Firefox 19+ */
.form ::-moz-placeholder {
    /*color: #909090;*/
	color: #b0b0b0;	
	opacity: 1;
}
/* IE 10+ */
.form :-ms-input-placeholder {
    /*color: #909090;*/
	color: #b0b0b0;	
}

/*/////////  form error  /////////*/
.form input.out {
	border: 1px solid #E32C2C;
    background-image: url(../img/inputout.png);
    background-repeat: no-repeat;
    background-position: center right 6px;
	background-size:12px;
}
.form small {
	font-family: sans-serif;
    font-size: 1.3rem;
	color: #ef9d9d;
    line-height: 1;
    padding-top: 10px;
    display: block;
}
.conte.entrtop .form small,
.conte.verftop .form small {
	font-size: 1.4rem;
	text-align: center;
}
ul.form small {
    font-size: 1.25rem;
	color: #D54848;
    padding-top: 4px;
}
.conte.fanb ul.form small {
	color: #ef9d9d;
}

/*/////////  form radio  /////////*/
input[type="radio"],
input[type="checkbox"] {
	display: none;
}
.form input[type="radio"],
.form input[type="checkbox"] {
	display: none;
}
.form-radio input[type="radio"] {
	display: none;
}
.form-radio label {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
}


/*  inquiry.html
=====================================*/
.inqu .form-nav {
	max-width: 870px;
    margin: auto;
}
.inqu .form-nav ul li {
    width: 25.0%;
}
.inqu .form-nav ul li.nolin {
    width: 10.0%;
}

.inqu .prvytxt h5 {
    font-size: 1.55rem;
    letter-spacing: 0.08em;
    padding-bottom: 15px;
    color: inherit;
    text-align: left;
}
.inqu .prvytxt {
    height: 160px;
}
.inqu .prvytxt dd {
    font-size: 1.25rem;
    line-height: 1.5;
}


/*  verify.html
=====================================*/
.entr-are .txt.t10 {
    padding-top: 10px;
}


/*  privacy.html
=====================================*/
.peg-title h3 {
    font-size: 3.2rem;
    letter-spacing: 0.15em;
    color: #b7a286;
}

.prvy-are {
	max-width: 860px;
    margin: auto;
    padding-top: 25px;
}
.prvy-are h6 {
	font-size: 1.45rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.prvy-are dl {
}
.prvy-are dt {
	font-size: 1.55rem;
    padding-top: 40px;
	padding-bottom: 3px;
	border-bottom: 2px solid rgba(181, 181, 181, 0.3);
}
.prvy-are dd {
	font-family: sans-serif;
    font-size: 1.3rem;
	padding-top: 15px;
    padding-left: 15px;
}
.prvy-are dl dt:first-child + dd {
}
.prvy-are .txt {
}
.prvy-are .txt ul {
	border: 1px solid #ddd;
}
.prvy-are .txt li {
	font-family: sans-serif;
	font-size: 1.3rem;
    line-height: 1.4;
}





/*  dealings.html
=====================================*/
.deal-are {
}





/*  2017.11.17
=====================================*/
.aper-are {
}
.aper-box {
    display: block;
    clear: both;
    overflow: hidden;
    /*max-width: 860px;*/
    margin: auto;
	padding-top: 40px;
}
.aper-box .pho {
    width: 35.0%;
    float: left;
}
.aper-box .pho a {
	display: block;
	position: relative;
}
.aper-box .pho a span {
	position: absolute;
    width: 45px;
    height: 45px;
    /*top: 0;*/
    bottom: 0;
    /*left: 0;*/
    right: 0;
    /*margin: auto;*/
}
.aper-box .pho a span:before {
	content: "\E8FF";
    font-family: 'Material Icons';
    text-rendering: optimizeLegibility;
	font-feature-settings: 'liga' 1;
	font-style: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    font-size: 3.8rem;
    color: #ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.aper-box .txtare {
    width: 60.0%;
    float: right;
}
.aper-box .txtare .tai {
	text-align: left;
}
.aper-box .txtare h3 {
	max-width: 470px;
    display: inline-block;
    font-size: 2.0rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: bold;
	color: #d6c290;
	font-family: serif;
}
.aper-box .txtare h5 {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
	padding-bottom: 5px;
	font-family: serif;
}
.aper-box .txtare .lst {
    padding-top: 20px;
	text-align: left;
}
.aper-box .txtare ol {
}
.aper-box .txtare ol li {
	/*
    display: block;
    clear: both;
    overflow: hidden;
	*/
    line-height: 1.6;
    text-align: left;
    padding: 0;
    background: none;
    border-top: 1px solid #796975;
    padding-top: 12px;
    padding-bottom: 12px;
	display: -webkit-flex;
    display: flex;
}
/*
.aper-box .txtare ol li:first-child {
    border-top: 1px solid #796975;
    border-bottom: 1px solid #796975;
}*/

.aper-box .txtare ol li .lef {
	flex: 1;
	/*
    width: 18%;
	min-width: 80px;
    float: left;
	*/
}
.aper-box .txtare ol li .rig {
	flex: 3.5;
    padding-left: 20px;
	/*
    width: 75%;
    float: left;
	*/
}
.aper-box .txtare ol li .rig a {
	text-decoration: underline;
	color: #afe4ff;
}
.aper-box .txtare ol li .rig a:hover {
	text-decoration: none;
}

.aper-box .txtare ol li .rig .madbtn a:first-child {
    margin-right: 10px;
}
.aper-box .txtare ol li .rig .madbtn {
	padding-top: 5px;
}
.aper-box .txtare ol li .rig .madbtn a {
	background-color: #e0c896;
    border-radius: 10px;
    font-size: 1.2rem;
    letter-spacing: normal;
    padding: 4px 10px;
    color: #452b40;
	white-space: nowrap;
	text-decoration: none;
}
.aper-box .txtare ol li .rig .madbtn a:before {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 2px;
}
.aper-box .txtare ol li .rig .madbtn a.one:before {
	content: "\f041";
    font-family: 'FontAwesome';
}
.aper-box .txtare ol li .rig .madbtn a.two:before {
	content: "\f02b";
    font-family: 'FontAwesome';
}

.aper-box .txtare h6 {
    font-family: sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #ffc0b0;
    padding-bottom: 12px;
}

.aper-prof {
	padding-top: 50px;
	max-width: 860px;
    margin: auto;
}
.aper-prof a {
	text-decoration: underline;
	color: #afe4ff;
}
.aper-prof a:hover {
	text-decoration: none;
}
.aper-prof {
	font-size: 1.5rem;
}
.aper-prof p {
	font-size: 1.5rem;
}
.aper-prof .title {
    text-align: center;
	margin: auto;
	font-family: serif;
}
.aper-prof .title span {
	display: inline-block;
	border-top: 2px solid #d7c290;
    font-weight: bold;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    color: #d7c290;
	padding: 0 20px;
    line-height: 2;
}
.aper-prof .sbtitle {
	padding-top: 70px;
	font-family: serif;
}
.aper-prof .sbtitle.ue {
	padding-top: 20px;
}

.aper-prof .sbtitle span {
	border: 1px solid #d9c290;
    display: inline-block;
}
.aper-prof .sbtitle h4 {
	display: inline-block;
    background: #d8c290;
    padding: 5px 40px;
    color: #452b40;
    font-weight: bold;
    font-size: 1.6rem;
    vertical-align: baseline;
}
.aper-prof .sbtitle p {
	display: inline-block;
    line-height: normal;
    padding: 0 30px;
    vertical-align: baseline;
    font-size: 1.35rem;
}
.aper-prof a {
	text-decoration: underline;
    color: #afe4ff !important;
}
.aper-prof a:hover {
	text-decoration: none;
}

.aper-prof-lst {
	padding-top: 40px;
}
.aper-prof-lst.ue {
	padding-top: 30px;
}

.aper-prof-lst .tai {
	padding-bottom: 20px;
	overflow: hidden;
}

.aper-prof-lst .tai dl {
	display: inline-block;
	position: relative;
	padding: 0 .6em;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #d7c290;
}
.aper-prof-lst .tai dl:after {
	content: '';
	position: absolute;
	top: 15px;
	width: 99em;
	border-top: 1px solid #796975;
}
.aper-prof-lst .tai dl:after {
	left: 100%;
}

.aper-prof-lst .tai dt {
	float:left;
}
.aper-prof-lst .tai dd {
	margin-left:2.2em;
	white-space: nowrap;
}
.aper-prof-lst .tai dd small {
	font-size: 1.25rem;
}

.aper-prof-lst .tai p {
    font-size: 1.25rem;
    line-height: 1.5;
	padding-left: 3.5em;
}

.aper-prof-lst .txt {
	width: 55%;
	min-height: 1px;
    float: left;
    padding-left: 3.4em;
    padding-right: 30px;
    border-right: 1px solid #796975;
}
.aper-prof-lst .txt h4 {
	padding-bottom: 10px;
    letter-spacing: 0.08em;
}
.aper-prof-lst .txt p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
}

.aper-prof-lst .gst {
	float: left;
    width: 45%;
    padding-left: 50px;
	font-family: serif;
}
.aper-prof-lst .gst table {
	display: inline-block;
}
.aper-prof-lst .gst table tr {
}
.aper-prof-lst .gst table th {
	white-space: nowrap;
	vertical-align: bottom;
	text-align: right;
	padding-left: 20px;
}
.aper-prof-lst .gst table td {
	text-align: right;
    font-size: 1.35rem;
    line-height: 1.5;
	padding: 5px;
	vertical-align: bottom;
}
.aper-prof-lst .gst table td.ue {
	vertical-align: top;
}

.ichiran {
	text-align: center;
	padding-top: 60px;
}
.ichiran a {
	display: inline-block;
    border: 1px solid #77654c;
    vertical-align: middle;
    font-size: 1.25rem;
    letter-spacing: 0.2em;
    padding: 8px 60px;
    line-height: 2;
    position: relative;
	background: rgba(0, 0, 0, 0.3);
}
.ichiran a:hover {
	background-color: #94755b;
}
.ichiran a:before {
	content: "\e875";
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.4rem;
    position: absolute;
    height: 15px;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    color: #c1aea2;
}

.page-inle {
	overflow: auto;
    background: rgb(253, 253, 246);
    /*width: 600px;
    max-width: 100%;*/
    border-radius: 6px;
    max-height: 229px;
}
.page-inlebox {
}
.page-inle iframe {
	padding: 10px;
	padding-bottom: 5px;
}
.page-inle form.acss {
	max-width: 800px;
}
.page-inle form.seki {
	max-width: 1000px;
}



/*//////////  aper-lst  ///////////*/
.aper-lst .aper-box {
    max-width: 860px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.aper-lst .aper-box:first-child {
	padding-top: 50px;
}

.aper-lst .aper-box a {
	display: block;
}
.aper-lst .aper-box .pho {
    width: 28.0%;
    float: left;
}
.aper-lst .aper-box .txtare {
    width: 67.0%;
    float: right;
}
/*
.aper-lst .aper-box .pho a {
	border: 1px solid #dadad5;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 2px;
}
.aper-lst .aper-box .pho a img {
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.aper-lst .aper-box .pho a:hover img {
	-webkit-transform: scale3d(1.06, 1.06, 1.06);
	transform: scale3d(1.06, 1.06, 1.06);
	opacity: 1;
}
*/
.aper-lst .aper-box .txtare h3 a {
    max-width: 470px;
    display: inline-block;
    font-size: 2.1rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: bold;
    color: #d6c290;
}
.aper-lst .aper-box .txtare h3 a:hover {
	text-decoration: underline;
}
.aper-lst .aper-box .txtare .more {
    display: inline-block;
    float: right;
    margin-top: 3px;
    vertical-align: middle;
}
.aper-lst .aper-box .txtare .more a {
	display: block;
	font-size: 1.35rem;
    letter-spacing: normal;
    line-height: 1.5;
    background-color: #e8cf8f;
    color: #452b40;
    padding: 3px 20px;
    border-radius: 3px;
}
.aper-lst .aper-box .txtare .more a:before {
	content: "\E0E0";
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.6rem;
    vertical-align: sub;
    margin-right: 4px;
}
.aper-lst .aper-box .txtare .more a:hover {
    background-color: #FFFFFF;
}
.aper-lst .aper-box .txtare .more.sp {
	display: none;
}

.aper-lst .line {
    background-image: url(../img/news_dot.png);
    background-repeat: repeat-x;
    background-position: bottom;
	height: 1px;
}


/*//////////  追加１  ///////////*/
.aper-lst .aper-box.one {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.aper-lst .aper-box.one:first-child {
	padding-top: 55px;
}
.aper-box.one .pho {
	margin-right: 40px;
}
.aper-box.one .txtare {
	width: auto;
    float: none;
	flex: 1;
}
.aper-box.one .txtare h3 {
	max-width: none;
    display: block;
	font-size: 1.85rem;
	font-family: serif;
}
.aper-box.one .txtare p {
	padding-top: 15px;
}
.aper-box.one .txtare .txt {
	padding-top: 20px;
	font-family: sans-serif;
}
.aper-box.one .txtare a {
	text-decoration: underline;
	color: #afe4ff;
}
.aper-box.one .txtare a:hover {
	text-decoration: none;
}

.aper-box.one .txtare .more a {
	display: block;
    font-size: 1.2rem;
    letter-spacing: normal;
    font-family: sans-serif;
    line-height: 1.5;
    background-color: #e8cf8f;
    color: #452b40;
    padding: 3px 10px;
    border-radius: 3px;
	text-decoration: none;
}
.aper-box.one .txtare .more a:hover {
    background-color: #FFFFFF;
}
.aper-box.one .txtare .more a:before {
    content: "\E409";
    font-family: 'Material Icons';
	font-size: 1.6rem;
    margin-right: 0;
}
.aper-lst .aper-box.one .txtare .more {
    margin-top: 10px;
}

.aper-box.one .pegare {
	max-width: 860px;
	margin: auto;
}
.pegare h3 {
    font-size: 2.0rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: bold;
    color: #d6c290;
}
.pegare h5 {
	font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding-bottom: 5px;
}
.wegtxt {
	margin-top: 25px;
}





/*//////////  追加２  ///////////*/
.paydropdown {
    /* Size & position */
    position: relative;
    margin: 0 auto;
    padding: 10px 0;

    /* Styles */
    background: #466f23;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
	/*
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	*/
}
.paydropdown span.name {
	position: relative;
    display: inline-block;
    font-family: sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #ffffff;
    padding-left: 20px;
}
.paydropdown span.name:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 18px;
    background: url(../img/buy_mk.png) no-repeat;
    background-size: contain;
    top: -2px;
    bottom: 0;
    left: -10px;
    margin: auto;
}
.paydropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #9ba990 transparent;
}

.paydropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 3px 3px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.paydropdown .dropdown li {
    padding: 0;
	text-align: left;
}

.paydropdown .dropdown li a {
	font-family: sans-serif;
    font-size: 1.33rem;
    display: block;
    text-decoration: none;
    color: #457719;
    padding: 10px 0;
    transition: all 0.3s ease-out;
	border-bottom: 1px dotted #cccccc;
	padding-left: 10px;
}
.paydropdown .dropdown li a:before {
    content: "\f045";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 3px;
    color: #457719;
}

.paydropdown .dropdown li:last-of-type a {
    border: none;
}

/* Hover state */
.paydropdown .dropdown li:hover a {
	color: #457719;
	background: #eeeeee;
}
.paydropdown .dropdown li a span:hover {
	text-decoration: underline;
}

/* Active state */
.paydropdown.active {
    border-radius: 5px 5px 0 0;
    background: #5b8c32;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.paydropdown.active:after {
    border-color: #5a8c33 transparent;
}

.paydropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
    -webkit-transition: all 1.0s ease-out;
    -moz-transition: all 1.0s ease-out;
    -ms-transition: all 1.0s ease-out;
    -o-transition: all 1.0s ease-out;
    transition: all 1.0s ease-out;
}


/*//////////  追加３  ///////////*/
.tick .peg-title {
    padding-top: 60px;
}
/*
div {*zoom: 1;}
div:after {
	display: block;
	content: "";
	clear: both;
}
*/
.js-tab {
	margin-bottom: 20px;
	border-bottom: 2px solid #d7c290;
	text-align: center;
	margin-top: 80px;
}
.js-tab > div {
	display: inline-block;
    width: 25%;
    text-align: center;
    padding: 13px 0;
    cursor: pointer;
    font-size: 1.8rem;
    color: #d7c290;
	background: rgba(255, 255, 255, 0.15);
}
.js-tab > div.active {
	background: #b39d81;
    color: #452b40;
    font-weight: bold;
}
.js-tab_content {
	display:none;
}
.js-tab_content.active {
	display:block;
}

.tab-are .aper-prof {
    padding-top: 0px;
}

.tick-are {
	max-width: 880px;
    margin: auto;
	padding-top: 20px;
}
.tick-title {
	padding-bottom: 20px;
}
.tick-title h3 {
	font-size: 1.8rem;
    color: #d7c290;
    display: inline-block;
    border: 1px solid #d7c290;
    padding: 15px 30px;
	min-width: 300px;
}
.tick-are .caldar {
	text-align: center;
}
.tick-are .txtare {
	padding-top: 15px;
}
/*
.tick-are .guide {
	text-align: right;
    padding-top: 10px;
}
.tick-are .guide a {
	font-family:sans-serif;
	background: #eae8e2;
    border-radius: 6px;
    font-size: 1.25rem;
    letter-spacing: normal;
    padding: 10px 20px;
    color: #452b40;
}
.tick-are .guide a:before {
    content: "\f044";
    font-family: 'FontAwesome';
	font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 2px;
	font-size: 1.6rem;
    vertical-align: middle;
}
*/
.tick-form .guide {
	display: inline-block;
	padding-left: 30px;
}
.tick-form .guide a {
	font-family:sans-serif;
	background: #eae8e2;
    border-radius: 6px;
    font-size: 1.25rem;
    letter-spacing: normal;
    padding: 6px 20px;
    color: #452b40;
	display: inline-block;
}
.tick-form .guide a:before {
    content: "\f044";
    font-family: 'FontAwesome';
	font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 2px;
	font-size: 1.6rem;
    vertical-align: middle;
}


.tick-form {
	max-width: 880px;
    margin: auto;
	padding-top: 40px;
}
.tick-form .txtare {
}
.tick-form .txtare ul {
	border: 1px solid #7b6977;
    border-bottom: none;
	padding: 10px 20px;
}
.tick-form .txtare li {
	border-bottom: 1px dotted #7b6977;
    padding: 10px 0;
}
.tick-form .txtare li:last-child {
	border-bottom: none;
}
.tick-form .txtare li .tai {
	display: inline-block;
    width: 15%;
	vertical-align: middle;
}
.tick-form .txtare li .txt {
	display: inline-block;
    width: 84%;
	vertical-align: middle;
}

.tick-form .form ul li .moji {
    width: 20%;
}
.tick-form .form ul li .thek {
    width: auto;
}
.tick-form .form ul li .fmlst {
    position: relative;
    padding: 18px 10px;
    border-bottom: 1px dashed #7b6977;
}
.tick-form .form ul li .fmlst:last-of-type {
    border-bottom: none;
	padding-left: 45px;
}

.tick-form .form ul li .fmlst .namb {
    display: table-cell;
    vertical-align: middle;
	font-family: sans-serif;
}
.tick-form .form ul li .fmlst .thek {
	width: auto;
	padding: 0 10px;
}
.form ul li .moji.tick span {
    display: inline-block;
    position: relative;
}
.form ul li .moji.tick span.hisu:after {
    position: absolute;
    right: 0;
    top: 25px;
}

.tick-form .form input {
    height: 32px;
}
.tick-form .form input.type3a {
    width: 100px;
}
.tick-form .form input.type3b {
    width: 50px;
}
.tick-form .form .thek ul.thbox li.kei {
	padding-left: 40px;
}
.tick-form .form .thek ul.thbox li.kei strong {
	font-size: 1.45rem;
    font-weight: normal;
    color: #d8c290;
}
.tick-form .form .thek ul.thbox li.kei input.subtotal {
	padding: 0;
}

.tick-form .form ul li .thek .bbtxt {
    font-size: 1.45rem;
    font-weight: normal;
    color: #d8c290;
}
.tick-form .form ul li .thek .bbtxt.kei {
}

.tick-form .form select {
    height: 32px;
}
.tick-form .form input.price,
.tick-form .form input.subtotal,
.tick-form .form input.total {
    background: none;
    border: none;
    color: #fff;
}
.tick-form .form input.price[type="text"]:focus,
.tick-form .form input.subtotal[type="text"]:focus,
.tick-form .form input.total[type="text"]:focus {
	box-shadow: none;
	border: none;
}
.tick-form .form input.total {
	font-size: 1.8rem;
	text-align: right;
	padding: 0;
}

.tick-form .form ul li .fmlst .thek.totalbb li span {
	color: #fff;
    font-size: 1.5rem;
}
.tick-form .form .fmlst .thek ul.thbox {
	padding: 6px 0;
}
.tick-form.peg .form .fmlst .thek ul.thbox {
	padding: 0;
}
.tick-form.peg .t15 {
    padding-top: 0;
}


/* 個人情報 */
.prvyare {
    padding: 5px 0;
    border: 1px solid #7b6977;
	border-top: none;
}
.prvytxt {
	height: 200px;
    overflow-y: scroll;
    padding: 20px 30px;
}
.prvytxt h5 {
    font-size: 1.65rem;
    letter-spacing: 0.08em;
    padding-bottom: 20px;
    color: #d8c290;
    text-align: center;
}
.prvytxt dl {
    font-family: sans-serif;
}
.prvytxt dt {
    font-size: 1.4rem;
    padding-bottom: 5px;
    padding-top: 20px;
}
.prvytxt dd {
    font-size: 1.3rem;
    line-height: 1.5;
}

.prvytxt dd.note {
    padding-left: 2.2em;
    text-indent: -2.9em;
    display: block;
}
.prvytxt dd.note span {
    padding-left: 1.0em;
    text-indent: -1.0em;
    display: block;
}
.prvytxt dl p {
    font-size: 1.3rem;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 10px;
    margin-top: 15px;
    display: inline-block;
}

.aper-are .btn {
    margin-left: 15px;
    margin-right: 15px;
}

.tick-form.ok .tick-title h3 {
    font-size: 2.3rem;
	letter-spacing: 0.05em;
    color: #d7c290;
    display: inline-block;
    border: none;
    padding: 15px 30px;
    min-width:auto;
}
.tick-form.ok .tick-title h4 {
	font-size: 1.65rem;
    letter-spacing: 0.08em;
}
.txtare-ok {
}
.txtare-ok .txt {
}
.txtare-ok .txt {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 40px;
}
.txtare-ok .txt ul {
    font-family: sans-serif;
}
.txtare-ok .txt ul li {
    font-size: 1.4rem;
    border: none;
    line-height: 1.4;
    padding: 4px 0;
}

.txtare-ok .txta {
    border: 1px solid #7b6977;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    padding: 40px 5px;
}
.txtare-ok .txta p {
}
.txtare-ok .txta h5 {
    font-size: 1.8rem;
    padding-top: 20px;
}
.txtare-ok .txta h5 strong {
    font-size: 2.0rem;
    font-weight: normal;
}
.txtare-ok .txta h5 strong a {
    color: #ecda94;
    letter-spacing: 0.1em;
}

/* お申込み流れ popup */
.tickap {
	position: relative;
    max-width: 600px;
    background: #FFFFFF;
    padding: 30px 30px 30px;
    border-radius: 10px;
	color: #000;
}
.tickap .area {
}
.tickap .area .title {
}
.tickap .area .title h3 {
	font-size: 1.7rem;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 12px 0;
    background: #b18e3a;
	text-align: center;
}
.tickap .area ul {
	padding-top: 5px;
}
.tickap .area li {
}
.tickap .area li h4 {
	border-bottom: 2px solid #c49630;
    font-family: sans-serif;
    line-height: 1.3;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #bb8911;
    margin-bottom: 5px;
    margin-top: 15px;
}
.tickap .area li p {
	font-size: 1.35rem;
    font-family: sans-serif;
    line-height: 1.45;
    padding: 5px 0;
}
.tickap .area li p.small {
	font-size: 1.25rem;
    font-family: sans-serif;
    line-height: 1.4;
    padding-top: 0;
	color: #d8360d;
}


/*//////////  追加４  ///////////*/
.past {
	position: relative;
	float: right;
	margin-right: 25px;
	margin-top: 35px;
}
.past a {
	padding-bottom: 3px;
    letter-spacing: normal;
    color: #b7a191;
    border-bottom: 2px solid;
	font-family: serif;
}
.past a:after {
    content: "\e876";
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    position: absolute;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
	margin-left: 3px;
}
.past a:hover {
	color: #E6E6E5;
}

.aper-lstnav ul {
	padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
	text-align: left;
}
.aper-lstnav li {
	display: inline-block;
	padding: 0;
    background-image: none;
}
.aper-lstnav li a {
	display: inline-block;
    border: 1px solid #77654c;
    vertical-align: middle;
    font-size: 1.35rem;
    letter-spacing: 0.2em;
    padding: 7px 25px;
    line-height: 1;
    position: relative;
    margin: 0 4px;
	font-family: serif;
}
.aper-lstnav li a:hover {
	background-color: #94755b;
}
.aper-lstnav li a.on {
	background-color: #94755b;
}
.aper-lstnav li a.on:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 15px 7.5px 0 7.5px;
    border-color: #94755b transparent transparent transparent;
}

.aper-lstai {
	position: relative;
	background: #94745a;
    padding: 10px 20px;
	margin-top: -4px;
}
.aper-lstai.top {
	text-align: center;
	padding: 10px;
}

.aper-lstai h4 {
	font-size: 1.85rem;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	font-family: serif;
}

a.mdoru {
    display: inline-block;
    border: 1px solid #c7c7c7;
    vertical-align: middle;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    padding: 0 10px 0 20px;
    line-height: 2;
    position: relative;
    border-radius: 30px;
    font-family: sans-serif;
	height: 26px;
}
a.mdoru:before {
    content: "\e875";
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    position: absolute;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    color: #ffffff;
}
a.mdoru:hover {
	background-color: #94755b;
    border: 1px solid #94755b;
}

.aper-lstai.top a.mdoru {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}
.aper-lstai a.mdoru:hover {
	color: #ad9485;
	background-color: #ffffff;
    border: 1px solid #ffffff;
}
.aper-lstai a.mdoru:hover:before {
	color: #ad9485;
}
.aper-lstai a.mdoru.kako {
	position: relative;
    left: 0;
}



/*//////////  ace  ///////////*/
.content.ace {
	max-width: 860px;
	min-height: 300px;
    margin: auto;
	padding-top: 40px;
}
.content.ace hr {
	border-top: 2px #c5aa9d;
	border-style: dashed;
}
.content.ace p img {
	padding-top: 10px;
	padding-bottom: 10px;
	border: none !important;
}



/* beefine 追加（2019/02/12）
================================*/
.webmd .aper-lstnav ul {
    display: none;
}
.webmd .aper-lstai {
    display: none;
}






































































