@charset "utf-8";
/*
Theme Name: makanaco
*/

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,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 19px;
  line-height: 1.8em;
  -webkit-text-size-adjust: 100%;
  font-family: "Arial", "Yu Gothic Medium", "游ゴシック Medium",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
  color: #000;
  letter-spacing: .2px;
  font-weight: 400;
  background: url(./img/bg.jpg) repeat left top / 190px;
}
.bold,h1,h2,h3,h4,h5,h6,strong,b {
  font-weight: bold;
  font-family: "Arial", "Yu Gothic Bold", "游ゴシック Bold",YuGothic, "游ゴシック体", Verdana, Meiryo, sans-serif;
}

/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-size: 15px;
    font-family:'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}
@media only screen and ( max-width : 991px ) {
  body {font-size: 16px;}
}
@media only screen and ( max-width : 320px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="number"] {
  height: 40px;
  padding:0 20px;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  border: none;
  margin:0;
  display: inline-block;
  background: #f7f7f7;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  /*width: 100%;*/
  border: 1px solid #c0c0c0;
  max-width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

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;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  padding:20px;
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 26px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 3.5px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 6px;
  width: 8px;
  height: 12px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #666;
  border: 1px #666 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 3.5px;
  left: 0;
  background-color: transparent;
  width: 20px;
  height: 20px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 6px #777 solid;
}

.select-wrap {
    position: relative;
    display: inline-block;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 16px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrowB.png) no-repeat center / 100%;
}
.mw_wp_form_confirm .select-wrap:before {
  content: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #f7f7f7;
    border: 1px solid #c0c0c0;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 767px ) {
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    padding: 0 5%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .br_pc {
    display: none;
  }
}

@media only screen and ( max-width : 480px ) {
  /*.box {
    margin-bottom: 20px;
  }
  .sp_box {
    margin-bottom: 20px;
  }*/
}

@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .br_sp {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  position: sticky;
  width: 100%;
  top: 0;
  /*left: 0;*/
  z-index: 99;
  background: url(./img/bg.jpg) repeat top left / 190px;
}
#header .container {
  position: relative;
}
#h_logo {
  /*position: absolute;*/
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
#h_logo a {
}

.reservation_btn {
  position: fixed;
  background: #fff000;
  border-radius: 50%;
  text-align: center;
}

@media only screen and ( max-width : 1199px ) {
  #header .container {
    max-width: 100%;
  }
}
@media only screen and ( max-width : 991px ) {
  #header {
    /*position: fixed;*/
    height: 70px;
  }
  #h_logo {
    width: 140px;
    display: flex;
    align-items: center;
    height: 70px;
  }
  .reservation_btn {
    font-size: 17px;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    right: -40px;
    bottom: -60px;
    padding-top: 35px;
    padding-right: 25px;
    box-shadow: -5px -5px 0 #dcdcdc;
  }
}

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

}

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

}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding-top: 60px;
    padding-bottom: 45px;
    transition: .5s;
  }
  #header.fixed {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #h_logo {
    width: 140px;
    margin-right: 20px;
  }
  #nav {
    margin-right: 120px;
  }
  .reservation_btn {
    font-size: 18px;
    width: 180px;
    height: 180px;
    padding: 80px 40px 30px 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    right: -20px;
    top: -50px;
    box-shadow: 5px 5px 0 #dcdcdc;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #h_logo {
    width: 207px;
    margin-right: 40px;
  }
  #nav {
    margin-right: 120px;
  }
  .reservation_btn {
    font-size: 22px;
    width: 230px;
    height: 230px;
    top: -80px;
  }
}



/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */
#nav li a {
  font-weight: bold;
  position: relative;
  display: block;
}

