@charset "utf-8";

/*========================
▼ルール▼
・全ページ共通のCSSを記述する。
（例：bodyや全ページで使用するモジュールやフォント設定、ヘッダー、フッターなど）

・記述するCSSのセレクタの一番前に必ず「.fc-wrapper」をつける。
「.fc-wrapper」をつけないとリセットの記述に上書きされるため。
==========================*/

/*================
全ページ共通設定
=================*/

/*margin*/

.fc-wrapper .mgt10 {
	margin-top: 10px;
}

.fc-wrapper .mgt15 {
	margin-top: 15px;
}

.fc-wrapper .mgt20 {
	margin-top: 20px;
}

.fc-wrapper .mgt25 {
	margin-top: 25px;
}

.fc-wrapper .mgt30 {
	margin-top: 30px;
}

.fc-wrapper .mgt35 {
	margin-top: 35px;
}

.fc-wrapper .mgt40 {
	margin-top: 40px;
}

.fc-wrapper .mgt45 {
	margin-top: 45px;
}

.fc-wrapper .mgt50 {
	margin-top: 50px;
}

.fc-wrapper .mgb10 {
	margin-bottom: 10px;
}

.fc-wrapper .mgr15 {
	margin-right: 15px;
}

.fc-wrapper .mgr20 {
	margin-right: 20px;
}

.fc-wrapper .mgr25 {
	margin-right: 25px;
}

.fc-wrapper .mgr30 {
	margin-right: 30px;
}

.fc-wrapper .mgr35 {
	margin-right: 35px;
}

.fc-wrapper .mgr40 {
	margin-right: 40px;
}

.fc-wrapper .mgr45 {
	margin-right: 45px;
}

.fc-wrapper .mgr50 {
	margin-right: 50px;
}

.fc-wrapper .mgb15 {
	margin-bottom: 15px;
}

.fc-wrapper .mgb20 {
	margin-bottom: 20px;
}

.fc-wrapper .mgb25 {
	margin-bottom: 25px;
}

.fc-wrapper .mgb30 {
	margin-bottom: 30px;
}

.fc-wrapper .mgb35 {
	margin-bottom: 35px;
}

.fc-wrapper .mgb40 {
	margin-bottom: 40px;
}

.fc-wrapper .mgb45 {
	margin-bottom: 45px;
}

.fc-wrapper .mgb50 {
	margin-bottom: 50px;
}

.fc-wrapper .mgl10 {
	margin-left: 10px;
}

.fc-wrapper .mgl15 {
	margin-left: 15px;
}

.fc-wrapper .mgl20 {
	margin-left: 20px;
}

.fc-wrapper .mgl25 {
	margin-left: 25px;
}

.fc-wrapper .mgl30 {
	margin-left: 30px;
}

.fc-wrapper .mgl35 {
	margin-left: 35px;
}

.fc-wrapper .mgl40 {
	margin-left: 40px;
}

.fc-wrapper .mgl45 {
	margin-left: 45px;
}

.fc-wrapper .mgl50 {
	margin-left: 50px;
}

.fc-wrapper .mgr10 {
	margin-right: 10px;
}

/*font*/
.fc-wrapper .bold {
	font-weight: bold;
}
.fc-wrapper .indent {
	padding-left: 1em;
	text-indent: -1em;
}
body .fc-wrapper .notebox p{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom:0.5em;
 }

/*main flex*/
.fc-wrapper .content {
	width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

/*flex*/
.fc-wrapper .flex-row {
	display: flex;
}

.fc-wrapper .flex-row-sa {
	display: flex;
	justify-content: space-around;
}

.fc-wrapper .flex-row--sb {
	display: flex;
	justify-content: space-between;
}

.fc-wrapper .flex-column {
	display: flex;
	flex-direction: column;
}

.fc-wrapper .flex-column-sa {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.fc-wrapper .flex-column-sb {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/*color*/
.fc-wrapper .red {
	color: #E60012;
}

/*btn*/
.fc-wrapper .syousai-btn {
	margin-top: -2px;
	width: 180px;
	border: 1px solid #003398;
	border-radius: 50px;
}

.fc-wrapper .syousai-btn img{
	vertical-align: baseline;
	margin-left: 15px;
}

.fc-wrapper .syousai-btn a {
	padding: 8px 0 9px;
	display: block;
	text-align: center;
	color: #003398;
	text-decoration: none;
}

.fc-wrapper .syousai-btn a:hover {
	opacity: 0.7;
}


.fc-wrapper .btn-220 {
	margin-top: -2px;
	width: 220px;
	border: 1px solid #003398;
	border-radius: 50px;
}

.fc-wrapper .btn-220 img{
	vertical-align: baseline;
	margin-left: 15px;
}

.fc-wrapper .btn-220 a {
	padding: 8px 0 9px;
	display: block;
	text-align: center;
	color: #003398;
	text-decoration: none;
}

.fc-wrapper .btn-220 a:hover {
	opacity: 0.7;
}




/*========================
サイドナビ
==========================*/
aside {
	width: 180px;
	margin-right: 10px;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

aside .aside-category-ttl {
	background-color: #000066;
	color: #FFF;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}

aside .aside-category-list {
	margin-bottom: 0;
	font-size: 12px;
}

aside .aside-category-list a {
	text-decoration: none;
	color:#333333;
}

aside .aside-category-list a:hover {
	opacity: 0.7;
}

aside .aside-category-list > li {
	border-bottom: #D3D3D3 solid 1px;
	padding-bottom: 12px;
	padding-right: 5px;
	margin-top: 12px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
}

aside .aside-category-list > li:last-child {
	border-bottom: none;
}

aside .aside-category-list > li::after {
	content: "";
	/*background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/y-kojima/guide/images/guide-arrow-r.png");*/
	background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/y-kojima/images/common/icon05.png");	
	width: 9px;
	height: 10px;
	background-repeat: no-repeat;
	margin-left: 5px

}



/*========================
メイン
==========================*/

#guide-wrapper {
	width: 780px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px ;
	line-height: 1.6;
	color: #333333;
}

#guide-wrapper h1 {
	padding-top: 1px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: #010066 solid 2px;
	font-size: 26px;
	font-weight: bold;
	color: #010066;
    width: 780px;
    margin: 0 auto 30px;
    line-height: 1.0;
	font-family: inherit;
}


#guide-wrapper h2 {
	border-left: #010066 solid 8px;
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}


#guide-wrapper h3 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

#guide-wrapper h3 span{
	font-size: 14px;
	font-weight: normal;
	display:block
}

#guide-wrapper h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}


/*アンカー*/
#guide-wrapper .anc {
	background-color: #F8F8F8;
	padding:  19px 16.5px;
	margin-top: 10px;
	margin-bottom: 25px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;

}

