@charset"utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*-- RESET
--------------------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  white-space: normal;
  word-break: normal;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 1218px;
  color: #333;
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  line-height: 2.1;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

span {
  display: inline;
}

strong {
  font-size: inherit;
}

label {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  color: #333;
  vertical-align: baseline;
  background: transparent;
  text-decoration: underline;
}

a:hover {
  color: #f79646;
  text-decoration: none;
}

a.nolink {
  pointer-events: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

pre {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 9.5px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
}

input, select {
  vertical-align: middle;
}

button {
  display: inline-block;
  background: none;
  border: 0;
}

img, a img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-image-width: 0;
  background: transparent;
}

object, embed {
  vertical-align: top;
}

a:hover img {
  opacity: 0.6;
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}


/*-- UTILITY
--------------------------------------------------------------------------------------------*/

.alert {
  float: right;
  display: block;
  color: #FF0000;
  font-size: 10px;
}

.a_right {
  text-align: right;
}

.a_left {
  text-align: left;
}

.center {
  text-align: center;
}


/*float*/

.alignleft, .fleft {
  float: left;
}

.alignright, .fright {
  float: right;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}


/* WinIE7 MacIE5 */

.clearfix {
  display: inline-table;
  zoom: 100%;
}


/* WinIE5-6 */


/* Hides from IE-mac \*/

* html html .clearfix {
  height: 1px;
}

li {
  display: block;
}

.row {
  margin: 0 auto;
}

.PC {
  display: block;
}

td.PC {
  display: table-cell;
}

img.PC {
  display: inline;
}

.SP {
  display: none;
}

.bold {
  font-weight: bold;
}

.f16 {
  font-size: 16px;
}

.c_blue {
  color: #218821;
}

.underline {
  margin: 0 auto;
  padding: 0 0 1px;
  border-bottom: 1px solid #A9D9DF;
}

.inner {
  padding: 0 15px;
}

article.hentry {
  margin-bottom: 60px;
}


/*--[ h ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.h1_ttl, .h2_ttl {
  margin-bottom: 20px;
  padding: 0 0 40px 60px;
  position: relative;
}

.h1_ttl_jp, .h2_ttl_jp {
  font-size: 36px;
  font-weight: normal;
  position: relative;
}

.h1_ttl:before, .h2_ttl:before {
  content:"";
  width: 53px;
  height: 100%;
  overflow: hidden;
  background: url('../images/common/icon_ttl_before.png') no-repeat 0 0;
  background-size: contain;
  position:absolute;
  left:0;
  top:0;
}
/*
.h1_ttl_jp:after, .h2_ttl_jp:after {
  content:"";
  width:30px;
  height:30px;
  background: url('../images/common/icon_ttl_before.png') no-repeat 100% 100%;
  background-size: cover;
  position:absolute;
  right:0;
  bottom:0;
}
*/

