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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Noto+Sans+JP:wght@400;500&display=swap');
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: 14px;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  font-family: 'Roboto','メイリオ', 'Meiryo',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #020202;
  letter-spacing: .4px;
  font-weight: 400;
}
/* IE8〜11はメイリオ */
@media screen\0 {
  body {
    font-family: 'Roboto','Noto Sans JP', 'Segoe UI', /* Windowsの欧文 */
                 Meiryo,     /* メイリオ */
                 sans-serif;
  }
}
@media only screen and ( max-width : 767px ) {
  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: #2e2e2e;
}

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: block;
  background: #f1f9ff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  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;
  font-size: inherit;
  font-family: inherit;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 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 22px;
}
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: 2px;
  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: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 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: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow.png) no-repeat center / 100%;
}
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: #fff;
    border: 1px solid #ccc;
}
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 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  transition-delay: 2.5s;
  background: rgba(255,255,255,.9);
}
#side a {
  /*color: #fff;*/
}
#content {
  position: relative;
  z-index: 2;
}
@media only screen and ( max-width : 991px ) {
  #header {
    padding: 0 15px;
    height: 70px;
  }
  #h_logo {
    height: 70px;
    display: flex;
    align-items: center;
    width: 65px;
  }
  #contact_btn {
    display: none !important;
  }
  #contact_btn_sp {
    position: absolute;
    right: 0;
    top: 0;
    background: #00a0e9;
    z-index: 
  }
  #contact_btn_sp a {
    color: #fff;
    font-size: 9px;
    line-height: 1em;
    height: 70px;
    width: 70px;
  }
  #contact_btn_sp span {
    display: block;
    text-align: center;
    line-height: 1em;
  }
  #contact_btn_sp a .fa-mail_outline {
    font-size: 22px;
    margin-bottom: 5px;
  }
}

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

}

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

}

@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 0 20px;
  /*  height: 110px;*/
    height: 90px;
  }
  #h_logo {
    /*width: 92px;*/
    width: 120px;
  }
  #contact_btn_sp {
    display: none !important;
  }
  #contact_btn {
    position: fixed;
    z-index: 20;
    display: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    right: 0;
    padding: 2px;
    background: #00a0e9;
    top: 50%;
    margin-top: -90px;
  }
  #contact_btn a {
    display: block;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
    line-height: 60px;
    height: 180px;
    text-align: center;
    letter-spacing: 0.15em;
    font-size: 16px;
  }
  #contact_btn a .fa-mail_outline {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #header {
    padding: 0 40px;
  }
}

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

　   MENU

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

nav#nav li.current a:after {
  opacity: 1;
  left: 0px;
}
@media only screen and ( max-width : 991px ) {
  #menu_btn {
    top: 12px;
    right: 80px;
    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: 11;
    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: 50px;
    height: 50px;
    /*border-radius: 50px;*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    width: 16px;
    height: 12px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00a0e9;
    transition: all .5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 5px;
  }
  #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(-5px) rotate(45deg);
  }
   
  nav#nav {
    width: 250px;
    height: 100%;
    overflow: auto;
    padding: 90px 0;
    background-color: #00a0e9;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    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: 20px;
    display: block;
    color: #fff;
  }
  /*nav#nav li a:after {
    content: "";
    height: 8px;
    width: 8px;
    background: #ffae4e;
    left: 10px;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    opacity: 0;
  }*/
  nav#nav .menu-item-has-children .sub-menu {
    display: none;
    background: rgba(0,0,0,.1);
    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;
  }
  nav#nav .menu-item-has-children .sub-menu li a {
    padding: 0;
  }

}
@media print, screen and ( min-width : 992px ) {
  #menu_btn,.overlay {
    display: none;
  }
  #nav {
    width: 70%;
  }
  #nav li {
    position: relative;
  /*  font-size: 13px; */
    font-size: 16px;
  }
  #nav li a {
    display: block;
    padding: 20px;
  }
  #nav li a:hover,#nav .current-menu-item a {
    color: #00a0e9;
  }
  #nav .current-menu-item li a {
    color: #fff;
  }
  #nav li.menu_contact {
    margin-left: 20px;
  }
  #nav li.menu_contact a {
    border: 1px solid #00a0e9;
    color: #00a0e9;
    line-height: 40px;
    padding: 0 20px;
  }
  #nav li.menu_contact a:hover {
    background: #00a0e9;
    color: #fff;
  }
  #nav li.menu_contact a:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    margin-right: 7px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
  }

  #nav li ul {
    background: #111;
    position: absolute;
    width: 200px;
    left: 50%;
    top: 100%;
    margin-left: -100px;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    z-index: -1;
  }
  #nav li:hover ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    padding: 10px 0;
  }
  #nav li ul li a {
    line-height: 1.6em;
    color: #fff;
    padding: 10px 20px;
  }
  #nav li ul li a:hover {
    color: #00a0e9;
  }
}
@media print, screen and ( min-width : 1200px ) {

}



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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #fff;
}
#footer .copy {
  text-align: center;
  font-size: 10px;
}
#f_nav {
  font-size: 13px;
}
#f_nav.f_nav_small {
  font-size: 12px;
}
#f_nav li:last-child {
  margin-right: 0;
}
#f_nav li ul {
  display: none;
}
#f_nav li a {
/*  display: block; */
  position: relative;
}
@media only screen and ( max-width : 991px ) {
  #footer {
    padding: 40px 0;
  }
  #f_nav {
    margin-bottom: 20px;
  }
  #f_nav li {
    margin-right: 20px;
  }

}

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

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

}

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

}
@media print, screen and ( min-width : 992px ) {
  #footer {
    padding: 60px 0;
  }
  #f_nav {
    margin-bottom: 20px;
  }
  #f_nav li {
    margin-right: 40px;
  }
  #f_nav.f_nav_small li {
    margin-right: 30px;
  }
}


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

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  text-align: center;
  border: 1px solid #00a0e9;
  margin: 0 auto;
  font-weight: bold;
  background: #00a0e9;
  color: #fff;
  padding: 15px;
    min-width: 170px;
    width: 50%;
}
.btn:hover {
  background: #fff;
  color: #00a0e9;
}
.btn.back {
  background: #b3b3b3;
  border: 1px solid #b3b3b3;
}
.btn.back:hover {
  color: #b3b3b3;
  background: #fff;
}

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

}

