@charset "utf-8";
/*
Theme Name: Smilefarm WordPress Themes
Theme URI: https://smile-farm.co.jp/
Author: Smilefarm
Author URI: https://smile-farm.co.jp
Description: Smilefarm WordPress Themes
Version: 1.0
Text Domain: Smilefarm
*/
/* reset */
@import url("bootstrap-reboot.css");
@import url("matome.css");

header.header {
  margin-top:30px;
  margin-bottom:30px;
}
.single h1 {
  font-size:36px;
  text-align:center;
  border-bottom:2px solid #093388;
  display:inline-block;
  padding:0 15px 3px;
  line-height:1.5;
}
h2 {
  font-size:26px;
  margin-bottom:15px;
  margin-left:0;
  border-left:6px solid #222222;
  padding:2px 0px 2px 15px;
  line-height:1.5;
}
.txt {
  font-size:16px;
  margin-top:30px;
  padding:15px;
  background-color:#efefef;
  margin-bottom:0;
}
.btn_w .btn {
  background: #222222;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  max-width: 360px;
  width: 100%;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0px 0px 10px #00000066;
  text-shadow: 0px 0px 10px #00000066;
}
.kome {
  margin-top:20px;
}
.kome::before {
  content:"※";
}
.btn_w.genkou_w {
  margin-bottom:30px;
}
.douga1_w,
.douga2_w,
.douga3_w,
.douga4_w,
.douga5_w,
.douga6_w,
.douga7_w,
.douga8_w,
.douga9_w {
  border-bottom:2px solid #222;
}

@media screen and (max-width:768px) {
  h1 {
    font-size:24px;
  }
  h2 {
    font-size:20px;
  }
}
