@charset "utf-8"; /*! Theme Name: TruthGroup */
html, legend {
  color: #000
}

.blogstyle .title, a {
  text-decoration: none
}

html {

}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400
}

ol, ul {
  list-style: none
}

caption, th {
  text-align: left
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}

q:after, q:before {
  content: ''
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

#yui3-css-stamp.cssreset {
  display: none
}

.fl {
  float: left
}

.fr {
  float: right
}

.cf {
  zoom: 1
}

.cf:after {
  content: "";
  display: table;
  clear: both
}

.padding-none {
  padding: 0 !important;
}

.border-none {
  border: none !important;
}

.bold {
  font-weight: 700;
}

.max-width {
  max-width: 1000px;
  margin: 0 auto
}

.circumscribe-image {
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%
}

dd {
  color: #555555;
}

body {
  background: #F0F2EB;
  font-size: 12px;
  line-height: 1.5;
  color: #1a1915;
  font-family: helvetica, arial, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

#sidr {
  font-family: inherit !important;
  display: none;
  background-color: #268300;
  z-index: 50;
  border-left: 1px solid #e0ccab;
}

.sidr {
  color: #666 !important;
  box-shadow: 3px 0 4px 1px rgba(0, 0, 0, 0.08) inset !important;
  z-index: -1000 !important;
}

.sidr #menu-toggle-close {
  color: #fff;
  font-size: 42px;
  font-family: Quicksand, sans-ferif;
  padding: 0 12px;
}

.sidr #menu-toggle-close span {
  font-family: "Great Vibes", sans-serif;
  font-size: 18px;
  margin-left: 4px;
  vertical-align: middle;
}

.sidr ul {
  border: none !important;
}

#sidr ul li {
  margin-top: -1px;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff;
}

#sidr ul:last-child {
  border-bottom: 1px solid #268300 !important
}

#sidr ul li a, #sidr ul li span {
  color: #fff;
}

.sidr ul li ul li a {
  position: relative;
}

.sidr ul li ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  margin-top: -3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidr ul li ul {
  margin: -10px 0 10px 0 !important;
}

.sidr ul li ul li {
  border-top: none !important;
  line-height: 36px !important;
}

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  line-height: 48px !important;
}

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  box-shadow: none !important;
}

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  line-height: 36px !important;
}

.sidr-container {
  position: absolute;
  left: 0;
  width: 100%;
  transition-property: left;
  transition-duration: 0.5s;
  background: inherit;
}

.sidr-container.open {
  left: -260px;
}

a {
  color: inherit
}

img {
  max-width: 100%;
  height: auto
}

img.alignleft {
  float: left
}

img.alignright {
  float: right
}

img.aligncenter {
  display: block;
  text-align: center
}

.blogstyle .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #31C68E;
  border-bottom: 1px solid #31C68E;
  margin-bottom: 20px
}

.blogstyle p:after, .header .menu:after {
  display: table;
  content: "";
  clear: both
}

.blogstyle .title .fa {
  font-size: 24px;
  padding: 0 5px 3px;
  vertical-align: middle
}

.blogstyle a {
  text-decoration: underline;
  color: #31C68E
}

.blogstyle p {
  margin-bottom: 1.5em;
  zoom: 1
}

.blogstyle h3 {
  color: #31C68E;
  font-weight: 700;
  margin-bottom: 1.5em
}

.blogstyle .dl-faq dt {
  font-weight: 700;
  margin-bottom: 20px
}

.blogstyle .dl-faq dd {
  padding-bottom: 20px;
  border-bottom: 1px dotted #777;
  margin-bottom: 20px
}

a#menu-toggle {
  position: absolute;
  right: 30px;
  top: 15px;
  display: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;

  font-family: 'Quicksand', sans-serif;
}

a#menu-toggle:after {
  content: "Menu";
  display: block;
  position: absolute;
  top: 20px;
  left: 5px;
  text-align: center;
  font-size: 12px;
  font-family: "Great Vibes", sans-serif;
  color: #fff;
  width: 100%;
}

a#menu-toggle:hover {
  opacity: 0.8;
}

a#menu-toggle > span {
  font-size: 30px;
}

.fixed a#menu-toggle {
}

.header {
  background: #268300;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 300px;
  height: 82px;
  z-index: 500;
}

.open .header {
  left: -260px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header .in {

}

.header.fixed {
}

.header.fixed .in {
}

.header.fixed .logo {
}

.header.fixed .logo span {
  display: none;
}

.header.fixed .menu {
}

.header, .header * {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.header .menu {
  zoom: 1
}

.header .logo {
  float: left;
  margin: 3px 7px;
  display: block;
  background: url('/wp-content/themes/hanwarai/img/logo.png');
  background-repeat: no-repeat;
  background-size: 70px, 75px;
  height: 82px;
}

.header .title {
  float: left;
  color: #fff;
  margin-left: 80px;
  padding-top: 22px;
}

.header .title .ja {
  font-size: 26px;
  line-height: 1em;
}

.header .title .en {
  font-size: 13px;
  color: #F6F6F6;
}

.header .logo:hover {
  opacity: .7
}

.header .logo span {
  color: #888;
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0px;
  margin-top: 7px;
}

.header .in:after, .header .menu:after {
  content: "";
  display: table;
  clear: both
}

.header ul.menu {
  float: right;
  zoom: 1;
  color: #666;
  font-size: 13px;
  margin-top: 15px;
  margin-right: 30px;
}

.header ul.menu > li {
  float: left;
  position: relative;
  border-left: dotted 1px #fff;
}

.header ul.menu > li:last-child {
  border-right: dotted 1px #fff;
}

.header ul.menu > li > a {
  display: block;
  vertical-align: middle;
  padding: 10px 14px 27px;
  position: relative;
  color: #F6F6F6;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  min-width: 70px;
  text-align: center;
}

.header ul.menu > li:first-child {
  margin-right: 0;
}

.header ul.menu > li:last-child a {

}

.header ul.menu > li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.header ul.menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: center;
  font-size: 12px;
  color: #0AC32A;
  width: 100%;
}

.header ul.menu > li > a[href*="/"]:after {
  content: "top";
}

.header ul.menu > li > a[href*="/theory"]:after {
  content: "theory";
}

.header ul.menu > li > a[href*="/retrospections"]:after {
  content: "performance";
}

.header ul.menu > li > a[href*="/recruit_member"]:after {
  content: "member";
}

.header ul.menu > li > a[href*="/faq"]:after {
  content: "FAQ";
}

.header ul.menu > li > a[href*="/contact"]:after {
  content: "Contact Us";
}

.header ul.menu > li > a[href*="/book"]:after {
  content: "book";
}

.header ul.menu > li > a[href*="/profile"]:after {
  content: "profile";
}

.header ul.menu > li > a[href*="/blog/"]:after {
  content: "blog";
}

.header ul.menu > li ul {
  position: absolute;
  top: 43px;
  width: 200px;
}

.header ul.menu > li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 160px;
  height: 0;
  background: #fff;
}

