@charset "UTF-8";
/* CSS Document */
/*
Theme Name: wp
Template: blossom-pin
*/
/*=========================================
 Header Layout Four Style
 ========================================*/
* {
  box-sizing: border-box;
  outline: none !important;
}
*:before, *:after {
  box-sizing: border-box;
  outline: none !important;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans Regular", sans-serif !important;
  /*	font-family:'ヒラギノ角ゴシック','Hiragino Sans', sans-serif !important;*/
  font-style: normal;
}

#primary li, #primary a, #primary dt, #primary dd, #primary p, #primary mark {
  font-family: "Noto Sans Regular", sans-serif !important;
  /*	font-family:'ヒラギノ角ゴシック','Hiragino Sans', sans-serif !important;*/
  font-style: normal;
}
#primary h1, #primary h2, #primary h3 {
  font-family: "Noto Sans Bold", sans-serif !important;
  /*	font-family:'ヒラギノ角ゴシック','Hiragino Sans', sans-serif !important;*/
  font-style: normal;
}

body {
  background: #F9F8F2;
  line-height: 1.75;
  color: #31231F;
}

.site, .single .site-content, .page .site-content, .comment-section {
  background: #F9F8F2;
}

div#content, #content .container {
  padding: 0 20px;
}

body, button, input, select, optgroup, textarea {
  font-size: 16px !important;
}

#ogoori a:hover {
  color: #71B858;
}

/*共通コンテンツ*/
section {
  margin: 0 auto;
}

a {
  transition: all 0.3s;
}

/*マージン*/
.mar60 {
  margin-bottom: 60px;
}

.mar80 {
  margin-bottom: 80px;
}

.mar100 {
  margin-bottom: 100px;
}

/*ロゴ*/
.custom-logo {
  vertical-align: bottom;
}

/* ヘッダー*/
.header-layout-two {
  background-color: #F9F8F2;
  /*border-bottom: 1px solid #EBEBEB;*/
  border: none;
  padding-top: 25px;
  box-shadow: none;
}

.single-post .header-layout-two, .single-blossom-portfolio .header-layout-two {
  background: #F9F8F2;
}

.header-layout-two .header-t {
  padding: 50px 0;
}
.header-layout-two .header-b {
  /*border-top: 1px solid #EBEBEB;*/
  border: none;
  padding: 20px 0 10px;
}

.ed-sticky-header .site-branding .custom-logo-link img {
  max-height: 50px;
  width: auto;
}

/* Header contact */
.main-navigation ul li a {
  color: #31231F;
  font-size: 16px;
}

.header_menu {
  text-align: right;
  display: block;
  width: 100%;
  max-width: 1116px;
}
.header_menu p {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #190A0A;
  margin: 0 5px 6px;
}
.header_menu a {
  color: #270f09;
}

.header_nyuji {
  background-color: #ffffff;
  padding: 5px 10px;
  float: left;
  display: inline-block;
  margin: 0 10px;
  border-radius: 10px;
}

.header_contact {
  float: right;
  display: inline-block;
}

.header-layout-two .site-branding {
  display: inline-block;
  max-width: 200px;
}

.header_contact img {
  vertical-align: middle;
  max-width: 24px;
}

.header_hoiku {
  background-color: #ffffff;
  padding: 5px 10px;
  float: left;
  display: inline-block;
  margin: 0 10px;
  border-radius: 10px;
}

.header_title {
  text-align: center;
  font-weight: bold;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #f19156 0%) repeat scroll 0 0;
  width: 135px;
  margin: 0 auto 5px;
  line-height: 1;
  font-size: 16px;
}

/*ヘッダー右コンテンツ*/
.header_right ul {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline-block;
}

.header_right ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.header_right ul li a {
  color: #31231F;
  font-size: 14px;
  transition: all 0.3s;
}

.header_right ul li a:hover {
  color: #34b6bf;
}

.header_right ul li a::after {
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: 900;
  padding-left: 5px;
  color: #34b6bf;
  font-size: 12px;
}

#unursery2 .header_right ul li a::after {
  color: #FF5E5E;
}

.header_right ul li:last-of-type {
  margin-right: 0;
}

/*スライドショー*/
ul.slide {
  margin-left: 0;
  padding-left: 0;
}
ul.slide li {
  padding: 0 15px;
}
ul.slide li img {
  border-radius: 12px;
  width: 100%;
}

.box_slide {
  position: relative;
}
.box_slide #slide-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  max-width: 48%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.slick-prev, .slick-next {
  background: #FF8B31 !important;
  width: 40px !important;
  height: 40px !important;
  transition: 0.3s;
  position: relative;
  border-radius: 30px;
  border: 2px solid #fff !important;
  box-sizing: content-box;
}

.ogoori .slick-prev, .ogoori .slick-next {
  background: #71B858 !important;
}

.slick-next::before {
  content: "";
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-radius: 2px;
  transform: rotate(45deg);
  top: 12px;
  right: 14px;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 2px;
}

.slick-prev::before {
  content: "";
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-left: 2px;
  transform: rotate(-135deg);
  top: 12px;
  right: 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 2px;
}
.slick-prev:hover {
  background: #FF8B31 !important;
  opacity: 0.7;
}

.slick-next:hover {
  background: #FF8B31 !important;
  opacity: 0.7;
}

.ogoori .slick-prev:hover, .ogoori .slick-next:hover {
  background: #71B858 !important;
}

.slick-dots {
  display: none !important;
}

.single ul.news, single ul.blog {
  float: right;
  width: 100%;
  margin-right: 20px;
}

.single .navigation {
  margin-right: 20px;
  max-width: 100%;
}

/*電話*/
.tel {
  font-size: 18px;
  font-family: "Noto Sans Bold", sans-serif !important;
  color: #31231F;
  font-weight: bold;
  transition: 0.3s;
}
.tel img {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.tel:hover {
  color: #FF8B31 !important;
}

#ogoori .tel:hover {
  color: #71B858 !important;
}

/*お問い合わせ*/
.mail {
  background: #FF8B31;
  border-radius: 5px;
  color: #fff !important;
  padding: 10px 20px;
  margin-left: 10px;
  transition: 0.3s;
}
.mail img {
  max-width: 24px !important;
}

.ogoori .mail {
  background: #71B858;
}

#ogoori a.mail:hover {
  color: #fff !important;
}

.mail img {
  margin-right: 5px;
  vertical-align: sub;
}
.mail:hover {
  opacity: 0.8;
}

/* ページネーション */
.wp-pagenavi {
  display: table;
  margin: 30px auto 0;
}
.wp-pagenavi .page-numbers {
  width: auto;
  display: inline-block;
}

