@charset "utf-8";

/*===================================================
	1-1. Font (Yahoo UI Library Fonts CSS)
===================================================*/
body {
	font-size: 12px;
	*font-size: small;
	*font: x-small;
	font-family: "Noto Sans JP", sans-serif;
}

table {
	font-size: inherit;
}

select, 
input, 
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, 
code {
	font: 115% monospace;
	*font-size: 100%;
}


/*===================================================
	1-2. Reset Style
===================================================*/

/*要素の初期マージン・余白の初期化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
h,
var { 
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after { 
	content: '';
}

abbr,
acronym {
	border: 0;
}

/*===================================================
	1-3. Text Style
===================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: 100%;
}

pre {
	padding: 0.5em 10px; 
	border-left: 2px solid #eee;
	width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Noto Sans JP", sans-serif;
}

pre[title]::before {
	margin-bottom: 0.4em;
	padding: 0 10px;
	display: block; 
	content: attr(title);
	color: black;
	background-color: #eee;
}

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eeeeee;
}

blockquote * {
	color: #888888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

blockquote[cite]::after {
	padding: 0.1em 20px;
	display: block; 
	content: attr(cite);
	color: #333333;
	text-align: right;
}

cite {
	display: block;
	color: #333333;
	text-align: right;
}

em {
	font-weight: bold;
}

strong {
	color: #FF0000;
}

code {
	font-family:  monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

/*===================================================
	1-4. Hypertext Style
===================================================*/

/*Win Firefox用リンク領域点線非表示*/
:focus {
	moz-outline-style: none;
}



#wrapper a:hover img{
	  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*===================================================
	1-5. List Style
===================================================*/

ul,
ol,
dl {
	margin:0;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {
	font-weight: normal;
}

dd {
	margin:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}


/*===================================================
	1-7. Table Style
===================================================*/
/*テーブルの初期スタイル*/
table {
	margin:0;
	border: 1px solid #CFCFCF;/*構築サイトに応じて変更*/
}

th,
td {
	padding: 3px;/*構築サイトに応じて変更*/
	border: 1px solid #CFCFCF;
}

th {
	background: #DFDFDF;/*構築サイトに応じて変更*/
}


/*===================================================
					共通CSS
===================================================*/
#ccBOx {
	width: 100%;
	background-color: #d0cece;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 130%;
}
.mainBox {
	width: 70%;
	margin-left: 15%;
	margin-right: auto;
}
.titleBox {
	width: 100%;
	margin-bottom: 10%;
}
.titleBox .titleImg {
	width: 100%;
	margin-bottom: 10%;
}
.titleBox .tTxtBox {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	margin-bottom: 10%;
}
.titleBox .tTxtBox .fahter_title {
	font-size: 400%;
	color: #132f79;
	font-weight: 600;
}
.titleBox .tTxtBox .fahter_title1 {
	color: #132f79; 
	font-weight: 600;
	margin-bottom: 10%;
	font-size: 120%;
	line-height: 1.2em;
}
.titleBox .tTxtBox .fahter_title2 {
	font-size: 130%;
	margin-bottom: 5%;
	font-weight: 600;
	color: #132f79; 
}
.titleBox .tTxtBox .fahter_title3 {
	text-align: left;
	padding-left: 5%;
}
.titleBox .menu-container {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	font-size: 120%;
}
.titleBox .menu-container .menu-item01 {
	background-color: #1c2640;
	padding: 1% 6%
}
.titleBox .menu-container .menu-item01 a {
	color: #ffffff;
}
.titleBox .menu-container .menu-item02 {
	background-color: #1c2640;
	padding: 1% 4%
}
.titleBox .menu-container .menu-item02 a {
	color: #ffffff;
}

.titleBox .menu-container .menu-item03 {
	background-color: #1c2640;
	padding: 1% 10%
}
.titleBox .menu-container .menu-item03 a {
	color: #ffffff;
}

