@charset "utf-8";
/*
Theme Name: インターネットプロモーションTMP
Theme URI: https://core-more.com/
Author: internet-promotion
Author URI: https://internet-promotion.jp/
Author URI: https://internet-promotion.jp/
Description: internet-promotion制作のオリジナルテンプレートです
Version: 1.0
*/
/*-----------------------------
reset
-----------------------------------*/
html, body, div, span, applet, object, iframe, h1, 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 {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
h2 {
 margin: 0 0 10 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display: block;
}
body * {
 line-height: 1.6;
 box-sizing: border-box;
 text-align: justify;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
img {
 vertical-align: bottom;
}
a {
 text-decoration: none;
 color: #333;
}
a:hover {
 opacity: 0.8;
 transition: all 0.2s ease-out 0s;
}
/*---------------------------------
共通 common
-----------------------------------*/
html {
 font-size: 16px;
 color: #333;
 font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, Helvetica, 'ＭＳ Ｐゴシック', sans-serif !important;
}
main {
 background-color: #ffffff;
 width: 100%;
}
#wrapper {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
br.sp {
 display: none;
}
.inner {
 max-width: 1000px;
 /* margin: 0 auto; */
}
.gcfont {
 font-family: 'Noto Sans JP', sans-serif;
 line-height: 1.4;
}
.sp {
 display: none;
}
.red {
 color: red;
}
.center {
 text-align: center;
}
.attention {
 font-size: 0.875rem;
}
.inner {
 max-width: 1000px;
 margin: 0 60px 0;
}
.main-ttl {
 text-align: center;
 margin: 30px 0 0;
 font-size: 2rem;
}
.content p {
 line-height: 1.8;
}
.page-box {
 padding: 30px;
}
.page-box h1 {
 text-align: center;
 font-size: 2rem;
 color: #d8750a;
 margin: 0 0 50px;
}
.page-box h2 {
 text-align: center;
 font-size: 1.2rem;
 color: #d8750a;
 margin: 50px 0;
}
p + p {
 margin: 1em 0 0;
}
@media screen and (max-width:1000px) {
 html {
  font-size: 14px;
 }
}
@media screen and (max-width: 768px) {
 .inner {
  width: 90%;
  margin: 0 auto;
 }
 html {
  font-size: 14px;
 }
 br.sp {
  display: block;
 }
 br.pc {
  display: none;
 }
 img {
  width: 100%;
  height: auto;
 }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 #main {
  margin: 70px 0 0;
  padding: 0 0 5%;
 }
 .page-box {
  margin: 70px 0 0;
  padding: 2% 0;
 }
 .page-box h1 {
  margin: 5% 0;
 }
}
/*---------------------------------
パンくず
-----------------------------------*/
.breadcrumb a {
 color: #d8750a;
}
@media only screen and (max-width:768px) {
 .breadcrumb {
  margin: 0 5% 0;
 }
}
/*---------------------------------
共通ボタン
-----------------------------------*/
.btn_orange {
 text-align: center;
 margin: 20px 0 20px;
}
.btn_orange a {
 background-color: #d8750a;
 color: #fff;
 padding: 15px 30px;
 display: inline-block;
 border-radius: 30px;
 min-width: 300px;
 text-align: center;
 font-size: 1.4rem;
 font-weight: bold;
}
.arrow {
 position: relative;
 display: inline-block;
 padding: 0 0 0 16px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 font-size: 15px;
}
.arrow::before, .arrow::after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.arrow::before {
 left: 20px;
 width: 16px;
 height: 2px;
 background: #fff;
}
.arrow::after {
 left: 28px;
 width: 6px;
 height: 6px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.arrow:hover {
 -webkit-transform: translate(0, 3px);
 transform: translate(0, 3px);
}
.arrow:hover:before {
 left: 22px;
}
.arrow:hover:after {
 left: 30px;
}
@media only screen and (max-width:768px) {
 .btn_orange {}
 .btn_orange a {
  width: 80%;
  min-width: 80%;
  font-size: 1.2rem;
 }
 .arrow {}
 .arrow::before, .arrow::after {}
 .arrow::before {}
 .arrow::after {}
 .arrow:hover {}
 .arrow:hover:before {}
 .arrow:hover:after {}
}
/*---------------------------------
ヘッダ
-----------------------------------*/
.hed {
 width: 200px;
}
.hednav-wrap {
 padding: 20px 0 10px;
 top: 0;
 left: 0;
 z-index: 10;
 width: 200px;
 /* background-color: #fff; */
}
.fxnav_inner {
 overflow: scroll;
 height: 100vh;
 -ms-overflow-style: none; /*スクロールバー非表示 ie*/
}
.fxnav_inner::-webkit-scrollbar, .fxnav_inner::-webkit-scrollbar {
 display: none; /*スクロールバー非表示 Chrome*/
}
.logo {
 width: 160px;
 margin: 0 auto 10px;
}
.logo_sb {
 margin: 10 0 10 0;
 font-size: 11px;
 text-align: center;
 font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
 letter-spacing: -0.2ex;
 color: #000;
}
.nav {
 margin: 10 0 0 0;
}
.nav-wrap {}
.nav-list {
 padding: 10px 0 10px 60px;
 font-size: 16px;
}
.nav-list.home {
 background-color: #e6ecd2;
 background-image: url(./img/icon_home.svg);
 background-size: 30px;
 background-position: 15px 7px;
 background-repeat: no-repeat;
}
.nav-list.concept {
 background-color: #f2d3b1;
 background-image: url(./img/icon_concept.svg);
 background-size: 20px;
 background-position: 22px 8px;
 background-repeat: no-repeat;
}
.nav-list.manga {
 background-color: #cbe2ed;
 background-image: url(./img/icon_manga.svg);
 background-size: 22px;
 background-position: 15px 7px;
 background-repeat: no-repeat;
}
.nav-list.qa {
 background-color: #f9eacb;
 background-image: url(./img/icon_qa.svg);
 background-size: 23px;
 background-position: 15px 7px;
 background-repeat: no-repeat;
}
.nav-list.blog {
 background-color: #b6e7de;
 background-image: url(./img/icon_blog.svg);
 background-size: 15px;
 background-position: 20px 6px;
 background-repeat: no-repeat;
}
.nav-list.access {
 background-color: #eaccc5;
 background-image: url(./img/icon_access.svg);
 background-size: 18px;
 background-position: 18px 7px;
 background-repeat: no-repeat;
}
.nav-list a {
 display: block;
}
.nav-contact {}
.nav-contact a {
 display: block;
 background-color: #4cb8ea;
 color: #fff;
 padding: 0;
}
.nav-contact img {
 max-width: 30px;
 display: block;
 margin: 0 auto 5px;
}
.nav_contact_wrap {
 margin: 20px 10px;
}
.nav_recrut {
 background-color: #4cb8ea;
 color: yellow;
 margin: 0 0 7px;
 padding: 6px 10px;
 font-size: 1.4rem;
 text-align: center;
 font-weight: bold;
 border-radius: 5px;
 line-height: 1.3;
}
.nav_tel {}
.nav_tel_txt {
 text-align: center;
 color: #4cb8ea;
 font-weight: bold;
}
.nav_tel_nm {
 font-family: Arial;
 font-weight: bold;
 font-size: 20px;
 line-height: 1;
 text-align: center;
 margin: 5px 0;
}
.nav_tel_nm img {
 width: 14px;
 margin: 0 5px 2px 0;
}
.nav_tel_time {
 text-align: center;
 margin: 0;
}
.nav-contact_bt {
 margin: 10px 0 10px;
}
.nav-contact_bt a {
 background-color: #4cb8ea;
 color: #fff;
 padding: 15px 0 15px 10px;
 display: block;
 border-radius: 5px;
 line-height: 1;
 text-align: center;
}
.nav-contact_bt.line a {
 background-color: #24a635;
}
.nav-contact_bt.question a {
 background-color: #e49c58;
}
.nav-contact_bt a img {
 width: 20px;
 margin: 0 5px -2px 0;
}
@media only screen and (max-width:768px) {
 #wrapper {
  display: block;
 }
 .fxnav_inner {}
 .fxnav_inner {
  width: initial;
  height: 70px;
 }
 .hed {
  border-width: 2px;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 99;
  border-bottom: solid 1px #dfdfdf;
 }
 .logo {
  width: 80px;
  margin: 5px auto 6px;
 }
 .nav-list {
  width: 100%;
 }
 .nav-list a {}
 .navicon {
  display: initial;
  width: 30px;
  margin: 0;
  margin: 0 20px 0 0;
 }
 .hednav-wrap {
  border: none;
  display: block;
  padding: 5px 0;
  width: 100%;
 }
 .nav {
  margin: 0;
  width: 200px;
 }
 .nav-wrap {
  display: block;
  width: 100%;
  margin: 0 0 5%;
 }
 .nav-list {
  overflow: hidden;
  padding: 0;
 }
 .nav-list:first-child {}
 .nav-list a {
  min-height: initial;
  /* text-align: left; */
  padding: 0;
  border-right: none;
  /* border-bottom: solid 1px #093290; */
  padding: 12px;
  /* display: flex; */
  align-items: center;
  font-size: 1.2rem;
  display: block;
  text-align: center;
 }
 .nav-list a.nolink {
  pointer-events: none;
 }
 .nav-list > a:hover {}
 .nav-list a span {}
 .nav-list_sb {
  display: none;
  visibility: initial;
  position: initial;
  opacity: 1;
 }
 .nav-list_sb a {
  font-size: 1rem;
  text-align: center;
 }
 .nav-list:hover ul.nav-list_sb {
  display: none;
  position: initial;
 }
 .nav-list_sb a:hover {}
 .active .nav-list_sb {
  position: initial;
  display: none;
  opacity: inherit;
  visibility: initial;
 }
 /*============
nav
=============*/
 nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 230px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
 }
 .open nav {
  left: 0;
  opacity: 1;
  display: block;
 }
 .toggle_btn {
  display: block;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 999;
 }
 .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #e4653d;
  border-radius: 4px;
  transition: all .5s;
 }
 .toggle_btn span:nth-child(1) {
  top: 4px;
 }
 .toggle_btn span:nth-child(2) {
  top: 14px;
 }
 .toggle_btn span:nth-child(3) {
  bottom: 4px;
 }
 .open .toggle_btn span {
  background-color: #fff;
 }
 .open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
 }
 .open .toggle_btn span:nth-child(2) {
  opacity: 0;
 }
 .open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
 }
 #mask {
  display: none;
  transition: all .5s;
 }
 .open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
 }
 .top-heder_bt_list a {
  width: 90%;
  margin: 1em auto;
 }
 .nav-rogo_img {
  display: none;
 }
 .nav-list_en {
  display: none;
 }
 .nav-list a.bd:before {
  display: none;
 }
 .nav-contact {
  width: 90%;
  margin: 0 auto;
  position: initial;
  height: auto;
 }
 .nav-contact a {
  padding: 20px 20px;
  display: flex;
  border-radius: 5px;
  margin: 10px 0 0;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
 }
 .nav-contact img {
  margin: 0 20px 0 -20px;
  width: 25px;
 }
 .nav_recrut {
  font-size: 14px;
 }
 .nav-contact_bt a {
  text-align: center;
 }
}
/*********************************
トップページ
-----------------------------------*/
.top_hed {
 max-height: 100%;
 overflow: hidden;
 position: relative;
}
.top-hed_copy {
 position: absolute;
 bottom: 15vw;
 left: 15vw;
 color: #fff;
}
.top-hed_copy_ttl {
 font-size: 3.5rem;
 font-weight: bold;
 margin: 0 0 10px;
 text-shadow: 1px 2px 5px #3f3f3f;
}
.top-hed_copy_txt {
 font-size: 1.4rem;
}
.top_hed_img {}
.top_hed_img img {
 width: 100%;
}
@media only screen and (max-width:768px) {
 .top_hed {}
 .top-hed_copy {
  width: 100%;
 }
 .top-hed_copy_ttl {
 position: absolute;
 bottom: -3vw;
 left: 1vw;
  font-size: 16px;
  line-height: 1.4;
 }
 .top-hed_copy_txt {
  position: absolute;
 bottom: 0vw;
 left: 12vw;
  font-size: 16px;
  line-height: 2.4;
 }
 .top_hed_img {}
 .top_hed_img img {
  width: 100%;
  margin: 0 0 0 0%;
 }
}
/*============================
#top_sec01
============================*/
#top_sec01 {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
}
.top_sec01_txt {
 width: 40%;
 font-size: 2.4rem;
 color: #d8750a;
 line-height: 1.8;
 text-align: center;
}
.top_sec01_txt span {
 display: inline-block;
 text-align: left;
 line-height: 1.6;
}
.top_sec01_img {
 width: 60%;
 text-align: right;
}
@media only screen and (max-width:768px) {
 #top_sec01 {
  display: block;
 }
 .top_sec01_txt {
  width: 90%;
  margin: 0 5%;
  font-size: 1.8rem;
 }
 .top_sec01_txt span {
  text-align: center;
  line-height: 1.4;
  margin: 1em 0;
 }
 .top_sec01_img {
  width: 90%;
  margin: 0 auto;
 }
}
/*============================
#top_sec02
============================*/
#top_sec02 {
 margin: 50px 0 0;
}
#top_sec02 .inner {
 position: relative;
}
.top_sec02_ttl {
 font-size: 2rem;
 margin: 0 0 20px;
 font-weight: bold;
}
.top_sec02_txt {
 font-size: 1.2rem;
 line-height: 1.8;
 padding: 0 80px 20px 0;
}
.top_sec02_sun {
 position: absolute;
 top: 0;
 right: -80px;
}
#top_sec02 .btn_orange {
 margin: 0 80px 0 0;
 text-align: right;
}
@media only screen and (max-width:768px) {
 #top_sec02 {
  margin: 5% 0;
 }
 #top_sec02 .inner {}
 .top_sec02_ttl {
  font-size: 20px;
 }
 .top_sec02_txt {
  padding: 0;
  font-size: 1rem;
  margin: 0 0 5%;
 }
 .top_sec02_sun {
  width: 50px;
  right: 0;
  top: 30px;
 }
 #top_sec02 .btn_orange {
  text-align: center;
  margin: 0 auto;
 }
}
/*============================
#elevaltowa
============================*/
.sec {
 margin: 70px 0 70px;
}
#elevaltowa {}
.sec_ttl_icon {
 width: 200px;
 margin: 0 auto 20px;
}
.sec_ttl {
 text-align: center;
 font-size: 2rem;
 margin: 0 0 30px;
}
.txtimg_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.eleval_img {
 width: 50%;
}
.eleval_img img {
 width: 100%;
 max-width: 472px;
}
.eleval_txt_box {
 width: 48%;
 max-width: 472px;
}
.eleval_txt {
 font-size: 1.1rem;
 line-height: 2;
}
.btn_orange {}
.arrow {}