.header ul.menu > li ul li:last-child {
  border-bottom: none;
}

.header ul.menu > li ul li a {
  display: block;
  padding: 0px 12px;
  line-height: 40px;
}

.header ul.menu > li:hover ul li, .header ul.menu > li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 40px;
}

.header ul.menu > li ul li:hover {
  background: #f7f7f7;
}

.menu * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.5s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.under-18 {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, Arial, Helvetica, sans-serif;;
  text-align: center;
  font-size: 11px;
  color: #7e6b5a;
  width: 100%;
  padding: 20px 0;
}

.under-18-logo {
  width: 26px;
  height: 25px;
  background: url('/wp-content/themes/hanwarai/img/parts/18.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.main-content {
  position: relative;
  z-index: 100;
  max-width: 1012px;
  margin: 130px auto 0;
  padding: 0 16px;
}

.main-content.top-page {
  margin: 10px auto;
}

.main-container {
  position: relative;
  padding-bottom: 70px
}

.page .main-content, .single .main-content, .archive .main-content {
  margin: 0 auto 0;
  padding: 112px 16px 0;
}

.footer {
  position: relative;
  font-size: 13px;
  border-top: 3px solid #268300;
  color: #fff;
}

.footer  a.link {
  display: block;
  color: #268300;
  margin: 10px 0;
}

.footer .upper {
  background: #DAE0D6;
}

.footer .upper .container {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 16px 20px;
  zoom: 1;
}

.footer .upper .container:after {
  content: "";
  display: table;
  clear: both
}

.footer .upper .container .col {
  float: left;
  width: 32.2%;
  margin: 0 0 2% 1.6%;
  padding: 10px 5px 0 5px;
}

.footer .upper .container .col:first-child {
  margin-left: 0;
  padding: 10px 10px 0 0;
}

.footer .upper .container .col:last-child {
  margin-right: 0;
  padding: 10px 0 0 10px;
}

.footer .upper .title {
  color: #268300;
  font-size: 14px;
  margin-bottom: 7px;
}

.footer .upper .title span {
  font-size: 18px;
  color: #268300;
  vertical-align: middle;
}

.footer .upper .title.shop-name {
  font-size: 36px;
  letter-spacing: -3px;
  line-height: 1.2;
  margin-top: -5px;
}

.footer .upper .title.shop-name div {
  letter-spacing: 6px;
  font-size: 11px;
  margin-left: 3px;
}

.footer .upper .title .ja {
  font-size: 26px;
}

.footer .upper .title .en {
  font-size: 13px;
  letter-spacing: 0px;
}

.footer .upper .foot_logo {
  background-image: url("/wp-content/themes/hanwarai/img/parts/footer_logo.png");
  background-repeat: no-repeat;
  width: 193px;
  height: 52px;
}

.footer .upper .desc {
  line-height: 1.5;
  margin: 10px 0;
  color: #268300;
}

.footer .upper .list a {
  display: block;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #268300;
  padding: 12px 5px;
  color: #268300;
  line-height: 1.0;
}

.footer .upper .list a:last-child {
  border-bottom: 1px solid #268300;
}

.footer .upper .list a:hover {
  opacity: 0.8;
}

.footer .upper .tel {
  margin-top: 25px;
}

.footer .upper .tel .foot_tel {
  background: url('/wp-content/themes/hanwarai/img/footer_logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  height: 125px;
}

.footer .upper .tel .title {
  font-size: 16px;
  margin-bottom: 12px;
}

.footer .upper .tel a {
  display: block;
}

.footer .upper .tel a i {
  margin: 0 5px 0 0;
  font-size: 22px;
}

.footer .upper .tel .time {
  padding-top: 10px;
  text-align: center;
}

.footer .lower {
  font-size: 12px;
  background: #268300;
  color: #FFFFFF;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.footer .to-top a {
  position: absolute;
  width: 57px;
  height: 57px;
  top: -28px;
  right: 40px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.footer .to-top a:hover {
  top: -28px;
}

.layout-right300 {
  display: table;
  table-layout: fixed;
  width: 100%
}

.layout-right300 .layout-left, .layout-right300 .layout-right {
  display: table-cell;
  padding: 5px
}

.layout-right300 .layout-right {
  width: 310px
}

.top-image {
  width: 100%;
  overflow: hidden;
  padding-top: 82px;
}

.metaslider .slides img:hover {
  opacity: .8;
}

.flex-direction-nav a {
  background: #fff !important;
  border-radius: 50%;
  width: 88px !important;
  height: 88px !important;
  margin: -44px 0 0 !important;
  -moz-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important;
}

.size_m .flex-direction-nav a {
  opacity: 0.8;
  width: 44px !important;
  height: 44px !important;
  margin: -22px 0 0 !important;
}

.size_m .flex-direction-nav .flex-prev {
  left: -22px !important;
}

.flex-direction-nav .flex-prev {
  left: -44px !important;
}

.flex-direction-nav .flex-prev:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 31px;
  right: 4px;
  border-top: 1px solid #31C68E;
  border-left: 1px solid #31C68E;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flex-direction-nav .flex-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 31px;
  left: 4px;
  border-top: 1px solid #31C68E;
  border-left: 1px solid #31C68E;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.flexslider:hover .flex-prev {
  opacity: 1 !important;
  left: -44px !important;
}

.flex-direction-nav .flex-next {
  right: -44px !important;
}

.flexslider:hover .flex-next {
  opacity: 1 !important;
  right: -44px !important;
}

.size_m .flex-direction-nav a {
  opacity: 0.8;
  width: 44px !important;
  height: 44px !important;
  margin: -22px 0 0 !important;
  top: 80% !important;
}

.size_m .flex-direction-nav .flex-prev {
  left: -22px !important;
}

.size_m .flex-direction-nav .flex-next {
  right: -22px !important;
}

.size_m .flex-direction-nav .flex-prev:after {
  width: 11px;
  height: 11px;
  top: 15px;
  right: 3px;
  border-top: 1px solid #31C68E;
  border-left: 1px solid #31C68E;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.size_m .flex-direction-nav .flex-next:after {
  width: 11px;
  height: 11px;
  top: 15px;
  left: 3px;
  border-top: 1px solid #31C68E;
  border-left: 1px solid #31C68E;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.top-blog, .top-fixed {
  margin-top: 30px;
}

.top-blog .head, .top-fixed .head {
  font-size: 22px;
  font-weight: 700;
  color: #268300;
  border-bottom: 2px solid #1FAB37;
  margin-bottom: 20px;
  padding: 0 0 3px 0;
}

.top-blog .main, .top-fixed .main {
  zoom: 1;
}

.top-blog .main:after, .top-fixed .main:after {
  content: "";
  display: table;
  clear: both
}

.top-blog .item, .top-fixed .item {
  float: left;
  display: block;
  margin: 0 0 1.6% 1.6%;
  width: 23.8%;
  padding-bottom: 10px
}

.top-blog .item {
  position: relative;
  background: #fff;
  padding-bottom: 16px;
  width: 32.2%;
  border: 1px solid #1FAB37;

}

.top-blog .item.border-none {
  border: none;
}

.top-blog .item:hover, .top-fixed .item:hover {
  opacity: .8;
}

.top-fixed .item {
  position: relative;
  background: #fff;
}

.top-fixed .item .triangle-leftbottom:before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 15px solid #1FAB37;
  border-left: 15px solid transparent;
}

.top-blog .item.campaign {
  width: 66%;
}

.top-blog .item .img .image-div, .top-fixed .item .img .image-div {
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.top-blog .item:hover .img .image-div, .top-fixed .item:hover .img .image-div {
  transform: scale(1.1);
}

.top-fixed .item:first-child, .top-fixed .item:nth-child(5) {
  margin-left: 0;
}

.top-blog .item .img, .top-fixed .item .img {
  width: 100%;

  position: relative;
  overflow: hidden
}

.top-fixed .item .img {
}

.top-fixed .item .img img {
  display: block;
  width: 100%;
  height: auto;
}

.top-blog .item .img .image-div {
  display: block;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.top-blog .item .img:after {
  content: "";
  display: block;
  padding-top: 67%;
  background: #ccc;
}

.top-blog .item .title, .top-fixed .item .title {
  position: relative;
  display: table;
  width: 100%;
  color: #444;
  padding: 15px 12px 0;
}

.top-blog .item .title i, .top-fixed .item .title i {
  display: table-cell;
  font-size: 36px;
  padding-right: 10px;
  width: 40px;
  vertical-align: middle;
  text-align: center;
  color: #0AC32A;
}

.top-blog .item .title .right, .top-fixed .item .title .center {
  display: table-cell;
  text-align: center;
  padding-left: 7px
}

.top-blog .item .title .right .en, .top-fixed .item .title .center .en {
  font-size: 12px;
  margin-top: -4px;
  color: #8d793d;
  font-family: Quicksand, sans-serif;
}

.top-blog .item .title .right .ja, .top-fixed .item .title .center .ja {
  width: 100%;
  color: #268300;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-fixed .item .desc {
  position: relative;
  font-size: 13px;
  color: #1a1915;
  padding: 15px 12px 0;
}

.top-blog .item .desc {
  position: relative;
  font-size: 13px;
  color: #1a1915;
  padding: 0 12px 0;
  height: 3em;
  overflow: hidden;
}

.top-blog .item .blog-title {
  position: relative;
  font-size: 16px;
  color: #268300;
  font-weight: 700;
  margin: 12px 12px 2px;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-blog .item .date {
  position: relative;
  font-size: 13px;
  color: #268300;
  margin: 0 12px 10px;
  line-height: 1.2;
}

.top-blog .item .date i {
  margin-right: 4px;
}

.top-blog .item:nth-child(3n+1) {
  margin-left: 0;
}

.top-blog.campaign {
  font-size: 0;
}

.top-blog.campaign .item {
  background: none;
}

.top-blog.campaign .item .desc {
  padding: 0.8em 2px 0;
  height: 5.3em;
}

.top-blog.campaign .image_m {
  display: none;
}

div.blog {
  zoom: 1
}

div.blog:after {
  content: "";
  display: table;
  clear: both
}

div.blog .l-left {
  float: left;
  width: 640px;
}

div.blog .l-right {
  float: right;
  width: 300px;
}

div.blog .head-date {
  color: #268300;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

div.blog .head-date .archivetitle .en {
  display: inline-block;
  font-size: 12px;
  color: #8d793d;
  font-family: 'Crimson Text', serif;
  opacity: 0.6;
}

.single-interview div.blog .head-date, .single-comic div.blog .head-date {
  margin-bottom: 34px;
  border-bottom: 1px solid #31c68e;
}

.single-interview div.blog .blog-item .content h3 {
  font-weight: bold;
  margin-bottom: 1.5em;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 4px;
}

.single-interview div.blog .blog-item .content h3 i {
  font-size: 18px;
  margin-bottom: 0;
}

.single-interview div.blog .blog-item .content p {
  margin-bottom: 4em;
}

div.blog .blog-item {
  margin-bottom: 20px
}

.blog-item .head {
  margin-bottom: 10px
}

div.blog .blog-item {
  width: 100%;
  background: #F6F6F6;
  border: 1px solid #1FAB37;
  padding: 20px;
}

div.blog .blog-item .head-img {
  display: block;
  margin-bottom: 20px
}

div.blog .blog-item .head-img img {
  width: 100%;
}

div.blog .blog-item .head-img img:hover {
  opacity: 0.8;
}

div.blog .blog-item .head .title {
  font-weight: 100;
  color: #268300;
  font-size: 22px
}

div.blog .blog-item .head .subtitle {
  font-size: 10px;
  color: grey
}

div.blog .blog-item .head .date {
  color: #268300;
  font-size: 13px;
  margin-right: 3px;
}

div.blog .blog-item .content .green-big {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #31C68E
}

div.blog .blog-item .content {
  font-size: 14px;
  line-height: 1.8;
}

div.blog .blog-item .content p {
  margin-bottom: 10px;
}

div.blog .blog-item .content strong {
  font-weight: bold;
}

div.blog .blog-item .content em {
  font-style: italic;
}

div.blog .blog-item .content ul {
  list-style: initial;
  padding-left: 1.3em;
}

div.blog .blog-item .content ol {
  list-style: decimal;
  padding-left: 1.3em;
}

div.blog .blog-item .content h3 i {
  color: #31C68E;
  margin-bottom: 1.5em
}

div.blog .blog-item .content img {
  margin-bottom: 1em
}

div.blog .blog-item .more {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  width: 100px;
  height: 26px;
  line-height: 26px;
  background: #268300;
  background: #1FAB37;
  color: #fff;
}

div.blog .blog-item .more:hover {
  opacity: 0.9;
}

div.blog .blog-item .more i {
  height: 26px;
  line-height: 26px;
  vertical-align: bottom;
}

div.blog .blog-item blockquote {
  font-size: 1.1em;
  line-height: 1.65em;
  margin-bottom: 30px;
  position: relative;
  color: #555;
  padding: 16px 54px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

div.blog .blog-item blockquote:before {
  content: "";
  width: 32px;
  height: 30px;
  background: url("img/quote_s.png") top left no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}

div.blog .blog-item blockquote:after {
  content: "";
  width: 32px;
  height: 30px;
  background: url("img/quote_e.png") top left no-repeat;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div.blog .blog-item blockquote p {
  margin-bottom: 0 !important;
}

div.blog .blog-item hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 1px;
  color: #fff;
  margin-top: 1em;
  margin-bottom: 1em;
}

div.blog .blog-item a {
  color: #31C68E;
}

div.blog .blog-item a:hover {
  opacity: 0.8;
}

.single-post div.blog .blog-item h1 {
  font-size: 2.2em;
  font-weight: bold;
}

.single-post div.blog .blog-item h2 {
  font-size: 2.0em;
  font-weight: bold;
  margin: 24px 0 12px
}

.single-post div.blog .blog-item h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin: 24px 0 12px
}

.single-post div.blog .blog-item h4 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 24px 0 12px
}

.single-post div.blog .blog-item h5 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 24px 0 12px
}

.single-post div.blog .blog-item h6 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 24px 0 12px
}

.single-post .pagination a {
  font-size: 16px;
  color: #268300;
}

.single-post .pagination .next {
  float: left;
}

.single-post .pagination .next:before {

}

.single-post .pagination .next i {
  display: inline-block;
  transform: rotate(180deg);
  height: 30px;
  width: 30px;
  vertical-align: -9px;
  background-image: url("/wp-content/themes/hanwarai/img/parts/arrow_r.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-right: 10px;
}

.single-post .pagination .prev {
  float: right;
}

.single-post .pagination .prev i {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: -9px;
  background-image: url("/wp-content/themes/hanwarai/img/parts/arrow_r.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-left: 10px;
}

pre {
  background: #ededed;
  padding: 20px;
  margin-bottom: 30px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: 'Verdana';
  color: #666;
}

div.blog .widget .item .right {
  padding: 10px 20px 10px 10px;
}

div.blog .widget {
  width: 100%;
  margin-top: 32px;
}

div.blog .widget:first-child {
  margin-top: 0;
}

div.blog .widget .main-title {
  font-weight: 700;
  margin-bottom: 5px;
  color: #268300;
  font-size: 16px;
}

div.blog .widget .item {
  display: block;
  border: 1px solid #1FAB37;
  margin-bottom: 10px;
  zoom: 1
}

div.blog .widget .item:hover {
  opacity: 0.8;
}

div.blog .widget .item:after {
  content: "";
  display: table;
  clear: both
}

div.blog .widget .item .l-right {
  float: right;
  width: 100%;
  margin-left: -80px;
  background: #fff;
}

div.blog .widget .item .l-right .l-container {
  position: relative;
  height: 80px;
  margin-left: 80px
}

div.blog .widget .item .l-right .l-container:after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 15px solid #1FAB37;
  border-left: 15px solid transparent;
}

div.blog .widget .item .l-left {
  float: left;
  width: 80px
}

div.blog .widget .item .img .image-div {
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px
}

div.blog .widget .item .right .title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #268300;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.blog .widget .item .right .title.title-interview {
  white-space: nowrap;
  overflow: hidden
}

div.blog .widget .item .right .date {
  position: relative;
  color: #268300;
  font-size: 12px;
  margin: 2px 0;
}

div.blog .widget .item .right .date i {
  margin-right: 3px;
}

div.blog .widget .item .right .desc {
  position: relative;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

div.blog .widget.monthly ul li {
  position: relative;
  background: #fff;
  list-style-type: none;
  margin: 10px 0;
}

div.blog .widget.monthly ul li:after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 15px solid #1FAB37;
  border-left: 15px solid transparent;
}

div.blog .widget.monthly ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #268300;
  padding: 10px 12px;
  margin-bottom: 6px;
  border: 1px solid #1FAB37;
  z-index: 100;
}

div.blog .widget.monthly ul li a:hover {
  opacity: 0.6;
}

div.blog .widget.monthly ul li a:before {
}

div.blog .widget.monthly ul li a:after {
  content: "の記事";
  margin-left: 2px;
}

div.blog .pagenation ul li{
  display: inline-block;
  margin: 10px 5px;
  color: #1FAB37;
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #1FAB37;
}

div.blog .pagenation ul li.active{
  color: #fff;
  background: #1FAB37;
  border: 1px solid #1FAB37;
}

.fixed-page .head {
  position: relative;
  margin-bottom: 60px;
}

.fixed-page .head-in {
  position: relative;
  padding: 14px 16px 12px;
  margin: 2px;
  border: 1px solid #1FAB37;
}

.fixed-page .head .in {
  position: relative;
  padding: 14px 16px 12px;
  border: 1px solid #1FAB37;
  border-color: rgb(187, 162, 98);
}

.fixed-page .head .title {
  border-bottom: 2px solid #268300;
  padding-bottom: 6px;
}

.fixed-page .head .desc dt {
  margin: 40px 0 30px;
}

.post-type-archive-interview .head {
  margin-bottom: 20px;
}

.fixed-page .head .title, .blog.custom .head .title, .blog.custom .head-date .title {
  margin-bottom: 6px;
}

.fixed-page .head .title:after, .blog.custom .head .title:after, .blog.custom .head-date .title:after {
  content: "";
  display: block;
  clear: both;
}

.fixed-page .head .fa, .blog.custom .head .fa, .blog.custom .head-date .fa {
  display: block;
  font-size: 36px;
  color: #268300;
  margin-right: 3px;
  float: left;
}

.fixed-page .head .right, .blog.custom .head .right, .blog.custom .head-date .right {

}

.fixed-page .head .right .en, .blog.custom .head .right .en, .blog.custom .head-date .right .en {
  display: inline-block;
  font-size: 12px;
  color: #8d793d;
  font-family: 'Crimson Text', serif;
  opacity: 0.6;
}

.fixed-page .head .right .ja, .blog.custom .head .right .ja, .blog.custom .head-date .right .ja {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #268300;
  line-height: 1.2;
}

.fixed-page .head .desc, .blog.custom .head .desc, .blog.custom .head .desc {
  font-size: 14px;
  color: #1a1915;
}

.fixed-page .head .img {
  display: block;
  width: 100%
}

.fixed-page > a {
  display: block;
  margin: -30px 0 10px
}

.fixed-page .main {
  padding-bottom: 20px;
  line-height: 1.8;
}

.fixed-page .main .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #268300;
  text-decoration: none;
  margin-top: 40px;
  margin-bottom: 5px;
  border-bottom: 2px solid #268300;
}

