@charset "utf-8";
/*
theme Name: entofuku-template
Author: entofuku
Description: entofuku original theme
version： 1.0.0
*/

body {
  line-height: 1.8;
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a{
  text-decoration: none;
  display: block;
}
form{
  margin:0;
  padding:0;
}
.wrap {
  margin: 0 auto;
  padding: 40px 0 50px;
}
.top-wrap {
  margin: 0 auto;
  padding: 0;
}
.ffsm{
  font-family: "Shippori Mincho", serif;
}
.ffns{
  font-family: "Noto Sans JP", sans-serif;
}
.ffpp{
  font-family: "Poppins", sans-serif;
}
.ttl{
  color: #423500;
  font-size: 45px;
}
.ttl_en{
  display: block;
}
.ttl_en img{
  display: inline-block;
}
/* SP */ @media only screen and (max-width: 767px){
  body {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 3rem 0 4rem;
  }
}

/*コンテンツのサイズ指定*/
.container {
padding: 1rem 0 5rem;
box-sizing: border-box;
max-width: 1000px;
margin-right: auto;
margin-left: auto;
}
.container:after {
display: block;
clear: both;
content: '';
}
.container.page_container {
width: auto;
max-width: 100%;
padding: 0;
}
.contents {
width: 730px;
margin-top: 1.5rem;
margin-right: 30px;
padding: 0 30px 4rem;
float: left;
/*width: 70%;
margin-right: 3%;*/
background-color: #fff;
box-sizing: border-box;
}
.contents_full {width: 100%;}


/*---------------------------------------------------------
固定ページフリーデザイン用
---------------------------------------------------------*/
.free_cont {
width: 100%;
margin: 0;
padding: 0;
}
.sidebar {
width: 240px;
margin-top: 15px;
float: left;
/*width: 27%;*/
}

/* SP */ @media only screen and (max-width: 767px){
  .container {
  /*padding: 2rem 1.25rem;*/
  padding: 1rem 2%;
  }
  .contents {
  margin-top: 1.5rem;
  padding: 1rem 5%;
  }
  .sidebar {
  margin-top: 3em;
  }
}


/*---------------------------------------------------------
header-CSS ヘッダー
---------------------------------------------------------*/
header {
  width: 100%;
  height: 90px;
  background: #fff;
  position: sticky;
  z-index: 1000;
  transition: all 0.3s ease;
  padding-left: 40px;
  padding-right: 40px;
}
.header_wrap {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.is-animation {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease;
}

.home .header .nav_wrap{
  display: none;
}

/* header-PC */@media print, screen and (min-width: 768px){
body , html{min-width: 1200px;}
html {overflow:auto;}
/* main {padding-top: 45px;} */

.header .header_logo a{
  width: 196px;
}
.header .head_title{
  padding-left: 20px;
  color: #685b25;
  line-height: 1.4;
  font-weight: 600;
}
.header .head_title01{
  border-top: 1px solid #7c6e2c;
  border-bottom: 1px solid #7c6e2c;
  padding: 0px 20px;
  display: block;
}


.nav_wrap {
width: 100%;
height: 50px;
background-color: #d1b333;
z-index: 1000;
}
#global-nav.m_fixed {
  position: fixed;
  top: 90px;
	left: 0;
}
ul.nav {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.nav > li {
width: 100%;
display: table-cell;
vertical-align: middle;
position: relative;
}
.nav > li::after {
content:"";
display: inline-block;
width: 1px;
height: 25px;
background-color: #fff;
position: absolute;
top: 14px;
left: 0;
}
.nav > li:first-child:after {
  display: none;
}
.nav > li > a {
width: 100%;
height: 50px;
line-height: 50px;
font-size: 1.6rem;
font-weight: 600;
text-align: center;
color: #fff;
text-decoration: none;
display: block;
}
.nav > li > a:hover {
opacity: 0.7;
transition: .3s;
}
.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

/* floatクリア */
.header .nav:before,
.header .nav:after {
    content: " ";
    display: table;
}

.header .nav:after {
    clear: both;
}

.header .nav {
    *zoom: 1;
}
.header li.menu__mega .menu__second-level {
  padding-top: 15px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 1000px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.header li.menu__mega .menu__second-level .menu_second_title {
  width: 100%;
  padding-top: 15px;
  border-radius: 15px 15px 0 0;
  background-color: rgba(0,91,172,.9);
}
.header li.menu__mega .menu__second-level .menu_second_title p {
color: #fff;
}
.header li.menu__mega .menu__second-level > ul {
  padding: 20px 2% 0;
  background-color: rgba(0,91,172,.9);
  border-radius: 0 0 15px 15px;
}
.header li.menu__mega:hover .menu__second-level {
    top: 80px;
    visibility: visible;
    opacity: 1;
}
.header li.menu__mega .menu__second-level > ul > li {
    float: left;
    width: 32%;
    border: none;
    margin-bottom: 20px;
}
.header li.menu__mega .menu__second-level > ul > li a {
  height: 85px;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 15px;
  color: #3c4357;
  text-decoration: none;
  background-color: #fff;
  display: block;
}
.header li.menu__mega .menu__second-level > ul .nav_img {
  width: 55px;
  margin-right: 1em;
  float: left;
}
.header li.menu__mega .menu__second-level > ul > li a .nav-sectxt {
  margin-top: 1em;
  display: inline-block;
}
.header li.menu__mega .menu__second-level > ul > li:last-child a .nav-sectxt {
  margin-top: 0;
  display: inline;
}
.header li.menu__mega .menu__second-level > ul > li:nth-child(3n+2) {
  margin: 0 1%;
}
/*  教育コラム用メニュー  */
.header li.menu__mega.navi-column .menu__second-level {
left: auto;
right: 0;
transform: none;
}
.header li.menu__mega.navi-column .menu__second-level > ul > li:last-child a .nav-sectxt {
  margin-top: 1em;
  display: inline-block;
}
.header .menu_toggle {
display: none;
}
/* main {
display: block;
} */
.contact_btn{
  display: flex;
  column-gap: 20px;
}
.btn {
  width: 225px;
}
.btn a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #ea9c00;
  color: #fff;
  border-radius: 50px;
}
.contact_btn .btn a::before{
  content: '';
  background-image: url(images/ico_mail.svg);
  display: inline-block;
  width: 15px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.head_tell .head_tell_num a::before{
  content: '';
  background-image: url(images/ico_tel_orange.svg);
  display: inline-block;
  width: 18px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 5px;
}

.head_tell .head_tell_num a{
  text-decoration: none;
  font-size: 32px;
  color: #000;
}

.head_tell .head_tell_hours{
  padding-left: 26px;
}

}

/* header-PC Large device */@media print, screen and (max-width: 1250px){
.header .nav li {
padding: 0 10px;
}
.header .nav li a {
font-size: 1.4rem;
}
header.is-animation .nav li {
padding: 0 10px;
}
header.is-animation .nav li a {
font-size: 1.4rem;
}
.header li.menu__mega .menu__second-level > ul > li:nth-child(4) a .nav-sectxt {
margin-top: .5em;
display: inline;
}
}

/* header-SP */@media screen and (min-width: 768px) and (max-width: 920px) {
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .header_logo a {
    width: 175px;
  }
  .header .head_title {
    padding-left: 10px;
  }
  .header .head_title01{
    font-size: 15px !important;
    padding: 6px 10px;
  }
  .head_tell .head_tell_num a::before {
    width: 16px;
    height: 22px;
  }
  .head_tell .head_tell_num a{
    font-size: 3.6vw;
  }
  .head_title02 {
    display: none;
  }
  .contact_btn {
    column-gap: 10px;
  }
  header .btn{
    width: 200px;
  }

}

/* header-SP */@media screen and (max-width: 767px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header_wrap{
    height: 60px;
  }
  .head-animation {transform: translateY(-100%); transition: 2s;}

  .header .head_title{
    padding-left: 10px;
    color: #685b25;
    line-height: 1.4;
    font-weight: 600;
  }
  .header .head_title01{
    border-top: 1px solid #7c6e2c;
    border-bottom: 1px solid #7c6e2c;
    padding: 0px 10px;
    display: block;
  }
  .head_title02 {
    display: none;
  }
  .header .header_logo a{
    width: 165px;
  }
  .nav_wrap {
  background: #fff;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  padding: 0 4% 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  }
  .nav li a {
    padding-top: 40px;
    color: #423500;
    line-height: 1;
  }
   .nav li:last-child a {
    padding-bottom: 40px;
   }
  .header li.menu__mega .menu__second-level > ul > li {
  width: 100%;
  margin: 0 auto;
  }
  .header li.menu__mega .menu__second-level .menu_second_title {
  margin-bottom: 15px;
  padding: 10px 0;
  line-height: 1.5;
  background-color: #f5f5f5;
  border-radius: 15px;
  }
  .header li.menu__mega .menu__second-level > ul > li a {
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 15px;
  color: #3c4357;
  text-decoration: none;
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  .header li.menu__mega .menu__second-level > ul .nav_img {
  width: 25%;
  margin-right: 1em;
  }
  .header li.menu__mega .menu__second-level > ul > li a .nav-sectxt {
  width: 65%;
  margin-top: 1em;
  text-align: left;
  }
  .header li.menu__mega .menu__second-level > ul > li:last-child a .nav-sectxt {
  margin-top: 0;
  float: right;
  }
  .header li.menu__mega .menu__second-level > ul > li:nth-child(3n+2) {
  margin: 0 1%;
  }
  /* .nav_wrap .cont_tell {
  width: 90%;
  margin: 1em auto 0;
  padding-left: 15%;
  background: url( "./images/tell_ico.png" ) top 5px left 0 / 15% auto no-repeat;

  } */
  .cont_tell .cont_tell_num a::before {
    content: '';
    background-image: url(images/ico_tel_orange.svg);
    display: inline-block;
    width: 20px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5px;
  }
  
  .cont_tell .cont_tell_num a{
    text-decoration: none;
    font-size: 34px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  
  /* .nav_wrap .tellnum a {
  line-height: 1;
  font-size: 10vw;
  } */
  /* .btn a {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #ea9c00;
    color: #fff;
    border-radius: 50px;
  }
  .btn a::before {
    content: '';
    background-image: url(images/ico_mail.svg);
    display: inline-block;
    width: 15px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10px;
  } */
  .nav_wrap .btn {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .nav_wrap .btn a {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #ea9c00;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav_wrap .btn a::before{
    content: '';
    background-image: url(images/ico_mail.svg);
    display: inline-block;
    width: 27px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 10px;
  }


  


  /*=============================
  menu_toggle
  =============================*/
  .menu_toggle {
  width: 60px;
  height: 60px;
  padding: 18px 0px 0 15px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1000;
  }
  .btn_trigger {
  width: 30px;
  height: 23px;
  position: relative;
  }
  .btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ddb305;
  }
  .btn_trigger, .btn_trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
  }
  .btn_trigger span:nth-of-type(1) {
  top: 0;
  }
  .btn_trigger span:nth-of-type(2) {
  top: 10px;
  }
  .btn_trigger span:nth-of-type(3) {
  bottom: 0;
  }
  .menu_toggle .menu_txt {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: -18px;
  text-align: center;
  left: 1px;
  transition: opacity .6s ease, visibility .6s ease;
  }
  /*=============================
  menu_toggle - is-open
  =============================*/
  .is-open .btn_trigger span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  }
  .is-open .btn_trigger span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 .8s forwards;
  animation: active-btn05-bar02 .8s forwards;
  }
  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }
  .is-open .btn_trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
  }
  .is-open .menu_toggle .menu_txt {
  visibility: hidden;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  }
  .is-open {
  overflow: hidden;
  }
  .is-open .nav_wrap {
    visibility: visible;
    opacity: 1;
    transition: opacity .6s ease, visibility .6s ease;
    background-color: #f4f3ed;
  }
  .is-open .nav_wrap .btn a {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
  }
  main {
  display: block;
  }
}


/*---------------------------------------------------------
footer-CSS フッター
---------------------------------------------------------*/
footer {
width: 100%;
color: #fff;
background-color: #2c353d;
}
.footer-copy {
padding: 25px 0;
background: #382e02;
}
address{
color: #fff;
font-style: normal;
text-align: center;
}
/*-- ▼Footer フッター ▼ --*/
/* sp */
@media only screen and (max-width: 767px){
  footer {padding: 0;}
  .footer-copy {
  padding: 1em 5%;
  line-height: 1.4;
  text-align: center;
  }
}


/*---------------------------------------------------------
パンくず
---------------------------------------------------------*/
.breadcrumbs span {
margin-right: 3px;
font-size: 1.4rem;
}


/*---------------------------------------------------------
sidebar-CSS サイドバー
---------------------------------------------------------*/
/* SP サイドバーお問い合わせバナーはSPで非表示 */
.sidebar-title {
font-size: 1.8rem;
box-sizing: border-box;
margin: 0 0 2rem;
padding: .85rem;
color: #fff;
}
.widget_nav_menu .sidebar-title {
margin: 0;
padding: .5rem .5rem 0;
font-size: 2.2rem;
text-align: center;
color: #fff;
border-bottom: 0;
background-color: #267d2b;
box-sizing: border-box;
}
.side-menu p {
font-size: 1.5rem;
color: #3c4357;
}
#custom_html-2 .sidebar-title {
margin-bottom: 0;
padding: .85rem .85rem 0;
font-size: 1.5rem;
line-height: 1.2;
color: #3c4357;
text-align: center;
border-top: 1px solid #3c4357;
}
#custom_html-2 .sidesol-subtitle {
margin-bottom: 1em;
padding-bottom: .85rem;
font-size: 1.3rem;
font-weight: bold;
text-align: center;
border-bottom: 1px solid #3c4357;
}
#custom_html-2 .side-menu-title {
line-height: 1.4;
margin-bottom: 1em;
}
.side-menu ul  {
margin-bottom: 1em;
}
.side-menu ul li {
background-color: #fff;
margin-bottom: 10px;
}
.side-menu ul li a {
width: 100%;
height: 100%;
padding: 15px;
text-decoration: none;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}
.side-menu ul li a .side-solu-img {
width: 20%;
height: auto;
margin-right: 5%;
}
.side-menu ul li a span.nav-sectxt {
width: 75%;
font-size: 1.4rem;
text-decoration: none;
color: #3c4357;
}
/* 検索ボックスの「検索」テキスト非表示 */
#sidebar .screen-reader-text {display: none;}
#sidebar .search-form input {
padding: 5px;
border-radius: 5px;
}
#sidebar .search-form .search-submit {
background-color: #00a2e6;
color: #fff;
font-weight: bold;
padding: 7px 10px;
}
/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
list-style: none;
}
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
position: relative;
margin-bottom: .85rem;
}
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
text-decoration: none;
color: #333;
}
.sidebar-wrapper a:hover {
opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories .sidebar-title {
font-size: 1.8rem;
box-sizing: border-box;
margin: 0;
padding: .85rem;
text-align: center;
}
.widget_categories ul {
padding: 0.85rem;
}
.widget_categories li {
margin-bottom: .85rem;
display: block;
}
.widget_categories li a {
padding: 1.5rem 3.2rem 1.5rem 1.5rem;
font-size: 1.4rem;
font-weight: bold;
position: relative;
display: block;
}
.widget_categories li a::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 50%;
right: 2rem;
content: "\f105";
transform: translateY(-50%);
}
.widget_categories li a:hover::before {
transform: translate(10px, -50%);
transition: .3s;
}
.widget_categories .children {
margin-bottom: .85rem;
padding: 0;
padding-left: 1.7rem;
}
.widget_categories .children li {
margin-bottom: 0;
}
.widget_categories .children li a {
font-size: 1.5rem;
background-color: transparent;
}
.widget_categories .children li a::before {
position: absolute;
top: 50%;
left: 1.5rem;
content: '∟';
transform: translateY(-50%);
color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {display: none;}
.widget_archive .screen-reader-text {
position: relative;
display: block;
height: 0;
text-indent: -9999999px;
}
.widget_categories form {position: relative;}
.widget_categories form::after {
position: absolute;
top: 50%;
right: 1rem;
content: '▼';
transform: translateY(-50%);
pointer-events: none;
}
.widget_categories .postform,
.widget_archive select {
font-size: 1.6rem;
width: 100%;
padding: 4px 10px;
cursor: pointer;
border: 1px solid #e0e3ef;
border-radius: 0;
background-color: #f4f5f9;
-webkit-appearance: none;
-moz-appearance: none;
}
.widget_archive label::after {
position: absolute;
top: .85rem;
right: 1.7rem;
content: '▼';
text-indent: 0;
pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
font-size: .9rem !important;
line-height: 1;
position: relative;
display: inline-block;
margin-bottom: .85rem;
padding: 3.4rem .85rem;
text-decoration: none;
color: #00a2e6;
border: 1px solid #000;
background-color: #fff;
}

/*メインメニューデザイン*/
.widget_nav_menu .sidebar-title {
font-size: 1.8rem;
box-sizing: border-box;
margin: 0;
padding: .85rem;
color: #00a2e6;
background: #fff;
text-align: center;
}
.widget_nav_menu ul {
padding: 0.85rem;
}
.widget_nav_menu li {
margin-bottom: .85rem;
display: block;
}
.widget_nav_menu li a {
padding: 1.5rem 3.2rem 1.5rem 1.5rem;
font-size: 1.4rem;
font-weight: bold;
color: #fff;
background: #005bac;
position: relative;
display: block;
}
.widget_nav_menu li a::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 50%;
right: 1.5rem;
content: "\f061";
transform: translateY(-50%);
color: #fff;
}
.widget_nav_menu li a:hover::before {
transform: translate(10px, -50%);
transition: .3s;
}
.widget_nav_menu .children {
margin-bottom: .85rem;
padding: 0;
padding-left: 1.7rem;
background-color: #267d2b;
}
.widget_nav_menu .children li {
margin-bottom: 0;
}
.widget_nav_menu .children li a {
font-size: 1.5rem;
background-color: transparent;
}
.widget_nav_menu .children li a::before {
position: absolute;
top: 50%;
left: 1.5rem;
content: '∟';
transform: translateY(-50%);
color: #fff;
}

