@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  /*overflow: hidden;*/
}

@media screen and (max-width: 900px) {
  .f20res,
  .f18res {
    font-size: 5vw;
  }
  .f22res {
    font-size: 5vw;
  }
  .f16res {
    font-size: 3.9vw;
  }
  .f14res {
    font-size: 4.2vw;
  }
}
#section01 {
  width: 100%;
  padding: 132px 0 90px 0;
  background-color: #dedbd8;
}

@media screen and (max-width: 900px) {
  #section01 {
    padding: 70px 0 48px;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}

#section01 .mv_logo {
  text-align: center;
}

#section01 .mv_logo img {
  max-width: 278px;
  width: 60%;
}

#section01 h1 {
  max-width: 700px;
  width: 84%;
  margin: 77px auto 0;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #section01 h1 {
    margin: 30px auto 0;
  }
}
#section01 .mv_text_area {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  #section01 .mv_text_area {
    margin: 50px auto 0;
  }
}
#section01 .mv_text_area h2 {
  text-align: center;
  color: #002968;
}

#section01 .mv_text_area .mv_text--main {
  margin-top: 43px;
  margin-bottom: 42px;
  text-align: center;
  line-height: 160%;
}

#section01 .mv_text_area .mv_text {
  text-align: center;
  line-height: 190%;
}

@media screen and (max-width: 900px) {
  #section01 .mv_text_area .mv_text {
    text-align: left;
    line-height: 200%;
  }
}
#section01 .mv_intro_list {
  display: flex;
  justify-content: space-between;
  margin-top: 94px;
}

@media screen and (max-width: 900px) {
  #section01 .mv_intro_list {
    margin-top: 64px;
    flex-wrap: wrap;
  }
}
#section01 .mv_intro_list li {
  width: 23%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  #section01 .mv_intro_list li {
    width: 47%;
  }
  #section01 .mv_intro_list li:nth-child(3), #section01 .mv_intro_list li:nth-child(4) {
    margin-top: 30px;
  }
}
#section01 .mv_intro_list li .item_text {
  margin-bottom: 16px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  #section01 .mv_intro_list li .item_text {
    margin-bottom: 12px;
  }
}
#section02 {
  width: 100%;
  padding: 74px 0 34px;
}

@media screen and (max-width: 900px) {
  #section02 {
    padding: 74px 0 62px;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#section02 .ttls {
  text-align: center;
  margin-bottom: 3em;
}

#section02 .intro_top {
  /*/*border-bottom: 1px solid #000;*/
  text-align: center;
  padding-bottom: 58px;
}

@media screen and (max-width: 900px) {
  #section02 .intro_top {
    padding-bottom: 70px;
  }
}
#section02 .intro_top img {
  max-width: 308px;
  width: 60%;
}

#section02 .number_title {
  text-align: center;
  margin-top: 22px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

#section02 .intro_middle {
  /*border-bottom: 1px solid #000;*/
  text-align: center;
  margin-top: 19px;
  padding-bottom: 3px;
}

@media screen and (max-width: 990px) {
  #section02 .intro_middle {
    padding-bottom: 13px;
    max-width: none;
  }
}
#section02 .intro_middle img {
  max-width: 200px;
  width: 90%;
}

#section02 .intro_middle figcaption {
  text-align: right;
}

@media screen and (max-width: 990px) {
  #section02 .intro_middle figcaption {
    margin-top: 21px;
    margin-right: 4%;
  }
}
#section02 .city_wrap {
  margin-top: 52px;
  /*
  .city-box {
  	display: -ms-grid;
  	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(153px, 1fr));

  	p {
  		display: flex;
  		margin: 0 -1px -2px 0;
  		padding: 12px 18px 7px 32px;
  		border-bottom: 2px solid #231815;
  		z-index: -1;
  		position: relative;
  		top: 0;
  		left: 0;

  		@media screen and (max-width: 900px) {
  			padding: 2vw 2vw 2vw 7vw;
  		}

  		&:nth-child(odd) {
  			border-right: 1px solid #231815;
  		}

  		&::before {
  			content: "";
  			margin: 0.3em 10px 0 0;
  			width: 13px;
  			height: 13px;
  			background: #a49877;
  			border-radius: 50%;

  			@media screen and (max-width: 900px) {
  				width: 2vw;
  				height: 2vw;
  				margin: 1.9vw 1.6vw 0 0;
  			}
  		}
  	}
  }
  	*/
}

#section02 .city_wrap .city_title {
  text-align: center;
  color: #002968;
  font-weight: 600;
  letter-spacing: 0.2em;
}

#section02 .city_wrap .city {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  grid-template-columns: 532px 1fr;
  margin: 26px 0 70px;
}

