/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
:root {
  --accent: #15B583;/*エメラルドグリーン*/
  --pale: #88D5BD;/*薄いエメラルドグリーン（hover）*/

  --back_dark: #011819;/*黒背景（透過）*/
  --back_dark_t: #011819ed;/*黒背景（透過）*/
  --back_white_t: #f8f9f926;/*白背景（透過）*/
	
  --normal: #fff;/*濃地に載せるテキスト色*/
  --reversal: #000;/*薄地に載せるテキスト色*/
  --gray: #707F89;/*テキスト色グレー*/

  --border: #ffffff4f;/*ボーダー*/
  --border2: #15b58352;/*アクセントカラーを透過したボーダー*/

  --base: #64BFEC;/*水色*/
  --pale2: #cfe0ff;/*薄い水色（ボーダー・テキスト用）*/
  --dark: #1d83dd;/*濃い水色*/
  --gray2: #707070;
  --pale_gray:#F0F3F5;
  --border_gray: #CDD6DD;

  --pfs_SS: 0.625rem;/*10px*/
  --pfs_SM: 0.75rem;/*12px*/
  --pfs_S: 0.875rem;/*14px*/
  --pfs: 1rem;/*16px*/
  --pfs_L: 1.125rem;/*18px*/

  --hfs_S: 1.375rem;/*22px*/
  --hfs: 1.5rem;/*24px*/
  --hfs_M: 2rem;/*32px*/
  --hfs_L: 3rem;/*48px*/
  --hfs_LL: 5rem;/*80px*/
	
  --back_img: url(../../../wp-content/themes/onepress-child/assets/images/back.png);
  --back_img2: url(../../../wp-content/themes/onepress-child/assets/images/back2.png);

}





/*--------------------------------------------------------------
フォント及び共通ホバー指定
---------------------------------------------------------------*/
a,
a img {
  transition: all .3s;
}
.site-footer .footer-social a {
  color: var(--accent);
}
a:hover,
body.category-blog .entry-title a:hover,
body.blog .entry-title a:hover,
h2.entry-title a:hover,
body.post-type-archive-gallery .onepress-menu #menu-item-1499 a,
body.profile .onepress-menu #menu-item-1465 a,
body.bbs .onepress-menu #menu-item-1469 a,
body.archive.category .onepress-menu #menu-item-1470 a,
body.blog .onepress-menu #menu-item-1463 a,
body.contact .onepress-menu #menu-item-1462 a,
.site-footer .footer-social a:hover {
  color: var(--pale);
  text-decoration: none;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
tt,
kbd,
pre,
code,
samp,
var,
.site-branding .site-title,
.site-branding .site-text-logo,
.onepress-menu a,
.entry-header .entry-title,
.counter_item .counter__number,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: var(--normal);
}
.jp {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.en {
  font-family: 'Georgia','Times','Times New Roman','serif';
}
h2.hero-large-text {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.single .entry-header .entry-title,
.wp-block-heading,
h2.entry-title a,
.page-header .entry-title,
.page-header .page-title,
.page-title span {
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: var(--normal);
}
body.category-blog .date,
body.blog .date,
body.category-blog .entry-title a,
body.blog .entry-title a {
  color: var(--gray);
}
.onepress-menu a,
.btn-theme-primary {
  font-size: var(--pfs_SM);
}
/*---------------------------------------------フォント及び共通ホバー指定*/



/*--------------------------------------------------------------
フッター
---------------------------------------------------------------*/
.follow-heading {
  font-size: var(--pfs_SS);
}
.site-footer {
  background-color: transparent;
  position: relative;
}
.site-footer .footer-social a {
  font-size: unset;
  margin: 0;
}
.site-footer .footer-connect .follow-heading {
  letter-spacing: normal;
}
.footer-social-icons {
  margin-bottom: 8px;
}
.footer-social-icons a:hover {
  opacity: .5;
}
.site-footer .site-info {
  color: var(--gray);
  font-size: var(--pfs_SS);
  background: url(../../../wp-content/themes/onepress-child/assets/images/footer.png) center no-repeat;
  background-size: cover;
  padding: 40px 0 16px 0;
}
.site-footer .footer-connect {
  padding: 0;
}
.site-footer .btt a {
  background: none;
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  font-size: var(--pfs_SS);
}
.site-footer .btt a {
  top: 0;
}
.btn-theme-primary {
  top: 49%;
  left: 25%;
  background: none;
  font-weight: normal;
}
.btn-theme-primary::before {
  content: '';
  width: 72px;
  height: 48px;
  display: block;
  position: absolute;
  top: -39px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_anima.png) no-repeat center;
}
.footer-connect .container {
  position: relative;
}
.btn_anima {
  position: absolute;
  right: 0;
  top: 0;
}
.btn.btn-theme-primary {
  font-size: var(--pfs_SS);
  display: block;
  width: 72px;
  padding: 10px 0 0 0;
}
@media screen and (max-width: 767px) {/* SP用*/
  .site-footer .footer-connect .follow-heading {
    text-align: left;
    width: 80%;
    margin: auto;
  }
  .site-footer .btt a {
    top: -20px;
  }
}
/*-----------------------------------------------------フッター*/



/*--------------------------------------------------------------
背景
---------------------------------------------------------------*/
body {
  background: var(--back_img) center var(--back_dark);
  background-attachment: fixed;
  background-size: cover;
}
.site {
  background: var(--back_img2) center;
  background-attachment: fixed;
  background-size: contain;
}
.section-parallax,
#parallax-hero {
  position: relative;
}
.hero-slideshow-fullscreen .container {
  position: absolute;
  top: unset;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {/* SP用*/
  .hero-slideshow-fullscreen .container {
    width: 80%;
  }
}
.section-parallax .parallax-bg:before,
#parallax-hero .parallax-bg:before {
  background: none;
}
@media screen and (min-width: 768px) {/* PC用*/
  #parallax-hero .parallax-bg img {
    max-width: 1600px;
    max-height: 1353px;
    min-width: unset;
    min-height: unset;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: unset;
    top: 0;
  }
}
/*-----------------------------------------------------背景*/


