@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*--------------------------------------
	カテゴリを個別記事のようにする
--------------------------------------*/
/*
.category #archive_header {
	margin: 0 0 1.5em;
}
@media only screen and (max-width: 480px) {
	.category #content { margin-top:0; }
	.category .wrap { width:100%; }
	#archive_header { border-top:none; }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.category #content { margin-top:0; }
	.category .wrap { width:100%; }
	#archive_header { border-top:none; }
}
*/

.entry-content p {
  margin: 0 0 1.0em;
}

@media only screen and (max-width: 480px) {
	.category .wrap {
		width:100%;
	}
	.category .d-5of7 {
		padding-right:0;
	}
	.category .insidesp {
		padding:0 4%;
	}
	.category .cardtype {
		width:92%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.category .wrap {
		width:100%;
	}
	.category #archive_header {
		margin: 0 0 1.5em;
		padding:20px 25px;
	}
	.category .insidesp {
		padding:0 4%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1029px) {
	.category #archive_header {
		margin: 0 0 1.5em;
		padding:20px 25px;
	}
}
@media only screen and (min-width: 1030px) {
	.category .d-5of7 {
		padding-right:0;
	}
	.category #archive_header {
		padding:20px 40px;
	}
}


/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{
	font-size:1.3em;
	padding:0.5em;
	color: #fff;
	background: -webkit-repeating-linear-gradient(-45deg, #83C1F8, #83C1F8 3px,#71C7FA 3px, #71C7FA 7px);
	background: repeating-linear-gradient(-45deg, #83C1F8, #83C1F8 3px,#71C7FA 3px, #71C7FA 7px);
	
	text-shadow: 1px 1px 0 #51A7DA,
		-1px 1px 0 #51A7DA,
		1px -1px 0 #51A7DA,
		-1px -1px 0 #61B7EA;

}
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.entry-content h2{
	margin-left:-15px;
	margin-right:-15px;
	padding-left:15px;
	padding-right:15px;
}
.category .entry-content h2{
	margin-left:-15px;
	margin-right:-15px;
	padding-left:25px;
	padding-right:25px;
}

@media only screen and (min-width: 481px) {
	.entry-content h2{
		margin-left:-25px;
		margin-right:-25px;
		padding-left:25px;
		padding-right:25px;
	}
	.category .entry-content h2{
		margin-left:-15px;
		margin-right:-15px;
		padding-left:25px;
		padding-right:25px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.entry-content h2{
		margin-left:-25px;
		margin-right:-25px;
		padding-left:25px;
		padding-right:25px;
	}
	.category .entry-content h2{
		margin-left:-25px;
		margin-right:-25px;
		padding-left:25px;
		padding-right:25px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1029px) {
	.entry-content h2{
		margin-left:-25px;
		margin-right:-25px;
		padding-left:25px;
		padding-right:25px;
	}
	.category .entry-content h2{
		margin-left:-25px;
		margin-right:-25px;
		padding-left:25px;
		padding-right:25px;
	}
}
@media only screen and (min-width: 1030px) {
	.entry-content h2{
		margin-left:-40px;
		margin-right:-40px;
		padding-left:40px;
		padding-right:40px;
	}
	.category .entry-content h2{
		margin-left:-40px;
		margin-right:-40px;
		padding-left:40px;
		padding-right:40px;
	}
}
/*
	影付き塗りつぶし

.entry-content h2 {
	font-size:1.3em;
	padding:0.5em;
	background:#cee2ff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.23);
}
*/
/*
	上下線

.entry-content h2 {
	color: #252525;
	padding: 0.5em 0;
	border-top: solid 3px #6bb6ff;
	border-bottom: solid 3px #6bb6ff;
}
*/
/*
	ストライプ＋上下線

.entry-content h2 {
	color: #6cb4e4;
	text-align: center;
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
*/

/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
	padding: 10px 0 5px 10px;
	border-left:none;
	border-bottom:3px solid #6bb6ff;
}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*
	下線

.entry-content h3 {
	padding: 10px 0 5px 10px;
	border-left:none;
	border-bottom:3px solid #6bb6ff;
}
*/
/*
	ストライプの下線

.entry-content h3 {
	position: relative;
	border-left: none;
}

.entry-content h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6bb6ff, #6bb6ff 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6bb6ff, #6bb6ff 2px, #fff 2px, #fff 4px);
}

.entry-content h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6bb6ff, #6bb6ff 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6bb6ff, #6bb6ff 2px, #fff 2px, #fff 4px);
}
*/
/*
	h4:チェックマーク

.entry-content h4 {
	position:relative;
	padding-left:30px;
	line-height: 38px;
}
 
.entry-content h4:after, h4:before {
	content:''; 
	height:18px; 
	width:4px; 
	display:block; 
	background:#6bb6ff; 
	position:absolute; 
	top:8px; 
	left:15px; 
	border-radius:10px;
	transform:rotate(45deg);
}
 
.entry-content h4:before {
	height:10px; 
	transform:rotate(-45deg);
	top:16px; 
	left:7px
}
*/
/*
	h4:左ボーダー

.entry-content h4 {
	padding: 0 0 0 10px;
	border-left-width:4px;
	border-left-style:solid;
	border-color:#6bb6ff;
}
*/
/*
	h4:左ボーダー
*/
.entry-content h4 {
	border-left-width: 4px;
	border-left-style: solid;
	border-color:#6bb6ff;
  padding: 10px 0 10px 10px;
  margin: 2.6em 0 0.7em;
  line-height: 1.5;
}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*
	色
*/

#inner-content .green2-bc {
  background: #38B07A;
}
#inner-content .red2-bc {
  background: #f05a5a;
}


.b {font-weight:bold;}
.aka {color: #db0000;}
.mizu{ color: #0080c0;}

.marker_yellow,
.marker_ki {
	/*background:#ffe629;*/
	background:#fe8;
	padding:2px 0;
}

.marker_red,
.marker_aka {
	/*background:#FFBFC8;*/
	background:#fcc;
	padding:2px 0;
}

.under_yellow,
.under_ki {
	background:linear-gradient(transparent 70%, #fe8 70%);
	padding:2px 0;
}

.under_red,
.under_aka{
	background:linear-gradient(transparent 70%, #fcc 70%);
	padding:2px 0;
}

.kanren a {
	/*color:#00c;*/
	font-weight:bold;
}

a.red_link{color: #db0000 !important;}

/*
	追尾サイドバーの目次
*/
.sidefixed .toc_widget {
    max-height: 500px;
    overflow-y: scroll;
}

/*
	米印
*/
.kome {
	color:#888;
	font-size:11px;
}
.kome_black,
.kome_kuro {
	color:#333;
	font-size:11px;
}

/*
	スクロールボックス
*/
div.scrollbox {
	margin:10px auto;
	width: 80%;
	height: 40px;
	color:#aaa;
	font-size:11px;
	overflow: scroll;
}


/*
	アイキャッチのシェアボタンを小さくする
*/
.fab-btn {
	margin: -20px 15px 0 auto;
	width: 110px;
	border-radius: 20px;
	font-size: 16px;
	transition: 0.3s ease-in-out;
	transition-delay: 0.1s;
	animation: animScale 3.5s ease-out;
}
.fab-btn,
.fab-btn i {
	height: 40px;
	line-height: 40px;
}
.fab-btn i:after {
	content: "SHARE";
	padding-left: 10px;
	font-family: "Quicksand", "Avenir", "Arial";
	font-weight: 500;
	color: #555;
}

/*
	box28の色にバリエーションを持たせる
*/
.box28.box_red .box-title { background: #F46B6B;}
.box28.box_red .box-content { border: solid 3px #F46B6B; }

/*
	dl, dt, dd 初期化
*/
dl, dt, dd {
	box-sizing:border-box;
	border:1px none #ddd; /* 共通のborderを定義。初期状態では非表示(border-style:none) */
}
/*
	dl_list
*/
dl.dl_flex {
	display:flex;
	flex-wrap:wrap; /* はみ出そうな時の折り返しを有効化 */
	/*border:1px solid #ddd;*/
	border-style:none solid solid; /* 上以外のborderを表示 */
	width:100%;
}

dl.dl_flex dt,
dl.dl_flex dd {
	margin:0;
	border-top-style:solid; /* 上のborderを表示 */
	padding:5px;
}

dl.dl_flex dt {
	width:25%;
	background: #eee;
}

dl.dl_flex dd {
	width:75%;
	border-left-style: solid; /* 左のborderを表示 */
	color:#252525;
}

.dl_flex.skyblue dt {
	color:#fff;
	font-weight:bold;
	background: #5FC2F5;
}
.dl_flex.skyblue dd { color:#333 }

.dl_flex.green dt {
	color:#fff;
	font-weight:bold;
	background: -moz-linear-gradient(top, #26A69A 5%, #009688 100%);
	background: -webkit-linear-gradient(top, #26A69A 5%, #009688 100%);
	background: linear-gradient(to bottom, #26A69A 5%, #009688 100%);
}
.dl_flex.green dd { color:#333 }

.dl_flex.dl_30_70 dt { width:30% }
.dl_flex.dl_30_70 dd { width:70% }
.dl_flex.dl_40_60 dt { width:40% }
.dl_flex.dl_40_60 dd { width:60% }
.dl_flex.dl_50_50 dt { width:50% }
.dl_flex.dl_50_50 dd { width:50% }

/*
.header {
	background: -moz-linear-gradient(top, #51ADA7 0%, #B4E3DE 100%);
	background: -webkit-linear-gradient(top, #51ADA7 0%,#B4E3DE 100%);
	background: linear-gradient(to bottom, #51ADA7 0%,#B4E3DE 100%);
}
#logo a {
	text-shadow: 1px 1px 0 #30718B,
		-1px 1px 0 #30718B,
		1px -1px 0 #30718B,
		-1px -1px 0 #30718B;
}

.widgettitle {
	background: -moz-linear-gradient(top, #51ADA7 0%, #B4E3DE 100%);
	background: -webkit-linear-gradient(top, #51ADA7 0%,#B4E3DE 100%);
	background: linear-gradient(to bottom, #51ADA7 0%,#B4E3DE 100%);
	
	text-shadow: 1px 1px 0 #30718B,
		-1px 1px 0 #30718B,
		1px -1px 0 #30718B,
		-1px -1px 0 #30718B;
}
h4.widgettitle{
	color:#fff;
}
*/

/*
	gmap
*/
.gmap {
	position: relative;
	width:100%;
	padding-bottom: 75%;/* 4:3 */
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
	margin:1em auto;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 481px) {
	.gmap { padding-bottom: 56.25%; /* 16:9 */ }
}

.fs11{font-size:11px}
.fs12{font-size:12px}
.fs13{font-size:13px}
.fs14{font-size:14px}
.fs15{font-size:15px}
.fs16{font-size:16px}
.fs17{font-size:17px}
.fs18{font-size:18px}

.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m05em{margin:0.5em !important}
.mt05em{margin-top:0.5em !important}
.mr05em{margin-right:0.5em !important}
.mb05em{margin-bottom:0.5em !important}
.ml05em{margin-left:0.5em !important}

.m1em{margin:1em !important}
.mt1em{margin-top:1em !important}
.mr1em{margin-right:1em !important}
.mb1em{margin-bottom:1em !important}
.ml1em{margin-left:1em !important}

.m15em{margin:1.5em !important}
.mt15em{margin-top:1.5em !important}
.mr15em{margin-right:1.5em !important}
.mb15em{margin-bottom:1.5em !important}
.ml15em{margin-left:1.5em !important}

.m2em{margin:2em !important}
.mt2em{margin-top:2em !important}
.mr2em{margin-right:2em !important}
.mb2em{margin-bottom:2em !important}
.ml2em{margin-left:2em !important}

.p0{padding:0 !important}
.pt0{padding-top:0 !important}
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p15{padding:15px !important}
.pt15{padding-top:15px !important}
.pr15{padding-right:15px !important}
.pb15{padding-bottom:15px !important}
.pl15{padding-left:15px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p25{padding:25px !important}
.pt25{padding-top:25px !important}
.pr25{padding-right:25px !important}
.pb25{padding-bottom:25px !important}
.pl25{padding-left:25px !important}

.p30{padding:30px !important}
.pt30{padding-top:30px !important}
.pr30{padding-right:30px !important}
.pb30{padding-bottom:30px !important}
.pl30{padding-left:30px !important}

.table_layout_fixed{table-layout:fixed}
.min_width20pc{min-width:20% !important}
.min_width30pc{min-width:30% !important}

.imglf{
	float:left;
	margin:0.5em 1em 0.5em 0;
}

@media only screen and (min-width: 481px) {
	.imglf {
		margin:0 1em 0.5em 0;
		padding:0;
		float: left;
	}
	
	.imgrf {
		margin:0 0 0.5em 1em;
		padding:0;
		float: right;
	}
}
@media only screen and (max-width: 480px) {
	.imglf,
	.imgrf {
		float:none;
		display:block;
		text-align:center;
		margin:0 auto 1em;
	}
}
.imgc {
	display:block;
	text-align:center;
	margin:0 auto 1em;
}
.img-border{border:1px solid #888;}

@media only screen and (min-width: 681px) {
/*@media (680px < width) {*/
	.maxw50-pc {
		max-width:50%;
	}
}
@media only screen and (min-width: 481px) and (max-width: 680px) {
/*@media (480 < width <= 680) {*/
	.maxw50-tb { max-width:50%; }
	.maxw40-tb { max-width:40%; }
}
@media only screen and (max-width: 480px) {
/*@media (width <= 480) {*/
	.maxw50-sm { max-width:50%; }
}


.sankaku:before {
	padding:5px;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 900;
	font-size:1.1em;
	color:#ec4041;
}

.icon_arrow{
	/**/
	position:relative;
	padding-left:30px;
}
.icon_arrow::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0a9";
	padding-right:5px;
	/**/
	position:absolute;
	left:10px;
}

/*--------------------------------------
  タイトル自由形　関連記事ボックス
--------------------------------------*/
.p-box {
    position: relative;
    background-color: #fff;
    border: 2px solid #CFD8DC;
    border-radius: 5px;
    margin:30px 5px 20px 7px;
    padding: 25px 20px 15px 20px;
}
.p-box .p-box-title {
    position: absolute;
    left: -10px;
    top: -20px;
    border-radius: 15px;
    background-color: #90A4AE;
    color: #fff;
    /*font-family:"FontAwesome", "Helvetica","Yu Gothic";*/
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
}
.p-box .p-box-title:after {
    position: absolute;
    border-top: 12px solid #90A4AE;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    content: '';
    top: 30px;
    left: 25px;
}
.p-box p {
    margin: 0;
    padding: 0;
}
.p-box ul {
    list-style-type: none;
    border:none;
    margin:0;
    padding:0;
}
.p-box ul li {
    list-style-type: none !important;
    position: relative;
    padding: .2em 0 .2em 1.5em;
    line-height: 1.5;
}
.p-box ul li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
    content:'\f138\ ';
    color: #90A4AE;
    width: 8px;
    height: 8px;
    margin: 0 16px 20px 0;
}
.fa5 .p-box ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*赤系*/
.p-box.p-red { border: 2px solid #ffcdd2; }
div.p-box.p-red .p-box-title  { background-color: #ef9a9a; }
div.p-box.p-red .p-box-title:after { border-top: 12px solid #ef9a9a; }
.p-box.p-red ul li:before { color: #ef9a9a; }
/*オレンジ系*/
.p-box.p-orange { border: 2px solid #FFE0B2; }
div.p-box.p-orange .p-box-title { background-color: #FFCC80; }
div.p-box.p-orange .p-box-title:after { border-top: 12px solid #FFCC80; }
.p-box.p-orange ul li:before { color: #FFCC80; }
/*緑系*/
.p-box.p-green { border: 2px solid #B2DFDB; }
div.p-box.p-green .p-box-title { background-color: #80CBC4; }
div.p-box.p-green .p-box-title:after { border-top: 12px solid #80CBC4; }
.p-box.p-green ul li:before { color: #80CBC4; }
/*青系*/
.p-box.p-blue { border: 2px solid #C5CAE9; }
div.p-box.p-blue .p-box-title { background-color: #7986CB; }
div.p-box.p-blue .p-box-title:after { border-top: 12px solid #7986CB; }
.p-box.p-blue ul li:before { color: #7986CB; }
/*カスタマイズ用*/
.p-box.p-custom { border: 2px solid #E1BEE7; /*枠線の色*/ }
div.p-box.p-custom .p-box-title { background-color: #CE93D8; /*吹き出しの色*/ }
div.p-box.p-custom .p-box-title:after { border-top: 12px solid #CE93D8; /*吹き出しの色*/ }
.p-box.p-custom ul li:before { color: #CE93D8; /*チェックの色*/ }


.entry-content blockquote {
	border:none;
	border-radius:10px;
	background:#F3F3F3;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: LightGray;
    margin-top:1px;
    margin-right: 5px;
    padding: 3px 12px;
    order: -1;
    cursor: pointer;
}
.tab-content {
    width: 100%;
    display: none;
    
    border-top: 3px solid DeepSkyBlue;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}


/*
	acc_box:アコーディオンを実装
*/
.acd_box label {
	display: block;
	margin: 0 0 1px;
	padding : 0 10px;
	color :#2f8fcf;
	font-weight: bold;
	background :#a4cbf3;
	cursor :pointer;
	transition: all 0.5s;
}
/*ラベルのアイコン*/
.acd_box label:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}
.acd_box label:hover {
    background :#85baef;
}

.acd_box input {
    display: none;
}
/*中身を非表示にしておく*/
.acd_box .content {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*コンテンツ：クリックで表示*/
.acd_box .check:checked + label + .content {
    height: auto;
    padding: 5px 0;
    /*background: #eaeaea;*/
    opacity: 1;
    transition: 0.8s;
}
/*クリックでアイコン変更*/
.acd_box .check:checked + label:before {
    content: '\f078';
}

/*
.shop_list ul{
	margin:0 !important;
	padding:0;
	list-style:none;
	border:none;
}

.shop_list li{
	border-bottom:#aaa dotted 1px;
}
*/


.shop_list ul{
	margin:0 !important;
	padding:0;
	list-style:none;
	border:none;
	
	display:flex;
	flex-flow:row;
	flex-wrap:wrap;
	/*justify-content: center;*/
	font-size:14px;
}

.shop_list li{
	padding:2px 5px;
	border-bottom:#aaa dotted 1px;
}
@media only screen and (max-width: 480px) {
	.shop_list li{
		flex-basis:50%;
	}
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.shop_list li{
		flex-basis:33%;
	}
}
@media (min-width: 769px) and (max-width: 1029px) {
	.shop_list li{
		flex-basis:33%;
	}
}
@media (min-width: 1030px) {
	.shop_list li{
		flex-basis:25%;
	}
}

.shop_list li a {
	display: block;
	color:#1282ca;
}

.shop_list li a:hover {
	color:#6F96F7;
	background-color: #ddd;
}

.shop_list .title,
.shop_list .title_search {
	display: block;
	margin: 0 0 1px;
	padding : 0 10px;
	color :#1282ca;
	font-weight: bold;
	background :#a4cbf3;
	transition: all 0.5s;
}
.shop_list .title:before {
    /*content: '\f279';*/
    /*content: '\f5a0';*/
    content: '\f3c5';
    /*content: '\f276';*/
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}
.shop_list .title_search:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}

.shop_list .title a,
.shop_list .title_search a{
	color:#1282ca;
}



.box2row {
	display: flex;
}

.box2row .item:nth-child(1) {
	flex-basis:auto; /*子要素のサイズに合わせる*/
	margin-right:10px;
	margin-bottom:10px;
}

.box2row .item:nth-child(2) {
	flex-basis:auto;
	flex-grow: 1; /*親要素に余ったスペースがあるときは伸ばす*/
}
	
@media (max-width: 480px) {
	.box2row{
		flex-flow: column;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.box2row{
		flex-flow: row;
	}
	.box2row .item:nth-child(1) {
		max-width:50%;
	}
}
/*
*/
@media (min-width: 769px) and (max-width: 1029px) {
	.box2row{
		flex-flow: row;
	}
	.box2row .item:nth-child(1) {
		max-width:50%;
	}
}
/*
@media (min-width: 769px) and (max-width: 918px) {
	.box2row{
		flex-flow: column;
	}
}
@media (min-width: 919px) and (max-width: 1029px) {
	.box2row{
		flex-flow: row;
	}
	.box2row .item:nth-child(1) {
		max-width:50%;
	}
}
*/
@media (min-width: 1030px) {
	.box2row{
		flex-flow: row;
	}
}




@media screen and (max-width: 480px) {
	.box2item .item1{
		display:block;
		text-align:center;
		margin:0 auto 10px;
	}
	.box2item .item2{
		display:block;
		margin:0 auto 10px;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
/*@media screen and (min-width: 481px) {*/
	.box2item .item1{
		box-sizing:border-box;
		float:left;
		/*margin:0;*/
		padding: 0 10px 0 0;
		/*width:35%;*/
		max-width:50%;
		overflow:hidden;
	}
	.box2item .item2{
		box-sizing:border-box;
		/*float:right;*/
		margin:0;
		/*padding:0 0 0 10px;*/
		/*width:65%;*/
		overflow:hidden;
	}
}
@media screen and (min-width: 769px) {
/*@media screen and (min-width: 481px) {*/
	.box2item .item1{
		box-sizing:border-box;
		float:left;
		/*margin:0;*/
		padding: 0 10px 0 0;
		/*width:35%;*/
		max-width:50%;
		overflow:hidden;
	}
	.box2item .item2{
		box-sizing:border-box;
		/*float:right;*/
		margin:0;
		/*padding:0 0 0 10px;*/
		/*width:65%;*/
		overflow:hidden;
	}
}

/*
	ranking01
*/
.ranking01{
	clear: both;
	padding:0;
	margin:0 0 10px;
	line-height: 1.8em;
	overflow: hidden;
	box-sizing:border-box;
}

.ranking01 a{
	text-decoration:underline;
}

@media screen and (max-width: 480px) {
	.ranking01 .part1{
		clear: both;
		padding:0;
		margin:0 0 10px;
		overflow: hidden;
	}
	.ranking01 .part1_left{
		display:block;
		text-align:center;
		margin:0 auto 10px;
	}
	.ranking01 .part1_right{
		display:block;
		margin:0 auto 10px;
	}
}
@media screen and (min-width: 481px) {
	.ranking01 .part1{
		clear: both;
		padding:0;
		margin:0 0 10px;
		overflow: hidden;
	}
	.ranking01 .part1_left{
		box-sizing:border-box;
		float:left;
		margin:0;
		width:35%;
		overflow:hidden;
	}
	.ranking01 .part1_right{
		box-sizing:border-box;
		float:right;
		margin:0;
		padding:0 0 0 10px;
		width:65%;
		overflow:hidden;
	}
}

.ranking01 .flexbox {
	display: flex;
}

.ranking01 .flexbox .item1{
	flex-basis:auto; /*子要素のサイズに合わせる*/
	/*width:250px;*/
	margin-right:10px;
	margin-bottom:10px;
}

.ranking01 .flexbox .item2 {
	flex-basis:auto;
	flex-grow: 1; /*親要素に余ったスペースがあるときは伸ばす*/
}

.ranking01 .short_info ul {
	position: relative;
	margin:0 0 1.5em !important;
	padding: 1em 0.5em 1em 2.5em;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.ranking01 .short_info li {
	list-style-type: none !important;
	padding: 0.5em 0;
}
.ranking01 .short_info li:before {
	position: absolute;
	left: 1em;
	color: #888;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
    font-weight: 900;
}

@media (max-width: 480px) {
	.ranking01 .flexbox{
		flex-flow: column;
	}
	.ranking01 .flexbox .item1{
		text-align:center;
		margin:0 auto 1em;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.ranking01 .flexbox{
		flex-flow: row;
	}
	.ranking01 .flexbox .item1 {
		max-width:50%;
	}
	.ranking01 .flexbox .item2 {
		max-width:60%;
	}
}
@media (min-width: 769px) {
	.ranking01 .flexbox{
		flex-flow: row;
	}
	.ranking01 .flexbox .item1 {
		max-width:50%;
	}
	.ranking01 .flexbox .item2 {
		max-width:60%;
	}
}


.ranking01 table{
	margin:0 0 10px;
	table-layout:fixed;
	border: solid 1px #ccc;
	border-collapse:collapse;
	width:100%;
	word-wrap: break-word;
	overflow-wrap : break-word;
}

.ranking01 tr{
	border:0 !important;
}

.ranking01 th{
	color:#fff;
	/*font-weight: normal;*/
	border:solid 1px #ccc;
	padding:5px;
	min-width:100px;
	text-align:center;
	font-size:12px;
}


.ranking01 table.gray th{
	background: #f0f0f0;
	color:#333;
}

.ranking01 td{
	border:solid 1px #ccc;
	color: #000;
	padding:5px;
	font-size:12px;
}


.ranking01 .title{
	color:#695647;
	font-weight:bold;
	font-size:16px;
}

.ranking01 .shousai1{
	clear:both;
	margin:5px 0;
	padding:10px;
	border-radius:5px;
	border:1px solid #ddd;
	background:#fcfcfc;
}

.ranking01 .shosai2{
	clear:both;
	margin:10px 0 0;
	padding:10px 5px 0;
	border-top:1px solid #ddd;
}

.ranking01 .border-top-1px{
	border-top:1px solid #ddd;
}

/*順位バナー*/
.ranking01 .banner1{
	clear: both;
	/*margin:0 0 10px;*/
 	margin: 2.5em 0 1em;
	padding:10px 0 5px 80px;
	min-height:30px;
	border-radius:10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	
	box-shadow: none;
	border:none;
}

.ranking01 .banner2{
	clear: both;
	margin:0 0 10px;
	padding:10px 0 0 80px;
	min-height:30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}

/*順位アイコン、テキスト*/
.ranking01 .rank01{
	/*background:#FED271;*/
	background:#F7B629;
	background-image:url(/pic/img/rank-kuchikomi01-icon.png);
	background-size:72px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
	
	text-shadow: 1px 1px 0 #DCB050,
		-1px 1px 0 #DCB050,
		1px -1px 0 #DCB050,
		-1px -1px 0 #DCB050;
}

.ranking01 .rank02{
	/*background:#ccc;*/
	background:#bbb;
	background-image:url(/pic/img/rank-kuchikomi02-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
	
	text-shadow: 1px 1px 0 #aaa,
		-1px 1px 0 #aaa,
		1px -1px 0 #aaa,
		-1px -1px 0 #aaa;
}

.ranking01 .rank03{
	background:#C90;
	background-image:url(/pic/img/rank-kuchikomi03-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.ranking01 .rank04{
	background:#A7D2A4;
	background-image:url(/pic/img/rank-kuchikomi04-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.ranking01 .rank05{
	background:#A7D2A4;
	background-image:url(/pic/img/rank-kuchikomi05-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.ranking01 .rank06{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi06-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank07{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi07-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank08{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi08-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank09{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi09-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank10{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi10-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank11{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi11-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank12{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi12-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank13{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi13-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank14{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi14-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}
.ranking01 .rank15{
	background:#8B6239;
	background-image:url(/pic/img/rank-kuchikomi15-icon.png);
	background-size:77px 36px;
	background-position:left bottom;
	background-repeat:no-repeat;
}


/*リストのバナー*/
.ranking01 .list_banner1{
	clear: both;
 	margin: 2.5em 0 1em;
	padding:10px 0 5px 20px;
	min-height:30px;
	border-radius:10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	
	box-shadow: none;
	border:none;
}

.ranking01 .list_banner2{
	clear: both;
 	margin: 2.5em 0 1em;
	padding:10px 0 5px 20px;
	min-height:30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	
	box-shadow: none;
	border:none;
}


/*リストの順番、テキスト*/
.ranking01 .list01{
	background:#FED271;
	
	text-shadow: 1px 1px 0 #DCB050,
		-1px 1px 0 #DCB050,
		1px -1px 0 #DCB050,
		-1px -1px 0 #DCB050;
}

.ranking01 .list01:before{
	/*content:'\f4d6';*/
	content:'\f559';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 5px 0 0;
}

.ranking01 .list02{
	background:#ccc;
	
	text-shadow: 1px 1px 0 #aaa,
		-1px 1px 0 #aaa,
		1px -1px 0 #aaa,
		-1px -1px 0 #aaa;
}

.ranking01 .list03{
	background:#C90;
}

.ranking01 .list04,
.ranking01 .list05{
	background:#A7D2A4;
}

.ranking01 .list06,
.ranking01 .list07,
.ranking01 .list08,
.ranking01 .list09,
.ranking01 .list10{
	background:#8B6239;
}

.ranking01 .list_brown{
	color:#8B6239;
	border-top:solid 3px #8B6239;
	border-bottom:solid 3px #8B6239;
}
.ranking01 .icon_ribbon:before{
	content:'\f4d6';	/* ribbon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 5px 0 0;
}

.ranking01 .icon_award:before{
	content:'\f559';	/* award */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 5px 0 0;
}

.ranking01 .icon_spinner:before{
	content:'\f110';	/* spinner */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 5px 0 0;
}


.ranking01 .button_yoko{
	display: flex;
	padding: 0;
}
.ranking01 .button_yoko div{
	width: 50%;
	margin: 0;
	padding: 0;
}

/*
	table rating01
*/

table.rating01{
	margin:0 auto;
	padding:0;
	width:100%;
	font-size:14px;
	border:1px solid #ddd;
	border-collapse: collapse;
	word-wrap:normal !important;
	overflow-wrap:normal !important;
}

table.rating01.green th{
	margin:0 auto;
	padding:5px;
	width:30%;
	min-width:100px;
	text-align:center;
	font-weight:normal;
	font-size:14px;
	/*background-color:#55b8f1;*/
	background-color:#0A9A8D;
	/*background: -moz-linear-gradient(top, #26A69A 5%, #009688 100%);
	background: -webkit-linear-gradient(top, #26A69A 5%, #009688 100%);*/
	background: linear-gradient(to bottom, #26A69A 5%, #009688 100%);
	border:1px solid #ccc;
	color:#fff;
}

table.rating01.green td{
	margin:0 auto;
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
}

table.rating01 .star-rating {
	position: relative;
	display:inline-block;
	font-size:18px;
	line-height:1.0;
}
table.rating01 .star-rating .star-rating-item{
	position:absolute;
	overflow: hidden;
	white-space: nowrap;
}
table.rating01 .star-rating .star-rating-item:before{
	content:"★★★★★";
	color: #ffcc33;
}
table.rating01 .star-rating:after {
	content:"★★★★★";
	color: #ccc;
}


table.shop_data{
	border: solid 1px #ccc;
	border-collapse:collapse; /*隣り合うセルの枠線を重ねて表示する*/
}

table.shop_data th{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	border: 1px #ccc solid;
	padding: 0.3em; /*セルの余白を指定する*/
	background-color: #BCE3FA;
}

table.shop_data td{
	font-size: 12px;
	border: 1px #ccc solid;
	color: #666;
	padding: 0.3em; /*セルの余白を指定する*/
}


table.todofuken_table{
	border: solid 1px #ccc;
	border-collapse:collapse;
	font-size: 14px;
}

table.todofuken_table tr{
	border: solid 1px #ccc !important;
}

table.todofuken_table th{
	font-weight: normal;
	border: 1px #ccc solid;
	padding: 0.3em;
	background-color: #BCE3FA;
}

table.todofuken_table td{
	border: 1px #ccc solid;
	color: #333;
	padding: 0.3em;
}



.acd-check{
    display: none;
}
.acd-label{
    background: #333;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}




/*
	acd1:アコーディオン
*/
.acd1 label {
	display: block;
	margin: 0 0 1px;
	padding : 5px 10px;
	color :#373737;
	font-weight: bold;
	/*background :#eee;*/
	background :#a4cbf3;
	cursor :pointer;
	transition: all 0.5s;
}
/*ラベルのアイコン*/
.acd1 label:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	padding-right: 8px;
}
.acd1 label:hover {
	/*background :#ccc;*/
	background :#85baef;
}

.acd1 input {
	display: none;
}
/*中身を非表示にしておく*/
.acd1 .acd1-content {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}

/*コンテンツ：クリックで表示*/
.acd1 .check:checked + label + .acd1-content {
	height: auto;
	padding: 5px 0;
	/*background: #eaeaea;*/
	opacity: 1;
	transition: 0.8s;
}
/*クリックでアイコン変更*/
.acd1 .check:checked + label:before {
	content: '\f078';
}

.acd1 .acd1-dl {
	margin:0;
}

/* カテゴリを階層で字下げ */
.widget ul li ul li ul li a {
	padding: 5px 7px 5px 19px;
}

/* カテゴリをカレント以外非表示 */
.children:not(.selected){
	display:none;
}

/*
	shop_list_aws
*/
.shop_list_aws{
	clear: both;
	padding:0;
	margin:0 0 10px;
	line-height: 1.8em;
	overflow: hidden;
	box-sizing:border-box;
}

.shop_list_aws a{
	text-decoration:underline;
}

.shop_list_aws .flexbox {
	display: flex;
}

.shop_list_aws .flexbox .item1{
	flex-basis:auto; /*子要素のサイズに合わせる*/
	/*width:250px;*/
	margin-right:10px;
	margin-bottom:10px;
}

.shop_list_aws .flexbox .item2 {
	flex-basis:auto;
	flex-grow: 1; /*親要素に余ったスペースがあるときは伸ばす*/
}

@media (max-width: 480px) {
	.shop_list_aws .flexbox{
		flex-flow: column;
	}
	.shop_list_aws .flexbox .item1{
		text-align:center;
		margin:0 auto;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.shop_list_aws .flexbox{
		flex-flow: row;
	}
	.shop_list_aws .flexbox .item1 {
		max-width:50%;
	}
	.shop_list_aws .flexbox .item2 {
		max-width:60%;
	}
}
@media (min-width: 769px) {
	.shop_list_aws .flexbox{
		flex-flow: row;
	}
	.shop_list_aws .flexbox .item1 {
		max-width:50%;
	}
	.shop_list_aws .flexbox .item2 {
		max-width:60%;
	}
}

.shop_list_aws h4{
	display:block;
	/*margin:10px 0 2px;*/
	margin:1em 0 0.2em;
	padding:0.5em 1em;
	font-size:1.0em;
	font-weight:bold;
	border: solid 1px #000;
	border-left:none;
	border-right:none;
	border:none;
	
	/*
	background:#b8f4fb;
	background:#ffb36b;
	background:#ccc;*/
}

/*
<i class="fas fa-building"></i>
.shop_list_aws h4:before{
	content: '\f1ad';
	font-family: 'Font Awesome 5 Free';
	padding-right: 8px;
	color:#f27804;
	font-size:1.0em;
}
*/

.shop_list_aws dl{
	font-size:14px;
	margin:0;
}


.shop_list_aws .list_brown{
	color:#8B6239;
	border-top:solid 3px #8B6239;
	border-bottom:solid 3px #8B6239;
}
.shop_list_aws .icon_ribbon:before{
	content:'\f4d6';	/* ribbon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 5px 0 0;
}

.shop_list_aws .icon_award:before{
	content:'\f559';	/* award */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 5px 0 0;
}

.shop_list_aws .icon_spinner:before{
	content:'\f110';	/* spinner */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding:0 10px 0 0;
}

.shop_list_aws .button_yoko{
	display: flex;
	padding: 0;
}
.shop_list_aws .button_yoko div{
	width: 50%;
	margin: 0;
	padding: 0;
}


.shop_list_aws .short_info ul {
	position: relative;
	padding: 1em 0.5em 1em 2.5em;
	border: solid 1px #ccc;
	border-radius: 5px;
}

.shop_list_aws .short_info li {
	list-style-type: none !important;
	padding: 0.5em 0;
}
.shop_list_aws .short_info li:before {
	position: absolute;
	left: 1em;
	color: #888;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
    font-weight: 900;
}


.p-box ol {
    border:none;
    margin:0;
    padding:0 0 0 10px;
}

/* 数字の背景色 */
.p-box.ol-circle li:before {
	background: #90A4AE;
}

.entry-content code{ margin:0; }

/*#logo, #logo img, .desktop-nav li a,#drawer__open {*/
	/*height: 70px;
	line-height: 70px;
	object-fit: contain;
	*/
/*}*/
/*
#logo {
	height: auto;
	line-height: 16px !important;
	font-size:14px;
}
*/

.additional_info details summary {
	/*display:block;*/
	list-style: none;
	cursor:pointor;
}
.additional_info details summary::-webkit-details-marker {
	display:none;
}

.one-column #inner-content {
    max-width: 768px;
}

.emphasis{
	margin:1em 0;
	background:#fff;
	color:#333;
	font-size:30px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
	font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Helvetica", "Arial", "Hiragino Kaku Gothic ProN","Hiragino Sans", sans-serif;
	/*font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;*/
	
	text-shadow:
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		0 0 3px #fff,
		
		2px 2px 5px #333,
		2px 2px 5px #333;
}

.emphasis_shironuki{
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-shadow:
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333,
		0 0 3px #333;
}

.emphasis,
.emphasis_shironuki{
	/*font-size:20px;*/
	font-size:24px;
	line-height:1.6;
}
@media screen and (min-width: 361px) and (max-width: 767px) {
	.emphasis,
	.emphasis_shironuki{
		/* 20～30pxの場合。a=(30-20)/(768-360)=0.0245
		font-size:calc( 2.45vw + 11.17px );
		*/
		/* 24～30pxの場合。a=(30-24)/(768-360)=0.0147 */
		font-size:calc( 1.47vw + 18.706px );
		
		/*font-size:calc( 4.9vw + 2.353px );*/	/* 20～40pxの場合。a=(40-20)/(768-360)= */
	}
}
@media screen and (min-width: 768px) {
	.emphasis,
	.emphasis_shironuki{
		font-size:30px;
	}
}

.red{
	color:#c00;
	font-weight:900;
}

.font_gothic{
	font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Helvetica", "Arial", "Hiragino Kaku Gothic ProN","Hiragino Sans", sans-serif;
}
.font_mincho{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.font_size40{
	font-size:40px;
}

/*
	リスト番号付き 丸デザイン
*/
.ol-maru ol {
	list-style-type:none !important;
	padding:1em 0.7em;
	counter-reset:number;
	border:none;
}

.ol-maru li {
	position:relative;
	padding:0.5em 0 0.5em 34px;
	line-height: 1.5em;
}

.ol-maru li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #5c9ee7;
	color: white;
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	content: counter(number);
	counter-increment: number;
}

.star-score {
	position: relative;
	display:inline-block;
	font-size:18px;
	line-height:1.0;
	min-width:90px;
}
.star-score .star-score-item{
	position:absolute;
	overflow: hidden;
	white-space: nowrap;
}
.star-score .star-score-item:before{
	content:"★★★★★";
	color: #ffcc33;
}
.star-score:after {
	content:"★★★★★";
	color: #ccc;
}
/* PR表記 */
.breadcrumb ul:before,
.pr_hyoki:before {
    content: 'PR';
    margin-right:5px;
    vertical-align: middle;
    color:#4f96f6;
    border:1px solid #4f96f6;
    padding:0 2px;
    font-size:14px;
}
