@charset "utf-8";



/* スマートフォン用CSS
----------------------------------------*/

@media screen and (max-width:600px) {
  /* 画面サイズが600px以下の場合に適用 */

  header {
    width: auto;
    margin: 0;
  }

  
  #wrap {
      width: 100%;
      clear: both;
  }
  

/* index
----------------------------------------*/
#index {
   width: 100%;
  background-color: #fff;
}

#index .contents{
  margin: 0 auto;
  text-align: center;
}


/* nav
----------------------------------------*/

#index .global-nav,
#profile .global-nav,
#profile .global-nav2,
#works .global-nav2  {
    float: none;
    margin: 13px auto 2px auto;
    text-align: center;
  }
  
.global-nav li {
    font-family: 'Bai Jamjuree', sans-serif;
    display: inline;
    float: none;
    font-size: 17px;
    margin: 0 8px;
    list-style: none;
    background-color: #fff;
    padding: 0;
  }
  
.global-nav2 {
    background-color: #e5debe;
  }
 
.global-nav2 li {
    display: inline;
    float: none;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    margin: 3px;
    padding: 4px 4px;
    color: #fff;
    border-radius: none;
    list-style: none;
    background-color: #e5debe;
    text-align: center;
  }
 
  
.global-nav li a,
.global-nav2 li a{
    text-decoration: none;
    color: #c4a033;
  }
  
 .global-nav li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #bbb;
  color: #bbb;
}

 /* logo - index
----------------------------------------*/
#index .logo {
  margin: 5px auto;
  text-align: center;
}

#index .logo img {
  opacity: 0.6;
  width: 20%;
}
 /* logo - profile
----------------------------------------*/
#profile .logo{
  margin: 3px auto;
  text-align: center;
}

#profile .logo img{
  opacity: 0.6;
  width: 18%;
}

#profile .logo img a{
  opacity: 0.3;
}


/* h1-index
----------------------------------------*/
#index h1{
  margin-top: 7px;
 font-family: 'Bai Jamjuree', sans-serif;
  font-size: 5.0vw;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  border: none;
  background-color: #c5c5c5;
  padding: 7px;
}

#index h1 span{
  font-size: 3.0vw;
}

/* h1-profile
----------------------------------------*/
#profile h1{
  margin-top: 0;
 font-family: 'Bai Jamjuree', sans-serif;
  font-size: 5.0vw;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  border: none;
  background-color: #caa944;
  padding:8px;
}

#profile h1 span{
  font-size: 3.0vw;
}

 /* index続き
----------------------------------------*/
#index .contents img.w100{
  width: 98%;
  margin-top: 10px;
  text-align: center;
}

#index p {
  font-size: 15px;
 line-height: 1.2em;
  text-align: center;
  color: #000;
}

#index p.fontm{
	font-size: 14px;
	 line-height: 1.8em;
	font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif !important;
	font-weight: 400;
}


/* profile
----------------------------------------*/
#profile {
  background-color: #fff;
}

#profile .contents{
    width: 100%;
}


#profile .contents img{
    width: 95%;
    margin: 0 auto;
    padding: 6px;
   clear: both;
}


#profile .contents p {
  font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif !important;
  font-size: 14px;
   line-height: 1.6em;
  color: #000;
  padding: 10px;
}
    
#profile .keireki{
 padding: 30px 15px;
    text-align: center;
}

#profile .keireki dl{
 margin: 15px auto;
}
    
#profile .keireki dt{
width: 90%;
margin: 0 auto;
font-size: 15px;
line-height: 1.2em;
font-weight: bold;
background-color: #eee;
padding: 5px;
}

#profile .keireki dd{
 font-size: 15px;
 line-height: 1.6em;
    padding-top: 12px;
padding-bottom: 25px;
}

#profile .keireki p{
 width: 90%;
margin: 0 auto;
    font-size: 15px;
 line-height: 1.6em;
 text-align: left;
}

/* footer
----------------------------------------*/
footer {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}

footer p{
  font-size: 11px;
   color: #000;
}
}