.pages {
  display: none;
}

.larger {
  background: #ffffff;
  color: #FF8B31;
  padding: 5px 10px;
  border: 1px solid #FF8B31;
  font-weight: bold;
}

.wp-pagenavi a {
  background: #ffffff;
  color: #FF8B31;
  padding: 5px 10px;
  border: 1px solid #FF8B31;
  font-weight: bold;
}
.wp-pagenavi a:hover {
  border: 1px solid #ffffff !important;
}
.wp-pagenavi .current {
  background: #FF8B31;
  color: #ffffff;
  border: 1px solid #ffffff !important;
  padding: 5px 10px;
}

.page-numbers {
  background: #ffffff;
  color: #FF8B31;
  padding: 5px 10px;
  border: 1px solid #FF8B31;
  font-weight: bold;
}
.page-numbers:hover, .page-numbers:focus {
  background: #FF8B31;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#ogoori page-numbers:focus {
  background: #71B858;
}

.pager {
  text-align: center;
  margin-bottom: 30px;
}
.pager .current {
  background: #FF8B31;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/*バナー*/
.banner {
  margin: 60px 0;
  text-align: center;
}

/*アクセス*/
ul.access {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-bottom: 60px;
  padding-left: 0;
}
ul.access li {
  list-style: none;
  width: 48%;
}
ul.access li iframe {
  width: 100%;
}
ul.access li dl {
  margin: 0;
  border-bottom: 1px dashed #CECECE;
}
ul.access li dl dt {
  color: #FF8B31;
  display: inline-block;
  float: left;
  width: 80px;
  padding: 10px 0;
}

#ogoori ul.access li dl dt {
  color: #71B858;
}

ul.access li dl dd {
  margin: 0;
  padding: 10px 0;
}
ul.access li a.mail {
  border: none;
  background: #FF8B31 !important;
  width: 300px;
  display: block;
  margin: 25px auto 0;
  text-align: center;
  display: none;
}

.ogoori ul.access li a.mail {
  background: #71B858 !important;
}

ul.access li a.mail img {
  width: 23px;
}

/*Googleマップ*/
.access_overflow {
  width: 100%;
  height: 280px;
  max-width: 600px;
  overflow-y: hidden;
}
.access_overflow iframe {
  width: 100%;
  height: 700px;
  margin-top: -180px;
}

/* Main title */
h2 {
  font-weight: bold;
  font-size: 20px;
  border-left: 5px solid #FF8B31;
  padding: 3px 7px;
  margin-bottom: 15px;
}

h3 {
  font-size: 18px;
  color: #FF8B31;
  font-weight: bold;
  margin-bottom: 5px;
}

/* メニュー */
#nav-input {
  display: none;
}

.main-navigation ul {
  font-size: 18px;
  letter-spacing: 0.15em;
}
.main-navigation ul li {
  margin: 0 13px;
}

a {
  outline: none !important;
}

.main-navigation ul .current-menu-item > a {
  color: #FF8B31 !important;
}
.main-navigation ul li a:focus, .main-navigation ul li:hover > a {
  color: #FF8B31 !important;
}

#ogoori .main-navigation ul .current-menu-item > a {
  color: #71B858 !important;
}
#ogoori .main-navigation ul li a:focus, #ogoori .main-navigation ul li:hover > a {
  color: #71B858 !important;
}

.main-navigation ul {
  font-size: 18px;
  letter-spacing: 0.15em;
}
.main-navigation ul ul {
  padding-top: 0;
  letter-spacing: normal;
  text-transform: none;
}
.main-navigation ul ul .menu-item-has-children > a:after {
  right: 10px;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px 40px;
}

/* Table */
#main table {
  width: 100% !important;
  border: 1px solid #2C2C2C;
}
#main table td {
  padding: 15px;
  border: 1px solid #2C2C2C;
  height: auto !important;
}

#primary .post .entry-content table td, #primary .page .entry-content table td {
  padding: 5px;
}

/* Banner Section */
.banner-layout-two {
  padding-top: 48px;
}

[class*=banner-layout-] .text-holder .category {
  line-height: 1;
  margin-bottom: 0;
}
[class*=banner-layout-] .text-holder .category a, [class*=banner-layout-] .text-holder .category span {
  margin: 0 3px 3px 0;
  padding: 6px 8px;
  font-size: 0.625rem;
  line-height: 1;
}
[class*=banner-layout-] .text-holder .entry-title {
  line-height: 1.25;
}

a img:hover, a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}

/* Featured Section */
.featured-section .col .img-holder {
  background-color: #fff;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}
.featured-section .col .img-holder:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 4px 4px rgba(0, 0, 0, 0.05), 0 8px 8px rgba(0, 0, 0, 0.05), 0 16px 16px rgba(0, 0, 0, 0.05), 0 32px 32px rgba(0, 0, 0, 0.05), 0 64px 64px rgba(0, 0, 0, 0.05);
  transform: translateY(-3px);
}
.featured-section .col .text-holder {
  padding: 0 16px;
  height: 50px;
  font-size: 0.75rem;
  line-height: 50px;
  color: #000;
  transition: all 0.3s ease-in-out;
}

/* Site Structure */
.blog.layout-two-right-sidebar #primary {
  padding-right: 0px;
  width: calc(100% - 330px);
}
.blog.layout-two-right-sidebar #secondary {
  padding: 0;
  width: 330px;
}
.blog.layout-two-right-sidebar #secondary a {
  /* color: #000; */
}
.blog.layout-two-right-sidebar #secondary a:hover {
  color: #e7475e;
}
.blog #primary .site-main {
  margin: 0 auto;
}

/* copytext */
.copy {
  color: #ffffff;
  background-color: #FF8B31;
  text-align: center;
  font-size: small;
}

.ogoori.copy {
  background-color: #71B858;
}

/*====	ここから法人サイトページ	====*/
body#houjin {
  background: #fff;
}

#houjin .copy {
  background: #00559F;
  margin-bottom: 0;
}

/*====	ここまで法人サイトページ	====*/
/* slide */
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.sp {
  display: none;
}

/* トップメッセージ */
.topmessage {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  background-image: none;
  background-position: center;
  padding: 55px 0px 40px;
  background-repeat: no-repeat;
}
.topmessage::before {
  content: "";
  background-image: url(../images/home/youkoso_l.png);
  background-repeat: no-repeat;
  padding: 50px 125px;
}
.topmessage::after {
  content: "";
  background-image: url(../images/home/youkoso_r.png);
  background-repeat: no-repeat;
  padding: 50px 125px;
}