@media only screen and ( max-width : 991px ) {
  #menu_btn {
    top: 0;
    right: 0;
    transition: .3s;
  }
  #menu_btn.active {
    /*right: 15px;*/
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    /*min-height: 100vh;*/
    transition: all .5s;
    /*display: flex;
    flex-direction: column;*/
    /*justify-content: center;*/
  }
  #menu_btn {
    /*border: 1px solid #000;*/
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 70px;
    height: 70px;
    /*border-radius: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 24px;
    height: 18px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
   
  nav#nav {
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transform: translate(250px);
    transition: all .5s;
  }
  nav#nav.open {
    transform: translateZ(0);
  }
  nav#nav li {
    padding: 0 20px;
  }
  nav#nav li a {
    position: relative;
    padding: 15px 20px;
    /*display: inline-block;*/
    font-size: 16px;
    font-weight: bold;
  }

  nav#nav .menu-item-has-children .sub-menu {
    display: none;
    background: rgba(0,0,0,.04);
    padding: 20px;
  }
  nav#nav .menu-item-has-children > a:first-of-type {
    position: relative;
    padding-right: 2em;
  }
  nav#nav .menu-item-has-children > a:first-of-type:after {
    content: "▲";
    position: absolute;
    right: 10px;
    top: 50%;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em;
    transform:rotate(180deg);
    transition: .5s;
  }
  nav#nav .menu-item-has-children > a.open:first-of-type:after {
    transform:rotate(0deg);
  }
  nav#nav .menu-item-has-children > a.open:first-of-type {
    background: rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.3);
  }
  nav#nav .menu-item-has-children .sub-menu li {
    padding: 0;
    /*margin-bottom: 20px;*/
  }
  /*nav#nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }*/
}
@media print, screen and ( min-width : 992px ) {
  #menu_btn,.overlay {
    display: none;
  }
  #nav {
  }
  #nav li {
    position: relative;
    text-align: center;
    margin-right: 20px;
  }
  #nav li:last-child {
    margin-right: 0;
  }
  #nav li a {
    /*font-size: 17px;*/
    font-size: 1.3vw;
    padding: 10px 0;
  }
  #nav li a:hover {
    color: #777;
    /*transform: translate(0,3px);*/
  }

  #nav li ul {
    background: #fff;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 100%;
    margin-left: -100px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    z-index: -1;
    border: 1px solid #f5f5f5;
    box-shadow: 4px 4px 0 #dcdcdc;
    border-radius: 15px;
  }
  #nav li:hover ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    /*padding: 10px 0;*/
  }
  #nav li ul li {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #nav li ul li:last-child {
    border-bottom: none;
  }
  #nav li ul li a {
    line-height: 1.6em;
    /*color: #fff;*/
    padding: 15px;
    font-size: 1.3vw;
  }
  #nav li ul li a:hover {
    color: #fff000;
  }
}
@media print, screen and ( min-width : 1200px ) {
  #nav li a {
    font-size: 16px;
  }
  #nav li ul li a {
    font-size: 15px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #000;
  position: relative;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .f_logo {
  display: block;
  max-width: 207px;
}
.f_right li a {
  display: block;
  position: relative;
}
.f_right li li a {
  padding-left: 20px;
}
.f_right li li a:before {
  content: "";
  height: 1px;
  width: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}

@media only screen and ( max-width : 991px ) {
  .f_right ul {
    /*margin: 40px 0;*/
  }
  .copy {
    margin-top: 40px;
  }
  #footer .f_left {
    margin-bottom: 40px;
  }
  .f_right li {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .f_right li a {
    padding: 10px 0;
  }
  .f_right li li {
    border-bottom: none;
  }
}

@media only screen and ( max-width : 767px ) {
  #footer {
    padding: 40px 0 100px 0;
  }
  #footer .f_logo {
    width: 140px;
    margin-bottom: 30px;
  }
  #footer .copy {
  }
  .f_right li {
    /*width: 48%;
    margin-right: 4%;*/
    /*margin-bottom: 10px;*/
  }
}
@media only screen and ( max-width : 575px ) {

}

@media print, screen and ( min-width : 768px ) {
  #footer {
    padding: 80px 0;
  }
  #footer .f_logo {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .f_left {
    width: 30%;
  }
  .f_right {
    padding-top: 44px;
    width: 66%;
  }
  .f_right li {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .f_right li:last-child {
    margin-right: 0;
  }
  .f_right li ul {
    margin-top: 15px;
  }
  .f_right li li {
    margin-bottom: 0;
  }
  .copy {
    text-align: right; 
  }
}


/* ---------------------------------------------------------------------------------------------

　   BUTTON

--------------------------------------------------------------------------------------------- */

.btn {
  display: block;
  text-align: center;
  position: relative;
  padding: 30px 15px;
  max-width: 440px;
  margin: 0 auto;
  letter-spacing: 0.15em;
  transition: .2s;
  font-size: inherit;
  font-family: inherit;
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  box-shadow: 3px 3px 0 #dcdcdc;
  font-weight: bold;
  background: #fff;
}
.btn:after {
  content: ">";
  position: absolute;
  right: 30px;
  top: 50%;
  line-height: 1em;
  height: 1em;
  margin-top: -0.5em;
}
.btn:hover {
  opacity: 1;
  transform: translate(0,3px);
}

