@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 ;
}

a:hover{
    opacity: 0.5 ;
}

/* モバイルレイアウト : 0~768 px  */
@media only screen and (min-width: 0px) and (max-width:768px) {
.cellcure {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10% 0;
}

.content {
}

.contents {
	
}

.head_img {
    margin-bottom: 5%;
}

.item {
}

.item_box {
    margin-top: 10%;
}

.item_img {
    width: 80%;
    margin: 0 auto;
}

.item_text {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    text-align: left;
}

.item_text p {
    font-size: 120%;
    line-height: 1.5em;
}

.info_btn {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.info_btn a {
    display: block;
    padding: 20px 0px;
    border-radius: 20px;
    background: #000000;
    color: #ffffff;
    font-size: 120%;
    text-align: center;
}

.order_btn {
    width: 90%;
    margin: 0 auto;
}

.order_btn a {
    display: block;
    padding: 20px 0px;
    border-radius: 20px;
    background: #AE9166;
    color: #ffffff;
    font-size: 120%px;
    text-align: center;
}

}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
.cellcure {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 10% 0;
}

.content {
    text-align: center;
}

.contents {
	
}

.head_img {
    margin-bottom: 5%;
}

.item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 79%;
    margin: 0 auto;
}

.item_box {
	
}

.item_img {
	
}

.item_text {
    margin-top: 10%;
    text-align: left;
}

.item_text p {
    font-size: 20px;
    line-height: 1.5em;
}

.info_btn {
    width: 350px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.info_btn a {
    display: block;
    padding: 20px 0px;
    border-radius: 20px;
    background: #000000;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.order_btn {
    width: 350px;
    margin: 0 auto;
}

.order_btn a {
    display: block;
    padding: 20px 0px;
    border-radius: 20px;
    background: #AE9166;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
}