.fixed-page .main .title .icon {
  margin: 0 7px -3px 0px;
}

.fixed-page .main .title:first-child {
  margin-top: 0;
}

.fixed-page .manual .main .title, .fixed-page .faq .main .title, .fixed-page .shop .main .title {
  margin-top: -82px;
  padding-top: 82px;
}

.fixed-page .shop .main {
  position: relative;
  background: #fcebed;
  padding-bottom: 0;
}

.fixed-page .shop .main .in {
  position: relative;
  border: 3px solid #1FAB37;
  padding: 20px;
}

.fixed-page .faq:after, .fixed-page .main p:after, .fixed-page .shop:after, .fixed-page .manual:after {
  display: table;
  content: "";
  clear: both
}

.fixed-page .main .title .fa {
  font-size: 24px;
  padding: 0 5px 3px;
  vertical-align: middle
}

.fixed-page .main a {
  text-decoration: underline;
  color: #268300
}

.fixed-page .main p {
  font-size: 14px;
}

.fixed-page .main p.large {
  font-size: 16px;
  color: #268300;
}

.fixed-page .main h3 {
  color: #31C68E;
  font-weight: 700;
  margin-bottom: 1.5em
}

.fixed-page .main .dl-faq dt {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #268300;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
}

.fixed-page .main .dl-faq dd {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 20px;
}