.h1_ttl_en, .h2_ttl_en {
  display: block;
  padding-left: 24px;
  font-weight: normal;
  width: 50%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.h1_ttl_en:after, .h2_ttl_en:after {
  content: "";
  float: right;
  width: 50%;
  height: 24px;
  max-width: 247px;
  background: url(../images/common/icon_curve_blue.png) no-repeat 0 50%;
  background-size: contain;
}

.h2_ttl_underline {
  margin-bottom: 20px;
  padding-bottom: 40px;
  color: #6e7186;
  font-size: 20px;
  background: url(../images/common/line.png) no-repeat 0 100%;
  background-size: contain;
}


/*--[ breadcrumbs]
---------------------------------------------------------------------------------------------------------------------------------------*/

.breadcrumbsBox {
  display: block;
  padding: 0 0 8px 400px;
  width: 100%;
  line-height: 1.2;
}

.breadcrumbs {
  display: inline;
  padding-left: 0;
  padding-top: 1px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}

.breadcrumbs span {
  font-size: 12px;
  text-decoration: none;
}

.breadcrumbs a {
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
}


/*--[ layout ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper {
  position: relative;
}

.header_entry {
  padding-top: 100px;
  width: 100%;
}

.header_entry .PC {
  width: 100%;
}

.two-columns-left-sidebar #sidebar-primary {
  margin-right: 100px;
  margin-bottom: 100px;
  padding: 0;
  width: 300px;
  border: 1px dotted #878787;
  border-bottom: 0;
}

.two-columns-left-sidebar #main {
  margin: 0;
  padding: 0;
  width: 818px;
}

#content>.container {
  margin: 0 auto;
  width: 1218px;
}


/*--[ COMMON :: ] --*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/

.h_left {
  float: left;
  padding: 10px 0 0 20px;
}

.h_discription {
  color: #1b1b1b;
  font-size: 11px;
}

.h_logo{
  height: 60px;
}

.h_logo img{
  width:auto;
  height: 100%;
}

.h_right {
  float: right;
}

.h_right_tel {
  float: left;
  padding: 9px 0 0;
  width: 308px;
  height: 100px;
  background:url(../images/common/h_tel_bg.png) no-repeat 0 0;
  text-align: center;
}

.h_right_contact {
  float: left;
  padding: 0;
  width: 100px;
  height: 100px;
  background-color: #0179b1;
}

.hrt_t1 {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.hrt_t2 {
  display: inline-block;
  margin: 0 auto;
  padding: 2px 0;
  text-align: center;
}

.hrt_t3 {
  display: inline-block;
  margin: 0 auto;
  color: #ffffff;
  text-align: left;
  font-size: 10px;
  line-height: 1.1;
}

.hrt_t4 {
  text-align: center;
  text-indent: -9999px;
  overflow: hidden;
}

.hrt_t4 a {
  display: block;
  width: 100px;
  height: 100px;
  background: url('../images/common/h_contact_off.png') no-repeat 50% 50%;
  background-color: #ffedbf;
}


/*--[ gmenu ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.metaslider {
  margin: 0 auto;
}

.gmenu {
  margin-bottom: 40px;
  width: 100%;
  height: 67px;
  background: url('../images/common/gmenu_bg.jpg') repeat-x 50% 100%;
  /* background-color: #c6dfea; */
  border-top: 6px solid #0E7C00;
}

.menu-navigation {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 1218px;
}

.menu-navigation li {
  display: table-cell;
  width: auto;
  height: 61px;
  text-align: center;
  vertical-align: middle;
}

.menu-navigation li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  margin-right: 1px;
}



/*---------------------gmenu home*/

.menu-navigation li:nth-child(1) a {
  width: 175px;
  background-image: url('../images/common/gmenu01_off.png');

}

.menu-navigation li.current-menu-item:nth-child(1) a {
  background-image: url('../images/common/gmenu01_current.png');

}

.menu-navigation li:nth-child(1) a:hover {
  background-image: url('../images/common/gmenu01_on.png');

}


/*---------------------gmenu For Beginner*/

.menu-navigation li:nth-child(2) a {
  width: 175px;
  background-image: url('../images/common/gmenu02_off.png');

}

.menu-navigation li.current-menu-item:nth-child(2) a {
  background-image: url('../images/common/gmenu02_current.png');

}

.menu-navigation li:nth-child(2) a:hover {
  background-image: url('../images/common/gmenu02_on.png');

}


/*---------------------gmenu Salon Infomation*/

.menu-navigation li:nth-child(3) a {
  width: 175px;
  background-image: url('../images/common/gmenu03_off.png');

}

.menu-navigation li.current-menu-item:nth-child(3) a {
  background-image: url('../images/common/gmenu03_current.png');

}

.menu-navigation li:nth-child(3) a:hover {
  background-image: url('../images/common/gmenu03_on.png');

}


/*---------------------gmenu Menu & Cost*/

.menu-navigation li:nth-child(4) a {
  width: 175px;
  background-image: url('../images/common/gmenu04_off.png');

}

.menu-navigation li.current-menu-item:nth-child(4) a {
  background-image: url('../images/common/gmenu04_current.png');

}

.menu-navigation li:nth-child(4) a:hover {
  background-image: url('../images/common/gmenu04_on.png');

}


/*---------------------gmenu Access*/

.menu-navigation li:nth-child(5) a {
  width: 175px;
  background-image: url('../images/common/gmenu05_off.png');

}

.menu-navigation li.current-menu-item:nth-child(5) a {
  background-image: url('../images/common/gmenu05_current.png');

}

.menu-navigation li:nth-child(5) a:hover {
  background-image: url('../images/common/gmenu05_on.png');

}


/*---------------------gmenu Color Member*/

.menu-navigation li:nth-child(6) a {
  width: 175px;
  background-image: url('../images/common/gmenu06_off.png');

}

.menu-navigation li.current-menu-item:nth-child(6) a {
  background-image: url('../images/common/gmenu06_current.png');

}

.menu-navigation li:nth-child(6) a:hover {
  background-image: url('../images/common/gmenu06_on.png');

}


