@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* カバーブロック用：インナーブロックの中央寄せを追加 */
.top-recruit-button a:hover{
	opacity:0.7;
	transition: 0.5s;
}
.top-recruit-button a{
	transition: 0.5s;
}
.contact-button .wp-block-button a{
	transition: 0.5s;	
}
.contact-button .wp-block-button a:hover{
	opacity:0.7;
	transition: 0.5s;	
}
.article h3.oxi-image-hover-heading::before{
	border-bottom:none;
	border-left:none;
}
.original-text-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  /*line-height: 1*/
  color: #333;
  font-size: 20px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

.cstm-blk-fullwide-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.cstm-clip-upper-r {
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    height: 5vw;
    min-height: 5vw;
}
.cstm-clip-lower-l {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 5vw;
    min-height: 5vw;
}

.sightseeing{
	border-radius:10px;
}

.sightseeing-table table tr td{
	text-align:right;
}

.sightseeing-table table tr:nth-child(1) td{
	text-align:center;
	font-weight:bold;
	background:#999;
	color:#fff;
}

.sightseeing-table table tr td:nth-child(1){
	width:30%;
	text-align:left;
}

.company-table table tr td:nth-child(1){
	width:30%;
	text-align:center;
	font-weight:bold;
}

.recruit-table table tr td:nth-child(1){
	width:30%;
	text-align:center;
	font-weight:bold;
}

.page .entry-title {
	text-align: center;
}

.tel1-link a:hover,.tel1-link a:visited{
    color:#fff;
}

.tel2-link a:hover,.tel2-link a:visited{
    color:#fff;
}


.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  background: none; /* 背景色を削除 */
  border: none;     /* 枠線を削除 */
  border-radius: 0; /* 角丸を削除 */
}

/* フロントページのメインコンテンツ上下の余白対策 */

/* サイト型　フロントページのメインコンテンツ上下の余白対策 */
.body.skin-grayish.front-top-page .breadcrumb,
.body.skin-grayish.front-top-page .article-header,
.body.skin-grayish.front-top-page .pr-label-s {
  display: none;
}

/* サイト型のみ　ブログ型では無効 */
.body.skin-grayish.front-top-page:not(.blog) .content .main {
  padding-top: 0;
  padding-bottom: 0;
}

/* サイト型のみ　ブログ型では無効 */
.body.skin-grayish.front-top-page:not(.blog) .content {
  margin-top: 0;
}

/* サイト型のみ */
.body.skin-grayish.front-top-page .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* サイト型のみ */
.body.skin-grayish.front-top-page .article {
  margin-bottom: 0;
}

.article h2 {
   font-size:3rem;
   margin-bottom:1em;
   position: relative;
   text-align:center;
   color:#333; /* 文字色（黒）*/
   padding-bottom:1rem; /*見出し下の余白調整 */
}

.article h2:before {
   content: '';
   position: absolute;
   bottom: 0;
   height: 3px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 50px; /*線の幅*/
   background: #a5c9c1; /*線の色 */
}
/* フロントページのメインコンテンツ上下の余白対策 end*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
