@charset "UTF-8";


/*--------------------------------------------
▼目次
  01. 各種設定
  02. 
  03. 
 --------------------------------------------*/


/*-----------------------------------------------------------------------------------------
　▼01. 各種設定
-----------------------------------------------------------------------------------------*/

/*-- [SP]各種設定 --*/

.content01{
	background-image: none;;
}


@media screen and (min-width: 600px) {
.content01{
	background-image: url("../img/bg_pc01.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	height: 850px;
}

.content02{
	background-image: url("../img/bg_pc02.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	height: 660px;
}

.content04{
	background-image: url("../img/bg_pc04.png");
	background-position: center top;
	background-repeat: no-repeat;
	height: 909px;
}
}

*-----------------------------------------------------------------------------------------
　▼11. お問い合わせ
-----------------------------------------------------------------------------------------*/

.content11 {
	text-align: center;
    padding: 1em;}

    .content11 h2{
    margin: 2em auto 0 auto;
    padding-top: 3em;
    }

     .content11_inner{
    width: 85%;
    max-width: 1000px;
    margin: 0 auto 5em auto;
    padding: 2em 0.2em;
    background-color: #FFFFFF;}

    .content11 img {
    margin: 0 auto;
    padding: 1em;}



table.contact {
    width: 100%;
    margin-top:2em; 
    margin-bottom:3em;
    text-align:left;} 

    table.contact p{
    padding: 0.25em 0.5em;
    color: #494949;
    }
		
    table.contact td {
    vertical-align:middle;
    padding:0.5em 1em;}

    table.contact td p.td1:before{
    content: url(../img/content11_icon1.png);
    margin: 10px 10px 10px 0;
    position: relative;
    top: 8px;}

     table.contact td p.td2:before{
    content: url(../img/content11_icon2.png);
    margin: 10px 10px 10px 0;
    position: relative;
    top: 8px;}


    table.contact a {
    float: left;
    width:48%;
    margin: 3em 1%;}

    form {
    width:100%;}
		
    form textarea {
    width:100%;
    font-size:1.2em;
    padding: 0.3em;
    color: #333333;
    letter-spacing:1px;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
		
    form input[type="text"],input[type="tel"],input[type="email"] {
    width:100%; 
    font-size:1.2em;
    padding: 0.3em;
    color: #333333;
    margin-bottom: 0em;
    letter-spacing:1px;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

    form select {
    width:100%; 
    font-size:1.2em;
    padding: 0.3em;
    height: 40px;
    color: #333333;
    background: #FFFFFF;
    margin-bottom: 1em;
    letter-spacing:1px;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


    form input[type="radio"]{
    font-size:1.2em;
    margin:0.7em 0.3em 0.7em 1em; }

    form input#button {/* 四角のシンプルボタン */
    border: solid 1px #04411F;
    background: #04411F;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    width:80%;
    margin: 3em 10% 0em 10%;
    text-align: center;
    padding: 0.8em;}
    				
    form input#button:hover {/*ボタンを押したとき*/
    background: #192B22;
    color: #FFFFFF;
    -webkit-transition: 0.7s;
   	-moz-transition: 0.7s;
   	-o-transition: 0.7s;
   	transition: 0.7s;}
    


@media screen and (min-width: 640px) {
    .content11_inner{
      padding: 2em;}
}