@media all and (-ms-high-contrast: none){

}

@media only screen and ( max-width : 767px ) {
  button.btn {
    width: 90%;
  }
}

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

@media print, screen and ( min-width : 768px ) {
  button.btn {
    width: 440px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
.bg_white {
  background: #fff;
}
.bg_gry {
  background: #f8f8f8;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%;
}

.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.8em;
  font-feature-settings: normal;
}
.color_red {
  color: #dc2222;
}
.lh2em {
  line-height: 2em;
}

.tit {
  position: relative;
  letter-spacing: 0.05em;
}
h2.tit:after {
  content: "";
  height: 1px;
  background: #3c3c3c;
  position: absolute;
  right: 0;
  top: 0.8em;
  /*top: 50%;
  margin-top: -0.5px;*/
}
.tit span {
  display: block;
}
#main_contents {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 -5px 0 #e7e7e7;
}
.sidebox {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 -5px 0 #e7e7e7;
  margin-bottom: 30px;
  padding: 30px 40px;
}
.sidebox:last-child {
  margin-bottom: 0;
}
.sidebox h3 {
  border-bottom: 2px solid #fff000;
  margin-bottom: 0.5em;
}
.sidebox li {
  border-bottom: 1px solid #222;
}
.sidebox li a {
  display: block;
  padding: 10px 0;
}
.sidebox li p.month_ttl {
  padding: 10px 0;
  cursor: pointer;
}
.sidebox li ul {
  border-top: 1px dotted #ccc;
}
.sidebox li ul li:last-child {
  border-bottom: none;
}
.sidebox li ul li a {
  padding-left: 1em;
}
@media only screen and ( max-width : 991px ) {
  #main_contents {
    margin-bottom: 40px;
    padding: 30px;
  }
	
}

@media only screen and ( max-width : 767px ) {
  #pankuzu {
    padding: 15px 0;
  }
  .breadcrumbs {
    padding: 5px 10px;
    font-size: 11px;
  }
  .sec {
    padding: 40px 0;
  }
  .box {
    margin-bottom: 40px;
  }
  h2.tit  {
    font-size: 40px;
    margin-bottom: 50px;
  }
  h2.tit  span {
    font-size: 17px;
  }
  #main_contents {
    padding: 30px 20px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #pankuzu {
    padding: 20px 0;
  }
  .breadcrumbs {
    padding: 10px 30px;
  }
  .sec {
    padding: 100px 0;
  }
  .box {
    margin-bottom: 100px;
  }
  #main {
  }
  h2.tit  {
    font-size: 55px;
    margin-bottom: 115px;
  }
  h2.tit  span {
    font-size: 20px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #main_contents {
    width: calc(100% - (280px + 30px));
    padding: 30px 40px;
  }
  #sidebar {
    width: 320px;
    margin-left: 30px;
  }

}
/* ---------------------------------------------------------------------------------------------

　   まずはカウンセリングを受けてみる（無料）

--------------------------------------------------------------------------------------------- */
.reservation_area {
  border: 3px solid #fff000;
  background: url(./img/bg2.jpg) repeat left top / 188px;
}
.reservation_area h3 {
  text-align: center;
}
.reservation_area a {
  display: block;
  text-align: center;
  background: #fff000;
}
@media only screen and ( max-width : 991px ) {
  .reservation_area {
    padding-bottom: 30px;
  }
  .reservation_text {
    padding: 30px;
  }
  .reservation_area h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .reservation_area a {
    font-size: 30px;
    padding: 20px;
  }
}

