@charset "utf-8";

@font-face {
  font-family: 'design_plus';
  src: url('fonts/design_plus.eot?v=1.2');
  src: url('fonts/design_plus.eot?v=1.2#iefix') format('embedded-opentype'),
       url('fonts/design_plus.woff?v=1.2') format('woff'),
       url('fonts/design_plus.ttf?v=1.2') format('truetype'),
       url('fonts/design_plus.svg?v=1.2#design_plus') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
audio, canvas, video { display:inline-block; max-width:100%; }
html { overflow-y:scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance:none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance:checkbox; }
input[type="radio"]{ -webkit-appearance:radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
img { -ms-interpolation-mode:bicubic; }

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; font-size:0.1em; line-height:0; visibility:hidden; overflow:hidden; }
.clearfix { display:inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height:1% }
.clearfix { display:block;}
/* end MacIE5 */


/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
body { font-family:Arial,sans-serif; color:#666; line-height:1; width:100%; min-width:1280px; background:#fff; }
a { color:#666; text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color, border-color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color, border-color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -ms-transition-property:background-color, color, border-color; -ms-transition-duration:0.2s; -ms-transition-timing-function:ease;
  -o-transition-property:background-color, color, border-color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color, border-color; transition-duration:0.2s; transition-timing-function:ease;
}
a:hover { color:#c2aa99; text-decoration:underline; }
.clear { clear:both; }
.hide { display:none; }

/* レイアウト */
#main_contents { width:100%; position:relative; }
#main_col {
  width:1150px; margin:10px auto 100px; padding:0;
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
#left_col { width:800px; float:left; }
#side_col { width:300px; float:right; margin-bottom:50px; }

/* キャプションホバースライド */
.caption_hover_slide {
  -webkit-transition:margin 0.35s ease;
  -moz-transition:margin 0.35s ease;
  -ms-transition:margin 0.35s ease;
  -o-transition:margin 0.35s ease;
  transition:margin 0.35s ease;
}
.image:hover .caption_hover_slide { margin-left:1em; margin-right:-1em; }

/* 共通ヘッドライン（背景あり） */
.headline_bg_l { margin:0; padding:15px 22px; font-size:26px; font-weight:400; color:#fff; background:#e3d0c3; }
.headline_bg_l span { display:inline-block; margin-left:15px; font-size:15px; font-weight:300; position:relative; top:-3px; }
.headline_bg_l a { float:right; font-size:14px; color:#fff; margin:6px -8px 0 0; padding:0 24px 0 0; position:relative; text-transform:none; text-decoration:none; }
.headline_bg_l a:after { content:'\e910'; font-family:'design_plus'; font-size:16px; text-align:right; margin:-0.5em 0 0 0; position:absolute; top:50%; right:0;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
	-webkit-transition: none; transition: none;
}
.headline_bg { margin:0; padding:20px 22px; font-size:16px; font-weight:400; color:#fff; background:#e3d0c3; }
.headline_bg a { float:right; font-size:14px; color:#fff; margin:1px -8px 0 0; padding:0 24px 0 0; position:relative; text-decoration:none; }
.headline_bg a:after { content:'\e910'; font-family:'design_plus'; font-size:16px; text-align:right; margin:-0.5em 0 0 0; position:absolute; top:50%; right:0;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}


/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header { width:100%; border-top:7px solid rgba(226,190,166,.8); }
.header_inner { width:100%; max-width:1150px; min-height:120px; margin:0 auto; position:relative; }

/* ロゴ */
#header_logo { position:absolute; top:50%;
  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);
}
#header_logo .logo { display:inline-block; font-size:24px; margin:0 auto; font-weight:700; }
#header_logo .logo a { color:#666; text-decoration:none; }
#header_logo img { display:block; max-height:80px; }

/* グローバルメニュー */
a.menu_button { display:none; }
#global_menu { float:right; z-index:20; position:relative; color:#666; margin:0 -28px 0 0; }
#global_menu a { color:#666; }
#global_menu > ul { font-size:0; position:relative; text-align:right; margin:0 auto; }
#global_menu > ul > li { font-size:1%; position:relative; display:inline-block; }
#global_menu > ul > li > a {
  font-size:14px; text-decoration:none; height:120px; line-height:120px; display:block; padding:0 28px;
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
#global_menu > ul > li > a:hover { color:#c2aa99; }
#global_menu ul ul { display:none; }

@media only screen and (min-width:992px) {
  body { overflow-x:hidden; }
  #global_menu .child_menu_button { display:none; }
  #global_menu ul ul { display:block; visibility:hidden; width:220px; position:absolute; top:120px; left:30px; margin:0; padding:0; opacity:0; z-index:2;
    -webkit-transition-property:opacity,left; -webkit-transition-duration:.3s; -webkit-transition-timing-function:ease;
    -moz-transition-property:opacity,left; -moz-transition-duration:.3s; -moz-transition-timing-function:ease;
    -ms-transition-property:opacity,left; -ms-transition-duration:.3s; -ms-transition-timing-function:ease;
    -o-transition-property:opacity,left; -o-transition-duration:.3s; -o-transition-timing-function:ease;
    transition-property:opacity,left; transition-duration:.3s; transition-timing-function:ease;
  }
  #global_menu ul ul ul { left:250px; top:0; bottom:auto; margin:0; border:none; }
  #global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
  #global_menu ul ul a { display:block; font-size:14px; color:#fff; background:#e3d0c3; border:none; position:relative; padding:12px 28px 11px 28px; height:auto; line-height:1.6; margin:0; text-align:left; }
  #global_menu ul ul a:hover { background:#c2aa99; text-decoration:none; border:none; }
  #global_menu ul ul li.menu-item-has-children > a:before { margin:0; display:block; right:10px; position:absolute; content:"\e910"; font-family: "design_plus";
}
  #global_menu > ul > li:hover > ul { visibility:visible; left:0; opacity:1; z-index:3; /* box-shadow:0px 1px 2px 0px rgba(255,255,255,.5); */ }
  #global_menu > ul > li li:hover > ul { visibility:visible; opacity:1; top:0; left:100%; z-index:3; }
}

/* ヘッダー固定 */
  #logo_image_fixed, #logo_text_fixed { display:none; }
@media only screen and (min-width:992px) {
  .fix_top.header_fix #header {
    position:fixed; width:100%; min-width:1280px; top:0px; left:0px; z-index:200; background:rgba(226,190,166,.8); border-top:none;
    -webkit-transform:translateY(0%); -moz-transform:translateY(0%); -ms-transform:translateY(0%); -o-transform:translateY(0%); transform:translateY(0%);
    -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
    animation:slideDown 0.5s ease; -ms-animation:slideDown 0.5s ease; -webkit-animation:slideDown 0.5s ease; -moz-animation:slideDown 0.5s ease;
  }
  .fix_top.header_fix .header_inner { min-height:70px; }

  /* ロゴ */
  .fix_top.header_fix #header_logo #logo_image_fixed, .fix_top.header_fix #header_logo #logo_text_fixed { display:block; }
  .fix_top.header_fix #header_logo #logo_image, .fix_top.header_fix #header_logo #logo_text { display:none; }
  .fix_top.header_fix #header_logo .logo a { color:#fff; text-decoration:none; }
  .fix_top.header_fix #header_logo img { max-height:60px; }

  /* グローバルメニュー */
  .fix_top.header_fix #global_menu a { color:#fff; }
  .fix_top.header_fix #global_menu > ul > li > a { height:70px; line-height:70px; }
  .fix_top.header_fix #global_menu > ul > li:hover > ul { top:70px; }
}

@-webkit-keyframes slideDown {
  0% { -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -ms-transform:translateY(-100%); -o-transform:translateY(-100%); transform:translateY(-100%); }
  100% { -webkit-transform:translateY(0%); -moz-transform:translateY(0%); -ms-transform:translateY(0%); -o-transform:translateY(0%); transform:translateY(0%); }
}
@keyframes slideDown {
  0% { -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -ms-transform:translateY(-100%); -o-transform:translateY(-100%); transform:translateY(-100%); }
  100% { -webkit-transform:translateY(0%); -moz-transform:translateY(0%); -ms-transform:translateY(0%); -o-transform:translateY(0%); transform:translateY(0%); }
}

.header_fix { padding-top:130px; }
.header_fix #header {
  -webkit-transition:opacity 0.2s ease;
  -moz-transition:opacity 0.2s ease;
  -ms-transition:opacity 0.2s ease;
  -o-transition:opacity 0.2s ease;
  transition:opacity 0.2s ease;
}
.header_fix #header:hover { opacity:1; }

/* アドミンバー */
.admin-bar { padding-top:32px; }
@media only screen and (min-width:992px) {
  .fix_top.header_fix.admin-bar { padding-top:152px; }
  .fix_top.header_fix.admin-bar #header { top:32px; }
}
@media only screen and (max-width:991px) {
  .mobile_fix_top.header_fix.admin-bar { padding-top:92px; }
  .mobile_fix_top.header_fix.admin-bar #header { top:32px; }
}
@media only screen and (max-width:782px) {
  .admin-bar { padding-top:46px; }
  .mobile_fix_top.header_fix.admin-bar { padding-top:106px; }
  .mobile_fix_top.header_fix.admin-bar #header { top:46px; }
}
@media only screen and (max-width:600px) {
  .mobile_fix_top.header_fix.admin-bar { margin-top:46px; padding-top:60px; }
  .mobile_fix_top.header_fix.admin-bar #header { top:0; }
}

/* パンくずリンク */
#bread_crumb { margin:0 0 10px; height:60px; line-height:60px; overflow:hidden; }
#bread_crumb ul { width:100%; max-width:1150px; margin:0 auto; }
#bread_crumb li a { color:#c2aa99; }
#bread_crumb li { font-size:14px; display:inline; vertical-align:middle; padding:0; margin:0; position:relative; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; color:#666; font-size:10px; display:inline; padding:0 0.5em 0 1em; position:relative; bottom:1px;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#bread_crumb li:last-child:after { content:''; margin:0; }
#bread_crumb li.home a span { display:none; }
#bread_crumb li.home a:before { content:'\e90c'; font-family:'design_plus'; color:#999;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#bread_crumb li.home a:hover { text-decoration:none; }
#bread_crumb li.home a:hover:before { color:#c2aa99; }


/* ----------------------------------------------------------------------
 トップページ
---------------------------------------------------------------------- */
.home #main_col { margin-top:0; margin-bottom:70px; }

/* スライダー */
#header_slider { width:100%; max-width:1150px; position:relative; margin:0 auto; }
#header_slider .item { width:100%; }
#header_slider .item:nth-of-type(n+2) { display:none; }
#header_slider.slick-initialized .item:nth-of-type(n+1) { display:block; }
#header_slider .item img { width:100%; height:auto; display:block; }
#header_slider .item .overlay span:before { content:''; display:block; width:100%; height:100%; z-index:2; position:absolute; left:0px; top:0px; }
#header_slider .slick-arrow {
  border:none; height:50px; width:50px; overflow:hidden; text-align:center; font-family:'design_plus'; color:#666; font-size:16px; line-height:50px; margin-top:-25px; position:absolute; top:50%; z-index:2; cursor:pointer; background:rgba(255,255,255,0.9); opacity:0.4;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
  -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .slick-prev { left:0; }
#header_slider .slick-next { right:0; text-align:right; padding-right:15px; }
#header_slider .slick-arrow:hover { opacity:1; }
#header_slider .slick-dots { text-align:center; position:absolute; bottom:16px; left:0; right:0; }
#header_slider .slick-dots li { display:inline-block; margin:0 3px; }
#header_slider .slick-dots li button { display:inline-block; padding:0; width:12px; height:12px; overflow:hidden; text-indent:-400px; background:#fff; border:none; border-radius:100%; opacity:0.6; }
#header_slider .slick-dots li button:hover { background:#c2aa99; opacity:0.7; }
#header_slider .slick-dots li.slick-active button { background:#c2aa99; opacity:1; }
.show_index_topics #header_slider .slick-dots { bottom:76px; }


/* スライダーキャプション */
#header_slider .catchphrase { margin-bottom: 8px; }
#header_slider .caption {
  position:absolute; text-align:center; width:100%; margin:auto; top:50%; left:0; right:0; z-index:3;
  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_slider .caption p { line-height:1.5; }
#header_slider .caption .button {
  display:inline-block; margin:15px 0 0 0; padding:0 25px; min-width:170px; height:45px; line-height:45px; font-size:14px; text-decoration:none; border:1px solid transparent;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition-property:background-color, color, border-color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  -moz-transition-property:background-color, color, border-color; -moz-transition-duration:0.2s; -moz-transition-timing-function:ease;
  -ms-transition-property:background-color, color, border-color; -ms-transition-duration:0.2s; -ms-transition-timing-function:ease;
  -o-transition-property:background-color, color, border-color; -o-transition-duration:0.2s; -o-transition-timing-function:ease;
  transition-property:background-color, color, border-color; transition-duration:0.2s; transition-timing-function:ease;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}

