@charset "utf-8";
/* CSS Document */


/************************ under common ************************/
.under #fv .topcopy h2{
	font-size: 45px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.18em;
}
.under #fv .topcopy h2 span{
	font-size: 24px;
	color: #fff;
	line-height: 1em;
}
.under #fv .bk{
	height: 70vh;
}
.under #fv .f_box{
	align-items: center;
	justify-content: center;
}
.under #fv .topcopy{
	padding-left: 0;
}
.under .textbox {
	padding: 50px 0 100px 0;
}
.under .textbox h2{
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 50px;
}
.under .textbox h3{
	font-weight: normal;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 50px;
}
.under .dotted{
	height: 10px;
	background: url(../images/plan/dotte.png);
	background-repeat: repeat-x;
	margin-top: 100px;

}
.under .dotted_g{
	height: 10px;
	background: url(../images/plan/dotte.png);
	background-repeat: repeat-x;
	margin-top: 50px;

}
.under .single-line{
	height: 1px;
	border-bottom: 1px dashed #4d4d4d;
	margin-bottom: 30px;
}


/************************ main image ************************/
.memory #fv .bk{
	background-image: url(../images/memory/u_memory-02.jpg);
}
.style #fv .bk{
	background-image: url(../images/style/u_style-02.jpg);
}
.plan #fv .bk{
	background-image: url(../images/plan/u_plan-02.jpg);
}
.shop #fv .bk{
	background-image: url(../images/shop/u_shop-02.jpg);
}
.camera #fv .bk{
	background-image: url(../images/camera/u_cameraman-02.jpg);
}
.question #fv .bk{
	background-image: url(../images/question/u_q&a-02.jpg);
}
.contact #fv .bk{
	background-image: url(../images/contact/u_contact-02.jpg);
}
.privacy #fv .bk{
	background-image: url(../images/privacy/u_privacy-02.jpg);
}
.u-news #fv .bk{
	background-image: url(../images/news/u_news-02.jpg);
}
.u-about #fv .bk{
	background-image: url(../images/about/u_about-02.jpg);
}