/* sp */ @media only screen and (max-width: 767px){
  .side-menu ul li {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  }
  .widget_nav_menu ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  }
}

/*最近の投稿*/
.widget_recent_entries li {
padding-bottom: .6rem;
}
.widget_recent_entries li a:before {
font-family: 'Font Awesome 5 Free';
font-weight: bold;
font-weight: 900;
position: absolute;
left: 5px;
content: '\f303';
}
.widget_recent_entries li a {
display: block;
margin-bottom: .3rem;
padding-left: 2.6rem;
}
.widget_recent_entries .post-date {
font-size: .8rem;
display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
padding: 1rem;
border: 1px solid #ddd;
}
.calendar_wrap table {
width: 100%;
}
.calendar_wrap tbody {
text-align: center;
}
.calendar_wrap caption {
font-weight: bold;
margin-bottom: 1rem;
}
.calendar_wrap td {
padding: .3rem 0;
}
.calendar_wrap tfoot td {
padding-top: .7rem;
}
.calendar_wrap tfoot td:last-child {
text-align: right;
}


/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.archive-top {
padding: 60px 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.archive-top h1 {
width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 3.5rem;
font-weight: bold;
position: relative;
}
.archive-top h1:before {
position: absolute;
bottom: -10px;
left: calc(50% - 30px);
width: 60px;
height: 3px;
content: '';
border-radius: 3px;
background: #fff;
}
.archive-page {
padding: 2em 0 0;
background: #f5f5f5;
}
.archive-page .contents {
padding-top: 2em;
}
/* sp */ @media only screen and (max-width: 767px){
  .archive-top {
  padding: 2em 0;
  background-image: url(./images/sec01_bg_sp.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  }
  .archive-top h1 {
  width: 95%;
  font-size: 2.4rem;
  }
  .archive-page {
  padding: 1em 0 0;
  background: #f5f5f5;
  }
  .archive-page .contents {
  padding-top: 1em;
  }
}

.archive-kuz {
margin-bottom: 2em;
}
.article-list {
margin-bottom: 1.5rem;
padding: 1rem;
}
.article-list a {
display: block;
text-decoration: none;
color: #333;
}
.article-list a:after {
display: block;
clear: both;
content: '';
}
.article-list .img-wrap {
position: relative;
float: left;
line-height: 1;
border: 1px solid #efefef;
}
.article-list .img-wrap img {
width: 240px;
height: 160px;
object-fit: cover;
}
.article-list .img-wrap .cat-data {
height: 30px;
line-height: 30px;
padding: 0 1em;
font-size: 1.3rem;
color: #fff;
font-weight: bold;
position: absolute;
left: 0;
top: 0;
}
.article-list .img-wrap .blogcat .cat-data {
background-color: #f00;
}
.article-list .text {
margin-left: 260px;
}
.article-list .text h2 {
font-size: 1.6rem;
margin-bottom: .5rem;
}
.article-list .text .article-date,
.article-list .text .article-author {
font-size: 1.2rem;
font-weight: bold;
display: inline-block;
margin-bottom: .5rem;
color: #888;
}
.article-list .text .article-date {
margin-right: .5rem;
}
.article-list .text .article-author i {
margin-right: .3rem;
}
.article-list .text p {
font-size: 1.4rem;
line-height: 1.7;
}
/* sp */ @media only screen and (max-width: 767px){
  .cat_title .cat-data a {
  font-size: 2.8rem;
  }
  .article-list {
  margin-bottom: 1.5rem;
  padding: 0;
  }
}


/*---------------------------------------------------------
ページネーション
---------------------------------------------------------*/
.pagination {
margin: 2rem 0;
text-align: center;
}
.pagination ul {
font-size: 0;
}
.pagination ul li {
font-size: 2.0rem;
display: inline-block;
margin-right: 1rem;
}
.pagination ul li:last-child {
border: 0;
}
.pagination ul li a,
.pagination .current {
display: block;
padding: .5rem 1.5rem;
box-shadow: 0 0 10px 0 #ccc;
-moz-box-shadow: 0 0 10px 0 #ccc, 0 0 10px 0 #ccc, 0 0 10px 0 #ccc;
-webkit-box-shadow: 0 0 10px 0 #ccc, 0 0 10px 0 #ccc, 0 0 10px 0 #ccc;
}
.pagination ul li .prev,
.pagination ul li .next {
border: 0;
font-size: 3.0rem;
font-weight: bold;
padding: 0 1.5rem;
background: none;
box-shadow: 0 0 0 0 #ccc;
-moz-box-shadow: 0 0 0 0 #ccc, 0 0 0 0 #ccc, 0 0 0 0 #ccc;
-webkit-box-shadow: 0 0 0 0 #ccc, 0 0 0 0 #ccc, 0 0 0 0 #ccc;
}
.pagination ul li a {
text-decoration: none;
color: #005bac;
background-color: #fff;
border: 1px solid #005bac;
}
.pagination ul li a:hover {
opacity: .6;
}
.pagination .current {
color: #fff;
background-color: #005bac;
}
/* sp */ @media only screen and (max-width: 767px){
  .pagination ul li {
  margin-right: 1rem;
  }
  .pagination ul li a,
  .pagination .current {
  padding: .5rem 1.2rem;
  }
}


/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.single-page {
padding: 2em 0 0;
background: #f5f5f5;
}
.article-content {
margin-bottom: 2rem;
}
.article-content .article-info {
margin-bottom: .5rem;
}
.article-content .cat-data a {
font-size: 1.4rem;
margin-right: .5rem;
padding: .1rem .5rem;
text-decoration: none;
color: #fff;
background-color: #00a2e6;
}
.cat_title .cat-data a {
width: 100%;
font-size: 3.4rem;
font-weight: bold;
margin-right: 0;
padding: .5em 2em;
text-align: center;
text-decoration: none;
color: #00a2e6;
background-color: #d8f3ff;
pointer-events: none;
display: block;
}
.article-content .article-info .article-date,
.article-content .article-info .article-author {
font-size: 1.4rem;
display: inline-block;
margin-right: .5rem;
color: #888;
}
.article-content .article-info .article-author i {
margin-right: .3rem;
}
.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
font-size: 1.6rem;
line-height: 1.8;
}
.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
margin-bottom: 2rem;
}
.article-content h1 {
margin: 0 0 2rem;
position: relative;
padding: 1rem 2rem 1rem 0;
font-size: 2.4rem;
line-height: 1.6;
}
.article-content h1:after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 2px;
content: '';
border-radius: 3px;
background: linear-gradient(70deg, #005bac 0%,#1cb5e0 100%);
}
.article-content h2 {
font-size: 2.2rem;
margin: 3rem 0 2rem;
padding: .5rem 0 .5rem 1.5rem;
line-height: 1.6;
border-left: solid 5px #005bac;
}
.article-content h3 {
width: 100%;
margin: 2.5rem 0 3.5rem;
padding: 0 1em .3em;
position: relative;
font-size: 2.0rem;
display: inline-block;
border-bottom: solid 1px #005bac;
}
.article-content h4 {
font-size: 1.8rem;
margin: 2rem 0 1rem;
padding: .5em 1em;
background-color: #eee;
}
.article-content h4.title {
color: #267d2b;
border-bottom: 1px solid #267d2b;
}
.article-content h5 {
font-size: 1.6rem;
margin: 0 0 .3rem;
}
.article-content h6 {
font-size: 1.6rem;
}
.article-content .article-img {
margin-bottom: 2rem;
}
.article-content .article-img img {
display: block;
margin: 0 auto;
}
.article-content ul {
margin-left: 2rem;
list-style: disc;
}
.article-content ol {
margin-left: 2rem;
list-style: decimal;
}
.article-content .table {
border-collapse: collapse;
}
.article-content .table {
width: 100%;
border-bottom: 1px solid #ededed;
font-size: 1.3rem;
line-height: 2;
margin: 0 0 24px;
margin: 0 0 1.8rem;
}
.article-content th,
.article-content td {
padding: .6rem;
vertical-align: middle;
border: 1px solid #ddd;
}
.article-content figure {
max-width: 100%;
}
.article-tag {
text-align: right;
}
.article-tag ul {
font-size: 0;
margin-bottom: 0;
}
.article-tag ul li {
font-size: .9rem;
display: inline-block;
margin-right: .5rem;
vertical-align: middle;
}
.article-tag ul li:last-child {
margin-right: 0;
}
.article-tag ul li a {
padding: .2rem .5rem;
text-decoration: none;
color: #000;
border: 1px solid #000;
}
.article-tag ul li a:hover {
opacity: .6;
}
.nav-previous {float: left;}
.nav-next {float: right;}
.article-content p.case_postcat {
margin-bottom: 0;
padding: 0 1em;
display: inline-block;
font-size: 1.3rem;
color: #00a2e6;
font-weight: bold;
border-radius: 5px;
background-color: #d8f3ff;
}

