@charset "utf-8";
/*
Theme Name: A001
Version: 1.0
Author: KeiStyle
*/

/*-----------------------------------------------------------------
　　　基本共通部分
*-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
font-family: 'Josefin Slab', serif;
font-weight: 300;
  color: #222;
}
#wrapper {
  width: 1200px;
	margin: 0 auto;
	padding: 100px 0;
}
#wrapper::after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main {
  width: 100%;
  max-width: 880px;
  min-width: 250px;
	margin: 0;
	padding: 0;
	float: left;
}
#sidebar {
  width: 240px;
  padding: 0;
  float: right;
}
h1 {
  margin: 0 1rem 3rem;
  font-size: 40px;
  font-weight: 500;
  clear: both;
}
.fixed_page { /*1カラムページのh1*/
  width: 100%;
  max-width: 1200px;
  min-width: 250px;
  margin: 100px auto!important;
  font-weight: 500;
  clear: both;
}
h2 {
  position: relative;
  margin: 0 1rem 3rem;
  font-size: 30px;
  font-weight: 500;
  clear: both;
}
h3 {
  margin: 0 1rem 3rem;
  font-size: 24px;
  font-weight: 500;
  clear: both;
}
h4 {
  margin: 0 1rem 3rem;
  font-size: 20px;
  font-weight: 500;
  clear: both;
}
strong {
font-weight: 700;
}
p {
  margin: 0 0 2rem;
  line-height: 2rem;
}
a {
  cursor: pointer;
  color: #0000ff;
  text-decoration: none;
  transition: .3s;
}
a:hover {
  color: #c00;
  transition: .3s;
}
a:active, a:focus {
  outline: 0;
}
li {
	list-style-type: none;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: .5s;
}
.clear {
  margin: 0 0 50px;
  padding: 0;
  clear: both;
}
.photo-r, .photo-l {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3em;
}
.photo-l {
  margin: 0 100px 50px 0;
  padding: 0;
  float: left;
}
.photo-r {
  margin: 0 0 50px 100px;
  padding: 0;
  float: right;
}
.photo-r img, .photo-l img {
  margin: 0 0 5px 0;
}
/* 投稿画像の回り込み */
.alignnone {
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.no-wrap {
  display: inline-block;
}
.btn {
  margin: 10px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  color: #c00;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #c00;
  transition: .4s;
}
.btn:hover {
  color: #fff;
  background: #c00;
}
/*-----------------------------------------------------------------
　　　動き（effect）
*-----------------------------------------------------------------*/
/*ふわっと表示*/
.fadein001.offs {
	opacity: 0;
}
.fadein001.ons {
	opacity: 1;
	transition: opacity 3s, transform 1s;
}
/*下から表示*/
.fadein002.offs {
	opacity: 0;
	transform: translateY(50px);
}
.fadein002.ons {
	opacity: 1;
	transform: translateY(0px);
	transition: opacity 3s, transform 3s;
	transition-delay: .8s;
}
/*左から表示*/
.fadein003.offs {
	opacity: 0;
	transform: translateX(-50px);
}
.fadein003.ons {
	opacity: 1;
	transform: translateX(0px);
	transition: opacity 3s, transform 3s;
}
/*右から表示*/
.fadein004.offs {
	opacity: 0;
	transform: translateX(50px);
}
.fadein004.ons {
	opacity: 1;
	transform: translateX(0px);
	transition: opacity 3s, transform 3s;
}
/*小から大*/
.fadein005.offs {
	width: 10%;
}
.fadein005.ons {
	width: 100%;
	transition: transform .5s;
}
/*伸びるアンダーライン*/
.under_line01.offs, 
.under_line02.offs {
  position: relative;
}
.under_line01::after,
.under_line02::after {
  position: absolute;
  width: 0%;
  margin: 0 0 30px;
  content:'';
  height: 1px;
  background-color: #222;
  bottom: -60px;
  transition: all 2s;
  transition-delay: .5s;
}
.under_line01::after {/*左から右*/
  left: 0;
}
.under_line02::after {/*右から左*/
  right: 0;
}
.under_line01.ons::after,
.under_line02.ons::after {
	width: 100%;
}
/*表示されるまでの時間*/
.start1.ons {
transition-delay: .2s;
}
.start2.ons {
transition-delay: .4s;
}
.start3.ons {
transition-delay: .6s;
}
.start4.ons {
transition-delay: .8s;
}
.start5.ons {
transition-delay: 1s;
}
.start6.ons {
transition-delay: 1.2s;
}
.start7.ons {
transition-delay: 1.4s;
}
.start8.ons {
transition-delay: 1.6s;
}
/*-----------------------------------------------------------------
　　　アイコン
*-----------------------------------------------------------------*/
.material-icons { /*基本*/
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
  margin: 0 .2rem 0 0;
  padding: 0;
  transform: translateY(20%);
}
/* アイコンのサイズ */
.material-icons.size14 {
  font-size: 14px;
}
.material-icons.size16 {
  font-size: 16px;
}
.material-icons.size18 {
  font-size: 18px;
}
.material-icons.size20 {
  font-size: 20px;
}
.material-icons.size22 {
  font-size: 22px;
}
.material-icons.size24 {
  font-size: 24px;
}
.material-icons.size26 {
  font-size: 26px;
}
.material-icons.size28 {
  font-size: 28px;
}
.material-icons.size30 {
  font-size: 30px;
}
/* アイコンの色 */
.material-icons.color01 {
  color: #fff;
}
.material-icons.color02 {
  color: #333;
}
/*-----------------------------------------------------------------
　　　ヘッダー
*-----------------------------------------------------------------*/
#header{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #444;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#header ul {
	margin: 0;
	padding: 5px 0;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
#header ul li{
	margin: 0;
	padding: 0;
}
#header ul li a {
	display: inline-block;
	margin: 0 1rem;
	font-size: 14px;
	color: #fff;
}
#header ul li a:hover {
	transform: scale(1.05);
	tansition: all .3s;
}
.site_title a {
	font-size: 20px!important;
	font-weight: bold;
}
.header_button {
	display: inline-block;
	margin: 0;
	padding: .2rem 1rem .2rem;
	border-radius: 3px;
	font-size: 12px!important;
	color: #c00!important;
	background-color: #fff;
}
.header_button:hover {
	transform: scale(1.05);
	tansition: all .3s;
}
/*-----------------------------------------------------------------
　　　ハンバーガーメニュー
*-----------------------------------------------------------------*/
#menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  display: flex !important;
  height: 20px !important; /*メニューボタンの高さ*/
  width: 45px !important; /*メニューボタンの幅*/
  padding: 20px 0 0 !important; /*MENUの位置*/
  font-size: 10px !important;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
