@charset "utf-8";

/*==================================================
all
===================================*/
*,
::before,
::after {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.no-scroll {
  overflow: hidden;
}

/*--------------フォント----------------*/
body {
  box-sizing: border-box;
  /* font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto; */
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #000;
  background-image: url(../image/common/background-image.jpg);
  background-repeat: repeat;
  background-size: contain;
}

/***** 改行 ******/
.tb,
.sp-600,
.sp-450 {
  display: none;
}

.pc {
  display: inline-block;
}

/*--------------ページタイトル----------------*/
.page-title {
  position: relative;
  height: 300px;
  text-align: center;
  font-size: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900; */
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
  background-image: url(../image/achievements/title.jpg);
  background-position: center;
}

.page-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.page-title h3 {
  z-index: 2;
  color: #fff;
}

/*--------------メインタイトル----------------*/
h4,
h5 {
  width: 98%;
  margin: 0 auto;
  padding: 1rem 2rem;
  color: #fff;
  background: #0d76cc;
  -webkit-box-shadow: 5px 5px 0 #124a70;
  box-shadow: 5px 5px 0 #124a70;
  font-size: 30px;
  /* font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700; */
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

/*--------------サブタイトル----------------*/
.sub-title {
  position: relative;
  padding-left: 5.5em;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.sub-title span,
.sub-title span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1.5rem;
  color: #fff;
  border-radius: 10px;
  background: #0d76cc;
}

.sub-title span i,
.sub-title span i {
  margin-right: 1rem;
}

.sub-title span:after,
.sub-title span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #0075a9;
}

/*--------------マーカー----------------*/
.form-label {
  background: linear-gradient(to bottom, transparent 50%, #c0e6ff 50%);
  display: inline-block;
  padding-bottom: 2px;
}

/*--------------バックグラウンド----------------*/

.background {
  background-image: url(../image/business/);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------ボタン白→青----------------*/
.btn,
a.btn,
a.header-btn {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  font-weight: bold;
}

.header-tel,
.header-mail,
.btn-flat-a {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #fff;
  border: 1px solid #0d76cc;
}

.header-tel span,
.header-mail span,
.btn-flat-a span {
  position: relative;
}

.header-tel:before,
.header-mail:before,
.btn-flat-a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  background: #0d76cc;
  /* background: #2751c4; */
}

.header-tel:hover:before,
.header-mail:hover:before,
.btn-flat-a:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}

.header-tel:hover span,
.header-mail:hover span,
.btn-flat-a:hover span {
  color: #fff !important;
  font-weight: bold;
}

/*--------------ボタン白→黄色----------------*/


.btn-flat-b {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #fff;
  /* border: 1px solid #ddca40; */
  border: 1px solid #0d76cc;
}


.btn-flat-b span {
  position: relative;
  /* color: #fff; */
}


.btn-flat-b:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);
  border-radius: 50%;
  /* background: #939393; */
  /* background: #64bded; */
  background-color: #fff200;
}


.btn-flat-b:hover:before {
  width: 400px;
  height: 400px;
  -webkit-transform: translateX(-1%) translateY(-175px);
  transform: translateX(-1%) translateY(-175px);
}


.btn-flat-b:hover span {
  /* color: #fff; */
  font-weight: bold;
}

/*==================================================
header
===================================*/
#header {
  width: 100%;
}

/*--------------レスポンシブnavメニュー----------------*/
.openbtn,
#g-nav,
#res-header-container {
  display: none;
}

/*--------------PCnavメニュー----------------*/
/* .header-contact {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px 0;

} */
.header-nav-menu {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.site-menu {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px auto;
  font-family: "Zen Antique", serif;
}

/* ロゴ */
.logo-img img {
  margin-top: 20px;
  height: 120px;
}

/*--------------左右から線が伸びて枠線になる----------------*/
.gnavi li {
  position: relative;
  margin: 0 10px;
}

/* 線の基点位置 */
.blue::before,
.blue::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #0d76cc;
  transition: all 0.2s linear;
}

.white::before,
.white::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #fff;
  transition: all 0.2s linear;
}

.gnavi li::before {
  left: 0;
  bottom: 0;
  width: 0;
  /* 初期状態では幅を0に */
}

.gnavi li::after {
  right: 0;
  top: 0;
  width: 0;
  /* 初期状態では幅を0に */
}

/* spanタグの線の基点位置 */
.gnavi li span {
  display: block;
  position: relative;
  /* span内の線を正しく配置するため */
  padding: 5px;
}

