@charset "UTF-8";


/****************************************
contents
*****************************************/


.formWrap h4{
    width: 100%;
    font-size: 120%;
    color: #333333;
}
.error_messe{
    width: 100%;
    font-size: 120%;
    color: #E50012;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　コンテンツ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


@media only screen and (max-width:420px) {
input{
    height: 25px;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}

textarea{
width:90%;
height:100%;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}
#mailform{
    width: 85%;
    height: auto;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    margin-top: 30px;
    margin-right: auto;
    float: left;
}
.main_contents{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.photo{
    display: none;
}
.photo img{
    display: none;
}
}



@media only screen and (min-width:420px)  and (max-width:650px){
input{
    height: 25px;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}

textarea{
width:90%;
height:100%;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}
#mailform{
    width: 420px;
    height: auto;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    float: right;
    margin-top: 30px;
}
.main_contents{
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.photo{
    display: none;
}
.photo img{
    display: none;
}
}


@media only screen and (min-width:651px)  and (max-width:850px){
input{
    height: 25px;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}

textarea{
width:90%;
height:100%;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}
#mailform{
    width: 650px;
    height: auto;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    float: right;
    margin-top: 30px;
}
.main_contents{
    width: 650px;
    margin-left: auto;
    margin-right: auto;
}
.photo{
    width: 200px;
    height: auto;
    float: right;
    clear: left;
    margin-top: 20px;
}
.photo img{
    width: 200px;
    height: auto;
}
}


@media only screen and (min-width:851px)  and (max-width:1150px){
input{
    height: 25px;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}

textarea{
width:90%;
height:100%;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}
#mailform{
    width: 810px;
    height: auto;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    float: right;
    margin-top: 30px;
}
.main_contents{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.photo{
    width: 200px;
    height: auto;
    float: right;
    clear: left;
    margin-top: 20px;
}
.photo img{
    width: 200px;
    height: auto;
}
}

	
@media only screen and (min-width:1151px) {
input{
    height: 25px;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}

textarea{
width:90%;
height:100%;
    background-color: #FFD2D2;
    border: 1px solid #CCCCCC;
    font-size: 120%;
}
#mailform{
    width: 810px;
    height: auto;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    float: right;
    margin-top: 60px;
}
.main_contents{
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
.photo{
    width: 250px;
    height: auto;
    float: left;
    clear: left;
    margin-top: 100px;
}
.photo img{
    width: 250px;
    height: auto;
}
}
	
	
.attention {
	color: #FF0000;
	font-size: 70%;
	text-align: left;
	margin-left: 5px;
}

table.mailform {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	border-collapse: separate;
	border-spacing: 0px 10px;
	font-size: 14px;
	float: left;
	height: auto;
	line-height: 50px;
} 
table.mailform td {
    background-color: #FFF;
    padding-left: 30px;
    text-align: left;
    line-height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #FF0000;
    color: #333333;
} 
table.mailform th {
    background: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    overflow: visible;
    position: relative;
    color: #333;
    font-weight: normal;
    font-size: 15px;
    white-space: nowrap;
    z-index: 0;
    padding-top: 7px;
    border-bottom: 1px dotted #FF0000;
} 

select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: rgb(255, 152, 0, 0.1);
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 6px;
	color: #333;
	width: 170px;
	height: 34px;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 142px 8px;
	text-align: left;
}
select::-ms-expand {
	display: none;
}

.mailbutton{
    width: 100%;
    text-align: center;
    float: left;
}


.bt_submit{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_submit.jpg) left top no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	background-size: 100% auto;
    margin-top: 5px;
} 

.bt_submit:hover{
    cursor: pointer;
    opacity:0.8;
    margin-top: 5px;
}


.bt_reset{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_reset.jpg) left top no-repeat;
	margin-left: 10px;
	background-size: 100% auto;
} 

.bt_reset:hover{
    cursor: pointer;
    opacity:0.8;
}
 

.bt_send{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_send.jpg) left top no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	background-size: 100% auto;
} 

.bt_send:hover{
    cursor: pointer;
    opacity: 0.8;
}


.bt_button{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_back.jpg) left top no-repeat;
	margin-left: 10px;
	background-size: 100% auto;
} 