/*---------------------gmenu Question & Answer*/

.menu-navigation li:nth-child(7) a {
  width: 175px;
  background-image: url('../images/common/gmenu07_off.png');

}

.menu-navigation li.current-menu-item:nth-child(7) a {
  background-image: url('../images/common/gmenu07_current.png');

}

.menu-navigation li:nth-child(7) a:hover {
  background-image: url('../images/common/gmenu07_on.png');

}



/*--[ main_v ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.main_v {
  text-align: center;
}

.main_v li img {
  width: 100%;
}

.metaslider .flexslider {
  margin: 0 !important;
}

.flex-control-nav {
  bottom: 26px !important;
}


/*--[ side_box ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.side_box, .widget-container {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #878787;
}

.side_tokuten {
  padding-top: 35px;
  padding-bottom: 5px;
  text-align: center;
}

.side_tokutenkochira {
  padding-bottom: 20px;
  text-align: center;
}

.side_tokuten a {
  display: block;
  margin: 0 auto;
}

.side_voice {
  margin: 0 auto 25px;
  padding: 82px 26px 5px;
  width: 210px;
  height: 263px;
  background: url('../images/common/side_voice_bg.png') repeat 50% 0;
  overflow: hidden;
}

.side_voice_ttl {
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  background: url('../images/common/side_voice_ttl_under.png') no-repeat 50% 100%;
}

.side_voice_ttl .en {
  display: block;
  font-size: 11px;
}

.side_voice_date {
  text-align: center;
}

.side_voice_text {
  line-height: 1.6;
}

.side_voice_more {
  text-align: center;
}

.side_voice_more a {
  color: #017ebc;
}

.side_menu li {
  display: table;
  padding: 1px;
  width: 100%;
  height: 60px;
  text-align: center;
  border-bottom: 1px dotted #878787;
}

.side_menu li:last-child {
  border:0;
}

.side_menu li a {
  display: table-cell;
  padding: 1px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

.side_ozon_p {
  background: url('../images/common/side_ozon_p_bg.png') no-repeat 50% 0;
  background-size: 294px 56px;
}

.side_yoikusa {
  background: url('../images/common/side_yoikusa_bg.png') no-repeat 50% 0;
  background-size: 294px 56px;
}

.side_color {
  background: url('../images/common/side_color.png') no-repeat 50% 0;
  background-size: 294px 56px;
}

/*
.side_ozon_t {
  background: url('../images/common/side_ozon_t_bg.png') no-repeat 50% 0;
  background-size: 294px 56px;
}
*/
.side_info {
  padding: 30px 5px;
}

.side_info_logo {
  margin-bottom: 10px;
}

.side_info_shopname {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.side_info_textarea {
  font-size: 13px;
  line-height: 1.4;
}

.side_linkbox li {
  padding: 10px 0;
  height: 90px;
}

.side_menu li a.bnr_linkodd {
  width: 270px;
  height: 66px;
  background: url('../images/common/side_bnr_link_odd_bg.png') no-repeat 50% 0;
}

.side_menu li a.bnr_linkeven {
  width: 270px;
  height: 66px;
  background: url('../images/common/side_bnr_link_even_bg.png') no-repeat 50% 0;
}

.latestposts, .categories {
  padding-bottom: 30px;
}

.latestposts h3, .categories h3 {
  padding: 10px 0;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #ed6d00;
}

.latestposts ul, .categories ul {
  padding: 4%;
}


.latestposts ul li, .categories ul li {
  border-bottom: 1px dotted #878787;
}

.latestposts ul li a, .categories ul li a {
  display: block;
  padding: 6%;
  font-size: 13px;
  line-height: 1.3;
  word-break: break-all;
}

.side_facebook {
  padding: 24px;
}


/*--[ footer ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.site-footer {
  padding: 30px 0 40px;
  width: 100%;
  background: url('../images/common/f_bg.jpg') no-repeat 50% 0;
  background-size: cover;
}

.footer {
  margin: 0 auto 25px;
  padding: 0;
  width: 1218px;
  min-width: 1218px;
}

#footer .container {
  background-color: transparent;
}

.footer_left {
  float: left;
  margin-right: 16px;
  width: 389px;
}

.footer_left_inner {
  padding: 25px;
  width: 389px;
  background-color: #e0f5de;
}

.footer_left_inner .f_info_box a {
  text-decoration: none;
}

.footer_left_inner p.f_logo_box {
  margin-bottom: 15px;
}

.footer_left_inner p.f_info_box{
  font-size:12px;
  line-height: 1.4;
}

.footer_left_inner .credit_box {
  margin-top: 0;
}

.footer_left_inner .credit_box li {
  width: 45px;
}

.footer_left_inner .f_left_btnbox {
  margin-top: 5px;
}

.f_left_btnbox {
  display: table;
  width: 100%;
}

.f_left_btnbox li {
  display: table-cell;
  width: 50%;
  text-align: center;
}

.footer_center {
  float: left;
  margin-right: 16px;
  width: 304px;
}

.footer_right {
  float: left;
  width: 491px;
}

.f_menu_box {
  display: inline-block;
  margin: 15px auto 0;
  padding: 15px 0 0;
  width: 100%;
  border-top: 4px double #594940;
}

.f_menu_box ul {
  display: table;
  width: 100%;
}

.f_menu_box ul li {
  display: table-cell;
  padding: 0;
}

.f_menu_box ul li a {
  display: block;
  padding: 0 5px;
  color: #594940;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid #594940;
  line-height: 1;
}

.f_menu_box ul li:first-child a {
  border-left: 1px solid #594940;
}

.copyright {
  text-align: center;
}

.copyright p {
  color: #594940;
}


/*--[ page-top ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.pagetop {
  position: fixed;
  right: 0;
  z-index: 2;
}

.sp_f_btn {
  position: fixed;
  left: 0;
  bottom: 0
}


/*--[ wp-pagenavi ]
---------------------------------------------------------------------------------------------------------------------------------------*/

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #000;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.wp-pagenavi {
  padding: 10px 0 !important;
  display: block !important;
  clear: both !important;
}

