*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


*{
    margin: 0;
    padding: 0;
    /* background-color: #F5F0BB; */
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

@media(max-width:1000px){
    *{
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    }
}


html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header,main>.pc>.top-img,main>.worries>.worries-text,aside,footer{
    max-width: 1000px;
    margin: 0 auto;
}

/*main*/


.worries{
    padding-top:50px;
    padding-bottom:0;
}

.worries,.worries>.worries-text>h1,.worries>.worries-text>h2,.worries>.worries-text>p,.moji-gazou,figure.side_image,p.side_text{
    background-color: #f5f0bb !important;
}

.worries-text>h2,.worries-text>h1,p.side_text{
    margin: 0 auto;
    text-align: center;
    color: #707070;
}

.worries-text>p{
    margin:0 auto;
    color:#707070;
    padding:5% 5%;
}

.worries-text>h1,.donation-text>h1{
    font-size:2rem;
}

.worries-text>h2,.donation-text>h2{
    font-size: 1.5rem;
}

.worries-text>h2:last-child,.donation-text>h2:last-child{
    margin-top:15px;
}

.sp>.worries>.worries-text>h2{
    padding-bottom:5%;
}

.worries-text>img{
    width:100%;
    vertical-align: bottom;
}


.vision{
    padding-top:50px;
    padding-bottom:50px;
}

.vision,.vision>.vision-text>h1,.vision>.vision-text>h2,.vision-text>h3,.vision>.vision-text>p,.vision>.vision-text>img,.balloon,.balloon-image-left,.balloon-image-right{
    background-color: #f5f0bb !important;
}

.vision-text>h2,.vision-text>h1,.vision-text>h3,.vision-text>p{
    margin: 0 auto;
    text-align: center;
    color: #707070;
}

.vision-text>h1{
    font-size:2rem;
    padding-bottom:20px ;
}

.vision-text>h2{
    font-size: 1.5rem;
    padding-top:20px;
    padding-bottom: 10px;
}

.vision-text>h3{
    font-size: 1.2rem;
    padding-top:20px;
    padding-bottom: 10px;
}

.vision-text>p{
    text-align: left;
    padding:0 20% 30px 20%;
}

.vision-text-p{
    text-align: left;
    padding:0 5% !important;
}

.vision-text>img{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20% 30px 20%;
    vertical-align: bottom;
}



.donation{
    padding-top:50px;
}

.donation-text>h2,.donation-text>h1{
    margin: 0 auto;
    text-align: center;
    color: #707070;
}

.donation-text>p{
    margin: 0 auto;
    color: #707070;
    text-align: left;
    padding: 15px 20% 15px 20%;
}

.line{
    margin:0 auto;
    border-width: 2px 0px 0px 0px;
    width:80%;
    border-style: solid;
    border-color: #707070;
}


/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
    padding: 0 20%;
    padding-bottom: 1em;
    position: relative;
    }
    .balloon:before,.balloon:after {
    clear: both;
    content: "";
    display: block;
    }
    .balloon figure {
    width: 100px;
    height: 100px;
    }
    .balloon-image-left {
    float: left;
    margin-right: 20px;
    }
    .balloon-image-right {
    float: right;
    margin-left: 20px;
    }
    .balloon figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 0;
    }
    .balloon-text-right,.balloon-text-left {
    position: relative;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    display: inline-block;
    }
    .balloon-text-right {
    border-color: #aaa;
    background-color: #ffffff;
    }
    .balloon-text-left {
    border-color: #aaa;
    background-color: #ffffff;
    }

    .balloon-text-right {
    float: left;
    }
    .balloon-text-left {
    float: right;
    }
    .balloon p {
    margin: 0 0 20px;
    background-color: #ffffff;
    }
    .balloon p:last-child {
    margin-bottom: 0;
    }
    /* 三角部分 */
    .balloon-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -20px;
    }
    .balloon-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -19px;
    }
    .balloon-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -20px;
    }
    .balloon-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: -19px;
    }



.moji-gazou{
    padding-top:20px;
    padding-bottom:20px;
    width: 1000px;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
}

figure.side_image {
    display: inline-block;
  }

  figure.side_image>img {
    width:400px;
    border-radius: 35px;
  }
  
  
  p.side_text {
    text-align: left;
    display: inline-block;
    width: 500px;
    vertical-align: top;
}

