@charset "utf-8";
/* CSS Document */

/*----------------------------------------
  サイト共通 スタイルシート
----------------------------------------*/
.tit01 h2,
.tit02 h2,
.tit01 h3,
.tit02 h3 {
	line-height: 2.1em;
	color: #0e53a3;
	text-align: center;
	margin-bottom: 0.25em;
	border-bottom: #0052a4 1px solid;
/* 	font-family: "ゴシックMB101 DB"; */
	font-weight: bold;
}
.tit01 p,
.tit02 p {
	line-height: 1.2em;
	color: #0e53a3;
	text-align: center;
	font-family: "Mukta Mahee", sans-serif;
}
.tit03 {
	color: #0052a4;
	text-align: center;
	padding-bottom: 0.2em;
	border-bottom: #0052a4 1px solid;
	font-weight: bold;
/* 	font-family: "ゴシックMB101 DB"; */
}
.tit04 {
	color: #0052a4;
	text-align: center;
	padding-bottom: 0.2em;
	border-bottom: #0052a4 1px solid;
/* 	font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}
.tit05 {
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: #0052a4 1px solid;
/* 	font-family: "ゴシックMB101 DB"; */
	font-weight: 600;
}

.tit06 {
	line-height: 1.5em;
	padding-bottom: 0.2em;
/* 	font-family: "ゴシックMB101 DB"; */
font-weight: 600;
}

.tit07 {
	color: #0052a4;
	margin-bottom: 0.8em;
/* 	font-family: "ゴシックMB101 M"; */
font-weight: 500;
	font-size:1.5em;
	display:flex;
	align-items:center;
}

/* borderTitle */
.borderTitle {
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.14em;
	padding-bottom: 0.7em;
}
.borderTitle:after {
	content: "";
	display: inline-block;
	background-color: #0052A4;
	width: 40px;
	height: 4px;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}

