@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}



#header {
  transition: all .2s ease
}
#header * {
  transition: all .2s ease
}

@media only screen and (min-width:770px) {
  #header {
    min-width: 990px;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #4472c4;
  }

  #header a:hover {
    opacity: .8
  }
  #header dl {
    width: 950px;
    margin: auto
  }
  #header dl dt {
    width: 148px;
    float: left;
    padding-top: 24px
  }
  #header dl dd {
    float: left;
    font-size: 23px;
    font-weight:400;
    color: #fff;
    padding-top: 8px;
    padding-left: 36px
  }

  #header .tw-cn dd {
    float: left;
    font-size: 23px;
    font-weight:400;
    color: #fff;
    padding-top: 24px;
    padding-left: 36px
  }

  #header .lang {
    position: absolute;
    top: 24px;
    left: 50%;
    width: 520px;
    text-align: right
  }
  #header .lang li {
    display: inline;
    margin: 0 0 0 37px;
    padding:0 37px 0 0;
    font-size:20px;
    font-weight:400;
    border-right:1px solid #ffffff;
  }
  #header .lang li:last-child{
    border-right:none;
  }
    
    #header .lang li a{
    color:#ffffff;
    text-decoration: none;
  }
}
@media only screen and (max-width:769px) {
  #header {
    height: 59px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #4472c4;
  }
  #header dl dt {
    width: 100px;
    position: absolute;
    top: 19px;
    left: 14px
  }
  #header dl dd {
    position: absolute;
    bottom: 8px;
    left: 150px;
    font-size: 16px;
    color: #fff
  }

  #header .tw-cn dd{
    position: absolute;
    bottom: 17px;
    left: 150px;
    font-size: 16px;
    color: #fff
  }

  #header .lang {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 100%; 
    text-align: right
  }
  #header .lang li {
    display: inline;
    margin: 0 0 0 2.4%;
    padding:0 2.4% 0 0;
    font-size:16px;
    font-weight:400;
    border-right:1px solid #ffffff;
  }
  #header .lang li:last-child{
    border-right:none;
  }
    
    #header .lang li a{
    color:#ffffff;
    text-decoration: none;
  }


}
@media only screen and (max-width:620px) {
  #header dl dd {
    display:none;
  }
}
@media only screen and (max-width:559px) {
  #header .lang {
    top: 20px;
    right: 4px;
  }    
  #header .lang li {
    font-size:14px;
    margin: 0 0 0 2%;
    padding:0 2% 0 0;      
      
  }
  #header dl dt {
    width: 80px;
    position: absolute;
    top: 22px;
    left: 11px;
  }

  .shop_no img{
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin: 1.3em 0.5em 1em 0;
  }
    p.small{
	width:100%;
	margin-right:auto;	
	margin-left:auto;
  margin-bottom: 3em;
}

}

@media only screen and (max-width:320px) {
  #header {
    height: 59px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #4472c4;
  }
  #header dl dt {
    width: 75px;
    position: absolute;
    top: 22px;
    left: 10px;
  }
  #header dl dd {
    position: absolute;
    bottom: 8px;
    left: 150px;
    font-size: 16px;
    color: #fff
  }
  #header .lang {
    position: absolute;
    top: 20px;
    right: 5px;
    width: 100%; 
    text-align: right
  }
  #header .lang li {
    display: inline;
    margin: 0 0 0 2.4%;
    padding:0 2.4% 0 0;
    font-size:12px;
    font-weight:400;
    border-right:1px solid #ffffff;
  }
  #header .lang li:last-child{
    border-right:none;
  }
    
    #header .lang li a{
    color:#ffffff;
    text-decoration: none;
  }


}

body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  color: #000000;
  /* font-size: 18px; */
  line-height: 1.4;
font-weight: 400;
padding:0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  list-style-type: none
}
body {
  -webkit-text-size-adjust: 100%;
}

h5{
  font-size: 28px;
}

.brand_1{
    font-size: 30px;
	font-weight:bolder;
	margin:30px auto;
	border-bottom: solid 7px #03c003;
	padding-bottom:10px;
	width:860px;
	text-align:center;
	  }