.fixed-page .manual .main .dl-faq dd {
  border-bottom: none;
  margin-bottom: 20px;
}

.fixed-page .faq, .fixed-page .shop, .fixed-page .manual {
  zoom: 1
}

.fixed-page .main .dl-faq {
  position: relative;
  font-size: 13px;
}

.fixed-page .faq .main .dl-faq dt {
  text-indent: -28px;
  padding-left: 28px;
}

.fixed-page .faq .main .dl-faq dt:before {
  content: "Q";
  font-family: Quicksand, sans-serif;
  display: inline-block;
  color: #fff;
  border: 1px solid #0AC32A;
  width: 23px;
  height: 23px;
  font-size: 15px;
  background: #0AC32A;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  margin-right: 5px;
  text-indent: 0;
}

.fixed-page .faq .main .dl-faq dd {
  text-indent: -30px;
  padding-left: 30px;
}

.fixed-page .faq .main .dl-faq dd:before {
  content: "A";
  font-family: Quicksand, sans-serif;
  display: inline-block;
  color: #0AC32A;
  width: 23px;
  height: 23px;
  font-size: 15px;
  border: 1px solid #0AC32A;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
  text-indent: 0;
}

.fixed-page .l-right {
  padding-left: 40px;
  overflow: hidden;
}

