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

/* -------------------------------------------------------------- 
/* =Fonts
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	font-family: 'Noto Sans Japanese','游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #666666;
}

@media all and (-ms-high-contrast:none){
  body {
	font-family: 'Noto Sans Japanese',メイリオ, Meiryo, Osaka,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	} /* IE10以降 */
}


/*============================

トップページ

============================*/
div#wrapper {
    width: 100%;
}

header {
    min-width: 960px;
    height: 200px;
    margin: 0 auto;
    background: #f6f2da;
}

.header-wrap {
    width: 960px;
    height: 140px;
    margin: 0 auto;
}

.header-logo {
    width: 472px;
    height: 77px;
    float: left;
    margin: 30px 0 0 0;
    transition: all 0.3s;
}
.header-logo:hover {
    opacity: 0.7;
    transition: all 0.3s;
}

.header-info {
    width: 330px;
    float: right;
    margin: 20px 0 0 0;
}

.header-info-appointment {
    background: #d9b453;
    width: 140px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    float: left;
    font-size: 15px;
    margin: 3px 0 0 0;
}

.header-info-tel {
    color: #ba8b10;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 0 2px 0;
    float: right;
    /* width: 167px; */
    text-align: right;
}

.header-info-tel span {
    font-size: 13px;
    line-height: 1.7em;
    display: block;
    float: left;
    margin: 0 2px 0 0;
}

.header-info-tel address {
    font-style: normal;
    font-size: 1.3em;
    float: left;
    color: #bb7a00;
    /* background: #ff0000; */
}

.header-info-reception {
    clear: both;
    overflow: hidden;
    margin: 0 0 0 0;
}

.header-info-reception p {
    display: inline-block;
    margin: 0;
}

.header-info-reception p:first-child {
    font-weight: bold;
    margin: 0 25px 0 12px;
    float: left;
    line-height: 3em;
    font-size: 14px;
}

.header-info-reception p:nth-child(2) {
    float: left;
    line-height: 3em;
    font-size: 14px;
    margin: 0 0 0 0;
}

.header-info-am {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 0 3px 0;
}

.header-info-pm {
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}
.reservation {
    clear: both;
    margin: 3px 0 0 0;
}

.reservation a {
    border: 1px solid #d9b453;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    line-height: 1em;
    padding: 5px 0;
    font-size: 14px;
    transition: all 0.3s;
}
.reservation a:hover {
    background: #d9b453;
    transition: all 0.3s;
    color: #ffffff;
}


nav {
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    height: 59px;
}

ul.global-navi {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow: hidden;
    background: #ffffff;
}
ul.global-navi li {
    display: block;
    /* background: #ffcccc; */
    line-height: 59px;
    float: left;
    font-size: 15px;
}

ul.global-navi li a {
    display: block;
    text-decoration: none;
    color: #666666;
    padding: 0px 14px;
    transition: all 0.3s;
}
ul.global-navi li a:hover {
    color: #ba8b10;
    background: #f6f2da;
    transition: all 0.3s;
}


.width-full {
    clear: both;
    width: 100%;
    padding: 0;
}

.main {
    width: 960px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}



.front-logo {
    width: 254px;
    height: 375px;
    float: left;
    overflow: hidden;
    margin: 70px 0 0 0;
}

#news-area {
    float: right;
    /* overflow: hidden; */
    width: 580px;
    height: 330px;
    background: #fffff0;
    margin: 100px 0 70px 0;
    padding: 0 0 10px 10px;
    border: 3px solid #e5e294;
    border-radius: 20px;
}
#news-area::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: #fffff0;
    float: left;
    margin: 100px 0 0 -38px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #e5e294;
    border-right: 0;
    border-top: 0;
}

.news-inner {
    height: 300px;
    overflow-y: scroll;
    margin: 20px 20px 0 26px;
		font-size: 15px;
}

#news-area > p {
    margin: 0 0 0.5em 0;
		font-size: 15px;
}

dl.news-box {
    margin: 0 10px 0 0;
    padding: 0;
}
dl.news-box dt {
    margin: 0;
		padding: 10px 0 0 0;
    border-top: 1px dotted #cccccc;
}
dl.news-box dt::before {
    content: "■";
    color: #ba8b10;
    margin: 0 2px 0 0;
}

dl.news-box dd {
    margin: 0 0 10px 0;
    padding: 0 0 0px 0;
}

.front-intro {
    clear: both;
    text-align: center;
    margin: 30px 0 0 0;
    font-size: 18px;
    color: #666666;
}
.front-intro p {
    letter-spacing: 1px;
    line-height: 1.8em;
}

footer {
	  min-width: 960px;
    width: 100%;
    background: #eeeeee;
		margin: 60px 0 0 0;
}