/************************ about ************************/
.u-about .textbox h2 {
    margin-bottom: 20px;
}
.u-about .textbox h3 {
    font-size: 60px;
		line-height: 1em;
    margin-bottom: 10px;
}
.u-about .about-erea {
    position: relative;
		height: 620px;
		display: flex;
		align-items: center;
		justify-content: center;
}
.u-about .about01 {
		background: url(../images/about/u_about-03.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}
.u-about .about02 {
		background: url(../images/about/u_about-04.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		margin-top: 500px;
		background-position: center;
}
.u-about .about-erea h3{
    font-size: 30px;
		color: #fff;
}
.u-about .about-txterea {
    width: 430px;
		background: #fff;
		padding: 1.5em;
		position: absolute;
}
.u-about .about01 .about-txterea {
		bottom: -300px;
		right: 0;
}
.u-about .about02 .about-txterea {
		top: -300px;
		left: 20px;
}
.u-about .about-txterea .f-line{
    border: 1px solid #000;
		padding: 4em 2em 3em 2em;
		line-height: 2em;
}
.u-about .about-txterea .f-line img{
    margin-bottom: 50px;
}

.u-about .promis .inner1200 {
	padding: 6em 0;
}
.u-about .promis ul {
	position: relative;
	padding-left: 0;
	list-style: none;
}
.u-about .promis ul li{
	width: 33.33%;
	height: 770px;
	background-size: cover;
	background-position: center;
	padding: 1.5em;
}
.u-about .promis ul li.promis01{
	background: url(../images/about/u_about-05.jpg) no-repeat ;
	background-size: cover;
}
.u-about .promis ul li.promis02{
	background: url(../images/about/u_about-06.jpg) no-repeat ;
	background-size: cover;
	position: relative;
	top: 100px;
}
.u-about .promis ul li.promis03{
	background: url(../images/about/u_about-07.jpg) no-repeat ;
	background-size: cover;
}
.u-about .promis button{
	width: 100%;
	height: 100%;
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 0;
  background: rgba(0,0,0,0.09);
	padding: 2em;
  line-height: 2em;
  font-size: 16px;
}

.u-about .promis span{
  display: block;
}
.u-about .promis button::before, button::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.u-about .promis span::before, span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}
.u-about .promis button:hover::before, button:hover::after{
  width: 100%;
}
.u-about .promis button:hover span::before, button:hover span::after{
  height: 100%;
}
/*----- button 1 -----*/
.u-about .promis .btn-1::before, .btn-1::after{
  transition-delay: 0.2s;
}
.u-about .promis .btn-1 span::before, .btn-1 span::after{
  transition-delay: 0s;
}
.u-about .promis .btn-1::before{
  right: 0;
  top: 0;
}
.u-about .promis .btn-1::after{
  left: 0;
  bottom: 0;
}
.u-about .promis .btn-1 span::before{
  left: 0;
  top: 0;
}
.u-about .promis .btn-1 span::after{
  right: 0;
  bottom: 0;
}
.u-about .promis .btn-1:hover::before, .btn-1:hover::after{
  transition-delay: 0s;
}
.u-about .promis .btn-1:hover span::before, .btn-1:hover span::after{
  transition-delay: 0.2s;
}
/************************ memory ************************/
.memory .textbox img{
	width: 100%;
}
.memory .cnt_title h3::before {
    left: -25%;
}
.memory .cnt_title h3::after {
    right: -25%;
}
.memory #sec02 {
	padding-top: 0;
}
.memory #sec02 .textbox h2{
	background: url(../images/memory/u_memory-04.png) no-repeat ;
	background-position: center bottom;
	background-size: 50%;
	padding-bottom: 10px;
}
.memory #sec02 .textbox {
    padding: 0 0 100px 0;
}
.memory #sec02 .f_box {
    justify-content: space-evenly;
}
.memory #sec02 .presen-bk{
	width: 29%;
	background-image: url(../images/memory/u_memory-05.png), url(../images/memory/u_memory-06.png);
	background-repeat: no-repeat;
	background-position: center top,center bottom;
	margin-bottom: 100px;
}
.memory #sec02 dl {
		padding: 3em 2em;
		line-height: 2em;
}
.memory #sec02 dl:hover {
		background-image: url(../images/memory/u_memory-08.png);
		background-repeat: no-repeat;
		background-position: center 70%;
}
.memory #sec02 dl dt{
    padding: 1em 0;
}
.memory #sec02 dl dt img{
    width: 20%;
}
.memory #sec02 dl dd{
    /*padding: 1em;*/
}
/************************ style ************************/
.style .Japanese-bk{
	background-image: url(../images/style/u_style-09.png),url(../images/style/u_style-09.png),url(../images/style/u_style-09.png);
	background-repeat: no-repeat;
	background-position: 20% top, 80% center, 20% bottom;
	background-size: 35%, 35%, 35%;
	margin-top: 70px;
}
.style .Western .Japanese-bk{
	background-image: url(../images/style/u_style-10.png),url(../images/style/u_style-10.png),url(../images/style/u_style-10.png);
	background-repeat: no-repeat;
	background-position: 80% top, 20% center, 80% bottom;
	background-size: 35%, 35%, 35%;
	margin-top: 70px;
}
.style .Japanese-bk .textbox {
    padding: 50px 0 20px 0;
}
.style .inner1200 .f_box{
	align-items: center;
	padding-bottom: 100px;
}
.style .inner1200 .f_box_r{
	align-items: center;
	padding-bottom: 100px;
}
.style .j-img{
	width: 60%;
}
.style .j-img img{
	width: 100%;
}
.style .j-txt{
	width: 40%;
	padding: 3em;
}
.style .j-txt h3{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 2em;
}
.style .j-txt h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
}