/* スライダーキャプションのアニメーション */
#header_slider .caption > :nth-child(-n+3) {
  opacity:0;
}
#header_slider .item.slick-active .caption > :nth-child(1) {
  -webkit-animation:opacityAnimation 1.0s ease forwards 1.0s; animation:opacityAnimation 1.0s ease forwards 1.0s;
}
#header_slider .item.slick-active .caption > :nth-child(2) {
  -webkit-animation:opacityAnimation 1.0s ease forwards 2.0s; animation:opacityAnimation 1.0s ease forwards 2.0s;
}
#header_slider .item.slick-active .caption > :nth-child(3) {
  -webkit-animation:opacityAnimation 1.0s ease forwards 3.0s; animation:opacityAnimation 1.0s ease forwards 3.0s;
}
#header_slider .first_active .caption > :nth-child(1) {
  -webkit-animation:opacityAnimation 1.0s ease forwards 2.0s !important; animation:opacityAnimation 1.0s ease forwards 2.0s !important;
}
#header_slider .first_active .caption > :nth-child(2) {
  -webkit-animation:opacityAnimation 1.0s ease forwards 3.0s !important; animation:opacityAnimation 1.0s ease forwards 3.0s !important;
}
#header_slider .first_active .caption > :nth-child(3) {
  -webkit-animation:opacityAnimation 1.0s ease forwards 4.0s !important; animation:opacityAnimation 1.0s ease forwards 4.0s !important;
}
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; -webkit-transform:translateY(30px); transform:translateY(30px); }
  100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); }
}
@keyframes opacityAnimation {
  0% { opacity:0; -webkit-transform:translateY(30px); transform:translateY(30px); }
  100% { opacity:1; -webkit-transform:translateY(0); transform:translateY(0); }}