@media screen and (max-width: 990px) {
  #section02 .city_wrap .city {
    grid-template-columns: 360px 1fr;
  }
}
@media screen and (max-width: 900px) {
  #section02 .city_wrap .city {
    grid-template-columns: 1fr;
    gap: 36px;
    margin: 50px 0 38px;
  }
}
#section02 .city_wrap .city .city-map-img {
  margin: 0 auto;
  max-width: 390px;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city .city-map-img {
    width: 89%;
  }
}
#section02 .city_wrap .city_table {
  margin-top: 26px;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  border-right: 1px solid #231815;
  border-bottom: 0px solid #231815;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city_table {
    margin-top: 0;
  }
}
#section02 .city_wrap .city-ttl {
  padding: 12px 15px;
  text-align: center;
  font-weight: 500;
  color: #002968;
  background-color: #eae8dc;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-ttl {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-item {
    display: block;
    margin: auto;
    width: 100%;
  }
}
#section02 .city_wrap .city-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#section02 .city_wrap .city-box p {
  display: flex;
  margin: 0 0px 0px 0;
  padding: 12px 18px 7px 32px;
  border-bottom: 1px solid #999;
  z-index: -1;
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p {
    /*
    display: flex;
    justify-content: flex-start;
    */
  }
}
#section02 .city_wrap .city-box p span.t01 {
  width: 3.5em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p span.t01 {
    /*width: auto;*/
  }
}
#section02 .city_wrap .city-box p span.t02 {
  width: calc(100% - 4em - 13px);
  text-align: right;
  padding-right: 1em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p span.t02 {
    width: calc(100% - 4em - 2vw);
    padding-right: 0.5em;
    /*
    text-align: left;
    display: inline-block;
    margin-left: 0.5em;
    */
  }
}
#section02 .city_wrap .city-box p span.kara {
  display: inline-block;
  width: 1em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p span.kara {
    /*
    display: none;
    */
  }
}
#section02 .city_wrap .city-box p.last {
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p.last_sp {
    border-bottom: 1px solid #231815;
  }
}
@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p {
    padding: 2vw 2vw 2vw 5vw;
    font-size: 3.6vw;
  }
}
#section02 .city_wrap .city-box p:nth-child(odd) {
  border-right: 1px solid #999;
}

#section02 .city_wrap .city-box p::before {
  content: "";
  margin: 0.3em 6px 0 0;
  width: 13px;
  height: 13px;
  background: #a49877;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .city-box p::before {
    width: 2vw;
    height: 2vw;
    margin: 1.9vw 1.6vw 0 0;
  }
}
#section02 .city_wrap .group {
  display: -ms-grid;
  display: grid;
  gap: 36px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  margin: 45px 0;
}

#section02 .city_wrap .area_title {
  text-align: center;
  color: #002968;
  font-weight: 600;
  letter-spacing: 0.2em;
}

#section02 .city_wrap .area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
  margin-top: 44px;
}

@media screen and (max-width: 540px) {
  #section02 .city_wrap .area {
    grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
  }
}
@media screen and (max-width: 900px) {
  #section02 .city_wrap .area {
    margin-top: 27px;
  }
}
#section02 .city_wrap .area p {
  margin: 0 0px 0px 0;
  padding: 17px 18px 17px 44px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  z-index: -1;
  position: relative;
  top: 0;
  left: 0;
  width: 25%;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p {
    display: flex;
    justify-content: flex-start;
  }
}
#section02 .city_wrap .area p span.t01 {
  width: 5.5em;
  text-align: justify;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p span.t01 {
    /*width: auto;*/
  }
}
#section02 .city_wrap .area p span.t02 {
  width: calc(100% - 6em - 13px);
  text-align: right;
  padding-right: 1em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p span.t02 {
    width: calc(100% - 6em - 2vw);
    padding-right: 0.5em;
    /*
    text-align: left;
    display: inline-block;
    margin-left: 0.5em;
    */
  }
}
#section02 .city_wrap .area p span.kara {
  display: inline-block;
  width: 1em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p span.kara {
    /*display: none;*/
  }
}
#section02 .city_wrap .area p span.kara2 {
  display: inline-block;
  width: 0em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p span.kara2 {
    /*display: none;*/
    width: 1em;
  }
}
#section02 .city_wrap .area p span.kara4 {
  display: inline-block;
  width: 0em;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p span.kara4 {
    /*display: none;*/
    width: 1em;
  }
}
#section02 .city_wrap .area p span.kara3_sp {
  display: inline-block;
  width: 0.33em;
  display: none;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p span.kara3_sp {
    display: inline-block;
    width: 0.33em;
  }
}
#section02 .city_wrap .area p.last_pc {
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p.last_pc {
    border-bottom: 1px solid #999;
  }
}
#section02 .city_wrap .area p.last {
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p.last_sp {
    border-bottom: 1px solid #231815;
  }
}
#section02 .city_wrap .area p:nth-child(4n) {
  border-right: 1px solid #231815;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p:nth-child(2n) {
    border-right: 1px solid #231815;
  }
}
@media screen and (max-width: 540px) {
  #section02 .city_wrap .area p {
    padding: 12px;
  }
}
@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p {
    padding: 2vw 2vw 2vw 5vw;
    width: 50%;
    font-size: 3.6vw;
  }
}
#section02 .city_wrap .area p.nolist::before {
  content: none;
}