/************************ style ************************/
.plan .tab-content .name {
    float: right;
}
.plan .tab-content h2.location {
    font-size: 25px;
    margin-top: 50px;
    padding-bottom: 30px;
    background-image: url(../images/plan/u_plan-03.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.plan .tab-content .textbox {
  	padding: 50px 0 0 0;
}

/************************ shop ************************/
.shop .tab-content {
    margin-top: 0;
}
.shop .cnt_title h3::before {
    left: -65%;
}
.shop .cnt_title h3::after {
    right: -65%;
}
.shop .tab-switch:checked+.tab-label::before {
    width: 100px;
}
.shop .tab-switch:checked+.tab-label::after {
    width: 100px;
}
.shop .area {
    position: absolute;
    top: 50px;
    left: -120px;
}
.shop .area p {
    padding: 10px 30px;
    background: #a98a5b;
    color: #fff;
    letter-spacing: 0.2em;
}
.shop .area img {
	width: 100%;
}
.shop .tab-content .f_box{
    align-items: center;
}
.shop .tab-content ul{
    padding: 0 1em;
		list-style: none;
		text-align: left;
}
.shop .tab-content ul li{
    border-bottom: 1px dashed #b8b8b8;
		padding: 20px 20px 10px 10px;
		font-weight: 300;
		line-height: 2em;
}
.shop .tab-content ul li:first-child{
    font-weight: bold;
		font-size: 20px;
}
.shop .tab-content ul li:last-child{
    border-bottom: none;
}
.shop .tab-content ul li span{
    padding: 5px 20px;
		background: #a98a5b;
		color: #fff;
		margin-right: 10px;
}
.shop .tab-content ul li a{
	padding: 10px 30px;
	background: #a98a5b;
	color: #fff;
	margin: 10px 0

}
.shop .tab-content ul li a:hover{
	opacity: 0.6;
}
.shop .tab-content .f_box{
	border-bottom: 1px dashed #b8b8b8;
	padding: 50px 0;
}
.shop .tab-content .b_none{
	border-bottom: none;
}
.shop .doble_line{
	border-bottom: solid 1px #666666;
	margin-bottom: 2px;
	position: relative;
}
.shop .doble_line::before{
	content: '';
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #666666;
	position: absolute;
	left: 0px;
	bottom: -5px;
}
.shop .f_box .col-2 img{
	width: 100%;
}

/************************ camera ************************/
.camera .photographer img{
	width: 100%;
}
.camera .photographer ul{
	padding-left: 0;
	list-style: none;
}
.camera .photographer ul li{
	width: 362px;
	height: 330px;
	padding: 50px 30px;
	background: url(../images/camera/u_cameraman-13.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.camera .photographer ul li dl dt p{
	font-size: 20px;
}
.camera .photographer ul li dl dt .no{
	width: 30px;
	height: 16px;
	margin-bottom: 15px;
	margin-top: 0;
}
.camera .photographer ul li dl dt .cameraman{
	width: 76px;
	height: 79px;
	margin-top: 10px;
}
.camera .photographer ul li dl dt .no03{
	width: 30px;
	height: 23px;
	margin-bottom: 15px;
	margin-top: 0;
}
.camera .photographer ul li dl dd{
	margin-top: 50px;
	font-size: 17px;
	letter-spacing: 2px;
}
.camera .inner1200 .kome{
	font-size: 15px;
	text-align: left;
}
.camera .tab-switch:checked+.tab-label::before {
    width: 100px;
}
.camera .tab-switch:checked+.tab-label::after {
    width: 100px;
}
.camera .Choice .cnt_title h3::before {
    left: -25%;
}
.camera .Choice .cnt_title h3::after {
    right: -25%;
}
.camera .area {
    position: relative;
    width: 550px;
    margin: 0 auto;
    padding: 2em 0;
}
/*.camera .area p {
    padding: 10px 30px;
    background: #a98a5b;
    color: #fff;
    letter-spacing: 0.2em;
}*/


.camera .area p  {
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #a98a5b;
  border-radius: 3px 0 3px 0;
}
.camera .area p:before, .camera .area p:after {
  content: '';
  position: absolute;
  width:10px;
  height: 10px;
  border: solid 2px #a98a5b;
  border-radius: 50%;
}

.camera .area p:after {
  top:-8px;
  left:-9px;
}
.camera .area p:before {
  bottom:-8px;
  right:-9px;
}
.camera .tab-content {
    margin-top: 0;
}
.camera .tab-content dl{
    width: 600px;
	  height: 600px;
		margin: 0 auto;
		padding: 2em 0;
	
}
.camera .tab-content dl dt{
    font-size: 18px;
		margin-bottom: 30px;
}
.camera .tab-content dl dd ul {
    padding-left: 0;
		list-style: none;
		justify-content: center;
		display: inline-flex;
}
.camera .tab-content dl dd ul li{
    width: 30%;
		margin: 6px;
}
.camera .tab-content dl dd ul li img{
    width: 100%;
		margin-bottom: 10px;
}
.camera .dotted {
    height: 10px;
    background: url(../images/plan/dotte.png);
    background-repeat: repeat-x;
    margin-top: 50px;
}
.camera .textbox {
    padding: 50px 0 0 0;
}
.camera .textbox dl {
    width: 300px;
		margin: 0 auto;
}
.camera .textbox dl dd img{
    margin: 20px 0;
}
.camera .photographer ul.Profile-img {
    justify-content: flex-start;
}
.camera .photographer .images{
	width: 100%;
	height: 100%;
}
.photographer ul.Profile-img {
	justify-content: initial;
}
.photographer ul.Profile-img li{
	width: 18%;
	height: 10vw;
	max-height: 250px;
	overflow: hidden;
	position: relative;
	padding: 0;
	background: none;
	margin: 1%;
}
.photographer ul.Profile-img li img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}
.camera .more {
    padding-top: 50px;
}

/* ポップアップウインドウの設定 */
.camera .popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70vw;
  height: 55vw;
  overflow-y: scroll;
}
/* チェックボックスの初期設定 */
#popup-on{
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on:checked + .popup{
  display: block;
}

/* 閉じるアイコン（右上） */
.camera .icon-close{
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}

/* 閉じるボタン */
.camera .btn-close{
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* 開くボタン */
.camera .btn-open{
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}

/* ポップアップの内容 */
.camera .popup-content{
  margin: 40px auto 40px auto;
  width: 90%;
}
/************************ question ************************/
.question #sec01 img{
	width: 40%;
  vertical-align: bottom;
}

/*全体*/
.hidden_box {
    margin: 2em 0;
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	width: 100%;
  padding: 15px 50px 15px 50px;
  cursor: pointer;
  transition: .5s;
  position: relative;
  color: #343434;
  text-align: left;
	margin-bottom: 0;
	border-bottom: 1px dotted #545454;
	background: no-repeat url("../images/question/u_q&a-03.svg");
	background-position: left center;
	background-size: 40px;
}

/*アイコンを表示*/
.hidden_box label:after {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	transition: 0.2s;
	height: 25px;
	padding-right: 20px;
	color: #4d4d4d;
	font-weight: bold;
}

/*ボタンホバー時*/
.hidden_box label:hover {

}

/*アイコンを切り替え*/
.hidden_box input:checked + label:after {
     content: '\f077';
     color: #4d4d4d;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked + label + .hidden_show {
    height: auto;
    opacity: 1;
		background: #fdf2f1;
		background: no-repeat url("../images/question/u_q&a-04.svg");
		background-position: left 15px;
		background-size: 40px;
}
.question .hidden_box p {
		text-align: left;
		width: 100%;
		padding: 15px 50px 15px 50px;
}
.question .textbox {
    padding: 50px 0 30px 0;
}

/************************ privacy ************************/
.privacy .textbox{
	text-align: left;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

/************************ news ************************/
.u-news .cnt_title h3::before {
    left: -75%;
}
.u-news .cnt_title h3::after {
    right: -75%;
}
.u-news ul{
	padding-left: 0;
	list-style: none;
	justify-content: flex-start;
}
.u-news ul li{
	width: 30%;
	margin: 20px 0;
	margin-right: 2%;
}
.u-news .title-erea{
	background: url("../images/news/u_news-06.png"), url("../images/news/u_news-07.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: contain, contain;
	padding: 2em 0 1em 0;
}
.u-news .title-erea time{
	font-weight: bold;
	color: #7a560c;
	font-size: 13px;
}
.u-news .title-erea h2{
	font-size: 16px;
	padding-top: 10px;
}
.u-news ul li .image-erea {
	width: 100%;
	height: 320px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}
.u-news ul li .image-erea img{
	position: absolute;
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
.u-news .toukou .title-erea{
	background: url("../images/news/u_news-14.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 2em 0 1em 0;
}
.u-news .toukou .title-erea h2{
	width: 75%;
	margin: 0 auto;
}
.u-news .toukou .inner900{
  padding: 3em 2em;
	text-align: justify;
}
.u-news .toukou .inner900 figure{
  text-align: center;
}
.u-news .more img {
    width: 100%;
    bottom: -10px
}
/************************ contact ************************/
.contact .cnt_title h3::before {
    left: -70%;
}
.contact .cnt_title h3::after {
    right: -70%;
}
/************************ contact ************************/

form a{
	color: #007bff;
	text-decoration: underline;
}

.contact .inner900 {
    padding: 30px 0 2em 0;
		border-top: 1px dashed #b9b9b9;
		margin-top: 3em;
}
.contact .c_flow img {
	width: 70%;
}
.contact .must {
	color: #fff;
}
/* Contact Form7 */

div.wpcf7 .ajax-loader{
	position: absolute;
	top: 30%;
}

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dashed #b9b9b9;
	padding: 0 2em;
	margin-bottom: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contact7 input {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact7 dd.check input {
	width: auto;
}

.contact7 dd.check textarea {
	width: 100%;
}
.contact7 input, .contact7 textarea, .contact7 select {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
}
.contact7 .p-postal-code {
	width: 30%;
}
.contact7 dd {
	margin: 0 0 30px 0;
}
.contact7 dt {
	font-weight: normal;
	padding-bottom: 10px;
}
.f_p {
	padding: 3em 0 1em 0;
}
.f_p p {
	margin-bottom: 0;
}
/* 必須マーク
.contact7 .must {
	background: #FF1A00;
}*/

/* 任意マーク */
.contact7 .optional {
	background: #999;
}
.contact7 .must {
	color: #fff;
	margin-left: 10px;
	padding: 3px 7px;
	letter-spacing: 2px;
	font-size: 10px;
	border: 1px solid #aa1a39;
	background: #aa1a39;
}
.contact7 span.must , .contact7 span.optional {
	margin-left: 13px;
	height: 23px;
	vertical-align: middle;
}
.contact7 span.wpcf7-list-item {
    margin:0;
		padding-right:13px;
}
.contact7 .optional {
	color: #7b715b;
	font-size: 10px;
	margin-left: 10px;
	padding: 3px 7px;
	letter-spacing: 2px;
	background: none;
	border: 1px solid #7b715b;
}
.btn_contact7 {
	color:#454545;
	background:transparent;
	border-width:1px;
	border-style: solid;
	border-color: #454545;
	position:relative;
	margin:1em;
	display:inline-block;
	padding: 0 1em;
	transition:all 0.3s ease-in-out;
	text-align:center;
	font-family:comfortaa;
	font-weight:bold;}
.btn_contact7:hover,
.blue .btn_contact7 input:hover{
	cursor: pointer;
}
.btn_contact7:before, .btn_contact7:after {content:'';display:block;position:absolute;border-color:#454545;box-sizing:border-box;border-style:solid;width:1em;height:1em;transition:all 0.3s ease-in-out}
.btn_contact7:before {top:-6px;left:-6px;border-width:1px 0 0 1px;z-index:5;}
.btn_contact7:after {bottom:-6px;right:-6px;border-width:0 1px 1px 0;}
.blue .btn_contact7 input{background: #fff; color: #aa1a39;position: relative;z-index: 50;}


.blue .btn_contact7 {color:#701d33;border-color:#701d33;width: 200px;}
.blue .btn_contact7:before, .blue .btn_contact7:after  {border-color:#701d33;background-color:transparent;}
.blue .btn_contact7:hover:before, .blue .btn_contact7:hover:after {width:calc(100% + 12px);
  height:calc(100% + 12px);border-color:#701d33;transform:rotateY(180deg)}
.blue .btn_contact7:hover {color:#701d33;background-color:transparent;border-color:#701d33}
.blue .panel {max-width:960px;text-align:center;position:relative;margin:auto;}

.contact div.wpcf7-mail-sent-ok {
    border: 1px solid #701d33;
}
.otoiawase-head{
	margin-bottom: 60px;
}
.contact tr{
	display: flex;
	align-items: flex-start;
	height: auto !important;
	padding: 30px 0;
	border-bottom: 1px dashed #b9b9b9;
}
.contact th{
	display: inline-table;
	align-items: center;
	text-align: initial;
	height: auto !important;
	width: 30% !important;
	font-weight: normal;
	margin-left: 30px;
}
.contact th::after{
	content: "※必須";
	display: inline-block;
	float: right;
	padding: 3px 7px;
	font-size: 10px;
	color: #fff;
	border: 1px solid #aa1a39;
	background: #aa1a39;
}
.contact td{
	height: auto !important;
}
input[type="text"],
input[type="email"]{
	border: 1px solid #ccc;
	border-radius: 0;
	width: 80%;
	height: 30px;
}
.contact label{
	position: unset;
}
.contact select,
.contact textarea{
	border: 1px solid #ccc;
	border-radius: 0;
	width: 80%;
}
.contact textarea{
	height: 15vw;
}

.contact [type="submit"]{
	margin: 30px;
	color: #aa1a39;
	border: solid 1px #aa1a39;
	background: transparent;
	border-radius: 0;
}
.contact [type="submit"]:hover{
	cursor: pointer;
	color: #fff;
	background: #aa1a39;
	transition: 1s;
}

.end_btn{
	padding: 5px 7px;
	color: #aa1a39;
	border: solid 1px #aa1a39;
	background: transparent;
}
.end_btn:hover{
	color: #fff;
	background: #aa1a39;
	transition: 1s;
}

.contact td{
	text-align: initial;
	padding-left: 60px;
}

@media screen and (min-width: 768px) {
	.contact7 {
		margin-bottom: 30px;
		padding: 0 3em;
	}
.contact7 dt {
	width: 28%;
	padding: 5px 10px 5px 0;
	display: flex;
}
.contact7 span.must, .contact7 span.optional {
    margin-left: auto;
		vertical-align: middle;
}
.contact7 dd {
	width: 65%;
	text-align: left;
}
.contact7 dd select , .contact7 dd input , .contact7 dd textarea{
	padding: 5px 10px;
	border-radius: 0;

}
.contact7 dd select{
	width: 100%;
	font-size: 13px;
}

}

@media screen and (max-width: 768px) {
	.contact tr{
		flex-direction: column;
		}
	.contact th{
		width: auto !important;
		margin: 0 0 30px 75px;
	}
	.contact th::after{
		margin-left: 10px;
	}
	.contact td{
		width: 100% !important;
	}
}
@media screen and (max-width: 768px) {
	.contact th{
		width: auto !important;
		margin: 0 0 30px 10vw;
	}
	.contact td{
		text-align: initial;
		margin: 0 0 0 12vw;
		padding: 0;
	}
}
#sec07 .f_box .col-2,#sec07 .f_box .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
} 
@media screen and (max-width: 768px) {
#sec07 .f_box .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}}

/* ===================================================================

		#	Responsive

		=================================================================== */
