/* ------------------
 1.Constructions
------------------ */
body {
	letter-spacing:1px;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic ProN","sans-serif";
	font-size:1.6rem;
	background: #fff9ef;
	color: #441c00;
}

/* ------------------
 2.Header
------------------ */
#top {
	position:relative;
}
#top h1 {
	display:inline;
	font-size:1.4rem;
	/*border:solid 1px #00f;*/
}
#top h1 + p {
	font-size:1.4rem;
	/*border:solid 1px #f00;*/
}
#top #wrap_h1 {
	background:#f7eddd;
}
#top #wrap_h1 #wrap_h1_2 {
	width:1000px;
	margin:auto;
	padding:3px 0px 3px; 
	line-height:1.2;
	font-size:1.4rem;
}
#top > dl {
	display:flex;
	width:980px;
	margin:32px auto 18px;
}
#top > dl dt {
}
#top > dl dd {
	flex:1;
	padding-top:10px;
	line-height:1.2;
	font-size:1.2rem;
}
#top > dl dt a {
	display:inline-block;
	width:390px;
	height:67px;
}
#top > dl dt a img {
	width:100%;
	height:auto;
}
/*
#top > dl dt a span {
	display:inline-block;
	overflow:hidden;
	text-indent:300%;
	white-space:nowrap;
}
*/
#top > dl dd a::before {
	display:inline-block;
	/*transform: rotate(15deg);*/
	transform: rotate(90deg);
	position:relative;
	top:-3px;
	content: "\f879";
	font-family:"Font Awesome 5 Free";
	color: #f8b500;
	padding: 0px 1px 0 0px;
	margin: 0 3px 0 0;
	font-size: 22px;
}
#top > dl dd a {
	color: #fff;
	border-right: 3px;
	background: #864a1e;
	background: -moz-linear-gradient(top, #864a1e 1%, #864a1e 1%, #703c17 49%, #5b2f0f 100%);
	background: -webkit-linear-gradient(top, #864a1e 1%,#864a1e 1%,#703c17 49%,#5b2f0f 100%);
	background: linear-gradient(to bottom, #864a1e 1%,#864a1e 1%,#703c17 49%,#5b2f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#864a1e', endColorstr='#5b2f0f',GradientType=0 );
	float: right;
	padding: 7px 15px 6px;
	letter-spacing: 0;
	text-decoration: none;
	font-size: 32px;
	font-weight:700;
	font-family:
		'M PLUS Rounded 1c',
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	border-radius: 5px;
}
#tel_before {
	display: inline-block;
	transform: rotate(0.05deg);
	margin: 16px 0 0 100px;
	letter-spacing: 0px;
	font-size: 19px;
	font-weight:700;
	font-family:
		'M PLUS Rounded 1c',
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color: #cd6411;
}
/* Smartphone TOP Menu */
ul#sma-menu {
	z-index:1000000;
	display:none;
	position:fixed;
	/*top: 0px;*/
	bottom: 0px;
	left: 0px;
	width: 100%;
	list-style-type: none;
}
ul#sma-menu li {
	display:inline-block;
	width:50%;
	text-align:center;
}
ul#sma-menu li a {
	display:block;
	padding:10px 0px;
	background:#713c17;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
	text-decoration:none;
	color:#fff;
}
ul#sma-menu li:first-child a {
	border-right:1px solid #ffd;
}
ul#sma-menu li a:hover {
	color:#ffd;
}
.call-phone:before {
	content: "\f2a0";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}
.show-map:before {
	content: "\f3c5";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}

