@charset "UTF-8";
/*----------------------------------------------------
共通
----------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* スクロールバーの有無によるズレ対策 */
html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  background: #000012;
}

/* リンク
----------------------------------------------------*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
#page（ページ全体）
----------------------------------------------------*/
/*----------------------------------------------------
#contents（メインとサイド）
----------------------------------------------------*/
/*----------------------------------------------------
#main（メインコンテンツ）
----------------------------------------------------*/
.yobou {
  line-height: 1.8;
}

.btn_wrap {
  width: 117px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  text-align: center;
}
.btn_wrap ul li {
  border-bottom: 1px solid #fff;
  padding: 7px 0;
}
.btn_wrap ul li a {
  text-decoration: none;
  transition: all 0.7s;
  display: block;
}
.btn_wrap ul li a:hover {
  opacity: 0.7;
}
.btn_wrap ul li:first-child {
  border-top: 1px solid #fff;
}

.concept01 {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2.4;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.concept01 .flower {
  position: absolute;
  top: 300px;
  right: -150px;
}
.concept01 .main_title {
  margin-bottom: 30px;
}
.concept01 .p02 {
  margin-top: 20px;
}
.concept01 .p03 {
  margin-top: 25px;
}

.copyright {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.copyright2 {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.syukuhaku01 {
  margin-top: 50px;
}
.syukuhaku01 .img01 {
  margin-top: 20px;
}
.syukuhaku01 .img01:first-of-type {
  margin-top: 50px;
}
.syukuhaku01 .img02_wrap {
  margin-top: 20px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rinen01 {
  width: 500px;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 1.8;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.rinen01 ul li {
  list-style: none;
  text-align: left;
  margin-top: 15px;
}
.rinen01 ul li .p02 {
  text-align: right;
}
.rinen01 .keiei {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.rinen01 .keiei .main_title {
  margin-bottom: 60px;
}
.rinen01 .tsunagari {
  width: 550px;
  margin: 0 auto;
  margin-top: 80px;
}
.rinen01 .tsunagari .sub_title {
  text-align: center;
  margin-bottom: 40px;
}

.kodawari01 {
  margin-top: 80px;
}
.kodawari01 .subtitle {
  margin-top: 30px;
}
.kodawari01 .p01 {
  margin-top: 20px;
}
.kodawari01 .img_wrap {
  margin-top: 20px;
}
.kodawari01 .img_wrap .img02 ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.kodawari01 .img_wrap .img02 ul li {
  list-style: none;
  margin-top: 10px;
}

.kodawari02 {
  margin-top: 50px;
}
.kodawari02 .subtitle {
  margin-top: 30px;
}
.kodawari02 .p01 {
  margin-top: 20px;
}
.kodawari02 .img01 {
  margin-top: 20px;
}

.kodawari03 {
  margin-top: 80px;
}
.kodawari03 .p01 {
  margin-top: 20px;
}
.kodawari03 .img01 {
  margin-top: 20px;
}
.kodawari03 .img02 ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.kodawari03 .img02 ul li {
  list-style: none;
  margin-top: 10px;
}

.kodawari04 {
  margin-top: 80px;
}
.kodawari04 .p01 {
  margin-top: 20px;
}
.kodawari04 .img01 {
  margin-top: 20px;
}
.kodawari04 .img01 ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.kodawari04 .img01 ul li {
  list-style: none;
  margin-bottom: 10px;
}
.kodawari04 .btn2 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .syukuhaku_02_sp {
    width: 90vw;
    margin: 0 auto;
  }
  .syukuhaku_02_sp img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=addition.css.map */