/*=================================================================
Version:  1.0
Author:
Author URI:
Tags:  Original
=================================================================*/

/* elements tags
----------------------------------------------------------------*/
html{
	color: #000;
	font-size: 16px;
}


h1.h_type00.type1{
	text-align: center;
	display: block;
	padding: 100px 0 0 0;
}

@media screen and (max-width: 767px){
	h1.h_type00.type1{
	padding: 100px 0 0 0;
	font-size: 24px;
}
}


.detail{
	font-size: 16px;
	line-height: 40px;
	padding: 0 0 30px 0;
}

/*SPANS BUTTONS*/

a.center_btn{
		display: table;
		margin: 0 auto;
}

span.red{
	color: #C00;
}





.mainvisual{
    position: relative;
    margin: 0px auto 0;
    /* display: flex; */
    right: 0;
    width: 100%;
    /* max-width: 1195px; */
    border-radius: 30px;
    /* overflow: hidden; */
    box-sizing: border-box;
    /* overflow: hidden; */
}



.mainvisual .photo{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding: 0;
}
.mainvisual .photo img{
    height: auto;
    width: 100%;
    /* max-height: 1000px; */
    padding: 0;
    box-sizing: border-box;
    object-fit: cover;
    }


.mainvisual .main_picture{
    position: absolute;
    bottom: -48px;
    width: 100%;
    /* top: -235px; */
    font-size: 54px;
    /* left: 0; */
    /* top: 35%; */
    letter-spacing: 0.05em;
    display: flex;
    justify-content: end;
    line-height: 65px;
    text-align: right;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}

.mainvisual h1{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 30px;
        display: flex;
        justify-content: flex-start;
        left: 80px;
        top: 50%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}


.mainvisual h2{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 54px;
        display: flex;
        justify-content: flex-start;
        left: 80px;
        top: 59%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}





.mainvisual h1 span{font-family: "Zen Kaku Gothic New";font-weight: bold;font-size: 24px;letter-spacing: 0.05em;line-height: 36px;display: contents;text-align: left;color: #fff;text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);}



@media screen and (max-width:1600px){
	.mainvisual h1{
		top:46%;
	}
	.mainvisual h2{
		top:60%;
	}
}










/*PC_MODE AND SP_MODE*/

@media screen and (min-width:740px){
/*.pc_mode{ display: block; }*/
.sp_mode{ display: none; }
}
@media screen and (max-width:740px){
.pc_mode{ display: none; }
}




#submit,#amend,#sendmail{
	cursor: pointer;
	border: none;
	background: none;
	width: 416px;
	height: 70px;
}

@media screen and (max-width:740px){
	#submit,#amend,#sendmail{
		cursor: pointer;
		border: none;
		background: none;
		width: 100%;
		height: 0;
		margin: 0;
		padding-bottom: 19%;
	}
}
#submit{
	background-size: 100% auto;
}
#submit:hover{}
#amend{}
#amend:hover{}
#sendmail{}
#sendmail:hover{}


 section.contact01{}
 section.contact01 .detail{}
 section.contact01 .detail{
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #000;
    padding: 0 0 60px 0;
}
 section.contact01 .detail .blue{
    font-family: "Zen Kaku Gothic New";
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 32px;
    text-align: left;
    color: #0099D9;
}
 section.contact01 .detail .blue .big{
    font-size: 21px;
}


table.table_form{}
table.table_form tr{
    display: flex;
    flex-wrap: wrap;
}
table.table_form tr th{}
table.table_form tr td{}







/*CHECK MODE*/

section.contact01 .check_mode ul.options li label {
	color: #666;
	font-size: 12px;
}

section.contact01 .check_mode p.p_input_box {
	margin: 0;
}

section.contact01 .check_mode .hideme{
	display: none;
}

section.contact01 .p_input_err_select {
	margin: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	color: #C00;
	font-size: 12px;
}

section.contact01 .p_input_err_input {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #C00;
	font-size: 12px;
}

#wrapper{
	padding-top: 0;
}

/*PARAGRAPHS*/

section.contact01 p {
	font-size: 14px;
	word-break: break-all;
	letter-spacing: 0.5px;
}

section.contact01 p.p_input_box {
	display: inline-block;
	margin: 0;
}



section.contact01 p.catch_txt{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 10px;
}

section.contact01 p.left_txt {
	width: 960px;
	margin: 0 auto 20px;
	line-height: 180%;
}

