/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.5.1
*/

@import "common.css";
@import "hover.css";


/*----以下 TDN追加css------------------------------------------*/

body {
	color: #fff !important;
	-webkit-text-size-adjust: 100%;
}

/*----Googleフォント----*/
.font-cinzel {
}


/*-------------------------------------------*/
/*  ヘッダー
/*-------------------------------------------*/

/*----ロゴ（タブレットの幅大きさ調整）----*/
@media screen and ( min-width: 992px ) and ( max-width:1199px){
.container, .container-lg, .container-md, .container-sm{
	max-width: 990px!important;
}
.site-header--layout--nav-float .site-header-logo {
	margin-right: 0.5em!important;
}
}

/*----ロゴ下余白----*/
@media (min-width: 992px){
	.site-header-logo {
	margin-top:0rem ;
	margin-bottom: 0;
}
}

/*----ロゴ（大きさ調整）----*/
@media (min-width: 992px){
.site-header-logo img {
	max-height: 65px;
}
}

/*----ヘッダーウィジェット下余白----*/
@media (min-width: 992px){
.site-header-sub {
	margin-top:1.5rem ;
	margin-bottom: 0;
}
}

/*----TEL----*/
.header-tel {
	pointer-events: none !important;
}



/*----グローバルナビ----*/
.global-nav-list > li .global-nav-name {
	font-size: 16px;
	font-weight: 600 !important;
	opacity: 1;
}
.global-nav-list > li .global-nav-description {
	font-size: 12px;
	line-height:22px ;
	font-weight: 300 !important;
	color:#dbdbdc;
	opacity: 1;
}




/*----スクロール時透過----*/
.header_scrolled .site-header {

  background-color: rgba(39,39,43,0.8)!important;
}



/*----モバイルメニューボタン----*/
.vk-mobile-nav-menu-btn.position-right {
	right: 10px !important;
	top: 8px !important;
}

@media screen and (max-width: 992px){
	.vk-mobile-nav-drop-in{
		background-color:rgba(0,0,0,0.9)!important;
	}
	.vk-mobile-nav-drop-in .menu-item a{
		color:#fff !important;
	}
}
/*----モバイル固定ナビ----*/
.mobile-fix-nav .mobile-fix-nav-menu {
	font-weight: 600 !important;
}


/*----ページヘッダー----*/

.page-header-title {
	font-weight: 600 !important;
	font-size: 3rem !important;
	line-height:1.2 !important;
}
.page-header-subtext {
	font-weight: 600 !important;
	font-size: 1rem;
	line-height:1 !important;
}

@media screen and ( min-width: 768px ) and ( max-width:992px){
.page-header-title {
	font-size: 3rem !important;
}
.page-header-subtext {
	font-size: 1rem;
	line-height:1 !important;
}
}

@media screen and (max-width: 768px) {
.page-header-title {
	font-size: 3rem !important;
}
.page-header-subtext {
	font-size: 1rem;
	line-height:1 !important;
}
}

/*----ぱんくず----*/
.breadcrumb {
	color: #fff !important;
	border-top:0.3px solid #000 !important;
	background-color:rgba(000, 000, 000, 0.5);
}
.breadcrumb a {
	color: #f5f5f5 !important;
}
.breadcrumb a:hover {
	color: #f5f5f5 !important;
}


/*-------------------------------------------*/
/*  スライダー
/*-------------------------------------------*/
.n2-ss-slider .n2-ss-item-image-content img {
	max-width: 50% !important;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
div#n2-ss-2 .n2-style-9c0766adbdd9826112c20fa88d7670f0-heading,
div#n2-ss-2 .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading {
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 1));
}

/*-------------------------------------------*/
/*  フッター
/*-------------------------------------------*/

.site-body-bottom .container .widget {
	margin-bottom:0 !important;
}


/*----TEL----*/
.footer-tel {
	pointer-events: none !important;
}


/*----フッターウィジェット　ナビ----*/
.site-footer {
	color:#fff;
}

