@charset "UTF-8";



/* PC ----------------------------------------------------------------*/

.my-parts {
    margin: 0.3em auto;
	text-align: center;
	width:100%;
	padding: 0 0 0.5em;
}
.my-parts ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
    display: inline-flex;
	}

.my-parts ul::after {
	content: "";
	display: block;
	clear: both;
}

.my-parts ul li {
    float: left;
    width: 16%;
    box-sizing: border-box;
    font-size: 1.5em;
    font-weight: bolder;
    margin: 0px auto;
	display: inline-block;
	min-width: 80px;
}

.my-parts ul li:first-child {
    margin: 0 0em 0 2%;
}

.my-parts ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	text-align: center;
}
/* Safari */
   _::-webkit-full-page-media, _:future, :root .my-parts ul li a {
	display: inline-block;
	text-decoration: none;
	color: #333;
	text-align: center;
padding: 0em 0 0;
}


.my-parts ul li a:hover {
	background: #eee;
}
/* PC ナビゲーションbutton---------------------------- */

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 0px #FFF310;
  border-radius: 5em;
  transition: .4s;
}

.btn-flat-border:hover {
  border: solid 0px #DDDDDD;
  background: #DDDDDD;
  color: #333;
}

/* button---------------------------- */

.btn-flat-button {
      display: inline-block;
    padding: 0.3em 2em 0.4em;
    text-decoration: none;
    color: #333;
    border: solid 3px #FFF310;
    border-radius: 2em;
    transition: .4s;
    background-color: #FFF310;
	font-weight: bold;

}

.btn-flat-button:hover {
  background: #DDD;
    border: solid 3px #DDD;
  color: #333;
  text-decoration: none;
}

/* navi button---------------------------- */

.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #E1ADBC;
  color: #333;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-circle-flat:hover {
	opacity: 0.5 ;
}

.button_01 {
  background: #E1ADBC!important;
}
.button_02 {
  background: #E4C7B2!important;
}
.button_03 {
  background: #ECE9B2!important;
}
.button_04 {
  background: #D4EDB1!important;
}
.button_05 {
  background: #BACEE8!important;
}
.button_06 {
  background: #B5B2E5!important;
}


/* modal */
.btn-radius_yoyaku {
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #F9EC00;
    background: #A6A6A6;
    border-radius: 25px;
    transition: .4s;
    z-index: 100;
    width: 200px;
    text-align: center;
}
.btn-radius_yoyaku:hover {
  background: #F9EC00;
text-decoration: none;
color: #A6A6A6;
}


.btn-flat-button_dl {
    display: inline-block;
    padding: 0.3em 2em 0.4em;
	margin:1em 0 0;
    text-decoration: none;
    color: #333;
    border: solid 3px #FFF310;
    border-radius: 2em;
    transition: .4s;
    background-color: #FFF310;
    font-weight: bold;
	width: 270px;
}

.btn-flat-button_dl:hover {
  background: #eee;
    border: solid 3px #DDD;
  color: #333;
  text-decoration: none;
}