#guide-wrapper .anc a {
	text-decoration: none;
	color: #003398;
}

#guide-wrapper .anc a:hover {
	text-decoration: underline;
}

#guide-wrapper .anc > li {
	line-height: 1.9;
	margin-right: 30px;
}


#guide-wrapper a {
	color: #003398;
	text-decoration: none;
}

#guide-wrapper a:hover {
	text-decoration: underline;
}

#guide-wrapper .topbtn {
	margin-top: 10px;
	text-align: right;
}



/*================
content
=================*/


/*block0*/
#guide-wrapper .block0 {
	margin-bottom:25px
}

/*block1*/
#guide-wrapper .block1 {
	width:765px;
	margin:0 auto 50px;
}


/*block2*/
#guide-wrapper .block2 {
	width:765px;
	margin:0 auto 50px;
}


/*block3*/
#guide-wrapper .block3 {
	width:765px;
	margin:0 auto 50px;
}

/*block4*/
#guide-wrapper .block4 {
	width:765px;
	margin:0 auto 50px;
}


/*block5*/
#guide-wrapper .block5 {
	width:765px;
	margin:0 auto 50px;
}

/*block6*/
#guide-wrapper .block6 {
	width:765px;
	margin:0 auto 50px;
}

/*block7*/
#guide-wrapper .block7 {
	width:765px;
	margin:0 auto 50px;
}


/*block8*/
#guide-wrapper .block8 {
	width:765px;
	margin:0 auto 50px;
}


/*block9*/
#guide-wrapper .block9 {
	width:765px;
	margin:0 auto 50px;
}

/*block10*/
#guide-wrapper .block10 {
	width:765px;
	margin:0 auto 50px;
}


.tx-center{
	text-align: center
}


/*======================
アコーディオン設定
=======================*/

.fc-wrapper .accordion{
	color: #333333;
}

.fc-wrapper .closeAc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px 15px 10px;
	box-sizing: border-box;
	border-bottom: #D3D3D3 solid 2px;
	background-color: #F2F2F2;
}

.fc-wrapper .closeAc .icon img {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.fc-wrapper .accordion-txt{
	padding: 10px 10px 40px;
	box-sizing: border-box;
}



/*======================
エリア検索ボックス
=======================*/

body .fc-wrapper .areasearch-box {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	background: #F2F2F2;
	border: 1px solid #D3D3D3;
	padding: 20px;
}

body .fc-wrapper .areasearch-box .ttl {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: bold;
}

body .fc-wrapper .areasearch-box .ttl > div {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #010067;
	font-size: 16px;
}

body .fc-wrapper .areasearch-box .ttl > div::before {
	margin-right: 5px;
}

body .fc-wrapper .areasearch-box .ttl.haisou > div::before {
	content: '';
	width: 45px;
	height: 45px;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/y-kojima/images/item/item-icon-delivery-area01.png) no-repeat 0 50%;
	background-size: contain;
	margin-right: 10px;
}

body .fc-wrapper .areasearch-box .ttl.area > div::before {
	content: '';
	width: 45px;
	height: 45px;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/shopping.geocities.jp/y-kojima/images/item/item-icon-delivery-area02.png) no-repeat 0 50%;
	background-size: contain;
	margin-right: 10px;
}

body .fc-wrapper .areasearch-box p {
	margin-bottom: 20px !important;
	font-size:13px;
	text-align: center;
}

body .fc-wrapper .btn03 {
  display: flex;
  justify-content: center;
}

body .fc-wrapper .btn03 img {
	width:6px;
	padding-left:6px
}


body .fc-wrapper .btn03 a {
  width: 190px;
  height: 45px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.0;
  color: #FFF !important;
  background: #003398;
  border: 1px solid #FFF;
  border-radius: 5px;
  text-decoration: none;
}

/*body .fc-wrapper .btn03 a::after {
  width: 7px;
  height: 7px;
  content: '';
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
  margin: 3px;
}*/

body .fc-wrapper .btn03 a:hover {
  color: #FFF !important;
}

body .fc-wrapper .btn03 a:visited{
	color: #FFF !important;
}

body .fc-wrapper .ck_ttl{
    background: #FAF4A4;
    padding: 17px 10px 17px 42px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.3;
	margin-bottom:10px;
}