.menu-footer-nav01-container, .menu-footer-nav02-container, .menu-footer-nav03-container, .menu-footer-nav04-container {
}



/*----コピーライト----*/
.site-footer-copyright p {
	color:#6b6d6d;
}
.site-footer-copyright p a {
	color:#6b6d6d !important;
}
.site-footer-copyright p a:hover {
	color:#6b6d6d !important;
}


/*----ページトップボタン----*/
.page_top_btn{
	background-color: #bc0000;
	outline-color: #fff !important;
}

#sb_instagram .sbi_follow_btn a{
	border-radius: 30px !important;
}



/*-------------------------------------------*/
/*  カラム
/*-------------------------------------------*/

/* 背景 */
.wrapbox{
	border: 1px solid #333 !important;
	background-color:rgba(000, 000, 000, 0.6);
	margin-top:0 !important;
	padding:2.5rem 0 2.5rem 0 !important;
	border-radius: 10px !important;
}
@media screen and (max-width: 768px) {
.wrapbox{
	padding:1.5rem 0 !important;
}
}

/* 枠 */
.borderbox-black{
	border:#000 1px solid !important;
}

.borderbox-gold{
	border:#E0D8CD 1px solid !important;
}

/* 角丸枠 */
.borderbox-r{
	border:#E0D8CD 1px solid !important;
	border-radius: 15px !important;
}

/* ギャップ0 */
.columngap0 {
	gap: 0em !important;
	margin-bottom: 0 !important;
}


/*-------------------------------------------*/
/*  カラム フレックスの左右表示順番変更
/*-------------------------------------------*/

/* 親要素でflex指定 */
.reversebox {
	display: flex;
}

/* 幅600px以下は縦向き表示にする設定 */
@media screen and (max-width: 768px) {
.reversebox {
	flex-direction: column;
}
}

/* 子要素に縦向きの際の並び順を指定 */
@media screen and (max-width: 768px) {
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
}



/*-------------------------------------------*/
/*  ボタン
/*-------------------------------------------*/

/* ボタンのフォント変更 */
.vk_button .vk_button_link_caption {
	font-weight: 600 !important;
}
.vk_button_link_txt2{
	font-size: 2.2rem !important;
	font-weight: 600 !important;
}
/* ツイッター色 */
.twitter_button i {
	color: #1c9cea !important;
}



/*-------------------------------------------*/
/*  カバー画像調整
/*-------------------------------------------*/

  @media (min-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-left: calc(100% - 50vw) !important;
}
}

  @media (min-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-right: calc(100% - 50vw) !important;
  width: 50vw !important;
}
}

  @media (max-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull.vk-cols--reverse > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-left: calc(100% - 100vw) !important;
}
}

  @media (max-width: 768px){
.vk-cols--fit.vk-cols--grid.vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover, .vk-cols--fit.vk-cols--grid:not(.is-not-stacked-on-mobile).vk-cols--grid--alignfull > .wp-block-column:nth-child(2) > .wp-block-cover {
  margin-right: calc(100% - 100vw) !important;
  width: 100vw !important;
}
}


.coverimg-topeve {
	min-height: 400px !important;
}
@media screen and (max-width: 1198px){
.coverimg-topeve {
	min-height: 300px !important;
}
}
@media screen and (max-width: 600px){
.coverimg-topeve {
	min-height: 200px !important;
}
}


.coverimg-link {
	min-height: 360px !important;
}
@media screen and (max-width: 1198px){
.coverimg-link {
	min-height: 360px !important;
}
}
@media screen and (max-width: 600px){
.coverimg-link {
	min-height: 200px !important;
}
}



/*-------------------------------------------*/
/*  タイトル
/*-------------------------------------------*/

/*----大タイトル----*/
.title-l{
	font-family: 'Poppins', sans-serif;
	font-size: 2.2rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.1rem !important;
}
.title-l::first-letter {
	font-size: 3.2rem !important;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: transparent;
	background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em); 
	-webkit-background-clip: text;
	-webkit-box-reflect: below -0.25em -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .6)), to(transparent));
}

