@charset "utf-8";@charset "UTF-8";
.row-fluid li {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

#cont {
  /*background: #f9f9f9;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-bottom: 5%;*/
}

#Area img.bnr {
  margin: 0 auto;
  display: block;
  padding-top: 0%;
}

#Area img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

#Area {
  margin: 0 auto 100px;
  display: block;
  font-family: serif;
}

#Area .imageArea {
  width: 100%;
  margin: 0 auto 0;
}

#Area .imageArea ul.row-fluid {
  width: 100%;
  text-align: left;
  margin: 5% auto 0;
}

#Area .imageArea ul.last {
  margin: 0 auto;
}

#Area .imageArea ul.row-fluid li {
  width: 46%;
}

#Area .btn-area1 {
  width: 100%;
  display: block;
  margin: 100px auto 50px;
}

#Area .btn-area1 ul li.span10 {
  width: 60%;
  margin-left: 20%;
}

#Area .btn-area1 ul li a {
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

#Area .btn-area1 ul li a:hover {
  opacity: 0.7;
  display: block;
  font-size: 18px;
  line-height: 350%;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
}

/* 余白*/
.spece {
 padding-top:7%;
  text-align:center;
}

/* 余白*/
.spece2 {
 padding-bottom:3%;
  text-align:center;
}

/* 文字追加*/

.text01 {
    font-size: 1.0em;
    line-height: 20px;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    padding: 3%;
}

.font01 {
    font-size: 1.7em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 8%;
}

/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
  padding-top:3%;
}


a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* ボタン２*/

a.btn_05 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 80px;
    margin: 0 auto;
    padding: 0.1rem 0.1rem;
    font-weight: bold;
    border: 0.05px solid #202020;
    background: #fff;
    color: #000;
    transition: 0.5s;
    font-size: 1.0em;
}

a.btn_05:hover {
	color: #222222;
	background: #fff;
}

/* ボタン3*/

a.btn_06 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50px;
    margin: 1%;
    padding: 0.1rem 0.1rem;
    font-weight: bold;
    border: 0.05px solid #202020;
    background: #000;
    color: #fff;
    transition: 0.5s;
    font-size: 0.6em;
}

a.btn_06:hover {
	color: #222222;
	background: #fff;
}


/* レイアウト1*/

.container0528 {  display: grid;
  grid-template-columns: 300px 300px 300px;
  grid-template-rows: 360px 60px 60px 360px 60px 60px 360px 60px 60px;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  grid-template-areas:
    "photo1 photo2 photo3"
    "crz1 crz2 crz3"
    "btn1 btn2 btn3"
    "photo4 photo5 photo6"
    "crz4 crz5 crz6"
    "btn4 btn5 btn6"
    "photo7 photo8 photo9"
    "crz7 crz8 crz9"
    "btn7 btn8 btn9";
}

.photo1 { grid-area: photo1; }

.crz1 { grid-area: crz1; }

.btn1 { grid-area: btn1; }

.photo2 { grid-area: photo2; }

.crz2 { grid-area: crz2; }

.btn2 { grid-area: btn2; }

.photo3 { grid-area: photo3; }

.crz3 { grid-area: crz3; }

.btn3 { grid-area: btn3; }

.photo4 { grid-area: photo4; }

.crz4 { grid-area: crz4; }

.btn4 { grid-area: btn4; }

.photo5 { grid-area: photo5; }

.crz5 { grid-area: crz5; }

.btn5 { grid-area: btn5; }

.photo6 { grid-area: photo6; }

.crz6 { grid-area: crz6; }

.btn6 { grid-area: btn6; }

.photo7 { grid-area: photo7; }

.crz7 { grid-area: crz7; }

.btn7 { grid-area: btn7; }

.photo8 { grid-area: photo8; }

.crz8 { grid-area: crz8; }

.btn8 { grid-area: btn8; }

.photo9 { grid-area: photo9; }

.crz9 { grid-area: crz9; }

.btn9 { grid-area: btn9; }

}
=============================================
tablet
===============================================*/
@media (max-width:820px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
  }

  #Area .btn-area1 {
    width: 80%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }
 
section {
  max-width: 300px;
  margin: 0 auto;
}
a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* メニューボタン*/

a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 150px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 1px solid #000000;
    color: #000000;
    transition: 0.5s;
    font-size: 11px;
}

.container0528 {
    display: grid;
    grid-template-columns: 230px 230px 230px;
    grid-template-rows: 300px 60px 60px 300px 60px 60px 300px 60px 60px;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photo1 photo2 photo3"
        "crz1 crz2 crz3"
        "btn1 btn2 btn3"
        "photo4 photo5 photo6"
        "crz4 crz5 crz6"
        "btn4 btn5 btn6"
        "photo7 photo8 photo9"
        "crz7 crz8 crz9"
        "btn7 btn8 btn9";
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {
  #Area .imageArea ul.row-fluid {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
 
  #Area .btn-area1 {
    width: 90%;
    display: block;
    margin: 0 auto 80px;
  }

  #Area .btn-area1 ul li.span10 {
    width: 100%;
    margin-left: 4%;
    padding-bottom: 0%;
    padding-top: 2%;
  }

  #Area .btn-area1 ul li.span10:first-child {
    margin-left: 0;
    margin-top: 20%;
  }

  #Area .btn-area1 ul li a {
    display: block;
    font-size: 18px;
    line-height: 350%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: bold;
    font-family: 'Yu Gothic Medium','游ゴシック Medium','Franklin Gothic Medium','Osaka','Roboto', sans-serif;
  }

  #Area .content-area {
    padding-bottom: 0;
  }


  #Area .imageArea ul.row-fluid li.mt47 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt95 {
    margin-top: 12%;
  }

  #Area .imageArea ul.row-fluid li.mt120 {
    margin-top: 12%;
  }


/* 文字追加*/

.text01 {
    font-size: 1.0em;
    line-height: 20px;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    padding: 3%;
}


.font01 {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    /* padding: 5%; */
    padding-bottom: 10%;
}

/* ボタン*/

section {
  max-width: 300px;
  margin: 0 auto;
}

a.btn_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_02:hover {
  background: #000;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* 余白*/
.spece {
 padding-top:10%;
  text-align:center;
}

.sma{
    display: none;
}

/*レイアウト1*/

.container0528 {
        display: grid;
        grid-template-columns: 13em 13em;
        grid-template-rows: 16em 4em 3em 16em 4em 3em 16em 4em 3em 16em 4em 3em 16em 4em 3em;
        gap: 10px 10px;
        grid-auto-flow: row;
        justify-content: center;
        align-content: center;
        grid-template-areas:
        "photo1 photo2"
        "crz1 crz2"
        "btn1 btn2"
        "photo3 photo4"
        "crz3 crz4"
        "btn3 btn4"
        "photo5 photo6"
        "crz5 crz6"
        "btn5 btn6"
        "photo7 photo8"
        "crz7 crz8"
        "btn7 btn8"
        "photo9 ."
        "crz9 ."
        "btn9 .";
}
}