@charset "utf-8";
/*2rinchan用CSS*/
.pc {
  display: block !important;
}
.nopcsp {
  display: none !important;
}
.sp {
  display: none !important;
}
input {
color: #000000;
}
.inputfont {
font-size: 100px;
}
body {
  margin: 0;
  background-color: #1e1c18; /*背景色*/
}
a {
color:#FFF;
}
.textBlack{
color:#000;	
}
.mainbox {
  font-size: 16px; /*ボディTEXT*/
  width: 980px;
  margin: auto;
}
.mainboxinfo{
  font-size: 16px; /*ボディTEXT*/
  width: 600px;
  margin: auto;
}
.glaybox {
  background-color: #2b2b30; /*背景色*/
}
.glaybox2 {
  background-color: #4d4d4d; /*背景色*/
}
.bagebox {
  background-color: #6c5245; /*背景色*/
}
.box01 {
  margin-top: 50px;
  height: 385px;
  background-color: #4c4c30; /*背景色*/
}
.box02 {
  margin-top: 50px;
  height: 385px;
  background-color: #5d5a63; /*背景色*/
}
.box03 {
  margin-top: 50px;
  height: 385px;
  background-color: #613e40; /*背景色*/
}
.box04 {
  margin-top: 50px;
  height: 385px;
  background-color: #8e7e6e; /*背景色*/
}
.textCenter {
  text-align: center;
}
.textCenter2 {
  text-align: center;
}
.textCenter3 {
  text-align: center;
}
.textLeft {
  text-align: Left;
}
.textRight {
  text-align: Right;
}
.boxRight {
  float: right;
}
.textBox {
  width: 550px;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
}
.space50 {
  height: 50px;
}
.space20 {
  height: 20px;
}

/*文字セット*/
.txtTitle {
  color: #ffffff;
  font-size: 30px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  line-height: 150%;
}
.txtTitle2 {
  color: #ffffff;
  font-size: 28px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  line-height: 150%;
}
.txtInfo {
  color: #ffffff;
  font-size: 18px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  line-height: 1.8;
}
.txtBody {
  font-size: 14px;
  color: #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 250%;
}
  .txtBody2 {
    font-size:  14px;
    color: #ffffff;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
  }
.txtInfo2 {
  font-size: 15px;
  color: #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 130%;
}
  .txtBody3 {
    font-size: 14px;
    color: #ffffff;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
  }
