/***
Theme Name: 天塩農縁結び
Description: 
Author: funashima
***/
@charset "utf-8";

* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
img {
  vertical-align: middle;
}

img {
  max-width: 90%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}

p {
  line-height: 1.6;
}

ul,ol {
  list-style: none;
}

body {
  background: url(img/bg_paper.jpg) #fff;
  font-family: fot-tsukuardgothic-std, sans-serif,游ゴシック,YuGothic,ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,Arial,メイリオ,Meiryo,Roboto;
  font-size: 14px;
  color: #696247;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.sticky {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 999;
}


.sticky img {
  width: 90px;
}


/************************************************** 
	
	お問い合わせ
	
**************************************************/
#contact {
  padding: 20px 0;
}

#contact h2 {
  margin-bottom: 30px;
  text-align: center;
}

#contact .privacy {
  padding-bottom: 50px;
}

#contact .privacy p {
  margin-bottom: 25px;
  text-align: left;
  font-size: 14px;
  color: #696247;
}

#contact .privacy p br {
  display: block;
}

#contact form {
  width: 80%;
}

#contact dl {
  border-bottom: 1px dotted #afa376;
  margin-bottom: 25px;
}

#contact dt {
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 14px;
  color: #112f41;
  letter-spacing: 0.05em;
}

#contact dd {
  padding-bottom: 25px;
}

#contact .ipt-text, #contact textarea {
  width: 100%;
  padding: 7px;
  vertical-align: middle;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #afa376;
  background: #fff;
}

#contact .inquiry {
  margin-left: 5px;
  padding: 2px 6px;
  font-size: 10px;
  vertical-align: middle;
  background: #afa376;
  color: #fff;
  border-radius: 2px;
}

#contact .submit-btn {
  margin: 0 auto;
  width: 120px;
  font-family: fot-tsukuardgothic-std, sans-serif
}

#contact .smt-btn {
  display: block;
  width: 120px;
  height: 40px;
  font-size: 13px;
  font-weight: 700;
  color: #afa376;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #afa376;
  border-radius: 5px;
  cursor: pointer;
}

#contact .smt-btn:hover {
  color: #fff;
  background: #afa376;
}


/************************************************** 
	
	Footer
	
**************************************************/
#footer {
  padding: 50px 0 0;
  background: #cde7e2;
}

#footer .shop-info {
  text-align: center;
}

#footer .shop-info p {
  margin-bottom: 10px;
  font-size: 15px;
}

#footer .shop-info .footer-id img {
  width: 110px;
}

#footer .shop-info address {
  padding-bottom: 10px;
  line-height: 1.3em;
}

#footer .shop-info .phone {
  padding-bottom: 20px;
  font-weight: 700;
}

#footer small {
  display: block;
  padding-bottom: 50px;
  text-align: center;
  font-size: 12px;
}

#footer #gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#footer #gmap iframe,
#footer #gmap object,
#footer #gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 480px以下 */
@media screen and (max-width: 480px) {
  .conteiner {
    width: 100%;
  }
}

/* 600px以上 */
@media screen and (min-width: 600px) {
  .cover .message {
	width: 100%;
  }
  
  /************************************************** 
	
	共通
	
  **************************************************/
 
  
  .sticky {
    position: fixed;
    right: 10px;
    top: 400px;
  }
}

/* 768px以上 */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  
 
 
  /************************************************** 
	
	お問い合わせ
	
  **************************************************/
  #contact .privacy .text {
    width: 80%;
    margin: auto;
    }
  
  #contact .privacy .text p {
    text-align: left;
    }
  
  #contact .privacy p {
	text-align: left;
	font-size: 16px;
  }
  
  #contact .privacy p br {
	display: block;
  }
  
  #contact dl {
    display: table;
    width: 100%;
  }
  
  #contact dt {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    font-size: 16px;
  }
  
  #contact dd {
    display: table-cell;
    width: 70%;
  }
  
}

/* 992px以上 */
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  
  #header {
	position: fixed;
	height: 130px;
	z-index: 1000;
  }
  
  #header #site-id {
	text-align: center;
  }
  
  #header #site-id img {
	width: 126px;
  }
  
  .drawer_menu .drawer_nav {
    margin-top: 0;
  }
  
  .drawer_menu .drawer_nav_wrapper {
    background: #fff;
  }
  
  .drawer_menu .drawer_nav li a {
	color: #afa376;
	background: #fff;
  }
  
  /************************************************** 
	
	共通
	
  **************************************************/
  #slider {
	margin-top: 130px;
  }
  
 
   
  
  /************************************************** 
	
	お問い合わせ
	
  **************************************************/
  #contact {
    padding: 100px 0;
  }
  
  #contact h2 {
	padding-bottom: 40px;
  }
  
  #contact h2 img {
	width: 100%;
  }
  
  #contact form {
	margin: auto;
  }
  
  
    
  
}

/* 1200px以上 */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
