/* CSS Document */
html, body {
  overflow-x: hidden;
  overflow-x: hidden; /* 横ぶれ防止 */
  -webkit-overflow-scrolling: touch; /* 横ぶれ防止 */
}
html {
  font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', sans-serif;
 font-size: 1em
}
body {
  font-size: 16px;
}
@media screen and (max-width:600px) {
body {
  font-size: 15px;
}
}

/* ホバー */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* メイン */
@font-face {
  font-family: "MyFont";
  src: url(../font/font.woff) format("woff"), url(../font/font.woff2) format("woff2");
}
/* メイン ボールド */
/* 見出し用 */
@font-face {
  font-family: "Font-h";
  src: url(../font/font-h.woff) format("woff"), url(../font/font-h.woff2) format("woff2");
}
.font-en {
  font-family: 'Space Grotesk', sans-serif;
}
.font-b {
  font-family: YuGothic, 'Yu Gothic', YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 700;
}
.font-h {
  font-family: Font-h, serif;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.b-s {
  background: #FFFFFF;
  box-shadow: 1px 1px 4px #DDDDDD
}
/* オバーフロー*/
.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 改行*/
@media only screen and (min-width: 481px) {
  .break {
    display: none;
  }
}
/*br {
  content: "";
  margin: 2em 0;
  display: block;
  font-size: 15%;
}*/
/* パソコン　改行 */
.pc_inline {
  display: block;
}
@media screen and (max-width:600px) {
  .pc_inline {
    display: none
  }
}

.pc2_inline {
  display: block;
}
@media screen and (max-width:820px) {
  .pc2_inline {
    display: none
  }
}


/* スマホ　改行 */
.sp_inline {
  display: none
}
@media screen and (max-width: 750px) {
  .sp_inline {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  p {
    font-size: 14px
  }
}
/* フッター */
.footer-container {
  width: 100%;
  font-size: 80%;
  background: #f0ebe3;
	padding-bottom: 20px
}
.footer-container li {
  list-style: none;
	width: 90%;
  margin: 5px 0 5px -3%;
}
.footer-container .container {
	padding: 10px 40px;
}
/* パソコンの画像 */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマフォ画像 */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* topページの詳しく見るボタン　*/
.btn-icon-blue {
  width: 100%;
  text-align: center;
  background-color: #3b3b8b;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 6px 16px 6px 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.btn-icon-blue:hover {
  opacity: 0.8;
}
.btn-icon-red {
  width: 100%;
  text-align: center;
  background-color: #cb1232;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 6px 16px 6px 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.btn-icon-red:hover {
  opacity: 0.8;
}
.btn-icon-red2 {
  width: 100%;
  text-align: center;
  background-color: #cb1232;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 6px 32px 6px 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.btn-icon-red2:hover {
  opacity: 0.8;
}
.btn-icon-beige {
  width: 100%;
  text-align: center;
  background-color: #C0B39F;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 6px 16px 6px 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.btn-icon-beige:hover {
  opacity: 0.8;
}
/* スカイブルーボタン　*/
.btn-icon-sky-blue {
  width: 100%;
  text-align: center;
  background-color: #0081C6;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 10px 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.btn-icon-sdg-blue {
  background-color: #0098D8;
}
@media screen and (max-width:600px) {
  .btn-icon-sky-blue {
    padding: 6px auto;
  }
}
.btn-icon-sky-blue:hover {
  opacity: 0.8;
}

/* topページの詳しく見るボタン　*/
.btn-icon-glay {
  width: 100%;
  text-align: center;
  background-color: #dfdfdf;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding: 6px 16px 6px 32px;
  border-radius: 10px;
  margin: 0 auto;
}
.btn-icon-glay:hover {
  opacity: 0.8;
}


/* 黒白抜き　*/


.btn-icon-box {
  width: auto;
  margin: 0 auto;
	  text-align:  center;        /* 中央寄せ */
}



.btn-icon-black {
  width: auto;
  text-align: center;
  background-color: #fff;
  color: #000;
	font-size: 14px;
	border: solid 1px #000;
  text-decoration: none;
  padding: 8px 32px;
  border-radius: 10px;
  margin: 0px 8px;
 line-height: 40px;	
}
/* 黒白抜き　*/
.btn-icon-black2 {
  width: auto;
  text-align: center;
  background-color: #fff;
  color: #000;
	font-size: 14px;
	border: solid 1px #000;
  text-decoration: none;
  padding: 8px 32px;
  border-radius: 10px;
  margin: 0px 1% 10px;
	 display: inline-block;      /* インラインブロックにする */
}
@media screen and (max-width:600px) {
.btn-icon-black2 {
  width: 23%;
	font-size: 13px;
	 padding: 5px 1%;
}
	}
@media screen and (max-width:600px) {
  .btn-icon-sky--black {
    padding: 6px auto;
  }
}
.btn-icon-sky-black:hover {
  opacity: 0.8;
}

/* ページトップへ */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 70%;
}
#page-top a {
  background-color: rgba(241, 138, 60, 0.7);
  text-decoration: none;
  color: #fff;
  width: 90px;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 50%;
}
#page-top a:hover {
  text-decoration: none;
  background-color: rgba(241, 138, 60, 0.9);
}


.msg{
  color: #333;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}

.box-inner{
  max-width: 700px;
  margin: 250px auto;
  padding: 0 40px;
}

.box{
  width: 200px;
  height: 200px;
  background-color: orange;
  margin: 50px auto 0;
}

.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 20px);
}

.fade-in-down {
  transform: translate(0, -20px);
}

.fade-in-left {
  transform: translate(-20px, 0);
}

.fade-in-right {
  transform: translate(20px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