/* ULは左寄せのまま */
.eleval_txt_link {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 10px;
}

/* 3つのUL全体をセンターに寄せる */
.eleval_link_wrapper {
  width: fit-content;
  margin: 0 auto; /* ← これで全体が中央に！ */
}

.eleval_txt_link li {
 margin: 0 20px 0 0;
 position: relative;
 padding: 0 0 0 10px;
}
.eleval_txt_link li::before {
 content: "";
 position: absolute;
 top: 8px;
 left: 0;
 border-left: 6px solid #d8750a;
 border-bottom: 5px solid transparent;
 border-top: 5px solid transparent;
}
.eleval_txt_link li a {
 color: #d8750a;
}
.sec_ttl_icon.mg, .sec_ttl_icon.bl, .sec_ttl_icon.qa {
 width: 80px;
}
@media only screen and (max-width:768px) {
 .sec {
  margin: 10% 0 0;
 }
 #elevaltowa {}
 .sec_ttl {}
 .txtimg_wrap {
  display: block;
 }
 .eleval_img {}
 .eleval_img img {}
 .eleval_txt_box {
  width: 100%;
 }
 .eleval_txt {}
/* ULは左寄せのまま */
.eleval_txt_link {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 10px;
}

/* 3つのUL全体をセンターに寄せる */
.eleval_link_wrapper {
  width: fit-content;
  margin: 0 auto; /* ← これで全体が中央に！ */
}
 .btn_orange {}
 .arrow {}
 .eleval_txt_link li {}
 .eleval_txt_link li::before {}
 .eleval_txt_link li a {}
 .sec_ttl_icon.mg {}
}
/*============================
#access
============================*/
.inner_fl {
 max-width: 1000px;
 margin: 0 auto;
 width: 90%;
}
#access {
 border-top: solid 1px #ccc;
 padding: 50px 0 0;
}
.sec_ttl_icon.mg {}
.sec_ttl {}
.access_txt {
 text-align: center;
 margin: -30px 0 0;
 line-height: 2;
}
.acsess_info_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 40px 0 0;
 align-items: center;
}
.acsess_info {
 width: 47%;
}
.acsess_info table {
 width: 100%;
}
.acsess_info tr {
 border-bottom: solid 1px #ccc;
}
.acsess_info th {}
.acsess_info td {
 padding: 15px 0;
}
.eleval_img {}
#map {
 margin: 30px 0 0;
}
#map iframe {
 width: 100%;
 vertical-align: bottom;
}
@media only screen and (max-width:768px) {
 .inner_fl {}
 #access {}
 .sec_ttl_icon.mg {}
 .sec_ttl_icon.bl {
  width: 40px;
 }
 .sec_ttl_icon.qa {
  width: 80px;
 }
 .sec_ttl {
  font-size: 1.2rem;
 }
 .access_txt {}
 .acsess_info_wrap {}
 .acsess_info {
  width: 100%;
  order: 2;
 }
 .acsess_info table {}
 .acsess_info tr {}
 .acsess_info th {}
 .acsess_info td {}
 .eleval_img {
  width: 100%;
  margin: 0 0 5%;
  order: 1;
 }
 #map {}
 #map iframe {
  height: 280px;
 }
}
/*============================
#top_contact
============================*/
#top_contact {
 background-color: #d8750a;
 padding: 30px 0;
}
.inner_fl {}
.top_contact_ttl {
 color: #fff;
 text-align: center;
 font-size: 2rem;
}
.top_tel_nm {
 font-size: 3rem;
 font-family: arial;
 font-weight: bold;
 color: #fff;
 text-align: center;
}
.top_tel_nm a {
 color: #fff;
}
.top_tel_nm img {
 width: 28px;
 margin: 0 5px 11px 0;
}
.top_tel_time {
 text-align: center;
 color: #fff;
 font-size: 1.6rem;
 margin: 0;
}
.top_contact_bt {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 margin: 20px 0 0;
}
.top_contact_bt li {
 width: 40%;
 margin: 0 2% 0 0;
}
.top_contact_bt a {
 background-color: #fff;
 color: #d8750a;
 padding: 15px 0 15px 10px;
 display: block;
 border-radius: 5px;
 line-height: 1;
 text-align: center;
 font-size: 1.6rem;
 font-weight: bold;
}
.top_contact_bt .line a {
 background-color: #24a635;
 border: solid 2px #fff;
 color: #fff;
}
.top_contact_bt a img {
 width: 30px;
 margin: 0 10px 0 0;
}
@media only screen and (max-width:768px) {
 #top_contact {}
 .inner_fl {}
 .top_contact_ttl {
  font-size: 18px;
 }
 .top_tel_nm {
  font-size: 36px;
 }
 .top_tel_nm img {
  width: 20px;
 }
 .top_tel_time {}
 .top_contact_bt {
  display: block;
 }
 .top_contact_bt li {
  width: 90%;
  margin: 0 auto 5%;
 }
 .top_contact_bt a {
  font-size: 18px;
 }
 .top_contact_bt .line a {}
 .top_contact_bt a img {
  width: 23px;
  margin: 0 10px 0 0;
 }
}
/*============================
#footer
============================*/
#footer {
 padding: 100px 0 40px;
 position: relative;
 border-top: solid 1px #ccc;
}
.inner_fl {}
.footer_wrap {
 display: flex;
 margin: 0 0 60px;
}
.footer_logo {
 width: 220px;
 margin: 0 40px 0 0;
}
.footer_logo_txt {
 font-size: 12px;
 text-align: center;
 margin: 10px 0 0;
}
.ft_link {
 display: flex;
 justify-content: space-between;
 width: 60%;
}
.ft_link_b {
 font-size: 1.2rem;
 font-weight: bold;
 margin: 0 0 10px;
}
.ft_link_sb {}
.ft_link_sb li {
 position: relative;
 padding: 0 0 0 10px;
 margin: 0 0 5px;
}
.ft_link_sb li::before {
 content: "";
 position: absolute;
 top: 5px;
 left: 0;
 border-left: 6px solid #d8750a;
 border-bottom: 5px solid transparent;
 border-top: 5px solid transparent;
}
.other_link {
 text-align: center;
}
.other_link a {
 display: inline-block;
 border-left: solid 1px #000;
 border-right: solid 1px #000;
 padding: 0 30px;
}
.reserved {
 position: absolute;
 bottom: 30px;
 right: 30px;
}
@media only screen and (max-width:768px) {
 #footer {
  padding: 5%;
 }
 .inner_fl {}
 .footer_wrap {
  display: block;
 }
 .footer_logo {
  width: 80%;
  margin: 0 auto;
 }
 .footer_logo_txt {}
 .ft_link {
  width: 80%;
  display: block;
  margin: 10% auto 0;
 }
 .ft_link > li {
  margin: 0 0 5%;
 }
 .ft_link_b {}
 .ft_link_sb {}
 .ft_link_sb li {}
 .ft_link_sb li::before {}
 .other_link {}
 .other_link a {}
 .reserved {
  position: initial;
  text-align: center;
  margin: 5% 0 0;
 }
}
/*---------------------------------
ブログ部分
-----------------------------------*/
/* #searchform 検索フィールド */
#searchform .btn {
 line-height: 24px;
 border-width: 0;
 color: #f0264b;
 font-size: 16px;
 cursor: pointer;
 background-color: transparent;
}
#searchform .btn span {
 display: none;
}
.input-group {
 display: flex;
 justify-content: center;
 margin: 0 auto 0 80px;
 border-radius: 18px;
 padding: 5px 10px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, .3) inset;
 width: 200px;
}
.input-group {
 width: 250px;
}
.input-group {
 margin: 0 auto;
}
.form-control {
 padding: 0 0 0 10px;
 line-height: 24px;
 border-width: 0;
 width: 150px;
}
.form-control {
 width: 200px;
}
.form-control:focus {
 outline: none;
}
.archive-loop {
 margin-top: 30px;
}
.archive-item {
 border-radius: 8px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
 background-color: #FFF;
 padding: 20px;
 margin-bottom: 30px;
}
.archive-item {
 padding: 30px;
}
.content-header {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.title-block {
 width: 80%;
 margin: 0;
}
@media screen and (max-width: 1180px) {
 .title-block {
  width: 60%;
 }
}
.title-block h1 {
 font-size: 1.5rem;
 margin: 0 0 5px 0;
 border-bottom: solid 1px #d8750a;
 padding: 0 0 10px;
 line-height: 1.2;
 font-weight: bold;
}
.title-block .pubdate {
 font-size: 0.825rem;
 font-weight: 300;
 color: #888;
 display: block;
 margin: 0 0 5px;
}
.tag {
 margin: 10px 0 0;
}
.tag-item {
 background-color: #F2F2F2;
 display: inline-block;
 font-size: 0.825em;
 line-height: 2;
 padding: 0 8px;
 margin: 0px 5px 5px 0;
 border-radius: 3px;
}
/*人気タグ*/
.tag-cloud-link::before {
 font-family: "Font Awesome 5 Free";
 content: "\f02c";
 font-weight: 900;
 color: #a0a0a0;
 padding-right: 2px;
}
.tag-cloud-link {
 background-color: #F2F2F2;
 display: inline-block;
 font-size: 0.825em;
 line-height: 2;
 padding: 0 8px;
 margin: 0px 5px 5px 0;
 border-radius: 3px;
}
.post-thumb {
 min-width: 70px;
 width: 70px;
 height: 70px;
 margin-left: .5em;
 border-radius: 5px;
 overflow: hidden;
}
.post-thumb {
 min-width: 130px;
 width: 100px;
 height: 100px;
 display: flex;
 align-items: center;
 justify-content: center;
}
.post-thumb img {
 width: 100%;
 height: auto;
}
.excerpt {
 margin-top: 1em;
}
.excerpt > *:last-child {
 margin-bottom: 0;
}
.bloglist .content-wrapper {
 margin: 0 0 1em;
 overflow: hidden;
}
.bloglist .content p a {
 color: #1db4ec;
 text-decoration: underline;
}
.arv_ttl {
 font-size: 1.5rem;
 margin: 20px 0 20px;
}
.primary {
 background-color: #fff6e5;
 width: 100%;
}
.container-flex {
 display: flex;
 max-width: 1200px;
 width: 90%;
 margin: 0 auto 30px;
}
.primary main {
 flex: 1 1 auto;
 margin-right: 2em;
 margin-top: 1em;
}
.primary .sidebar {
 flex: 0 0 18em;
}
/* ページ分割リンク（wp_link_pages） */
.nextpage-nav {
 text-align: center;
}
.nextpage-nav > span {
 /* <div class="nextpage-nav">の直接の子要素の<span>
       つまりカレントページ番号 */
 border: 1px solid #ebe2cd;
 padding: 2px 3px;
 background: #ebe2cd;
}
.nextpage-nav > a > span {
 /* <a>の子要素の<span>
       つまり前後のページへのリンク */
 border: 1px solid #ebe2cd;
 padding: 2px 3px;
}
/* archive pagination */
.nav-links {
 text-align: center;
 margin: 0 auto 30px;
}
.page-numbers {
 display: inline-block;
 font-size: 0.8rem;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 border-radius: 20px;
 margin: 0 3px;
 background-color: #FFF;
 font-family: 'Fira Sans Condensed', sans-serif;
 font-weight: 500;
 box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
a.page-numbers:hover {
 background-color: #ef6d26;
 color: #FFF;
}
.page-numbers.current {
 background-color: #d0d0d0;
 color: #FFF;
}
.content-wrapper {
 border-radius: 8px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
 background-color: #FFF;
 padding: 20px;
 /* margin-top: 30px; */
 position: relative;
}
.content-wrapper {
 padding: 30px;
 margin: 30px 0 0;
}
.content {
 margin-top: 30px;
}
.content .photo {
 margin-bottom: 30px;
}
.content > *:last-child {
 margin-bottom: 0;
}
.pagination {
 margin-top: 30px;
}
.pagination {
 display: flex;
 justify-content: space-between;
}
.pagination > .prev-article, .pagination > .next-article {
 width: 100%;
 margin: 0 3px;
}
.pagination > .prev-article, .pagination > .next-article {
 display: block;
 flex: 1 1 50%;
 height: auto;
 margin: 0;
 background-color: transparent;
}
.pagination > .next-article {
 text-align: center;
}
.pagination > .next-article {
 text-align: right;
 margin-left: 0.5rem;
}
.pagination > .prev-article {
 text-align: center;
}
.pagination > .prev-article {
 text-align: left;
 margin-right: 0.5rem;
}
/* page（固定ページ） */
.page .content-header {
 display: block;
}
/* sidebar ========== */
.sidebar {
 font-size: .9em;
 margin-top: 30px;
 margin-bottom: 30px;
}
.sidebar {
 margin-bottom: 0;
}
.sidebar-block {
 padding: 20px;
 border-radius: 8px;
 margin-bottom: 30px;
 color: #62532f;
 background-color: #ffffff;
}
.sidebar-block h2 {
 color: #257f58;
 font-weight: bold;
}
.sidebar-block > *:last-child {
 margin-bottom: 0;
}
.sidebar-block h3 {
 margin: 0 0 .5em 0;
 color: #3b3015;
}
.sidebar-block ul.fa-ul {
 margin-left: 1.3em;
}
.sidebar-block li {
 padding: .5em 0;
 /* border-bottom: 1px dotted #0eafeb; */
}
.sidebar-block li:last-child {
 /* border-bottom-width: 0; */
}
.sidebar-block li ul li {
 border-bottom: 1px dotted #257f58;
}
/* カテゴリ */
.post-categories {
 display: flex;
 flex-wrap: wrap;
}
.post-categories li {
 margin: 0 5px 5px;
}
.post-categories li a {
 background-color: #eeeeee;
 color: #555;
 font-size: 0.8rem;
 padding: 2px 5px;
 border-radius: 5px;
}
.sidebar-block li:first-child {
 /* border: none; */
}
.sidebar-block li .children li {
 border: none;
 text-indent: 1em;
 font-size: 0.8rem;
}
.sidebar-block li .children li a:before {
 content: '・';
}
/* 投稿記事調整 ========== */
.wp-block-image {
 margin: 1em 0 1em;
 text-align: center;
}
.fa-tags:before {
 color: #a0a0a0;
 margin-right: 4px;
}
/* 投稿者 ========== */
.author-profile {
 font-size: 0.8rem;
 margin: 40px 0 0;
}
.profile-ttl {
 display: inline-block;
 background-color: #000;
 color: #fff;
 font-size: 0.8rem;
 padding: 2px 20px;
}
.profile-box {
 border: solid 1px #ccc;
 padding: 20px 20px;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
}
.profile-box h3 {
 width: 20%;
}
.profile-avatar {
 min-width: 15%;
}
.profile-contents {
 width: 60%;
 border-left: solid 1px #ccc;
 padding-left: 10px;
}
/* #searchform 検索フィールド */
label[for="searchword"] {
 display: none;
}
#searchform .btn {
 line-height: 24px;
 border-width: 0;
 color: #257f58;
 font-size: 16px;
 cursor: pointer;
 background-color: transparent;
}
#searchform .btn span {
 display: none;
}
.input-group {
 display: flex;
 justify-content: center;
 margin: 0 auto 0 80px;
 border-radius: 18px;
 padding: 5px 10px;
 box-shadow: 0 1px 3px rgba(0, 0, 0, .3) inset;
 width: 200px;
}
.input-group {
 width: 250px;
}
.input-group {
 margin: 0 auto 20px;
 background-color: #fff;
}
.form-control {
 padding: 0 0 0 10px;
 line-height: 24px;
 border-width: 0;
 width: 150px;
}
.form-control {
 width: 200px;
}
.form-control:focus {
 outline: none;
}
/* 検索結果ページ（search.php） */
.search .search-form-block {
 margin-bottom: 30px;
}
.search .search-form-block .input-group {
 width: 100%;
}
.search .form-control {
 width: 100%;
 background: transparent;
}
@media screen and (max-width: 768px) {
 /* #searchform 検索フィールド */
 .title-block {
  width: 100%;
 }
 .post-thumb {
  display: block;
  height: auto;
  margin: 0;
  display: none;
 }
 .container-flex {
  max-width: 100%;
  display: block;
  width: 100%;
 }
 .primary main {
  margin: 70px 0 0;
  padding: 5%;
 }
 .primary .sidebar {
  background-color: #fff;
  padding: 20px 0 0;
 }
 .content-wrapper {
  padding: 7% 5% 5%;
 }
 .sidebar-block {
  padding: 0;
 }
 .sidebar-block h2 {
  /* text-align: center; */
  font-size: 1.2rem;
  padding-left: 5%;
 }
 .sidebar-block li ul li {
  border-color: #ccc;
  font-size: 1.2rem;
  padding: 10px 0;
 }
 .profile-box {
  justify-content: space-between;
 }
 .profile-box h3 {
  width: 60%;
 }
 .profile-avatar {
  width: 30%;
 }
 .profile-contents {
  width: 100%;
  border-left: none;
  margin: 5% 0 0;
 }
 .sidebar-block.popular {
  padding: 0 0 0 0;
  margin: 0;
 }
 .popular-posts ul {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
 }
 .popular-posts ul li {
  width: 40%;
  margin: 0 0 0 10px;
  border: solid 1px #ccc !important;
  display: inline-block;
 }
 .popular-posts ul li a {
  display: block;
  padding: 0 5px;
 }
 .wpp-thumbnail {
  float: none;
 }
}
/*---------------------------------
トップブログ一覧
-----------------------------------*/
.blog_wrap {
 display: flex;
 flex-wrap: wrap;
 margin: 0 0 50px;
}
.blog-img img {
 width: 100%;
 height: auto;
 position: absolute;
}
.blog_list {
 width: 30%;
 overflow: hidden;
 background-color: #fff;
 border-radius: 5px;
 padding: 0 0 10px;
 margin: 0 1.5% 0;
}
.blog_list_date {
 display: block;
 font-size: 0.8rem;
 margin: 5px 10px;
}
.blog_list_ttl {
 display: block;
 margin: 0 10px;
}
.blog_list_img {
 height: 200px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
}
.blog-bt a {
 background-color: #fff;
 max-width: 600px;
 display: block;
 width: 90%;
 padding: 10px;
 border-radius: 5px;
 text-align: center;
 font-weight: bold;
 color: #257f58;
 font-size: 1.4rem;
 margin: 30px auto 0;
 position: relative;
}
.blog-bt a::after {
 content: "";
 display: inline-block;
 position: absolute;
 right: 20px;
 top: 40%;
 width: 10px;
 height: 10px;
 border-top: 2px solid #257f58;
 border-right: 2px solid #257f58;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
@media only screen and (max-width:768px) {
 .blog_wrap {
  margin: 0;
 }
 /*---お知らせ---*/
 #notice {
  background-size: 50px;
  background-position-x: 100%;
 }
 /*---画像ブログ一覧---*/
 .blog_list {
  width: 100%;
  margin: 0 0 5%;
 }
 .blog_list_img {
  height: 210px;
 }
}
/*---------------------------------
よくある質問
-----------------------------------*/
.liquid-speech-balloon-text {
 width: initial;
 min-width: 30%;
}
/*---------------------------------
施設紹介
-----------------------------------*/
.about img {
 width: 100%;
}
.vd_wrap {}
.vd_wrap video {
 width: 100%;
 cursor: pointer;
}
.pg-nav {
 margin: 0 0 50px;
}
.pg-nav_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 50px 0 0;
}
.pg-nav_list {
 width: 30%;
 position: relative;
}
.pg-nav_list:after {
 content: "";
 position: absolute;
 top: 100%;
 left: 46%;
 border-right: 10px solid transparent;
 border-left: 10px solid transparent;
 border-top: 10px solid #d8750a;
}
.pg-nav_list a {
 background-color: #d8750a;
 color: #fff;
 padding: 20px 0;
 width: 100%;
 display: block;
 text-align: center;
 font-size: 1.4rem;
 border-radius: 5px;
}
.ab_sec {
 margin: 0 0 70px;
}
.ab_sec_ttl {
 color: #d8750a;
 font-size: 1.8rem;
 margin: 0 0 40px;
}
.ab_sec_ttl_sun {
 width: 60px;
 display: inline-block;
 margin: 0 20px 0 0;
}
.ab_sec_ttl_sun img {
 width: 100%;
}
.ab_imgtxt_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.ab_imgtxt_img {
 max-width: 440px;
 width: 45%;
}
.ab_imgtxt_txt {
 width: 53%;
}
.ab_imgtxt_txt_r {
 text-align: right;
 margin: 20px 0 0;
}
.ab_sec {}
.ab_sec_ttl {}
.ab_sec_ttl_sun {}
.rm_madori {}
.rm_box {
 background-color: #fff;
 border: solid 5px #d8750a;
 border-radius: 10px;
 margin: 50px 0 0;
}
.rm_box_ttl {
 background-color: #d8750a;
 color: #fff;
 font-size: 1.8rem;
 padding: 14px 20px;
 line-height: 1;
}
.rm_box_txt {
 margin: 20px 30px;
}
.rm_box_imgwrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 30px;
}
.rm_box_img {
 width: 48%;
 margin: 0 0 30px;
}
@media only screen and (max-width:768px) {
 .about img {}
 .vd_wrap {}
 .vd_wrap video {}
 .pg-nav {}
 .pg-nav_wrap {
  margin: 5% 0 0;
 }
 .pg-nav_list {}
 .pg-nav_list:after {
  left: 40%;
 }
 .pg-nav_list a {
  font-size: 1rem;
 }
 .ab_sec {}
 .ab_sec_ttl {}
 .ab_sec_ttl_sun {}
 .ab_sec_ttl_sun img {}
 .ab_imgtxt_wrap {}
 .ab_imgtxt_img {
  width: 100%;
  margin: 0 0 5%;
 }
 .ab_imgtxt_txt {
  width: 100%;
 }
 .ab_imgtxt_txt_r {}
 .ab_sec {}
 .ab_sec_ttl {
  font-size: 1.2rem;
  text-align: center;
 }
 .ab_sec_ttl_sun {
  display: block;
  margin: 0 auto 2%;
 }
 .rm_madori {}
 .rm_box {}
 .rm_box_ttl {}
 .rm_box_txt {
  margin: 5%;
 }
 .rm_box_imgwrap {
  margin: 0 5%;
 }
 .rm_box_img {
  width: 100%;
  margin: 0 0 5%;
 }
}
/*---------------------------------
コンセプト
-----------------------------------*/
.concept img {
 width: 100%;
}
.cp_copy {
 margin: 0 5rem;
 line-height: 2;
 /* color: #d8750a; */
 text-align: center;
}
.cp_box {
 margin: 50px 0;
}
.cp_ttl {
 font-size: 1.8rem;
 color: #d8750a;
 border-bottom: solid 2px #d8750a;
 margin: 0 0 30px;
}
.cp_txtimg_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.cp_txtimg_img {
 max-width: 440px;
 width: 45%;
}
.cp_txtimg_txt {
 width: 52%;
 line-height: 2;
}
.sien_wrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin: 0 50px;
}
.sien_list {
 width: 48%;
 border: solid 3px #d8750a;
 border-radius: 10px;
 overflow: hidden;
 background-color: #fff;
 margin: 0 0 40px;
}
.sien_list.one {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.one .sien_img {
 width: 30%;
}
.one .sien_txt {
 width: 70%;
 margin: 0;
 padding: 20px;
}
.sien_txt {
 margin: 20px;
}
.sien_txt dt {
 color: #d8750a;
 text-align: center;
 font-size: 1.2rem;
 margin: 0 0 10px;
}
.one .sien_txt dt {
 text-align: left;
}
.sien_txt dd {
 display: flex;
}
.rei {
 display: inline-block;
}
.rei_indent {
 display: inline-block;
}
@media only screen and (max-width:768px) {
 .concept img {}
 .cp_copy {
  margin: 0;
  text-align: justify;
  line-height: 1.8;
 }
 .cp_box {
  margin: 5% 0 10%;
 }
 .cp_ttl {
  font-size: 1.3rem;
  margin: 0 0 5%;
  padding: 0 0 2%;
  line-height: 1.4;
 }
 .cp_txtimg_wrap {}
 .cp_txtimg_img {
  width: 100%;
  margin: 0 0 5%;
 }
 .cp_txtimg_txt {
  width: 100%;
 }
 .sien_wrap {
  margin: 0 5%;
 }
 .sien_list {
  width: 100%;
 }
 .sien_list.one {}
 .one .sien_img {
  width: 100%;
 }
 .one .sien_txt {
  width: 100%;
 }
 .sien_txt {}
 .sien_txt dt {
  font-size: 1rem;
 }
 .one .sien_txt dt {
  text-align: center;
 }
 .sien_txt dd {}
 .rei {}
 .rei_indent {}
}
/*----------------------------
お問合せ
-----------------------------------*/
.wpcf7-response-output { /*送信完了メッセージ*/
 text-align: center;
 margin: 0 auto !important;
 padding: 30px 10px !important;
 background-color: #fff;
 max-width: 500px;
 width: 90%;
}
.page-wrapper {
 padding: 50px 0 0;
}
.page-header h1 {
 margin: 0 0 30px;
 text-align: center;
 font-size: 30px;
 font-weight: bold;
}
.contact_box {
 margin: 0 auto;
 min-width: 80%;
 background-color: #fff;
}
.contact_box input {
 box-sizing: border-box;
 padding: 10px;
 font-size: 16px;
 border-radius: 5px;
 border: solid 1px #888;
}
.contact_box select {
 padding: 10px 20px;
 min-width: 50%;
 font-size: 16px;
}
.contact_box textarea {
 padding: 10px 20px;
 min-width: 90%;
 font-size: 16px;
}
.contact_box th {
 text-align: left;
 vertical-align: middle;
 font-size: 16px;
 color: #444;
 padding: 30px 10px;
 width: 30%;
 background: #ffffff;
 border: solid 1px #d7d7d7;
}
.contact_box td {
 font-size: 13px;
 border: solid 1px #d7d7d7;
 padding: 20px 20px;
}
.entry-content .contact_box tr, .entry-content table {
 border: solid 1px #d7d7d7;
}
.haveto {
 font-size: 12px;
 padding: 0 5px;
 background: #ef7575;
 color: #fff;
 border-radius: 2px;
 margin-right: 10px;
 position: relative;
 bottom: 1px;
}
.any {
 font-size: 12px;
 padding: 0 5px;
 background: #93c9ff;
 color: #fff;
 border-radius: 2px;
 margin-right: 10px;
}
.verticallist .wpcf7-list-item {
 display: block;
}
#formbtn {
 display: block;
 padding: 1em 0;
 background: #d8750a;
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 border-radius: 8px;
 border: none;
 width: 60%;
 margin: 0 auto;
 cursor: pointer;
 text-align: center;
}
#formbtn:hover {
 opacity: 0.8;
 transition: all 0.2s ease-out 0s;
}
.contact_kakunin {
 text-align: center;
 margin: 30px 0 0;
}
.contact_kakunin_yes {
 text-align: center;
 margin: 10px 0 40px;
}
input::placeholder, textarea::placeholder {
 color: #ccc
}
.name-2col {
 display: flex;
}
.name-2col span {
 width: 180px;
 margin: 0 10px 0 0;
}
.name-2col input {
 width: 100%;
}
.contact_kakunin a {
 text-decoration: underline;
}
@media(max-width:900px) {
 .contact_box {
  width: 100%;
 }
 .contact_box input, .contact_box textarea, .contact_box select {
  width: 80%;
 }
 #formbtn {
  width: 100%;
 }
}
@media(max-width:500px) {
 .contact_box th, .contact_box td {
  display: block;
  width: 100% !important;
  border-top: none !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
 }
 .contact_box tr:first-child th {
  border-top: 1px solid #d7d7d7 !important;
 }
 /* 必須・任意のサイズ調整 */
 .contact_box .haveto, .contact_box .any {
  font-size: 10px;
  padding: 2px 5px;
 }
 .contact_box .name-2col {
  display: flex;
 }
 .name-2col span {
  width: 50%;
 }
 .name-2col input {}
}
/*---トップへ戻る***/
#page-top {
 position: fixed;
 bottom: 20px;
 right: 20px;
 font-size: 80%;
 z-index: 999;
 text-align: center
}
#page-top a {
 display: block;
 background: #d8750a;
 color: #fff;
 width: 50px;
 height: 50px;
 text-align: center;
 text-decoration: none;
 opacity: 0.6;
}
#page-top a:hover {
 background: #eebd87;
 text-decoration: none;
}
#page-top a:before {
 content: '';
 display: inline-block;
 width: 20px;
 height: 20px;
 border-top: 2px solid #fff;
 border-left: 2px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 margin: 20px 0 0
}
/*----------------------------
アンケート
-----------------------------------*/
.procedure_dw a {
 max-width: 80%;
 margin: 0 auto 20px;
 background-color: #eee;
 display: flex;
 align-items: center;
 font-size: 1.6rem;
 padding: 20px;
 justify-content: center;
 border: solid 1px #555;
 border-radius: 5px;
}
.procedure_dw a img {
    width: 50px;
    margin: 0 20px 0 0;
}
@media only screen and (max-width:1028px) {
  .procedure_dw a {
    max-width: 100%;
  }
  
}
  
/*---------------------------------
メディアクエリ
-----------------------------------*/
@media only screen and (max-width:1028px) {}
@media only screen and (max-width:768px) {}