.fixed-page .l-left {
  position: relative;
  float: left;
  width: 240px;
  background: #fcebed;
  border: 3px solid #1FAB37;
}

.fixed-page .l-left .in {
  position: relative;
  margin: 2px;
  border: 1px solid #1FAB37;
}

.fixed-page .menu-title {
  position: relative;
  z-index: 1;
  font-family: 'Crimson Text', serif;
  color: #268300;
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
}

.fixed-page .menu-title .btn {
  display: none;
}

.fixed-page .menu-title span {
  border-top: 1px solid #268300;
  border-bottom: 1px solid #268300;
  padding: 2px 1px;
}

.fixed-page .menu {
  position: relative;
  font-size: 16px;
  margin: 20px 0;
  text-align: left;
}

.fixed-page .menu div {
  margin: 20px 0 10px;
}

.fixed-page .menu div span {
  display: inline-block;
  padding: 1px 6px;
  color: #268300;
  font-size: 11px;
  border: 1px solid #268300;
  line-height: normal;
}

.fixed-page .menu a {
  display: block;
  font-size: 16px;
  padding: 7px 25px;
  color: #268300;
}

.fixed-page .menu a:hover {
  opacity: 0.6;
}

.fixed-page .menu a span {
  font-size: 11px;
}

.fixed-page .shop .main .in > a {
  display: block;
  margin: 30px 0;
}

