/* ================================
  E&C 2026-06-02
================================ */
@import url(https://use.fontawesome.com/releases/v5.0.11/css/all.css);
/* -------------------------------- 
  reset / base
-------------------------------- */

@media screen and (max-width: 900px) {
  #giftguide h2 {
    font-size: min(5.6vw, 2.4rem) !important;
  }
}


#giftguide p {
  /*font-family: "Noto Serif JP", serif;*/
	font-size: 1.4rem;
    line-height: 2.8rem;
	
}
#giftguide p b {
  font-weight: bold;
}



#giftguide ul {
  list-style: disc;
  margin: 0;
  padding: 10px 0 0 1.2em;
}
#giftguide ul ul {
  list-style: circle;
}
#giftguide ul li {
  margin: 0 0 10px;
  padding: 0;
}

#giftguide  img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#giftguide  a {
  transition: all 0.3s ease;
}
#giftguide a img {
  border: none;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
#giftguide br {
  letter-spacing: 0;
}



@media screen and (min-width: 960px), print {
 #giftguide  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}
/* -------------------------------- 
  etc
-------------------------------- */
.mB0 {
	margin-bottom: 0!important;
}
.mT0 {
	margin-top: 0!important;
}
.pT0 {
  padding-top: 0 !important;
}
.pB0 {
  padding-bottom: 0 !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}
.taL {
  text-align: left !important;
}
.fRed {
  color: #aa001a;
}
.fBlu {
  color: #6f90a1;
}
.fS {
  font-size: 0.8em;
}
.fM {
  font-size: 1.2em;
}
.fBig {
  font-size: 2rem;
}
.inlineBlk {
  display: inline-block;
  text-align: inherit;
}






/*-------------------------------------*/
#giftguide h3 {
	font-family: "Noto Serif JP", serif;
}
#giftguide h4 {
	font-size: 2rem;
	margin: 0 0 15px;
	padding-left: 10px;
	border-left: 4px solid #372d2a;
	font-family: "Noto Serif JP", serif;
}



#giftguide .inBox{
	 margin-top: 40px;
	margin-bottom: 80px;

}


#giftguide .leadBox {
	margin-bottom: 40px;
}
#giftguide .leadBox p {
	margin-bottom: 20px;
}
#purchase p {
	margin: 20px 0;
}

#purchase p.ftext{
	display: flex;
	align-items: flex-start;
}


#purchase img{
	max-width: 320px;
	width: 50%;
	height: auto;
}
#purchase .purchaseBox {
	padding: 20px;
	border: dotted 2px #000;
}
#purchase .purchaseBox dl {
	font-size: 1.4rem;
    line-height: 2.8rem;
	margin: 0;
	
}
#purchase .purchaseBox dl dt{
font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: "Noto Serif JP", serif;
	display: flex;
	gap: 10px;
	align-items: flex-end;
}
#purchase .purchaseBox dl dt .number{
}
#purchase .purchaseBox dl dd {
	margin: 0 0 40px;
}
#purchase .imgfBox {
	margin: 20px 0 ;
	display: flex;
	gap:20px;
	align-items: center;
}
#purchase .chapter1 .imgfBox img:first-child{
	max-width: 175px;
}
#purchase .chapter4 .imgfBox .subimg{
	margin-top: 25%;
}
.flow {
	margin-bottom: 40px;
}
.flow ol {
	padding-left: 0px;
	list-style: none;
	display: flex;
	gap: 20px;
	flex-direction: column;
	align-items: center;
}

.flow  ol li {
	font-size: 1.4rem;
    line-height: 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	width: 80%;
	max-width: 300px;
	padding: 8px 20px 8px 30px;
	box-sizing: border-box;
	gap: 15px;
	font-weight: bold;
	position:relative;
	
}
.flow  ol li br {
	display: none;
}
.flow  ol li::before{
   content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #fff;
  border-bottom: 0;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-14px;
}

.flow  ol li:last-child::before{
	display: none;
}
.flow  ol li .number {
	font-size: 2.2rem;
	font-weight: normal;
	color: #cfcfcf;
	margin-bottom:2px;
	
}
.provided .Box{
	padding: 20px;
  border: dotted 2px #000;
}

.provided ul {
	padding: 0 0 0 1.2em;
}

.provided ul li {
	  font-size: 1.4rem;
  line-height: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	list-style-type: disc;
}


.provided a {
	font-size: 1.4rem;
    line-height: 2.8rem;
	max-width: 320px;
	padding: 5px;
	display: flex;
	gap: 10px;
	color:#fff;
	background: #372d2a;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
}

.provided a:hover {
	opacity: 0.7;
}
@media screen and (min-width: 580px), print {

#purchase .purchaseBox {
  padding: 40px;
}
#purchase .purchaseBox dl dt {
  font-size: 2rem;
}
.provided .Box {
  padding: 40px;
}
.provided ul li {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
}
@media screen and (max-width: 899px){
	#purchase img{
	max-width: 320px;
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
#purchase .imgfBox {
  flex-direction: column;
}
#purchase .chapter4 .imgfBox .subimg {
  margin-top: 0;
}
}
@media screen and (min-width: 900px), print {
#contentsfBox{
	margin-right: 60px;

}
.flow ol {
	flex-direction: row;
	gap: 15px;
	align-items:stretch;
}	
.flow  ol li {
	font-size: 1.3rem;
    line-height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	padding: 10px 15px 10px 10px;
	box-sizing: border-box;
	gap: 8px;
	position:relative;
}	
	
	
.flow  ol li br {
	display: inline;
}	
.flow  ol li::before{
display: none;
}
.flow  ol li::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
	position:absolute;
	right: -10px;
	top: 50%;
    transform: translateY(-50%);
}
.flow  ol li:last-child::after{
	display: none;
}
}
@media screen and (min-width: 1600px), print {
	#contentsfBox {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#contentsfBox .inBox{
		width: 48%;
	}
	.flow  ol li {

}
}

#addressbook{
 background: #f6f6ee;
	padding: 30px 30px 10px;
	margin-top: 30px;
	max-width: 670px;
}
 #addressbook h5{
font-family: "Noto Serif JP", serif;
font-size: 18px;
margin: 0;
}

#addressbook .fBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}
#addressbook .fBox img{
	width: 49%!important;
	height: auto;
	max-width: 320px;
}
#addressbook .note {
    margin-bottom: 30px;	
	background:#fffffa;
	padding: 10px 20px 30px;
	border-radius: 5px;
}
#addressbook .note h6{
	margin: 0;
	font-size: 16px;
}
#addressbook .note p {
	margin: 0;
	font-size: 14px;
}
@media screen and (max-width: 899px){
  #addressbook{
    padding: 20px 15px 10px;
  }
  #addressbook .fBox {
    flex-wrap: wrap;
  }	
  #addressbook .fBox img{
    width: 100%!important;
  }
  #addressbook .note {
    padding: 10px 15px 20px;
  }
  #addressbook .note h6{
    margin: 0;
    font-size: 16px;
  }
  #addressbook .note p{
    margin: 0;
    font-size: 13px;
  }
}