/*--------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
/*メインビジュアル*/
#parallax-hero .parallax-bg img {
  top: -100px;
}
.section-parallax .parallax-bg img,
#parallax-hero .parallax-bg img {
    width: unset;
}
/*@media screen and (min-width: 1023px) {
  #parallax-hero:hover .parallax-bg img {
    filter: grayscale(0);
  }
#parallax-hero .parallax-bg img {
    top: -100px;
    filter: grayscale(100%);
    transition: .3s ease-in-out;
  }
}*/
@media screen and (min-width: 768px) and ( max-width: 1281px) {
  .section-parallax .parallax-bg img,
  #parallax-hero .parallax-bg img {
    width: unset;
    max-width: 1280px;
  }
  #parallax-hero .parallax-bg img {
    top: -201px;
  }
	.hero-slideshow-fullscreen .container {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {/* SP用*/
  #parallax-hero .parallax-bg img {
    top: 50px;
  }
}
/*--------------------------------------------メインビジュアル*/
@media screen and (min-width: 1950px) {/* PC大用*/
  #parallax-hero .parallax-bg img {
    max-height: 1630px;
    max-width: unset;
  }
}
h2.hero-large-text {
  font-size: var(--hfs_L);
  letter-spacing: normal;
}
#hero .btn {
  position: absolute;
}
body.home .btn-theme-primary {
  top: 49%;
  left: 25%;
}
body.home .btn-theme-primary.nothome,
body.home .btn.btn-theme-primary.btn-lg.nothome {
  display: none;
}
.hero__content.hero-content-style1 a:first-child {
  top: 50%;
}
@media screen and (min-width: 1141px) {/* PC用*/
  body.home .onepress-menu li:not(#menu-item-1462):not(#menu-item-1704):not(#menu-item-1703) {
    position: absolute;
    left: 81%;
    transform: translateX(-50%);
  }
  body.home ul.onepress-menu li#menu-item-1499 {
    top: 80px;
  }
  body.home ul.onepress-menu li#menu-item-1465 {
    top: 130px;
  }
  body.home ul.onepress-menu li#menu-item-1469 {
    top: 180px;
  }
  body.home ul.onepress-menu li#menu-item-1470 {
    top: 230px;
  }
  body.home ul.onepress-menu li#menu-item-1463 {
    top: 280px;
  }
  body.home ul.onepress-menu li#menu-item-1462 {
    right: 0;
  }
  body.home .is-transparent .site-header.header-fixed, .site-header {
    background: none;
  }
  body.home .onepress-menu li:hover > ul {
    top: -40px;
    left: -100px;
  }
}
body.home .main-navigation li a::before {
  content: '';
  display: block;
  height: 27px;
  margin-right: 8px;
}
body.home .main-navigation li:first-child a::before {
  width: 90px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_aw.png) no-repeat center;
}
body.home .main-navigation li:nth-child(2) a::before {
  width: 76px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_prof.png) no-repeat center;
}
body.home .main-navigation li:nth-child(3) a::before {
  width: 89px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_bbs.png) no-repeat center;
}
body.home .main-navigation li:nth-child(4) a::before {
  width: 69px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_blog.png) no-repeat center;
}
body.home .main-navigation li:nth-child(5) a::before {
  width: 67px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/btn_news.png) no-repeat center;
}
body.home .main-navigation li:last-child a::before {
  width: 21px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_mail.png) no-repeat center;
}
@media screen and (max-width: 767px) {/* SP用*/
  #hero .btn {
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*----------------------------------------------------トップページ*/


/*--------------------------------------------------------------
メニュー
---------------------------------------------------------------*/
.is-transparent .site-header.header-fixed,
.site-header {
  background: var(--back_dark_t);
}
.site-header.no-scroll {
  background: none;
  box-shadow: none;
}
.onepress-menu a {
  color: var(--normal);
}
.onepress-menu a:hover,
.is-transparent .no-scroll.site-header .onepress-menu > li > a:hover,
.btn-theme-primary:hover {
  color: var(--pale);
  text-shadow: 0 0 16px #ffffff;
}
.main-navigation li a {
  display: flex;
  align-items: center;
}
.main-navigation li a::before {
  content: '';
  display: block;
  height: 27px;
  margin-right: 8px;
}
.onepress-menu > li:last-child > a {
  font-family: "Noto Serif JP", serif;
  text-transform: unset;
}
@media screen and (min-width: 1141px) {/* PC用*/
  body:not(.home) .onepress-menu > li a {
    font-size: var(--pfs_SM);
  }
  body:not(.home) .onepress-menu > li:last-child > a {
    font-size: var(--pfs);
    border: 1px solid;
    border-radius: 30px;
    height: 39px;
    width: 150px;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  body:not(.home) .onepress-menu > li:last-child > a::before {
    content: unset;
  }
  body:not(.home) .onepress-menu > li:last-child {
    display: flex;
    align-items: center;
    height: 75px;
    margin-left: 27px;
  }
  body:not(.home) .main-navigation li a::before {
    width: 75px;
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .5;
    transition: all .3s;
  }
  body:not(.home) .main-navigation li:hover a::before {
    opacity: 1;
  }
  body:not(.home) .main-navigation li:first-child a::before {
    width: 75px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/nav_aw.png) no-repeat center;
  }
  body:not(.home) .main-navigation li:nth-child(2) a::before {
    width: 75px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/nav_profile.png) no-repeat center;
  }
  body:not(.home) .main-navigation li:nth-child(3) a::before {
    width: 75px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/nav_bbs.png) no-repeat center;
  }
  body:not(.home) .main-navigation li:nth-child(4) a::before {
    width: 75px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/nav_blog.png) no-repeat center;
  }
  body:not(.home) .main-navigation li:nth-child(5) a::before {
    width: 75px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/nav_news.png) no-repeat center;
  }
}
.onepress-menu.onepress-menu-mobile li {
  background: none;
  border: none;
}
.onepress-menu.onepress-menu-mobile {
  border: none;
}
.onepress-menu.onepress-menu-mobile a {
  color: #fff;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after,
#nav-toggle.nav-is-visible span:before,
#nav-toggle.nav-is-visible span:after {
  background: #fff;
}
@media screen and (max-width: 1140px) {/* SP用*/
  .main-navigation .onepress-menu {
    background: #175c47f5;
  }
  .main-navigation li a::before {
    content: '';
    display: block;
    height: 27px;
    margin-right: 8px;
  }
  .main-navigation li:first-child a::before {
    width: 90px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/btn_aw.png) no-repeat center;
  }
  .main-navigation li:nth-child(2) a::before {
    width: 76px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/btn_prof.png) no-repeat center;
  }
  .main-navigation li:nth-child(3) a::before {
    width: 89px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/btn_bbs.png) no-repeat center;
  }
  .main-navigation li:nth-child(4) a::before {
    width: 69px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/btn_blog.png) no-repeat center;
  }
  .main-navigation li:nth-child(5) a::before {
    width: 67px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/btn_news.png) no-repeat center;
  }
  .main-navigation li:last-child a::before {
    width: 21px;
    background: url(../../../wp-content/themes/onepress-child/assets/images/ico_mail.png) no-repeat center;
  }
}
.onepress-menu ul li a {
  background: #000000a6;
  border: none;
  color: #fff;
}
ul.sub-menu {
  border: none;
}
.main-navigation ul.sub-menu li:first-child a::before {
  content: none;
}
.main-navigation ul.sub-menu li:last-child a::before {
  content: none;
}
ul.sub-menu {
  min-width: 127px;
}
.onepress-menu.onepress-menu-mobile .nav-toggle-subarrow {
  border: none;
  color: var(--accent);
}

