@charset "utf-8";
/* CSS Document */
#maincontents{
}

#maincontents h2{
    font-size: 1em;
    padding: 1% 2%;
    margin: 4% 0 2%;
    letter-spacing: 3px;
    background: #eeeeef;
}

#maincontents h3{
    font-size: 1rem;
    margin: 20px 10px 10px;
    color: #2d6836;
}

em{
	font-style: normal;
}

mark{
	font-weight:bold;
	background-color:unset;
}

/*コンセプト*/
.consept img{
	width:100%;
	height:auto;
}


/*コメント*/
.guidetxt{
	padding: 10px;
	font-size: .85rem;
	letter-spacing: 1px;
}

/*単独リンク*/
.guidelink{
        width: 50%;
        display: block;
        margin: 10px auto;
        text-align: center;
        padding: 10px 0;
        border-radius: 5px;
        font-weight: bold;
}
.guidelink:hover{
	opacity: 0.6 ;
	transition: 0.3s;
}

/*=============================
	コンセプト
=============================*/
.guidetxttop{
	color: #469d3d;
	letter-spacing: 3px;
	font-size: 1.5rem;
	margin: 0 10px;
}

.top2{
	vertical-align: middle;
}


/*=============================
	メニュー
=============================*/
.guide_menu{
	padding: 0 1%;
	text-align: center;
	/* display: flex; */
}

.guide_m_list{
	width: 14%;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0;
	margin: 10px;
	font-size: .8rem;
	border: 2px #aaa solid;
	border-radius: 10px;
}

.guide_m_list img{
	width:50px;
}


.guide_m_list:hover{
	background-color:#eeeeef;
	transition:0.3s;
}

/*====================================
	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;
}






/*====================================
	オプション一覧
====================================*/
.op-tit{}

.op-service{
	display: flex;
	flex-wrap: wrap;
}

.op-service li{
    width: calc(100%/3);
    max-width: 375px;
    display: inline-block;
    vertical-align: top;
    text-align:center;
    margin-bottom: 2%;
    padding: 5px;
}

.op-service img{
	width:100%;
	height: auto;
		background-color: rgba(0, 0, 0, 0.4);
}


.op-service_list{

}

.op-service_link{
	width: 100%;
	display:block;
	position: relative;
}


.op-service img{

}
/*画像暗くする*/
.op-service_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.op-service_link:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(226 226 226 / 20%);
  transition:0.3s;
}

.op-service_name{
	width:70%;
	font-weight:bold;
	text-align:center;
	font-size: 1.2rem;
	color:#fff;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}


.op-service_txt{
	font-size:.8rem;
	text-align:justify;

}





/*=============================
	ご注文方法
=============================*/
.order-ibox{
	margin: auto;
	text-align: center;
}

.ordericon{
	width: auto;
	display: inline-block;
	background-color: #2d6836;
	padding: 1%;
	border-radius: 50%;
	margin: 0 10px;
}

.ordericon img{
	width: 30px;
	padding: 4px;
}


/*お問い合わせ*/
.info_box{

}

#help >.guidetxt{
	text-align:center;
	font-weight:bold;
	padding: 0;
}
/*=============================
　	お支払い
=============================*/
.guide_img img{
	width:auto;
	display:block;
	margin:auto;
}
.payment img{
	margin: 2% auto;
}


/*=============================
	よくある質問抜粋リンク
=============================*/

/*見出し*/
.guide-title{
    margin-bottom: 5px;
}

/*リスト*/
.guidelist{
	padding: 0 2%;
	/* width: 90%; */
	margin: auto;

}
.guidelist li{
    width: 49%;
    display: inline-block;
    font-size: 1rem;
    border: 1px #ccc solid;
    margin: 3px 0;
}

.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%);
}

.guidelist li>span{
	color: #2d6836;
	letter-spacing: 1px;
	margin: 10px 10px 0;
	font-weight: bold;
}

.guidelist li img{
	max-width: 80px;
	display:inline-blockl;
	margin: 0 5px;
}

.guidelist li:hover{
	background-color:#eeeeef;
}

/*=============================
	私たちについて
=============================*/
.aboutous img{
	max-width: 100%;
	margin: auto;
	display: block;
}


/*------------------------------
	ご用途で選ぶ
------------------------------*/
.guide_use{
	display: flex;
	flex-wrap: wrap;
}

.guide_use_list{
  width: calc(99%/3);
  max-width: 375px;
  display: inline-block;
  vertical-align: top;
  text-align:center;
  margin-bottom: 2%;
  padding: 5px;
}

.guide_use_list img{
	width:100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.4);
}


.guide_use_link{
	width: 100%;
	display:block;
	position: relative;
}

/*画像暗くする*/
.guide_use_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.guide_use_link:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(226 226 226 / 20%);
  transition:0.3s;
}

.guide_use_name{
	width:70%;
	font-weight:bold;
	text-align:center;
	font-size: 1.2rem;
	color:#fff;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}


.guide_use_txt{
	font-size:.8rem;
	text-align:justify;

}