#menu-icon span, /*1本目の線*/ #menu-icon span:before /*2本目の線*/ , #menu-icon span:after /*1本目の線からの距離*/ {
  content: "";
  display: block;
  height: 3px; /*横線の太さ*/
  width: 25px; /*横線の幅*/
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 6px;
}
#menu-icon span:before {
  top: 6px; /*1本目の線からの距離*/
}
#menu-icon span:after /*3本目の線*/ {
  top: 12px;
}
#menu-cb:checked ~ #menu-icon span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-cb:checked ~ #menu-icon span::before {
  bottom: 3px;
  transform: rotate(45deg); /*2本眼の線時計回りに回転*/
}
#menu-cb:checked ~ #menu-icon span::after {
  top: 6px;
  transform: rotate(-45deg); /*3本眼の線半時計回りに回転*/
}
/*-----------------------------------------------------------------
　　　グローバルナビゲーション
*-----------------------------------------------------------------*/
#global_navigation {	
	width: 600px;
  margin: 0 0 0 auto;
	padding: 0;
}
#global_navigation ul {	
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin: 0;
	padding: 0;
}
#global_navigation ul li a {	
	color: #fff;
}
/*-----------------------------------------------------------------
　　　サイドコンテンツ
*-----------------------------------------------------------------*/
.aioseo-breadcrumb-widget { /*パンくずリスト*/
  margin:0 0 30px;
  padding: 0;
  font-size: 12px;
}
#menu-cb {
  display: none;
}
#sidebar h3 {
  margin: 0 0 5px;
  padding: 0 0 5px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  clear: both;
  position: relative;
  border-bottom: 1px solid #333;
}
#sidebar ul {
  margin: 0 0 20px 5px;
  padding: 10px 0;
}
#sidebar ul li {
  position: relative;
  margin: 1px 0;
  padding: 5px 0;
  list-style-type: none;
}
#sidebar ul li::before {
  position: absolute;
  content: ' ';
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ccc;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
#sidebar li a {
  margin: 0;
  padding: 0 0 0 15px;
  color: #333;
  display: block;
  text-decoration: none;
}
#sidebar li:hover::before {
  color: #333;
  left: 7px;
  transition: .2s;
}
#sidebar-ad {
  margin: 0;
  padding: 15px 0 5px;
  font-size: 12px;
}
#sidebar-ad span {
  font-size: 16px;
  font-weight: bold;
}
/*-----------------------------------------------------------------
　　　フッター
*-----------------------------------------------------------------*/
#footer {
  margin: 0;
  padding: 200px 0 100px;
  color: #fff;
  text-align: center;
  background: #444;
}
.footer_title {
display: inline-block;
margin: 0 0 50px;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-size: 36px;
font-weight: bold;
line-height: 2rem;
}
.footer_title span {
font-size: 20px;
}
.footer_title a {
color: #fff;
}
.footer_title:hover {
	transform: scale(1.1);
}
.footer_nav {
	width: 500px;
	margin: 0 auto 50px;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.footer_nav ul {
	margin: 0;
	padding: 0;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.footer_nav ul li {
	width: 20%;
	margin: 0;
	padding: 0;
	line-height: 1rem;
	transition: .3s;
}
.footer_nav ul li a {
	font-size: 14px;
	color: #fff;
}
.footer_nav ul li a span {
	font-size: 12px;
}
.footer_nav ul li:hover {
	transform: scale(1.1);
	transition: .3s;
}
.copyright {
	font-size: 12px;
}
/*--- フッターのCONTACT ---*/
.footer_contact {
  width: 100%;
  max-width: 600px;
  min-width: 250px;
  margin: 150px auto;
  padding: 50px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
}
.footer_contact h2 {
  text-align: center !important;
  font-weight: normal;
}
.footer_contact p {
  margin: 0 0 30px !important;
}
.footer_contact ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.footer_contact ul li {
  display: inline-block;
  position: relative;
  width: 45%;
  height: 3em;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
  background: #fff;
  border: 1px solid #333;
  transition: .3s;
}
.footer_contact ul li::after {
  position: absolute;
  right: 1px;
  bottom: 1px;
  content: '';
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #FF8300;
  border-bottom: 10px solid #FF8300;
  box-sizing: border-box;
}
.footer_contact ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  line-height: 3em;
}
.footer_contact .material-icons {
  margin: 0 5px 0 0;
}
.footer_contact ul li:hover {
  transform: scale(1.1);
  transition: .3s;
}
#scroll-to-top { /*トップに移動の▲位置*/
  margin: 0 0 50px;
  padding: 0;
}
/*-----------------------------------------------------------------
　　　投稿ページ
*-----------------------------------------------------------------*/
.blog_date {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: right;
}
.next_single {
	margin: 0;
	padding: 0;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.next_single li {
	width: 49%;
	margin: 50px 0;
	padding: 0;
	font-size: 12px;
}
.next_single li:last-of-type {
	text-align: right;
}
/*-----------------------------------------------------------------
　　　アーカイブページ
*-----------------------------------------------------------------*/
.archive {
	margin: 0;
	padding: 0;
}
.archive dl {
	margin: 0;
	padding: 0;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.archive dl dt {
	width: 20%;
	margin: 0;
	padding: 0;
}
.archive dl dd {
	width: 80%;
	margin: 0;
	padding: 0;
}
/*-----------------------------------------------------------------
　　　ブログページ
*-----------------------------------------------------------------*/
.blog_page_date {
	margin: 0;
	padding: 0;
	text-align: right;
}
.blog_page_date p {
	font-size: 12px;
	line-height: 1rem;
}
.blog_page {
	margin: 1rem;
	padding: 3rem;
	font-size: 14px;
	border: 1px solid #CCC;
}
.blog_page h2 {
	margin: .5rem 0;
	padding: 0;
	font-size: 20px;
}
.blog_page h2 a {
	color: #444;
}
.kijiwoyomu a {
  display: block;
  width: 100px;
  margin: 30px 0 0 auto;
  padding: .5rem;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: .8rem;
  background-color: #444;
}
.kijiwoyomu a:hover {
  transform: scale(1.05);
  transition: all .3s;
}
/*-----------------------------------------------------------------
　　　フォーム
*-----------------------------------------------------------------*/
.contact_form {
  width: 100%;
  max-width: 600px;
  min-width: 250px; 
  margin: 0 auto;
	padding: 0;
	text-align: left;
}
.contact_form p {
	margin: 2em 0;
	padding: 0;
}
.contact_form p span {
	color: #c00;
	font-weight: 500;
}
.contact_form input {
	width: 100%;
	margin: .5rem 0 0;
	padding: 1rem;
	border: 3px solid #444;
	border-radius: 10px;
}
.contact_form textarea {
	width: 100%;
	margin: .5rem 0 0;
	padding: 1rem;
	border: 3px solid #444;
	border-radius: 10px;
}
.contact_form_button {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#submit_button {
	display: block;
	width: 100px;
	margin: .5rem auto;
	padding: 1rem;
	color: #fff;
	border: none;
	background-color: #ff6633;
}
#submit_button:hover {
	background-color: #c00;
	transition: .8s;
}
#contact_form_button p {
	line-height: 1rem!important;
}
/*--- ● ---*/
.whatsnew a:hover {
  background-color: transparent!important;
}
.whatsnew h2,
.whatsnew hr {
  display: none;
}
/*--- サンキューページ ---*/
.thank {
	margin: 100px 0;
	padding: 0;
	text-align: center;
}

@media screen and (min-width: 900px) { /*PCで隠す*/
  #menu-icon, .home #sidebar, .page-id-18 #sidebar, .page-id-23 #sidebar, .page-id-21 #sidebar {
    display: none!important;
  }
}