/* video, youtube */
.slider_video_wrapper { width:100%; position:relative; }
.slider_video_wrapper:before { content:''; display:block; padding-top:56.25%; /* aspect 16:9 */ }
.slider_video_wrapper .slider_video_container { width:100%; height:100%; position:absolute; top:0; left:0; }

/* Topics */
#index_topics { margin:-60px 0 20px 0; height:60px; overflow:hidden; background:rgba(226,190,166,.8); position:relative; z-index:3; }
#index_topics .headline { float:left; margin:0; padding:0 22px; height:60px; line-height:60px; font-size:26px; font-weight:400; color:#fff; position:relative; }
#index_topics .headline:after { content:""; display:block; margin-top:-10px; width:0; height:20px; border-right:1px solid #fff; position:absolute; top:50%; right:0; }
#index_topics .newsticker { margin:0; height:60px; overflow:hidden; position:relative; }
#index_topics ol { margin:0; padding:0; width:100%; position:absolute; top:0; }
#index_topics ol li { margin:0 22px; height:60px; line-height:60px; font-size:14px; color:#fff; overflow:hidden; }
#index_topics ol li a { display:block; color:#fff; text-decoration:none !important; }
#index_topics ol .entry-date { display:inline-block; margin-right:18px; text-decoration:none !important; }

