/*
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 {
	font-family: 'Cinzel', serif !important;
}




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

@media (min-width: 1199px){
.site-header-logo img {
	max-height: 65px;
}
}


/*----ロゴ（タブレットの幅大きさ調整）----*/
@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-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;
	font-family: 'Cinzel', serif !important;
}
.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;
}

/*----モバイル固定ナビ----*/
.mobile-fix-nav .mobile-fix-nav-menu {
	font-family: 'Cinzel', serif !important;
	font-weight: 600 !important;
}


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

.page-header-title {
	font-family: 'Cinzel', serif !important;
	font-weight: 600 !important;
	font-size: 3rem !important;
	line-height:1.2 !important;
}
.page-header-subtext {
	font-family: 'Noto Serif JP', serif !important;
	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: 2.5rem !important;
}
.page-header-subtext {
	font-size: 1rem;
	line-height:1 !important;
}
}

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




/*----ぱんくず----*/
.breadcrumb {
	color: #fff !important;
	border-top:0.3px solid #000 !important;
	background-color: #222222; 
}
.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 {
	font-family: 'Noto Serif JP', serif !important;
	filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 1));
}

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

.site-footer {
	border-top:#E0D8CD 1px solid !important;
}

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


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


/*----フッターウィジェット　ナビ----*/
.site-footer {
	color:#fff;
	font-family: 'Cinzel', serif !important;
}

.menu-footer-nav01-container, .menu-footer-nav02-container, .menu-footer-nav03-container, .menu-footer-nav04-container {
	font-family: 'Cinzel', serif !important;
}



/*----コピーライト----*/
.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:rgba(88, 91, 98, 1);
	outline-color:#b8b8ba !important;
}

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



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

/* 背景 */
.wrapbox{
	background-color:rgba(0, 0, 0, 0.5);
	padding:4rem 0 !important;
}
@media screen and (max-width: 768px) {
.wrapbox{
	background-color:rgba(0, 0, 0, 0.3);
	padding:2rem 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;
	font-family: 'Cinzel', serif !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 .vk_heading_title {
	color:#fff;
	font-family: 'Cinzel', serif !important;
	font-size: 2.8rem !important;
	font-weight: 500 !important;
	line-height:1.3 !important;
	padding-top: !important;
	margin-top: !important;
	background: url(https://demowp.t-dn.net/wp-content/uploads/) center bottom no-repeat;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
}
.title-l .vk_heading_subtext{
	font-family: 'Noto Serif JP', serif !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
}
@media screen and (max-width: 400px){   
.title-l .vk_heading_title {
	font-size: 2.6rem !important;
}
}


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


/* 大タイトル日本語 */
.title-l-j .vk_heading_title {
	color:#fff;
	font-family: 'Noto Serif JP', serif !important;
	font-size: 2.2rem !important;
	font-weight: 500 !important;
	line-height:1.7 !important;
	padding-top: !important;
	margin-top: !important;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
}
.title-l-j .vk_heading_subtext{
	font-family: 'Noto Serif JP', serif !important;
	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-m{
	padding:0px 10px 0px 60px !important;
	background: url(https://demowp.t-dn.net/wp-content/uploads/icon_title-m.png) left top no-repeat;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
}
.title-m .vk_heading_title{
	color:#fff;
	font-family: 'Cinzel', serif !important;
	filter: none !important;
}
.title-m .vk_heading_title span{
	filter: none !important;
}
.title-m .vk_heading_title .vk_heading_subtext{
	filter: none !important;
}

/* 小タイトル　left */
.title-s{
	padding:0px 10px 0px 40px !important;
	background: url(https://demowp.t-dn.net/wp-content/uploads/icon_title-s.png) left center no-repeat;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
}
.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;
}

/* 小タイトル　center */
.title-s-center{
	padding:40px 10px 0px 10px !important;
	background: url(https://demowp.t-dn.net/wp-content/uploads/icon_title-s.png) center top no-repeat;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
}
.title-s-center .vk_heading_title{
	color:#fff;
	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;
}




/*-------------------------------------------*/
/*  テーブル
/*-------------------------------------------*/

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

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

.table01 tr {
	border-bottom: 1px solid #c1b29b !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:rgba(88, 91, 98, 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 #c1b29b !important;
}
.table01 .ta01-tdleft {
	background-color:rgba(0, 0, 0, 0.5);
}
}



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

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

.table02 tr {
	border-bottom: 1px solid #c1b29b !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:rgba(88, 91, 98, 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 #c1b29b !important;
}
}


/*-------------------------------------------*/
/*  投稿
/*-------------------------------------------*/

/*---投稿一覧BOX色変更---*/
.card-horizontal {
	background-color:rgba(255, 255, 255, 0.8)!important;
}
.card-horizontal h5 a {
	color: #000 !important;
}
.card-horizontal .card-date {
	color: #c79f6d !important;
}


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

/*---TOP一覧---*/
.vk_posts-layout-postListText .postListText_date {
	color: #fff;
}
.postListText_title a {
	color: #d8c9ba !important;
}
.postListText_title a:visited {
	color: #c79f6d !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: #f0f0f5 !important;
}
.sub-section .vk_posts .vk_post_date {
	color: #c79f6d !important;
}

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

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


/*---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: 500 !important;
	font-size: 1rem !important;
}


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

/* クーポン */
.title-coupon .vk_heading_title {
	color:#000;
	font-family: 'Cinzel', serif !important;
	font-size: 1.8rem !important;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.6));
}
.title-coupon .vk_heading_subtext{
	font-family: 'Noto Serif JP', serif !important;
	font-weight: 300 !important;
	font-size: 1rem !important;
}
@media screen and (max-width: 400px){   
.title-coupon .vk_heading_title {
	font-size: 1.4rem !important;
}
}

/*-------------------------------------------*/
/*  リクルート
/*-------------------------------------------*/
/* 募集要項のテーブル*/
.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: #eb9dbb !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 {
	color: #000!important;
	background-color:rgba(255, 196, 214, 0.5);
	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;
	}
}