.brand_3{
    font-size: 30px;
	font-weight:bolder;
	margin:30px auto;
	border-bottom: solid 7px #ff00ff;
	padding-bottom:10px;
	width:860px;
	text-align:center;
	  }

.text_ko{
  font-weight: bold;
}

p .small{
  font-size: 18px;
}

@media only screen and (max-width:559px) {
  
  h5{
    font-size: 20px;
  }	
  .text {
    font-size: 18px;
    margin: 10px auto 20px;
}
	.brand_1{
    font-size: 30px;
	font-weight:bolder;
    margin-top: 50px;
	border-bottom: solid 3px #00ff00;
	width:80%;
	  }
}

.brand_3{
    font-size: 30px;
	font-weight:bolder;
    margin-top: 50px;
	border-bottom: solid 3px #ff00ff;
	width:80%;
	  }
}

@media only screen and (max-width: 769px){
body {
    font-size: 16px;
    font-feature-settings: 'palt' 1;
}
}

img {
  width: 100%
}

p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

p, dd{
  text-align: justify;
}


.banner {
  text-align: center;
  margin: 2.5em auto
}
.banner img {
  max-width: 100%
}


a:hover{
  opacity: .8;
}

.sub, .sub2{
  width: 100%;
  max-width: 795px;
  margin: 3rem auto 0em;
  text-align: justify;
  font-size: 18px;
}

.sub2{
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width:500px) {
  .sub2{
    font-size: 90%;
    margin: 1rem auto;
  }
  .sub3{
    font-size: 71%;
    margin: 1rem auto;
  }

}

.map{
  max-width: 860px;
  margin: 0 auto 3em;
}
.map img{width: 85%;}

.shop_no{
  display: flex;
  text-align: left;
  margin-left: 0;
}

.shop_no p{
  font-weight: 500;
  padding-top:0.6em;
}

.shop_no_ko p{
  font-weight: bold;
}

#sec4-1 .shop_no p{
  padding-top: 0.7em;
}

.shop_no img{
  width: 100%;
  max-width: 50px;
  margin: 1em 0.5em 1em 0;
}

@media only screen and (max-width:559px) {
  .shop_no img{
    width: 100%;
    max-width: 40px;
    height: 40px;
    margin: 1.3em 0.5em 1em 0;
  } 
.shop_no p{
  font-weight: 500;
  padding-top:0.8em;
} 
.map img{width: 90%}	
}

@media only screen and (max-width:769px) {
  .btn {
  display: flex;
  flex-wrap: wrap;
   width: 83%;
   justify-content: space-between;
   margin: 0 auto;
  }
  .btn .btn4 {
          display: flex;
      }    
  .btn > a ,.btn .btn04{
    width: 50%;
    }
  .btn img {
    width: 100%;
    max-width: 100%;
  }
    .btn .btn04{
        position:relative;
        height:inherit;
    }
    .btn .btn04_inside{

    }
    .btn .btn04_inside img{
        position:absolute;
        width:100%;
        max-width:31.4%;/*84px*/
        margin:0;
    }
    .btn .btn04_inside .left{
        bottom:8.1vw;/*52px*//*-112px*/
        right:52%;/*20px*//*116px*/
    }    
    .btn .btn04_inside .right{
        bottom:8.1vw;/*52px*//*-112px*/
        left:52%;/*22px*//*114px*/
    }
    #bnr {
width:70%;
margin:100px auto 50px;
}
}

@media only screen and (min-width:770px) {
      .btn {
       width: 100%;
       max-width: 990px;
       text-align: center;
       margin: 0 auto;
      }
    .btn .btn04{
        position:relative;
        height:inherit;
    }
    .btn .btn04_inside{

    }
    .btn .btn04_inside img{
        position:absolute;
        width:100%;
        max-width:38.5%;/*84px*/
        margin:0;
    }
    .btn .btn04_inside .left{
        bottom:5.6vw;/*52px*//*-112px*/
        right:53%;/*20px*//*116px*/
    }    
    .btn .btn04_inside .right{
        bottom:5.6vw;/*52px*//*-112px*/
        left:52%;/*22px*//*114px*/
    }      
      .btn img {
        width: 23%;
        max-width: 220px;
        margin: 0 2% 0 0;
        white-space:nowrap;
      }
    .btn .btn04 img {

        margin: 0 0 0 0;
      }
      #bnr {
width:580px;
margin:20px auto 50px;
}
    }