.txtCopylight {
  font-size: 10px;
  color: #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 250%;
}
.widemax {
  max-width: 1920px;
  margin: auto;
}
.grid2box {
  display: grid;
  grid-template-columns: 50% 50%;
}
.grid2box2 {
  display: grid;
  grid-template-columns: 55% 45%;
}
.grid2type {
  display: grid;
  grid-template-columns: 55% 45%;
}
.grid3box {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
.grid4box {
  column-gap: 10px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.gridInfo {
  display: grid;
  grid-template-columns: 35% 65%;
}
/*SWIPER設定*/
.swiper--wrapper {
  /* wrapperのサイズを調整 
  width: 100%;
  height: 300px;*/
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  /*height: 100%;*/
  text-align: center;
  /*line-height: 300px;*/
  text-align: center;
}
/*
.swiper-slide:nth-child(3n + 1) {
  1、4、7、3n+1枚目の背景色 
  background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
  2、5、8、3n+2枚目の背景色 
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
  3、6、9、3n+3枚目の背景色 
  background-color: #53c638;
}
*/
.swiper-slide img {
  height: auto;
  width: 100%;
}

.txtshuhen {
  font-size: 15px;
  line-height: 25px;
  color: #457e42;
}
.txtcaption {
  font-size: 12px;
  color: #333333;
}
.txtcaptioncolor {
  color: #c7d493;
}
.txtlocation {
  margin-top: 5px;
  font-size: 13.5px;
  color: #333333;
}
.txtaccess {
  font-size: 15px;
  color: #ffffff;
}
.txttoiawase {
  font-size: 20px;
  color: #ffffff;
}
.txtcaptionen {
  font-size: 12px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #29267d;
  margin-bottom: 10px;
}
/*
.txttitle {
  color: #333333;
  font-size: 23px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.txtTitle2 {
  color: #333333;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}*/
.txtlabotitle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #29267d;
  text-align: center;
}
.txtshiryouseikyuu {
  color: #222222;
}
.txtmaterials {
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-top: 50px;
  font-weight: 600;
  letter-spacing: 5px;
  position: relative;
  z-index: 100;
}
.txtmaterials2 {
  color: #333333;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 550;
  position: relative;
  z-index: 100;
}
.topimg {
  width: 50%;
  height: 500px;
  object-fit: cover;
  margin: auto; /*センターリング*/
}
/*ボタン*/
.switch_image {
  position: relative;
}
.switch_image img {
  transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
  opacity: 0;
}
.switch_image img:last-of-type {
  position: relative;
  top: -97px;
  left: 0px;
  opacity: 0;
}
.switch_image:hover img:last-of-type {
  opacity: 1;
}
.toiawase {
  background-color: #538e53;
  text-align: center;
  height: 250px;
  padding: 45px;
}
.toiawasebtn {
  display: grid;
  grid-template-columns: 49% 2% 49%;
}
.toiawasebtnleft {
  text-align: right;
}
.toiawasebtnright {
  text-align: left;
}
/*今在家北設定*/
/*丸イメージ*/
.wrappermain {
  position: relative;
  width: 95vw;
  margin: 0 auto; /*センターリング*/
  padding: 0em;
  min-width: 10px;
}
/* CSS Document */
.headline {
  height: 100px;
  background-color: #ffffff;
}
.mainbox2 {
  font-size: 16px; /*ボディTEXT*/
  width: 980px;
  margin: auto;
}
.mainboxgray {
  width: 980px;
  background-color: #e9e9e9;
  margin: auto;
  padding: 30px;
}
.mainboxplan {
  width: 1100px;
  background-color: #ffffff;
  margin: auto;
}
.mainboxplan2 {
  width: 980px;
  margin: auto;
}
.mainboxplan2gd {
  width: 980px;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: auto;
}
.mainboxplan2box {
  border-width: 2px;
  border-color: #888888;
  border-left-style: solid;
}

/*@media only screen and (min-width: 1101px) {*/
/*}*/
@media only screen and (max-width: 1000px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .mainbox {
    width: 90%;
    margin: auto;
  }
  .mainboxinfo {
    width: 90%;
    margin: auto;
  }
.textCenter {
  text-align: center;
}
.textCenter2 {
  text-align: left;
}
.textCenter3 {
  text-align: left;
 padding-left: 6%;
padding-right: 3%;
}
  /*}
@media screen and (max-width: 1100px) {*/
  .grid2box {
    display: grid;
    grid-template-columns: 100%;
  }
  .grid2box2 {
    display: grid;
    grid-template-columns: 100%;
  }
  .grid2type {
    display: grid;
    grid-template-columns: 100%;
  }
  .grid3box {
    display: grid;
    grid-template-columns: 100%;
  }
  .grid4box {
    column-gap: 10px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
  }
.gridInfo {
  display: grid;
  grid-template-columns: 100%;
}
  .textBox {
    width: 80%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .box01 {
    margin-top: -10px;
    height: 70vw;
    width: 100%;
    padding-right: 20%;
    background-color: #4c4c30; /*背景色*/
  }
  .box02 {
    margin-top: -10px;
    height: 70vw;
    width: 100%;
    background-color: #5d5a63; /*背景色*/
  }
  .box03 {
    margin-top: -10px;
    height: 70vw;
    width: 100%;
    background-color: #613e40; /*背景色*/
  }
  .box04 {
    margin-top: -10px;
    height: 70vw;
    width: 100%;
    background-color: #8e7e6e; /*背景色*/
  }
.chkScale{
	width:50%;
	margin-left:25%;
	transform: scale(2.0);
}
input[type=checkbox] {
  transform: scale(2.0);
}
  /*ウィンドウ幅が最大479pxまでの場合に適用 【スマートフォン用のCSSコード】*/
  body {
    /*background-color: #005500; 緑色*/
  }
  .headline {
    background-color: #ffffff;
  }
  .txtTop {
    font-size: 5vw;
    text-align: justify;
  }
  .txtBody {
    font-size: 2.3vw;
    line-height: 2;
  }
  .txtBody2 {
    font-size: 3.8vw;
    color: #ffffff;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
  }
  .txtInfo {
    font-size: 3.5vw;
    color: #ffffff;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
	  font-weight: 600;
	
  }
  .txtInfo2 {
    font-size: 3.2vw;
    color: #ffffff;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
  }
	
input[type="text"]{
    font-size: 140%;
	}

  .txtBody3 {
    font-size: 3.8vw;
    color: #ffffff;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 2;
  }
  .txtTitle {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 5.5vw;
    line-height: 180%;
    font-weight: 900;
  }
.txtCopylight {
  font-size:  1.7vw;
  color: #ffffff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 200%;
}
	.txtTitle2 {
    font-size: 5.5vw;
    font-weight: 900;
  }
  .txtcaptionen {
    font-size: 4vw;
  }
  .txtlabotitle {
    font-size: 5vw;
  }
  .txtmaterials2 {
    font-size: 5vw;
    font-weight: 500;
  }
  .txtmaterials {
    font-weight: 500;
  }
  .txtlocation {
    font-size: 3.3vw;
  }
  .mainarea {
    width: 100%;
    background-color: #FFFFFF; /*青色*/
  }
  .mainbox2 {
    width: 100%;
    margin: auto;
    padding: 5%;
  }
  /*問い合わせ*/
  .toiawase {
    background-color: #538e53;
    text-align: center;
    height: 350px;
    padding: 20px;
  }

  /*ボタン*/
  .switch_image {
    position: relative;
  }
  .switch_image img {
    transition: opacity 0.5s;
  }
  .switch_image:hover img:first-of-type {
    opacity: 0;
  }
  .switch_image img:last-of-type {
    position: relative;
    top: -140px;
    left: 0px;
    opacity: 0;
  }
  .switch_image:hover img:last-of-type {
    opacity: 1;
  }
 .mainboxgray {
    width: 100%;
    background-color: #e9e9e9;
    margin: auto;
    padding: 30px;
  }

  .mainboxplan {
    width: 100%;
    background-color: #ffffff;
    margin: auto;
  }
  .mainboxplan2 {
    width: 90%;
    margin: auto;
  }
  .mainboxplan2gd {
    width: 90%;
    display: grid;
    grid-template-columns: 100%;
    margin: auto;
  }
}
/* CSS Document */