/* コンテンツ1 */
#index_content1 { margin:20px 0 60px 0; }
#index_content1.columns-2, #index_content1.columns-3 { display:-webkit-flex; display:flex; -webkit-justify-content:space-between; justify-content:space-between; }
#index_content1.columns-2 .box { width:49.13%; }
#index_content1.columns-3 .box { width:32.17%; }
#index_content1 .box { overflow:hidden; position:relative; }
#index_content1 a { display:block; text-decoration:none; }
#index_content1 .image img { display:block; width:100%; height:auto; }
#index_content1 .caption { font-size:14px; line-height:2.2; color:#666; overflow:hidden;
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
#index_content1 .image .caption { width:63%; height:72%; padding:12px 10px 12px 20px; overflow:hidden; background:rgba(255,255,255,0.8); position:absolute; top:14%; left:8%; }
#index_content1 .noimage .caption { width:100%; height:72%; padding:15px 20px; overflow:hidden; position:absolute; top:14%; left:0; }

#index_content1 .caption .headline { margin:0 0 8px 0; font-size:26px; font-weight:400; line-height:1.2; color:#c2aa99; }
#index_content1 .caption p { margin:0 0 2.2em 0; }
#index_content1 .caption p:last-child { margin-bottom:0; }

/* コンテンツ2 */
#index_content2 { margin:50px 0 55px 0; text-align:center; }
#index_content2 .headline { margin:0 0 16px 0; font-size:38px; font-weight:400; line-height:1.4; color:#c2aa99; }
#index_content2 .desc { line-height:2.2; }
#index_content2 .desc p { margin:0 0 2.2em 0; }