/*大タイトルの下線*/
.title-l::after{
	content: '';
	position: relative;
	display: block;
	width: 3rem;
	height: 1px;
	margin-top: 0.1rem;
	background-color:#b58c3f !important;
	/*Lightning見出しデザイン設定のCSS対策*/
	border: unset;
	top:unset;
	left:unset;
	bottom:unset;
}

/*中央寄せ*/
.title-l::after{
	margin-left: auto;
	margin-right: auto;
}

/* 大タイトル サブテキスト */
.title-l-sub{
	color: #fff;
	font-size: 0.9rem !important;
	margin-top:-1.5rem !important;
	margin-bottom:0 !important;
	font-weight: 400 !important;
}
}
/* トップ3カラムタイトル */
.title-top .vk_heading_title {
	color:#000;
	font-size: 3.6rem !important;
	font-weight: 600 !important;
	line-height:1.3 !important;
	padding: 0;
	margin: 0;
	text-shadow: 0 0 5px #cda631, 0 0 5px #cda631, 0 0 5px #cda631, 0 0 5px #cda631;
}
}


/* 大タイトル背景ずらし用 */
.vk-headding-lp.heading-top-over {
	position: absolute;
	top: -1.3rem;
}


/* 大タイトル日本語 */
.title-l-j .vk_heading_title {
	color:#fff;
	font-size: 2.5rem !important;
	font-weight: 500 !important;
	line-height:1.7 !important;
	padding-top: !important;
	margin-top: !important;
	filter: drop-shadow(0px 0px 5px rgba(239, 95, 255, 0.6));
}
.title-l-j .vk_heading_subtext{
	font-weight: 300 !important;
	font-size: 1rem !important;
}
@media screen and (max-width: 400px){   
.title-l-j .vk_heading_title {
	font-size: 2rem !important;
}
}


/* 中タイトル　left */
.title-l-center{
	padding:130px 10px 0px 10px !important;
	background: url(https://www.kyoraku1204.com/wp-content/uploads/icon_title-l.png) center top no-repeat;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.2));
}
.title-l-center .vk_heading_title{
	font-size: 1.5rem !important;
	filter: none !important;
}
.title-l-center .vk_heading_title span{
	filter: none !important;
}
.title-l-center .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}
/* 中タイトル　left */
.title-m-center{
	padding:120px 10px 0px 10px !important;
	background: url(https://www.kyoraku1204.com/wp-content/uploads/icon_title-m.png) center top no-repeat;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.2));
}
.title-m-center .vk_heading_title{
	font-size: 1.5rem !important;
	filter: none !important;
}
.title-m-center .vk_heading_title span{
	filter: none !important;
}
.title-m-center .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}
/* 中タイトル　left */
.title-sm-center{
	padding:120px 10px 0px 10px !important;
	background: url(https://www.kyoraku1204.com/wp-content/uploads/icon_title-sm.png) center top no-repeat;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.2));
}
.title-sm-center .vk_heading_title{
	font-size: 1.5rem !important;
	filter: none !important;
}
.title-sm-center .vk_heading_title span{
	filter: none !important;
}
.title-sm-center .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}
/* 中タイトル　left */
.title-s-center{
	padding:140px 10px 0px 10px !important;
	background: url(https://www.kyoraku1204.com/wp-content/uploads/icon_title-s.png) center top no-repeat;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.2));
}
.title-s-center .vk_heading_title{
	font-size: 1.5rem !important;
	filter: none !important;
}
.title-s-center .vk_heading_title span{
	filter: none !important;
}
.title-s-center .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}
/* 小タイトル　left */
.title-s{
	padding:0px 10px 0px 40px !important;
	background: url(https://www.dgroup-d.jp/wp-content/uploads/icon_title-s.png) left center no-repeat;
	filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.2));
}
.title-s .vk_heading_title{
	color:#fff;
	filter: none !important;
}
.title-s .vk_heading_title span{
	filter: none !important;
}
.title-s .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}
/* 大タイトル catch */
.title-l-catch .vk_heading_title {
	color:#fff;
	font-size: 2rem !important;
	font-weight: 500 !important;
	line-height:1.3 !important;
	padding-top: !important;
	margin-top: !important;
	text-shadow: 0 0 1px #d0a900, 0 0 5px #d0a900, 0 0 5px #d0a900, 0 0 5px #d0a900;
}

