@charset "utf-8";
/* CSS Document */
/*base--------------------------------*/
* {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', 'Meiryo', 'Osaka', 'Quicksand', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
}
html, body {
  height: 100%;
  overflow: visible;
}
body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* リセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form, div {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  font-family: "游ゴシック体", "Yu Gothic", 'YuGothic', 'メイリオ', 'Meiryo', 'Osaka', 'Quicksand', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}
/* 画像の下にできる隙間をなくす */
img {
  vertical-align: bottom;
}
.cf:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
.bg_white {
  background: #fff;
}
.txac {
  text-align: center !important
}
.c_red {
  color: #B95151
}
.c_blue {
  color: #5162B9;
}
.c_orange {
  color: #f27e01;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt60 {
  margin-top: 60px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.ml50 {
  margin-left: 50px !important
}
.w1100 {
  width: 1100px !important;
}
.w100 {
  width: 100%
}
.sp_block {
  display: inline-block;
}
/* 汎用flex */
.fl_base {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.fl_inner {
  flex: 1;
  max-width: 100%;
  box-sizing: border-box;
}
.fl_center {
  justify-items: center;
  align-items: center;
}
.fl_nowrap {
  flex-wrap: nowrap
}
/*common--------------------------------*/
.wrap {
  width: 1360px;
  margin: auto;
  padding: 40px 0;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif !important;
}
.mincho * {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif !important;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.hover {
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}
.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  zoom: 1;
  -webkit-transition: .5s ease-out;
  -moz-transition: .5s ease-out;
  -ms-transition: .5s ease-out;
  transition: .5s ease-out;
}
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
}
.pagetop img {
  width: 60px;
  height: 60px;
}
.sp {
  display: none;
}
.fit {
  width: 100%;
}
.container {
  opacity: 0;
  margin-top: 100px;
}
.fadein {
  opacity: 0;
}
.bottom_flow {
  width: 100%
}
.btn_wrap {
  display: block
}
.btn {
  background: #D4759A;
  color: #fff;
  box-shadow: 6px 6px #6E5F5F;
  font-weight: bold;
  width: 600px;
  text-align: center;
  display: block;
  margin: 20px auto;
  height: 100px;
  line-height: 100px;
  font-size: 1.8em;
  max-width: 100%;
}
/*--------------------------------------*/
/*mainvisual*/
/*--------------------------------------*/
.mainvisual img {
  width: 100%
}
/* 特別セミナー＆説明会！ */
.mainvisual_btm .fl_base {
  flex-wrap: nowrap;
}
.mainvisual_btm .left h3 {
  background: #816C54;
  color: #FFF6E1;
  font-size: 46px;
  text-align: right;
  padding: 14px 40px 14px 30px;
}
.mainvisual_btm .left {
  flex: 1 850px;
  max-width: 850px;
}
.mainvisual_btm .left .txt {
  font-size: 46px;
  text-align: right;
  color: #816C54;
  font-weight: bold;
}
/* 今だけの特別価格！ */
.mainvisual_btm .right {
  margin-left: 50px;
  margin-top: -55px;
  border: 1px solid;
  max-width: 500px;
  margin-right: auto;
}
.mainvisual_btm .right h3 {
  background: #000;
  color: #FFF;
  font-size: 40px;
  padding-left: 65px;
}
.mainvisual_btm .right .txt {
  padding: 20px 20px 0;
  background: #fff;
}
/*--------------------------------------*/
/* sec01 */
/*--------------------------------------*/
.sec01 .bg_white {
  background: url(../img/sec01_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 113px;
}
.sec01 .bottom_flow {
  width: 100%;
  margin-top: -210px;
  z-index: 1;
}
.sec01 img {
  z-index: 1000;
  position: relative;
}
/*--------------------------------------*/
/* sec02 */
/*--------------------------------------*/
.sec02 {
  margin-top: -285px;
}
.value-inner_cont {
  background: url(../img/specialoffer_bg.png);
  background-repeat: no-repeat;
  width: 760px;
  height: 372px;
  margin: 20px auto 0;
  padding: 40px;
}
.value-inner_cont_title {
  margin-left: 20px;
  margin-bottom: 40px;
}
.value-inner_cont .txt {
  margin: 0 80px 0px 40px;
  font-size: 18px;
}
.sec02 .bottom_flow {
  width: 100%;
  margin-top: -180px;
  z-index: -2;
  position: relative;
}
.sec03, .sec12 {
  background: #f6f6f6;
}
.sec04 {
  background: url(../img/sec04_bg_rose.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 81%;
}
.sec04 h4 {
  background: #000;
  width: 640px;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 2.2em;
  font-weight: bold;
}
.sec04 .fl_base {
  flex-wrap: nowrap;
  margin-top: 64px;
}
.sec04 .fl_inner.left {
  margin-left: -100px;
}
.sec04 p {
  margin-left: 40px;
  line-height: 2.5;
  font-size: 1.1em;
}
.sec05 {
  background: url(../img/sec05_bg_rose.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.sec05 .balloon {
  position: relative;
  margin: 1.5em 0;
  width: 310px;
  min-height: 300px;
  text-align: center;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}
.sec05 .balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -13px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}
.sec05 .balloon p {
  font-size: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  align-items: center;
  width: calc(100% - 70px);
  flex-wrap: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sec05 .balloon strong {
  color: #E95552;
}
.balloon_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -50px;
}
.sec05 .balloon {
  background: #F5E7DA;
}
.sec05 .balloon:before {
  border-top: 15px solid #F5E7DA;
}
.sec05 .balloon:nth-child(2n) {
  background: #F8F3F3;
}
.sec05 .balloon:nth-child(2n):before {
  border-top: 15px solid #F8F3F3;
}
.sec05 .balloon:last-child p {
  font-size: 1.1em;
}
.sec05 .bottom_flow {
  width: 100%;
  margin-top: -210px;
  z-index: 1;
}
.sec05 .wrap {
  width: 1200px;
}
.sec06 {
  background: url(../img/wall_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 123px;
  margin-top: -100px;
}
.sec06 .wrap {
  width: 700px;
  padding-top: 200px;
  margin-top: -177px;
  background: #fff;
  box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.4)
}
.sec06 .wrap img {
  width: 100%;
}
.sec06 p {
  text-align: center;
  margin: 40px 0px;
  font-size: 1.2rem;
}
.sec07 {
  background: #FAF7F0;
}
.sec07 .wrap {
  width: 1100px;
}
.voice_block_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice_block {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  width: 27%;
  padding: 24px;
  display: inline-block;
  top: 0;
  vertical-align: top;
  margin-right: 18px;
}
.voice_block h5 {
  border: 5px solid #AE9A82;
  border-width: 2px 0 2px 0;
  font-size: 1.3rem;
  padding: 14px 8px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.voice_block h5 strong {
  font-size: 1.6rem;
  color: #AE9A82;
}
.voice_block h5::before {
  content: "";
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: 0;
  right: 0;
  /* 外枠のスタイル */
  border: 5px solid #AE9A82;
  border-width: 4px 0 4px 0;
}
.voice_block .em {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  color: #AE9A82;
  font-weight:bold;
  margin: 20px 0;
}
.voice_block .comment {
  font-size: 0.86em;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.86em;
}
.voice_block .txt_strong {
  color: #d43e53;
  font-weight:bold;
}
.voice_block .comment.read_more {
  position: relative;
  cursor: pointer;
}
.voice_block .read_open .comment.read_more {
  padding-bottom: 120px;
}
.voice_block .frame_pop:not(.read_open) .comment.read_more {
  height: 181px;
  overflow: hidden;
}
.voice_block .comment.read_more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  height: 104px;
  line-height: 170px;
  margin: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  content: '+　続きを読む';
  text-shadow: 0 1px 0 #fff;
  color: #000000;
}
.voice_block .frame_pop.read_open {
  height: auto;
}
.voice_block .frame_pop.read_open .comment.read_more::after {
  content: '▲閉じる';
}
.voice_block .photo {
  text-align: center;
}
.voice_block .fl_inner + .frame_pop::after, .voice_block .fl_inner + .frame_pop::before {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: auto;
  border-style: solid;
  border-color: transparent;
  content: '';
}
.voice_block .fl_inner + .frame_pop::before {
  top: 18px;
  left: -10px;
  z-index: 0;
  border-width: 10px 10px 10px 0;
  border-right-color: #dbe8f4;
}
.voice_block .fl_inner + .frame_pop::after {
  top: 20px;
  left: -7px;
  z-index: 1;
  border-width: 8px 8px 8px 0;
  border-right-color: #fff;
}
@media screen and (max-width: 990px) {
  .voice_block .fl_inner + .frame_pop::after, .voice_block .fl_inner + .frame_pop::before {
    content: none;
  }
}
.voice_block .name {
  line-height: 1.5rem;
  font-size: 0.9em;
  margin: 0.5em 0;
  text-align: center;
}
.sec08 .bg_gray {
  background: #EBEBEB;
  text-align: center;
}
.sec08 .fl_base {
  justify-content: space-around;
  margin-top: 40px;
}
.sec08 .jisseki {
  text-align: center;
  background: url(../img/sec08_flower_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  padding: 40px 0;
}
.jisseki-note{
  margin-top: 20px;
  text-align: center;
}
.sec08 .message {
  flex-wrap: nowrap;
  font-size: 1.2em
}
.sec08 .message strong {
  font-size: 1.1em
}
.sec08 .message .fl_inner {
  margin-right: 20px;
}
.sec08 .bottom_flow {
  width: 100%;
  margin-top: 40px;
}
.voice__items--note {
  text-align: center;
  font-size: calc(10/ 1366 *100vw);
  font-weight: 500;
  line-height: 2;
  margin-bottom: calc(19/ 1366 *100vw);
}
.online_table {
  display: flex;
}
.online_table h5.mincho {
  background: #fff;
  width: 80%;
  padding: 8px;
  text-align: center;
  margin: 32px 0 0 auto;
  font-size: 1.6rem;
  margin-bottom: 24px;
  font-weight: bold;
}
.online_table .right h5.mincho {
  margin: 32px auto 20px 0;
}
.online_table .left {
  background: #EAF0F2;
  padding-right: 40px;
  flex: 1;
}
.online_table .right {
  background: #E5C7BA;
  padding-left: 40px;
  flex: 1;
}
.online_table ul.list01 {
  width: 81%;
  margin-left: auto;
}
.online_table ul.list02 {
  width: 81%;
  margin-right: auto;
  font-size: 15px;
}
.online_table ul > li {
  position: relative;
  padding: 20px 0px 20px 1.5em;
  list-style: none;
  border-bottom: 1px solid #000;
}
.online_table ul > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  background-color: #BBBBBB;
  content: "";
}
.online_table ul > li:last-child {
  border-bottom: 0
}
.online_table .right ul > li::before {
  background-color: #945F4E;
}
.sec09 {
  background: url(../img/sec09_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 350px;
  padding-bottom: 90px;
  margin-top: -327px;
}
.sec09 .btn {
  margin: 20px 0;
}
@media screen and (max-width:1400px) {
  .sec09 .wrap {
    margin-left: 80px;
  }
}
.sec10 .fl_base {
  margin-top: 10rem;
}
.sec10 .second {
  flex-direction: row-reverse;
  padding-bottom: 75px;
}
.sec10 .first div {
  margin-right: 120px;
}
.sec10 .second p {
  margin-left: 80px;
  margin-right: 40px;
  line-height: 2rem;
}
.sec10 .first .photo {
  box-shadow: 75px 45px 0 #FAF7F0;
}
.sec10 .second .photo {
  box-shadow: -75px 45px 0 #faf7f0;
}
.sec10 .first div > p {
  margin-top: 40px;
  margin-left: 64px;
  line-height: 2rem;
}
.sec11 {
  margin-top: -285px;
}
.sec11 .mincho {
  font-size: 1.8em;
  font-weight: bold;
  margin: 32px 0;
}
.threestep_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.threestep_wrap .elm {
  flex-basis: 25%;
  margin: 0;
  border: 3px solid #EEDFD2;
  position: relative;
}
@media screen and (min-width: 780px) {
  .threestep_wrap .elm:not(:last-child)::before {
    content: "";
    display: inline-block;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 20px solid #EFE2D6;
    position: absolute;
    top: 50%;
    left: 104%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.threestep_wrap .elm .border_wrap {
  border: 1px solid #EEDFD2;
  margin: 8px;
  height: calc(100% - 18px);
}
.threestep_wrap .elm .hl {
  background: #FFF2E6;
  padding: 12px;
}
.threestep_wrap .elm p {
  padding: 20px
}
.sec13 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center
}
.sec13 .fl_base {
  margin: auto;
  justify-content: space-around;
  width: 1180px;
}
.sec13 .fl_base li {
  margin-bottom: 20px;
}
.sec14 {
  background: url(../img/wall_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 123px;
  margin-top: -100px;
  position: relative;
  z-index: -1;
}
.sec14 .wrap {
  width: 700px;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -177px;
  background: #fff;
  box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.4);
  position: relative;
}
.sec14 .wrap img {
  width: 100%;
}
.sec14 p {
  text-align: center;
  margin: 40px 0px;
  font-size: 1.2rem;
}
.sec15 .mainvisual {
  margin-top: -80px;
/*  margin-left: -50px; */
}
.sec15 .mainvisual img {}
.sec16 .mincho {
  font-size: 30px;
  margin: 40px 0 20px;
}
.sec16 .photo_bottom {
  display: flex;
  background: #F9F9F9;
  width: 1100px;
  margin: 0 auto 80px;
}
.sec16 .photo_bottom .bg_white {
  font-size: 1.5em;
  padding: 32px 24px;
  margin: 0 40px 0 0;
}
.sec16 .photo_bottom ul {
  padding: 20px 0;
}
.sec16 .photo_bottom ul > li {
  position: relative;
  padding: 10px 0px 10px 1.5em;
  list-style: none;
}
.sec16 .photo_bottom ul > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  background-color: #816C54;
  content: "";
}
.sec16 .photo_bottom .left {
  display: flex;
  align-items: center;
}
.sec16 .overview {
  background: #FAF7F0;
}
.sec16 .overview dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: none;
  background: #fff;
  padding: 20px 44px;
  margin-bottom: 64px;
}
.sec16 .overview dl dt {
  padding: 18px;
  width: 340px;
  border-bottom: 1px solid #000;
}
.sec16 .overview dl dd {
  padding: 18px;
  width: calc(100% - 412px);
  border-bottom: 1px solid #000;
}
.sec16 .overview dl dt:last-child, .sec16 .overview dl dd:last-child {
  border-bottom: none;
}
.sec16 .overview dl dt.border-none {
  border-bottom: none;
}
.sec16 .day_wrap {
  background: #fff;
  padding: 45px 45px 24px;
  position: relative;
  margin-top: 95px;
}
.sec16 .day_wrap h4 {
  display: inline-block;
  width: 300px;
  background: #816C54;
  font-size: 2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec16 .day_table {
  width: 100%;
  border-collapse: collapse;
}
.sec16 .day_table td, .sec16 .day_table th {
  padding: 20px 8px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.sec16 .day_table tr:last-child th, .sec16 .day_table tr:last-child td {
  border-bottom: none;
}
.manseki {
  background: #F3F3F3;
}
.sec16 .kaisai_icon {
  display: inline-block;
  background: #B95151;
  width: 85px;
  text-align: center;
  color: #fff;
  margin-left: 20px;
}
.sec16 .kaisai_icon.c02 {
  background: #DB9B7F;
}
.sec16 .kaisai_icon.c03 {
  background: #816C54;
}
.sec18 .bg_photo {
  background: url(../img/sec18_photo_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.sec18 .bg_white {
  width: auto;
  font-size: 2.8em;
}
.sec18 .bg_white {
  width: 740px;
  margin-top: 80px;
  font-weight: bold;
}
.sec18 .bg_white + .bg_white {
  width: 600px;
  margin-top: 20px;
}
.sec18 .bg_photo p {
  width: 740px;
  margin-top: 40px;
  font-size: 20px;
}
.sec18 p {
  font-size: 20px;
}
.sec19 {
  background: url(../img/sec19_bg.png), url(../img/sec19_bg_bottom_left.png);
  background-repeat: no-repeat;
  background-position: top, bottom -9px left -20px;
  position: relative;
  z-index: -1;
  padding-bottom: 4rem;
  padding-top: 14rem;
}
.sec19 .fl_base {
  justify-content: center;
}
.sec19 .second {
  flex-direction: row;
  padding-bottom: 75px;
  margin-top: 17rem;
}
.sec19 .first div {
  margin-right: 120px;
}
.sec19 .second p {
  /* margin-left: 80px; */
  margin-right: 40px;
  line-height: 3rem;
  max-width: 850px;
}
.sec19 .first .photo {
  box-shadow: -75px 45px 0 #faf7f0;
}
.sec19 .second .photo {
  box-shadow: 75px 45px 0 #faf7f0;
}
.sec19 .first div > p {
  margin-top: 40px;
  margin-left: 64px;
  line-height: 2rem;
  max-width: 850px;
}
.sec19 .img_wrap {
  background: url(../img/sec19_photo_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 64px;
}
.sec19 .inner_wrap {
  width: 1360px;
  margin: auto;
}
.sec19 .msg {
  font-size: 2em;
  font-weight: bold;
}
.sec19 .c_red {
  font-size: 18px;
}
.sec20 {
  background: #FAF7F0;
}
.sec20 .mincho {
  font-size: 2em;
  font-weight: bold;
}
.sec20 .mincho .small {
  font-size: 0.8em
}
.sec20 .fl_base {
  margin: auto;
  justify-content: space-around;
  width: 1180px;
}
.sec20 .fl_base li {
  margin-bottom: 20px;
}
.sec21 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.sec21 .list li {
  list-style: none;
  margin: 10px;
  position: relative;
}
.sec21 .list li::before {
  content: '─';
  color: #000;
  padding: 0 3px;
}
.sec21 .fl_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sec21 .wrap {
  width: 900px;
}
.sec21 .fl_inner {
  margin-left: 60px;
}
.sec21 .name {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec21 .name .ruby {
  font-weight: normal;
  font-size: 0.6em
}
/*--------------------------------------*/
/*footer*/
/*--------------------------------------*/
footer {
  background: #FAF7F0;
  text-align: center;
  margin-top: 100px;
}
footer a, footer p {
  text-align: center;
  color: #000;
}
footer .navi {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
  line-height: 2;
}
footer .primary {
  padding: 30px 100px;
}
footer a:hover {
  text-decoration: underline;
}
address {
  background: #ae9a82;
  padding: 28px;
  color: #fff;
}