section.contact01 p.center_txt{
	text-align: center;
}

section.contact01 #form_error{
		color: #C00;
		margin-top: 0;
		font-weight: normal;
}

section.contact01{
	float: none;
	margin: 0 auto;
	border: 0;
}

tr.contact01,
tr.contact02{
	display: none;
}

body{
	overflow-x: hidden;
}

p.alert{
	font-size: 0.875rem;
	color: #333;
	width: 880px;
	margin: 0 auto;
}


.ui-datepicker-trigger{
		padding: 10px;
		vertical-align: middle;
}

span.hissu{
	color: #FF0000;
	border: 1px solid #FF0000;
	font-weight: normal!important;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
	margin-right: 10px;
}

th span.hissu{
	margin-right: 0;
	margin-left: 10px;
}


section.contact01 table tbody tr th span,
.privacy_box span{
	padding: 0 5px;
	border-radius: 2px;
	color: #fff;
	background: #f00;
}

section.contact01 table tbody tr td textarea{
	resize: vertical;
	width: 100%;
	height: 8em;

	padding: 5px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;

}

section.contact01 table tbody tr td input{
	display: inline-block;

	padding: 4px;

	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

section.contact01 table tbody tr td textarea{
	margin-top: 16px;
	line-height: 160%;
}

section.contact01 table tbody tr td input,
section.contact01 table tbody tr td textarea,
section.contact01 table tbody tr td select{
  padding: 7px;
  border: none;
  border-radius: 3px;
  border-bottom: none;
  transition: border 0.3s;
  border: 2px solid #dddddd;
  font-size: 1rem;
  background-color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
}
section.contact01 table tbody tr td input:focus,
section.contact01 table tbody tr td input.focus,
section.contact01 table tbody tr td textarea:focus,
section.contact01 table tbody tr td textarea.focus,
section.contact01 table tbody tr td select:focus,
section.contact01 table tbody tr td select.focus {
  border: solid 2px #18223F;
}



section.contact01 table tbody tr td select{
	margin: 0;
	padding: 6px 10px 10px;
	width: 30%;
}


section.contact01 table tbody tr.room td select{
	width: 300px;
	padding-left: 0;
	font-size: 0.875rem;
}

:focus{
   outline:0;
}


section.contact01 table tbody tr td input.opt_small{width: 50px;}
section.contact01 table tbody tr td input.inline{width: 120px;}
section.contact01 table tbody tr td input.tel_size{width: 70px;}
section.contact01 table tbody tr td input.smaller{width: 50px;}
section.contact01 table tbody tr td input.small{width: 25%;}
section.contact01 table tbody tr td input.middle{width: 50%;}
section.contact01 table tbody tr td input.big{width: 75%;}
section.contact01 table tbody tr td input.max{width: 100%;}
@media screen and (max-width:767px){

	section.contact01 table tbody tr td input.small{
		width: 75%;
		-webkit-appearance:none;
	}
	section.contact01 table tbody tr td input.middle{
		width: 100%;
		-webkit-appearance:none;
	}
	section.contact01 table tbody tr td input.big{
		width: 100%;
		-webkit-appearance:none;
	}
	section.contact01 table tbody tr td input.max{
		width: 100%;
		-webkit-appearance:none;
	}

}
section.contact01 .submit_box{
		margin: 40px 0 0;

		text-align: center;
}

section.contact01 .submit_box input{
		display: inline-block;
		margin: 0 10px 10px;

}

section.contact01 .close_btn{
		display: block;

		margin: 30px auto;

		/*width: 75%;*/

		padding: 20px;

		color: #666;
		font-weight: bold;
		font-size: 16px;
		text-align: center;

		background: #EFEFEF;

		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-ms-border-radius: 10px;
}



section.contact01 .inner1280{

}

section.contact01 .form01{
	background: #FFF;
	padding: 50px 120px 40px 120px;
	margin: 0 0 0px 0;
}



section.contact01 *{
  	box-sizing:border-box;
}

section.contact01 input[type="radio"] + label,section.contact01 input[type="checkbox"] + label {
	color: #000;
	font-size: 1em;
	cursor: pointer;
}

section.contact01 input[type="checkbox"] + label span{
	display: inline-block;
	padding-left: 10px;
}

section.contact01 input[type="checkbox"] + label span.product_name{
	width: 200px;
	font-weight: bold;
}

section.contact01 input[type="checkbox"] + label span.product_quantity{
	width: 80px;
	text-align: left;
}

section.contact01 input[type="checkbox"] + label span.product_waribiki{
	width: 80px;
	text-align: right;
	margin-right: 10px;
	color: red;
}

section.contact01 input[type="checkbox"] + label span.product_price{
	width: 190px;
	text-align: right;
}

section.contact01 ul.options{
	display: none;
	list-style: none;
	padding: 5px 20px;
	margin: 0;
	margin-top: 8px;
	margin-bottom: 10px;
	background: #e6e6e6;
}

section.contact01 ul.options li{
	width: 180px;
	display: inline-block;
	vertical-align: top;
	list-style: none;
}

section.contact01 ul.options li.op_product_number{
	width: 100px;
}

section.contact01 ul.options li select{
	width: 140px;
	margin: 0;
	margin-bottom: 10px;
}

section.contact01 ul.options li label{
	display: block;
}

section.contact01 input[type="radio"] + label{
	margin-right: 30px;
}

section.contact01 input[type="radio"],
section.contact01 input[type="checkbox"] {
	position:absolute;
	opacity:0;
	cursor: pointer;

}

section.contact01 input[type="radio"]:hover, section.contact01 input[type="radio"]:focus, section.contact01 input[type="radio"]:hover + label, section.contact01 input[type="radio"]:focus + label,
section.contact01 input[type="checkbox"]:hover, section.contact01 input[type="checkbox"]:focus, section.contact01 input[type="checkbox"]:hover + label, section.contact01 input[type="checkbox"]:focus + label {
	border-color: #ddd;
	color: #666;
  }

section.contact01 input[type="radio"]:checked + label,
section.contact01 input[type="checkbox"]:checked + label {
	color: black;
	position:relative;
}

section.contact01 input[type="radio"] + label:before {
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 1px;
	position: relative;
	top: 4px;
	display: inline-block;
	background-color: #fff;
	border-radius: 1em;
	border: 2px solid #ccc;
}


section.contact01 input[type="checkbox"] + label::before {
	content: '';
	width: 17px;
	height: 17px;
	margin-right: 2px;
	position: relative;
	top: 5px;
	display: inline-block;
	background-color: #FFF;
	border-radius: 15px;
	border: 2px solid #D7DFE3;
}

section.contact01 input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 8px;
	bottom: 0;
	display: block;
	width: 4px;
	height: 8px;
	border: solid #002156;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

section.contact01 .privacy_box input[type="checkbox"]:checked + label::after {
    top: 4px;
}




/*
section.contact01 input[type="radio"]:checked + label::after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0099D9;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 3.5px;
} */




/* ネイティブのラジオは隠す */
section.contact01 input[type="radio"]{
  position:absolute; opacity:0; width:1px; height:1px;
}

/* ラベル */
section.contact01 input[type="radio"] + label{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  line-height:1.6;
  cursor:pointer;
}

/* 外側の丸（未チェック時：グラデーション無し） */
section.contact01 input[type="radio"] + label::before{
  --outer:16px;   /* 外枠サイズ */
  --border:2px;   /* 枠線 */
  content:'';
  width:var(--outer);
  height:var(--outer);
  border-radius:50%;
  border:var(--border) solid #ccc;
  background:#fff;                /* ←単色のみ */
  box-sizing:border-box;
  display:inline-block;
  flex-shrink:0;
}

/* チェック時のみ青丸のグラデーションを追加 */
section.contact01 input[type="radio"]:checked + label::before{
  /* 白地 + 中央に青丸を重ねて描画 */
  background:
    #fff
    radial-gradient(circle at 50% 50%, #0099D9 0 4px, transparent 5px);
}

/* フォーカス見やすく（任意） */
section.contact01 input[type="radio"]:focus-visible + label::before{
  outline:2px solid #0099D9; outline-offset:2px;
}













/*first_choice_menu*/

.first_choice_menu{
	margin-bottom: 50px;
}

.first_choice_menu dt{
	margin-bottom: 20px;
	font-weight: bold;
}

.first_choice_menu .radio_list{
	font-size: 0;
	text-align: center;
}

.first_choice_menu .radio_list li{
	position: relative;
	display: inline-block;
	width: calc( 100% / 5 - ( 10px * 4 / 5 ) );
	margin-right: 10px;
	background: #EEF0F2;
	border: 1px solid #D7DFE3;
	border-radius: 3px;
	font-size: 16px;
}

.first_choice_menu .radio_list li.checked{
	background: #F6AC1D;
	border-color: #F6AC1D;
}

.first_choice_menu .radio_list li:nth-child(5n){
	margin-right: 0;
}

.first_choice_menu .radio_list input[type="radio"] + label{
	display: inline-block;
	line-height: 44px;
	margin-right: 0;
	padding-left: 16px;
}

.first_choice_menu .radio_list input[type="radio"] + label:before{
	position: absolute;
	top: 13px;
	left: 10px;
}
.first_choice_menu .radio_list input[type="radio"]:checked + label{
	position: static;
}

.first_choice_menu .radio_list input[type="radio"]:checked + label::after{
	left: 14px;
	background-color: #0FA44A;
}

.check_list{

}

.check_list li{
	display: inline-block;
	margin-bottom: 9px;
	width: 32%;
}

.check_list li.full{
	width: 100%;
}


/* photo-area */




.box.uploadbox {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

@media screen and (max-width: 666px) {
    .box.uploadbox {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        border-width: 2px;
    }
}

@media screen and (max-width: 666px) {
    .box.uploadbox {
        margin-bottom: 20px;
    }
}

.box.uploadbox .choose-set {
}

.box.uploadbox .choose-set * {
    letter-spacing: 1px;
}

.box.uploadbox .choose-set .thum {
	padding: 20px;
    display: inline-block;
    vertical-align: top;
    width: 96%;
    /*max-width: 500px;*/
    border-radius: 3px;
    border: 2px solid #D7DFE3;
    text-align: center;
    /* height: 120px; */
}

.box.uploadbox .choose-set .thum .file_msg{
	display: inline-block;
	font-size: 14px;
}

.box.uploadbox .choose-set .thum img {
    max-width: 100%;
    /*height: auto;*/
    /*max-height: 100%;*/
    max-height: 600px;
}

.box.uploadbox .choose-set .btn-set {
    display: block;
    width: 100%;
    height: auto;

}

.box.uploadbox .choose-set .btn-set .file-btn {
	padding: 0;
	margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
}

.box.uploadbox .choose-set .btn-set .enable {
    margin-bottom: 10px;
}

.photo_controls{
	display: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.photo_controls span{
	cursor: pointer;
	display: inline-block;
	padding: 0 6px;
	border-radius: 10px;
	margin-right: 5px;
	color: #555;
	/*border: 2px solid #D7DFE3;*/
	font-size: 12px;
	font-weight: bold;
	background: #f5f5f5;

	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.photo_controls span i{
	font-size: 14px;
	color: #000;
	margin-right: 3px;
}

.photo_controls span.inuse{
	pointer-events: none;
	background: #333;
	color: #fff;
}

.photo_controls span.inuse i{
	color: #fff;
}

.photo_controls span:hover{
	background: #e5e5e5;
}


/*#canvas{
	width: 100%;
	height: 100%;
	min-height: 500px;
}*/



/*CONTACT*/

#main section.contact01{
	/* padding-top: 100px; */
	padding-bottom: 100px;
	background-color: #f0f9ff;
	padding: 90px 40px 80px 40px;
}

section.contact01 p{
	margin-bottom: 0;
}

section.contact01 div.contents{
	width: 100%;
}


section.contact01 p{

}

section.contact01 .tel_box{
	margin-top: 50px;
	text-align: center;
	padding: 40px 0;
	background: #eee;
}

section.contact01 p.center_btn{
	display: table;
	margin: 50px auto 100px;
	cursor: pointer;
}

section.contact01 div.btns{
	text-align: center;
}

section.contact01 div.btns p{
	display: inline-block;
	margin: 4%;
}


/*TABLES*/

/*table01*/

section.contact01 .form_viewport{
	/*display: none;*/
}

section.contact01 table.table_form{
	/*width: 960px;*/
	width: 100%;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 0.875rem;
	line-height: 190%;

}

section.contact01 table.table_form h3{
	margin:20px 0 0;
	color:#0099D9;
	font-size:26px;
}
section.contact01 table.table_form th{
	color: #241E19;
	font-weight: bold;
	font-weight: bold;
	border-bottom: none;
	font-size: 16px;
	padding: 26px 19px 15px 19px;
	padding-right: 3px;
	vertical-align: top;
	width: 100%;
	text-align: left;
}

section.contact01 table.table_form td{
	 background: #FFF;
	 border-bottom: none;
	 border-left: none;
	 color: #11182C;
	 padding: 0px 20px 20px 20px;
	 vertical-align: middle;
	 width: 100%;
}

section.contact01 table.table_form td.gray{
	 font-family: "Zen Kaku Gothic New";
	 font-weight: 500;
	 font-size: 15px;
	 letter-spacing: 0.05em;
	 line-height: 36px;
	 text-align: left;
	 color: #6f6f6f;
	 margin: -20px 0 0 0;
}

section.contact01 table.table_form td dl{
	margin-bottom: 20px;
}

section.contact01 table.table_form td dl:last-child{
	margin-bottom: 0;
}

/*PRIVACY POLICY*/

.privacy_box{
	margin-bottom: 30px;
}
.privacy_box a{
	color:#0099D9;
}
.privacy_box a:hover{
	text-decoration:underline;
}
section.contact01 #privacyPolicy{
	margin: 2% auto;
	padding: 22px 19px;

	max-width: 960px;
	height: 240px;

	overflow-y: scroll;

	background: #FFF;
	border: 1px #CCC solid;

	text-align: left;
	font-size: 12px;
	width: 100%;
}


section.contact01 #privacyPolicy ul,
section.contact01 #privacyPolicy ol,
section.contact01 #privacyPolicy p{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 180%;
}

section.contact01 #privacyPolicy ol ol{
	margin-left: 10px;
}

section.contact01 #privacyPolicy h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

section.contact01 #privacyPolicy h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

section.contact01 #privacyPolicy p.sign{
	margin-bottom: 50px;
	font-size: 12px!important;
}