.donation-btn{
    text-align: center;
  }


  .donation-btn>p{
    display: inline-block;
    margin: 0 20px;
    padding: 20px 0;
    color: #707070;
    width:20%;
  }
  .donation-btn>.button{
    display: inline-block;
    background: #f4a460;
    margin: 10px 20px;
    padding: 20px 5%;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    word-wrap:break-word;
  }

  .donation-btn>.button-sp{
    display: inline-block;
    background: #f4a460;
    margin: 10px 20px;
    padding: 20px 5%;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
    font-size:1.2rem;
    word-wrap:break-word;
  }

  .donation-btn>.button-sp:last-child{
    margin-bottom: 50px;
  }
  
  .donation-btn>.button:hover,.donation-btn>.button-sp:hover{
    background: #f4a460;
    opacity: 0.5;
  }

  .donation-text>.donation-btn-p-sp{
    text-align: left;
    padding:2% 5%;
  }
 

/*aside*/
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.pc-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity:0.9;
    display: flex;
    width: 100%;
    background-color: #ffffff;
    padding:2% 10%;
}

.sp-banner{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity:0.9;
    display: flex;
    width: 100%;
}

.btn--orange,
a.btn--orange {
    width: 100%;
    color: #fff;
    background-color: #f4a460;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f4a460;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}

.slider-2 .slick-slide {
    width: 400px;
    height: 400px;
    margin: 0 40px;
    position: relative;
    overflow: hidden;
  }
  .slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-2 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
  }
  .slider-2 .slick-next {
    right: 0;
  }
  .slider-2 .slick-prev {
    left: 0;
  }
  .slider-2 .slick-next::before {
    left: 20px;
  }
  .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
  .dots-2 .slick-dots {
    text-align: center;
  }
  .dots-2 .slick-dots li {
    display: inline-block;
  }
  .dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .dots-2 .slick-dots .slick-active button {
    background: #0a467d;
  }

  aside>.page_top{
    width: 150px;
    position: fixed;
    right: 0px;
    bottom:100px;
  }

aside>.page_top a{
    padding:10px;
    text-align: center;
    color:#fff;
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #d3381c;
}

aside>.page_top a:hover{
    opacity: 0.7;
}


@media(min-width:1000px){

header ul>li {
    display: block;
}

header ul>li a{
    display: block;
    padding:5% 3%;
    width: 150px;
    text-align: center;
    border-radius: 5px;
   
}

.li_red>a{
    background-color: #e26d50;
    color:#fff;
}

.li_orange>a{
    background-color: #e2a043;
     color:#fff;
}

.li_yellow>a{
    background-color: #ffde59;
}

.li_green>a{
    background-color: #78bab0;
     color:#fff;
}

.li_blue>a{
    background-color: #70a2b0;
     color:#fff;
}

.li_purple>a{
    background-color: #a79fcd;
     color:#fff;
}

.li_red>:hover{
     transform: scale(1.05);
}

.li_orange>:hover{
    transform: scale(1.05);
}

.li_yellow>:hover{
      transform: scale(1.05);
}

.li_green>:hover{
      transform: scale(1.05);
}

.li_blue>:hover{
       transform: scale(1.05);
}

.li_purple>:hover{
        transform: scale(1.05);
}



.li_red>a:hover,.li_orange>a:hover,.li_green>a:hover,.li_blue>a:hover,.li_purple>a:hover{
    color: #fff;
}

.li_yellow>a:hover{
    color: #707070;
}
}


.qa2{
    max-width: 100%;
    background-color: #7A4035;
    text-align: center;
	font-weight: bold; 
	color:#ffffff;
	margin: 2% 0 2% 0;
	padding: 2% 0 2% 0;	
}

.qa2 button {
	background-color: transparent;
	padding: 0;
    margin: 1em 0;
    font-weight: bold;
	font-size : 40px;
    color: #ffffff;/*文字色*/
    border: 0;/*線*/
    border-radius: 10px;/*角の丸み*/
}


.qa2 h2{
  background-color: transparent;
}

.area-p h2{
 	background-color: #fff;
 	padding: 2%;
 	font-size: 1.3rem !important;
 	color: #707070;
    text-align: left; 		
    border-radius: 10px;
    border-left-color: #e2a043;
    border-left-style: solid;
    border-left-width: 10px;
}

.area-p h1{
    background-color: #fff;
	margin: 2% 0;
 	padding: 2%;
 	font-size: 1.7rem !important; 		
    color: #707070;
    text-align: left;
    border-radius: 10px;
    border-left-color: #e26d50;
    border-left-style: solid;
    border-left-width: 10px;
}

.area-p h3 {
    background-color: #fff;
    padding: 2%;
    font-size: 1rem;
    color: #707070;
 	text-align: left;
    border-radius: 10px;
    border-left-color: #ffde59;
    border-left-style: solid;
    border-left-width: 10px;
}