@media only screen and (min-width:900px) {
    .btn .btn04_inside .left{
        bottom:52px;
    }    
    .btn .btn04_inside .right{
        bottom:52px;
    }
}
@media only screen and (max-width:769px) {
  #content {
    margin: 58px auto 40px;
    position: relative;
    z-index: 0
  }
  #eventTitle {
    text-align: center;
    font-size: 0
  }
  #eventTitle img {
    display: block;
    margin: auto;
    margin-top:
  }
   
  #eventTitle img.pcOnly {
    display: none
  }
  #sec1 h1 .pcShow,#sec2 h1 .pcShow,#sec3 h1 .pcShow,#sec4-1 h1 .pcShow,#sec4-2 h1 .pcShow{display:none}
    
  #sec1 h1 .spShow,#sec2 h1 .spShow,#sec3 h1 .spShow,#sec4-1 h1 .spShow,#sec4-2 h1 .spShow{display:block}
  #content .btn .pcShow{display:none}
  #content .btn .spShow{display:flex}
    
  .sub{
    margin: 1rem auto;
    padding: 0 20px;
    font-size: 18px;
  }

  .map .pcShow{
    display: none;
  }

  .banner {
    margin: 20px auto;
    width: 100%;
  }
  .banner img {
    max-width: 100%
  }
  .banner a:hover {
    opacity: .8
  }
  .banner ul li {
    padding-bottom: 10px
  }
}

@media only screen and (min-width:770px) {
  #content {
    min-width: 990px;
    margin-top: 100px;
    position: relative;
    z-index: 0
    
  }
  #eventTitle {
    width: 100%;
    text-align: center
  }
  #eventTitle img {
    pointer-events: none;
    display: block;
    margin: auto;
    width: 1100px;
  }
  #eventTitle img.spOnly {
    display: none
  }
    
  #sec1 h1 .pcShow,#sec2 h1 .pcShow,#sec3 h1 .pcShow,#sec4-1 h1 .pcShow,#sec4-2 h1 .pcShow{}
    
  #sec1 h1 .spShow,#sec2 h1 .spShow,#sec3 h1 .spShow,#sec4-1 h1 .spShow,#sec4-2 h1 .spShow{display:none}
    
  #content .btn .pcShow{}
  #content .btn .spShow{display:none}

  .map .spShow{
    display: none;
  }
}

@media only screen and (min-width:770px) {
  #sec1, #sec2, #sec3, #sec4-1, #sec4-2{
    text-align: center;
	padding-top: 10px;
  margin-top:-45px;

    margin: 0 auto 40px auto;
    }
#sec01, #sec02, #sec03, #sec04,#sec04-2, 
#shop1, #shop2, #shop3, #shop4, #shop5, #shop6, #shop7, #shop8, 
#shop9, #shop10, #shop11, #shop12, #shop13, #shop14, 
#shop15, #shop16,  #shop17, #shop18, #shop19{
    padding-top: 80px;
    margin-top:-80px;
    }    
    
  }
  
  @media only screen and (max-width:769px) {
    #sec1, #sec2, #sec3, #sec4-1, #sec4-2{
      text-align: center;
      width: 100%;
      margin: 0 auto;
		padding-top: 65px;
  margin-top:-65px;
      }
      
