@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
}

html{
 font-size: 100%;
}

body{
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff
}

a{
 text-decoration: none;
}

p{
 font-size: 1rem;
 text-align: justify;
}

img{
 max-width: 100%;
}

li{
 list-style: none;
 font-size: 1.2rem;
}

.wrapper{
max-width: 1200px;
margin: 0 auto 130px auto;
font-size: 0.9rem;
padding: 0 4%;
}


.button {
  position: relative;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: black;
  background: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
    border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  margin: 5px;
  font-size: 16px;
}
  
.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}

#hero .flex_a {
  display: flex;
}

.marquee{
   width: auto;
   font-size:10px;
   padding:1px 0px 1px 0px;
   color:#ffffff;
   background-color:#F1B0B2;
   text-align: center;
}
.marquee p{
  font-size: 10px;
  text-align: center;
}

.breadcrumbs {
	margin-top: 20px;
  font-size: 0.8rem;
}

#hero .flex {
    display: flex;
}
#hero .box {
    width: 50%;
    padding: 20px;
}

h1 {
  font-size: 32px;
  color: #22304F;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-top: 80px;
  text-align: center;
}
strong {
  background-color: #ffff7f;

}
h3 img {
	width: 50px;
	height: 50px;
}
h4 {
	padding: 10px;
	margin-bottom: 10px;
}

h5 {
  color: #92c203;
  font-size: 20px;
}

.h2-title {
	margin-top: 80px;
}

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

    #hero .flex {
        flex-direction: column;
    }
    #hero .box {
        width: 100%;
        padding: 0px;
    }

    h1 span {
      display: inline-block;
    }
}
 

/*******************************************
  メニュー
*******************************************/
/*主な共通部分は省略*/

a.btn--red.btn--cubic {
  border-bottom: 5px solid #9f000c;
}

a.btn--red.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}
.list h2{
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #faecee;
  border-left : none;
  margin-bottom: 5px;
  margin-top: 100px;
 font-size: 17px;
}
.list h3 {
    padding: 0;
    font-size: 20px;
    margin: 10px;
    margin-top: 15px;
    color: #CB5266;

}
.list_text span {
  display: inline-block;
}
.list_text{ 
  padding: 13px 10px; 
  border-top: 1px dotted rgb(252, 231, 234); 
  cursor:pointer; 
 }



.list{ 
    background:url(../images2/bkg/lnav_bkg.png) #FFF repeat-y; 
    font-size: 110%;   
    font-weight: bold;
}


.list a{color:#333333;}
.list a:hover{ text-decoration:none;color:#f26701;}
span a{color:#505930;}
span a:hover{color:#f26701; text-decoration:none;}

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

   .list{ 
    background: none; 
    font-size: 90%;   
  }
  .photo_a img{
    width: 60%;
  }
  
  .list_text{ 
    font-size: 18px;
    margin-left: 10px;
  }
  .list a{
    font-size: 18px;
  }
  
}


     
     /*---------------------------------
  トップへもどるボタン
  ---------------------------------*/
  
  .go-top{
      position: fixed;
      bottom: 10px;
      right: 20px;
      z-index: 9999;
    }
  .go-top a{
      width: 50px;
      height: 50px;
      display: inline-block;
      background: #E94E66;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
      color: black;
      text-decoration: none;
    }
  
  .go-top a:hover{
        opacity: 0.8;
      }
  
  @media screen and (max-width:600px) {
   
  .go-top{
   position: fixed;
   z-index: 9999;
   bottom: 10px;
   left: 10px;
  
  }
  }
  
  