@media only screen and ( max-width : 767px ) {
  .btn {
    font-size: 12px;
  }
}

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

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

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

　   STYLE

--------------------------------------------------------------------------------------------- */
.ofh {
  overflow: hidden;
}
.bg_bry {
  background: #fafafa;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.content_tit {
  line-height: 1.2em;
}
.content_tit span {
  display: block;
}
.content_tit_center {
  text-align: center;
}
.breadcrumbs {
  background: #fff;
}
.tit {
  text-align: center;
  letter-spacing: 0.1em;
}
.tit span:before {
  content: "/";
}
.tit span span:before {
  content: none;
  margin: 0;
}
@media only screen and ( max-width : 991px ) {
  h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .tit {
    font-size: 1.34rem;
    margin-bottom: 20px;
  }
  .tit span {
    font-size: 12px;
  }
  .tit span:before {
    margin: 0 10px;
  }
  #main {
    margin-top: 40px;
  }
	
}

@media only screen and ( max-width : 767px ) {
  #pankuzu {
    padding: 15px 0;
  }
  .breadcrumbs {
    padding: 5px 10px;
    font-size: 11px;
  }
  .sec {
    padding: 30px 0;
  }
  h3 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #pankuzu {
    padding: 20px 0;
  }
  .breadcrumbs {
    padding: 10px 30px;
  }
  .sec {
    padding: 60px 0;
  }
  h2 {
  }
  h3 {
    font-size: 25px;
    margin-bottom: 40px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #main {
    /* margin-top: 110px; */
    margin-top:60px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .tit {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .tit span {
    font-size: 16px;
  }
  .tit span:before {
    margin: 0 15px;
  }
  .content_tit {
    font-size: 50px;
  }
  .content_tit span {
    font-size: 16px;
  }

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

}


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

　   NEW POST

--------------------------------------------------------------------------------------------- */
.new_post_slide_box {
  position: relative;
}
.new_post_slide_box_inner {
  position: relative;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.16);
}
.new_post_slide_thumb,.new_post_txt {
  position: relative;
  z-index: 10;
  background: #fff;
}
.new_post_tit {
  font-weight: bold;
}
.post_box {
  background: #fff;
}
.single_content p {
  margin-bottom: 1.5em;
}
@media only screen and ( max-width : 991px ) {
  .post_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .post_box:nth-child(2n) {
    margin-right: 0;
  }
  .new_post_slide_thumb img {
    height: 200px;
  }

}
@media only screen and ( max-width : 767px ) {
  .new_post_slide_box {
    padding: 0 20px;
  }
  .new_post_slide_thumb {
  }
  .new_post_slide_thumb img {
  }
  .new_post_txt {
    padding: 15px;
  }
  .new_post_tit {
  }
  .new_post_ex {
    margin-top: 10px;
  }
  .post_box {
    width: 100%;
    margin-right: 0;
  }
  .new_post_slide_thumb img {
    height: 240px;
  }
}

