/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  共通 
************************************************************************************************************************************/
.l-wrapper {
    margin: 0;
}
.wrap-of {
	  overflow: hidden;
    margin-top: 80px;
}
/***** 投稿記事アイキャッチ削除 *****/
.eyecatch__link {
    display: none;
}
.eyecatch:before {
    padding-top: 0;
}
.eyecatch-main {
    margin: 0;
}
/***** 固定ページトップ　h1削除 *****/
.heading-primary {
    display: none;
}
/***** 投稿記事コメント削除 *****/
aside#comments {
    display: none;
}
/***** 投稿記事ページ調整 *****/
.l-main {
    margin-bottom: 0;
    margin: auto;
}
.l-wrapper {
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
}
/***** ヘッダー *****/
.l-header {
    background-color: black;
}
.siteTitle {
    color: #ffffff;
}
/***** ヘッダーメニューパネル修正 *****/
aside.widget.widget-menu.widget_pages h2 {
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
}
.menuBtn__contentInner a {
    font-size: 1.5em;
}
.globalNavi__list .current-menu-item>a , .globalNavi__list li a {
    color: rgba(189, 189, 189);
}
.globalNavi__list .menu-item a:hover {
    color: #ffffff;
}
.widget.widget_nav_menu ul.menu li a ,.widget.widget_nav_menu ul.menu .current-menu-item>a{
    background: #0f4d71;
}
.widget.widget_categories ul li, .widget.widget_nav_menu ul.menu li {
    border-top: 1px solid rgba(60, 60, 60, 0.75);
}
.widget.widget_nav_menu ul.menu li a:hover {
    background: rgba(32, 118, 158, 0.75);
}
.heading-widget {
    background: #000000;
    border-radius: 0;
}
.widget.widget_pages ul li a:hover {
    background: #0f4d71;
    color: #ffffff;
}
/***** フッター　コピーライト削除 *****/
.bottomFooter__producer {
    display: none;
}