#sec01, #sec02, #sec03, #sec04,#sec04-2, 
#shop1, #shop2, #shop3, #shop4, #shop5, #shop6, #shop7, #shop8, 
#shop9, #shop10, #shop11, #shop12, #shop13, #shop14, 
#shop15, #shop16,  #shop17, #shop18, #shop19{
    padding-top: 59px;
    margin-top:-59px;
    }       
    
    #sec1, #sec2, #sec3 , #sec4-1 {
      margin-bottom: 40px;
    }

    .map{
      width: 100%;
      margin: 1rem auto;
      padding: 5px 20px;
    }

    }
  
    .golf {
  background-color:#03c003;
		
}

    .outdoor{
      background-color: #00ffff;
    }

    .sports{
      background-color: #ff00ff;
    }

    .zone4{
      background-color: #0063C7;
    }

  @media only screen and (min-width:770px) {
    h1 {
      margin: -20px auto 20px auto;
    }
    .golf, .outdoor, .sports, .zone4{
      width: 860px;
      margin: 0 auto 1em;
      color: #ffffff;
      padding: 0.5rem;
		
    }

    
    .recommended {
      width: 860px;
      margin: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: justify;
      justify-content: space-between
    }

#banner {
  background-image: url("../../assets/img/sichinagare2024aw/bg.png");
  width: 860px;
  background-repeat: no-repeat;
  margin:50px auto;
}

.recommended .slick-track.col1 li, .recommended.col1 li {
      display: flex;
      -webkit-justify-content: space-around;
    justify-content: space-around;
      width: 380px;
  margin:30px;
  color:#fff;

  }
  .recommended.col1 li img{
    margin-right:30px;
  }

.recommended.col1 p {
      width: 400px;
      color:#FFF;
font-size:18px;
line-height: 180%;
  }

.recommended.col1 p .gold {
  font-size:38px;
  line-height: 130%;
font-weight:bolder;
color:#fff18d;
letter-spacing: 0.1em;
}



.recommended .slick-track.col2 li, .recommended.col2 li {
      width: 415px;
	margin-bottom:20px;
	margin-top:20px;
  }

  .announce {
    width: 860px;
    margin: 0 auto 10px;
  }
  .announce p{
    margin-top: 0;
  }
  
  }

  .sp-hide-area-button {
    display: none
  }

  

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

#banner {
  background-image: url("../../assets/img/sichinagare2024aw/bg.png");
  width: 100%;
  background-repeat: no-repeat;
  margin:50px auto 0px;
}

.recommended .slick-track.col1 li, .recommended.col1 li {
margin:0 auto 20px;
  color:#FFF;

  }

  .recommended.col1 li img{
padding: 35px 30px 15px 30px;
  }

  .recommended.col1 p {
      width: 100%;
      color:#000;
font-size:16px;
line-height: 150%;
display:block;
margin:0px;
  }

  .recommended.col1 p .gold {
font-size:27px;
text-align: center;
font-weight:bolder;
color:#fff18d;
line-height: 120%;
letter-spacing: 0.05em;
display: block;
padding: 5px 10px;
}


.recommended .slick-track.col2 li, .recommended.col2 li {
      margin-bottom:10px;
  }
	  
	  
    .sp-hide-area {
      display: none
    }


    .zone1, .zone2, .zone3, .zone4{
      margin: auto;
      color: #ffffff;
      padding: 0.5rem;
    }
    

    .sp-hide-area-button {
      display: block;
      text-decoration: none;
      line-height: 1;
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      letter-spacing: .1em;
      padding: 0.8em;
      width: 100%;
      margin: 3rem auto 2rem;
      position: relative;
      border-radius: 50px;
      color:#000000;
  }


  .announce {
      margin: 80px auto ;
  }
  .button01 {
    background-color: #ffffff;
  border: solid 3px #03c003;
   }
    
    .button02 {
      background-color: #ffffff;
      border: solid 3px #00ffff;
  }

  .button03 {
    background-color: #ffffff;
    border: solid 3px #ff00ff;
}

.button04 {
  background-color: #ffffff;
  border: solid 3px #00ff00;
}

  }

  @media only screen and (min-width:770px){
    #footer {
      text-align: center;
      padding: 48px 0 20px;
      position: relative;
  }
  #footer p {
    font-size: 16px;
    letter-spacing: .15;
    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
    color: #4c4948;
    text-align: center;
    margin: 0;
  }



  #footer #totop.show {
    opacity: 1;
    bottom: 20px;
}