.ui-widget-header .ui-icon {

}


form.form01 .submit_box input[type="submit"], form.form01 .submit_box input[type="button"], form.form01 .submit_box span.submit, form.form01 .submit_box button {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 18px;
	font-size: 1rem;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	background: #0099D9;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	width: 240px !important;;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.4s background;
	-o-transition: 0.4s background;
	transition: 0.4s background;
	transition: 0.2s;
	font-family: "Noto Sans JP","Meiryo", sans-serif;
	}

form.form01 .submit_box #submit_btn {
	background: #11A9FF;
	font-family: 'Noto Sans JP', sans-serif;
	transition: 0.2s;
}

form.form01 .submit_box #submit_btn:hover {
	opacity: 0.8;
}

form.form01 .submit_box #sendmail_btn:hover {
	opacity: 0.8;
}

form.form01 .submit_box #amend_btn {
	width: 300px;
	background: #aaa;
}

form.form01 .submit_box #amend_btn:hover {
	background: #888;
}

/*PRIVACY POLICY*/

.privacy_box{
	margin-bottom: 30px;
}



section.contact01 #privacyPolicy{
	margin: 2% auto;
	padding: 0 19px 22px 19px;

	max-width: 960px;
	height: 240px;

	overflow-y: scroll;

	background: #FFF;
	border: 1px #CCC solid;

	text-align: left;
	font-size: 12px;
	width: 100%;
}