.footer-wrap {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    overflow: hidden;
}

.footer-navi {
    width: 500px;
    margin: 0 0 50px 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

ul.footer-navi-left, ul.footer-navi-right {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 250px;
    float: left;
}
ul.footer-navi-left li, ul.footer-navi-right li {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 15px;
}
ul.footer-navi-left li a, ul.footer-navi-right li a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
    border-bottom: 1px solid #eeeeee;
}
ul.footer-navi-left li a:hover, ul.footer-navi-right li a:hover {
    color: #ba8b10;
    border-bottom: 1px solid #ba8b10;
    transition: all 0.3s;
}


.footer-info {
    width: 460px;
    float: right;
    text-align: right;
    overflow: hidden;
}

p.footer-info-sitetitle {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
p.footer-info-sitetitle a {
    text-decoration: none;
    color: #333333;
}

p.footer-info-sitetitle a {
    text-decoration: none;
    color: #333333;
    transition: all 0.3s;
    border-bottom: 1px solid #eeeeee;
}
p.footer-info-sitetitle a:hover {
    color: #ba8b10;
    border-bottom: 1px solid #ba8b10;
    transition: all 0.3s;
}


.footer-info address {
    font-style: normal;
    font-size: 15px;
    margin: 0 0 5px 0;
}
.footer-copyright {
    clear: both;
    text-align: center;
    color: #999999;
    font-size: 14px;
}



/*============================

見出し

============================*/
.page-title {
    text-align: center;
    font-size: 26px;
    color: #d9b453;
    letter-spacing: 3px;
    border-bottom: 1px solid;
    padding: 50px 0 60px 0;
    margin: 0;
}

.page-subhead {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 50px 0 30px 0;
}
.page-item-title {
    font-size: 16px;
    text-align: center;
    color: #333333;
}



/*============================

サブページ共通

============================*/
section.main-content {
    overflow: hidden;
}

.main-content + .main-content {
    margin-top: 150px;
}

.center {
    text-align: center;
}

span.point-attention {
    color: #d9b453;
}
hr.section-separator {
    border: none;
    border-top: 1px dotted #666666;
    margin: 60px 0 60px 0;
    padding: 0;
}


a {}

.page-sub-title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 40px 0;
}


.page-sub-title a {
    color: #d9b453;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 1px solid #ffffff;
}
.page-sub-title a:hover {
    border-bottom: 1px solid #d9b453;
    transition: all 0.3s;
}

.page-sub-title a[target="_blank"]::after {
    background: url(../img/icon_newtab.png) no-repeat left top;
    display: inline-block;
    content: "";
    width: 19px;
    height: 14px;
    margin: 0px 0 0 5px;
}



/*============================

プロフィール

============================*/
dl.profile-data {
    width: 480px;
    display: block;
    float: left;
    margin: 130px 0 0 0;
}

dl.profile-data dt {
    text-align: center;
    color: #666666;
    margin: 0 0 10px 0;
}

dl.profile-data dd {
    text-align: center;
    padding: 0;
    margin: 0;
}

p.profile-name {
    font-size: 26px;
    color: #d9b453;
    margin: 0;
}

p.profile-name-ruby {
    margin: 0;
    color: #999999;
}

p.license {
    display: inline-block;
    background: #dacb6d;
    color: #ffffff;
    padding: 0.2em 1.5em;
}

.profile-other {
    width: 430px;
    margin: 20px 0 0 0;
    float: right;
    background: #f9f9f9;
    padding: 5px 30px 30px 20px;
}
.profile-title {
    font-size: 18px;
}
.profile-title ~ .profile-title {
    margin-top: 2em;
}

.profile-title ~ p {
	margin-left: 1em;
	font-size: 14px;
	line-height: 1.8em;
}

p.profile-signature {
    text-align: right;
    font-size: 14px;
    color: #666666;
    margin-bottom: 50px;
}

ul.affiliation {
    margin: 0 0 0 0;
    font-size: 14px;
}
ul.affiliation li {
    margin: 0 0 0.5em 0;
}

.profile-comment {
    text-align: center;
    margin: 70px 0 40px 0;
}

.profile-comment p {
    letter-spacing: 1px;
    color: #666666;
    font-size: 17px;
}



/*============================

ご予約・料金について

============================*/
table.reservation-tbl {
    width: auto;
    margin: 0 auto;
    border-spacing: 0;
    border: none;
}

table.reservation-tbl tr {}

table.reservation-tbl th,table.reservation-tbl td {
    padding: 1em 3em;
}

table.reservation-tbl th {
    background: #f6f2da;
    text-align: center;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
}

