@charset "UTF-8";
/* CSS Document */

/* =========================================================
　メインビジュアル
========================================================= */
#warp_01 {
  background-color: #f1f0e9;
}

body {
  position: relative;
}
.page_title {
  background: url(images/title@2x.jpg?2024), linear-gradient(#fa973b, #f1cf3b);
  background-repeat: no-repeat, repeat;
  background-size: 1000px auto, auto;
  background-position: center center;
  width: 100%;
  height: 440px;
  text-align: center;
}

.page_title h2 {
  display: none;
}

.main {
/*
  position: relative;
  z-index: -99999;
*/
  background-color: #e4eff5;
  overflow: hidden;
}
#AUTUMU_WRAP {
  text-align: center;
  position: relative;
  z-index: -99999;
}
.contents-line-y {
  /*position: absolute;*/
  position: relative;
  background: url("images/contents_line_p.png") repeat-x center top/1282px auto;
  z-index: 10000;
  height: 5px;
  display: block;
  top: -5px;
  width: 100%;
}
.footer-line {
  display: block;
  width: 100%;
  height: 5px;
}
.footer_sitemap::before {
  background-image: url("images/titline_be.png");
}
@media screen and (max-width: 736px) {
  .page_title {
    background-size: 120% auto, cover;
    padding-top: 53%;
    height: auto;
  }
  .site_title a {
    width: 250px;
    height: 60px;
    display: block;
  }

  .footer_address address::before {
    background-image: url("images/titline_be.png");
  }
} /*@media*/
/* 共通パーツ
--------------------------------------------------------- */
/*wrap*/
.contents {
  padding-bottom: 2em;
}
.warp {
  padding: 7.533em 20px;
}
/*タイトル*/
.title {
  text-align: center;
  margin: 4em 0 2em;
}
.title img {
  width: 100%;
  height: auto;
  max-width: 487px;
}
.title_h3 {
  font-size: 2em;
  text-align: center;
}
.title_stripe {
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  color: #c94e49;
  margin: 2.5em auto;
  max-width: 281px;
}
.title_stripe:after {
  content: "";
  text-align: center;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0;
  top: 2em;
  width: 100%;
  max-width: 281px;
  height: 7px;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #c94e49,
    #c94e49 1px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0) 4px
  );
  background: repeating-linear-gradient(
    -45deg,
    #c94e49,
    #c94e49 1px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0) 4px
  );
}
/*フォントサイズ*/
p {
  font-size: 17px;
}
/*色付きボタン*/
.btn_box {
  display: inline-block;
  margin: 1em 0 0;
  width: 100%;
  box-sizing: border-box;
}
.btn_box a {
  width: 100%;
  background-color: #E0530F;
  padding: 0.7em;
  color: #fff;
  display: block;
  text-decoration: none;
  background-image: url(../../../common/img/arrow_w_l.png);
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: right 10px center;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  box-sizing: border-box;
}
.btn_box a:hover {
  opacity: 0.7;
  color: #fff;
}

.btn_box_s {
  display: block;
}
.btn_box_s a {
  width: 100%;
  /*background-color: #F07B7A;*/
  padding: 1em;
  color: #fff;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  background-position: right 10px center;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  box-sizing: border-box;
}
.btn_box_s[data-colorscheme="lightblue"] a {
  background-color: #3a7cbe;
}
.btn_box_s[data-colorscheme="blue"] a {
  background-color: #303060;
}
/* 詳しく見るボタン
--------------------------------------------------------- */
.morebtn_family{
  text-align: center;
  margin: 2em auto 3em;
	max-width: 650px;
  }
  
  .morebtn_family a {
  width: 100%;
  background-color: #E0530F;
  padding: 1em;
  color: #FFF;
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  background-position: right 10px center;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  box-sizing: border-box;
  background-image: url(../../../common/img/arrow_w_l.png);
  font-size:  20px;
  font-weight: bold;
  }