section.contact01 #privacyPolicy ul,
section.contact01 #privacyPolicy ol,
section.contact01 #privacyPolicy p{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 180%;
}

section.contact01 #privacyPolicy ol ol{
	margin-left: 5px;
}

section.contact01 #privacyPolicy ul li dt{
	margin: 20px 0 10px;
	font-weight: 500;
}

section.contact01 #privacyPolicy ul li dd{
	margin: 10px 0;
}

section.contact01 #privacyPolicy ul li .detail{
	margin:0 0 40px 0;
}

section.contact01 #privacyPolicy ul li dd.ml20{
	margin: 0 0 10px 20px;
}

section.contact01 #privacyPolicy ul li dd.title{
	margin: 25px 0 0px 0;
}

section.contact01 #privacyPolicy ul li dd.number{
	margin: 30px 0 0 0;
}















@media screen and (max-width:767px){



.mainvisual h1{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 26px;
        display: flex;
        justify-content: flex-start;
        left: 20px;
        top: 15%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}


.mainvisual h2{
        position: absolute;
        width: 100%;
        bottom: 110px;
        font-size: 40px;
        display: flex;
        justify-content: flex-start;
        left: 20px;
        top: 34%;
        letter-spacing: 0.05em;
        line-height: 65px;
        text-align: left;
        color: #fff;
        text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}





	#main section.contact01{
	padding-top: 30px;
	padding-bottom: 50px;
	padding: 80px 0 40px 0;
}