/* sp */ @media only screen and (max-width: 767px){
  .single-page {
  padding: 0;
  }
}


/* 投稿ページヘッド */
.single_head {
margin-top: 2rem;
position: relative;
}
.single_head ul.post-categories {
list-style: none;
margin: 0;
}
.single_head ul.post-categories a {
margin-bottom: 0;
padding: 0 1em;
display: inline-block;
font-size: 1.3rem;
color: #fff;
font-weight: bold;
border-radius: 5px;
text-decoration: none;
background: linear-gradient(70deg, #005bac 0%,#1cb5e0 100%);
}
.single_head .single-time {
position: absolute;
right: 0;
top: 0;
}

/*---------------------------------------------------------
sub-TOPページ
---------------------------------------------------------*/
.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}
.home-top .article-top .text {
  margin-left: 630px;
}
.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
  color: #f00;
}
.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}
@media(max-width: 1024px) {
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }
  .home-top .article-top .text {
    margin-left: 440px;
  }
}
@media(max-width: 800px) {
  .contents,
	.contents_full,
  .sidebar {
  float: none;
  width: 100%;
  margin-right: 0;
  }
  .contents {
  margin-bottom: 1.5rem;
  }
}
@media(max-width: 600px) {
  html {
    font-size: .65rem;
  }
	/*.header-inner,
	.container,
	.footer-inner {
		padding: .8rem;
	}*/
	.contents {
    margin-bottom: 1rem;
  }

  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 2.4rem;
    /*margin-bottom: 1rem;*/
  }
  .archive-top p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .article-list {
    padding: .5rem;
  }
  .article-list .img-wrap img {
    width: 132px;
    height: 88px;
  }
  .article-list .img-wrap .cat-data {
  height: auto;
  font-size: 2.5vw;
  padding: 0 5px;
  line-height: 2;
  }
  .article-list .text {
    margin-left: 140px;
    padding: 0;
  }
  .article-list .text h2 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  .article-list .text p {
  height: 5em;
  font-size: 1.3rem;
  overflow: hidden;
  position: relative;
  }
  .article-list .text p::after {
  content: "[…]";
  padding: 0 0 0 .4em;
  font-size: 1.3rem;
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: #fff;
  }
  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .article-list .text .article-date {
    margin-right: .2rem;
  }

	/*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
  .article-content h1 {
    font-size: 2.0rem;
  }
  .article-content h2 {
    margin: 3rem 0 2rem;
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .article-content h3 {
    font-size: 2.0rem;
  }
  .article-content h4 {
    font-size: 1.8rem;
  }
}


/*---------------------------------------------------------
Index(front-page)-CSS メインビジュアル
---------------------------------------------------------*/
/* ---------- メインビジュアル ---------- */


