@charset "utf-8";
/* CSS Document */

#maincontents h2{
    background-color: #eeeeef;
    font-size: 1rem;
    padding: 2% 4%;
    margin: 8% 0 2%;
    letter-spacing: 3px;
}

#maincontents h3{
	padding:2%;
}

section{
	margin: 4% 4%;
	color: #333;
}

em{
	font-style: normal;
}

mark{
	font-weight:bold;
	background-color:unset;
}

/*コメント*/
.guidetxt{
	padding: 2% 0;
	font-size: .8rem;
	letter-spacing: 1px;
}

/*単独リンク*/
.guidelink{
        width: 90%;
        display: block;
        border: 1px #aaa solid;
        margin: auto;
        text-align: center;
        padding: 4%;
}

/*画像*/
.guide_img{
	max-width: 100%;
}
.guide_img img{
	max-width: 100%;
	display: block;
	text-align:center;
	margin: auto;
}



/*=============================
	コンセプト
=============================*/
.consept img{
	width:100%;
	height:auto;
}
.guidetxttop{
	color: #469d3d;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
	margin: 4% 0 0;
	text-align: center;
}
.top2{
	padding: 2% 2% 0;
}


/*=============================
	メニュー
=============================*/
.guide_menu{
	padding: 0 4%;
	text-align: center;
}
.guide_menu ul{display: flex;/* width: 85%; *//* margin: auto; */justify-content: space-evenly;flex-wrap: wrap;}

.guide_m_list{
	width: 30%;
	/* height: 140px; */
	display: inline-block;
	vertical-align: top;
	padding: 2% 0;
	margin: 2% 0;
	font-size: .8rem;
	border: 1px #333 solid;
	border-radius: 3px;
}

.guide_m_list img{
	width:50px;
}

/*====================================
	Myroom GIFTのサービス
====================================*/
/*サービス一覧*/
.service-list{
	width: 100%;
	/* max-width: 370px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service-list li{
    font-size: .8rem;
    width: calc(100%/2);
    max-width: 190px;
    padding: 1%;
    margin-bottom: 4%;
    text-align: center;
}

.service-list a{
	text-decoration:underline;
	width: 100%;
	height: auto;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
}


.service-title{
    font-weight: bold;
    font-size: .85rem;
    color: #0b7b31;
    margin: 2% 0 0;
}

.service-list:last-of-type p{
	padding: 3% 0;

}

.my-service div{
	width: calc(100%/3);
	min-height: 260px;
	background: #fff;
	padding: 4% 0;
	display: inline-block;
	vertical-align: top;
	margin: 2% 0% 2% 0;
	border: 1px #ccc solid;
	font-size: 1rem;
}

.guide-service li{
	margin: 0 4%;
	padding: 2% 2%;
}
.guide-service img{
	max-width: 55px;
	display:inline-block;
	margin-right: 10px;
}
.guide-service p{
	width: 75%;
	display:inline-block;
	font-size: .8rem;
	letter-spacing: 2px;
	vertical-align: middle;
}
.guide-service p>em{
	font-size: 1.2rem;
	font-weight:bold;
}




/*====================================
	Myroom GIFTのサービス
====================================*/
/*サービス一覧*/
.service-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 4%;
}

.service-list li{
    font-size: .8rem;
    width: calc(100%/2);
    max-width: 190px;
    padding: 1%;
    margin-bottom: 4%;
    text-align: center;
}

.service-list a{
	text-decoration:underline;
	width: 100%;
	height: auto;
	display: block;
	font-weight: bold;
	letter-spacing: 2px;
}


.service-title{
    font-weight: bold;
    font-size: .85rem;
    color: #0b7b31;
    margin: 2% 0 0;
}

.service-list:last-of-type p{
	padding: 3% 0;

}

.my-service div{
	width: calc(100%/3);
	min-height: 260px;
	background: #fff;
	padding: 4% 0;
	display: inline-block;
	vertical-align: top;
	margin: 2% 0% 2% 0;
	border: 1px #ccc solid;
	font-size: 1rem;
}

/*真ん中のdiv*/
.my-service div:last-child{
	margin-right: 0;
}
.my-service span{
	font-size: 13px;
}

.my-service div p:last-child{
	text-decoration: underline;
}