.wp-pagenavi a, .wp-pagenavi span.pages {
  display: inline-block;
  margin: 0 3px 0 auto !important;
  padding: 15px 0 0 !important;
  width: 45px;
  height: 45px !important;
  color: #FFF !important;
  font-size: 15px !important;
  text-align: center;
  text-decoration: none !important;
  background: #fa8e32 !important;
  border: solid 1px #fa8e32 !important;
  border-radius: 50%;
  line-height: 1;
}

.wp-pagenavi span.extend {
  color: #c6dfea;
  border: 0;
}

.wp-pagenavi a:hover {
  color: #FFF !important;
  text-shadow: 0px 1px #636363 !important;
  background: #ed6d00 !important;
  border-color: #ed6d00 !important;
}

.post-navigation .nav-links a:hover, .post-navigation .nav-links a:focus, .image-navigation .nav-links a:hover, .image-navigation .nav-links a:focus, .comment-navigation .nav-links a:hover, .comment-navigation .nav-links a:focus {
  background-color: transparent !important;
}

.wp-pagenavi span.current {
  display: inline-block;
  margin: 0 3px 0 auto !important;
  padding: 16px 0 0 !important;
  width: 45px;
  height: 45px;
  color: #FFF !important;
  text-align: center;
  vertical-align: top;
  background: #ed6d00 !important;
  border: 1px solid #FFF !important;
  border-radius: 50%;
  line-height: 1;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.nextpostslink {
  color: #c6dfea !important;
  width: 20px;
  text-indent: -9999px;
  background: none;
  background: url('../images/common/page_navi_next.png') no-repeat 50% 50% !important;
  border: 0 !important;
  border-radius: 0;
}

.wp-pagenavi a.previouspostslink {
  color: #c6dfea !important;
  width: 30px;
  text-indent: -9999px;
  background: none;
  background: url('../images/common/page_navi_prev.png') no-repeat 50% 50% !important;
  border: 0 !important;
  border-radius: 0;
}

.wp-pagenavi a.last {
  text-indent: -9999px;
  background: none;
  background: url('../images/common/page_navi_last.png') no-repeat 50% 50% !important;
  border: 0 !important;
  border-radius: 0;
}

.wp-pagenavi a.first {
  text-indent: -9999px;
  background: none;
  background: url('../images/common/page_navi_first.png') no-repeat 50% 50% !important;
  border: 0 !important;
  border-radius: 0;
}


/* FLOAT------------------------------*/

img.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

.entry-content p.marker_yellow {
  display: inline-block;
  font-weight: normal;
  background: #ffff00;
}

.entry-content blockquote {
  position: relative;
  background: none;
  margin: 20px;
  padding: 42px 18px 33px 28px;
  color: #333333;
  border: 0;
  background-color: #f0f0ee;
}

.entry-content blockquote:before {
  content: open-quote;
  position: absolute;
  left: 16px;
  top: 15px;
  width: 16px;
  height: 13px;
  text-indent: -9999px;
  background: url(../images/blockquote.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.entry-content blockquote p {
  margin: 0;
}

.entry-content table {
  clear: both;
  margin: 10px 0;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #AAAAAA;
}

.entry-content th {
  padding: 10px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  background-color: #382ba4;
  border: 1px solid #AAAAAA;
}

.entry-content td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #AAAAAA;
}

.entry-content thead tr th, .entry-content thead tr td {
  color: #000;
  font-weight: bold;
  text-align: center;
  background-color: #EEEEEE;
}

.entry-content tfoot tr th, .entry-content tfoot tr td {
  font-weight: bold;
}

.entry-content table tr td table {
  margin-bottom: 15px;
}

.entry-content table tr td table th, table tr td table td {
  padding: 5px;
  font-size: 90%;
}

.entry-content table tr td table thead th, table tr td table thead td {
  background: #39C;
}

.entry-content .tbl_noborder, .entry-content .tbl_noborder th, .entry-content .tbl_noborder td {
  border: 0;
}

.entry-content table.noborder, .entry-content table.noborder th, .entry-content table.noborder td {
  border: 0;
}


/*--------------------------------------
font
--------------------------------------*/

.s {
  font-size: 50%;
}

.ss {
  font-size: 70%;
}

.l {
  font-size: 150%;
  line-height: 130%;
}

.ll {
  font-size: 200%;
  line-height: 120%;
}

big {
  font-size: 3.333em;
  line-height: 1.4;
}

small {
  font-size: 0.733em;
}

.highlight {
  background-color: #CFC;
  font-weight: bold;
  color: #C36;
}


/*--------------------------------------
hr
--------------------------------------*/

hr {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 2px;
  background: url(../images/common/bg_hr.png) repeat-x 0 0;
  background-size: auto;
  border: 0;
}


/*--------------------------------------
position
--------------------------------------*/

.aright {
  text-align: right;
}

.acenter {
  text-align: center;
}


/*--------------------------------------
a
--------------------------------------*/

.entry-content a.btn_orange {
  clear: both;
  display: inline-block;
  margin: 0 auto 10px;
  padding: 1% 5%;
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  background: #ff3304;
  border-radius: 16px;
}

.entry-content a, .entry-content a .archive_blog_ttl, .entry-content a .archive_blog_date, .entry-content a .archive_blog_excerpt {
  -webkit-transition: all .30s;
  -moz-transition: all .30s;
  -o-transition: all .30s;
  transition: all .30s;
}

.entry-content a:hover, .entry-content a:hover .archive_blog_ttl, .entry-content a:hover .archive_blog_date, .entry-content a:hover .archive_blog_excerpt {
  color: #30ac12;
}


/*--------------------------------------
flexslider
--------------------------------------*/

.metaslider .caption-wrap {
  position: absolute !important;
  background: none !important;
  opacity: 1 !important;
  top: 0 !important;
  display: table !important;
  width: 100% !important;
  font-size: 20px !important;
}

.metaslider .caption {
  display: table-cell !important;
  width: 100% !important;
  height: 100% !important;
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 2 !important;
  color: #FFF !important;
  text-shadow: 0 0 26px #999;
}

.pcfix {
  position: fixed;
  top: 0;
  left: 0;
  background: none;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 1px 3px #CCC;
}

.pcfix_inner {
  max-width: 1440px;
}

div.tuzuki {
  display: none;
}


/*--------------------------------------
single-snsgroup
--------------------------------------*/

.btn-group, .btn-group-vertical {
  width: 100%;
}

.share-buttons__item-cell {
  float: left;
  width: 33.333%;
  padding: 1%;
  text-align: center;
}

.share-buttons__item-cell a {
  display: block;
  padding: 4px;
}

.share-buttons__item-cell a img {
  width: auto;
  height: 36px;
}

.share-buttons__facebook {
  background-color: #3b579d;
}

.share-buttons__twitter {
  background-color: #00b0f0;
}

.share-buttons__hatebu {
  background-color: #00c300;
}


/*--------------------------------------
post-navigation
--------------------------------------*/
.post-navigation .nav-links{
  margin: 4em -15px 2em;
}

.post-navigation:before {
  content: "";
  display: table;
  clear: both;
}


/*--------------------------------------
ERROR404
--------------------------------------*/

.error404 #main {
  float: right;
}


/*--------------------------------------
input number  spin-button hidden
--------------------------------------*/

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