@media screen and (max-width: 978px){   
.title-l-catch .vk_heading_title {
	font-size: 1.4rem !important;
}
}
/*-------------------------------------------*/
/*  テーブル
/*-------------------------------------------*/


.table01 {
	width: 80%;
	margin: 0 auto !important;
	border:none !important;
}

.table01 tr:first-child {
	border-top: 1px solid #999 !important;
}

.table01 tr {
	border-bottom: 1px solid #999 !important;
}
.table01 th,
.table01 td {
	padding: 1.5rem !important;
	border: none !important;
}
.table01 th {
	width: 40% !important;
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
	background-color:rgb(236, 195, 43, 0.5);
}
.table01 td {
	text-align: right;
	font-size: 1rem !important;
}
.table01 .ta01-tdleft {
	padding: 1rem !important;
	text-align: left;
}

@media only screen and (max-width: 768px) {
.table01 {
	width: 90%;
}
.table01 th,
.table01 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}
.table01 th {
	width: 100% !important;
	padding: 1rem !important;
	border-bottom: 1px solid #999 !important;
}
.table01 .ta01-tdleft {
	background-color:rgba(255, 255, 255, 0.1);
}
}


.table02 {
	width: 80%;
	margin: 0 auto !important;
	border:none !important;
}

.table02 tr:first-child {
	border-top: 1px solid #a3735b !important;
}

.table02 tr {
	border-bottom: 1px solid #a3735b !important;
}
.table02 th,
.table02 td {
	padding: 1.5rem !important;
	border: none !important;
}
.table02 th {
	width: 25% !important;
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
	background-color:rgb(214, 45, 191, 0.5);
}
.table02 td {
	text-align: left;
	font-size: 1rem !important;
}

@media only screen and (max-width: 768px) {
.table02 {
	width: 90%;
}
.table02 th,
.table02 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}
.table02 th {
	width: 100% !important;
	padding: 1rem !important;
	border-bottom: 1px solid #a3735b !important;
}
}

/* 文字の周りシカク*/
.benefit {
	margin:0 0 0.4rem 0;
}
.benefit span {
	display:inline-block;
	border:1px solid #4D4623;
	color:#BFB056;
	font-size:1rem;
	padding:5px 7px;
	margin:0 1rem 1rem 0;
}
}

/* 募集要項のテーブル*/
.table-rec01 {
	width: 100%;
	margin: 0 0 !important;
	border:none !important;
}

.table-rec01 tr:first-child {
	border-top: 1px solid #fff !important;
}

.table-rec01 tr {
	border-bottom: 1px solid #fff !important;
}


.table-rec01 th {
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
}
.table-rec01 th i {
	color: #C21D6E !important;
	font-size: 2rem !important;
}
.table-rec01 td {
	text-align: left  !important;
	font-size: 1rem !important;
}

.table-rec01 th,
.table-rec01 td {
	padding: 1.5rem !important;
	border: none !important;
}

.table-rec01 th {
	width: 25% !important;
}

@media only screen and (max-width: 768px) {
.table-rec01 {
	width: 100%;

}
.table-rec01 th,
.table-rec01 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}

.table-rec01 th {
	width: 100% !important;
	background-color:rgb(214, 45, 191, 0.5);
}
}
.title-rec01 {
	font-size: 1.2rem !important;
  padding: 0 0 0 0.5em;/*上下 左右の余白*/
  color: #fff;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #FFEA73;/*左線*/
}



/* スタッフのテーブル*/
.table-rec03 {
	width: 95%;
	margin: 0 auto !important;
	border:none !important;
}

.table-rec03 tr:first-child {
	border-top: 1px solid #0059b2 !important;
}

.table-rec03 tr {
	border-bottom: 1px solid #0059b2 !important;
}