.fixed-page .shop table.shop-info {
  width: 100%;
  margin-bottom: 50px;
}

.fixed-page .shop table.shop-info:last-child {
  margin: 0;
}

.fixed-page .shop table.shop-info caption {
  font-size: 16px;
  color: #268300;
}

.fixed-page .shop table.shop-info .ic_line {
  max-width: 100px;
  max-height: 100px;
  width: 100%;
}

.fixed-page .shop table.shop-info th {
  font-size: 14px;
  color: #268300;
  border: 1px solid #268300;
  padding: 12px 16px;
  text-align: center;
  font-weight: bold;
  width: 31%;
}

.fixed-page .shop table.shop-info td {
  font-size: 14px;
  border: 1px solid #268300;
  padding: 12px 16px;
  width: 69%;
}

.fixed-page .shop table.shop-info td a {
  color: #FF7985;
  margin: 5px 0;
}

.fixed-page .shop .l-left {
  position: relative;
  float: left;
  width: 240px;
  padding: 0;
  border: 3px solid #1FAB37;
}

.fixed-page .shop .l-left .in {
  margin: 2px;
  border: 1px solid #1FAB37;
}

.fixed-page .shop .l-right {
  padding-left: 40px;
}

.fixed-page .faq .shop-info {
  border-top: 1px solid #DEDEDE;
  display: table;
  table-layout: fixed;
  width: 100%
}

.fixed-page .faq .shop-info .row {
  display: table-row
}

.fixed-page .faq .shop-info .left, .fixed-page .faq .shop-info .right {
  display: table-cell;
  padding: 20px 5px;
  border-bottom: 1px solid #DEDEDE
}

.fixed-page .faq .shop-info .left {
  width: 30%;
  vertical-align: middle;
  text-align: center;
  font-weight: 700
}

.fixed-page .faq .shop-info .right {
  width: 70%;
  padding-left: 10px
}

.fixed-page .faq .show-sp, .fixed-page .shop .show-sp {
  display: none
}

.fixed-page .reason dl {
  zoom: 1
}

.fixed-page .reason dl:after {
  content: "";
  display: table;
  clear: both
}

.fixed-page .reason dd {
  border-bottom: none !important
}

.fixed-page .reason img {
  margin: 0 32px 16px 0;
}

.fixed-page .reason img.alignleft {
  margin: 0 20px 20px 0;
  width: 50%;
  max-width: 300px;
  height: auto;
}

.fixed-page .shop .shop-type {
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
}

.fixed-page .shop .shop-type img {
  margin: 0 2% 16px 0;
  max-width: 300px;
  height: auto;
  width: 48%;
}

.fixed-page .shop .shop-type div {
  float: left;
  width: 50%;
}

.fixed-page .present .present-box {
  margin-bottom: .5em
}

.fixed-page .present .present-box span {
  display: inline-block;
  padding: 5px 9px 3px;
  border: 1px solid #777
}

.fixed-page .present .present-price {
  color: #FB6700;
  font-size: 30px;
  margin-bottom: .5em
}

.fixed-page .present .present-price span {
  font-size: 60px;
  font-weight: 700
}

.fixed-page .telephone .number {
  margin: -20px 0 20px 10px;
  font-size: 54px;
  color: #31C68E;
  font-family: Quicksand, sans-serif;
  font-weight: bold;
}

.fixed-page .main.book .item:first-child {
  margin-top: -60px;
}

.fixed-page .main.book .item {
  padding: 40px 0;
  border-bottom: 2px solid #268300;
}

.fixed-page .main.book .item a {
  width: 20%;
}

.fixed-page .main.book .item > div {
  width: 78%;
}

.fixed-page .main.book .item > * {
  float: left;
}

.fixed-page .main.book .item div {
  padding-left: 40px;
  width: 780px;
}

.fixed-page .main.book .item .book-title {
  font-size: 16px;
}

.fixed-page .main.book p {
  margin-bottom: 20px;
}

.fixed-page .main.privacy dt {
  font-size: 16px;
  font-weight: 700;
  color: #268300;
  margin: 30px 0 0px;
}

.fixed-page .main .dl-profile dt {
  font-size: 16px;
  font-weight: 700;
  color: #268300;
  margin: 30px 0 40px;
}

.fixed-page .main .dl-profile dt {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #268300;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid;
  margin: 40px 0 30px;
}

.fixed-page .main {
  font-size: 14px;
  color: #555555;
}

.fixed-page .main.theory dt {
  font-size: 16px;
  font-weight: 700;
  color: #268300;
  margin: 40px 0 30px;
}

.pagenator {
  font-size: 11px;
  margin-bottom: 20px
}

.pagenator .current, .pagenator .page-numbers {
  display: inline-block;
  font-size: 16px;
  min-width: 30px;
  padding: 0 7px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #D2AA4B;
  border-radius: 15px;
  color: #D2AA4B;
  margin-bottom: 10px;
}

.pagenator .current {
  background-color: #D2AA4B;
  color: #1a1915
}

.pagenator .page-numbers:hover {
  opacity: 0.6;
}

.fixed-page .present .title {
  display: inline-block;
}

.fixed-page .present .en {
  display: inline-block;
  font-size: 12px;
  color: #268300;
  font-family: 'Crimson Text', serif;
  opacity: 0.6;
}

.fixed-page .present .area {
  margin: 24px 0 0 8px;
  font-weight: bold;
  color: #888;
}

.fixed-page .present dl {
  margin-top: 2px;
  border-top: 1px solid #ddd;
  width: 100%;
  margin-bottom: 32px;
}

.fixed-page .present dl:after {
  display: block;
  content: "";
  clear: both;
}

.fixed-page .present .dl-faq {
  padding: 20px;
}

.fixed-page .main.present dl dt {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
}

.fixed-page .main.present dl dd {
  margin-top: 0;
  padding-bottom: 0;
}

.fixed-page .main.present dl dd a {
  color: #FF7985;
}

.fixed-page .present dl dt a span {
  font-size: 11px;
}

