/*
    Theme Name: original
    */

    @charset "utf-8";

    @media screen and (min-width:641px){
/*-------------------------------------------
all
-------------------------------------------*/
body {
  font: 90%/1.8 Arial , "Open Sans" , "Helvetica Neue" , Helvetica , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  width:100%;
  min-width:1200px;
  color:#000;
  letter-spacing: 1px;
}

img{
  height:auto;
}

a{
  color:#000;
  text-decoration: none;
}

.inner{
  width:1000px;
  margin:0 auto;
}

.imgleft{
  display: -webkit-flex;
  display:flex;
  align-items: flex-start;
}

.imgright{
  display: -webkit-flex;
  display:flex;
  align-items: flex-start;
  flex-direction:row-reverse;
}

.imgleft > div{
 flex:1;
 margin-left:40px;
}

.imgright > div{
 flex:1;
 margin-right:40px;
}

.imgleft p,
.imgright p{
  margin-bottom:20px;
}

.imgleft p:last-child,
.imgright p:last-child{
  margin-bottom: 0;
}

.red{
  background: #ef5454;
}

.blue{
  background: #468dd3;
}

#content{
  width: 900px;
  margin:60px auto 70px;
}

/*---------------
header
---------------*/

#header .inner{
  padding: 20px 0;
  display:flex;
  align-items: center;
  justify-content: space-between;
}

#header h1{
  font-size: 90%;
  margin-bottom: 10px;
}

#header .right{
  display:flex;
  align-items: center;
}

#header .h_info{
  text-align: right;
  margin-right: 20px;
}

#header .h_info p{
  font-size: 90%;
}

#header .h_info img{
  margin-right: 10px;
  vertical-align: middle;
}

#header .tel span a{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 250%;
  vertical-align: middle;
  line-height: 120%;
}

.btn{
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 180px;
}

.btn a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px;
}

.btn:hover {
  transition: .5s;
  opacity: .5;
}

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

#nav{
  background: #68b25b;
}

#nav ul{
  display:flex;
  justify-content: space-between;
  width: 1000px;
  margin:0 auto;
}

#nav ul li a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 130%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#nav ul li a:hover{
  background: #3e7e32;
  color: #fff;
}

#nav ul li{
  border-left:1px solid #3e7e32;
  width: 25%;
}

#nav ul li:last-child{
  border-right:1px solid #3e7e32;
}

.catch{
  text-align: center;
}

h2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 230%;
  margin-bottom: 50px;
  text-align: center;
}

/*---------------
index
---------------*/

.menu ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin:0 auto 30px;
}

.menu ul li{
  margin-bottom: 20px;
}

/* news */

.archive ul,
.news ul{
  border-top:2px solid #dcdcdc;
  border-bottom:2px solid #dcdcdc;
}

.archive ul li,
.news ul li{
  display: flex;
  padding: 10px 0;
  border-bottom:1px solid #dcdcdc;
  padding-left: 20px;
}

.archive h3:hover,
.news h3:hover{
  text-decoration: underline;
}

.archive ul .blc,
.news ul .blc{
  display: flex;
}

.cat{
  background: #468dd3;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  margin:0 10px;
}

.news .btn {
  margin-left:auto;
  margin-top: 20px;
}

/* insta */

.insta .btn{
  margin:0 auto;
}

.insta{
  margin-bottom: 100px;
}

/* company */

.company{
  margin-bottom: 70px;
}

.company .right{
  text-align: right;
}

.company iframe{
  width: 700px;
  height: 300px;
}

/* service　*/

.service p{
  margin-bottom: 20px;
}

.service .big{
  font-size: 120%;
}

.service .big span{
  font-weight: bold;
}

.service img{
  margin:60px 0 30px;
}

/* history */

.history .blc{
  display:flex;
  justify-content: space-around;
}

.history a{
  color: #1c5a96;
  text-decoration: underline;
}

/* single */

.single .entry{
  margin-top: 50px;
}

.single p{
  margin-bottom: 20px;
}

.single h2{
  margin-bottom: 20px;
}

.single h3{
  font-size: 120%;
  background: #efefef;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left:5px solid #000;
}

.single h4{
  font-size: 120%;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.single strong{
  font-weight: bold;
}

/*---------------
footer
---------------*/

#footer{
  background: #68b25b;
  position: relative;
  padding: 10px 0; 
}

#footer .fnav ul{
  display:flex;
  justify-content: center;
}

#footer .fnav ul li{
  position: relative;
  color: #fff;
}

#footer .fnav ul li a{
  color: #fff;
}

#footer .fnav ul li{
  display:inline;
  font-size: 90%;
}

#footer .fnav ul li:after {
  content: "｜";
}

#footer .fnav ul li:last-child:after {
  display:none;
}

#pagetop{
  position: absolute;
  bottom: 40px;
  right: 50px;
}

#pagetop a{
  display: block;
  margin-left:auto;
  width:100px;
  height:70px;
  text-align:center;
  line-height:50px;
  background: #68b25b;
  color:#fff;
}

.copy{
  text-align: center;
  font-size: 90%;
  color: #fff;
}

/* Form */

dl{
  overflow: hidden;
  width:900px;
  margin:30px auto;
  font-size: 90%;
}

dl.short{
  width:400px;
}

dl.works{
  width:400px;
}

dl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

dt {
  float:left;
  padding:10px;
  clear:both;
  margin-top:-1px;
  width:170px;
  border-top:1px solid #ccc;
  font-weight: normal;
}

.short dt{
  width:80px;
}

.history dt{
  width:200px;
}

.contact dt{
  width:250px;
}

.works dt{
  width:90px;
  text-align: right;
}

dd {
  padding:10px;
  margin-top:-1px;
  margin-left:170px;
  background: #fff;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
}

.short dd{
  margin-left:80px;
}

.history dd{
  margin-left: 200px;
}

.contact dd{
  margin-left: 250px;
  min-height:50px;
}

.works dd{
  margin-left: 85px;
}

dd:last-child{
  border-bottom: none;
}

input[type="text"]{
  width:50%;
  height:30px;
  padding:3px;
  border:1px solid #ccc;
  font-size:120%;
}

input[type="text"].short{
  width:15%;
}

select{
  display: block;
  margin-bottom: 20px;
}

textarea{
  width:95%;
  height:100px;
  padding:3px;
  border:1px solid #ccc;
  font-size:120%;
}

input[type="submit"]{
  width:50%;
  margin:0px auto;
  display:block;
  padding:10px 20px;
  font-size:130%;
  border:0;
  background: #ef5454;
  color:#fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


#pagenavi {
  text-align: center;
  margin:15px 0px 20px 0px;
}

#pagenavi span{
  border:1px solid #468dd3;
  display: inline-block;
  padding:10px;
  margin:5px;
}

#pagenavi .current{
  background: #468dd3;
  color:#fff;
}

#pagenavi a{
  border:1px solid #468dd3;
  display: inline-block;
  padding:10px;
  margin:5px;
}

#pagenavi a:hover{
  background: #468dd3;
  color:#fff;
}

.pagenavi ul{
  display:flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.pagenavi ul li a{
  background: #468dd3;
  color:#fff;
  border:1px solid #468dd3;
  display: block;
  padding:10px 20px;
}

.pagenavi ul li a:hover{
  border:1px solid #468dd3;
  background: #FFF;
  color:#468dd3;
}

/*---------------
other
---------------*/
.smonly{
 display:none;
}

}