#footer #totop {
  position: fixed;
  bottom: -50px;
  right: 15px;
  opacity: 0;
  transition: all .2s ease;
  background-color: #6A7EB6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#footer #totop a img {
  margin-top: 5px;
  width: 75%;
}

#midashi{
  width: 860px;
  margin:70px auto 40px;
  background-color:#8b70a5;
  color:#FFF;
  text-align: center;
  font-size: 26px;
  line-height: 110%;
  padding:10px 0px;
  font-weight:600;
    }

#midashi_first{
  width: 860px;
  margin:20px auto 40px;
  background-color:#8b70a5;
  color:#FFF;
  text-align: center;
  font-size: 26px;
  line-height: 110%;
  padding:10px 0px;
  font-weight:600;
    }

#midashi_last{
  width: 860px;
  margin:50px auto 40px;
  background-color:#8b70a5;
  color:#FFF;
  text-align: center;
  font-size: 26px;
  line-height: 110%;
  padding:10px 0px;
  font-weight:600;
    }

#midashi_shop{
  max-width: 860px;
  margin:20px auto 40px;
  background-color:#8b70a5;
  color:#FFF;
  text-align: center;
  font-size: 26px;
  line-height: 110%;
  padding:10px 0px;
  letter-spacing: 0.1em;
  font-weight:bolder;
    }

#midashi_shop_60{
  max-width: 860px;
  margin:20px auto 20px;
  background-color:#c81e1e;
  color:#FFF;
  text-align: center;
  font-size: 26px;
  line-height: 110%;
  padding:10px 0px;
  letter-spacing: 0.1em;
  font-weight:bolder;
    }

}

  @media only screen and (max-width:769px){
    #footer {
      text-align: center;
      padding: 0 0 20px;
      position: relative;
  }
  #footer p {
    font-size: 14px;
    letter-spacing: .15;
    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
    color: #4c4948;
    text-align: center;
    margin: 0;
  }

  #footer #totop.show {
    opacity: 1;
    bottom: 10px;
}


#footer #totop {
  position: fixed;
  bottom: -50px;
  right: 15px;
  opacity: 0;
  transition: all .2s ease;
  background-color: #6A7EB6;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

#footer #totop a img {
width: 75%;
margin-top: .1rem;
}

#midashi{
  background-color:#8b70a5;
  color:#FFF;
  text-align:center;
  margin: 50px auto 10px;
  font-size: 20px;
  padding:18px 10px;
  line-height:105%;
  letter-spacing: 0.1em;
  font-weight:bolder;
  font-weight:600;
}

#midashi_first{
  background-color:#8b70a5;
  color:#FFF;
  text-align:center;
  max-width: 895px;
  margin: 20px auto 10px;
  font-size: 20px;
  padding:18px 10px;
  letter-spacing: 0.1em;
  font-weight:bolder;
  font-weight:600;
}

#midashi_last{
  background-color:#8b70a5;
  color:#FFF;
  text-align:center;
  max-width: 895px;
  margin: 30px auto 10px;
  font-size: 20px;
  padding:18px 10px;
  line-height:105%;
  letter-spacing: 0.1em;
  font-weight:bolder;
  font-weight:600;
}

#midashi_shop{
  background-color:#8b70a5;
  color:#FFF;
  text-align:center;
  margin: 20px auto 40px;
  font-size: 20px;
  padding:18px 10px;
  line-height:105%;
  letter-spacing: 0.1em;
  font-weight:bolder;
}

#midashi_shop_60{
  background-color:#c81e1e;
  color:#FFF;
  text-align:center;
  margin: 20px auto 20px;
  font-size: 20px;
  padding:18px 10px;
  line-height:105%;
  letter-spacing: 0.1em;
  font-weight:bolder;
}


#nav li{width:calc(33.3% - 5px)}
#nav{margin:50px auto 30px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}
#nav2 li{width:calc(50% - 10px)}
#nav2{margin:50px auto 30px;width:90%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}
.pcOnly{display:none}
.text{
  font-size: 18px;
		width:90%;
	margin:10px auto 20px;
}
.copy{
  width: 100%;
  margin: 20px auto 40px;
  text-align: left;
	line-height: 140%;
  font-weight: 600;
	  }}
