@charset "utf-8";

/* home.css：SP
 * ======================================
 * Main
 * ======================================
 */

/* Main
------------------------------------------------------------------ */
/* mainVisual */
#home #content .mainVisual {
	min-height: 78.125vw;
}
/* sp-buttons */
.sp-buttons {
    position: absolute;
    bottom: 0;
}
.sp-button {
    background-color: #ffffff;
    border: 1px solid #736357;
    height: 5px;
    margin: 5px;
    width: 5px;
}
.sp-selected-button {
    background-color: #736357;
}

/* section */
#home #content section {
    overflow: hidden;
    padding: 3em 0;
    text-align: center;
}

/* headline */
#home #content h2 {
    text-align: center;
}
#home #content h2 img {
    height: 19px;
    width: auto;
}

/* button */
#home #content .button {
    background: #ffffff;
    font-size: 1.4rem;
}
#home #content .button a {
    padding: 0.9em 0;
}

/* subject */
#home #content .subject ul {
    list-style: none;
    margin: 3em 0 0 0;
}
#home #content .subject ul li {
    float: left;
    width: 47.4%;
}
#home #content .subject ul li:last-child {
    float: right;
}
#home #content .subject ul li a {
    background: #ffffff;
}
#home #content .subject ul li h3 {
    padding: 1.2em 0;
}
#home #content .subject ul li h3 img {
    height: 32px;
    width: auto;
}

/* doctorsCosme */
#home #content .doctorsCosme {
    background: url(../images/home/bg_doctors_cosme.jpg) no-repeat center center;
    background-size: cover;
}
#home #content .doctorsCosme p {
    color: #736357;
    font-size: 1.4rem;
    line-height: 2;
    margin: 2em 0 0 0;
}
#home #content .doctorsCosme .button {
    margin: 2em auto 0;
    width: 41%;
}

/* pickup */
/* scroll */
#home #content .pickup .pickupScroll {
    margin: 3em 0 0 0;
	overflow: hidden;
	width: 100%;
}
#home #content .pickup .scroller {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	width: 2470px; /* 130px * 18コ */
	z-index: 1;
}
/* list */
#home #content .pickup ul {
    list-style: none;
    overflow: hidden;
}
#home #content .pickup ul li {
    float: left;
    width: 130px;
}
#home #content .pickup ul li a {
    background: #ffffff;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#home #content .pickup ul li:last-child a {
    border-right: 1px solid #dddddd;
}
#home #content .pickup ul li h3 {
    padding: 0.8em 0;
    font-feature-settings: "palt";
    font-size: 1.2rem;
}
#home #content .pickup ul li h3 img {
    height: 24px;
    width: auto;
}

/* searchList */
/* scroll */
#home #content .searchList .searchScroll {
	background: #eeeeee;
    margin: 2em 0 0 0;
	overflow: hidden;
	width: 100%;
}
#home #content .searchList .scroller {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #eeeeee;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
    padding: 0 4.6%;
	z-index: 1;
}
#home #content .searchList #trouble .scroller {
/* 	width: 660%; */ /* 幅100%に対して。約3288px（(260px + 14px) * 12コ） */
	width: 1190px; /* (160px + 10px)*7個) */
}
#home #content .searchList #method .scroller {
/* 	width: 573%; */ /* 幅100%に対して。約2740px（(260px + 14px) * 10コ） */
	width: 1440px; /* (170px + 10px)*8個) */
}
/* list */
#home #content .searchList ul {
    list-style: none;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
#home #content .searchList ul li {
    display: table;
/*     float: left; */
    width: 100%;
}
#home #content .searchList ul li a {
    background: #ffffff;
    display: table-cell;
    line-height: 1.4;
    padding: 0.9em 0;
    vertical-align: middle;
    width: 100%;
    font-size: 0.9em;
}
#home #content .searchList ul li a small{
	font-size: 85%;
}
/* trouble */
#home #content .searchList #trouble ul {
    margin: 0 -10px 0 0;
    padding: 0 0 10px 0;
    
}
#home #content .searchList #trouble ul li {
    margin: 6px 6px 0 0;
/*     width: 8.8%; */ /* 260px */
    width: 160px; /* 180px */
}
/* method */
#home #content .searchList #method ul {
    margin: 0 -10px 0 0;
    padding: 0 0 10px 0;
}
#home #content .searchList #method ul li {
    margin: 6px 6px 0 0;
/*     width: 12.5%; */ /* 260px */
     width: 170px; /* 180px */
}

/* information */
#home #content .information .inner {
    margin-top: 2.5em;
}
#home #content .information .button {
    margin: 2em auto 0;
    width: 52%;
}
