@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;
}

.box1 {
    padding-top: 8%;
    padding-bottom: 5%;
}

.box2 {
    padding-top: 5%;
     padding-bottom: 10%;
}

.box3 {
    padding-top: 3%;
}

#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;
    display: block;
    font-family: serif;
    text-align: -webkit-center;
}

#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;
}

/* 追加文字*/
.moji {
    background-color: #000;
    color: #ffffff;
    font-size: 16px;
    margin: 2%;
    padding: 0% 1% 0% 1.5%;
    letter-spacing: 0.1em;
}

/* 文字ベース*/

.text01 {
    font-size: 16px;
    line-height: 25px;
    width: 75%;
    margin: 0 auto;
    font-family: 'Lora', serif;
    text-align: left;
    padding-top: 12%;
}

.text02 {
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    font-family: 'Lora', serif;
    padding-top: 5%;
}

.text04 {
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  width: 71%;
  margin: 3% auto 13%;
}

.text03 {
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  width: 65%;
  margin: 3% auto 10%;
}

.mini {
    font-size: 14px;
    text-align: left;
    font-family: "Aries", serif;
    padding-top: 35%;
}

.font01 {
    font-size: 3.8em;
    font-weight: bold;
    text-align: left;
    font-family: 'Lora', serif;
    padding-top: 35%;
    margin: 10% 0% 0% 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;
  font-family: serif;
}
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;
}

.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: black;/*文字は黒に*/
  font-size:3.0em;
  top: 5px;
  left: 20px;
  }

.example img {
  width: 100%;
  }

/* レイアウト*/

.container1110 {  display: grid;
  grid-template-columns: 460px 460px;
  grid-template-rows: 650px;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  grid-template-areas:
    "eria1 eria2";
}

.eria1 { grid-area: eria1; }

.eria2 { grid-area: eria2; }

.container11102 {  display: grid;
  grid-template-columns: 460px 460px;
  grid-template-rows: 650px;
  gap: 10px 10px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  grid-template-areas:
    "eria2 eria1";
}

.eria1 { grid-area: eria1; }

.eria2 { grid-area: eria2; }

.border {
    border: solid 0.5px #000;
    margin: 5%;
    padding: 0% 1% 0% 1%;
    font-size: 14px;
}
.container1121 {  display: grid;
  grid-template-columns: 920px;
  grid-template-rows: 100px;
  gap: 0px 0px;
  grid-auto-flow: row;
  justify-content: center;
  align-content: center;
  grid-template-areas:
    "text1";
}

.text1 { grid-area: text1; }
}
/*===============================================
tablet
===============================================*/
@media (max-width: 834px) {
  #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;
}

.box3 {
    padding-top: 8%;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 768px) {

#Area img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    padding: 3%;
}

  #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%;
  }

.text02 {
    font-size: 14px;
    font-weight: nomal;
    line-height: 20px;
    width: 90%;
    margin: 0% auto;
    padding-top: 5%;
}

  .mini {
    font-size: 14px;
  }

  .font02 {
    font-size: 1.4em;
    font-weight: bold;
  }

  .font03 {
    font-size: 1.3em;
    text-align: left;
  }

section {
  max-width: 200px;
  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: 40px;
  padding: 0 6% 0 12%;
  color: #000;
  font-size: 14px;
  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;
}

.box1 {
    padding-top: 10%;
    padding-bottom: 15%;
}

/* 追加文字*/

.font01 {
    font-size: 3.5em;
    font-weight: bold;
    text-align: left;
    font-family: 'Lora', serif;
    padding-top: 2%;
    margin: 0% 5% 0% 5%;
}

.text01 {
    font-size: 14px;
    line-height: 23px;
    width: 90%;
    font-family: 'Lora', serif;
    text-align: left;
    padding-top: 2%;
    padding-bottom: 5%;
}

.moji {
    background-color: #000;
    color: #ffffff;
    font-size: 11px;
    margin: 2%;
    padding: 0% 1% 0% 1.5%;
    letter-spacing: 0.1em;
}

.example p {
    position: absolute;
    color: black;
    font-size: 1.5em;
    top: 1px;
    left: 1px;
}
.container1110 {
    display: inline-block;
}

.container11101 {
    display: inline-block;
}
.container11102 {
    display: block;
}
.container1121 {
    display: block;
}
.box3 {
    padding-top: 15%;
}
}