@media only screen and ( max-width : 767px ) {
  .reservation_area {
    padding-bottom: 20px;
  }
  .reservation_text {
    padding: 20px;
  }
  .reservation_area h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .reservation_area a {
    font-size: 20px;
    padding: 15px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .reservation_area {
    padding-bottom: 50px;
  }
  .reservation_text {
    padding: 50px;
  }
  .reservation_area h3 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .reservation_area a {
    font-size: 40px;
    padding: 30px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   INFORMATION

--------------------------------------------------------------------------------------------- */

.post_list:last-child {
  margin-bottom: 0;
}
.post_cat {
  text-align: center;
  border: 2px solid #7e7e7e;
  color: #7e7e7e;
  font-weight: bold;
}
.post_cat.post_cat_businesstrip {
  color: #00a197;
  border: 2px solid #00a197;
}
.post_cat.post_cat_school {
  color: #e74964;
  border: 2px solid #e74964;
}
.post_cat.post_cat_seminar {
  color: #e2b800;
  border: 2px solid #e2b800;
}
.post_list_tit a {
  text-decoration: underline;
}
@media only screen and ( max-width : 991px ) {
}

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

@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   VOICE

--------------------------------------------------------------------------------------------- */
.voice_box {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 5px #dcdcdc;
}
.voice_box:last-child {
  margin-bottom: 0;
}
.voice_box p {
  line-height: 2em;
}
.voice_box .name span {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.voice_box .name span:before {
  content: "";
  width: 26px;
  height: 39px;
  background: url(./img/voice_silhouette.png) no-repeat center / 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19.5px;
}
@media only screen and ( max-width : 991px ) {
  .voice_box {
    padding: 40px 25px;
    margin-bottom: 30px;
  }
  .voice_box h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .voice_box .name {
    margin-top: 40px;
    font-size: 14px;
  }
}

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

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  .voice_box {
    padding: 60px 40px;
    margin-bottom: 50px;
  }
  .voice_box h3 {
    font-size: 29px;
    margin-bottom: 45px;
  }
  .voice_box p {
    padding: 0 30px;
  }
  .voice_box .name {
    margin-top: 60px;
    font-size: 17px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   SERVICE

--------------------------------------------------------------------------------------------- */
.service_box {
  position: relative;
}
.service_box h4 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #dcdcdc;
  position: relative;
}
.service_box h4 .service_cam {
  position: absolute;
}
.service_box01 h4 {
  background: #00a197;
}
.service_box02 h4 {
  background: #e74964;
}
.service_box03 h4 {
  background: #e2b800;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .reservation_area {
    margin-bottom: 50px;
  }
  .service_box {
    margin-bottom: 50px;
  }
  .service_box:last-child {
    margin-bottom: 0;
  }
  .service_box h4 {
    height: 80px;
    font-size: 24px;
  }
  .service_box h4 .service_cam {
    top: -50px;
    right: -20px;
    width: 100px;
  }
  .service_box p {
    margin: 20px 0;
  }
  .service_box a {
    width: 160px;
    padding: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .reservation_area {
    margin-bottom: 180px;
  }
  .service_box {
    width: 30%;
    font-size: 17px;
    padding-bottom: 100px;
  }
  .service_box:last-child {
    margin-right: 0;
  }
  .service_box h4 {
    height: 100px;
    font-size: 26px;
    margin-bottom: 35px;
  }
  .service_box h4 .service_cam {
    top: -80px;
    right: -30px;
    width: 120px;
  }
  .service_box a {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 15px;
    display: inline-block;
    max-width: 200px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .service_box h4 {
    font-size: 30px;
    height: 120px;
  }

}
@media print, screen and ( min-width : 1200px ) {
  .service_box h4 .service_cam {
    top: -110px;
    right: -45px;
    width: 170px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 15px;
  margin: 4px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}
.wp-pagenavi span {
  color: #586c5d;
  border: 1px solid #586c5d;
}
.wp-pagenavi a {
  color: #586c5d;
  border: solid 1px #586c5d;
}
.wp-pagenavi a:hover{
    color:#fff;
    background-color:#586c5d;
    border-color:#586c5d;
    }
.wp-pagenavi span.current{
  color: #586c5d;
  border-color: #586c5d;
  font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}

.fadein_up {
  opacity: 0;
  transition: .8s;
  transition-delay: .5s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-delay: .5s;
  animation-duration: .5s;
}
@keyframes fadein_up__active {
    from {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}

.imgbgslide {
  position: relative;
  opacity: 0;
  transition-delay: .5s;
  overflow: hidden;
}
.imgbgslide.show {
  opacity: 1;
}
.imgbgslide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 1s;
}
.imgbgslide.show:before {
  animation-delay: .5s;
  animation-name: imgbgslide;
  animation-duration: 1s;
}
@keyframes imgbgslide {
    0% {
        height: 100%;
    }
    100% {
        height: 0;
    }
}

/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */

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

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

@media print, screen and ( min-width : 768px ) {
}