.bt_button:hover{
    cursor: pointer;
    opacity:0.8;
}



	
/* 表組・スマホビュー*/
@media screen and (max-width: 420px) {

.bt_submit{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_submit.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 150px auto;
} 

.bt_submit:hover{
    cursor: pointer;
    opacity:0.8;
}

.bt_reset{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_reset.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 150px auto;
} 

.bt_reset:hover{
    cursor: pointer;
    opacity:0.8;
}

.bt_send{
    border: 0px;
	width: 150px;
	height: 40px;
    background: url(../images/bt_send.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 100% auto;
} 

.bt_send:hover{
    cursor: pointer;
    opacity:0.8;
}

.bt_button{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_back.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 150px auto;
} 

.bt_button:hover{
    cursor: pointer;
    opacity:0.8;
}

 table.mailform {
    width: 80%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
  table.mailform td {
	display: block;
	text-align: left;
	background-color: #FFF;
	width: 90%;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	line-height: 30px;
}
  table.mailform th {
    background: #FFF;
    font-size: 15px;
    display: block;
    border-top: none;
    border-bottom: none;
    color: #333;
    font-weight: normal;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    overflow: visible;
    position: relative;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 20px;
}

select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: rgb(255, 152, 0, 0.1);
	border: 1px solid #dddddd;
	border-radius: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 6px;
	color: #333;
	width: 100%;
	height: auto;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 8px;
	text-align: left;
}
select::-ms-expand {
	display: none;
}
}


@media only screen and (min-width:420px)  and (max-width:650px){

.bt_submit{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_submit.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 150px auto;
} 

.bt_submit:hover{
    cursor: pointer;
    opacity:0.8;
}

.bt_reset{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_reset.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 150px auto;
} 

.bt_reset:hover{
    cursor: pointer;
    opacity:0.8;
}

.bt_send{
    border: 0px;
	width: 150px;
	height: 40px;
    background: url(../images/bt_send.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 100% auto;
} 

.bt_send:hover{
    cursor: pointer;
    opacity:0.8;
}

.bt_button{
	border: 0px;
	width: 150px;
	height: 40px;
	background: url(../images/bt_back.jpg) center top no-repeat;
	margin-right: 0px;
	background-size: 150px auto;
} 

.bt_button:hover{
    cursor: pointer;
    opacity:0.8;
}

 table.mailform {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 15px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
  table.mailform td {
	display: block;
	text-align: left;
	background-color: #FFF;
	width: 90%;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 0px;
	padding-right: 10px;
	line-height: 30px;
}
  table.mailform th {
    background: #FFF;
    font-size: 15px;
    display: block;
    border-top: none;
    border-bottom: none;
    color: #333;
    font-weight: normal;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    overflow: visible;
    position: relative;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 20px;
}

select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: rgb(255, 152, 0, 0.1);
	border: 1px solid #dddddd;
	border-radius: 0px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 6px;
	color: #333;
	width: 100%;
	height: auto;
	background-image: url(../images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 8px;
	text-align: left;
}
select::-ms-expand {
	display: none;
}
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　サンキューページ　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media only screen and (max-width:420px) {
h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 0;
    margin-top: 40px;
    line-height: 25px;
    font-family: 'Lora', serif;
    text-align: center;
    color: #333333;
}
.thanks01 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
}
.thanks02 {
    font-size: 85%;
    text-align: left;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
}
.kaazama {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.kaazama img {
	width: 150px;
	height: auto;
}

.tel_form {
	width: 389px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 389px;
	height: auto;
}
 .contact_tel_thanks {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 220%;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
 }
 .contact_tel_text_thanks {
    width: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    color: #333333;
    line-height: 0%;
 }
.contents {
    width: 100%;
    float: left;
}
}

@media only screen and (min-width:420px)  and (max-width:650px){
h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 0;
    margin-top: 40px;
    line-height: 25px;
    font-family: 'Lora', serif;
    text-align: center;
    color: #333333;
}
.thanks01 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
}
.thanks02 {
    font-size: 85%;
    text-align: left;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
}
.kaazama {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.kaazama img {
	width: 150px;
	height: auto;
}

.tel_form {
	width: 389px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 389px;
	height: auto;
}
 .contact_tel_thanks {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 220%;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
 }
 .contact_tel_text_thanks {
    width: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    color: #333333;
    line-height: 0%;
 }
.contents {
    width: 100%;
    float: left;
}
}




@media only screen and (min-width:651px)  and (max-width:850px){
h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 0;
    margin-top: 40px;
    line-height: 25px;
    font-family: 'Lora', serif;
    text-align: center;
    color: #333333;
}
.thanks01 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
}
.thanks02 {
    font-size: 85%;
    text-align: left;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
}
.kaazama {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.kaazama img {
	width: 150px;
	height: auto;
}

.tel_form {
	width: 389px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 389px;
	height: auto;
}
 .contact_tel_thanks {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 220%;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
 }
 .contact_tel_text_thanks {
    width: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    color: #333333;
    line-height: 0%;
 }
.contents {
    width: 100%;
    float: left;
}
}



@media only screen and (min-width:851px)  and (max-width:1150px){
h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 0;
    margin-top: 40px;
    line-height: 25px;
    font-family: 'Lora', serif;
    text-align: center;
    color: #333333;
}
.thanks01 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
}
.thanks02 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
}
.kaazama {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.kaazama img {
	width: 150px;
	height: auto;
}

.tel_form {
	width: 389px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 389px;
	height: auto;
}
 .contact_tel_thanks {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 220%;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
 }
 .contact_tel_text_thanks {
    width: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    color: #333333;
    line-height: 0%;
 }
.contents {
    width: 100%;
}
}

@media only screen and (min-width:1151px) {
h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 0;
    margin-top: 40px;
    line-height: 25px;
    font-family: 'Lora', serif;
    text-align: center;
    color: #333333;
}
.thanks01 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
}
.thanks02 {
    font-size: 85%;
    text-align: center;
    color: #333333;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 80px;
}
.kaazama {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.kaazama img {
	width: 150px;
	height: auto;
}

.tel_form {
	width: 389px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-right: auto;
}
.tel_form img {
	width: 389px;
	height: auto;
}
 .contact_tel_thanks {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 220%;
    color: #333333;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
 }
 .contact_tel_text_thanks {
    width: 300px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    color: #333333;
    line-height: 0%;
 }
.contents {
    width: 100%;
}
}


.fadein {
	opacity : 0.1;
	transform : translate(0px, 100px);
	transition : all 1s;
	}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0px, 0px);
}
