@charset "utf-8";

header {
  width: 960px;
  height: 180px;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
}

p,h1,h2,h3,h4,h5,h6, {
  margin-top: 0;
}

ing {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: #3583aa;
  text-decoration: none;
}

a:visited {
  color: #788d98;
}

a:hover {
  text-decoration: underline;
}

header {
  width: 960px;
  height: 100px;
  margin: 0 auto;
}

.logo {
  float: left;
  margin-top: 30px;
}

.global-nav {
  float: right;
  margin-top: 30px;
}

.global-nav li {
  float: left;
  margin: 0 15px;
  font-size: 20px;
  background-color: #bf794e;
  border-radius: 5px;
  
  list-style: none;
  font-family: 'Bitter', serif;
}
  
.global-nav li a {
  color: #ffffff;
}

.global-nav li a:hover {
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
  text-decoration: none;
}

#wrap {
  clear: both;
}

.content {
  width: 960px;
  margin: 0 auto;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}

footer small {
  font-size: 12px;
}

section {
  width: 400px;
}

#wrap h1 { 
  float: none;
  font-size: 90px;
  width: 750px;
  margin: 70px auto;
  line-height: 1;
  color: #ffffff;
  font-family: 'Bitter', serif;
  text-align: center;  
}

#wrap h3 {
  font-size: 20px;
  width: 750px;
  margin: 0px auto;
  line-height: 1.5;
  color: #ffffff;
  text-align: reft;
}

#index .main li {
  margin-left: 30px;
  list-style: none;
}

#index .content p{
  margin-top: 20px;
}

.main { 
/*  width: 900px;*/
  margin: 0 auto;
  text-align: left;
  color: #ffffff;
}

h2 {
  margin: 50px auto 0;
}

.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 20px solid #cc8347;
}

footer {
  clear: both;
  width: 500px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

small {
  
  margin: 0;
  padding: 0;
  
}

#index {
  background-image: url(../images/DSC-0036b.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

/********* この下　cont *******/

#cont {
  color: #ffffff;
  background-image: url(../images/DSC-0041.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

#cont table {
  width: 440px;
  color: #ffffff;
  padding: 20px;
  float: left;
}

#cont iframe {
  clear: both;
  width: 500px;
  float: right;
}

#cont table th, #cont table td {
  color: #ffffff;
}

#cont th, #cont td {
  text-align: left;
  vertical-align: top;
  line-height: 2.5;
}

#cont td {
  padding-left: 30px;
}



#cont h2 {   
  width: 800px;
  margin: 50px 0px 0px 40px;
  font-size: 40px;
  text-align: left;
  font-family: 'Bitter', serif;
  color: #ffffff;
  clear: both;
}

#cont .form {
  margin-left: 30px;
}

#cont .form dl dt {
  width: 165px;
  padding: 10px 0;
  float: left;
  clear: both;
}

#cont .form dl dd {
  padding: 10px 0;
}

#cont .form .name {
  width: 240px;
  height: 30px;
}

#cont .form .email {
  width: 300px;
  height: 30px;
}

#cont .form .tel {
  width: 240px;
  height: 30px;
}

#cont .form .type {
  width: 180px;
  height: 30px;
}

#cont .form .message {
  width: 660px;
  height: 150px;
}

#cont .form button {
  background-color: #009cd3;
  color: #ffffff;
  font-size: 20px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #009cd3;
  margin-left: 165px;
  cursor: pointer;
}

#cont .form button:hover {
  background-color: #ffffff;
  color: #009cd3;
}

#cont .form .required:after {
  content: " * ";
  color: #ff0000;
}

#cont .form .attention {
  margin: 20px 0 0 165px;
}

/******************************************************************600px以下に適用*********************************************************/

@media screen and (max-width:600px) {
  /* 画面サイズが600px以下の場合に適用 */
  
  body {
    font-size: 3.5vw;
  }
  
  h1 {
    font-size: 7.2vw;
  }
  
  h2 {
    font-size: 6vw
  }
  
  header {
    width: auto;
    margin: 0 5%;
  }
  
  .logo {
    float: none;
    margin-top: 15px;
    text-align: center;
  }
  
  .global-nav {
    float: none;
    margin-top: 40px;
    text-align: center;
  }
  
  .global-nav li {
    display: inline;
    float: none;
    margin: 0 8px;
  }
  
  #wrap {
    float: none;
    width: auto;
    margin: 0 2%;
    margin-top: 40px;
    padding: 35px 0 0;
  }
  
  .content {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  
  #wrap .content h1 {
    float: none;
    width: auto;
    font-size: 55px;
  }
  
  #wrap .content h3 {
    float: none;
    width: auto;
  }
  
  
 
  
  
}