#section02 .city_wrap .area p::before {
  content: "";
  display: inline-block;
  margin: 0.3em 6px 0 0;
  width: 13px;
  height: 13px;
  background: #a49877;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  #section02 .city_wrap .area p::before {
    width: 2vw;
    height: 2vw;
    margin: 1.9vw 1.6vw 0 0;
  }
}
#section02 .map_wrap {
  background-color: #f1eee0;
  padding: 56px 72px;
  border-radius: 10px;
  margin-top: 87px;
}

@media screen and (max-width: 900px) {
  #section02 .map_wrap {
    margin-top: 27px;
    padding: 13% 6%;
  }
}
#section02 .map_wrap .map_title {
  text-align: center;
  color: #002968;
  padding-bottom: 13px;
  border-bottom: 1px solid #000;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 900px) {
  #section02 .map_wrap .map_title {
    padding-bottom: 37px;
  }
}
#section02 .map_wrap .text--main {
  text-align: center;
  color: #002968;
  margin-top: 40px;
  margin-bottom: 28px;
  line-height: 188%;
}

@media screen and (max-width: 900px) {
  #section02 .map_wrap .text--main {
    margin-top: 28px;
  }
}
#section02 .map_wrap .map_img {
  margin-top: 54px;
}

#section03 {
  width: 100%;
  padding: 74px 0 136px;
  background-color: #dedbd8;
}

@media screen and (max-width: 900px) {
  #section03 {
    padding: 67px 0 60px;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

#section03 .bussiness_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  #section03 .bussiness_list {
    display: block;
  }
}
#section03 .bussiness_list li {
  width: 29%;
}

@media screen and (max-width: 900px) {
  #section03 .bussiness_list li {
    width: 100%;
    margin-top: 40px;
  }
  #section03 .bussiness_list li:first-child {
    margin-top: 0;
  }
}
#section03 .bussiness_list li:nth-child(4), #section03 .bussiness_list li:nth-child(5), #section03 .bussiness_list li:nth-child(6) {
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  #section03 .bussiness_list li:nth-child(4), #section03 .bussiness_list li:nth-child(5), #section03 .bussiness_list li:nth-child(6) {
    margin-top: 40px;
  }
}
#section03 .bussiness_list li h3 {
  color: #002968;
  margin-top: 29px;
}

@media screen and (max-width: 900px) {
  #section03 .bussiness_list li h3 {
    margin-top: 60px;
    margin-bottom: 0.35em;
  }
}
#section03 .bussiness_list li .item_sub {
  margin-top: 10px;
}
#section03 .bussiness_list li .item_sub span {
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 4px;
}

@media screen and (max-width: 900px) {
  #section03 .bussiness_list li .item_sub {
    font-size: 3.8vw;
    line-height: 140%;
  }
  #section03 .bussiness_list li .item_sub span {
    font-size: 2.3vw;
  }
}
#section03 .bussiness_list li .item_text {
  margin-top: 22px;
  line-height: 160%;
} 
.jisseki_wrap {
  padding-top: 40px;
  border-top: 1px solid #231815;
}

.jisseki_name {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #002968;
}

.jisseki_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.jisseki_list li {
  width: 30%;
  margin-bottom: 25px;
}
.jisseki_list li .img-box {
  margin-bottom: 5px;
}
.jisseki_list li .li-caption {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .jisseki_wrap {
    padding-top: 9vw;
    border-top: 1px solid #231815;
  }
  .jisseki_name {
    text-align: center;
    font-size: 4.6vw;
    font-weight: 600;
  }
  .jisseki_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10vw;
  }
  .jisseki_list li {
    width: 46%;
    margin-bottom: 3vw;
  }
  .jisseki_list li .img-box {
    margin-bottom: 1vw;
  }
  .jisseki_list li .li-caption {
    font-size: 2.3vw;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style-takara_group.css.map */