/*-------------------------------------------------------メニュー*/

/*--------------------------------------------------------------
ページネーション
---------------------------------------------------------------*/
.pagination {
  width: 100%;
  justify-content: space-around;
  padding: 10px 33%;
}
/*-------------------------------------------------------ページネーション*/

/*--------------------------------------------------------------
階層ページ汎用
---------------------------------------------------------------*/
.page-header,
.site-content {
  border: none;
  background: none;
}
#secondary {
  display: none;
}
#primary {
  float: none;
  width: 100%;
  border: none;
  padding-right: 0;
}
#content-inside {
  min-height: 75vh;
  line-height: 2rem;
  position: relative;
}
#content-inside::before {
  content: '';
  display: block;
  width: 264px;
  height: 197px;
  position: absolute;
  mix-blend-mode: color-dodge;
  opacity: .3;
}
.page-header h1.entry-title {
  letter-spacing: normal;
  font-size: var(--pfs_SM);
  position: absolute;
  color: #C4EFE1;
  text-shadow: 0 0 15px #ffffff;
  bottom: -158px;
  left: 82px;
}
.byline {
  display: none;
}
.entry-meta {
  border: none;
}
.gallery-template-default .container #main,
.bbs #main,
.single .container #main {
  width: 800px;
  max-width: 90%;
  margin: auto;
}
.blog .list-article-thumb img,
.category-blog .list-article-thumb img {
  width: 150px;
  object-fit: cover;
  height: 150px;
  border: 1px solid var(--border2);
}
.blog .list-article-meta,
.archive .list-article-meta,
.archive  h2,
.blog h2 {
  margin-bottom: 0;
}
.entry-footer {
  border-color: var(--border);
}
header.entry-header.flexbox {
  display: flex;
  justify-content: space-between;
}
.entry-thumbnail.imgbox img {
  border: 1px solid var(--border);
}
@media screen and (max-width: 767px) {/* SP用*/
  .btn_anima {
    top: unset;
    bottom:80px;
    right: 10px;
  }
  #content-inside::before,
  .page-header h1.entry-title,
  body.post-type-archive-gallery #content-inside::after,
  body.bbs #content-inside::after,
  body.blog #content-inside::after,
  body.category-blog #content-inside::after,
  body.tax-gallery-type #content-inside::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #content-inside::before {
    top: -58px;
  }
  body.category-blog #content-inside::after,
  body.bbs #content-inside::after,
  body.blog #content-inside::after,
  body.contact #content-inside::after,
  body.post-type-archive-gallery #content-inside::after,
  body.tax-gallery-type #content-inside::after {
    top: 51px;
  }
  header.entry-header.flexbox {
    display: block;
  }
  .entry-thumbnail.imgbox {
    text-align: center;
  }
}
/*-------------------------------------------------------階層ページ汎用*/