.blue span::before,
.blue span::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #0d76cc;
  transition: all 0.2s linear;
}

.white span::before,
.white span::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  transition: all 0.2s linear;
}

.gnavi li span::before {
  top: 0;
  left: 0;
  height: 0;
  /* 初期状態では高さを0に */
}

.gnavi li span::after {
  bottom: 0;
  right: 0;
  height: 0;
  /* 初期状態では高さを0に */
}

/* 現在地とhoverした際の線の変化 */
.gnavi li.current::before,
.gnavi li.current::after,
.gnavi li:hover::before,
.gnavi li:hover::after {
  width: 100%;
  /* 横幅を100%に */
}

.gnavi li.current span::before,
.gnavi li.current span::after,
.gnavi li:hover span::before,
.gnavi li:hover span::after {
  height: 100%;
  /* 縦幅を100%に */
}




/*==================================================
main
===================================*/
#main {
  overflow: hidden;
}

/*---------------ページtop-----------------*/

/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*改行禁止*/
  white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }

  50% {
    bottom: 25px;
  }

  100% {
    bottom: 20px;
  }
}


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}

/*スクロールリンクの形状*/

.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #000;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #000;
  transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-scroll a::before {
  right: -11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #000;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #000;
  transform: skewX(31deg);
}

/* 白い背景色のクラス */
.white-background a {
  color: #fff !important;
}

.white-background::before,
.white-background::after {
  background: #fff !important;
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pagetop a::before {
  right: 0;
}

/*==================================================
footer
===================================*/
#footer {
  overflow: hidden;
  /* margin-top: 100px; */
  background-color: #0d76cc;
  /* background-color: rgba(0, 102, 204, 0.8); */

  color: #fff;
}

/*--------------お問い合わせ----------------*/
.footer-contact-container {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
  background-image: url(../image/common/mitsumori.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px;
  color: #fff;
  /* テキストの色を調整して背景とコントラストをつける */
}

.footer-contact-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 55, 0.7); */
  /* background: rgba(0, 90, 130, 0.7); */
  background: rgba(0, 0, 20, 0.7);
  /* 半透明の黒いオーバーレイ */
  z-index: 1;
  /* オーバーレイがテキストの下に表示されるように設定 */
}

.footer-contact-container>* {
  position: relative;
  z-index: 2;
  /* テキストがオーバーレイの上に表示されるように設定 */
}

.footer-contact-title {
  font-size: 26px;
  margin-bottom: 50px;
  /* font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700; */
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
}

/* お見積りはお気軽に～ */
.contact {
  width: 60%;
  border: 1px solid #fff;
  padding: 50px 30px;
  line-height: 4;
  font-size: 20px;
  margin: 0 auto;
}
.contact li:first-of-type {
  line-height: 1.7;
}

.contact span {
  font-weight: bold;
}

.contact-text {
  font-size: 22px;
}

/* 営業時間 */
.date-time {
  line-height: 3;
  margin-top: 50px;
}

.date-time span {
  font-weight: bold;
}

/*--------------会社----------------*/
.footer-container {
  /* width: 95%; */
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding-bottom: 30px;
}

.footer-address-container {
  display: flex;
  flex-direction: column;
}

.footer-company-name {
  margin-bottom: 30px;
  font-size: 18px;
}

.fcn-big {
  font-size: 24px;
}

.footer-company-tel {
  margin: 30px auto 0 auto;
}

.footer-address {
  margin: 20px auto;
}

/*--------------フッターナビメニュー----------------*/
.footer-site-menu {
  display: flex;
  justify-content: space-between;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}

.footer-site-menu span {
  text-align: center;
}

.footer-site-menu li {
  margin: 20px;

}