.topmessage_title {
  font-size: 24px;
  font-weight: bold;
  color: #31231F;
  background: transparent;
  display: inline-block;
  -webkit-text-fill-color: inherit;
  margin-bottom: 10px;
  font-family: "GenJyuuGothic Bold" !important;
}

.topmessage span span {
  font-size: 26px !important;
}

/* 3カラム */
.column3 {
  width: 220px;
  margin: 0 10px;
  display: table-cell;
  float: left;
}
.column3 img {
  border-radius: 30px;
}
.column3 a {
  display: block;
}

.column_title3 {
  text-align: center;
  font-weight: bold;
  color: #190A0A;
  height: 30px;
  margin: 0px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 18px;
  color: #3d2e2c;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 35px;
  font-weight: bold;
}

.topic_column {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.column {
  width: 23%;
  margin: 0;
  float: none;
  transition: 0.3s;
}
.column:first-of-type img {
  box-shadow: 7px 7px 0px rgb(255, 94, 94);
}
.column:first-of-type:hover .column_title {
  color: #FF5E5E;
}
.column:nth-of-type(2) img {
  box-shadow: 7px 7px 0px rgb(255, 139, 49);
}
.column:nth-of-type(2):hover .column_title {
  color: #FF8B31;
}
.column:nth-of-type(3) img {
  box-shadow: 7px 7px 0px rgb(113, 184, 88);
}
.column:nth-of-type(3):hover .column_title {
  color: #71B858;
}
.column:last-of-type img {
  box-shadow: 7px 7px 0px rgb(52, 182, 191);
}
.column:last-of-type:hover .column_title {
  color: #34B6BF;
}
.column img {
  border-radius: 10px;
  width: 100%;
}
.column a {
  display: block;
}

.column_title {
  text-align: center;
  font-weight: bold;
  color: #190A0A;
  height: 30px;
  margin: 10px 0px 5px;
  padding: 5px 0px 0px 0px;
  font-size: 16px;
  color: #3d2e2c;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 35px;
  font-weight: bold;
}

.column .column_title::before {
  content: "";
  background-size: inherit;
  background-repeat: no-repeat;
  padding: 0 10px;
  margin-right: 3px;
  vertical-align: middle;
}
.column:first-of-type .column_title::before {
  background-image: url(../images/home/sankaku1.png);
}
.column:nth-of-type(2) .column_title::before {
  background-image: url(../images/home/sankaku2.png);
}
.column:nth-of-type(3) .column_title::before {
  background-image: url(../images/home/sankaku3.png);
}
.column:last-of-type .column_title::before {
  background-image: url(../images/home/sankaku4.png);
}

/* バナー */
.topbanner img {
  width: 100%;
  max-width: 780px;
  padding: 5px 15px;
  display: block;
  margin: 0 auto 30px;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.topbanner-template-default .post-content .post-thumbnail img, .topbanner-template-default .meta-info {
  display: none;
}
.topbanner-template-default #primary, .topbanner-template-default .entry-content {
  width: 100%;
}
.topbanner-template-default .post-entry-header {
  margin: 0;
}
.topbanner-template-default .frame {
  display: none;
}
.topbanner-template-default #secondary {
  width: 26%;
  display: none;
}
.topbanner-template-default h1 {
  text-align: center;
  display: block;
  background-position: bottom;
  padding-bottom: 8px;
  min-width: 220px;
}

/* ニュース */
.single.centered .post-entry-header {
  display: none;
}

.post-template-default .frame {
  display: none;
}
.post-template-default main#main {
  width: 100%;
  float: right;
}

.single .site-content article {
  width: 100%;
}

.post-template-default ul.news {
  margin-right: 20px;
}
.post-template-default #xo_event_calendar-2 {
  display: flow-root;
}

.blog #primary .post {
  float: none;
}

.news_pre {
  width: 48%;
  padding: 0;
  margin: 0;
}
.news_pre .news_title .news div {
  margin-bottom: 0;
  top: inherit;
  position: inherit;
  left: 0;
}

.news_title .news div {
  left: 0;
}

.news div {
  position: inherit !important;
}

.midashi_top {
  padding: 4px 8px;
  border-radius: 5px;
  margin: 2px 3px;
  color: #ffffff;
  font-weight: bold;
}
.midashi_top:first-of-type {
  margin-left: 0;
}
.midashi_top:last-of-type {
  margin-right: 0;
}

.pink {
  background-color: #FF5E5E;
}

.orange {
  background-color: #FF8B31;
}

.green {
  background-color: #71B858;
}

.blue {
  background-color: #34B6BF;
}