@media only screen and ( max-width : 575px ) {
  .new_post_slide_thumb img {
    height: 200px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .post_slide {
  }
  .new_post_slide_box {
    padding: 0 25px 15px 25px;
  }
  .new_post_txt {
    padding: 25px;
  }
  .new_post_tit {
    font-size: 18px;
  }
  .new_post_ex {
    margin-top: 15px;
  }
  .new_post_ex {
    font-size: 14px;
  }
  .new_post_slide_thumb img {

  }
}
@media print, screen and ( min-width : 992px ) {
  .post_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .post_box:nth-child(3n) {
    margin-right: 0;
  }
  .new_post_slide_thumb img {
    height: 160px;
  }
  .single_content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .post_box {
    width: 23.5%;
    margin-bottom: 30px;
  }
  .post_box:nth-child(3n) {
    margin-right: 2%;
  }
  .post_box:nth-child(4n) {
    margin-right: 0;
  }
  .new_post_slide_thumb img {
    height: 250px;
  }
  .post_wrap .new_post_slide_thumb img {
    height: 200px;
  }
}

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

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 8px 15px;
  margin: 2px;
  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: #929292;
  border: 1px solid #929292;
}
.wp-pagenavi a {
  color: #020202;
  border: solid 1px #020202;
}
.wp-pagenavi a:hover{
    color:#FFF;
    background-color:#020202;
    border-color:#020202;
    }
.wp-pagenavi span.current{
  color: #FFF;
  background-color: #020202;
  border-color: #020202;
  font-weight: bold;
}

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

　   Contact

--------------------------------------------------------------------------------------------- */
#contact {
  color: #fff;
}
#contact p {
  font-weight: bold;
}
.contact_btn {
  background: rgba(255,255,255,.8);
  text-align: center;
  padding: 15px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.contact_btn:hover {
  background: rgba(255,255,255,1);
  opacity: 1;
}
.contact_btn:before {
  content: "";
  height: 2px;
  background: #111;
  left: 0;
  top: 50%;
  margin-top: -1px;
  position: absolute;
  transition: .5s;
}
.contact_btn:hover:before {
  width: 0;
}
#contact .tit {
  margin-top: 0 !important;
}
@media only screen and ( max-width : 767px ) {
  #contact {
    background: url(./img/contact_bg_sp.jpg) no-repeat center / cover;
  }
  .contact_btn {
    width: 90%;
    font-size: 18px;
  }
  .contact_btn:before {
    width: 40px;
  }
}

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

@media print, screen and ( min-width : 768px ) {
  #contact {
    background: url(./img/contact_bg.jpg) no-repeat center / cover;
  }
  .contact_btn {
    width: 400px;
    font-size: 20px;
  }
  .contact_btn:before {
    width: 80px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #contact p {
    text-align: center;
  }
}


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

　   SERVICE

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

#service .lead {
  font-weight: bold;
}
#service .service_menu {
  position: relative;
  overflow: hidden;
}
#service .service_menu picture{
  height:100%;
}

#service .service_menu:hover img {
  /*transform:scale(1.2,1.2);*/
}
#service .service_menu a,#service .service_menu span.pre {
  z-index: 10;
  color: #fff;
  font-weight: bold;
	margin-top: 30px;
}
#service .service_menu p {
  text-align: center;
  letter-spacing: 0.1em;
}
#service .service_menu_right .service_menu {
  width: 50%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
#service .service_menu_right .service_menu:nth-child(1),#service .service_menu_right .service_menu:nth-child(2) {
  border-top: none;
}
#service .service_menu_right .service_menu:nth-child(2n) {
  border-right: none;
}

@media only screen and ( max-width : 991px ) {
  #service .service_menu {
    font-size: 0.9rem;
  }
  #service .service_menu .viewmore {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 767px ) {
  #service .service_menu_left {
    border-bottom: 1px solid #fff;
  }
	#service .service_txt{
		width:95%;
		display:block;
		margin: 20px auto 40px auto;
	}/*20250826追加*/
	#service .service_txt .txt_s{
		font-size:0.9rem;
	}*20250826追加*/
	.service_txt h2{
		font-size: 1.7rem;
		margin-bottom:10px;
		text-align:center;
	}/*20250826追加*/
	#service .service_txt h3{
		font-size: 1.1rem;
        text-align: center;
        margin-bottom: 20px !important;
	}/*20250826追加*/
	.service_txt p{
		text-align:left !important;
	}/*20250826追加*/
}