/*--------------------------------------------------------------
profileページ
---------------------------------------------------------------*/
body.profile #primary {
  max-width: 460px;
  margin: auto;
}
body.profile .wp-block-image img {
  padding: 16px;
  box-sizing: unset;
  border: 1px solid var(--border);
}
body.profile .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  min-width: 172px;
}
body.profile .en {
  line-height: 1.5;
  color: var(--gray);
}
body.profile #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_prof.png);
}
@media screen and (max-width: 767px) {/* SP用*/
  body.profile #content-inside::before {
    top: -100px;
  }
}
/*------------------------------------------------profileページ*/

/*--------------------------------------------------------------
archive汎用
---------------------------------------------------------------*/
body.archive #main,
body.blog #main,
body.bbs #main {
  margin-top: 80px;
}
body.archive .page-header,
body.blog .page-header,
body.bbs .page-header {
  display: none;
}
body.archive #content-inside::after,
body.blog #content-inside::after,
body.bbs #content-inside::after {
  position: absolute;
  letter-spacing: 10px;
  font-size: var(--pfs_SM);
  color: #C4EFE1;
  text-shadow: 0 0 15px #ffffff;
  font-family: "Noto Serif JP", serif;
}
.blog .site-main .list-article:first-of-type,
.blog .list-article,
.blog .list-article:last-of-type,
.category-blog .site-main .list-article:first-of-type,
.category-blog .list-article,
.category-blog .list-article:last-of-type {
  border: none;
  width: 682px;
  max-width: 90%;
  margin: auto;
}
.list-article-thumb {
  text-align: center;
}
/*------------------------------------------------archive汎用*/