@media all and (-ms-high-contrast: none) {
  .pink, .orange, .green, .blue {
    vertical-align: bottom;
  }
  li {
    line-height: normal;
  }
}
.itiran {
  background-color: #FF8B31;
  color: #ffffff;
  font-weight: bold;
  float: right;
  border-radius: 30px;
  border: none;
  width: 120px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.ogoori .itiran {
  background-color: #71B858;
}

.itiran::before {
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 2px;
  font-family: FontAwesome;
  font-weight: 900;
}
.itiran a {
  color: #ffffff !important;
  padding: 4px 15px 4px 0;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  display: block;
  height: 100%;
}
.itiran:hover {
  opacity: 0.8;
}

.box_news_blog {
  margin: 40px auto 60px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news_title {
  /*	margin-bottom:15px;*/
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/*
.news_pre{
	width:45%;
	padding:0 15px 0 0;
	margin-left:10px;
	display:grid;
}
*/
ul.news {
  padding: 25px 20px;
  background-color: #ffffff;
  margin: 0;
  border-radius: 20px;
  min-height: inherit;
  height: 100%;
}

.home ul.news {
  background-color: #ffffff;
  margin: 0;
  border-radius: 20px;
}

ul.news li {
  list-style: none;
  border-bottom: 1px dashed #CECECE;
  padding: 15px 0 15px 0;
}
ul.news li:first-of-type {
  padding: 0 0 15px 0 !important;
}
ul.news li:last-of-type {
  border: none;
  padding: 15px 0 0 0;
}
ul.news li a {
  color: #31231F;
  transition: 0.3s;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
ul.news li a:hover {
  text-decoration: none;
  color: #FF8B31;
}

.post-date {
  color: #575757;
  font-size: 14px;
  display: block;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 3px;
}

.hentry {
  margin: 0;
}

/* ブログ */
/*
.blog_pre{
	display:grid;
}
*/
ul.blog {
  padding: 25px 20px;
  background-color: #ffffff;
  margin: 0;
  border-radius: 20px;
  min-height: 435px;
  height: 100%;
}

.blog_pre {
  width: 48%;
  float: none;
  margin: 0;
}

ul.blog li {
  background-color: #ffffff;
  border-radius: 20px;
  list-style: none;
  display: inline-block;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 0;
}
ul.blog div:nth-of-type(3) li {
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.blog li a {
  color: #31231F;
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s;
}
ul.blog li img {
  float: left;
  max-width: 160px;
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
ul.blog li a:hover {
  text-decoration: none;
}
ul.blog li a:hover img {
  opacity: 0.8;
}
ul.blog a:hover .blog_border {
  color: #FF8B31;
  text-decoration: none;
}

#ogoori ul.blog a:hover .blog_border {
  color: #71B858;
}

.post-type-archive .frame {
  display: none;
}
.post-type-archive main#main {
  width: 100%;
}
.post-type-archive ul.blog {
  margin-top: 0px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 0;
  min-height: 700px;
}

.post-type-archive-blog #secondary {
  display: none;
}

foooter .post-type-archive-blog aside {
  display: block;
}

.post-type-archive #primary {
  max-width: 980px !important;
  width: 100%;
  margin: 0 auto;
}

a:hover .blog_border {
  text-decoration: underline;
}

.blog_title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* button */
.button {
  background-color: #FF8B31;
  border-radius: 30px;
  padding: 5px 15px;
  color: #ffffff;
  font-weight: bold;
  margin: 10px auto;
  display: table;
  text-align: center;
  border: 2px solid #FF8B31;
  cursor: pointer;
}
.button:hover {
  background-color: #ffffff;
  color: #FF8B31;
  transition: 0.2s;
}

/* widget text */
.widget_text {
  margin-bottom: 0px;
}

/* calendar */
#biz_calendar table.bizcal td.holiday:nth-of-type(7) {
  background-color: #0083cc !important;
}
#biz_calendar table.bizcal .today {
  text-decoration: none !important;
  color: #EE7E39 !important;
}
#biz_calendar table.bizcal .eventday {
  background-color: #fcca02 !important;
}
#biz_calendar table.bizcal .holiday {
  color: #000000 !important;
}

.widget widget_bizcalendar h2 {
  display: none;
}

.xo-months {
  margin-top: 10px;
}

.todaycalendar {
  margin-left: 70px;
  display: inline;
  position: absolute;
}

.xo-event-calendar table.xo-month {
  max-width: 250px;
  margin: 0 auto;
}
.xo-event-calendar table.xo-month .month-prev {
  position: static;
  float: right;
  margin-right: 100px;
}
.xo-event-calendar table.xo-month .month-week {
  padding: 0;
  position: static;
}
.xo-event-calendar table.xo-month .month-event-space {
  display: none;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  padding: 5px;
  height: 30px;
}
.xo-event-calendar table.xo-month button {
  color: #ffffff;
}
.xo-event-calendar table.xo-month button:hover {
  background-color: transparent !important;
}
.xo-event-calendar table.xo-month .month-dayname {
  position: static;
}
.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  border: none;
}
.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center;
}
.xo-event-calendar table.xo-month .month-dayname-space {
  height: auto;
}
.xo-event-calendar table.xo-month > caption {
  color: #ffffff;
  font-weight: bold;
  background-color: #190A0A;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.xo-event-calendar table.xo-month .month-header > span {
  line-height: normal;
  font-size: 18px;
  text-align: left;
  padding: 2px 2px 2px 10px;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #FF8B31;
}

.dashicons-arrow-left-alt2:before {
  z-index: 99999;
}

.holiday-title {
  display: none;
}

.bizcal {
  border-spacing: 0;
}
.bizcal tr:first-child {
  background-color: #190A0A;
}

.calmonth {
  color: #ffffff !important;
}

/* backtop */
.back-to-top {
  background-color: #FF8B31 !important;
}

/* sidemenu */
aside .widget_nav_menu {
  padding: 20px 15px 5px;
  background-color: #FF8B31;
  border-radius: 10px;
  width: 250px;
  margin: 0 auto;
}
aside .widget_nav_menu li {
  background-color: #ffffff;
  border-radius: 10px;
}
aside .widget_nav_menu li a {
  color: #3d2e2c;
  font-weight: bold;
  display: block;
  padding: 10px;
}
aside .widget_nav_menu li a:hover {
  color: #FF1A68;
}

/* Main Content */
.page-header {
  display: none;
}

.site-main, .page-template-page-allnews .site-main {
  width: 100%;
}

.single #primary .post .holder {
  display: block;
}
.single #primary .post .holder .meta-info {
  display: none;
}

.meta-info {
  display: none;
}

#primary {
  width: 100%;
  display: block;
  height: 100%;
}
#primary .visual {
  text-align: center;
}

#secondary {
  width: 26%;
}

/*ページトップリンク*/
#pagetop {
  position: fixed;
  right: 5%;
  bottom: 10%;
}
#pagetop a {
  display: inline-block;
  background: #00559F;
  color: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 3px;
  position: relative;
  transition: all 0.3s;
}
#pagetop a:hover {
  opacity: 0.8;
}
#pagetop a::before {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 52px;
  position: absolute;
  top: -18px;
  right: 13px;
}

#asahi #pagetop a {
  background: #FF8B31;
}

#ogoori #pagetop a {
  background: #71B858;
}

#houjin #pagetop {
  bottom: 11%;
}

/*フッター*/
footer {
  border-top: 15px solid #e9e7c9;
  background: #F9F8F2;
  padding: 50px 0;
}
footer .custom-logo-link {
  float: left;
  width: 100%;
  max-width: 220px;
}
footer .custom-logo-link a {
  border: 1px solid #D3D3D3;
  display: inline-block;
  padding: 10px;
}
footer .custom-logo-link a:focus {
  border: 1px solid #D3D3D3 !important;
  color: transparent !important;
}
footer .custom-logo-link a:first-of-type {
  background: #fff;
  margin-bottom: 8px;
}
footer .custom-logo-link img {
  max-width: 170px;
}
footer .menu-asahi-menu-container, footer .menu-ogoori-menu-container {
  width: 100%;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
}
footer .menu-asahi-menu-container ul, footer .menu-ogoori-menu-container ul {
  width: 50%;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
  padding: 0 20px 0 0;
}
footer li a {
  font-weight: bold;
  color: #31231F !important;
  font-size: 14px;
}
footer li a:hover {
  color: #FF8B31 !important;
}

#ogoori footer li a:hover {
  color: #71B858 !important;
}

/*マルチサイト*/
footer .menu-asahi-menu-container, footer .menu-ogoori-menu-container {
  width: 100%;
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
}