#analyst, #scrutiny, #final {
  margin-top: -58px;
  padding-top: 82px;
}

@media screen and (max-width: 1200px) {
  .header ul.menu {
    display: none;
  }

  a#menu-toggle {
    display: block;
  }
  .fixed-page .main.book .item a {
    display: block;
    width: inherit;
    text-align: center;
    margin: 0 auto;
  }

  .fixed-page .main.book .item > * {
    float: none;
  }

  .fixed-page .main.book .item div {
    margin-top: 20px;
    width: auto;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
}

.single-shop .fixed-page .shop .main .in .banner {
  position: relative;
  color: #ffeead;
}

.single-shop .fixed-page .shop .main .in .banner .sp {
  display: none;
}

.single-shop .fixed-page .shop .main .in .banner .tel {
  position: absolute;
  font-size: 32px;
  width: 100%;
  text-align: center;
  left: 15%;
  bottom: 1px;
}

/* ----------  - 959px  ---------- */
@media screen and (max-width: 959px) {
  .header ul.menu {
    display: none;
  }

  #sidr {
    display: none;
  }

  .main-content {
    padding: 0;
  }

  .page .main-content, .single .main-content, .archive .main-content {
    margin: 0 auto 0;
    padding: 112px 0 0;
  }

  .top-blog.campaign .image {
    display: none;
  }

  .top-blog.campaign .image_m {
    display: block;
  }

  .top-blog.campaign .item {
    width: 49%;
  }

  .top-blog.campaign .item img {
    width: 100%;
  }

  .bg-dot-filter {
    display: none;
  }

  .single-shop .fixed-page .shop .main .in .banner .pc {
    display: none;
  }

  .single-shop .fixed-page .shop .main .in .banner .sp {
    display: block;
  }

  .single-shop .fixed-page .shop .main .in .banner .tel {
    font-size: 35px;
    left: 0;
    bottom: 5%;
  }
}

/* ----------  960px  ---------- */
@media only screen and (min-width: 960px) {
  .top-shop .main > a:nth-child(6n) {
    margin-right: 0;
  }

  .ms-slide-bgcont {
  }

  .ms-sl-selected {
    opacity: 1;
  }

  .bg-dot-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }

  .bg-dot-filter.left {
    left: -1000px;
  }

  .bg-dot-filter.right {
    right: -1000px;
  }
}

/* ----------  768 - 959px  ---------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {

  .main-content {
    max-width: 85%;
  }

  .top-fixed .item {
    width: 49.2%;
  }

  .top-fixed .item:nth-child(odd) {
    margin-left: 0;
  }

  .top-fixed .item {
    max-height: 442px;
  }

  .footer .upper .container {
    max-width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer .upper .tel a {
    font-size: 24px;
  }

  .top-shop .item {
    width: 19%;
    margin-right: 1.25%;
  }

  .top-shop .main > a:nth-child(5n) {
    margin-right: 0;
  }
}

/* ----------  768 - 1011px  ---------- */
@media only screen and (min-width: 768px) and (max-width: 1011px) {

  div.blog .l-left {
    width: 60%;
  }

  div.blog .l-right {
    width: 36%;
  }
}

/* ----------  768 -  ---------- */
@media only screen and (min-width: 768px) {
  .fixed-page .menu.acd {
    display: block !important;
  }
}