/*--------------------------------------------------------------
作品紹介一覧ページ
---------------------------------------------------------------*/
body.post-type-archive-gallery #content-inside::before,
body.tax-gallery-type #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_aw.png);
}
body.post-type-archive-gallery #content-inside::after,
body.tax-gallery-type #content-inside::after {
  content: '作品紹介';
}
@media screen and (min-width: 768px) {/* PC用*/
  body.post-type-archive-gallery #content-inside::after,
  body.tax-gallery-type #content-inside::after {
    left: 112px;
    top: 106px;
  }
}
body.post-type-archive-gallery .date,
body.tax-gallery-type .date {
  display: none;
}
body.post-type-archive-gallery .list-article,
body.post-type-archive-gallery .site-main .list-article:first-child,
body.post-type-archive-gallery .list-article:last-of-type,
body.tax-gallery-type .list-article,
body.tax-gallery-type .site-main .list-article:first-child,
body.tax-gallery-type .list-article:last-of-type {
  border: 1px solid var(--border);
  width: 23%;
  margin: 10px;
}
body.post-type-archive-gallery .list-article-content,
body.tax-gallery-type .list-article-content {
  overflow: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.post-type-archive-gallery #main,
body.tax-gallery-type #main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 122px;
  justify-content: center;
}
body.post-type-archive-gallery .list-article,
body.post-type-archive-gallery .site-main .list-article:first-child,
body.tax-gallery-type .list-article,
body.tax-gallery-type .site-main .list-article:first-child {
  padding: 25px 0 0 0;
}
body.post-type-archive-gallery .list-article-thumb,
body.tax-gallery-type .list-article-thumb {
  float: none;
  margin: 5%;
}
h2.type-name {
  width: 100%;
  text-align: center;
  color: var(--gray);
  padding-bottom: 2rem;
  font-size: var(--hfs);
}
.taxonomy-links a {
  display: inline-block;
  margin: 0 24px 24px 24px;
}
.taxonomy-links {
    z-index: 2;
}
@media screen and (min-width: 768px) {/* PC用*/
  .post-type-archive-gallery .list-article-thumb img,
  .tax-gallery-type .list-article-thumb img {
    object-fit: cover;
    min-height: 342px;
  }
}
@media screen and (max-width: 1024px) {/* タブレット以下*/
  .section-news .list-article-thumb,
  .archive .list-article-thumb, .blog .list-article-thumb {
    display: block;
  }
}
@media screen and (max-width: 767px) {/* SP用*/
  body.post-type-archive-gallery .list-article,
  body.post-type-archive-gallery .site-main .list-article:first-child,
  body.post-type-archive-gallery .list-article,
  body.post-type-archive-gallery .list-article:last-of-type,
  body.tax-gallery-type .list-article,
  body.tax-gallery-type .site-main .list-article:first-child,
  body.tax-gallery-type .list-article,
  body.tax-gallery-type .list-article:last-of-type {
    width: 43%;
  }
  .post-type-archive-gallery .list-article-thumb img,
  .tax-gallery-type .list-article-thumb img {
    object-fit: cover;
    min-height: 220px;
  }
  .archive .entry-title {
    font-size: var(--pfs_L);
  }
  body.post-type-archive-gallery .list-article,
  body.post-type-archive-gallery .site-main .list-article:first-child,
  body.tax-gallery-type .list-article,
  body.tax-gallery-type .site-main .list-article:first-child {
    padding-top: 3%;
  }
  body.post-type-archive-gallery #main,
  body.tax-gallery-type #main {
    margin-top: 52px;
  }
}
/*------------------------------------------------作品紹介一覧ページ*/