footer .menu-asahi-menu-container ul, footer .menu-ogoori-menu-container ul {
  width: 50%;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hpdata {
  min-width: 580px;
}

footer .custom-logo-link {
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
}
footer .custom-logo-link p {
  font-size: 14px;
  margin: 0 auto 10px;
}
footer .mail {
  width: 100%;
  font-size: 14px;
  margin: 0;
  text-align: center;
  border: none !important;
}
footer .kogakkailink {
  min-width: 240px;
  margin: 0 0 0 auto;
}
footer .kogakkailink li {
  margin-bottom: 10px;
  padding: 0;
}
footer .kogakkailink li a {
  color: #fff !important;
  background: #00559F;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  transition: all 0.3s;
  font-weight: normal;
}
footer .kogakkailink li a:hover {
  opacity: 0.8;
}
footer .kogakkailink li a::after {
  font-family: FontAwesome;
  font-weight: 400;
  content: "\f08e";
  margin-left: 10px;
  font-size: 14px;
}

.entry-footer {
  clear: both;
  float: right;
  display: none !important;
}

.sfwa_footer_area {
  font-size: 13px;
  margin-top: 0;
}

.footer-information {
  padding: 30px 0;
}

.footer-creditibility {
  padding: 0 0 40px;
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}

.centered #primary, .home #primary.content-area {
  max-width: 100% !important;
}

.entry-content {
  width: 100%;
  min-height: 40vh;
}

.site-content {
  padding: 0px 0 40px;
  overflow: -webkit-paged-x;
}

.page-template ul.news, .page-template ul.blog {
  overflow-y: hidden;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 15px;
}

.single .site-content .entry-content {
  overflow-y: hidden;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  min-height: 400px;
  margin-top: 15px;
}

.page-template ul.blog {
  width: 100%;
  height: inherit;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
}

.single .site-content .frame {
  z-index: 0;
}
.single .site-content .entry-content {
  width: 100%;
}

.page_title {
  text-align: center;
  margin: 10px auto 25px;
  color: #190A0A;
  font-size: 28px;
  font-weight: bold;
  display: block;
  background-position: bottom;
  padding-bottom: 8px;
  min-width: 220px;
}

.child_title {
  display: none;
}

.single-page-title {
  font-size: 28px;
}

.frame {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto 60px;
  max-width: 600px;
  max-height: 400px;
}
.frame img {
  max-width: 600px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(3deg);
  /* 回転させる */
  background: #fff;
  z-index: -1;
}

/* Contact */
form label {
  font-weight: bold;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #ff2c30;
  font-weight: bold;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: none;
  color: #0083cc;
  font-weight: bold;
}

button {
  background: #FF8B31;
  border: 2px solid #FF8B31;
}

input[type=button], input[type=reset], input[type=submit] {
  background: #FF8B31;
  border: 2px solid #FF8B31;
}

button:hover {
  background: #ffffff !important;
  color: #FF8B31;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background: #ffffff !important;
  color: #FF8B31;
}

/* main */
#main {
  height: auto !important;
}

/* About Author Widget */
.widget_bttk_author_bio .text-holder .author-bio-content {
  font-size: 1rem;
}

#secondary .widget_bttk_author_bio .text-holder a.readmore:hover {
  color: #fff;
}

/* Newsletter Widget */
.blossomthemes-email-newsletter-wrapper {
  border-radius: 8px;
}
.blossomthemes-email-newsletter-wrapper.bg-img:after {
  border-radius: 8px;
}
.blossomthemes-email-newsletter-wrapper.bg-img .text-holder {
  margin-bottom: 1rem;
}
.blossomthemes-email-newsletter-wrapper.bg-img .text-holder span {
  font-size: 1rem;
}

/*.blossomthemes-email-newsletter-wrapper form input[type="submit"]:hover {
    background-color: #000;
    border-color: transparent;
    color: #fff;
}*/
/* Blossom Categories */
.widget_bttk_custom_categories ul li a {
  height: 48px;
  line-height: 48px;
}
.widget_bttk_custom_categories ul li .cat-title {
  font-size: 0.875rem;
  margin: 0 0 0 16px;
  line-height: 48px;
}

/* Single Post */
.single .post-entry-header .category a {
  margin: 0 3px 3px 0;
  padding: 6px 8px;
  font-size: 0.625rem;
  line-height: 1;
}

/* Single Post Promotional Section */
.single-promotional-section img {
  display: block;
  margin: 0 auto;
}

/* Single Post Navigation */
.single .navigation {
  margin-top: 0px;
  margin-bottom: 48px;
  padding-top: 0;
  border-top: none;
  display: none;
}
.single .navigation .post-title {
  font-size: 1rem;
}

/* Recommended Articles */
.recommended-post {
  display: none;
}
.recommended-post .post .top {
  padding: 16px 16px 24px 16px;
}
.recommended-post .post .single_post_image {
  margin-bottom: 0.75rem;
}
.recommended-post .post .single_post_image img {
  display: block;
}
.recommended-post .post .entry-header .category {
  margin-bottom: 0.5rem;
}
.recommended-post .post .entry-header .category a {
  margin: 0 3px 3px 0;
  padding: 6px 8px;
  font-size: 0.625rem;
  line-height: 1;
}
.recommended-post .post .entry-header .entry-title {
  margin-bottom: 0;
}

/* Instagram Section */
.instagram-section {
  border-top: 1px solid #EBEBEB;
}

/* Portfolio Page */
.portfolio-item img, .portfolio-item .portfolio-text-holder {
  border-radius: 12px;
}
.portfolio-item .portfolio-cat a {
  background: #e7475e;
  margin: 0 3px 8px 0;
  border-radius: 3px;
  padding: 6px 8px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}
.portfolio-item .portfolio-cat a:last-child {
  padding-right: 8px;
}

.related-portfolio {
  margin-bottom: 80px;
}

.header-layout-two {
  display: block;
  box-shadow: none;
}

.ogoori .header-layout-two {
  background: #f5faf3;
}