/* ------------------
 3.Global Navigation
------------------ */
#gnavi {
	display: none;
}
#menu-global_navigation {
	list-style-type:none;
	display:none;
	width:1000px;
	margin:auto;
	border-left:#5c2f12 1px dotted;
}
#menu-global_navigation li {
	display:table-cell;
	padding:0px;
	vertical-align:middle;
	border-right:#5c2f12 1px dotted;
}
#menu-global_navigation li a {
	display:block;
	position:relative;
	transform: rotate(0.05deg);
	text-decoration:none;
	text-align:center;
	font-size:1.7rem;
	font-weight:700;
	font-family:
		'M PLUS Rounded 1c',
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	color:#5c2f12;
}
#menu-button {
	display: none;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 41px;
	height: 41px;
}
/* ------------------
 3.Main
------------------ */
#wrap_main {
	padding-bottom:48px;
	/*background:#e8ffdc;*/
}
#main {
	display:flex;
	width:1000px;
	margin:auto;
	margin-top: 20px;
}
#main_column {
	/*float: left;*/
	width: 760px;
	margin-right:40px;
}
/* ------------------
 3.Side
------------------ */
#side_column {
	width: 200px;
}
ul {
	list-style:none;
}
#bn li {
	position:relative;
	width:200px;
	height:60px;
	margin-bottom:7px;
}
#bn li a {
	display:block;
	width:200px;
	height:60px;
	background-color:#fff;
	border:solid 1px #dcb87a;
	border-radius:8px;
	text-decoration:none;
	color:#602102;
}
#bn li a div {
	display:flex;
	position:relative;
	width:200px;
	height:60px;
}
#bn li a div.rg {
	flex-direction:row-reverse;
}
#bn li a figure {
	display:block;
	flex:0 0 100px;
	width:100px;
	height:60px;
	position:relative;
	border-radius:8px;
}
#bn li a figure img {
	position:relative;
	width:100px;
	height:58px;
	border-radius:8px;
}
#bn li a span {
	display:block;
	flex:0 0 100px;
	width:100px;
	height:60px;
	transform: rotate(0.05deg);
	position:relative;
	top:10px;
	letter-spacing:0;
	line-height:1.2;
	font-weight:700;
	font-family:
		'M PLUS Rounded 1c',
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-size:17px;
}
#bn li a div.rg span {
	left:7px;
}
#bn li a div.rg figure img {
	left:-2px;
}

.btn a {
	background:#77aa33;
	border-radius:10px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	float:right;
	font-weight:800;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic ProN","sans-serif";
	letter-spacing:0;
	padding:2px 15px 0;
	margin: 0 0 10px 0;
}
dl#shopinfo {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
	border: solid 1px #dcb87a;
	/*box-shadow: 0px 0px 1px 1px rgba(248, 236, 217, 1);*/
	border-radius: 6px;
	background-color: #fff;
}
dl#shopinfo dd {
	padding: 5px 8px;
}
dl.side_tit dt {
	font-weight:bold;
	margin-top:15px;
}
/*
div#kuchikomi_ranking a {
	color: #f93;
	text-decoration: none;
}
#ekiten_bn a:hover {
	text-decoration: underline;
	color: #000;
}
*/
#ekiten-bn li {
	text-align:center;
	padding:10px 0 8px;
	background-color:#fff;
	border:solid 1px #dcb87a;
	border-radius: 6px;
}
#ekiten-bn a {
	display:block;
	text-decoration:none;
}
#ekiten-bn small {
	display:block;
	font-size:1rem;
	font-weight:900;
	color:#737474;
}
#ekiten-bn span {
	display:block;
	font-size:1.1rem;
	font-weight:900;
	color:#e60000;
}
#ekiten-bn img {
	display:block;
	width:130px;
	height:37px;
	margin:auto;
}