.table-rec03 th {
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.1rem !important;
}
.table-rec03 th i {
	color: #7299c9 !important;
	font-size: 1.6rem !important;
}
.table-rec03 td {
	text-align: left  !important;
	font-size: 1rem !important;
}

.table-rec03 th,
.table-rec03 td {
	padding: 1rem !important;
	border: none !important;
}

.table-rec03 th {
	width: 25% !important;
}

.table-rec03 td span {
	display:inline-block;
	border:1px solid #0059b2;
  background: transparent;/*背景透明に*/
	color:#7299c9;
	font-size:1rem;
	padding:4px 7px;
	margin:0.5rem 0.5rem 0.5rem 0;
}

@media only screen and (max-width: 768px) {
.table-rec03 {
	width: 100%;
}
.table-rec03 th,
.table-rec03 td {
	width: 100% !important;
	display: block !important;
	text-align: center  !important;
}

.table-rec03 th {
	width: 100% !important;
	background-color:rgb(0, 89, 178, 0.5);
}
}
.benefittt {
	margin:0 0 1rem 0;
}
.benefittt span {
	display:inline-block;
	border:1px solid #0059b2;
	color:#7299c9;
	font-size:1rem;
	padding:5px 7px;
	margin:1rem 1rem 0 0;
}
/*-------------------------------------------*/
/*  アコーディオンの色
/*-------------------------------------------*/
.is-style-vk_accordion-background-color-rounded-border {
	border: 1px solid #0059b2;
}

.is-style-vk_accordion-background-color-rounded-border .vk_accordion-trigger {
	background-color:rgba(0, 0, 0, 0.3);
}
.vk_accordion-trigger .vk_accordion-toggle-open {
	border-bottom: 1px dotted #0059b2;
}
/*-------------------------------------------*/
/*  投稿
/*-------------------------------------------*/

/*---「新着!!」非表示---*/
.vk_post_title_new {
	display:none;
}

/*---TOP一覧---*/
.vk_posts-layout-postListText .postListText_date {
	color: #fff;
}
.postListText_title a {
	color: #c1b29b !important;
}
.postListText_title a:visited {
	color: #e0d8cd !important;
}
.vk_posts-layout-postListText .postListText {
	border-bottom: 1px dotted #dbdbdc;
}


/*---背景色調整---*/
.main-section--col--two .entry {
	padding:3rem 3rem 0.5rem 3rem !important;
	margin-bottom:2rem !important;
	background-color:rgba(0, 0, 0, 0.5);
}


/*---ボーダー---*/
.vk_post.media {
	border-bottom: 1px solid #fff !important;
}
.vk_post.media.vk_post:first-child {
	border-top: 1px solid #fff !important;
}
.main-section > .vk_posts > .media.vk_post-col-sm-12:first-child {
	border-top: 1px solid #fff !important;
}

/*---黒背景に伴う色調整---*/

.widget_link_list > ul li a {
	color: #fff !important;
}
.widget_link_list > ul li a:hover {
	color: #e0d8cd !important;
}
.entry-meta-data-list dd a {
	color: #fff !important;
}

.card-horizontal .card-body .vk_post .vk_post_title a {
	color: #fff !important;
}


.main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_title a {
	color: #fff !important;
}
.main-section > .vk_posts > .vk_post-col-lg-12 .vk_post_date {
	color: #f0f0f5 !important;
}


.sub-section .vk_post .vk_post_title a {
	color: #fff !important;
}
.sub-section .vk_post .vk_post_title a:hover {
	color: #e0d8cd !important;
}
.sub-section .vk_posts .vk_post_date {
	color: #f0f0f5 !important;
}

/*-------------------------------------------*/
/*  TOP
/*-------------------------------------------*/

/*---上部文章---*/
.top_greeting {
	padding:0 2rem;
}
@media screen and (max-width: 768px){   
.top_greeting {
	padding:0 0;
}
}

/*---インフォメーション---*/
.infobox{
	background:rgba(255, 255, 255, 0) !important;
	border:#E0D8CD 1px solid;
	border-radius: 15px !important;
}