.header-layout-two .header-t {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0 15px;
}
.header-layout-two .social-networks {
  width: 20%;
}
.header-layout-two .site-branding {
  width: 30%;
  text-align: center;
}
.header-layout-two .search-form {
  width: 18%;
  background: rgba(235, 235, 235, 0.2);
  border: 1px solid #B1B1B2;
  border-radius: 3px;
  padding: 7px 10px;
}
.header-layout-two .search-form:after {
  display: block;
  clear: both;
  content: "";
}
.header-layout-two .search-form label {
  float: left;
  width: calc(100% - 30px);
  font-size: 0.778em;
  line-height: 1em;
}
.header-layout-two .search-form label span {
  display: none;
}
.header-layout-two .search-form input[type=search] {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  color: #000;
  width: 100%;
}
.header-layout-two .search-form input[type=submit] {
  float: right;
  padding: 0;
  margin: 0;
  background: url(images/bg-search.svg) no-repeat;
  width: 14px;
  height: 14px;
  font-size: 0;
  border: 0;
  border-radius: 0;
}
.header-layout-two .main-navigation {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-info {
  background: rgba(231, 71, 94, 0.15);
}

.menu-footermenu-container a {
  color: #323232;
}

.site-footer .footer-t {
  padding: 30px 0;
}
.site-footer .footer-t .widget:last-child {
  margin-bottom: 0;
}
.site-footer .footer-b {
  border-top: 3px solid #FF8B31;
  padding: 0;
}

.footer-t .widget ul li {
  display: inline-block;
}

#menu-footer-menu {
  width: 70%;
  float: right;
  -moz-column-count: 4;
       column-count: 4;
}

.footer-t .widget ul li {
  list-style: none;
  display: inline-block;
  width: 170px;
  margin-bottom: 0.5em;
}

footer .widget ul li {
  margin-bottom: 0.3em !important;
}

#sfwa_footer {
  background-color: #ffffff;
}

.sfwa_contained .sfwa_footer_area li {
  text-align: left;
}

#sfwa_footer {
  margin-bottom: 0;
}
#sfwa_footer * {
  margin-bottom: 0;
}
#sfwa_footer li a {
  color: #323232;
}

.sfwa_row .sfwa_footer_area .sub-menu li a:before {
  content: ">";
}

.comments-area, .comment-form p:last-child {
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 0;
}

.comment-section {
  display: none;
}

.recommended-post {
  background: #F8F8F8;
}

/* footer map */
.map {
  width: 100%;
  margin: 0 auto;
  display: table;
  margin: 0 auto;
  color: #585555;
  border-collapse: separate;
  border-spacing: 20px 0;
}

.nyujien_map {
  border: 1px solid #323232;
  padding: 10px;
  display: table-cell;
  margin: 10px;
  border-radius: 3px;
}

.nyujien_map_title {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}

.nyujien_map_jusyo_a {
  float: left;
  padding: 20px 10px;
  width: 60%;
  display: table-cell;
}
.nyujien_map_jusyo_a img {
  width: 24px;
  vertical-align: middle;
}

.nyujien_map_jusyo_b {
  display: table-cell;
}

.hoikuen_map {
  border: 1px solid #323232;
  padding: 10px;
  display: table-cell;
  margin: 10px;
  border-radius: 3px;
}

.hoikuen_map_title {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
}

.hoikuen_map_jusyo_a {
  float: left;
  padding: 20px 10px;
  width: 60%;
  display: table-cell;
}
.hoikuen_map_jusyo_a img {
  width: 24px;
  vertical-align: middle;
}

.hoikuen_map_jusyo_b {
  display: table-cell;
}

.map_border {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 5px auto;
}
.map_border a {
  border: 1px solid #323232;
  border-radius: 15px;
  display: block;
  padding: 5px;
  color: #323232;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.map_border a:hover {
  background-color: #ffe0cf !important;
  opacity: 1 !important;
}
.map_border a:hover img {
  background-color: #ffe0cf !important;
}
.map_border img {
  width: 30px;
  vertical-align: middle;
  padding: 0 5px;
}

.footer_tel {
  font-size: 150%;
  font-weight: bold;
  vertical-align: middle;
}

/*======================================
 Banner Layout Six Style
 =====================================*/
.banner-layout-two {
  padding-top: 10px;
  padding-top: 10px;
}
.banner-layout-two img {
  vertical-align: top;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.banner-layout-two .item {
  position: relative;
  height: 650px;
  background: #FF91A4;
  border-radius: 12px;
}
.banner-layout-two .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  border-radius: 12px;
}
.banner-layout-two .active .item:after {
  display: none;
}
.banner-layout-two .text-holder {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  text-align: center;
  padding: 64px 15%;
  border-radius: 0 0 12px 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#80000000", GradientType=0);
  /* IE6-9 */
}
.banner-layout-two .text-holder .category {
  display: block;
  margin: 0 0 12px;
}
.banner-layout-two .text-holder .category a, .banner-layout-two .text-holder .category span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.556em;
  line-height: 1em;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  background: #FF91A4;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 5px 7px;
  text-decoration: none;
  transition: ease 0.2s;
}
.banner-layout-two .text-holder .category a:hover, .banner-layout-two .text-holder .category a:focus {
  background: #000;
}
.banner-layout-two .text-holder .entry-title {
  font-size: 3.111em;
  line-height: 1.429em;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.banner-layout-two .text-holder .entry-title a {
  color: #fff;
  transition: ease 0.2s;
}
.banner-layout-two .text-holder .entry-title a:hover, .banner-layout-two .text-holder .entry-title a:focus {
  color: #f19156;
}
.banner-layout-two .owl-prev {
  position: absolute;
  top: 50%;
  left: 16%;
  width: 45px;
  height: 45px;
  background: #f19156 !important;
  border-radius: 30px;
  transition: ease 0.2s;
  transform: translateY(-50%);
}
.banner-layout-two .owl-prev:hover, .banner-layout-two .owl-prev:focus {
  background: #fff !important;
  border: 1px solid #f19156;
}
.banner-layout-two .owl-prev svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  position: absolute;
  border-top: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(-45deg);
  top: 28%;
  left: 35%;
  border-radius: 2px;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}

.owl-prev:hover svg {
  fill: #f19156;
  border-top: 4px solid #f19156;
  border-left: 4px solid #f19156;
}

.banner-layout-two .owl-next {
  position: absolute;
  top: 50%;
  right: 16%;
  width: 45px;
  height: 45px;
  background: #f19156 !important;
  border-radius: 30px;
  transition: ease 0.2s;
  transform: translateY(-50%);
}
.banner-layout-two .owl-next:hover, .banner-layout-two .owl-next:focus {
  background: #fff !important;
  border: 1px solid #f19156;
}
.banner-layout-two .owl-next svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  position: absolute;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  border-radius: 2px;
  transform: rotate(45deg);
  top: 28%;
  left: 20%;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
}

.owl-next:hover svg {
  fill: #f19156;
  border-top: 4px solid #f19156;
  border-right: 4px solid #f19156;
}

path#path {
  display: none;
}

/*==========================================
 Layout Three Right Sidebar Style
 ==========================================*/
