@charset "UTF-8";
/* CSS Document */

#wrap_e-gift{
  margin: 0 auto;
  max-width: 960px;
}


#wrap_e-gift h2{
	margin:0 0 35px 0;
}
#wrap_e-gift .lead{
	margin:35px 0;
}


#wrap_e-gift h3{

  text-align: center;
background: #d48063;
color: #fff !important;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 2.2rem;
  margin: 0 auto 30px;
  padding: 10px 3%;
}


@media screen and (max-width: 767px) {

#wrap_e-gift h3 {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }
}

.i_i_tokucho{
	width: 85%;
	max-width: 750px;
	margin:35px auto;
}

#wrap_e-gift #attention_noshi{
    border-top: 1px solid #9F502F;
	border-bottom: 1px solid #9F502F;
	padding:25px 35px;
	margin:25px 0;
	text-align: center;
}

#wrap_e-gift #attention_noshi ul{
	text-align: left;
}

#wrap_e-gift #attention_noshi li{
	text-align: left;
	color:#9F502F;
	margin:0 0 10px 0;
}
#wrap_sec ul{
	display:flex; 
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin:15px 0 25px 0;
}

#wrap_sec li{
	width: 48%;
	margin:0;
}


#wrap_osusume{
    background-color: #f5efed;	
	padding:3%;
	border-radius: 15px;
	margin:50px 0;
}

#wrap_osusume h4{
	text-align:center;
	margin:25px 0;
	 font-size: 2.0rem;
}

#wrap_osusume ul{
	display:flex; 
	list-style: none;
	justify-content: space-between;
}

#wrap_osusume li{
	width: 23%;
	margin:0;
}

@media screen and (max-width: 767px) {
	#wrap_osusume ul{
	display:flex; 
	list-style: none;
	flex-wrap:wrap;
	justify-content: space-between;
}
	
#wrap_osusume li{
	width: 45%;
	margin:0;
}	
}
#wrap_osusume ul h5{
    font-size: 1.9rem;
    margin: 15px 0 20px 0;
    font-weight: 600;	
	text-align: center;
}

#wrap_osusume ul p{
	font-size: 1.6rem;
	line-height: 160%;
	margin:15px 0 20px 0;
	
}

#wrap_e-gift .ttl_red{
	text-align: center;
	color:#8d502f;
	 font-size: 2.0rem;
	font-weight: 600;
}

#wrap_e-gift .ul_howto{
	margin:20px 0 50px 0;
	display:flex; 
	list-style: none;
	flex-wrap:wrap;
	justify-content: space-between;
	
	
}


#wrap_e-gift .ul_howto li{
	width: 30%;
}


#wrap_e-gift .ul_howto li h5{
	font-size: 2.0rem;
	font-weight: 600;
	margin:20px 0 15px 0;
}
#wrap_e-gift .ul_howto li p{
	height: 90px;
}



@media screen and (max-width: 767px) {
#wrap_e-gift .ul_howto li{
	width: 60%;
	margin:15px auto;
}

#wrap_e-gift .ul_howto li p{
	height:auto;
}
	
}


.button_eGift a {
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 25px auto;
    max-width: 450px;
    padding: 10px 25px;
    color: #8d502f;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:2.2rem;
    border: 1px solid #8d502f;
}
.button_eGift a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button_eGift a:hover {
  background: #8d502f;
  color: #FFF;
}
.button_eGift a:hover:after {
  right: 1.4rem;
}


/*よくある質問*/
.cp_qa03 .cp_actab {
  position: relative;
  width: 100%;
  margin: 0 0 1em 0;
  color: #1b2538;
}
.cp_qa03 .cp_actab input {
  display: none;
}
/* 質問 */
.cp_qa03 .cp_actab label {
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 2.5em;
  cursor: pointer;
  text-indent: 1em;
  border-radius: 0.5em;
  background: rgba(27,37,56,0.1);
}
.cp_qa03 .cp_actab label::before {
  content: 'Q';
  font-family: serif;
  font-size: 1.5em;
  margin-left: -2em;
  padding-right: 0.5em;
}
.cp_qa03 .cp_actab label:hover {
  color: #00838f;
  transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '+';
  font-size: 1.7em;
  font-weight: bold;
  line-height: 2em;
  display: inline-block;
  width: 2em;
  height: 2em;
  transition: transform 0.3s;
}
/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  border-radius: 0 0 0.5em 0.5em;
  transition: max-height 0.2s;
}
.cp_qa03 .cp_actab .cp_actab-content::before {
  position: absolute;
  content: 'A';
  font-family: serif;
  font-size: 1.5em;
  margin: 0.4em 0 0 -1em;
  padding: 0;
}
.cp_qa03 .cp_actab .cp_actab-content p {
  margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
  border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked ~ label {
  color: #00838f;
  border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

/*のし対応*/
.anygift-order-form__order-area__label__caution::after {
    content: "※eギフトにはのしや手提げ等をおつけすることはできません" !important;
    margin-top: 4px !important; 
}