.footer-nav p {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.copy-right {
  text-align: center;
  padding: 10px 0;
}

/*==================================================
******ここからレスポンシブ*******
===================================*/
/*==================================================
ipad大
===================================*/
@media (min-height:1200px) {

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

  /*--------------footer----------------*/
  /* お見積りはお気軽に～ */
  .contact {
    width: 80%;
  }


}

/*==================================================
ipad
===================================*/
@media (max-width:900px) {

  /*--------------【all】----------------*/
  /***** 改行 ******/
  .pc,
  .sp-600,
  .sp-450 {
    display: none;
  }

  .tb {
    display: inline-block;
  }

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


  /* ロゴ */
  .logo-img img {
    height: 100px;
  }

  /* 電話番号メールアドレス */
  a.header-btn {
    padding: 15px 25px;
  }
	
  /*--------------footer----------------*/

  /* お見積りはお気軽に～ */
  .contact {
    width: 90%;
  }
}

/******電話番号リンク******/
@media (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*==================================================
iPhone大
===================================*/
@media (max-width:600px) {

  /*--------------【all】----------------*/
  /***** 改行 ******/
  .pc,
  .tb,
  .sp-450 {
    display: none;
  }

  .sp-600 {
    display: inline-block;
  }

  /*--------------ページタイトル----------------*/
  .page-title {
    font-size: 26px;
    height: 200px;
  }

  /*--------------メインタイトル----------------*/
  h4,
  h5 {
    font-size: 26px;
  }

  /*--------------サブタイトル----------------*/

  .sub-title span,
  .sub-title span {
    padding: 0 1.2rem;
  }

  /*--------------header----------------*/
  .pc-nav-menu {
    display: none;
  }

  #res-header-container,
  .openbtn,
  #g-nav {
    display: block;
  }

  #res-header-container {
    position: static;
    height: 100px;
    display: flex;
    align-items: center;
  }

  .res-logo,
  .res-logo img {
    height: 80px;
  }


  /*--------------ナビゲーション----------------*/

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #fff;
    /*動き*/
    transition: all 0.6s;
    overflow: hidden !important;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
    text-align: center;
    margin: 15px auto;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px 5px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*--------------ボタン----------------*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  /* ナビメニューが開いたときに背景色を黒にする */
  .openbtn.active span {
    background-color: #000;
    /* メニューが開いているときの背景色 */
  }

  /* スクロール時の背景色変更 */
  .scroll-active span {
    background-color: #fff;
    /* フッターに達したときの背景色 */
  }

  /*--------------footer----------------*/
  /*--------------フッターコンタクト----------------*/
  .footer-contact-container {
    margin-bottom: 50px;
  }

  .contact {
    line-height: 3;
    margin: 0 auto;
    padding: 30px 20px;

  }

  .contact-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /*--------------会社、メニュー----------------*/

  .footer-container {
    flex-direction: column-reverse;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /*--------------フッターサイトメニュー----------------*/
  .footer-nav {
    margin: 0 auto 20px auto;
    border-bottom: 1px solid #fff;
  }

  .site-menu-title {
    margin-bottom: 10px !important;
  }

  .footer-site-menu {
    margin: 0 auto;
    flex-direction: column;
  }

  .footer-site-menu span {
    width: auto;
  }

  .gnavi li span {
    margin: 0 auto;
  }

  /*--------------会社----------------*/
  .footer-address-container {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;

  }

  .footer-company-name {
    margin-bottom: 10px;
  }

  .footer-address,
  .footer-company-tel {
    margin: 10px auto;
  }

}

/*==================================================
iPhone小
===================================*/
@media (max-width:450px) {

  /*--------------【all】----------------*/
  /***** 改行 ******/
  .pc,
  .tb,
  .sp-600 {
    display: none;
  }

  .sp-450 {
    display: inline-block;
  }

  /*--------------ページタイトル----------------*/
  .page-title {
    font-size: 24px;
    height: 180px;
  }

  /*--------------メインタイトル----------------*/
  h4,
  h5 {
    font-size: 24px;
  }

  /*--------------サブタイトル----------------*/
  .sub-title {
    font-size: 20px;
    padding-left: 5.5em;
  }

  .sub-title span,
  .sub-title span {
    padding: 0 1.2rem;
  }

  /*--------------footer----------------*/
  /*--------------フッターコンタクト----------------*/
  .footer-contact-container {
    padding: 50px 0;
  }

  .contact {
    width: 85%;
  }
}

/*:::::::::::::::::::::::::::::::【改行】:::::::::::::::::::::::::::::*/
.br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
	display: none;
}
.br-pc {
	display: inline-block;
}
@media (max-width:1300px) {
	.br-pc, .br-1030, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
		display: none;
	}
	.br-1300 {
		display: inline-block;
	}
}
@media (max-width:1030px) {
	.br-pc, .br-1300, .br-pro, .br-tb, .br-600, .br-450, .br-400 {
		display: none;
	}
	.br-1030 {
		display: inline-block;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	.br-pc, .br-1300, .br-tb, .br-1030, .br-600, .br-450, .br-400 {
		display: none;
	}
	.br-pro {
		display: inline-block !important;
	}
}
@media (max-width:900px) {
	.br-pc, .br-1300, .br-1030, .br-pro, .br-600, .br-450, .br-400 {
		display: none;
	}
	.br-tb {
		display: inline-block;
	}
}
@media (max-width:600px) {
	.br-pc, .br-1300, .br-1030, .br-pro, .br-tb, .br-450, .br-400 {
		display: none;
	}
	.br-600 {
		display: inline-block;
	}
}
@media (max-width:450px) {
	.br-pc, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-400 {
		display: none;
	}
	.br-450 {
		display: inline-block;
	}
}
@media (max-width:400px) {
	.br-pc, .br-1300, .br-1030, .br-pro, .br-tb, .br-600, .br-450 {
		display: none;
	}
	.br-400 {
		display: inline-block;
	}
}
/*:::::::::::::::::::::::::【表示(ブロック)】:::::::::::::::::::::::::*/
.dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600, .dis-450 {
	display: none;
}
.dis-pc {
	display: block;
}
@media (max-width:1300px) {
	.dis-pc, .dis-pro, .dis-tb, .dis-600, .dis-450, .dis-1030 {
		display: none;
	}
	.dis-1300 {
		display: block;
	}
}
@media (max-width:1030px) {
	.dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-600, .dis-450 {
		display: none;
	}
	.dis-tb {
		display: block;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	.br-pc, .br-1300, .br-tb, .br-1030, .br-600, .br-450, .br-400 {
		display: none;
	}
	.dis-pro {
		display: inline-block !important;
	}
}
@media (max-width:900px) {
	.dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-600, .dis-450 {
		display: none;
	}
	.dis-tb {
		display: block;
	}
}
@media (max-width:600px) {
	.dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-450 {
		display: none;
	}
	.dis-600 {
		display: block;
	}
}
@media (max-width:450px) {
	.dis-pc, .dis-1300, .dis-1030, .dis-pro, .dis-tb, .dis-600 {
		display: none;
	}
	.dis-450 {
		display: block;
	}
}
/*::::::::::::::::::::::::【表示(インライン)】::::::::::::::::::::::::*/
.in-1300, .in-1030, .in-pro, .in-tb, .in-600, .in-450 {
	display: none;
}
.in-pc {
	display: inline-block;
}
@media (max-width:1300px) {
	.in-pc, .in-pro, .in-tb, .in-600, .in-450, .in-1030 {
		display: none;
	}
	.in-1300 {
		display: inline-block;
	}
}
@media (max-width:1030px) {
	.in-pc, .in-1300, .in-pro, .in-tb, .in-600, .in-450 {
		display: none;
	}
	.in-1030 {
		display: inline-block;
	}
}
@media (min-height:1366px) { /*ipad pro*/
	.in-pc, .in-1300, .in-1030, .in-tb, .in-600, .in-450 {
		display: none;
	}
	.in-pro {
		display: inline-block !important;
	}
}
@media (max-width:900px) {
	.in-pc, .in-1300, .in-1030, .in-pro, .in-600, .in-450 {
		display: none;
	}
	.in-tb {
		display: inline-block;
	}
}
@media (max-width:600px) {
	.in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-450 {
		display: none;
	}
	.in-600 {
		display: inline-block;
	}
}
@media (max-width:450px) {
	.in-pc, .in-1300, .in-1030, .in-pro, .in-tb, .in-600 {
		display: none;
	}
	.in-450 {
		display: inline-block;
	}
}
/*:::::::::::::::::::::::::::::::【非表示】:::::::::::::::::::::::::::::*/
.opa {
	opacity: 0;
}
.none-1300, .none-1030, .none-tb, .none-600, .none-450 {
	display: inline-block;
}
.none-pc {
	display: none;
}
@media (max-width:1300px) {
	.none-pc, .none-tb, .none-600, .none-450, .none-1030 {
		display: inline-block;
	}
	.none-1300 {
		display: none;
	}
}
@media (max-width:1030px) {
	.none-pc, .none-1300, .none-tb, .none-600, .none-450 {
		display: inline-block;
	}
	.none-1030 {
		display: none;
	}
}
@media (max-width:900px) {
	.none-pc, .none-1300, .none-1030, .none-600, .none-450 {
		display: inline-block;
	}
	.none-tb {
		display: none;
	}
}
@media (max-width:600px) {
	.none-pc, .none-1300, .none-1030, .none-tb, .none-450 {
		display: inline-block;
	}
	.none-600 {
		display: none;
	}
}
@media (max-width:450px) {
	.none-pc, .none-1300, .none-1030, .none-tb, .none-600 {
		display: inline-block;
	}
	.none-450 {
		display: none;
	}
}