/***********************************************************************
                              　一般 
**********************************************************************/
/***** フォント *****/
body,h1,h2,h3,h4,h5,p {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/***** リンクaタグ *****/
.content a {
    color: #ffffff;
}
/***** リンクホバー時アンダーライン削除 *****/
a:hover {
    text-decoration: none;
}
/***** 検索窓削除 *****/
label.searchBtn__link.searchBtn__link-text.icon-search {
    display: none;
}
/***** コンテンツマージントップ削除 *****/
.content div, .content p {
    margin-top: 0;
}

/***********************************************************************
                              見出し関係 
**********************************************************************/
.midashi-gb {
    background: url(/wp-content/uploads/2020/03/アセット-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #191919;
    height: 80px;
    text-align: center;
    padding-top: 24px;
}
.midashi-2 {
  position: relative;/*相対位置*/
  padding: 0.5em 0.5em 0.5em 1em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
  color: #ff6a6a;/*文字色*/
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  background: #fffff4;
  margin: 60px 0 30px;
}
.midashi-2::before , .midashi-2::after{
	content: "□";
	position: absolute;
}
.midashi-2::before{
	left:0;
	top:6px;
}
.midashi-2::after{
	left: 5px;
	top: 12px;
	color: #A1B8D1;
}

/***********************************************************************
                                  HOME 
**********************************************************************/

/******************************** TOPエリア ********************************/
.top-area {
    width: 100%;
    background-size: cover;
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/01.jpg);
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 690px;
    position: relative;
}
.kojinsa {
    margin-top: 10px;
		font-size:12px;
}
/******************************** キャッチコピー ********************************/
section.catch-copy {
    margin-top: 100px;
}
.catch-copy h2 {
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 3px;
}
.catch-copy p {
    margin: 30px 0 100px;
}

/******************************** TOP-3カラム ********************************/
.column-3 {
  display:flex;  
  overflow: hidden;
}
.column-3-item {  
  height: 380px; 
  width: 33.333333333333%;  
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position: relative;
}
.column-3-item img{
  width: 100%;
  transition-duration: 0.5s;
    opacity: 0.7;
}
.column-3-item:hover img {
    transform: scale(1.2);
    transition-duration: 0.5s;
    opacity: 0.4;
}
.column-3-item-content.column-3-item-content--t {
    padding-top: 90px;
    top: 0;
}
.column-3-item-content {
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition-property: opacity;
    transition: 0.3s;
}
.column-3-item-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 9px;
}
.column-3-item-sub {
    font-size: 14px;
    line-height: 1.2;
}
.column-3-item a:hover .column-3-item-content {
    opacity: 1;
}
h2.column-3-item-title {
    color: #ffffff;
    font-size: 40px;
}
/******************************** コンセプト ********************************/
.concept {
    position: relative;
    width: 100%;
    height: 600px;
}
.concept-img {
  background-image: url(/wp-content/uploads/2021/06/3069855_m.jpg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.concept-content {
  background: rgba(34,34,34, 0.7);
  color: #ffffff;
  left: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.5%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.concept-content h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.concept-content p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
.concept-content a {
    color: #fff;
}
.concept-btn {
  background: #222222;
  align-self: center;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  min-width: 200px;
  height: 50px;
  padding: 0 15px;
}
.concept-btn:hover {
  background:#6f6d6d
}


/******************************** お知らせ・新着情報 ********************************/
.oshirase {
    display: flex;
    height: 500px;
}
section.campaign-area {
    box-sizing: border-box;
    padding: 50px 5.51724% 0;
    width: 66.66667%;
    position: relative;
    height: 500px;
}
.campaign-area h2 {
    font-size: 30px;
    text-align: center;
}
section.whatsnew-area {
    background: #000000;
    padding: 50px 40px;
    width: 33.33333%;
    position: absolute;
    right: 0px;
    height: 500px;
}
.whatsnew h1 {
    font-size: 30px;
    color: #ffffff;
}
div.whatsnew dt {
    background: none;
    color: #999;
}
div.whatsnew dd {
    border: none;
    color: #ffffff;
}
.whatsnew-area h2 {
    text-align: center;
}
div.whatsnew a:hover {
    background-color: #797979;
}



/******************************** インフォメーション１ ********************************/
.info-1 {
    position: relative;
    width: 100%;
    height: 600px;
}
.info-1-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/01-3.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.info-1-txt {
    background: rgb(222, 222, 222);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.info-1-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.info-1-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** インフォメーション２ ********************************/
.info-2 {
    position: relative;
    width: 100%;
    height: 600px;
}
.info-2-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/03-2.jpg);
    width: 65%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
}
.info-2-txt {
    background: #222222;
    color: #ffffff;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.info-2-txt h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.info-2-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
.info-2-txt .concept-btn {
  background: #525252;
}
.info-2-txt .concept-btn:hover {
  background:#8a8a8a
}


/***********************************************************************
                                MENU1 
**********************************************************************/

/******************************** 各種メニューTOP ********************************/
.menupage1 .kakushupage-top-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/11.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage1 .kakushupage-top-content h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.menupage1 .kakushupage-top-content {
    background: rgba(34,34,34, 0.8);
    color: #ffffff;
    left: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}
/******************************** コンテンツ１ ********************************/
.menupage1 .kakushupage-content1 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage1 .kakushupage-content1-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/plan_main_01.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage1 .kakushupage-content1-txt {
    background: rgba(246,246,246, 1.0);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.menupage1 .kakushupage-content1-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage1 .kakushupage-content1-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** コンテンツ２ ********************************/
.menupage1 .kakushupage-content2 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage1 .kakushupage-content2-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/12-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
}
.menupage1 .kakushupage-content2-txt {
    background: rgb(207, 207, 207);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.menupage1 .kakushupage-content2-txt h2 {
    color: #000000;
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage1 .kakushupage-content2-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** コンテンツ３ ********************************/
.menupage1 .kakushupage-content3 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage1 .kakushupage-content3-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/14-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage1 .kakushupage-content3-txt {
    background: rgba(246,246,246);
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.menupage1 .kakushupage-content3-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage1 .kakushupage-content3-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/***********************************************************************
                                MENU2
**********************************************************************/

/******************************** 各種メニューTOP ********************************/
.menupage2 .kakushupage-top-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/11.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage2 .kakushupage-top-content h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.menupage2 .kakushupage-top-content {
    background: rgba(34,34,34, 0.8);
    color: #ffffff;
    left: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}
/******************************** コンテンツ１ ********************************/
.menupage2 .kakushupage-content1 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage2 .kakushupage-content1-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/plan_main_01.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage2 .kakushupage-content1-txt {
    background: rgba(246,246,246, 1.0);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.menupage2 .kakushupage-content1-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage2 .kakushupage-content1-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** コンテンツ２ ********************************/
.menupage2 .kakushupage-content2 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage2 .kakushupage-content2-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/12-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
}
.menupage2 .kakushupage-content2-txt {
    background: rgb(207, 207, 207);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.menupage2 .kakushupage-content2-txt h2 {
    color: #000000;
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage2 .kakushupage-content2-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** コンテンツ３ ********************************/
.menupage2 .kakushupage-content3 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage2 .kakushupage-content3-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/14-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage2 .kakushupage-content3-txt {
    background: rgba(246,246,246);
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.menupage2 .kakushupage-content3-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage2 .kakushupage-content3-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/***********************************************************************
                                MENU3
**********************************************************************/

/******************************** 各種メニューTOP ********************************/
.menupage3 .kakushupage-top-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/11.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage3 .kakushupage-top-content h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.menupage3 .kakushupage-top-content {
    background: rgba(34,34,34, 0.8);
    color: #ffffff;
    left: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}
/******************************** コンテンツ１ ********************************/
.menupage3 .kakushupage-content1 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage3 .kakushupage-content1-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/plan_main_01.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage3 .kakushupage-content1-txt {
    background: rgba(246,246,246, 1.0);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.menupage3 .kakushupage-content1-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage2 .kakushupage-content1-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** コンテンツ２ ********************************/
.menupage3 .kakushupage-content2 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage3 .kakushupage-content2-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/12-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
}
.menupage3 .kakushupage-content2-txt {
    background: rgb(207, 207, 207);
    color: #000000;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.menupage3 .kakushupage-content2-txt h2 {
    color: #000000;
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage3 .kakushupage-content2-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/******************************** コンテンツ３ ********************************/
.menupage3 .kakushupage-content3 {
    position: relative;
    width: 100%;
    height: 600px;
}
.menupage3 .kakushupage-content3-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/14-1.jpg);
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.menupage3 .kakushupage-content3-txt {
    background: rgba(246,246,246);
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.menupage3 .kakushupage-content3-txt h2 {
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 1.5;
    text-align: center;
}
.menupage3 .kakushupage-content3-txt p {
    line-height: 2.2;
    margin-bottom: 31.6px;
    font-size: 14px;
    text-align: left;
}
/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.otoiawase-top :first-child {
    margin-top: 0;
}
.otoiawase-top {
    position: relative;
    width: 100%;
    height: 600px;
}
.otoiawase-top-img {
    background-image: url(https://tcdwp.info/tcd051/wp-content/uploads/2017/09/11.jpg);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.otoiawase-top-content h2 {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}
.otoiawase-top-content {
    background: rgba(34,34,34, 0.8);
    color: #ffffff;
    left: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    justify-content: center;
    padding: 0 7.5%;
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
}
section .otoiawase-content {
    margin-top: 100px;
}
.otoiawase-content h2 {
    margin: 30px 0 0 0;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #3d882b;
}
.otoiawase-content p {
    margin: 30px 0 100px;
}
.tel-number {
    text-align: center;
    font-weight: bold;
    font-size: 70px;
}
/***** デフォルトのフォーム削除 *****/
form.dividerTop {display: none;}
/************************************/
.content .contactTable {
    width: 90%;
    max-width: 750px;
    margin: auto;
    margin-top: 20px;
}
.content .contactTable .contactTable__header {
    font-size: 20px;
}
.content .contactTable .contactTable__header .required {
    line-height: 10px;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-lg {
    background-color: #3f3f3f;
    padding: 15px 40px;
    width: 200px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 3px rgba(0,0,0,.25);
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: .15s;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-lg::before {
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 5px;
    height: 5px;
    margin: auto;
    transform: rotate(45deg);
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-lg::after {
    content: "";
    position: absolute;
    top: -50px;
    left: -100px;
    background: #fff;
    width: 50px;
    height: calc(100% + 100px);
    opacity: .1;
    transform: rotate(45deg);
    transition: .3s;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ff0000;
    color: #ff0000;
    max-width: 550px;
    margin: auto;
    text-align: center;
    background-color: #fff1fc;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #ff0000;
    color: #ff0000;
    max-width: 550px;
    margin: auto;
    text-align: center;
    background-color: #f1fff0;
}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  PC (pcpcpc)
************************************************************************************************************************************/
@media (min-width: 1025px) {

.pc-none {
     display: none;
}
.only-sp {
     display: none;
}
.only-tab {
     display: none;
}

/***** 画面サイズ *****/
.w1024 {
    width: 1024px;
	  margin: auto;
}

/***** PC時　電話リンク無効化 *****/
a[href^="tel:"] {
    pointer-events: none;
}

/***** メニューバー *****/
.menuBtn__link {
    font-size: 24px;
    width: 100px;
    background: #636363;
}
.menuBtn__link:hover {
    color: #000000;
    background: #e4e4e4;
}
  
/***********************************************************************
                                  お問い合わせ 
**********************************************************************/
.content .btn__link-primary {
    padding: 10px 50px;
}

  
}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  SP(spspsp) 
************************************************************************************************************************************/
@media (max-width: 420px) {
.sp-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-tab {
     display: none;
}

/***** オーバーフロー *****/
.wrap-of {
    margin-top: 40px;
}
/***** 画面サイズ *****/
.container {
    width: auto;
}
/***** ヘッダーロゴ修正 *****/
a.siteTitle__link img {
    width: 80%;
    height: 80%;
}
/***** フッターコピーライト修正 *****/
.bottomFooter {
    margin-bottom: 20px;
}
/***** ヘッダーメニューボタン *****/
.menuBtn {
    font-size: 28px;
    color: #ffffff;
}
.menuBtn__close {
    color: #000000;
}
.globalNavi::before {
    display:none;
}
/***** メニューパネル *****/
.widget>ul {
    border-top: dotted 1px rgba(0,0,0,.1);
    background: #0f4d71;
}

/***********************************************************************
                                  HOME 
**********************************************************************/
.top-area {
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 0;
    height: 240px;
}
  
/******************************** キャッチコピー ********************************/
.section.catch-copy {
    margin-top: 60px;
}
.catch-copy h2 {
    font-size: 18px;
}
.catch-copy p {
    margin: 30px 0 40px;
    padding: 0 15px;
}

/******************************** TOP-3カラム ********************************/
.column-3 {
    display: block;
} 
.column-3-item-content {
    opacity: 1;
}  
.column-3-item {
    width: 100%;
		height: 280px;
}
/******************************** コンセプト ********************************/
.concept-content {
    width: 90%;
    height: 480px;
    margin: auto;
    top: 50px;
    right: 0;
} 
.concept-btn {
    background: #7b7b7b;
}
/******************************** お知らせ・新着情報 ********************************/
div.whatsnew dl {
    padding: 0 5%;
}
.oshirase {
    display: block;
    height: auto;
}
section.campaign-area {
    width: 100%;
    height: 400px;
}
section.whatsnew-area {
    padding: 50px 0px;
    width: 100%;
    position: relative;
    right: 0px;
    height: 500px;
}
.whatsnew h1 {
    text-align: center;
}
div.whatsnew dl {
    padding: 0 5%;
    background: #5d5d5d;
    width: 90%;
    margin: auto;
}
  
/******************************** インフォメーション１ ********************************/
.info-1-txt {
    background: rgb(222, 222, 222,0.8);
    width: 70%;
}
.info-1-txt h2 {
    margin: 0 -30% 20px;
}
.info-1-img {
    width: 100%;
}
/******************************** インフォメーション２ ********************************/
.info-2-txt {
    background: rgba(34, 34, 34, 0.9);
    width: 70%;
    z-index: 99;
}
.info-2-txt h2 {
    margin: 0 -30% 20px;
}
.info-2-img {
    width: 100%;
} 



/***********************************************************************
                                MENU1 
**********************************************************************/

/******************************** 各種メニューTOP ********************************/
.menupage1 .kakushupage-top-content {
    width: 90%;
    top: 15%;
}
/******************************** コンテンツ１ ********************************/
.menupage1 .kakushupage-content1-txt {
    background: rgb(222, 222, 222,0.9);
    width: 70%;
}
.menupage1 .kakushupage-content1-txt h2 {
    margin: 0 -30% 20px;
}
.menupage1 .kakushupage-content1-img {
    width: 100%;
}
/******************************** コンテンツ２ ********************************/
.menupage1 .kakushupage-content2-txt {
    background: rgba(34, 34, 34, 0.9);
    width: 70%;
    z-index: 99;
}
.menupage1 .kakushupage-content2-txt h2 {
    margin: 0 -30% 20px;
    color: #ffffff;
}
.menupage1 .kakushupage-content2-txt {
    color: #ffffff;
}
.menupage1 .kakushupage-content2-img {
    width: 100%;
}
/******************************** コンテンツ３ ********************************/
.menupage1 .kakushupage-content3-txt {
    background: rgb(222, 222, 222,0.9);
    width: 70%;
}
.menupage1 .kakushupage-content3-txt h2 {
    margin: 0 -30% 20px;
}
.menupage1 .kakushupage-content3-img {
    width: 100%;
}
/***********************************************************************
                                MENU2
**********************************************************************/

/******************************** 各種メニューTOP ********************************/
.menupage2 .kakushupage-top-content {
    width: 90%;
    top: 15%;
}
/******************************** コンテンツ１ ********************************/
.menupage2 .kakushupage-content1-txt {
    background: rgb(222, 222, 222,0.9);
    width: 70%;
}
.menupage2 .kakushupage-content1-txt h2 {
    margin: 0 -30% 20px;
}
.menupage2 .kakushupage-content1-img {
    width: 100%;
}
/******************************** コンテンツ２ ********************************/
.menupage2 .kakushupage-content2-txt {
    background: rgba(34, 34, 34, 0.9);
    width: 70%;
    z-index: 99;
}
.menupage2 .kakushupage-content2-txt h2 {
    margin: 0 -30% 20px;
    color: #ffffff;
}
.menupage2 .kakushupage-content2-txt {
    color: #ffffff;
}
.menupage2 .kakushupage-content2-img {
    width: 100%;
}
/******************************** コンテンツ３ ********************************/
.menupage2 .kakushupage-content3-txt {
    background: rgb(222, 222, 222,0.9);
    width: 70%;
}
.menupage2 .kakushupage-content3-txt h2 {
    margin: 0 -30% 20px;
}
.menupage2 .kakushupage-content3-img {
    width: 100%;
}
/***********************************************************************
                                MENU3
**********************************************************************/

/******************************** 各種メニューTOP ********************************/
.menupage3 .kakushupage-top-content {
    width: 90%;
    top: 15%;
}
/******************************** コンテンツ１ ********************************/
.menupage3 .kakushupage-content1-txt {
    background: rgb(222, 222, 222,0.9);
    width: 70%;
}
.menupage3 .kakushupage-content1-txt h2 {
    margin: 0 -30% 20px;
}
.menupage3 .kakushupage-content1-img {
    width: 100%;
}
/******************************** コンテンツ２ ********************************/
.menupage3 .kakushupage-content2-txt {
    background: rgba(34, 34, 34, 0.9);
    width: 70%;
    z-index: 99;
}
.menupage3 .kakushupage-content2-txt h2 {
    margin: 0 -30% 20px;
    color: #ffffff;
}
.menupage3 .kakushupage-content2-txt {
    color: #ffffff;
}
.menupage3 .kakushupage-content2-img {
    width: 100%;
}
/******************************** コンテンツ３ ********************************/
.menupage3 .kakushupage-content3-txt {
    background: rgb(222, 222, 222,0.9);
    width: 70%;
}
.menupage3 .kakushupage-content3-txt h2 {
    margin: 0 -30% 20px;
}
.menupage3 .kakushupage-content3-img {
    width: 100%;
}
	
/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.otoiawase-top-content {
    width: 90%;
    top: 15%;
}
.tel-number {
    font-size: 40px;
}
section .otoiawase-content {
    margin-top: 60px;
}
.otoiawase-content h2 {
    font-size: 20px;
}

/***********************************************************************
                                フッター 
**********************************************************************/
.bottomFooter__copyright, .bottomFooter__producer {
    max-width: 240px;
    margin: auto;
}
 
  
/******************************** フッター固定ボタン ********************************/
.sp-footer-btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.sp-footer-btn ul {
    width: 100%;
    padding: 0;
}
.sp-footer-btn ul li {
    float: left;
    width: 25%;
    height: 50px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    border-left: 1px solid;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bdbbbb), color-stop(1.00, #777));
    background: -webkit-linear-gradient(#bdbbbb, #777);
    background: -moz-linear-gradient(#bdbbbb, #777);
    background: -o-linear-gradient(#bdbbbb, #777);
    background: -ms-linear-gradient(#bdbbbb, #777);
    background: linear-gradient(#bdbbbb, #777);
}
.sp-footer-btn ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-top: 30px;
}
.sp-footer-btn ul li a.home {
    background: url(http://template3.kenta-k.com/wp-content/uploads/2019/08/home-btn.png) no-repeat center top 2px / 30px;
}
.sp-footer-btn ul li.tel-btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
    background: -webkit-linear-gradient(#ffa443, #ff7400);
    background: -moz-linear-gradient(#ffa443, #ff7400);
    background: -o-linear-gradient(#ffa443, #ff7400);
    background: -ms-linear-gradient(#ffa443, #ff7400);
    background: linear-gradient(#ffa443, #ff7400);
}
.sp-footer-btn ul li.tel-btn a {
    background: url(http://template3.kenta-k.com/wp-content/uploads/2019/08/tel-btn.png) no-repeat center top 2px / 30px;
}
.sp-footer-btn ul li a.menu-btn {
    background: url(http://template3.kenta-k.com/wp-content/uploads/2019/08/menu-btn.png) no-repeat center top 2px / 30px;
}
.sp-footer-btn ul li a.menu-btn2 {
    background: url(http://template2.kenta-k.com/wp-content/uploads/2019/08/yoyaku-btn.png) no-repeat center top 2px / 30px;
}

}






/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  TAB (tabtabtab)
************************************************************************************************************************************/
@media print, screen and (max-width: 1024px) and (min-width: 421px) {


.tab-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-sp {
     display: none;
}
/******************************** ロゴ・メニューバー ********************************/
.siteTitle__logo {
    height: 80px;
}
label.menuBtn__link.menuBtn__link-text.icon-menu {
    font-size: 40px;
}
.t-headerCenter .menuBtn__link::after {
    font-size: 20px;
}
.t-headerCenter .menuBtn__link {
    padding: 0;
}
  
/***** ヘッダーメニューボタン *****/
.menuBtn__link {
    color: #ffffff;
}

/******************************** TOPエリア ********************************/
.top-area {
    height: 430px;
}

/******************************** キャッチコピー ********************************/
.catch-copy p {
    margin: 30px 0 80px;
    padding: 0 15px;
}
/******************************** TOP-3カラム ********************************/
.column-3-item-content.column-3-item-content--t {
    opacity: 1;
}
h2.column-3-item-title {
    font-size: 35px;
}
/******************************** お知らせ・新着情報 ********************************/
div.whatsnew dl {
    display: block;
    width: 100%;
}
section.campaign-area {
    width: 55%;
}
section.whatsnew-area {
    padding: 50px 20px;
    width: 45%;
}
div.whatsnew dt {
    display: contents;
}
/******************************** インフォメーション２ ********************************/  
.info-2-txt {
    width: 45%;
}
.info-2-img {
    width: 55%;
}
/***********************************************************************
                                お問い合わせ 
**********************************************************************/
.cf7 h2 {
    -webkit-text-stroke: 0px #e2e2e2;
}

  



}