/* 最新の投稿 */
div#side01,
ul.side02 {
	padding:7px;
	margin:3px 1px 10px;
	border:solid 2px #e2c49c;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
/*body[class*="athlete-support"] div#side01,
body[class*="athlete-support"] ul.side02,
body[class*="seminar"] div#side01,
body[class*="seminar"] ul.side02 {
	display:none;
}*/
ul.side02,
ul.side02 li {
	list-style-type:none;
}
div#side01 h3 {
	width:112px;
	height:14px;
	overflow:hidden;
	outline:none;
	text-indent:100%;
	white-space:nowrap;
	background:url("img/left/title_entry.png") no-repeat;
	margin-bottom:6px;
}
div#side01.athlete-list h3 {
	width:182px;
	background:url("img/left/title_entry_athlete.png") no-repeat;
}
div#side01.seminar-list h3 {
	width:182px;
	background:url("img/left/title_entry_seminar.png") no-repeat;
}
dl.entry_list {
	font-size:12px;
	border-bottom:dashed 1px #dcba8d;
	margin-bottom:6px;
	line-height:1.2;
}
dl.entry_list dt {
	margin-bottom:3px;
	font-weight:normal;
	color:#ad6126;
}
dl.entry_list dd.e_title {
	font-weight:bold;
	margin-bottom:0px !important;
	padding-bottom:3px;
}
dl.entry_list dd.e_title span a {
	color:#630;
}
dl.entry_list dd.e_title span a:hover {
	color:#c83;
}
/* タグクラウド */
ul.side02 {
	margin:0px 1px 12px;
}
ul.side02 a {
	color:#630;
	text-decoration:underline;
}
ul.side02 a:hover {
	color:#c83;
}
li#tag_cloud-2 h2.widgettitle {
	margin-bottom:0px;
	width:112px;
	height:14px;
	overflow:hidden;
	outline:none;
	text-indent:100%;
	white-space:nowrap;
	background:url("img/left/title_tagcloud.png") no-repeat;
	font-weight:bold;
}
li#archives-2 h2.widgettitle {
	margin-top:12px;
	width:112px;
	height:14px;
	overflow:hidden;
	outline:none;
	text-indent:100%;
	white-space:nowrap;
	background:url("img/left/title_archive.png") no-repeat;
	margin-bottom:0px;
	font-weight:bold;
}
li#archives-2.athlete-archives h2.widgettitle {
	width:182px;
	margin-top:0px;
	background:url("img/left/title_archive_athlete.png") no-repeat;
}
li#archives-2.seminar-archives h2.widgettitle {
	width:182px;
	margin-top:0px;
	background:url("img/left/title_archive_seminar.png") no-repeat;
}
li#archives-2 ul li {
	margin-bottom:2px !important;
	line-height:1.1;
}
li#archives-2 a {
	font-size:12px;
}
li.athlete-archives a,
li.seminar-archives a {
	font-weight:bold;
	font-size:12px;
}
ul.wp_widget {
	margin:14px auto 0px;
}
.tagcloud {
	line-height:1;
}
/* ------------------
 5.Footer
------------------ */
body > footer {
}
body > footer #footer-core {
	width:1000px;
	min-height:132px;
	margin:0px auto 15px;
	border-bottom:1px dotted #d19757;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-image:url("img/footer/back.webp");
}
body > footer address {
	padding:0px 0px 12px;
	text-align:center;
	font-style:normal;
	font-size:1.2rem;
}
#menu-footer_navigation {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width: 800px;
	padding-top: 100px;
}
#menu-footer_navigation li {
	margin:0 20px 0 0;
	padding:0 0 5px 0;
	vertical-align:top;
}
#menu-footer_navigation li a {
	display: block;
	position: relative;
	text-decoration: none;
	font-weight: 300;
	font-size:1.2rem;
	color: #5c2f12;
}

/* ------------------
 6. Menu Button
------------------ */
#circle-menu-button {
	z-index: 9999992;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 40px;
}
#circle-menu-button__inner {
	display: flex;
	width: 40px;
	height: 40px;
	/*border: solid 1px #999;*/
	border-radius: 50vh;
	background-color: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	/*box-shadow: -1px -1px 2px rgba(0,0,0,0.1);*/
}
#circle-menu-button button {
	cursor: pointer;
	display: block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: auto;
	border: 0;
	background-color: #fff;
}
#circle-menu-button p {
	width: 100%;
	text-align: center;
	font-size: 10px;
}
#menu-label {
	/*color: #441c00;*/
}
.h-bar {
	transition: 0.4s;
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #000;
}
#bar1 {
	top: 2px;
	left: 0;
}
#bar2 {
	top: 9px;
	left: 0;
}
#bar3 {
	top: 16px;
	left: 0;
}
#circle-menu-button.showed #bar1 {
	transform: rotate(45deg);
	top: 9px;
}
#circle-menu-button.showed #bar3 {
	transform: rotate(-45deg);
	top: 9px;
}
#circle-menu-button.showed #bar2 {
	display: none;
}

#menu-screen {
	z-index: 9999990;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	opacity: 0.9;
	width: 100%;
	height: 100vh;
	background-color: #381802;
}
#menu-screen.showed {
	display: block;
}
#float-navigation-panel {
	z-index: 9999991;
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
}
#float-navigation-panel.showed {
	display: block;
}
#float-navigation-panel a {
	text-decoration: none;
	color: #fff;
}
.menu-float-navigation-container {
	width: 800px;
	margin: auto;
}
#menu-float-navigation > li > a {
	transform: rotate(0.05deg);
	display: block;
	margin: 0 0 10px;
	padding: 4px 12px; 
	/*border: solid 1px #a6673b;*/
	background-color: #fff9ef;
	font-weight: 700;
	font-family:
		'M PLUS Rounded 1c',
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-size: 18px;
	color: #381802;
}
#menu-float-navigation .sub-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px 10px;
	font-size: 14px;
}
#menu-float-navigation .sub-menu li {
	flex: 0 0 25%;
}
#menu-float-navigation .sub-menu a {
	display: block;
	color: #fff9ef;
}
#menu-float-navigation .sub-menu a:before {
	content: "\f138";
	margin-right: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
/* ----- [ end of base.css ] ----- */