@charset "UTF-8";

/*
	Theme Name: MR_design
	Description: Easy and Simple theme by <a href="http://webdesignrecipes.com/">Web Design Recipes</a>. WordPressを参考にしたテンプレート。
	Theme URI: http://webdesignrecipes.com/first-time-wordpress-origin-theme/
	Author: 株式会社MarketRiver
	Author URI: https://www.market-river.co.jp/
	Version: 0.0.1
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: white, right-sidebar, two-columns

*/

/****************************************

          General Setting

*****************************************/


html {
 font-family: sans-serif;
  -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}

body {
	margin:0;
	color: #333;
	font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height: 1.75;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
.main{flex:1;}
/****************************************

          レイアウト

*****************************************/



.header_in,
.nav_in,
.top_in,	
.footer_in{
		max-width: 1100px;
		margin-right: auto;
		margin-left: auto;
}

	.single .main,
	.archive .main{
		max-width: 1100px;
		margin-right: auto;
		margin-left: auto;		
		display:flex;
		-webkit-flex-wrap: wrap; 
		-ms-flex-wrap    : wrap;
		flex-wrap        : wrap;	
	}
.post_wrap{width: 68%;}
.side_wrap{width: 28%;}














/****************************************

          Typography

*****************************************/

*{box-sizing:border-box;}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	position: relative;
}

h1 {margin:0;padding:0;line-height:1;font-size:100%;}

p {  
	margin: 15px 0 ;
	padding: 0;
}