section.contact01 .detail {
    font-size: 14px;
    padding: 0 0 40px 0;
}

section.contact01 .form01 {
    background: #FFF;
    padding: 20px 15px 40px 15px;
    margin: 0 0 0px 0;
}

.mainvisual .main_picture {
    position: absolute;
    bottom: -48px;
    width: 100%;
    /* top: -235px; */
    font-size: 54px;
    /* left: 0; */
    /* top: 35%; */
    letter-spacing: 0.05em;
    display: flex;
    justify-content: end;
    line-height: 65px;
    text-align: right;
    color: #fff;
    text-shadow: 0px 3px 10px rgba(16, 56, 131, 0.55);
}


	section.contact01 p.left_txt {
		width: 100%;
	}
	span.hissu{
		font-size: 12px;
		padding: 0 5px;
		border-radius: 2px;
		color: #fff;
		background: #f00;
		margin-left:10px;
	}
	@media screen and (max-width:400px){
	.privacy_box span.hissu{
		margin-top:5px;
		display:inline-block;
		line-height:1.5em;
	}
		}

	section.contact01 table tbody tr td textarea{
		height: 12em;
	}

	section.contact01 table tbody tr td input,
	section.contact01 table tbody tr td textarea,
	section.contact01 table tbody tr td select{
	  font-size: 14px;
	  -webkit-appearance:none;
	}
	section.contact01 table tbody tr td select{
		width: 100%;
	}

	.first_choice_menu .radio_list li{
		display: block;
		width: 100%;
		margin-right: 10px;
		text-align: left;
		padding-left: 20px;
		margin-bottom: 10px;
	}


	.check_list li{
		display: block;
		width: 100%;
	}
	/*table01*/

	section.contact01 table.table_form{
		width: 100%;
		table-layout: fixed;
	}

		section.contact01 table.table_form tr:first-child{
		border-top: 1px dotted #ddd;}

	section.contact01 table.table_form th{
		font-size: 14px;
		padding: 12px 10px;
		display: block;
		width: 100%;
		box-sizing: border-box;
	margin: 0 0 -10px 0;}

	section.contact01 table.table_form td{
		 padding: 10px 10px 20px 10px;
		 display: block;
		 width: 100%;
		 margin: 0 0 5px 0;border-bottom: 1px dotted #ddd;
		 /* border-left: 1px solid #ddd; */
	}

	form.form01 .submit_box input[type="submit"], form.form01 .submit_box input[type="button"], form.form01 .submit_box span.submit, form.form01 .submit_box button {
		width: 80%;
	}

	section.contact01 table tbody tr td input.inline {
	    width: 32%;
	}

	form.form01 .submit_box #submit_btn {
	    background: #11A9FF;
	}

	form.form01 .submit_box #sendmail_btn {
	    margin-bottom: 20px;
	}


}