/*リンク*/
.spring_link {
  color: #368389;
  text-decoration: underline;
}
.type_wrap div img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.menu ul {
  max-width: 1000px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-around;
}
.menu ul li {
  background-color: #1e257d;
  width: 100%;
  border: 1px solid #6c77a0;
  text-align: center;
  line-height: 0em;
  padding: 0 1em 0 0;
}
.menu ul li a {
  background-image: url("../../common/images/arrow_w.png");
  background-repeat: no-repeat;
  background-position: center right;
  display: block;
  padding: 1.2em 0em 1.2em 0;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 736px) {
  .warp {
    padding: 2em 20px 4em;
  }
  /*フォントサイズ*/
  p {
    font-size: 1.1em;
    padding: 0 0 1.2em;
  }
  .spring_title {
    font-size: 130%;
    line-height: 1.5em;
    padding: 0.3em 0;
  }
  .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 0 0;
    padding: 0 20px;
  }
  .menu ul li {
    background-color: #1e257d;
    width: 100%;
    text-align: center;
    line-height: 0em;
    padding: 0 0.5em 0 0;
    margin: 5px 0;
  }
  .menu ul li a {
    background-image: url("../../common/images/arrow_w.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 12px;
    display: block;
    padding: 1.2em 0em 1.2em 0;
    font-size: 1em;
  }

  .title img {
    max-width: 100%;
  }
}

.catch {
  max-width: 1000px;
  margin: 0 auto;
  color: #303060;
}
.catch_title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.catch_detail {
  max-width: 700px;
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  background: #fff;
}
.catch_detailTitle {
  background: #fafabd;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  padding: 10px 20px;
}
.catch_detailText {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 10px 20px;
  text-align: center;
}

@media screen and (max-width:1000px){
  .catch_detail {
    display: block;
    margin: 40px 20px 0;
    text-align: center;
    box-sizing: border-box;
  }
  .catch_title {
    font-size: 25px;
  }
  .catch_detailTitle ,
  .catch_detailText {
    font-size: 22px;
    padding: 10px 10px;
  }
}

.study,
.taiken  {
  margin:1em 0 4em;
}
.study_header,
.taiken_header {
  height: auto;
  color: #fff;
  background: #303060;
  text-align: center;
  border-top: 5px solid #fae572;
  padding: 20px 0 14px;
}
.study_title,
.taiken_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.study_subTitle,
.taiken_subTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.study_text,
.taiken_text,.about_text  {
  font-size: 16px;
  color: #362407;
  font-weight: bold;
  margin-bottom: 1em;
	text-align: center;
}
.study_text[data-align="right"],
.taiken_text[data-align="right"] {
  text-align: right;
}
ul.taiken_list{
  margin: 0.3em auto 2em auto;
display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
  max-width: 1000px;
justify-content: space-evenly;

}

ul.taiken_list li{
width: 32%;
margin: 1em 0 0.2em;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5;
	
}
ul.taiken_list li img{
width:100%;
padding-bottom: 1em;
}
.study_main,
.taiken_main{
/*  display: flex;*/
  margin: 10px -36px -36px;
	font-weight: bold;
}
.study_textarea,
.study_imgarea,
.taiken_textarea,
.taiken_imgarea {
  flex: 1;
  padding: 36px;
}
.study_imgarea,
.taiken_imgarea {
  text-align: center;
}

.taiken_imgarea p:nth-child(1) {
  padding-bottom: 20px;
}

/*
.taiken_textarea img{
  padding-bottom: 3em;
  padding-bottom: 4em;
}
*/

.study_map{
  display: block;
}
.study_main h4,
.study_map h4,
.taiken_main h4,.about-winter h4{
  font-size: 30px;
  color: #3A7CBE;
	text-align: center;
	margin: 1em 0 0.5em;
	font-weight: bold;
}