@media print, screen and ( min-width : 768px ) {
	#service .wid{
	width:80%;
	margin:0 auto;
}/*20250826追加*/
	#service .service_menu img {
  width:90%;
}/*20250826追加*/
	#service .service_txt{
	width:85%;
	display:block;
	}/*20250826追加*/
	#service .service_txt .txt_s{
		font-size:0.9rem;
	}*20250826追加*/
	.service_txt h2{
		font-size: 1.7rem;
		margin-bottom:10px;
	}/*20250826追加*/
	#service .service_txt h3{
		font-size: 1.1rem;
        text-align: left;
        margin-bottom: 20px !important;
		}/*20250826追加*/
	
	.service_txt p{
		text-align:left !important;
	}/*20250826追加*/
	
  #service .service_menu:first-of-type {
  }
  #service .service_menu_left {
    width: 33.3333333333%;
    border-right: 1px solid #fff;
  }
  #service .service_menu_right {
    width: 66.6666666667%;
  }
}

@media print, screen and ( min-width : 992px ) {
  #service .service_menu {
    font-size: 0.9em;
	margin-bottom:80px;
  }
  #service .service_menu .viewmore {
    font-size: 14px;
  }
  #service .lead {
    text-align: center;
  }
}


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

　   kowdawari 20250828追加

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

#kodawari{
	background-color:#d7ebe7;
}
#kodawari h2{
	text-align:center;
}

#kodawari .tit span:before{
	content:none;
}

@media print, screen and ( min-width : 768px ) {
#kodawari .flx{
	 display:flex;
}
#kodawari .left_box{
	width:55%;
}
#kodawari img{
	width:65%;
	margin-left:10%;
}
	#kodawari .hexagon_box01 {
	display: inline-block;
    position: relative;
    width: 32px;
    height: 35px;
	margin: 0 6%;
    background: #ffffff;
    clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
}
@media only screen and ( max-width : 767px ) {
	#kodawari .flx{
	 display:block;
}
	#kodawari img{
	width:75%;
	display:block;
	margin: 0 auto;
}
	#kodawari .hexagon_box01 {
	display: inline-block;
    position: relative;
    width: 20px;
    height: 22px;
    margin: 0 3% -1% 3%;
    background: #ffffff;
    clip-path: polygon(50% 0, 99% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

}

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

　   BLACK

--------------------------------------------------------------------------------------------- */
.black_temp {
  background: #000;
}
.black_temp #main {
  color: #fff;
}
.black_temp #header {
  background: rgba(0,0,0,.9);
}
.black_temp .banner {
  background: #1b1b1b;
}
.banner li a {
  display: block;
}

@media only screen and ( max-width : 991px ) {
  .black_temp #main {
    margin-top: 0;
    padding-top: 70px;
  }
  .black_temp #contact_btn_sp {
    background: #a99561;
  }
  .black_temp .menu-trigger span {
    background: #a99561;
  }
  .black_temp nav#nav {
    background: #a99561;
  }
  .banner li {
    width: 49%;
    margin-right: 2%;
  }
}
@media only screen and ( max-width : 767px ) {
  .banner li {
    width: 100%;
    margin-bottom: 15px;
  }
  .banner li:last-child {
    margin-bottom: 0;
  }
}

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

@media print, screen and ( min-width : 768px ) {
  .banner li:last-child {
    margin-right: 0;
  }
}


@media print, screen and ( min-width : 992px ) {
  .black_temp #main {
    margin-top: 0;
    padding-top: 110px;
  }
  .black_temp #contact_btn {
    background: #a99561;
  }
  .black_temp #header a {
    color: #fff;
  }
  .black_temp #header #nav li.menu_contact a {
    border: 1px solid #a99561;
    color: #a99561;
  }
  .black_temp #header #nav li.menu_contact a:hover {
    color: #fff;
    background: #a99561;
  }
  .black_temp #nav li a:hover {
    color: #a99561;
  }
  .banner li {
    margin-right: 50px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   ANIMATION

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

.fadein_up {
  opacity: 0;
  transition: .8s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  /*transition-delay: .5s;*/
}


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

　   XXXX

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

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

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

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