/*--------------------------------------------------------------
作品紹介詳細ページ
---------------------------------------------------------------*/
body.single .page-header {
  display: none;
}
body.single #content-inside::before {
  content: unset;
}
body.single-gallery .entry-thumbnail {
  display: none;
}
body.gallery-template-default .entry-meta a {
  pointer-events: none;
  color: #fff;
}
/*------------------------------------------------作品紹介詳細ページ*/

/*--------------------------------------------------------------
ブログ一覧ページ
---------------------------------------------------------------*/
body.category-blog #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_blog.png);
}
body.category-blog #content-inside::after {
  content: '作者ブログ';
}
@media screen and (min-width: 768px) {/* SP用*/
  body.category-blog #content-inside::after {
    left: 112px;
    top: 106px;
  }
}
/*------------------------------------------------ブログページ*/

/*--------------------------------------------------------------
お知らせ一覧ページ
---------------------------------------------------------------*/
body.blog #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_news.png);
}
body.blog #content-inside::after {
  content: '新着情報';
}
@media screen and (min-width: 768px) {/* PC用*/
  body.blog #content-inside::after {
    left: 112px;
    top: 106px;
  }
}
/*------------------------------------------------お知らせ一覧ページ*/

/*--------------------------------------------------------------
掲示板ページ
---------------------------------------------------------------*/
body.bbs #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_bbs.png);
}
body.bbs #content-inside::after {
  content: '掲示板';
}
@media screen and (min-width: 768px) {/* PC用*/
  body.bbs #content-inside::after {
    left: 112px;
    top: 106px;
  }
}
#comments {
  border: none;
}
#comments .comment .comment-wrapper,
.comment-respond textarea, .comment-respond textarea {
  background: var(--back_white_t);
}
.comment-respond textarea, .comment-respond textarea {
  border-radius: 10px;
  border-bottom: none;
}
#comments .comment .comment-wrapper {
  border-radius: 0 10px 10px 10px;
}
#comments .comment .comment-wrapper:before {
  border-color: rgba(0, 0, 0, 0) var(--back_white_t) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: -10px;
}
/*------------------------------------------------掲示板ページ*/