/* コース */
#index_course { margin:50px 0; }
#index_course ol { margin:0; padding:0; font-size:0; }
#index_course li { margin:0 0 5px 5px; padding:0; width:calc(33.333% - 5px); display:inline-block; vertical-align:top; position:relative; }
#index_course li:nth-child(3n+1) { margin-left:0; }
#index_course li .image { display:block; width:100%; color:#c2aa99; text-decoration:none; }
#index_course li img { display:block; width:100%; height:auto; }
#index_course li .caption { width:100%; padding: 13.5px 20px; font-size:22px; font-weight:400; line-height:1.5; position:absolute; bottom:0; left:0; z-index:2; background:rgba(255,255,255,0.8);
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
#index_course li .caption span { display:block; width:100%; }

/* リスト先頭のボーダーを非表示 */
table.pb_pricemenu tr:first-child td { border-top:0; }

/* お知らせ/キャンペーン */
#index_news { margin:50px 0; }
#index_news.columns-2 { display:-webkit-flex; display:flex; -webkit-justify-content:space-between; justify-content:space-between; }
#index_news.columns-2 .index_news { width:47.82%; }
#index_news ol { margin:0 0 30px 0; }
#index_news li { line-height:2; border:1px solid #ddd; border-top:none; position:relative; }
#index_news .title { display:inline; margin:0; font-weight:300; }
#index_news .title a { display:block; padding:15px 26px 15px 126px; text-decoration:none; position:relative; }
#index_news .no_date .title a { padding-left:26px; }
#index_news .date { display:inline; color:#c2aa99; font-weight:500; position:absolute; top:50%; left:26px;
  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%);
}

/* お客様の声 */
#index_voice { margin:50px 0; }
#index_voice ol { margin:0; padding:0; font-size:0; border-left:1px solid #ddd; }
#index_voice li { display:inline-block; margin:0; padding:0; width:50%; font-size:14px; line-height:2; }
#index_voice li a { display:block; padding:30px 26px; text-decoration:none; border-bottom:1px solid #ddd; border-right:1px solid #ddd; }
#index_voice li .image { width:100px; height:100px; overflow:hidden; float:left; }
#index_voice li .image img { display:block; width:100%; height:auto; }
#index_voice li .info { height:100px; overflow:hidden; }
#index_voice li.has_post_thumbnail .info { margin-left:128px; }
#index_voice li .info .voice_name { margin:-4px 0 0 0; color:#c2aa99; font-weight:300; }