table.reservation-tbl td {
    text-align: center;
    background: #f9f9f9;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
}
.contact-box {
    border: 1px solid #cccccc;
    padding: 1em 2em;
    width: 250px;
    text-align: center;
    margin: 0 auto 40px auto;
}

.contact-box span {
    display: inline-block;
    font-weight: bold;
    color: #d9b453;
    margin: 0 5px 0 0;
}

.contact-box address {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #ba8b10;
}

ul.privacy-list {
    margin: 40px 0 0px 6em;
    list-style: none;
    padding: 0;
}

ul.privacy-list li {
    margin: 0 0 1.5em 0;
}

ul.privacy-list li::before {
		content: "";
		width: 0.5em;
		height: 0.5em;
		display: block;
		background: #d9b453;
		float: left;
		margin: 0.6em 0.5em 0 0;
		border-radius: 1em;
}


/*============================

大切にしていること

============================*/
.page-description {
    margin: 60px 100px 60px 100px;
    line-height: 2em;
}
.philosophy-box-title {
    width: 300px;
    /* background: #aaaaaa; */
    /* height: 300px; */
    float: left;
}

.philosophy-box {
    clear: both;
    overflow: hidden;
}

.philosophy-box-title h2 {
    font-size: 18px;
    color: #333333;
}

.philosophy-box-detail {
    float: right;
    width: 560px;
    margin: 25px 50px 0 0;
    font-size: 15px;
    line-height: 1.8em;
}

.philosophy-box-title h2 {
    margin: 40px 0 0 50px;
    padding: 0 0 10px 0px;
    border-bottom: 5px solid #eae3ba;
    display: inline-block;
}



ul.column-list {
    text-align: center;
    list-style: none;
    margin: 50px auto 70px auto;
    padding: 0;
}

ul.column-list li {
    display: inline-block;
    margin: 0 20px 0 20px;
}

ul.column-list li a {
    display: block;
    text-decoration: none;
    color: #666666;
    border-bottom: 1px solid #d9b453;
    padding: 0 0px 2px 0px;
    font-weight: bold;
    transition: all 0.3s;
}
ul.column-list li a:hover {
    color: #d9b453;
    border-bottom: 1px dotted #d9b453;
    transition: all 0.3s;
}

.column-box {
    overflow: hidden;
    margin: 20px 50px 130px 50px;
    padding: 0;
}

.column-box h2 {
    text-align: center;
    color: #d9b453;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 40px 0;
    padding: 30px 0 0 0;
}

.column-box h2::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #d9b453;
    border-left: 0;
    border-top: 0;
    display: block;
		-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px auto 0 auto;
}

.main-content .column-box:last-child {
    margin-bottom: 0;
}

.column-box p {
    text-indent: 1em;
    line-height: 1.8em;
    font-size: 15px;
    margin-bottom: 1.5em;
}


/*============================

アクセス

============================*/
dl.access-data {
    margin: 60px 0 70px 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

dl.access-data dt {
    color: #d9b453;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0.5em 0;
}

dl.access-data dd {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 15px;
}

.access-detail {
    margin: 0;
    overflow: hidden;
}

.access-map {
    width: 480px;
    float: left;
    margin: 0 60px 0 0;
}

.access-route {
    float: left;
}

.access-route h2 {
    font-size: 16px;
    margin: 0;
    color: #333333;
}

.access-route ol {
    padding: 0;
    margin: 10px 0 50px 15px;
    list-style: none;
    overflow: hidden;
}

.access-route ol li {
		counter-increment: routecount;
		margin: 0 0 1em 0;
		font-size: 15px;
		color: #d9b453;
}
.access-route ol li::before {
	content: "(" counter(routecount) ")";
	display: block;
	float: left;
}
.access-route ol li span {
    display: block;
    margin: 0 0 0 23px;
    color: #666666;
}
.access-route p {
    margin: 10px 0 0 15px;
    font-size: 15px;
}



/*============================

カウンセリングについて

============================*/
.counseling-box {
    clear: both;
    overflow: hidden;
}

.counseling-box-title {
    width: 300px;
    float: left;
}

.counseling-box-title h2 {
    margin: 40px 0 0 50px;
    padding: 0 0 10px 0px;
    border-bottom: 5px solid #eae3ba;
    display: inline-block;
    font-size: 18px;
    color: #333333;
}

.counseling-box-detail {
    float: right;
    width: 560px;
    margin: 15px 50px 0 0;
    font-size: 15px;
    line-height: 1.8em;
}
ul.counseling-list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    overflow: hidden;
}

ul.counseling-list li {
	margin: 0 0 0.5em 0;
}

ul.counseling-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #d9b453;
    float: left;
    margin: 0.6em 0.4em 0 0;
}
.page-sub-title-en {
    text-align: center;
    color: #d9b453;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 40px;
    font-family: "Palatino Linotype", "Times New Roman";
    font-style: italic;
}