@media print, screen and (min-width: 768px){
  .mv{
    background-image: url(images/bg_mv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
    position: relative;
  }
  .mv_ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv_ttl h1{
    color: #937e00;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 0.4);
  }
  .mv_ttl h1 span{
    display: block;
  }
  .mv_ttl .mv_ttl01{
    font-size: 50px;
    line-height: 1.2;
  }
  .mv_ttl .mv_ttl02{
    font-size: 150px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .mv_ttl_3poits img{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .mv_ttl p{
    font-weight: 700;
  }

  .mv_ttl_box{
    display: block;
    position: relative;
  }
  .mv_img img {
    max-width: 100%;
  }
  .mv_img01{
    position: absolute;
    top: -25%;
    left: -20%;
  }
  .mv_img02{
    position: absolute;
    top: 25%;
    left: -46%;
  }
  .mv_img03{
    position: absolute;
    top: 94%;
    left: -14%;
  }
  .mv_img04{
    position: absolute;
    top: -20%;
    right: -30%;
  }
  .mv_img05{
    position: absolute;
    top: 32%;
    right: -35%;
  }
  .mv_img06{
    position: absolute;
    bottom: -20%;
    right: -15%;
  }
}

/* sp */ @media only screen and (max-width: 767px){
  .mv {
    background-image: url(images/bg_mv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 530px;
    position: relative;
  }
  .mv_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    white-space: nowrap;
  } 
  .mv_ttl h1{
    color: #937e00;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 0.4);
  }
  .mv_ttl h1 span{
    display: block;
  }
  .mv_ttl .mv_ttl01{
    font-size: 28px;
    line-height: 1.6;
  }
  .mv_ttl .mv_ttl02{
    font-size: 80px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .mv_ttl_3poits img{
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .mv_ttl p{
    font-weight: 700;
  }

  .mv_ttl_box{
    display: block;
    position: relative;
  }
  .mv_img img {
    max-width: 100%;
  }
  .mv_img01{
    position: absolute;
    top: -52%;
    left: 0%;
  }
  .mv_img01 img{
    width: 80px;
  }
  .mv_img02{
    position: absolute;
    bottom: -62%;
    left: 36%;
  }
  .mv_img02 img{
    width: 105px;
  }
  .mv_img03{
    position: absolute;
    bottom: -42%;
    left: 0%;
  }
  .mv_img03 img{
    width: 90px;
  }
  .mv_img04{
    position: absolute;
    top: -40%;
    right: -3%;
  }
  .mv_img04 img{
    width: 100px;
  }
  .mv_img05{
    position: absolute;
    top: -59%;
    right: 38%;
  }
  .mv_img05 img{
    width: 80px;
  }
  .mv_img06{
    position: absolute;
    bottom: -40%;
    right: -4%;
  }
  .mv_img06 img{
    width: 75px;
  }
}

/*---------------------------------------------------------
トップ：sec01
---------------------------------------------------------*/
.sec01 {
  padding: 65px 0;
  background-color: #f7f3df;
}
.sec01 h2{
  color: #423500;
}
.sec01 h2 .years{
  font-size: 65px;
  line-height: 1;
}
.intro_img{
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  row-gap: 40px;
}
.intro_img p{
  position: relative;
  width: 22%;
}
.intro_img img{
  width: 100%;
}
.intro_img_ttl{
  color: #aa8900;
  white-space: nowrap;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.intro_img_txt{
  padding-top: 5px;
  display: block;
  color: #333;
}
/* .intro_txt01{
  font-weight: 600;
  font-size: 26px;
  color: #917607;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.intro_txt01:before,
.intro_txt01:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #917607;
}

.intro_txt01:before {
    margin-right: 1.5rem;
}

.intro_txt01:after {
    margin-left: 1.5rem;
} */

.intro_txt02{
  font-weight: 600;
  color: #423500;
}
.intro_txt02 span {
  color: #fff;
  background-color: #937e00;
  padding: 2px 15px;
  margin-right: 10px;
}
/* sp */ @media only screen and (max-width: 767px){
  .sec01 {
    padding: 40px 0;
    background-color: #f7f3df;
  }
  .sec01 h2 .years {
    font-size: 45px;
    line-height: 1.2;
}
  .intro_img{
    margin-top: 40px;
  }
  .intro_img p{
    position: relative;
    width: 48%;
  }
  /* .intro_txt01{
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.4;
  } */
  .intro_txt02 span{
    display: inline-block;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .intro_txt02 span.mr0{
    margin-right: 0;
  }
}


/*---------------------------------------------------------
トップ：sec02
---------------------------------------------------------*/
.sec02 {
padding: 70px 0 60px;
}
.sec02 .item_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sec02 .item_box li{
  position: relative;
}
.sec02 .item_box p{
  color: #333333;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.item_txt{
  font-weight: 600;
}
/* sp */ @media only screen and (max-width: 767px){
  .sec02 {
    padding: 2em 0;
  }
  .sec02_wrap {
    padding: 0;
    background: #fff;
  }
  .sec02 .item_box{
    gap: 0;
  }
  .sec02 .item_box li {
    width: 48%;
    margin-bottom: 20px;
  }
  .sec02 .item_box p {
    bottom: 10px;
  }
}


/*---------------------------------------------------------
トップ：sec03
---------------------------------------------------------*/
.sec03 {
  padding: 70px 0 60px;
  background: url(images/bg_hoshi.gif) left top / 50px auto repeat;
  overflow: hidden;
}
.purchase_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.purchase_btn a{
  width: 32%;
  color: #fff;
  background-color: #ad8d09;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase_btn a::before{
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
  padding-top: 3px;
}
.purchase_btn a:first-child::before{
  background-image: url(images/ico_store.svg);
  width: 45px;
  height: 34px;
}
.purchase_btn a:nth-child(2)::before{
  background-image: url(images/ico_person.svg);
  width: 45px;
  height: 42px;
}
.purchase_btn a:last-child:before{
  background-image: url(images/ico_box.svg);
  width: 42px;
  height: 36px;
}
.purchase_btn li{
  padding-bottom: 5px;
}
.purchase_box{
  margin-top: 80px;
}
.purchase_img{
  display: flex;
  flex-wrap: wrap;
}
.purchase_img_left{
  margin-right: 50px;
}
.purchase_img_right h3{
  color: #725c00;
  line-height: 1!important;
}
.purchase_img_right p{
  color: #333;
}
.recommend_box{
  width: 400px;
  padding: 50px 20px 30px 25px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 5px 5px #d1c9b0;
  position: relative;
}
.recommend_box p{
  position: relative;
}
.recommend_box p::before{
  content: '';
  background-image: url(images/ico_check.svg);
  display: inline-block;
  width: 18px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.recommend_box::before{
  position: absolute;
  top: 0;
  left: 0;
  content: 'こんな方におすすめ！';
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  background-color: #eacc4b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px 0 12px 0;
  line-height: 1;
}
.recommend_box::after{
  position: absolute;
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.recommend_box01::after{
  background-image: url(images/ico_store_orange.svg);
  width: 82px;
  height: 62px;
  bottom: 20px;
  right: 40px;
}
.recommend_box02::after{
  background-image: url(images/ico_person_orange.svg);
  width: 47px;
  height: 71px;
  bottom: 25px;
  right: 45px;
}
.recommend_box03::after{
  background-image: url(images/ico_box_orange.svg);
  width: 65px;
  height: 57px;
  bottom: 20px;
  right: 40px;
}
.purchase_sub01{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #ce6363;
  padding: 0px 5px 2px;
  margin-left: 20px;
  line-height: 1;
}
.purchase_sub02{
  font-size: 16px;
  font-weight: 600;
  color: #ce6363;
  margin-left: 10px;
  line-height: 1;
}
.purchase_caution{
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f4de;
  border: 1px solid #a38a21;
}
.purchase_caution p{
  color: #725c00;
  font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.purchase_caution p::before{
  content: '';
  background-image: url(images/ico_exclamation.svg);
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
/* PC */ @media only screen and (min-width: 768px){
  .purchase_btn a:nth-child(2)::before{
    margin-right: 13px;
  }
}
/* sp */ @media only screen and (max-width: 767px){
  .sec03 {
    padding: 2em 0;
  }
  .purchase_btn a {
    width: 100%;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .purchase_btn a:last-child{
    margin-bottom: 0;
  }
  .purchase_btn li{
    padding-bottom: 0;
  }
  .purchase_box {
    margin-top: 60px;
  }
  .purchase_img_left {
    margin-right: 0;
  }
  .purchase_img_right h3 {
    margin-top: 15px;
  }
  .recommend_box{
    width: 100%;
  }
  .recommend_box01::after {
    right: 20px;
  }
  .recommend_box02::after {
    bottom: 25px;
    right: 22px;
  }
  .recommend_box03::after {
    right: 30px;
  }
  .purchase_sub01 {
    margin-left: 0;
  }
  .purchase_caution {
    border-top: 1px solid #a38a21;
    border-bottom: 1px solid #a38a21;
    border-right: none;
    border-left: none;
    padding: 20px 10px;
  }
  .purchase_caution p {
    display: block;
  }
  .purchase_caution p::before{
    display: none;
  }
  .purchase_caution p span{
    color: #ce6363;
  }
}


/*---------------------------------------------------------
トップ：sec04 店舗情報
---------------------------------------------------------*/
.sec04 {
  padding: 60px 0 0;
}
.sec04 h2{
  color: #423500;
}
.sec04 h2 span{
  font-size: 50px;
}
.sec04 p{
  color: #333;
}
.sec04 .info_img{
  display: flex;
  justify-content: space-between;
}
.sec04 .info02{
  background-image: url(images/bg_mv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
  position: relative;
}
.info_logo{
  padding-top: 55px;
  width: 220px;
}
.sec04 p.info_hours{
  color: #423500;
}
.info_hours span{
  color: #fff;
  background-color: #423500;
  padding: 1px 15px 2px;
  margin-right: 10px;
  font-size: 15px;
}

.sec04 p.info_tel_num a {
  text-decoration: none;
  font-size: 42px;
  color: #937e00;
 }
.sec04 p.info_adress{
  color: #423500;
}
.sec04 p.info_tel_num a::before {
    content: '';
    background-image: url(images/ico_tel_ocher.svg);
    display: inline-block;
    width: 23px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5px;
}

.info02_img{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.info02_img img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
/* sp */ @media only screen and (max-width: 767px){
  .sec04 {
  padding: 2em 0 0;
  }
  .sec04 p.info_hours {
    text-align: center;
  }
  .sec04 .info_img{
    flex-direction: column;
  }
  .info_img div{
    margin-bottom: 20px;
  }
  .info_img img{
    width: 100%;
  }
  .sec04 .info_txt{
    text-align: left;
  }
  .sec04 .info02{
    height: 300px;
  }
  .sec04 .info02 .info02_img {
    position: absolute;
    top: 300px;
    right: 0;
    width: 100%;
  }
  .info02_img img{
  height: 230px;
  }
  .info_logo{
    padding-top: 35px;
    margin: 0 auto;
  }
  .info_hours span{
    font-size: 14px;
    padding: 3px 10px 5px;
  }
  .sec04 p.info_tel_num {
    text-align: center;
  }
  .sec04 p.info_adress{
    font-size: 18px;
    text-align: center;
  }
  .sec04 p.info_adress span{
    display: inline-block;
    font-weight: 600;
  }
}


/*---------------------------------------------------------
トップ：sec05
---------------------------------------------------------*/
.sec05 {
padding: 0 0 60px;
background-color: #f7f3df;
}
.sec_gmap iframe{
  width: 100%;
  height: 350px;
}
.access_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.access_box div{
  max-width: 280px;
  position: relative;
}
.access_box div::after{
  content: '';
  background-image: url(images/ico_arrow.svg);
  display: inline-block;
  width: 25px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 50%;
  right: -53px;
}
.access_box div:last-child::after{
  display: none;
}

/* sp */ @media only screen and (max-width: 767px){
  .sec05 {
  padding: 230px 0 2em;
  }
  .access_box div {
    max-width: 100%;
    
    margin-bottom: 80px;
  }
  .access_box div:last-child {
    margin-bottom: 0;
  }
  .access_box div::after{
    bottom: -60px;
    right: 48%;
    transform: rotate(90deg);
  }
  .access_box img{
    width: 100%;
  }
  .sec_gmap iframe {
    height: 250px;
  }
  
}

/*---------------------------------------------------------
トップ：sec06
---------------------------------------------------------*/
.sec06{
  padding: 70px 0px 60px;
  background: url(images/bg_hoshi.gif) left top / 50px repeat;
  overflow: hidden;
}
/*-- faqアコーディオン --*/
/*-- faq --*/
.faq .accordion-header{
  padding: 20px 40px;
  background-color: #ad8d09;
  color: #fff;
}
.faq .accordion-content{
  padding: 20px 40px;
  background-color: #fff;
  color: #4d4d4d;
}
.faq .accordion-header:hover {
  cursor: pointer;
}
.faq .accordion-header .arrow{
  position: relative;
}
.faq .accordion-header .arrow::before{
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 23px;
  height: 23px;
}
.faq .accordion-header.active .arrow::after {
  transform: rotate(-45deg) !important;
}
.faq .accordion-header .arrow::after {
  right: 23px;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s;
}
.faq .accordion-content{
  border-top: none;
  display: none;
}

/* sp */ @media only screen and (max-width: 767px){
  .sec06{
    padding: 2em 0;
  }
  .faq .accordion-header{
    padding: 20px;
  }
  .faq .accordion-header .arrow::after {
    right: -1px;
  }
  .faq .accordion-content{
    padding: 20px;
  }
}

/*---------------------------------------------------------
トップ：テキスト
---------------------------------------------------------*/
  .text{
    padding: 0 0 60px;
  }
  .text p{
    color: #423500;
    border: 1px solid #ad8d09;
    padding: 50px 20px;
    font-weight: 600;
  }

/* sp */ @media only screen and (max-width: 767px){
  .text {
    padding: 2.5em 0;
  }
  .text p {
    padding: 30px 20px;
  }
}
/*---------------------------------------------------------
トップ：top_form　お問い合わせフォーム
---------------------------------------------------------*/
.top_form {
padding: 70px 0 0;
}
.top_form .cont_tell {
margin: 0 auto;
}
.top_form .tellnum a {
line-height: 1;
font-size: 4.8rem;
}
.form_urgent{
  max-width: 450px;
  margin: 30px auto;
  border-radius: 50px;
  padding: 15px 0;
  background-color: #ea9c00;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
  
.top_form  .cont_tell .cont_tell_num a{
  text-decoration: none;
  font-size: 48px;
  color: #937e00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_form .cont_tell .cont_tell_num a::before {
  content: '';
  background-image: url(images/ico_tel_ocher.svg);
  display: inline-block;
  width: 27px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 5px;
}



/* sp */ @media only screen and (max-width: 767px){
  .top_form {
    padding: 2em 0;
  }
  .form_urgent{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top_form  .cont_tell .cont_tell_num a{
    font-size: 36px;
  }
  .top_form .cont_tell .cont_tell_num a::before {
    width: 20px;
    height: 26px;
  }
}
  


/*---------------------------------------------------------
固定ページ共通スタイル
---------------------------------------------------------*/
.page-title {
padding: 65px 0 0;
text-align: center;
}

.page-title h1 {
width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 3.5rem;
font-weight: bold;
position: relative;
}

.page-id-16 .page-title {
display: none;
}

.page-title h1:before {
position: absolute;
bottom: -10px;
left: calc(50% - 30px);
width: 60px;
height: 3px;
content: '';
border-radius: 3px;
background: #fff;
}
/* sp */ @media only screen and (max-width: 767px){
  .page-title {
  padding: 2em 0;
  }
  .page-title h1 {
  width: 95%;
  font-size: 2.4rem;
  }
}

/*PC*/ @media only screen and (min-width: 768px){
  .page-title h1 span.sub_title_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  }
}

/*sp*/ @media only screen and (max-width: 767px){
  .page-title h1 span.sub_title_txt {
  padding: 3em 5%;
  display: block;
  font-size: 1.7rem;
  }
}

/* パンくずリスト  */
.page-kuz {
width: 100%;
padding: .8em 0 1em;
background-color: #2c353d;
}
.page-kuz .breadcrumbs {
width: 1000px;
margin: 0 auto;
color: #fff;
}
.page-kuz .breadcrumbs a {
color: #1cb5e0;
text-decoration: none;
}
.page-kuz .breadcrumbs span br {
display: none;
}
/*sp*/ @media only screen and (max-width: 767px){
  .page-kuz .breadcrumbs {
  width: 100%;
  padding: 0 5%;
  }
}

.sub-page {
padding: 2em 0 0;
}


/*---------------------------------------------------------
お問い合わせフォーム共通
---------------------------------------------------------*/
.contact-form {
padding: 2em;
}
.contact-table {
width: 800px;
margin: 0 auto;
border-top: 1px solid #cecece;
border-bottom: 1px solid #cecece;
}
.contact-table th{
width: 32%;
padding: 2.3rem 5rem 2.3rem 5.5rem;
vertical-align: top;
border-bottom: 1px solid #cecece;
font-weight: normal;
}
.contact-table td{
width: 70%;
padding: 2.3rem 1rem 2.3rem 5%;
vertical-align: top;
border-bottom: 1px solid #cecece;
}
.contact-table tr:last-child th, .contact-table tr:last-child td {border-bottom: none;}
.contact-table th.must{
position: relative;
}
.contact-table th.must:before{
content: "必須";
width: 2.8em;
font-size: 1.3rem;
text-align: center;
background: #c42a27;
color: #fff;
font-weight: bold;
display: inline-block;
position: absolute;
top: 26px;
left: 1rem;
border-radius: 5px;
}
.contact-table th.any{
position: relative;
}
.contact-table th.any:before{
content: "任意";
width: 2.8em;
font-size: 1.3rem;
text-align: center;
background: #0071ba;
color: #fff;
font-weight: bold;
display: inline-block;
position: absolute;
top: 26px;
right: 1rem;
border-radius: 5px;
}
.contact-table td input,
.contact-table td textarea,
.contact-table td select
{
width: 100%;
padding: 6px 12px;
line-height: 1.42857143;
font-size: 1.6rem;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
display: block;
}
.contact-table input:focus {
box-shadow: 0 0 4px #00a2e6;
border: 1px solid #00a2e6;
}
.contact-table td.select-service select {
width: auto;
}
.contact-table td.ininp input {
width: auto;
display: inline-block;
}
.contact-table td.selectbox span {
margin-bottom: 1rem;
margin-right: 1rem;
}
.contact-table td.selectbox span label:hover {
cursor: pointer;
}
/*--各入力フォームサイズ--*/
.contact-table input[name="your-name"] {width: 400px; display: inline-block;}
.contact-table input[name="your-kana"] {width: 400px; display: inline-block;}
.contact-table input[name="your-pname"] {width: 400px; display: inline-block;}
.contact-table input[name="your-pkana"] {width: 400px; display: inline-block;}
.contact-table input[name="your-gender"] {width: 400px; display: inline-block;}
.contact-table input[name="birth-day"] {width: 400px; display: inline-block;}
.contact-table input[name="your-zipcode"] {width: 400px; display: inline-block;}
.contact-table input[name="your-address"] {display: inline-block;}
.contact-table input[name="your-tel"] {width: 400px; display: inline-block;}
.contact-table input[name="your-fax"] {width: 400px; display: inline-block;}
.contact-table input[name="your-email"] {width: 400px; display: inline-block;}
.contact-table input[name="your-credential"] {width: 400px; display: inline-block;}
.contact-table input[name="your-email_confirm"] {width: 400px; display: inline-block;}
.contact-table textarea[name="your-message"] {width:400px; height: 15rem!important;font-size:1.5rem;}
.contact-btn input{width: 400px; cursor: pointer;}
.contact-table td.ininp input[name="agree"] span {margin-bottom: 0;}
.agree_check .wpcf7-list-item-label {font-weight: bold;}
/* 例表示 */
::placeholder {
  color: #aaa;
}

/* エラー表示 */
.wpcf7 form.invalid div.wpcf7-response-output {
margin: 1.5rem 0 0;
padding: 1rem;
text-align: center;
color: #fff;
font-weight: bold;
border: 0;
background-color: #cf2623;
}
.agree_check {
  text-align: center;
}
.agree_txtbox {
width: 580px;
height: 180px;
margin: 20px auto;
padding: 15px;
border: 1px solid #cecece;
overflow-y: scroll;
background-color: #fff;
display: block;
}
.agree_txtbox p {
font-size: 1.4rem;
}

/* ----問合せリンクボタン ----*/
input.btn-submit {
width: 100%;
height: 100%;
line-height: 55px;
font-size: 20px;
font-family:"Noto Sans JP", sans-serif;
margin-bottom: 1em;
text-decoration: none;
color: #fff;
background: transparent;
display: block;
position: relative;
}
.contact-submit {
width: 360px;
height: 55px;
line-height: 55px;
margin-left: auto;
margin-right: auto;
position: relative;
background-color: #ad8d09;
outline: none;
overflow: hidden;
display: block;
}

/* sp */ @media only screen and (max-width: 767px){
  .contact-form {
  padding: 1em 0;
  }
  .form{
  width: 90%;
  margin: 0 auto;
  }
  .contact-table {
  width: 95%;
  border-top: none;
  border-bottom: none;
  }
  .contact-table th{
  width: 100%;
  display: block;
  padding: 2rem 0 10px 0;
  border: none;
  border-bottom: none;
  }
  .contact-table td{
  width: 100%;
  display: block;
  padding: 0 0 2rem 0;
  border-bottom: none;
  }
  .contact-table th.must{
  padding-left: 4.5rem;
  }
  .contact-table th.must:before{
  position: absolute;
  top: 2.1rem;
  left: 0px;
  }
  .contact-table th.any{
  padding-left: 4.5rem;
  }
  .contact-table th.any:before{
  position: absolute;
  top: 2.1rem;
  left: 0px;
  }
  .form-control{
  height: auto !important;
  }
  .inp input{
  height: 25px;
  line-height: 25px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  }
  .inp02 input{
  height: 25px;
  line-height: 25px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  }
  .contact-table input[name="your-name"] {width:100%; display: inline-block;}
  .contact-table input[name="your-kana"] {width:100%; display: inline-block;}
  .contact-table input[name="your-pname"] {width:100%; display: inline-block;}
  .contact-table input[name="your-pkana"] {width:100%; display: inline-block;}
  .contact-table input[name="your-gender"] {width:100%; display: inline-block;}
  .contact-table input[name="birth-day"] {width:100%; display: inline-block;}
  .contact-table input[name="your-country"] {width:100%; display: inline-block;}
  .contact-table input[name="your-address"] {width:100%; display: inline-block;}
  .contact-table input[name="your-tel"] {width:100%; display: inline-block;}
  .contact-table input[name="your-email"] {width:100%; display: inline-block;}
  .contact-table input[name="your-credential"] {width:100%; display: inline-block;}
  .contact-table input[name="your-email_confirm"] {width:100%; display: inline-block;}
  .contact-table textarea[name="your-message"] {width:100%; height: 100%!important;}
  .inpT textarea{
  height: 8em;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  }
  .agree_txtbox {
  width: 100%;
  }
	.contact-btn{
	width: 80%;
	margin: 30px auto 0;
	}
	.contact-btn input{
	font-size: 17px;
	}
  .contact-submit {
  max-width: 80%;
  height: 50px;
  line-height: 50px;
  }
  input.btn-submit {
  width: 100%;
  height: 100%;
  line-height: 50px;
  letter-spacing: 2px;
  font-size: 20px;
  }
}

/*---------------------------------------------------------
送信完了ページ
---------------------------------------------------------*/
.contact_txt01, .contact_txt02{
  color: #423500;
  font-weight: 600;
}
.contact_txt03, .contact_txt04, .contact_txt05{
  color: #333;
}
.contact_txt03, .contact_txt04{
  font-weight: 600;
}
.contact .sub-page a{
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  color: #333;
}
.contact_btn_top{
  width: 360px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ad8d09;
}
.contact .sub-page .contact_btn_top a{
  color: #fff;
    line-height: 55px;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 1em;
}
.page-id-29 .breadcrumbs{
  display: flex;
}
.page-id-29 .page-title{
  padding: 85px 0 85px;
  color: #423500;
  font-size: 45px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  background: url(images/bg_hoshi.gif) left top / 50px auto repeat;
  overflow: hidden;
}
.page-id-29 .page-title h1:before {
    display: none;
}
.contact_en{
  color: #ad8d09;
}

/*PC*/ @media only screen and (min-width: 768px){
 .page-id-29 .nav_wrap{
    display: none;
 }
}
/* sp */ @media only screen and (max-width: 767px){
  .page-id-29 .page-title{
    padding: 50px 0 50px;
  }
  .contact_btn_top{
    width: 80%;
  }
}
/*---------------------------------------------------------
ページトップボタン
---------------------------------------------------------*/
html {
  scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
}
.scrollbtn{
  display: none;
  position: fixed;
  bottom: 28px;
  right: 50px;
}
.scrollbtn a{
  width: 58px;
}
/* sp */ @media only screen and (max-width: 767px){
.scrollbtn a{
  width: 50px;
}
.scrollbtn{
  bottom: 30px;
  right: 15px;
}
}

/* google captcha non */
.grecaptcha-badge { visibility: hidden; }