@media only screen and (min-width:770px){
#nav{margin:0 auto 30px;width:810px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}
#nav li{width:calc(33.3% - 10px)}#nav li a:hover{opacity:.8}
#nav2{margin:0 auto 30px;width:810px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between}
#nav2 li{width:calc(33.3% - 10px)}
#nav2 li a:hover{opacity:.8}
.spOnly{display:none}
.text{
  font-size: 18px;
	margin:10px auto 20px;
	}
.copy{
  max-width: 795px;
  margin: 50px auto;
  text-align: left;
  font-size: 18px;
	line-height: 200%;
  font-weight: 600;
}
}

.ex{margin:0 20px 10px 0;}

#lead{font-size:18px; border-bottom:solid 3px #8b70a5; margin:30px auto 0px;padding-bottom:15px; width:100%; text-align:left; font-weight:bolder;letter-spacing: 0.1em;}

.text00{margin-top:10px; font-size:17px;padding-left:1.2em;text-indent:-1.2em; text-align:left;letter-spacing: 0.1em;font-weight:600;}
.text00_2{margin-top:10px; text-align: left;letter-spacing: 0.1em;}

.text01{margin-top:20px; font-size:17px; padding-left:1.2em;text-indent:-1.2em; text-align: left;font-weight:600;}
.text01_2{margin-top:20px; text-align: left;left;letter-spacing: 0.1em;}

.text02{text-align: left;
	line-height: 180%;
margin-bottom:30px;}

.text02_2{text-align: left;
  line-height: 160%;
padding:0 20px;
letter-spacing: 0.1em;
text-indent: -1.5em;
  padding-left: 1.5em;}

.text03{text-align: left;
  
	line-height: 180%;
margin-bottom:20px;
padding:10px 20px;
border: solid 1px #000;}

.text04{text-align: left;
  font-size: 13px;
	line-height: 160%;
margin-bottom:50px;
}

h4 {border-bottom:solid 5px #000; font-size:32px; margin:20px auto 50px; padding-bottom:5px; width:100%;}



@media only screen and (min-width:770px){

.ex{margin:0 20px 10px 20px;}

#lead{border-bottom:solid 3px #8b70a5; font-size:1.5em; padding-bottom:10px; width:820px; text-align:justify; font-weight:bolder;letter-spacing: 0.1em;}

.text00{font-size:1.5em; margin:20px 20px 0px 20px;padding-left:1.2em;text-indent:-1.2em;left;letter-spacing: 0.1em;font-weight:600;}
.text00_2{font-size:1.5em; margin:20px 20px 0px 20px; left;letter-spacing: 0.1em;}

.text01{font-size:1.5em; margin:20px 20px 0px 20px;padding-left:1.2em;text-indent:-1.2em; text-align:font-weight:600;}
.text01_2{font-size:1.5em; margin:20px 20px 0px 20px; text-align: left;letter-spacing: 0.1em;}

.text02{text-align: left;
  font-size: 18px;
	line-height: 180%;
margin-bottom:30px;
padding:0 20px;
letter-spacing: 0.1em;}

.text02_2{text-align: left;
  font-size: 18px;
  line-height: 160%;
padding:0 20px;
letter-spacing: 0.1em;
text-indent: -1.5em;
  padding-left: 3em;}

.text03{text-align: left;
  font-size: 18px;
	line-height: 180%;
margin-bottom:30px;
padding:10px 20px;
border: solid 1px #000;
margin:0 20px;}

.text04{text-align: left;
  font-size: 14px;
	line-height: 160%;
margin-bottom:30px;
padding:0 20px;}

h4 {border-bottom:solid 5px #000; font-size:30px; margin:20px auto 50px; padding-bottom:5px; width:860px;}

}

.red {color:#E93246;}

a {color:#FF0000;
	text-decoration: underline;
font-weight:bolder;
font-size:105%;}

.btn_map {
width:200px;
margin:30px auto 0px;
}
}