/*---TOPイベントクーポン---*/

.coverimg-topeve {
	min-height: 300px;
}
@media screen and (max-width: 991.98px){
.coverimg-topeve {
	min-height: 300px;
}
}
@media screen and (max-width: 600px){
.coverimg-topeve {
	min-height: 200px;
}
}

.topeve{
	background:rgba(0, 0, 0, 0.5) !important;
}



/*-------------------------------------------*/
/*  キャスト
/*-------------------------------------------*/
/*.castphoto .wp-element-caption{
	font-weight: 600 !important;
	font-size: 1rem !important;
	font-family: 'Kosugi Maru', sans-serif;
}
.castphoto .wp-block-image.is-style-vk-image-border img {
  border: 2px solid #a3735b;
}*/


/*-------------------------------------------*/
/*  イベント・クーポン
/*-------------------------------------------*/

/* クーポン */
.title-coupon {
  text-align: center;
}

.title-coupon .vk_heading_title {
  position: relative;
  display: inline-block;
  height: 64px;
  padding: 1rem 2rem 1rem 3rem;
  color: #fff;
  background: #b00000;
}

.title-coupon .vk_heading_title:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #b00000 transparent transparent;
}
.title-coupon .vk_heading_title:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
}



/*-------------------------------------------*/
/*  サイトマップ
/*-------------------------------------------*/
.sitemap {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.sitemap ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style: none;
}
.sitemap li.large {
	background-color:rgba(236, 195, 43, 0.5);
	font-size:1.1rem;
	font-weight:600;
	margin:30px 0px 0px 0px;
	padding:10px;
}
.sitemap li.midium {
	font-size:1rem;
	margin:10px 0px 0px 0px!important;
	padding:0px 20px 0px 30px !important;
}
.sitemap li.small {
	font-size:1rem;
	margin:10px 0px 30px 0px !important;
	padding:0px 20px 0px 30px !important;
}
.sitemap li i {
	color:#FFEA73 ;
}


/*-------------------------------------------*/
/*  Contact Form 7
/*-------------------------------------------*/

/*---非表示---*/
.grecaptcha-badge { visibility: hidden; } 

.ajax-loader {
	margin:0 0 !important;
	display: none !important;
}
.wpcf7-spinner{
	display: none !important;
}



/*---枠---*/
.form-wrap{
	width:80% !important;
	margin: 0 auto !important;
}
@media screen and (max-width: 991.98px){   
.form-wrap{
	width:90% !important;
	margin: 0 auto !important;
}
}



/*---must free---*/
.must{
	font-size:13px;
	padding:5px;
	background:#bc0000;
	color:#000;
	border-radius:0px;
	margin-right:10px;
	position:relative;
	bottom:1px;
	font-weight:bold;
}
.free{
	font-size:13px;
	padding:5px;
	background:#a3735b;
	color:#fff;
	border-radius:0px;
	margin-right:10px;
	position:relative;
	bottom:1px;
}



/*---入力欄---*/
input[type=text],input[type=tel],input[type=email],button,textarea,select {
	margin-top:10px;
}
#zip{
	width: 25%;
}

/* Chrome, Safari */
::-webkit-input-placeholder{
	color: #C9C9C9 !important;
}
 
/* Firefox */
::-moz-placeholder{
	color: #C9C9C9 !important;
}
 
/* Firefox 18以前 */
:-moz-placeholder{
	color: #C9C9C9 !important;
}
 
/* IE */
:-ms-input-placeholder{
	color: #C9C9C9 !important;
}



/*---ボタン---*/
input[type=submit] {
	width: 50%;
	padding:1rem 0;
}


/*---以下、フォームのスマホ・タブレット-------------------*/

@media(max-width:1200px){
.inquiry .must,.inquiry .free {	
	font-size:1em;
}
#zip{
	width: 50%;
}
/*入力時にズームしない*/
input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
input[type="tel"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
select {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
textarea {
	box-sizing: border-box;
	width: 100%;
	font-size: 16px;
}
}




