@charset "utf-8";
/* CSS Document */

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*test_css*/

.j12b {color: #666666 ; font-weight: bold; font-size:100%;}
.j9, .j10, .j10b, .j12, .j12b, .j12c, .j14, .j14b {
	font-family:Osaka, ＭＳ Ｐゴシック, MS UI Gothic, sans-serif
}

a:link, a:visited, a:hover, a:active {
    color: #494949;
    text-decoration: none;
    opacity: 1;
}

/*SP時ヘッダー位置*/
.wrapper_ {
    margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form{
    display:none;
}

/*リンクマウスオン変化*/
a:hover img{
    opacity: 0.5 ;
}

/* モバイルレイアウト : 0~768 px  */
@media only screen and (min-width: 0px) and (max-width:768px) {

.epheon_ss {
	
}

.contents {
	
}

.content {
    width: 100%;
}

.head_box {
}

.head_box .head_bg{
    background-image: url(/img/usr/common/2021/jun/epheon_ss/head_01_sp.jpg);
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
}

/*
.head_title {
    font-size: 65px;
    color: #FFFFFF;
}

.head_text {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.5em;
    text-align: center;
    font-weight: 700;
}
*/

.precautions {
    font-size: 20px;
    line-height: 1.5em;
    padding: 5% 4% 10% 8%;
}

.precautions h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3%;
}

.precautions li {
    list-style: disc;
}

.contact_btn {
    margin: 1% 0% 2% 0%;
    width: 47%;
    text-align: center;
}

.contact_btn a {
    color: #ff8c00;
}

.contact_btn:hover {
}

.contact_btn a:hover {
}

.category {
    margin: 0% 3%;
}

.category ul {
    list-style: none;
    overflow: hidden;
    margin: 0% 0% 0% 4%;
}

.category li {
    font-size: 16px;
    width: 28%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #000000;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
    padding: 2% 1%;
    border-radius: 10px;
}

.category li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.category li:hover{
    background: #EBEBEB;
    border-radius:10px;
}

.category li a:hover{
    color: #4E4E4E;
}
}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

.epheon_ss {
	
}

.contents {
	
}

.content {
	
}

.head_box {
}

.head_box .head_bg{
    background-image: url(/img/usr/common/2021/jun/epheon_ss/head_01_pc.jpg);
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
}


/*
.head_title {
    font-size: 60px;
    color: #FFFFFF;
    display: inline-block;
    width: 79%;
    vertical-align: top;
    margin-top: 24px;
}

.head_text {
    font-size: 18px;
    color: #FFFFFF;
    display: inline-block;
    width: 35%;
    line-height: 1.5em;
    margin-left: 68%;
}
*/

.precautions {
    font-size: 16px;
    line-height: 1.5em;
    padding: 5% 4% 10% 8%;
}

.precautions h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3%;
}

.precautions li {
    list-style: disc;
}


.contact_btn {
    margin: 1% 0% 2% 0%;
    width: 31%;
    text-align: center;
}

.contact_btn a {
    color: #ff8c00;
}

.contact_btn:hover {
}

.contact_btn a:hover {
}

.category {
}

.category ul {
	list-style: none;
	overflow: hidden;
}

.category li {
    font-size: 16px;
    width: 21%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #000000;
    float: left;
    margin-right: 10px;
    margin-bottom: 2%;
    padding: 2% 1%;
    border-radius: 10px;
}

.category li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.category li:hover{
    background: #EBEBEB;
    border-radius:10px;
}

.category li a:hover{
    color: #4E4E4E;
}
}