/* 待遇のテーブル*/
.table-rec02 {
	width: 100%;
	margin: 0 0 !important;
	border:none !important;
	background-color:#ffffff !important;
}

.table-rec02 th {
	width: 25% !important;
	text-align: center  !important;
	font-weight: normal !important;
	font-size: 1.4rem !important;
	color: #fff !important;
	background-color:#e34682 !important;
}

.table-rec02 td {
	text-align: left  !important;
	font-size: 1rem !important;
	background-color:#ffffff !important;
}

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

.table-rec02 td span {
	display:inline-block;
	border:1px solid #E34682;
	background:#fff;
	color:#E34682;
	font-size:1.2rem;
	padding:10px 15px;
	margin:0.5rem 0.5rem 0.5rem 0;
}

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



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

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

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


.table-rec03 th {
	color: #000 !important;
	text-align: center  !important;
	font-weight: 500 !important;
	font-size: 1.3rem !important;
	background-color:rgb(255, 255, 255, 0.5)!important;
}
.table-rec03 th i {
	color: #aab8c3 !important;
	font-size: 2rem !important;
}
.table-rec03 td {
	color: #fff !important;
	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;
}

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


.benefit-man {
	margin:0 0 1rem 0;
}
.benefit-man span {
	display:inline-block;
	border:1px solid #aab8c3;
	color:#fff;
	font-size:1rem;
	padding:10px 15px;
	margin:0.2rem ;
	background-color:rgb(122, 132, 140, 0.5)!important;
	border-radius:5px;
}


/*-------------------------------------------*/
/*  アコーディオンの色
/*-------------------------------------------*/
.is-style-vk_accordion-background-color-rounded-border {
	border: 1px solid #abb8c3;
}

.is-style-vk_accordion-background-color-rounded-border .vk_accordion-trigger {
	background-color:rgba(0, 0, 0, 0.5);
}

.wp-block-vk-blocks-accordion-target {
	background-color:rgba(0, 0, 0, 0.3);
}

.vk_accordion-trigger .vk_accordion-toggle-close::after,
.vk_accordion-trigger .vk_accordion-toggle-open::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

/*-------------------------------------------*/
/*  サイトマップ
/*-------------------------------------------*/

.sitemap-wrap{
	width:80% !important;
	margin: 0 auto !important;
}

.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:first-child {
	margin:0px 0px 0px 0px;
}
.sitemap li.large {
	color:#fff;
	background-color:rgba(88, 91, 98, 0.5);
	font-size:1.1rem;
	font-weight:600;
	margin:30px 0px 0px 0px;
	padding:10px;
}
.sitemap li.large a {
	color:#fff;
	text-decoration: none;
}
.sitemap li.large a:hover {
	color:#e0d8cd;
	text-decoration: none;
}
.sitemap li.midium {
	font-size:1rem;
	margin:10px 0px 0px 0px!important;
	padding:0px 20px 0px 30px !important;
}
.sitemap li.midium a {
	color:#fff;
}
.sitemap li.midium a:hover {
	color:#e0d8cd;
	text-decoration: none;
}
.sitemap li.small {
	font-size:1rem;
	margin:10px 0px 30px 0px !important;
	padding:0px 20px 0px 30px !important;
}
.sitemap li.small a {
	color:#fff;
}
.sitemap li.small a:hover {
	color:#e0d8cd;
	text-decoration: none;
}
.sitemap li i {
	color:#e0d8cd;
}




/*-------------------------------------------*/
/*  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:#c1b29b;
	color:#000;
	border-radius:0px;
	margin-right:10px;
	position:relative;
	bottom:1px;
	font-weight:bold;
}
.free{
	font-size:13px;
	padding:5px;
	background:#68686e;
	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;
}
}




