@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);

.b-img img {
  width: 300%;
}

body {
  font-family: Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif!important;
  color: #4D4D4D!important;
  line-height: 1.8!important;
  font-size: 22px!important;
  max-width: 1080px;
  background-image: url(../asset/saito_web_bg.png);
}
@media(max-width:768px){
  body {
    font-size: 14px!important;
  }
}
@media(min-width:1080px){
  body {
    max-width: 1170px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}

#wrapper {
  width:100%;
  overflow:hidden;
  background: #fdd106;
}

h1, h2, h3 {
  font-family: Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif!important;
  color: #121214!important;
  font-weight: 700!important;
  line-height: 1.8!important;
}
h3 {
  font-size: 26px!important;
}
@media(max-width:768px){
  h3 {
    font-size: 20px!important;
  }
}



.hr {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.hr img {
  border: none!important;
  width: 100%!important;
  max-width: 1300px!important;
  padding: 0!important;
  background-repeat: repeat-x;
  background-size: 899px 4px!important;
  height: 4px!important;
}

.clear { clear: both; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 155px;
  right: 25px;
  z-index: 100;
}

@media(min-width:1080px){
  .pagetop {
    bottom: 160px;
    right: 1px;
    margin-right: 1px;
  }
}

.pagetop a {
  display: block;
  padding: 5px 10px;
}
.pagetop a:hover {
  display: block;
  opacity: 0.5;
}
.pagetop img {
  width: 100px;
  height: 100px;
}
@media(max-width:768px){
  .pagetop img {
    width: 70px;
    height: 70px;
  }

  .pagetop {
    bottom: 118px;
    right: 0px;
  }
}

/* ヘッダー */

.header {
  height: 145px;
  width: 100%;
  background-color: #fdd106;
  text-align: center;
  position: relative;
}

.top-logo {
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

.top-logo img {
  width: 450px;
  height: 115px;
  margin-top: 13px;
}

.front {
  border-top: 10px solid #333;
  padding: 10px 70px;
}

.head-side {
  position: absolute;
  top: 15px;
  right: 15px;
}

.head-side img{
  width: 60px;
}

.poyon {
  animation: poyon 1.1s linear 0s 1;
}

@keyframes poyon {
  0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
  10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
  20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
  30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
  50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}


@media(max-width:768px){
  .header {
    height: 110px;
  }

  .top-logo img {
    width: 280px;
    height: 72px;
    margin-top: 21px;
  }

  .front {
    border-top: 10px solid #333;
    padding: 10px 10px;
  }

    .head-side {
    top: 5px;
    right: 5px;
  }

  .head-side img{
    width: 45px;
  }
}

/* グロナビ ----------------------------------------  */

.nav-bi {
  background: #4D4D4D;
  background-image: url(../asset/botan_long.png);
  height: 30px;
  text-align: center;
  padding-top: 6px;
}
.nav-bi p {
  color: #d6d5d5!important;
  font-family: Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif!important;
  font-size: 14px!important;
}
@media (max-width: 768px) {
  .nav-bi {
    font-size: 9px!important;
    padding-top: 5px!important;
  }
  .nav-bi p {
    font-size: 9px!important;
    padding-top: 3px!important;
  }
  .questionnaire {
    font-size: 9px!important;
  }
}

.nav-bi a {
}
.nav-bi a:hover {
  background: #e3b61b!important;
}

.nav-outside {
  height: 30px!important;
}

/* hero ----------------------------------------  */

.hero {
  text-align: center;
}

.hero img  {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 15px!important;
  border: 2px solid;
}

.img_wrap {
  text-align: center;
}

.img_wrap img  {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 15px!important;
}
@media (max-width: 768px) {
  .img_wrap img {
    margin-top: 0px;
  }
}


.torisetu p {
  font-size: 36px!important;
}
@media (max-width: 768px) {
  .torisetu p {
    font-size: 19px!important;
  }
}


/* カルーセル ------------------------------------- */

.slider-control {
  text-align: center;
}

.frontpage-wrap {
  position: relative;
}

.keyvis {
  background-color: #d6d5d5!important;
  max-width: 100%!important;
  margin-bottom: 10px;
}

.meta-carousel {
  text-align: center;
  margin-top: 15px!important;
  border-radius: 15px!important;
}
.meta-carousel img {
  border-radius: 15px!important;
}
.metaslider {
  border-radius: 15px!important;
}

/* アドセンス、バナーエリア ------------------*/

.adsense_1, .adsense_2 {
  text-align: right;
}

.adsense_3, .adsense_4 {
  text-align: left;
}

.front_img {
  width: 80%;
}

.front_img_side {
  width: 100%;
  margin: 46% 0;
}

@media (max-width: 768px) {
  .b1 img, .b2 img, .b3 img, .b4 img {
    width: 90%;
    height: auto;
  }
  .b1 img {
    margin-top: 5px;
  }
  .b2 img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .b3 img {
    margin-top: 15px;
  }
  .b4 img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .adsense_1, .adsense_2 {
    margin-bottom: 10px;
  }
  .front_img {
    width: 100%;
  }
  .front_img_side {
    width: 100%;
    margin: 0;
  }
}

/* サイドバー＆スライドセクション ----------------------------------------  */

.bar {
  font-size: 0px!important;
}

.bar img {
width:100%;
max-width: 100%;
height: auto;
}

/* リンクセクション ------------------------------  */

.links {
  width: 92%;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 10px 0 10px;
}

.links > img {
  width: 90%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

/*トリセツ リンクセクション ----------------------- */
.links > h1 > img {
	width: 100%;
}

.center-block {
  text-align: center;
}

.link-label {
  text-align: center;
  margin-top: 10px;
}

.applink {
  text-align: right;
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  padding: 0;
  border: 0;
}

.app-link-wrap {
display: inline-block;
margin-right: 3%;
}

.applink-control {
  text-align: right;
  margin-right: 40px;
}

.applink-img {
  width: 25%;
  float: right;
  margin: 1%;
}

.applink-img img {
  width: 100%;
}

@media (max-width: 768px) {
  .applink-img {
    width: 30%;
  }

  .applink-img img {
    width: 100%;
    height: 100%;
  }
}

/* おしらせセクション ---------------- */

.articles a {
}

@media(min-width:1080px){
  .articles {
    padding-left: 55px;
    padding-right: 65px;
  }
}
@media (max-width: 768px) {
  .articles {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.osirase {
  text-align: center;
}

.osirase img {
  width: 26%;
  height: auto;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .osirase img {
    width: 194px;
    height: 46px;
    padding-left: 0;
  }
  .osirase {
  text-align: center;
  }
}

.single-sns {
	width: 20%;
  text-align: right;
}

.single-sns img {
	width: 30px;
	height: 30px;
}

.single-img img {
  width: 300px;
  height: auto;
  border-radius: 15px;
  margin-top: -15px;
}

.single {
  margin-bottom: 20px;
}
.single h3 {
  margin-top: 0px;

}
@media (max-width: 768px) {
  .single {
    text-align: center;
    margin-bottom: -10px;
  }
  .single p {
    text-align: left!important;
  }
  .single-img {
    text-align: center;
  }
  .single-img img {
    width: 305px;
    min-height: auto;
  }
}
@media (max-width: 325px) {
  .single-img img {
    width: 250px;
    height: auto;
  }
}

.single-text time {
  font-size: 16px!important;
}

.articles a.excerpt-link {
  color: #4D4D4D;
  text-decoration:none;
}
p.excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0;
}

.single-text {
  background-color: white;
  margin-top: 7px;
  padding: 20px;
  padding-left: 25px!important;
  padding-right: 25px!important;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .single-text {
    padding: 20px;
  }
}

@media(min-width:1080px){
  .single-text {
    min-height: 214px!important;
  }
}

/* 個別記事ページ ---------------------------------------------*/

.single-article  {
  margin-bottom: 40px;
  border-radius: 15px;
}
.single-article img {
  border-radius: 15px;
}

/*@media (max-width: 768px) {*/
  /*.single-article img {*/
    /*border-radius: 15px;*/
    /*!*margin-left: auto!important;*!*/
    /*!*margin-right: auto!important;*!*/
  /*}*/
/*}*/

.single-margin {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  iframe {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    display: block;
  }
}


/* フォーム ----------------------------------*/
#photo {
	font-size: 13px;
}

/* ボタン----------------------------------- */

.button_wrapper {
	text-align:center;
	margin-bottom: 50px;
}

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  border-radius: 25px;
  background-color: #F0B325;
  border: 3px solid #333;
  color: #333;
  font-family: Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif!important;
  font-weight: bold!important;
  font-size: 17px!important;
}

.button:hover {
  /* background-color: #F0B325; */
  opacity: 0.8;
  color: #fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* ページネーション　---------------------- */

.wp-pagenavi {
	clear: both;
  text-align:center;
  margin-bottom: 50px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover {
    color:#FFF;
    background-color:#999;
    border-color:#999;
}

.wp-pagenavi span.current {
	color: #FFF;
	background-color: #e3b61b;
	border-color: #e3b61b;
	font-weight: bold;
}

/* フッター　---------------------- */

.footer {
  width: 100%;
  height: auto;
  background-color: #373942;
  text-align: center;
  overflow: hidden;
  background-color: #373942!important;
  position: relative;
}

.f {
  background-color: #373942!important;
}

.footer-applink-control {
  text-align: right;
  margin-top: 20px;
  margin-right: 90px;
}

.footer-applink-img img {
  width: 50.36px;
  height: 50.36px;
}

@media (max-width: 768px) {
  .footer-applink-img img {
    width: 40px;
    height: 40px;
  }
  .footer-applink-control {
    text-align: center;
    margin-top: 20px;
    margin-right: 0px;
  }
}

.footer-label {
  margin-top: 10px;
}

.footer-link-label {
  text-align: center;
  margin-top: 20px;
}

.footer-nav img {
  width: 100px;
  height: 38px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .footer-nav img {
    width: 75px;
    height: 25px;
  }
  .fn-left img {
    margin-left: 100px;
  }
  .fn-right img {
    margin-right: 95px;
  }
  .footer-link {
    clear: both;
    margin: auto;
    width: 50%;
    overflow: hidden;
  }
  .f-link {
    margin-bottom: 9px;
  }
  .f-link-web {
    margin-bottom: 15px;
  }
  .f-haikei img {
  width: 300%;
  }
  .copyright {
    font-size: 7px!important;
  }
}
@media (max-width: 321px) {
  .footer-nav img {
    width: 75px;
    height: 25px;
  }
  .fn-left img {
    margin-left: 50px;
  }
  .fn-right img {
    margin-right: 50px;
  }
  .footer-link {
    clear: both;
    margin: auto;
    width: 50%;
    overflow: hidden;
  }
  .f-link {
    margin-bottom: 9px;
  }
  .f-link-web {
    margin-bottom: 15px;
  }
  .f-haikei img {
  width: 300%;
  }
  .copyright {
    font-size: 7px!important;
  }
}

@media (min-width: 990px) {
  .f-nav-left img {
    margin-left: 37px;
  }
  .f-nav-right img {
    margin-right: 26px;
  }
}

/* コピーライト ----------------------------------------------*/
.copyright {
	clear: both;
	text-align: center;
  color: #d6d5d5;
  font-size: 14px;
  margin-top: 15px;
  overflow: hidden;
}

.copyright img {
	width: 150px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.copyright p {
  overflow: hidden;
  font-size: 5px!important;
}
.cr p {
  overflow: hidden;
  font-size: 5px!important;
}

.l-chara {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.l-chara img {
  width: 130px;
  height: 200px;
}

.r-chara {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.r-chara img {
  width: 200px;
  height: 200px;
}

@media (max-width: 768px) {
  .copyright img {
    width: 100px;
    height: 28px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .l-chara {
    position: absolute;
    bottom: 10px;
    left: 3px;
  }
  .l-chara img {
    width: 78.4px;
    height: 111px;
  }
  .r-chara {
    position: absolute;
    bottom: 10px;
    right: 1px;
  }
  .r-chara img {
    width: 108px;
    height: 108px;
  }
}

.radio-inline input {
  margin-bottom: 20px!important;
}
.mwform-radio-field input {
  margin-bottom: 10px!important;
}

.inquiry {
  text-align: center;
}
.form-margin {
  margin-bottom: 20px!important;
}

.adslot_1 {
  text-align: center!important;
}
.adslot_1 img {
  text-align: center!important;
}
.adsbygoogle {
  text-align: center!important;
}
.adsbygoogle img {
  text-align: center!important;
}

.gad {
  text-align: center;
}

select {
  height: 30px!important;
}

@media (max-width: 768px) {
  label {
    font-weight: normal!important;
    font-size: 10px;
  }
  .form-group {
    font-size: 10px!important;
  }
}