.hr {
	margin-bottom: 5%;
	background-color: #1c2640;
}
.giftBox {
	width: 100%;
	margin-bottom: 10%;
}
.giftBox .gift_title {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 8%;
	text-align: center;
}
.giftBox .gift_title .gift_icon {
	width: 10%;
	margin-left: 45%;
	margin-right: 45%;
	margin-bottom: 3%;
}
.giftBox .gift_title .gift_komaru {
	color: #132f79;
	font-weight: 600;
}
.gift_setsumeiBox {
	width: 100%;
	margin-bottom: 10%;
}
.gift_setsumeiBox .gift-container {
	width: 100%;
	display: flex;
	padding: 3%;
	justify-content: space-around;
}
.gift_setsumeiBox .gift-container .gift-item01 {
	position: relative;
	flex-basis: 40%;
}
.gift_setsumeiBox .gift-container .gift-item01 .gtitle {
	font-size: 200%;
	color: #132f79;
	text-align: center;
	line-height: 1.3em;
	font-weight: 600;
}
.gift_setsumeiBox .gift-container .gift-item01 .gkotira a {
	color: #132f79;
}
.gift_setsumeiBox .gift-container .gift-item01 .gtitle3 {
	text-align: center;
	margin-bottom: 8%;
}
.gift_setsumeiBox .gift-container .gift-item01 .gsetsumei {

}
.gift_setsumeiBox .gift-container .gift-item01 .gkotira {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #132f79;
	border-bottom: 1px solid #132f79;
}
.gift_setsumeiBox .gift-container .gift-item01 .gtitle2 {
	color: #3E3E3E;
}
.gift_setsumeiBox .gift-container .gift-item02 {
	padding-left: 5%;
	flex-basis: 60%;
}
.wrappingBox {
	width: 100%;
	margin-bottom: 10%;
}
.wrappingBox .wrap_title {
	text-align: center;
	margin-bottom: 8%;
}
.wrappingBox .wrap_title .wrap {
	font-size: 400%;
	color: #132f79;
	line-height: 1.2em;
	font-weight: 600;
	color: #132f79;
}
.wrappingBox .wrap_title .w_service {
	font-size: 120%;
	font-weight: 600;
	color: #132f79;
}
.wrappingBox .wrap_title .w_ja {
	font-weight: 600;
	color: #132f79;
}
.wrappingBox .wrapImg {
	width: 100%;
	margin-bottom: 8%;
}
.wrappingBox .wrapImg img {
	margin-bottom: 5%;
}
.wrappingBox .wrapImg .wrapTxt {
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	margin-bottom: 2%;
}
.wrappingBox .wrapImg .hosoku {
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;

}
.thumBox {
	width: 100%;
	margin-bottom: 10%;
}
.thumBox .gentei {
	text-align: center;
	font-size: 130%;
	color: #132f79;
	font-weight: 600;
}
.thumBox .thum-container {
	display: flex;
	padding: 3%;
}
.thumBox .thum-container .thum-item02 {
	padding-left: 3%;
}
.thumBox .thum-container .thum-item03 {
	padding-left: 3%;
}
.thumBox .thum_hosoku {
	width: 94%;
	margin-left: 3%;
}
.shohinBox {
	width: 100%;
	margin-bottom: 10%;
}
.shohinBox .shTitle .pc {
	display: block; 
}
.shohinBox .shTitle .sp {
	display: none; 
}
.shohinBox .shTitle .kajo {
	font-size: 70%;
}
.shohinBox .shTitle .kajo a {
	color: #1c2743;
}
.shohinBox .motto {
	width: 30%;
	margin-left: 35%;
	margin-right: 35%;
	background-color: #1c2743;
	margin-top: 5%;
	text-align: center;
	color: #ffffff;
	padding: 2px 0;
	margin-bottom: 10%;
}
.shohinBox .motto a {
	color: #ffffff;
}
.shohinBox .shTitle {
	margin-bottom: 2%;
	padding-top: 5%;
}
.shohinBox .shTitle img {

}
.shohinBox .shsubt {
	text-align: center;
	font-size: 300%;
	color: #132f79;
	line-height: 1.3em;
	font-weight: 600;
}
	.shohinBox .shsub {
	text-align: center;
	color: #132f79;
	font-weight: 600;
	margin-bottom: 3%;
}
.shohinBox .sh-container {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.shohinBox .sh-container .sh-item01 {
	padding: 2%;
	width: 25%;
}
.shohinBox .sh-container .sh-item02 {
	padding: 2%;
	width: 25%;
}
.kotira_a a {
	color: #132f79;
}
/*===================================================
					ShopList CSS
===================================================*/

.shopTitle {
	width: 100%;
	background-color: #1c2743;
	padding-left: 35%;
	padding-right: 35%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 5%;
}
.shopBox .s_txt {
	text-align: center;
	font-size: 200%;
	font-weight: 600;
	margin-bottom: 2%;
}
.kaishi {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	font-size: 120%;
	margin-bottom: 5%;
}
.tenpo {
	text-align: center;
	font-size: 150%;
	text-decoration-line: underline;
	margin-bottom: 3%;
}
.tenpo a {
	color: #1c2743;
}
/*===================================================
					Footer CSS
===================================================*/
.copy {
	width: 100%;
	background-color: #153e35;
	position: absolute;
}
.copy .c_text {
	color: #ffffff;
	padding: 1%;
	text-align: center;
}