/* CSS Document */

body{
	color: #333;
	font-size: 1.4rem;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
}

body {font-family: "Mplus 1p"; }



/* グローバルナビゲーションとヘッダーの設定
────────────────────────────────────────*/

header {
	width:100%;
	padding:1.2em 0 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*position: fixed;*/
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	text-align:center;
	background:#0F457A;
}


/* ロゴマーク・テキストの処理  ────────────────────*/

.logo-txt{
    color:#fff;
    font-size:2.2rem;
    letter-spacing: 0.05em;
}

.cd-logo {
	height:100%;
	justify-content:center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.logo01 img{
    width:80%;
    max-width: 320px;
    margin-bottom: 10px;
}

.logo02 img{
  width: 200px;
	margin-left: 15px;
}

h1 + div{
  margin-top: 55px;
  padding: 0 15px;
  color: #FFF;
}

h1 + div p{
  display:flex;
	height:100%;
	justify-content:center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

h1 + div p span{
  font-size: 3.6rem;
}

h1 + div p + p{
  display: inline-block;
  font-weight: normal;
  text-align: left;
  font-size: 1.4rem;
  margin-top: 18px;
  margin-bottom: 160px;
}


@media only screen and (min-width: 760px) {
  
  #set_boen{
    width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
  }

    .logo-txt{
        color:#fff;
        font-size:2.6rem;
        letter-spacing: 0.05em;
    }
    
	.cd-logo {
    display: inline;
	}

	.logo01 img{
    width:80%;
    max-width: 320px;
    height: auto;
  }

  .logo02 img{
    width: 262px;
    margin-left: 25px;
  }
  
  h1 + div{
    margin-top: 45px;
    margin-left: 60px;
    padding: 0;
  }

  h1 + div p{
    display:inline;
    text-align: left;
    font-size: 1.8rem;
  }

  h1 + div p span{
    font-size: 3.6rem;
  }

  h1 + div p + p{
    font-size: 1.8rem;
  }

}


#container {
	width:100%;
	margin:0 auto;
}

#form_area > div {
	width:100%;
	margin:25px auto 0;
	padding:0 15px;
	box-sizing:border-box;
}
@media only screen and (min-width: 760px) {

#form_area > div {
	width:760px;
}

}

/*--見出し--*/


h2 {
	padding: .4em 0 .3em;
	font-size:2.4rem;
	font-weight:bold;
  line-height: 3.6rem;
	color:#004B99;
	text-align:center;
	background:#b8d5e6;
}

/*---------------------------------

  mailform

-----------------------------------*/

div#mailform{
	line-height:1.8;
}
div#mailform > p {
	text-align:center;
}

div#mailform dl{
	width:100%;
	margin:25px 0 25px;
	box-sizing:border-box;
}
div#mailform dl dt{
	background:#0F457A;
	padding:3px 15px;
	width:100%;
	vertical-align:middle;
	font-size:16px;
	color:#FFF;
	font-weight:bolder;
	box-sizing:border-box;
}
span.require {
	font-size:12px;
	color:#E96B6D;
	padding-left:3px;
}
dl tr dt span.require {
	padding-left:0.5em;
}
div#mailform dl dt,
div#mailform dl dd{
}
div#mailform dl dt {
}
div#mailform dl dd{
	padding:1em 0 1.5em;
}
div#mailform dl label{
	margin-right:2em;
	white-space:nowrap;
}
div#mailform dl .input,
div#mailform dl textarea{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:8px 10px;
	width:100%;
	box-sizing:border-box;
	font-size:14px;
}
div#mailform dl select{
	background:#FFFFFF;
	border:1px #CCCCCC solid;
	padding:8px 10px;
	box-sizing:border-box;
	font-size:14px;
}

input#room_num {
	border:1px #EC4447 solid !important;
}
div#mailform dl .size_s {
	width:5em !important;
}
div#mailform dl textarea{
	height:10em;
}
/*
div#mailform dl .input:hover,
div#mailform dl .input:focus,
div#mailform dl textarea:hover,
div#mailform dl textarea:focus {
	border-top:1px #b2c8db solid;
	border-left:1px #b2c8db solid;
	border-right:1px #FFFFFF solid;
	border-bottotm:1px #FFFFFF solid;
	background:#FFFEE5;
}
*/
@media only screen and (min-width: 760px) {

div#mailform dl .input:hover,
div#mailform dl .input:focus,
div#mailform dl textarea:hover,
div#mailform dl textarea:focus {
	border:1px #FFC733 solid;
	background:#FFFEE5;
	box-sizing:border-box !important;
	}
}

dt.small {
	width:95% !important;
	margin:0 auto;
	font-size:14px !important;
	background:#FFF !important;
	border-bottom:#7198BF 1px solid;
	color:#004B99 !important;
	font-weight:normal;
}
div#mailform dl dt.small{
	margin-top:.8em;
	padding:0 0 3px !important;
}
.small.last + dd{
	margin-bottom:1.6em !important;
}
dt.small + dd {
	width:95% !important;
	margin:0 auto;
	padding: 1em 1em 0 !important;
}


div#notes{
	border:1px #CCCCCC solid;
	padding:15px;
	font-size:12px;
}
div#notes h4{
	font-weight:bold;
	margin-bottom:5px;
	font-size:14px;
}
div#notes a {
	margin-top:5px;
	display:inline-block;
}
#btn{
	text-align:center;
	margin:30px 0 50px ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Safari */
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
#btn input,
#btn a{
	width:45%;
	background:#004B99;
	border:1px #004B99 solid;
	box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.4);
	color:#FFFFFF;
	padding:10px 10px;
	letter-spacing:1px;
	text-decoration:none;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */  
    -webkit-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    
    font-size:1.6rem;
}
@media only screen and (min-width: 760px) {
#btn input:hover,
#btn a:hover{
	background:#FFC733;
	border:1px #FFC733 solid;
	color:#000000;
}
}
#btn input + input{
}
#error{
	color:#C00;
	padding:20px;
	margin:30px 0;
	text-align:center;
}

input.radioalign{
	vertical-align:top!important;
}
label{
	vertical-align:middle!important;
}



/* フッター ────────────────────*/
footer{
	width:100%;
  background: #7198BF;
}

#copy{
  line-height: 72px;
  text-align: center;
  color: #FFF;
}