blockquote{
	margin: 15px 10px;
    padding:15px;
	border-left: 15px solid #ddd;
    background-color:#F5F5F5;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure{margin: 0;}

/*画像・埋め込みコンテンツ*/
img {
 max-width: 100%;
 height: auto;
 border: 0;
 vertical-align: middle;
}
svg:not(:root) {
 overflow: hidden;
}
iframe {
 max-width: 100%;
 vertical-align: bottom;
}
figure {
 margin: 0;
}

/****************************************

          Link

*****************************************/

a {
	border-bottom: 1px solid #81b8ff;
	color: #81b8ff;
	text-decoration: none;
	border:none;
        -webkit-transition: all 3.s;
        transition: all .3s;	
}

a:hover {
	color: #81b8ff;
}


/****************************************

          ヘッダー

*****************************************/

.header_in{padding: 0;}



.description {}


.logo {width:100%;}
	


	

/****************************************

          ナビゲーション

*****************************************/



.nav{background-color:#292929;}
	
#toggle {display: none;}

	
.nav_in{
	display: block;
	position: relative;
	background:#292929;
	padding-top:0;
	overflow-y: hidden;
}

.nav_in .nav_menu{
	display:flex;
	flex-direction:row;	
}

.global_nav_in .menu li{
	border-bottom:none;
    font-size:16px;
    font-weight:bold;
	margin:0;
	width:auto;
}

	
.nav_in .nav_menu a{
  color:#fff;
  background-color: #292929;	
  display: block;
  padding:15px;
	text-align:center;
  -webkit-transition: all .7s;
  transition: all .7s;
	}
	
.nav_in .nav_menu a:hover{
  background-color: #fff;
  border-color: #59b1eb;
  color: #292929;
}
	






/****************************************

         パン屑

*****************************************/





.breadcrumb{
	overflow: hidden;
	margin:2rem 5px 0;
	display:flex;
}

.breadcrumb a{
border:none;
color:#333;
}

.breadcrumb li{
	position:relative;
	margin-right: 5px;
        font-size:12px;
	padding-right:1rem;
}
.breadcrumb li:after{
	content:'>';
	position:absolute;
	right:0;
	top:50%;
	transform:translatey(-50%);
}
.breadcrumb li:last-child:after{
	content:'';
}		



/****************************************

          メインコンテンツ

*****************************************/

.top_in,
.page_in,
.post_in{padding:0 15px;}



/**************************
トップコンテンツ
**************************/


/**************************
ポストコンテンツ
**************************/


.post_meta{padding: 10px;background:#f5f5f5;font-size:12px;font-weight:bold;}
.post_meta a{color:#333}

.post_footer{}
.post_footer a{color:#333;}
.post_footer p.category{background-color:#F5F5F5;margin:5px;padding:15px;font-size:12px;font-weight:bold;}


/**************************
ページコンテンツ
**************************/






/****************************************

          アーカイブ

*****************************************/

.archive h1{}
.archive article{}
.archive figure{}
.archive h2{}



/****************************************

ページネーション

*****************************************/

.pagenation ul{
display:flex;
color:#fff;
-webkit-justify-content: center; /* Safari */
justify-content:center;
margin-top:2rem;
}

.pagenation li{
position:relative;
margin-left:5px;
}

.pagenation .active{color:#fff;display:block;padding:3px 10px;background-color:red;}
.pagenation a{color:#fff;display:block;padding:3px 10px;background-color:#000;  -webkit-transition: all .3s;transition: all .3s;}
.pagenation a:hover{background-color:red;padding:3px 10px;color:#000;}

.pagenation li:first-child{margin-left:0;}



/****************************************

          サイドバー

*****************************************/

.side_wrap{margin-bottom:60px;}

.side_wrap a{
  color:#737373;
  -webkit-transition: all .2s;
  transition: all .2s;
	}
	
.side_wrap  a:hover{letter-spacing: 2px;}


.widgettitle{
background-color:#292929;
color:#fff;
margin:0;
padding:5px;
font-weight:bold;
font-size:16px;
}


.widget{

    overflow: hidden;
	margin-bottom: 30px;
    background-color:#fff;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	border-bottom:1px solid #f5f5f5;
}



.widget ul{margin:10px;}
.widget li{margin:5px 0;border-bottom:1px dotted #DDDDDD;}
.widget li:last-child{border: none;}
.widget li:before{font-family: FontAwesome;content: "\f054";color:#f5f5f5;margin-right:5px;}




/****************************************

          フッター

*****************************************/

.footer {
    background-color:#292929;
	color: #fff;
}

.footer a{color:#fff;}

.footer .copyright{
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
}

/*トップへ戻るボタン*/
.topBtn {
  position:fixed; /*固定*/
  bottom:0; /*場所を右下に移動*/
  right:0; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:#d7b53c;
  color:#333;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:66px;
  height:66px;
  text-align:center;
  line-height:22px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  font-family: FontAwesome;
  content: "\f077";
  position:absolute;
  top:30%;
  left:0;
  width:100%;
  text-align:center;
  font-size:36px;

}
.topBtn:hover {
  opacity:0.7;
}




/****************************************

共通

*****************************************/


/**************************
テーブル
**************************/

table{
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
}

table{
	width: 100%;
	margin: 1em auto;
	padding: 0;
	border-top: 1px solid #ECEEF1;
	border-left: 1px solid #ECEEF1;
    table-layout:fixed;
}

th,
td{
	padding: 10px;
	border-right: 1px solid #ECEEF1;
	border-bottom: 1px solid #ECEEF1;
}

th,
thead,
.thead{background-color:#f5f5f5;font-weight:bold;}







/****************************************

          お問い合わせフォーム

*****************************************/


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] ,
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
}

.wpcf7 input[type="submit"]{
	display: table;
    margin:0 auto;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:10px;
	width: 70%;
	padding: 15px;
	background: #FFDC1E;
	color: #333;
	border-radius: 36px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
}

.wpcf7 input[type="submit"]:hover {background-color:#333;color:#f5f5f5;}

.form-width{max-width: 100%;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/****************************************

          WordPress Misc

*****************************************/

.aligncenter{display:block;margin-right:auto;margin-left:auto;}
.alignleft {float: left;}.alignright {float: right;}
.wp-caption {margin: 10px;padding-top: 4px;border: 1px solid #ddd;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #f3f3f3;text-align: center;}
.wp-caption-text,.gallery-caption{font-size: 80%;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption-dd {margin: 0;padding: 0 4px 5px;font-size: 11px;line-height: 17px;}
img.alignright {display: inline-block;margin: 0 0 0.5em 1em;}
img.alignleft {display: inline-block;margin: 0 1em 0.5em 0;}






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからタブレットデザイン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


@media (min-width : 600px){




	


}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからタブレットデザインtabu
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	/*
	# 記事一覧
	*/

@media (max-width : 1025px){


		
	
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ココからスマホデザインsumaho
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	/*
	# 記事一覧
	*/

@media (max-width : 600px){




.header,
.main,
.nav,
.footer,
.bxslider
{
	width: 100%;
	display: block;
	overflow: hidden;
	box-sizing:border-box;
}

.header_in,
.nav_in,
.footer_in{
		margin-right: auto;
		margin-left: auto;
}






.breadcrumb{
	overflow: hidden;
        margin:10px 5px 0;
}

.breadcrumb a{
border:none;
color:#333;
}

.breadcrumb li{
	float: left;
	margin-right: 5px;
        font-size:12px;
}




.header_in .logo {
    margin:0 auto;
	text-align:center;
	width:200px;
}





.nav_in{
	display: none;
	position: fixed;
	background:rgba(0,0,0,0.9);
	top:0;
	width:100%;
	height:100%;
	z-index: 1000;
	padding-top:5em;
	overflow-y: scroll;
}

.nav_in a{color:#fff;}


#toggle {
		position:absolute;
		display: block;
		width: 30px;
		height: 30px;
		top:25px;
        right:20px;
		z-index: 10000;
}

.toggle_in{
		position: relative;
		z-index: 10000;
}

	#toggle span{
		display: block;
		height: 3px;
		background: #333;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#toggle span:nth-child(1){top:0px;}
	#toggle span:nth-child(2){top:10px;}
	#toggle span:nth-child(3){top:20px;}


    .toggle_open{position: fixed;}
    .toggle_open #toggle span{background: #fff;}
	.toggle_open #toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.toggle_open #toggle span:nth-child(2) {width: 0;left: 50%;}
		.toggle_open #toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}

.nav_menu{display:flex;flex-direction:column;}
.nav_menu li{width:80%;padding:10px;margin:10px auto;}














}