.subko{
	display: block;
	padding-top: 8px;
}
.thanks{
	background-color: #f0f9ff;
    padding: 90px 40px 80px 40px;
}

@media screen and (max-width:767px){
.page.thanks .inner1080{
	max-width: 90%;
}


}


footer {
    padding:0;
}


footer .photo{
    display: none !important;
}
/*privacy policy*/
.privacy h3{
	margin: 10px 0;
    color: #0099D9;
    font-size: 20px;
}
/*thanks*/
.thanks h3{
    color: #0099D9;
    font-size: 26px;
	text-align:center;
	margin:0 auto 20px;
}
.thanks .top_btn{
	background:#0099D9;
	color:#fff;
    font-family: 'Noto Sans JP', sans-serif;
    transition: 0.2s;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
    border-radius: 3px;
    display: block;
    width: 240px !important;
}
.thanks .top_btn:hover{
	opacity:0.8;
}


/* 追加 */

.contact-h2 {
	font-family: "Noto Sans JP";
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #0099d9;
	line-height: 1;
}
.contact-h2 span{
		display: block;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #0099d9;
    padding: 0 0 15px 0;
}

.contact_line {
    width: 220px;
    height: 60px;
    text-align: center;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    background: #11A9FF;
    border-radius: 5px;
}
.contact_line:visited {
    color: #fff;
}

/* .contact_line:before {
    content: "";
    display: block;
    margin: 3px 10px 0 0px;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/undiva/img/index/line-icon-wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
} */
.contact_line span {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #FFFFFF;
}