.my-service .center-box p:last-child{
	margin-top: 8%;
}

.my-service-p{
	margin-top: 20px;
	padding: 0 2%;
}


/*オプション一覧*/
.op-tit{
    padding: 10px;
    margin: 0 2%;
}
.op-tit span{
	font-size:.8rem;
	font-weight:400;
}


.op-service{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.op-service li{
    width: calc(100%/2);
    max-width: 375px;
    display: inline-block;
    vertical-align: top;
    text-align:
    center;
    margin-bottom: 2%;
    padding: 2%;
}

.op-service img{
	width:100%;
	height: auto;
}


.op-service_list{

}

.op-service_link{
	width: 100%;
	display:block;
	position: relative;
}
.op-service_txt{
	font-size:.8rem;
	text-align:justify;
	color:#555;
	padding: 2% 0;
}


/*画像暗くする*/
.op-service_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.op-service_name{
	width: 90%;
	font-weight:
	bold;
	text-align:
	center;
	font-size: 1rem;
	color: #3d3a39;
	background: #ffffffbf;
	line-height: 1.2;
	position: absolute;
	top: 70%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding: 2%;
	border-radius: 5px;
}





/*=============================
	ご注文方法
=============================*/
.order-ibox{

	margin: auto;
	text-align: center;
}

.ordericon{
	width: auto;
	display: inline-block;
	background-color: #2c6836;
	padding: 3%;
	border-radius: 50%;
	margin: 2%;
}
.ordericon img{
	width:25px;
	padding:2%;
}


/*=============================
　	お支払い
=============================*/
.payment img{
	width: auto;
	display: block;
	margin: 4% auto;
}


/*=============================
	よくある質問抜粋リンク
=============================*/
.faqbox{
    margin: 4% 4% 10% 4%;
}
.faqbox >a{
	text-decoration:underline;
	padding-top: 4%;
	text-align:center;
	width:auto;
	display:block;
}
.faqlist{
	text-align:center;
	margin-bottom:4%;
}
.faqlist li{
    width: 90%;
    max-width:350px;
    display: inline-block;
    border: 1px #ccc solid;
    padding: 10px 4%;
    margin: 5px auto;
    font-size: .8rem;
    font-weight: bold;
    text-align: justify;
}

/*アイコンを表示*/
.faqlist li:after {
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	float: right;
}

/*見出し*/
.guide-title{
    margin-bottom: 5px;
}

/*ギフトサービス*/
.guidelist li{
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    padding: 2%;
}

.guidelist li:first-child{
	border-top:1px #ccc solid;
}

.guidelist li span{
	font-size:.8rem;
	color: #2b6836;
	width: 80%;
	margin:0 2%;
}

.guidelist li img{
	width: 12%;
	display:inline-block;
	margin: 2%;
}

.guidelist li>a {
	width: auto;
	display: block;
	padding: 5px;
	position: relative;
}

.guidelist li>a::after {
	content: '';
	background-image: url(https://www.giftroom.jp/assets/images/common/left-picture/arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}

/*=============================
	私たちについて
=============================*/
.aboutous img{
	width:100%;
}


/*====================================
	ご用途で選ぶ
====================================*/
.guide_use,
.tokusyu-youto{
	display: flex;
	flex-wrap: wrap;
}
.guide_use_list{
    width: calc(100%/2);
    max-width: 375px;
    display: inline-block;
    vertical-align: top;
    text-align:center;
    margin-bottom: 2%;
    padding: 2%;
}

.guide_use_list img{
	width:100%;
	height: auto;
}

.guide_use_link{
	width: 100%;
	display:block;
	position: relative;
}
.guide_use_txt{
	font-size:.8rem;
	text-align:justify;
	color:#555;
	padding: 2% 0;
}

.guide_use_name{
	width:70%;
	font-weight:
	bold;
	text-align:
	center;
	font-size: 1.2rem;
	/* color:#fff; */
	line-height: 1.2;
	position: absolute;
	top: 80%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding: 5px;
	background: #ffffffb0;
	border-radius: 3px;
}


.guide_use_txt{
	font-size:.8rem;
	text-align:left;
}


.article-text{
	font-size:.8rem;
	text-align:left;
}