/*--------------------------------------------------------------
お問合せページ
---------------------------------------------------------------*/
body.contact #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_contact.png);
}
@media screen and (max-width: 767px) {/* SP用*/
  body.contact #content-inside::before {
    top: -100px;
  }
}
.form_box {
  width: 600px;
  max-width: 90%;
  margin: auto;
}
#contact .row {
  justify-content: center;
}
.member-name a {
  text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, 1px 0 1px #ffffff, -1px 0 1px #fff, 0 1px 1px #fff, 0 -1px 1px #fff;
}
.wpcf7 dl {
    display: flex;
}
#contact .section-title::before {
    content: 'ご相談・';
}
.wpcf7-form {
  letter-spacing: normal;
  text-transform: unset;
}
.form_box {
  font-size: var(--pfs);
  color: var(--txt_c_gray);
}
.form_box dt {
  width: 40%;
}
.form_box dd {
  width: 60%;
}
#contact .col-sm-6 {
  flex: unset;
  width: 600px;
  max-width: 80%;
}
textarea:not(.editor-post-title__input),
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: #fff;
  border: 1px solid var(--border_gray);
  box-shadow: none;
}
select {
  width: 100%;
  border-color: var(--border_gray);
}
.form_box > p {
  text-align: center;
  font-weight: normal;
  color: var(--txt_c_normal);
  font-size: var(--pfs_S);
  margin-bottom: 24px;
  letter-spacing: normal;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-radio {
  font-weight: normal;
  letter-spacing: normal;
  color: var(--txt_c_normal);
}
input[type="radio"] {
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--border_gray);
  border-radius: 50%;
}
input[type="checkbox"] {
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid var(--border_gray);
}
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 6px;
  left: 11px;
  transform: rotate(50deg);
  width: 7px;
  height: 13px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--base);
  content: '';
}
.formbtn_box input {
  width: 224px;
  height: 48px;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 30px;
  text-align: center;
  position: relative;
  transition: all .3s;
  margin: 10px;
  box-shadow: none;
}
.formbtn_box input[type="submit"] {
  background: var(--base);
  color: var(--txt_c_reversal);
}
.formbtn_box span:first-child input {
  background: #fff;
  border: 1px solid var(--base);
  color: var(--base);
}
.formbtn_box {
  display: flex;
  justify-content: center;
}
.formbtn_box span {
  display: block;
  position: relative;
}
span.wpcf7-spinner {
  display: none;
}
section#contact {
  background: #fff;
  z-index: 10;
}
.site-footer .site-info {
  z-index: 10;
}
.formbtn_box span:last-child::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform:  rotate(135deg) translateX(0px);
  position: absolute;
  right: 27px;
  top: 30px;
  transition: all .3s;
  color: #fff;
}
body.page-template-template-fullwidth .formbtn_box span:first-child::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg) translateX(0px);
  position: absolute;
  left: 27px;
  top: 30px;
  transition: all .3s;
  color: var(--base);
  z-index: 1;
}
.formbtn_box span:last-child:hover::after {
  right: 25px;
}
body.page-template-template-fullwidth .formbtn_box span:first-child:hover::before {
  left: 25px;
}
.formbtn_box span {
  position: relative;
}
.form_box a:hover {
  text-decoration: none;
  opacity: .6;
}
.form_box a {
  color: var(--txt_c_normal);
  text-decoration: underline;
  transition: all .3s;
}
#contact .container::after {
  content: '';
  display: inline-block;
  width: 92px;
  height: 47px;
  background: url(../../../wp-content/themes/onepress-child/assets/images/ico_contact.png) no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {/* SP用*/
  .wpcf7 dl {
    flex-wrap: wrap;
  }
  .form_box dd {
    width: 100%;
  }
  #contact .section-title {
    position: unset;
    writing-mode: unset;
    letter-spacing: .5rem;
  }
  #contact .container::after {
    bottom: unset;
    left: 0;
    top: 36px;
    margin: auto;
  }
  .form_box dt {
    width: 100%;
  }
  .formbtn_box span input {
    width: 139px;
    margin: 0;
  }
  .formbtn_box span {
    box-sizing: unset;
  }
  .formbtn_box span:first-child input {
    margin-right: 5px;
  }
  .formbtn_box input {
    padding: 0;
  }
  .formbtn_box span:last-child::after {
    top: 18px;
  }
  .formbtn_box span:last-child::after {
    right: 16px;
  }
}
select option {
  color: #000;
}
textarea:not(.editor-post-title__input),
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select.wpcf7-form-control.wpcf7-select {
  background: var(--back_white_t);
  border:none;
}
/*------------------------------------------------お問合せページ*/

/*--------------------------------------------------------------
アニマとはページ
---------------------------------------------------------------*/
body.about #content-inside::before {
  background: url(../../../wp-content/themes/onepress-child/assets/images/title_anima.png);
}
body.about #content {
  background: url(../../../wp-content/themes/onepress-child/assets/images/back_anima.png) no-repeat center;
  min-height: 800px;
}
body.about #main {
  width: 400px;
  max-width: 90%;
  margin: auto;
}
body.about #main h2 {
  text-align: center;
  margin-bottom: 80px;
}
body.about #main p {
  color: #000;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 0 0 15px #ffffff;
}
@media screen and (max-width: 767px) {/* SP用*/
  body.about #content-inside::before {
    top: -100px;
  }
.page-header h1.entry-title {
    top: 43px;
  }
}
/*------------------------------------------------アニマとはページ*/