.blog.layout-two-right-sidebar #primary {
  /*width: 66.6667%;*/
  width: 70%;
}
.blog.layout-two-right-sidebar #primary .post {
  width: 100%;
}
.blog.layout-two-right-sidebar #primary .post .post-thumbnail img {
  width: 100%;
}
.blog.layout-two-right-sidebar #secondary {
  /*width: 33.3333%;*/
  width: 26%;
  padding-left: 0;
  padding-right: 0 !important;
  margin-right: 20px;
}

/*====	ここから法人サイトページ	====*/
body#houjin {
  font-family: "Noto Sans Regular", sans-serif !important;
  line-height: 1.75;
  color: #2c2c2c;
  margin-bottom: 0;
}

#houjin h1.page_title {
  color: #00559F;
  font-weight: bold;
  padding: 0;
}
#houjin h1.page_title span {
  font-size: 16px;
  display: block;
  margin: 5px 0 0;
}
#houjin .site-main {
  margin: 0 auto;
}
#houjin .site-content {
  background: #fff;
  min-height: 90vh;
}
#houjin .site-content table {
  border-collapse: collapse !important;
}
#houjin .site-content table ul {
  margin-bottom: 0 !important;
}
#houjin .site-content table tbody th {
  background: #DBE7F1;
  border: 1px solid #2C2C2C;
  padding: 15px;
  text-align: center;
  width: 20%;
  font-weight: normal;
}
#houjin .site-content table tbody td {
  padding: 15px;
  border: 1px solid #2C2C2C;
  height: auto !important;
}
#houjin .site-content ul {
  margin: 0 0 30px;
  padding: 0;
}
#houjin .site-content ul.list li {
  padding-left: 17px;
  text-indent: -18px;
  margin-bottom: 6px;
  list-style: none;
}
#houjin .site-content ul.list li::before {
  content: "•";
  color: #00559F;
  padding-right: 8px;
  font-size: 18px;
}
#houjin .site-content mark {
  box-shadow: inset 0 -7px 0 0 #FFF255 !important;
  background: transparent;
  font-weight: bold;
}
#houjin .site-content table td p {
  margin-bottom: 0;
}
#houjin h2 {
  display: block;
  text-align: center;
  border: none;
  padding: 0;
}
#houjin h3 {
  color: #00559F !important;
  font-size: 22px !important;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 30px;
}
#houjin h3:first-of-type {
  margin-top: 0;
}
#houjin .header-layout-two {
  padding: 0;
}
#houjin .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#houjin header {
  display: block;
  position: fixed !important;
  width: 100%;
  height: 80px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9) !important;
}
#houjin header .flex {
  height: 100% !important;
}
#houjin .custom-logo {
  width: 100%;
  max-width: 255px;
  background: transparent;
  margin-left: 20px;
}
#houjin .header_right {
  display: block;
  margin-right: 60px;
}
#houjin header ul {
  margin: 0 40px 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: hidden;
}
#houjin header ul li {
  list-style: none;
  margin: 0 30px 0 0;
}
#houjin header ul li:nth-of-type(4), #houjin header ul li:last-of-type {
  display: none;
}
#houjin header ul li a {
  color: #2C2C2C;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
}
#houjin header ul li a:hover, #houjin header ul li a:focus {
  color: #00559F !important;
}
#houjin header ul li a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #00559F;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#houjin header ul li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}
#houjin .header_right {
  margin-right: 0;
}
#houjin .site-content .form table {
  font-size: 16px;
  border: none;
}
#houjin .site-content .form table th {
  width: 30%;
  border: none;
  background: transparent;
  text-align: left;
}
#houjin .site-content .form table td {
  border: none;
  background: transparent;
}
#houjin input[type=text], #houjin input[type=email] {
  width: 100%;
  border: 1px solid #707070;
}
#houjin textarea {
  width: 100%;
  border: 1px solid #707070;
}
#houjin .site-content .form p {
  font-size: 16px;
  text-align: center;
}
#houjin input[type=submit] {
  background: #00559F !important;
  font-size: 16px;
}
#houjin footer {
  background: #00559F;
  border: none;
}
#houjin footer section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#houjin footer section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#houjin footer section ul li a {
  color: #fff !important;
  font-weight: normal;
}
#houjin footer section ul li a:hover {
  color: #fff !important;
  opacity: 0.8;
}
#houjin footer section ul li a ::before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 900;
  padding-right: 5px;
  color: #fff;
  font-size: 13px;
}

/*マージン*/
.mar60 {
  margin-bottom: 60px;
}

.mar80 {
  margin-bottom: 80px;
}

.mar100 {
  margin-bottom: 100px;
}