.page-sub-title-en::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #d9b453;
    border-left: 0;
    border-top: 0;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px auto 0 auto;
}

h2.page-sub-title-jp {
    text-align: center;
    color: #d9b453;
    font-size: 24px;
    line-height: 1.6em;
    margin: 0 0 40px 0;
    padding: 40px 0 0 0;
}

h2.page-sub-title-jp::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #d9b453;
    border-left: 0;
    border-top: 0;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 10px auto 0 auto;
}

.counseling-content {
    overflow: hidden;
    margin: 50px 50px 0px 50px;
}

.counseling-content p {
    text-indent: 1em;
    line-height: 1.8em;
    font-size: 15px;
    margin-bottom: 1.5em;
		text-align: justify;
		-webkit-text-align: justify;
		-moz-text-align: justify;
}

ul.counseling-list-point {
    margin: 40px 1em 40px 1em;
    list-style: none;
    padding: 40px 2em 30px 2em;
    border: 1px dotted #dacb6d;
    border-left: 0;
    border-right: 0;
		font-size: 15px;
}

ul.counseling-list-point li {
    margin: 0 0 1em 0;
    padding: 0 0 0 0;
		line-height: 1.8em;
}

ul.counseling-list-point li::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    display: block;
    background: #d9b453;
    float: left;
    margin: 0.6em 0.5em 0 0;
    border-radius: 1em;
}

ul.counseling-list-point li span {
    margin: 0 0 0 1em;
    display: block;
}

p.important-word {
    text-align: center;
    text-indent: 0;
    font-size: 17px;
}


ul.link-list {
    margin: 70px 0 0 360px;
    padding: 0;
    list-style: none;
}

ul.link-list li {
    margin: 0 0 1em 0;
    padding: 0;
}
ul.link-list li::before {
    content: "";
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background: #dacb6d;
    border-radius: 10px;
    margin: 10px 10px 0 0;
}
ul.link-list li a {
    text-decoration: none;
    color: #666666;
    transition: all 0.3s;
    border-bottom: 1px solid #ffffff;
}
ul.link-list li a:hover {
    border-bottom: 1px solid #d9b453;
    transition: all 0.3s;
    color: #d9b453;
}

a.btn-jump {
    text-align: center;
    display: block;
    background: #f6f2da;
    padding: 1em;
    color: #bb7a00;
    text-decoration: none;
    margin: 2em 0 0 0;
    position: relative;
		transition: all 0.3s;
}

a.btn-jump::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #dacb6d;
    border-bottom: 0;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
		transition: all 0.3s;
}

a.btn-jump::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #dacb6d;
    border-left: 0;
    border-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
		transition: all 0.3s;
}

a.btn-jump:hover {
    background: #d9b453;
    color: #ffffff;
		transition: all 0.3s;
}

a.btn-jump:hover::before {
    border: 1px solid #bb7a00;
    border-bottom: 0;
    border-right: 0;
		transition: all 0.3s;
}
a.btn-jump:hover::after {
    border: 1px solid #bb7a00;
    border-left: 0;
    border-top: 0;
		transition: all 0.3s;
}


/*============================

講演・セミナー

============================*/
.seminar-box {
      margin-top: 50px;
}

.seminar-box .counseling-box-title {
    width: 180px;
    /* background: #aaaaaa; */
}

.seminar-box .counseling-box-detail {
    /* background: #ff0000; */
    width: 700px;
}

h2.page-title-sub {
    font-size: 1.1em;
    margin: 0 0 1em 3em;
    color: #333333;
}

.seminar-history-wrap {
    margin: 0 2.5em;
    font-size: 15px;
}

ul.seminar-history-list {
    color: #444444;
    margin: 0 0 2em 0;
    background: #fdfcf5;
    padding: 2.5em 1em 2.5em 3em;
    border: 1px solid #d9b353;
}

ul.seminar-history-list li {}

ul.seminar-history-list li + li {
    margin-top: 1em;
}

.seminar-history-wrap p {
    margin: 0 1em 0 1em;
}



.mrgn-t-50 {
	margin-top: 50px;
}


/*============================

clearfix

============================*/
.clear-fix {
    clear: both;
}

.no-border {
    border: none;
}

/*============================
#page-top
ページの先頭へ戻る
============================*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 100;
	display: none;
}
#page-top a {
    display: block;
    background: #d9b453;
    height: 50px;
    width: 50px;
    /* border-radius: 50%; */
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    text-decoration: none;
    color: #ffffff;
    /* border: 3px solid #ffffff; */
    transition: all 0.3s, all 0.3s;
}
#page-top a:hover {
	background: #ba8b10;
}