@charset "UTF-8";

/*  ----------------------------------------------------------------*/
@media (max-width: 768px) { 

.hidamari {
    letter-spacing: -0.09em;	
}
/* Safari */
   _::-webkit-full-page-media, _:future, :root .hidamari {
    letter-spacing: -0.15em;	
}

.my-parts {
    margin: 0em auto;
	text-align: center;
	width:100%;
	padding: 0 0 0.3em;
}

/* Safari */
   _::-webkit-full-page-media, _:future, :root .my-parts {
    margin: 0em 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.3em;
    font-weight: bolder;
    margin: 0px auto;
	display: inline-block;
	min-width: 80px;
}

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

/* Safari */
   _::-webkit-full-page-media, _:future, :root .my-parts ul li:first-child {
    margin: 0 0em 0 0em;
}

.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: 40px;
  height: 40px;
  line-height: 40px;
  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;
}
}