/*====	ここまで法人サイトページ	====*/
@media screen and (max-width: 1366px) {
  /*
  	.container{
  		max-width:1100px;
  	}
  */
  /*
  	header section{
  		max-width:90%;
  	}
  */
  section {
    width: 90%;
    /*		max-width:780px;*/
  }
  /*	マージン*/
  .mar60 {
    margin-bottom: 40px;
  }
  .mar80 {
    margin-bottom: 50px;
  }
  .mar100 {
    margin-bottom: 70px;
  }
  /* メニュー */
  .main-navigation ul {
    display: block;
  }
  /* トップメッセージ */
  .topmessage {
    padding: 30px 0px 20px;
  }
  .topmessage::before, .topmessage::after {
    padding: 15px 60px;
    background-size: contain;
  }
  .topmessage_title {
    font-size: 20px;
  }
  /*	園だより　*/
  .banner {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin-bottom: 58px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #houjin h3 {
    font-size: 18px !important;
  }
  /*	ロゴ*/
  .header-layout-two .site-branding {
    width: 100%;
  }
  #ogoori .header-layout-two .site-branding {
    width: 100%;
    max-width: 160px;
  }
  .header-layout-two {
    padding: 10px 0 0;
  }
  div#content {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  .container {
    width: 100%;
    padding: 0 !important;
  }
  /*	レスポンシブメニュー*/
  #nav-content .logo {
    background: #fff;
    display: table;
    border: 1px solid #D3D3D3;
    margin: 10px auto 0;
    padding: 10px;
  }
  #nav-content .logo:focus {
    color: transparent !important;
  }
  #nav-content .logo img {
    margin: 0;
    vertical-align: middle;
  }
  .header-layout-two .header-b {
    padding: 5px 0;
  }
  .header-layout-two .main-navigation {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 20px;
  }
  .main-navigation ul li {
    display: block;
    margin: 0;
  }
  .main-navigation ul li a {
    display: block;
    padding: 10px 0;
    transition: all 0.3s;
  }
  .main-navigation ul li a:hover {
    background: #FF8B31;
    color: #fff !important;
  }
  #ogoori .main-navigation ul li a:hover {
    background: #71B858;
    color: #fff !important;
  }
  #nav-drawer {
    position: relative;
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  /*ハンバーガーアイコンをCSSだけで表現*/
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 90%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #F9F8F2;
    /*背景色*/
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  /* ロゴ */
  .custom-logo {
    width: 160px;
    vertical-align: baseline;
  }
  /* ヘッダー */
  #houjin .header-layout-two .header-b {
    padding-top: 0;
  }
  .header_contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    float: none;
    clear: both;
    display: block;
    z-index: 999;
    left: 0;
    right: 0;
  }
  /*向学会メニュー*/
  .header_right ul {
    display: none;
  }
  /* 電話 */
  .tel {
    width: 50%;
    background: #fff;
    display: inline-block;
    float: left;
    text-align: center;
    padding: 13px 0;
    border-top: 1px solid #FF8B31;
  }
  #ogoori .tel {
    border-top: 1px solid #71B858;
  }
  /* お問い合わせ */
  .access_overflow {
    margin-bottom: 15px;
  }
  ul.access li a.mail {
    font-size: 15px;
  }
  .header_contact .mail {
    width: 50%;
    margin: 0;
    border-radius: 0;
    display: inline-block;
    padding: 13px 0 16px;
    text-align: center;
    border-top: 1px solid #FF8B31;
  }
  #ogoori .header_contact .mail {
    border-top: 1px solid #71B858;
  }
  /*	スライド*/
  .slick-dotted.slick-slider {
    margin-bottom: 5px;
  }
  .box_slide #slide-arrow {
    max-width: 44%;
  }
  .slick-prev, .slick-next {
    width: 30px !important;
    height: 30px !important;
  }
  .slick-prev::before {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    top: 10px;
    right: 9px;
    width: 10px;
    height: 10px;
  }
  .slick-next::before {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    top: 10px;
    right: 11px;
    width: 10px;
    height: 10px;
  }
  /*	トップメッセージ*/
  .topmessage {
    position: relative;
    padding: 12px 0 0;
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .topmessage_title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .topmessage::before {
    background-image: url(../images/home/sp_youkoso_l.png);
    padding: 15px 20px;
    top: 8px;
    left: -15px;
    position: absolute;
  }
  .topmessage::after {
    background-image: url(../images/home/sp_youkoso_r.png);
    padding: 15px 20px;
    top: 8px;
    right: -15px;
    position: absolute;
  }
  /*	4カラム*/
  .topic_column {
    flex-wrap: wrap;
  }
  .column {
    width: 46%;
  }
  .column:first-of-type a, .column:nth-of-type(2) a {
    margin: 0 auto 10px;
  }
  .column_title {
    font-size: 15px;
    margin: 3px 0;
  }
  .column .column_title::before {
    padding: 0 8px;
    background-size: contain;
  }
  /*	お知らせ*/
  ul.news {
    margin: 10px 0px;
  }
  ul.news li a {
    font-size: 15px;
  }
  ul.blog li a {
    font-size: 15px;
  }
  .box_news_blog {
    display: block;
    margin: 20px auto 0;
  }
  .news_pre {
    width: 100%;
    display: block;
  }
  .page-template ul.news, .page-template ul.blog {
    float: none;
    margin-bottom: 40px;
  }
  .single .site-content .entry-content {
    float: none;
    margin-bottom: 40px;
  }
  .itiran::before {
    top: 6px;
  }
  /*	copyright*/
  .copy {
    margin-bottom: 55px;
  }
  /*	ブログ*/
  .blog_pre {
    width: 100%;
    display: block;
  }
  /*	アクセス*/
  ul.access {
    display: block;
    margin-bottom: 30px;
  }
  ul.access li {
    width: 100%;
  }
  ul.access li dl dt {
    width: 23%;
    border: none;
    padding: 5px 0;
    font-size: 15px;
  }
  ul.access li dl dd {
    border: none;
    padding: 5px 0;
    font-size: 15px;
  }
  /*	バナー*/
  .banner {
    margin: 30px 0;
  }
  /*	フッター*/
  footer {
    display: none !important;
  }
  /*====	ここから法人サイトページ	====*/
  /*	ロゴ*/
  #houjin .site-header .site-branding, #houjin .custom-logo {
    max-width: 180px;
  }
  #houjin .header-layout-two .main-navigation {
    top: 30px;
  }
  #houjin .header_right {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    background: #00559F;
  }
  #houjin header ul {
    margin: 0 auto;
    height: auto;
    display: block;
    overflow-y: inherit;
  }
  #houjin header ul li {
    margin: 0;
  }
  #houjin header ul li:nth-of-type(4), #houjin header ul li:last-of-type {
    display: block;
  }
  #houjin header ul li a {
    padding: 10px;
    margin-bottom: 15px;
    color: #fff;
  }
  #houjin header ul li a:after {
    content: none;
  }
  #houjin header ul li a:hover {
    color: #00559F !important;
    background: #fff;
  }
  #houjin h2 {
    font-size: 18px !important;
  }
  #houjin .site-content table tbody th {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px dashed #2C2C2C;
    font-size: 15px;
  }
  #houjin .site-content table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #2C2C2C;
    font-size: 15px;
  }
  #houjin .site-content table tbody tr:last-of-type td {
    border-bottom: none;
  }
  #houjin .site-content .form table th {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  #houjin .site-content .form table td {
    display: block;
  }
  #houjin footer {
    display: block !important;
    padding: 40px 15px;
  }
  #houjin .copy {
    width: 100%;
    text-align: center;
    order: 2;
  }
  #houjin footer section ul {
    margin: 0 auto;
    order: 1;
  }
  #houjin footer section ul li:last-of-type {
    padding: 0;
  }
  /*	ハンバーガーメニュー*/
  /*	テーブル	*/
  /* 採用フォーム */
  /*	フッター*/
  /*====	ここまで法人サイトページ	====*/
}
@media screen and (max-width: 420px) {
  p {
    font-size: 15px;
  }
  .box_slide #slide-arrow {
    max-width: 70%;
  }
  /*	お知らせ*/
  ul.news {
    min-height: 330px;
    height: auto;
  }
  ul.blog {
    min-height: 330px;
    height: auto;
  }
  ul.blog li img {
    max-width: 140px;
  }
  /*	ブログ*/
  /*	バナー*/
  .banner {
    margin: 0;
  }
}/*# sourceMappingURL=basic.css.map */