/* ブログ */
#index_blog { margin:80px 0; padding-top:60px; background:rgba(227,208,196,.15); }
#index_blog .headline { margin:0 3.652%; font-size:30px; font-weight:400; line-height:1.4; color:#c2aa99; }
a.index_blog_button { float:right; padding:15px 22px; min-width:120px; line-height:1; font-size:14px; text-align:center; text-decoration:none; color:#fff; }
a.index_blog_button span { position:relative; }
a.index_blog_button span:after { content:'\e910'; font-family:'design_plus'; color:#fff; font-size:16px; margin:-0.45em 0 0 0; position:absolute; top:50%; right:-24px;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
a.index_blog_button:hover { color:#fff; background:#c2aa99; }

#index_blog_list { margin:0; padding:17px 0 43px 0; position:relative; font-size:0; }
#index_blog_list > li { width:28.696%; margin:17px 0 17px 3.3%; display:inline-block; vertical-align:top; }
#index_blog_list > li:nth-child(3n+1) { margin-left:3.652%; }
#index_blog_list li a { display:block; text-decoration:none; }
#index_blog_list li .image { display:block; width:100%; height:0; overflow:hidden; padding-top:63.63%; position:relative; }
#index_blog_list li .image img { width:100%; height:auto; min-height:100%; position:absolute; top:0; left:0; }
#index_blog_list li .info { display:block; padding:20px 24px; background:#fff; border:1px solid #eee; }
#index_blog_list li .title { font-size:14px; line-height:1.7; font-weight:400; height:3.4em; overflow:hidden; }
#index_blog_list li .meta { margin-top:8px; }
#index_blog_list li .meta li { display:inline-block; margin:0 14px 0 0; padding:0; font-size:12px; line-height:28px; }
#index_blog_list li .meta .category span { display:inline-block; min-width:75px; min-height:28px; padding:0 10px; text-align:center; text-decoration:none; }
#index_blog_list li .meta .date { font-size:14px; }

/* 営業日 */
#index_business_day { margin:80px 0; }

.makeupmovie {
	color: #C2AA99;
}

.selectitem {
	text-align: center;
    margin: 2em 0;
}

.box {
	margin: 2em;
}

.box-img {
  float: left;
  width: 30%;
}
.box-text {
	display: inline-block;
	vertical-align: text-top;
}
.box-img img {
	width: 50%;
}
.profilemore {
	float: right;
}

.box2 {
	display: flex;
	margin: 2em;
}

.box-img2 {
  
}

.box-img2 img {
	width: 50%;
}

.box-text2 {
	
}

.box-text2 h3 {
	padding: 1em;
}

.box-text2 p {
	padding: 1em;
}

.navi_img1 {
	width: 40px;
    vertical-align: middle;
}

.navi_img2 {
	width: 20px;
    vertical-align: middle;
}

/* ----------------------------------------------------------------------
 固定ページ
---------------------------------------------------------------------- */
/* ヘッダー画像 */
#header_image { width:100%; max-width:1150px; margin:0 auto 10px; position:relative; overflow:hidden; }
#header_image img { width:100%; height:auto; display:block; }
#header_image .caption { margin:0; width:100%; padding:0 30px; line-height:1.5; text-align:center; color:#fff; position:absolute; top:50%; left:50%;
  -webkit-transform:translate(-50%, -50%); -mox-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); transform:translateY(-50%, -50%);
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#header_image .caption p + p {
	margin-top: 0.5em;
}

/* コンテントヘッダー */
.content_header { margin:0 0 40px 0; }
.content_header img { display:block; width:100%; height:auto; }


/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */
.no_post { margin:50px 0; }

#archive_headline { margin:0; }

#archive_wrapper { margin-bottom:150px; padding-bottom:29px; background:rgba(227,208,196,.15); }
#post_list { margin:0; padding:29px 0 26px; position:relative; font-size:0; }
#post_list > li { width:41.25%; margin:19px 0 19px 5.833%; display:inline-block; vertical-align:top; }
#post_list li a { display:block; text-decoration:none; }
#post_list li .image { display:block; width:100%; height:0; overflow:hidden; padding-top:63.63%; position:relative; }
#post_list li .image img { width:100%; height:auto; min-height:100%; position:absolute; top:0; left:0; }
#post_list li .info { display:block; padding:18px 24px; background:#fff; border:1px solid #eee; }
#post_list li .title { font-size:14px; line-height:1.7; font-weight:400; height:3.4em; overflow:hidden; }
#post_list li .meta { margin-top:8px; }
#post_list li .meta li { display:inline-block; margin:0 14px 0 0; padding:0; font-size:12px; line-height:28px; }
#post_list li .meta .category span { display:inline-block; min-width:75px; min-height:28px; padding:0 15px; text-align:center; text-decoration:none; }
#post_list li .meta .date { font-size:14px; }

/* 共通カテゴリー・日付 */
ul.meta .category a, ul.meta .category span { color:#fff; background:#e3d0c3; }
ul.meta .date { color:#c2aa99; }

/* ページング */
.page_navi { margin:0 0 50px 0; }
#archive_wrapper .page_navi { margin:0 5.833%; padding-bottom:16px; }
.page_navi ul { margin:0; font-size:0; border-left:1px solid #eee; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; }
.page_navi li { display:inline-block; font-size:12px; margin:0; padding:0; width:38px; height:38px; }
.page_navi a, .page_navi span { display:block; margin:0; min-width:24px; font-size:12px; line-height:1; text-align:center; color:#666; background:#fff; border:1px solid #eee; border-left:none; height:100%; display:flex; align-items: center; justify-content:center; }
.page_navi a::before { transition:none; }
.page_navi a:hover { background:#e3d0c3; border-color:#e3d0c3; color:#fff; text-decoration:none; }
.page_navi span.dots {}
.page_navi span.current { background:#e3d0c3; border-color:#e3d0c3; color:#fff; }
.page_navi p.back { margin:0; }
.page_navi p.back a { background:#aaa; color:#fff; text-decoration:none; display:inline-block; width:200px; height:50px; line-height:50px; text-align:center; font-size:14px; position:relative; padding:0; border:none; }
.page_navi p.back a:hover { background:#e3d0c3; color:#fff; }
.page_navi .prev::before { font-family: "design_plus"; content:"\e90f"; font-size:11px; display:block; }
.page_navi .next::before { font-family: "design_plus"; content:"\e910"; font-size:11px; display:block; }


/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer_top { background:#e3d0c3; color:#fff; }
#footer_top .footer_inner { width:100%; max-width:1150px; margin:0 auto; padding:30px 0 10px; text-align:center; position:relative; }
#footer_top a { color:#fff; }

/* logo */
#footer_logo { margin:0 0 15px; }
#footer_logo .logo { display:inline-block; font-size:24px; margin:0; }

/* 住所 */
#footer_address { margin:20px 0; text-align:center; font-size:14px; line-height:1.8; }
#footer_address span { display:inline-block; }

/* SNSボタン */
#footer_social_link { position:absolute; left:0; /*bottom:-43px;*/ bottom:-38px; }
#footer_social_link li { display:inline-block; margin:0 1.5px; position:relative; z-index:1; }
#footer_social_link li a {
  display:block; text-indent:-200px; overflow:hidden; width:24px; height:24px; position:relative;
  -webkit-transition-property:none; -moz-transition-property:none; -o-transition-property:none; transition-property:none;
}
#footer_social_link li:before {
  font-family:'design_plus'; color:#fff; font-size:17px; display:block; position:absolute; top:5px; left:4px;
  width:17px; height:17px; line-height:17px;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#footer_social_link li:hover:before { color:#fff; }
#footer_social_link li.twitter:before { content:'\e904'; }
#footer_social_link li.facebook:before { content:'\e902'; }
#footer_social_link li.insta:before { content:'\ea92'; margin-top:1px; }
#footer_social_link li.rss:before { content:'\e90b'; }

/* コピーライトエリア */
#footer_bottom { background:#c2aa99; width:100%; }
#footer_bottom .footer_inner { width:100%; max-width:1150px; margin:0 auto; position:relative; }

/* コピーライト */
#copyright { padding:16px 10px; font-size:12px; line-height:1.5; color:#fff; text-align:center; }
#copyright a { color:#fff; }

/* ページ上部へ戻るボタン */
#return_top { display:none; position:fixed; bottom:0; right:0; z-index:990; }
#return_top a { display:block; width:50px; height:50px; text-decoration:none; background:rgba(0,0,0,.3); }
#return_top a:before {
  font-family:'design_plus'; color:#fff; font-size:16px; display:block; position:absolute; top:50%; left:50%; margin:-0.4em 0 0 -0.5em;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
#return_top a:before { content:'\f077'; font-family: "Font Awesome 5 Free"; font-weight: 900; }
#return_top a span { display:none; }

/* フッターウィジェット */
#footer_widget { width:100%; background:rgba(227,208,196,.1); }
#footer_widget .footer_inner { width:100%; max-width:1050px; margin:0 auto; padding:60px 0 8px; font-size:0; text-align:center; }
.footer_widget { display:inline-block; vertical-align:top; font-size:12px; line-height:1.6; text-align:left; width:300px; overflow:hidden; margin:0 30px 38.4px 0; padding:0; position:relative; }
.footer_widget.widget_nav_menu { width:200px; margin-right:10px; }
.footer_headline { margin:0 0 18px 0; font-size:14px; color:#c2aa99; line-height:1; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 10px 10px; }
.footer_widget li { line-height:1.6; padding:0; margin:0 0 10px 0; }
.footer_widget a { text-decoration:none; }
.footer_widget a:hover { color:#c2aa99; text-decoration:none; }
.footer_widget img { height:auto; max-width:100%; }

.footer_widget .collapse_category_list ul, .footer_widget .collapse_category_list li { margin:0; padding:0; }
.footer_widget .collapse_category_list { border-top:1px solid #ddd; }
.footer_widget .styled_post_list1 li { margin:0; padding:10px; }
.footer_widget .styled_post_list1_tabs li { margin:0; padding:0; }