.backbtn {
  text-align: center;
  padding: 0 0 6.7rem;
}
.backbtn p {
  max-width: 600px;
  margin: 0 auto;
  padding: 23px 20px 0;
  box-sizing: border-box;
  /*background-color: #FBF3F2;*/
}
.taiken_textarea .youtube{
  width: 100%;
  position: relative;
  padding-top: 75.25%;
margin-bottom: 1em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1000px){

  .study_main,
  .taiken_main{
    display: block;
    margin: 0;
  }

.study_textarea,
.study_imgarea,
.taiken_textarea,
.taiken_imgarea {
  padding:  36px 20px  0 20px;
  box-sizing: border-box;
}
.study_main h4,
.study_map h4,
.taiken_main h4,.about-winter h4{
  font-size: 25px;
}

.taiken_textarea img{
  padding-bottom: 1em;
  padding-bottom: 1em;
}
.study_subTitle,
.taiken_subTitle {
  padding: 0 20px;
}
.study_map{
  padding: 3em 20px;
  box-sizing: border-box;
}

.study_map iframe{
  width: 100%;
  box-sizing: border-box;
}
.study_text[data-align="right"],
.taiken_text[data-align="right"] {
  text-align: center;
}
.taiken_text img,
.taiken_imgarea img{
  width: 100%;
}
ul.taiken_list li {
    width: 100%;
}
}

/*花巻12湯
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#wrap_04{
  background-color: #f9f9dd;
  padding: 2em 20px 3em;
  }
#wrap_04 .morebtn_family{
  background-color: #f9f9dd;
  margin: 2em auto 0em;
  }
#wrap_04 h4 span{
font-size: 0.75em;
line-height: 1.4;
display: block;
  }
  .hanamaki12to_contents_wrap{
    max-width: 1000px;
    margin: 1em auto 0;
  }
  .hanamaki12to_img{
    display: flex;
    max-width: 1000px;
    margin: 1em auto 0;
    justify-content: space-between;
    }
  .hanamaki12to_img img{
    width: 49%;
    height: auto;
    }
    .hanamaki12to_text{
      text-align: center;
      margin-top: 1.5em;
    }
    @media screen and (max-width:768px){
      .hanamaki12to_img{
       flex-wrap: wrap;
        }
      .hanamaki12to_img img{
        width: 100%;
        height: auto;
        }
    }
/*親子で楽しむスポット＆イベント
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#wrap_05 ul{
	display: flex;
}
#wrap_05 li{
	width: 47%;
}
#wrap_05 img{
	width: 100%;
	object-fit: cover;
}
#wrap_05 h4{
	height: 15%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#wrap_05 span{
	font-size: 0.75em;
	line-height: 1.4;
}
#wrap_05 p{
	height: 15%;
}
@media screen and (max-width:768px){
	#wrap_05 ul{
		display: flex;
		flex-direction: column;
	}
	#wrap_05 li{
		width: 100%;
	}
}
/*花巻の冬について
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#wrap_03{
  background-color: #f9f9dd;
  padding: 2em 20px 3em;
  }
  .about_contents_wrap{
  display: flex;
  max-width: 1000px;
  margin: 1em auto 0;
  }
  .about_img{width: 50%;
  max-width: 500px;
  }
  .about_img img{
  width: 100%;
  }
  .about_text{   
  width: 55%;
  max-width: 500px;
  margin-left: 30px;
  text-align: left;
  }
  .about_avgkion img{
  width: 100%;
  }
    
    
  .title-border {
  display: flex;
  align-items: center;
  color: #32526E;
  font-size: 1.35em;
  font-weight: bold;
  margin: 1em 0;
  }
  .title-border:before,
  .title-border:after {
  border-top: 1px solid #32526E;
  content: "";
  flex-grow: 1;
  }
  .title-border:before {
  margin-right: 1em;
  }
  .title-border:after {
  margin-left: 1em;
  }
    
    
  @media screen and (max-width:768px){
    .study, .taiken {
      margin: 1em 0 1em;
  }
    #wrap_03{
      padding: 2em 20px 0em;
      }
    .about_contents_wrap{
      display: block;
    }
    .about_text{  margin-left: 0;}
      .about_avgkion img{width: 100%;}
      .about_img,.about_text{
        width: 100%;
        max-width: 100%;
      }
    .title-border {
      margin: 0 0 1em;
    }
    .about_img img{
      margin-left: 0;
      margin-bottom: 2em;
      }
  }