/* ----------  - 767  ---------- */
@media only screen and (max-width: 767px) {
  .under-18 {
    text-align: center;
    font-size: 10px;
  }

  .fixed-page .head {
    margin-bottom: 20px;
  }

  .main-content {
    max-width: 480px;
    width: 90%;
  }

  .top-blog .item {
    background: #fff;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.4%;
  }

  .top-blog.campaign .item.free {
    margin-left: 2%;
  }

  .footer .upper .container {
    max-width: 480px;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer .upper .container .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .fixed-page .menu-title .btn {
    display: block;
    position: absolute;
    top: 1px;
    right: 20px;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 50%;
  }

  .fixed-page .l-right, .fixed-page .shop .l-right {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fixed-page .main {
    margin-top: 40px;
  }

  .fixed-page .l-right .l-container {
    margin-left: 0;
  }

  .fixed-page .l-left, .fixed-page .shop .l-left {
    float: none;
    width: 100%;
  }

  .fixed-page .menu a {
    text-align: center;
  }

  .fixed-page .menu div {
    margin: 20px 0 10px;
  }

  .fixed-page .menu {
    margin-bottom: 20px;
  }

  .fixed-page .present dl {
    margin-top: 8px;
    border-top: none;
    width: 100%;
    margin-bottom: 0;
  }

  .fixed-page .present dl dt {

  }

  .fixed-page .present dl dd {

  }

  div.blog .l-left {
    width: 100%;
  }

  div.blog .l-right {
    width: 100%;
  }

  .fixed-page .menu-title.acd {
    border-bottom: none;
  }

  .fixed-page .menu-title.acd.open {
  }

  .fixed-page .menu-title.acd:after {
    position: absolute;
    border: 1px solid;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 1;
    top: -1px;
    right: 10px;
    content: "+";
    display: block;
    font-size: 24px;
    font-weight: normal;
  }

  .fixed-page .menu-title.acd.open:after {
    content: "-";
  }

  .fixed-page .menu.acd {
    display: none;
  }

  .fixed-page .shop .l-right {
  }

  div.blog .blog-item blockquote {
    padding: 8px 34px;
  }

  div.blog .blog-item blockquote:before {
    content: "";
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
  }

  div.blog .blog-item blockquote:after {
    content: "";
    width: 16px;
    height: 15px;
    background-size: 16px 15px;
  }

  .single-shop .fixed-page .shop .main .in .banner .tel {
    font-size: 40px;
    bottom: 10px;
  }
}

/* ----------  -767  ---------- */
@media only screen and (max-width: 676px) {
  .main-container:before {
    background-size: 49px;
  }

  .main-container:after {
    background-size: 49px;
  }
}

/* ----------  480 - 767  ---------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .top-shop .item {
    width: 23%;
    margin-right: 2.65%;
  }

  .top-shop .main > a:nth-child(4n) {
    margin-right: 0;
  }

  .top-fixed .item {
    width: 49.2%;
    margin-left: 1.6%;
  }

  .top-fixed .item:nth-child(odd) {
    margin-left: 0;
  }

}

/* ----------  - 479  ---------- */
@media only screen and (max-width: 479px) {
  .top-image {
    padding-top: 53px;
  }

  #analyst, #scrutiny, #final {
    margin-top: -58px;
    padding-top: 82px;
  }

  .header {
    height: 58px;
  }

  .header .in {
  }

  .header .title {
    margin-left: 56px;
    padding-top: 15px;
  }

  .header .logo {
    background-size: 50px, 53px;
    height: 58px;
  }

  .header .title .ja {
    font-size: 20px;
    line-height: 1em;
  }

  .header .title .en {
    font-size: 11px;
    color: #F6F6F6;
  }

  a#menu-toggle {
    position: absolute;
    right: 15px;
    top: 5px;
  }

  .head_tel {
    display: none;
  }

  .under-18 > div {
    font-size: 9px;
    transform: scale(0.9);
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 50% 50%;
  }

  .top-fixed .item {
    width: 100%;
    margin-left: 0;
    max-height: 472px;
    margin-bottom: 4%;
  }

  .top-fixed .item .desc {
    font-size: 15px;
  }

  .top-blog .item {
    margin-bottom: 4%;
  }

  .top-shop {
    background: none;
    border: none;
    background-image: none;
  }

  .top-shop:before, .top-shop:after, .top-shop .in:before, .top-shop .in:after {
    height: 0;
  }

  .top-shop .head {
    padding: 0;
  }

  .top-shop .bg-stripe {
    background: none;

  }

  .top-shop .ornament {
    display: none;
  }

  .top-shop .head span {
    display: block;
    padding: 0;
  }

  .top-shop .in {
    border: none;
    padding: 0;
  }

  .top-shop .item {
    padding: 0;
    width: 32%;
    margin-right: 2%;
  }

  .top-shop .item img {
  }

  .top-shop .main {
    padding: 10px 0;
    margin: 0;
  }

  .top-shop .main > a:nth-child(3n) {
    margin-right: 0;
  }

  .top-blog .head, .top-fixed .head {
    font-size: 17px;
  }

  .top-blog.campaign .item {
    width: 100%
  }

  .top-blog.campaign .item img {
    width: 100%;
  }

  .top-blog.campaign .item.free {
    margin-left: 0;
  }

  .fixed-page .telephone .number {
    font-size: 38px;
    text-align: center;
    margin-left: 0;
  }

  .fixed-page .head .in {
    padding: 12px;
  }

  .fixed-page .head .right .ja {
    font-size: 18px;
  }

  .fixed-page .head .right .en {
    font-size: 11px;
  }

  .fixed-page .reason img.alignleft {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .page .main-content, .single .main-content, .archive .main-content {
    margin: 0 auto 0;
    padding: 80px 0 0;
  }

  div.blog .l-right .widget {
    margin-top: 50px;
  }

  .single-shop .fixed-page .shop .main .in .banner img {
    width: 100%;
  }

  .single-shop .fixed-page .shop .main .in .banner .tel {
    font-size: 7vw;
    bottom: 10px;
  }
}

/*   Master Slider   */
.bg-dot {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* opacity: 0.4; */
}

.ms-sl-selected:hover {
  cursor: pointer;
  opacity: 0.8;
}

.ms-thumb-list {
  background: #000000;
}

.ms-thumb-frame-selected {
  border: 2px solid #e0ccab;
  box-sizing: border-box;
}

.ms-thumb-frame:hover {
  opacity: 1;
  border: 2px solid #e0ccab;
  box-sizing: border-box;
  background: none;
}

.ms-thumb-frame:hover .bg-dot {
  background: none !important;
}

.ms-thumb-frame-selected .bg-dot {
  background: none;
}

.ms-thumb-frame {
  position: relative;
  opacity: 1;
}

.ms-skin-default .ms-nav-next {
  background: none !important;
  width: 46px !important;
  background-position: -89px -26px;
  height: 46px !important;
  cursor: pointer;
  top: 50%;
  right: -55px !important;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
  background: url(/wp-content/themes/tg_black/img/slide_arrow_r.png) !important;
}

.ms-skin-default .ms-nav-prev {
  background: none !important;
  width: 46px !important;
  background-position: -89px -26px;
  height: 46px !important;
  cursor: pointer;
  top: 50%;
  left: -55px !important;
  margin-top: -20px;
  position: absolute;
  z-index: 110;
  background: url(/wp-content/themes/tg_black/img/slide_arrow_l.png) !important;
}

.ms-skin-default .ms-nav-prev:hover, .ms-skin-default .ms-nav-next:hover {
  opacity: 0.8 !important;
}

.ms-view {
  overflow: visible !important;
}

.ms-inner-controls-cont:not(.ms-inner-controls-cont) {
  opacity: 0.4 !important;
}

.ms-thumb-list {
  margin-top: 0px !important;
  position: relative;
  height: 105px !important;
}

.ms-thumb-list:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin: 0px 0px 10px;
  background-image: -webkit-gradient(0deg, rgb(224, 204, 171) 0%, rgb(153, 132, 95) 100%);
  background-image: -moz-linear-gradient(0deg, rgb(224, 204, 171) 0%, rgb(153, 132, 95) 100%);
  background: linear-gradient(0deg, rgb(224, 204, 171) 0%, rgb(153, 132, 95) 100%);
}

.ms-thumb-list:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 101px;
  background-image: -webkit-gradient(0deg, rgb(224, 204, 171) 0%, rgb(153, 132, 95) 100%);
  background-image: -moz-linear-gradient(0deg, rgb(224, 204, 171) 0%, rgb(153, 132, 95) 100%);
  background: linear-gradient(0deg, rgb(224, 204, 171) 0%, rgb(153, 132, 95) 100%);
}

.ms-thumb-frame-selected {

}

.ms-thumb-frame {
  background: url(/wp-content/themes/tg_black/img/parts/bg_dot_bk.png) !important;
  background-repeat: repeat;

}

.ms-thumb-frame {
  box-sizing: border-box !important;
  position: relative;
}