/* 商品オプション
---------------------------------------- */
.itemOption {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	/*justify-content: space-between;*/
	width:100%;
}
.itemOption li {
	text-align: center;
	/*width:49%;*/
	font-size: 0.86em;
	/*font-family: "ゴシックMB101 M";*/
	font-weight: 500;
	color:#fff;
	line-height: 1.5em;
	margin-right: 0.5em;
}
.itemOpt01 {background-color:#009944;}
.itemOpt02 {background-color:#F08300;}
.itemOpt03 {background-color:#1d2088;}
.itemOpt04 {background-color:#e60012;}

/* btn
---------------------------------------- */
.btn a,
.btn button {
	font-size:1.2em;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	border-radius: 5px;
	font-weight:bold;
	line-height:2.2em;
	padding:0.5em 0;
}

.btn span {
	margin-right:0.5em;
}

/* blueBtn */
.blueBtn a, .blueBtn a:visited,
.blueBtn button,
.blueBtn2 a, .blueBtn2 a:visited {
	color:#0e53a3;
	border:#0e53a3 1px solid;
	background-color: #FFFFFF;
}
.blueBtn a:hover,
.blueBtn2 a:hover,
.blueBtn button:hover {
	color:#ffffff;
	border:#26addf 1px solid;
	background-color:#26addf;
}

/* orangeBtn */
.orangeBtn a, .orangeBtn a:visited,
.orangeBtn button {
	color:#fff;
	border:#F08300 1px solid;
	background-color: #F08300;
}
.orangeBtn a:hover,
.orangeBtn button:hover {opacity: 0.8;}

/* blackBtn */
.blackBtn a, .blackBtn a:visited {
	color:#03172b;
	border:#03172b 1px solid;
	background-color: #fff;
}
.blackBtn a:hover {
	color:#fff;
	border:#03172b 1px solid;
	background-color:#03172b;
}
.formList .btn.blackBtn a svg {fill: #03172b;}
.formList .btn.blackBtn a:hover svg {fill:#fff;}

/* yamabukiBtn */
.yamabukiBtn a, .yamabukiBtn a:visited {
	color:#f4a204;
	border:#f4a204 1px solid;
	background-color: #fff;
}
.yamabukiBtn a:hover {
	color:#fff;
	border:#f4a204 1px solid;
	background-color: #f4a204;
}
.yamabukiBtn.btn a svg {fill: #f4a204;}

/* greenBtn */
.greenBtn a, .greenBtn a:visited {
	color:#37ac76;
	border:#37ac76 1px solid;
	background-color: #fff;
}
.greenBtn a:hover {
	color:#fff;
	border:#37ac76 1px solid;
	background-color: #37ac76;
}
.greenBtn.btn a svg {fill: #37ac76;}

/* pinkBtn */
.pinkBtn a, .pinkBtn a:visited {
	color:#bc1266;
	border:#bc1266 1px solid;
	background-color: #fff;
}
.pinkBtn a:hover {
	color:#fff;
	border:#bc1266 1px solid;
	background-color: #bc1266;
}
.pinkBtn.btn a svg {fill: #bc1266;}

.emptyBtn a, .emptyBtn a:visited,
.emptyBtn button {
	color:#888;
	border:#888 1px solid;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	border-radius: 5px;
	font-weight:bold;
	padding: 3px 0;
	background-color: #fff;
}
.emptyBtn a:hover,
.emptyBtn button:hover {
	color:#ffffff;
	background-color:#888;}

.reloadBtn a, .reloadBtn a:visited,
.reloadBtn  button {
	color:#ff7316;
	border:#ff7316 1px solid;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	border-radius: 5px;
	font-weight:bold;
	padding: 3px 0;
	background-color: #fff;
}
.reloadBtn a:hover,
.reloadBtn button:hover {
	color:#ffffff;
	background-color:#ff7316;}

.emptyBtn span,.reloadBtn span {margin-right:0.5em;}

.purchaseBtn a {line-height: 3.0em;}

.blueBtn3 a, .blueBtn3 a:visited {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #0e53a3;
	border: #0e53a3 1px solid;
	border-radius: 5px;
	font-weight: bold;
	padding: 1em 0;
	font-size:1.2em;
}
.blueBtn3 a:hover {
	color: #fff;
	border-color: #ed6d46;
	background-color: #ed6d46;
}
.blueBtn3 span {
	margin-left:0.5em;
	font-size:0.7em;
	vertical-align:10%;
}

/* owlcarousel
---------------------------------------- */
.owl-prev,
.owl-next {
	content: "";
	position:absolute;
	width: 30px;
	height: 30px;
	background-size:30px;
	background-repeat:no-repeat;
	background-position:left top;
}
.owl-prev {
	left:-0.65em;
	background-image: url("../images/index/slideicon_left.png");
}
.owl-next {
	right:-0.65em;
	background-image: url("../images/index/slideicon_right.png");
}

/*banner
---------------------------------------- */
.bannerBack01 {
	background-color: #eaf5fc;
	border-bottom: #0052a4 2px solid;
}
.bannerBack02 {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #eaf5fc;
	border-bottom: #0052a4 2px solid;
}
.bannerBack02:hover{
	opacity:0.7;
}
.bannerTitle {
	background-color:#0052a4;
}
.bannerTitle span {
	font-size: 1.2em;
/* 	font-family: "ゴシックMB101 DB"; */
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8em;
	padding: 0.2em;
	display: flex;
	width: 100%;
	justify-content: center;
}
.snsBannerCopy {
	font-size: 1.2em;
/* 	font-family: "ゴシックMB101 DB"; */
font-weight: 600;
	color: #0052a4;
	text-align: center;
	line-height: 1em;
	margin: 0.7em 0.2em;
}
.bannerIcon {text-align: center;}
.bannerIcon a {
	display: inline-block;
}
.bannerIcon img {
	width: 3.5em;
	display: inline-block;
	margin: 0.5em 0.2em 1.3em;
}
.inquiryBannerCopy1 {
	font-size: 2.1em;
	/* font-family: "ゴシックMB101 B"; */
	font-weight: bold;
	color: #e60012;
	text-align: center;
	line-height: 1.2em;
	margin: 0.2em 0.1em;
}
.inquiryBannerCopy2 {
	color: #0052a4;
	text-align: center;
	line-height: 1.5em;
	margin: 0.55em;
}
.inquiryBannerCopy3 {
	font-size: 2.1em;
	font-weight: bold;
	color: #0052a4;
	text-align: center;
	line-height: 1em;
	margin: 0.1em 0 0.25em;
}
.inquiryBannerCopy3 img {
	width: 0.65em;
	display: inline-block;
	vertical-align: middle;
	margin: 0.1em 0.1em 0.25em 0.1em;
}
.postageBannerCopy1 {
	font-size: 1em;
/* 	font-family: "ゴシックMB101 DB"; */
font-weight: 600;
	color: #0052a4;
	text-align: center;
	margin: 0.25em;
}
.postageBannerCopy2 {
	font-size: 2.5em;
/* 	font-family: "ゴシックMB101 DB"; */
font-weight: 600;
	color: #e60012;
	line-height: 1.1em;
	margin: 0.1em 0 0;
	text-align: center;
}
.postageBannerCopy2 img {
	width: 1.4em;
	display: inline-block;
	margin: 0.1em 0.1em 0.3em 0.2em;
	vertical-align: middle;
}
.postageBannerCopy3 {
	font-size: 0.75em;
	color: #0052a4;
	text-align: center;
	line-height: 1.6em;
	padding:  0.1em 0.1em 1.3em;
}

/*contentBack
---------------------------------------- */
.contentBack {width: 100%;}

/* contactFlex (inc/contact.php用)
---------------------------------------- */
#contactFlex .contactBox {text-align: center;}
#contactFlex .contactBox h2 {
	background-color: #D83E08;
	color: #fff;
	line-height: 1em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contactSt01 {fill: #D83E08;}
.contactSt02 {fill: #fff;}
#contactFlex .contactBox > div {
	border: 2px solid #D83E08;
	border-top: none;
}
#contactFlex .contactBox p {
	background-color: #E7E7E7;
	font-weight: bold;
	text-align: center;
	line-height: 1.69em;
	padding: 0.8em 0 0.5em;
}
#contactFlex #telArea a {
	display: block;
	text-decoration: none;
}
.freephoneSt01 {fill: #1B982A;}
.freephoneSt02 {fill: #1A1311;}
.freephoneSt03 {fill: #FFF;}
#contactFlex #telArea #number {font-family: "Oswald", sans-serif;}
#contactFlex #mailArea .btn a {
	border: 1px solid #D83E08;
	color: #D83E08;
}
#contactFlex #mailArea .btn a:hover {
	background-color: #D83E08;
	color: #fff;
}
#contactFlex .btn svg {
	width: 20px;
	height: 20px;
	vertical-align: -0.25em;
}
#contactFlex #mailArea .btn svg {fill: #D83E08;}
#contactFlex #mailArea .btn a:hover svg {fill: #fff!important;}

/* 電話相談・サポート体制を強化しています！
---------------------------------------- */
.supportContact .contactImageBottom {
	background-color: #e9f4fb;
	text-align: center;
}
.supportContact .contactImageBottom a {
	display: block;
	text-align: center;
}
.supportContact .contactMeans {
	background-color: #0052a4;
}
.supportContact .contactMeans a {
	text-decoration: none;
}
.supportContact .contactMeans a h2 {
	color: #fff;
/* 	font-family: "ゴシックMB101 DB"; */
font-weight: bold;
	text-align: center;
	padding: 5px;
	line-height: 1.6;
}
.supportContact .contactMeans a .contactInfo {
	background-color: #fff;
	text-align: center;
	padding: 20px 15px 15px;
}
.supportContact .contactMeans a .contactInfo .supportImage {
	margin-bottom: 10px;
}
.supportContact .contactMeans a .contactInfo p {
	text-align: center;
}
.supportContact .contactMeans .telBox {
	border: 5px solid #00a73c;
	background-color: #00a73c;
}
.supportContact .contactMeans .telBox h2 {
	background-color: #00a73c;
}
.supportContact .contactMeans .mailBox {
	border: 5px solid #dc7271;
	background-color: #dc7271;
}
.supportContact .contactMeans .mailBox h2 {
	background-color: #dc7271;
}

/*管理画面商品管理用
---------------------------------------- */
.manageFlex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.manageFlex02 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.manageFlex01 div img,.manageFlex02 div img {width:100%;}

/*===============================================
●画面の横幅が729px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 767px){

	/* title
	---------------------------------------- */
	/* tit01 */
	.tit01 p {font-size: 1.5em;}
	.tit01 h2 {font-size:1.7em;}

	/* tit02 */
	.tit02 p {font-size: 1.5em;}

	/* tit03 */
	.tit03 {
		font-size: 1.55em;
		margin: 1em 0 0.45em;
		padding-bottom: 0.45em;
		line-height: 1.5em;
	}
	.tit03Copy {
		margin-bottom: 0.8em;
	}

	/* tit04 */
	.tit04 {
		font-size: 1.25em; font-weight: bold;
		line-height: 2em;
		margin-bottom: 0.65em;
	}

	/* borderTitle */
	.borderTitle {font-size: 1.3em;}

	/* btn
	---------------------------------------- */
	.emptyBtn a,
	.reloadBtn a {
		padding:0.1em 0;
		font-size: 0.9em;
	}

	/* owlcarousel
	---------------------------------------- */
	.owl-prev,
	.owl-next {
		top:17%;
	}

	/* 商品オプション
	---------------------------------------- */
	.itemOption {margin-bottom: 0.3em;}
	.itemOption li {padding: 0.3em 0.5em 0.3em 0.5em;}

	/*banner
	---------------------------------------- */
	#banner {margin-bottom: 3em;}
	#banner .flex div {
		width: 100%;
		margin-bottom: 2em;
	}
	#banner .flex div:last-child {
		margin-bottom: 0em;
	}

	/*contentBack
	---------------------------------------- */
	.contentBack {
		padding: 1.5em 0;
		margin-bottom: 3em;
	}
	.contentBack h4,
	.itemSection h4 {line-height: 1.2em;}
	.itemPrice {font-size: 1.15em;}

	/* contactFlex (inc/contact.php用)
	---------------------------------------- */
	#contactFlex .contactBox h2 {
		font-size: 1.3em;
		padding: 0.7em 0 0.5em;
	}
	#contactFlex .contactBox > div {padding: 2.5em 1em 2.2em;}
	#contactFlex .contactIcon {margin-right: 0.6em;}
	#contactFlex .contactIcon svg {
		width: 25px;
		height: 25px;
	}
	#contactFlex #telArea {margin-bottom: 2em;}
	#contactFlex #telArea a {margin-bottom: 1.5em;}
	#contactFlex #telArea #freePhoneIcon svg {
		width: 3.64em;
		height: 1.86em;
	}
	#contactFlex #telArea #number {
		font-size: 2.4em;
		margin-left: 0.3em;
	}
	#contactFlex #mailArea .btn {margin-bottom: 2em;}

	/* 電話相談・サポート体制を強化しています！
	---------------------------------------- */
	.supportContact .contactImageBottom {
		padding: 20px 1em 0;
	}
	.supportContact .contactMeans {
		padding: 15px 0;
	}
	.supportContact .contactMeans .inner {
		padding: 0 1em;
	}
	.supportContact .contactMeans a h2 {
		font-size: 1.07em; font-weight: bold;
	}
	.supportContact .contactMeans section:not(:first-child) {
		margin-top: 15px;
	}
	.supportContact .contactMeans a .contactInfo p {
		font-size: 0.86em;
	}
	.supportContact .contactMeans .supportImage img {
		max-width: 250px;
		text-align: center;
	}

	/*管理画面商品管理用
	---------------------------------------- */
	.manageFlex01 div,.manageFlex02 div {width:100%;}

	/* スワイプ用テキスト
	---------------------------------------- */
	.swipeText span {
		font-size: 1.2em;
		margin-right: 0.5em;
	}
}

/*===============================================
●画面の横幅が730px以上(PCのみ)
===============================================*/
@media screen and (min-width: 768px){

	/* title
	---------------------------------------- */
	/* tit01 */
	.tit01 h2,
	.tit01 h3 {font-size: 2.2em;}
	.tit01 p {font-size: 2em;}

	/* tit02 */
	.tit02 h2,
	.tit02 h3 {font-size: 1.15em;}
	.tit02 p {font-size: 2.57em;}

	/* tit03 */
	.tit03 {
		font-size: 2em;
		line-height: 2em;
		margin-bottom: 0.65em;
	}
	.tit03Copy {
		margin-bottom: 1.4em;
	}
	/* tit04 */
	.tit04 {
		font-size: 1.5em; font-weight: bold;
		line-height: 2em;
		margin-bottom: 0.65em;
	}
	/* tit05 */
	.tit05,
	.tit06 {font-size: 1.15em; font-weight: bold;}

	/* tit07 */
	.tit07:after {
		margin-left:0.5em;
		border-bottom:#0052a4 1px solid;
		content:"";
		flex-grow:1;
		padding-top: 0.3em;
	}

	/* borderTitle */
	.borderTitle {font-size: 1.5em;}

	/* 商品オプション
	---------------------------------------- */
	.itemOption {
		margin-bottom: 0.8em;
	}
	.itemOption li {padding: 0.4em 0.5em 0.3em 0.5em;}
	/*.itemOption li {
		padding-bottom: 0.2em;
	}*/

	/* btn
	---------------------------------------- */
	.emptyBtn a,
	.reloadBtn a {
		padding:0.4em 0;
	}

	/* owlcarousel
	---------------------------------------- */
	.owl-prev,
	.owl-next {
		top:30%;
	}

	/*banner
	---------------------------------------- */
	#banner {margin-bottom: 4em;}
	#banner .flex div {
		width: 30%;
		margin-right: 5%
	}
	#banner .flex div:last-child {margin-right: 0%}

	/*contentBack
	---------------------------------------- */
	.contentBack {
		padding: 1.5em 0;
		margin-bottom: 4em;
	}
	.contentBack h4,
	.itemSection h4 {
		font-size: 1.15em;
		line-height: 1.35em;
		margin-bottom: 0.5em;
	}
	.itemPrice {font-size: 1.35em;}


	/* contactFlex (inc/contact.php用)
	---------------------------------------- */
	#contactFlex {
		display: flex;
		justify-content: space-between;
	}
	#contactFlex .contactBox {width: 48%;}
	#contactFlex .contactBox h2 {
		font-size: 1.86em;
		padding: 0.5em 0 0.3em;
	}
	#contactFlex .contactIcon {margin-right: 0.8em;}
	#contactFlex .contactIcon svg {
		width: 50px;
		height: 50px;
	}
	#contactFlex .contactBox p {font-size: 1.14em;}
	#contactFlex #telArea > div {padding: 11% 5% 8%;}
	#contactFlex #telArea a {
		pointer-events: none;
		margin-bottom: 2.52em;
	}
	#contactFlex #telArea a #number {
		font-size: 2.86em;
		margin-left: 0.5em;
	}
	#contactFlex #telArea #freePhoneIcon svg {
		width: 4.2em;
		height: 2.43em;
	}
	#contactFlex #mailArea > div {padding: 9% 5% 8%;}
	#contactFlex #mailArea .btn {
		max-width: 310px;
		margin: 0 auto 2em;
	}

		/* 電話相談・サポート体制を強化しています！
	---------------------------------------- */
	.supportContact {
		max-width: 2000px;
		margin: 0 auto;
	}
	.supportContact .contactImageBottom {
		padding-top: 20px;
	}
	.supportContact .contactMeans {
		padding: 50px 0;
	}
	.supportContact .contactMeans .inner {
		display: flex;
		width: 100%;
    max-width: 980px;
    padding: 0 10px;
    margin: 0 auto;
	}
	.supportContact .contactMeans section {
		width: 48.5%;
	}
	.supportContact .contactMeans section:nth-child(odd) {
		margin-right: 3%;
	}
	.supportContact .contactMeans a h2 {
		font-size: 1.25em; font-weight: bold;
	}
	.supportContact .contactMeans a .contactInfo p {
		font-size: 1.1em;
	}

	/*管理画面商品管理用
	---------------------------------------- */
	.manageFlex01 div {width:48%;}
	.manageFlex02 .manageImg01 {
		width:57%;
		margin-right: 3%;
	}
	.manageFlex02 .manageImg02 {width:40%;}

}