@charset "UTF-8";
/* CSS Document */
/* ▼　共通設定　▼ */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

body {
  font-size: 18px;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;;
  color: #633319;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

.txt_nitarago{
  font-family: nitalago-ruika, sans-serif;
  font-weight: 100;
  font-style: normal; }

.page{
	margin-bottom: 0;
}

img {
  border: none; }

a img {
  border-style: none; }

a {
  outline: 0;
  color: #633319;
  text-decoration: none; }

a:hover {
  opacity: 0.7; }

a img, :link img, :visited img {
  border: none; }

/* delate dot boader of link for New Mozilla \*/
a {
  overflow: hidden; }

a[href^="tel:"] { cursor: default; }

a[href^="tel:"]:hover { opacity: 1.0; }

img, fieldset, abbr, acronym {
  border: 0; }

img {
  /*vertical-align:bottom;*/ }

hr {
  border: 0;
  border-top: 1px solid #C1C2CC;
  margin: 1.5em 0; }
hr.hr_blue{
  border-top-color: #146CFF;
  border-top-width: 2px;
  width: 80px;
}

/* float clear */
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.clear {
  clear: both; }

ul {
  margin: 0; }

li {
  list-style-type: none; }

#wrapper {
  margin: 0 auto;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 1.0em; }
  
iframe{
  aspect-ratio: 16 / 9;
    width: 100%;
    height: auto; }
fieldset{
	padding: 0;}
/* ▲　共通設定　▲ */
/* ▼　ヘッダ　▼ */
#site_header {
  /*position: fixed;
  top: 0;*/
  width: 100%;
  z-index: 100;
  background-color: transparent;
  padding-top: 40px;
  padding-bottom: 1em;
  transition-duration: 3s;}

#site_header #header_wrap{
	align-items: center;
	padding: 0 5%;}

#site_title {
  padding: 0px;
  width: 29%;
  margin-right: 20px;
  line-height: 1;
  position: relative;
  transition-duration: 3s;}

#nav_main{
  /*width: calc(100% - 250px);*/
  padding-right: 4.5em;
  transition-duration: 1s;}
#nav_main li{
  margin: 0 0.1em;}

/* ▽▽ハンバーガーメニュー▽▽ */
#nav_slide {
  /* チェックボックスを隠す */
  display: none; }

.nav_slide_btn {
  position: absolute;
  top: 0.1em;
  right: 5%;
  font-size: 3em;
  color: #EBAE1B;
  cursor: pointer;
  display: block;
  z-index: 120;
  -webkit-transition: all 1s;
  transition: all 1s; }

#nav_slide_cnt {
  width: 0%;
  height: 100vw;
  padding: 120px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
  position: absolute;
  right: 0;
  /*右からスライド*/
  top: -40px;
  background-color: #EFD592;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s; }

/* ▽▽開閉時のアニメーション▽▽ */
#nav_slide:checked ~ .nav_slide_btn{
  color: #fff; }
#nav_slide:checked ~ #nav_slide_cnt {
  width: 100%;
  max-width: 30em;
  opacity: 1; }

#nav_slide_cnt li{
	border-bottom: 1px solid #eeeeee;}

#nav_slide_cnt li a {
  display: block;
  margin: 0 5%;
  padding: 1em 1em 1em 0;
  line-height: 1;
  position: relative;
  /*color: #146CFF;*/ }

/* ▲　ヘッダ　▲ */
/* ▼　メイン　▼ */
/*home*/
main {
  /*padding-top: 6em;*/
  position: relative;/*for bg_img*/
  overflow:hidden;/*for bg_img*/ }

section {
  /*display: none;
  transform : translate(0, 100px);*/
  margin-bottom: 50px;
  opacity: 0;
  transition: all 5s; }

section.active {
  /*display: block;
  transform : translate(0, 0);*/
  opacity: 1; }

/*ページタイトル*/
.page_img{
	margin-bottom: 2.5em;}
.ttl_belt{
  	background: #EBAE1B;
    width: 40%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0.2em 0.6em;
    text-align: right;
    margin-bottom: 1.5em; }
.ttl_belt.ttl_member{
	background: #633319;
	color: #EBAE1B;}
.blk_posts{
    border-radius: 20px;
    background: #EFD592;
	margin-bottom: 1em;}
.blk_posts .area_thumb{
	width: 100%;
    height: 0;
    padding-bottom: 100%;
	margin-bottom: 1em;
    overflow: hidden;
	border-radius: 0.5em;
	background: #EBAE1B;
    position: relative;}
.blk_posts .area_thumb img{
	position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;}
.blk_posts .area_ttl{
	padding: 0 0.5em;}
.blk_cat {
    display: flex;
    justify-content: center;}
.blk_cat li {
    margin: 0 0.2em;}
.page-numbers{
	display: flex;
    justify-content: center;}
.page-numbers li a,
.page-numbers li .current{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0.2em;
    background: #EFD592;
    font-family: nitalago-ruika, sans-serif;
    color: #fff;
    font-size: 1.2em;
    width: 3em;
    height: 3em;
    border-radius: 0.5em;}
.page-numbers li .prev,
.page-numbers li .next{
    text-indent: 100%;
    background: transparent;
    background-image: url(../images/general/icon-arrow.png);
    background-size: auto 100%;
    background-repeat: no-repeat;}
.page-numbers li .next{
	margin-left: 2em;}
.page-numbers li .prev{
    transform: rotate(180deg);
   	margin-right: 2em;}
#sec_post .entry-content {
    line-height: 2;
    color: #000; }
#sec_post .entry-content h1,
#sec_post .entry-content h2,
#sec_post .entry-content h3,
#sec_post .entry-content h4,
#sec_post .entry-content h5,
#sec_post .entry-content h6{
	font-weight:bold;}
#sec_post .entry-content h6{
	font-size:0.667em;}
#sec_post .entry-content h5{
	font-size:0.833em;}
#sec_post .entry-content h3{
	font-size:1.17em;}
#sec_post .entry-content h2{
	font-size: 1.5em;}
#sec_post .entry-content h1{
	font-size:2em;}

.nav-links{
	padding-top: 3em;
	margin-bottom: 5em;}

.nav-links a .lnk_icon .ico-arrow{
	transform: rotate(0deg);}
.nav-links .nav-next .lnk_icon{
	margin-right: 0;
	margin-left: 0.5em;
}
.nav-links .nav-previous .ico-arrow:before{
	display: inline-block;
	transform: rotate(180deg);
}

/**404**/
#sec_404 {
	padding-top: 4em;}
.error-404 {
  padding: 100px 0; }

/*ページ共通：コンタクトへリンクエリア*/
#sec_lnkcontact .flex_row_2 .area_txt{
	order: 1;
	margin-bottom: 1em;}
#sec_lnkcontact .flex_row_2 .area_img{
	text-align: center; 
	order: 2;}
/* ▲　メイン　▲ */
/* ▼　フッター　▼ */
#site_footer{
	padding-top: 1em;}
#site_footer .footer_sns{
	display: inline-flex;
    justify-content: space-between;
    width: 16%;
    position: absolute;
    top: 0;
    right: 5%;}
#site_footer .footer_sns li {
    width: 20%;}
#site_footer .copyright{
	padding-bottom: 2em;
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;}
/* ▲　フッター　▲ */
#pagetop {
    position: fixed;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    bottom: 6em;
    left: 50%;
    transform: translateX(-55%);
    text-align: right;
    z-index: 100;}
#pagetop a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5em 1em 0.5em;
    border-color: transparent transparent #ebad1b transparent;
    position: relative;
    display: inline-block;
    margin-left: 0.5em;}
/* ▼　レスポンシブ　▼ */
/*WP管理バー*/
#wpadminbar{
	top:inherit !important;
	bottom:0 !important;
}
/*===============================================*/
@media screen and (min-width: 1001px) {
  .sponly {
    display: none !important; } }
/*===============================================
●smart.css  画面の横幅が767pxまで
===============================================*/
@media screen and (max-width: 1000px) {
  .pconly {
    display: none !important; }

  .sponly {
    display: block; }
	body{
		font-size: 2.6vw;
	}
	#site_header{
		padding: 0;	}
	#site_title{
		width: 48%;
		padding: 1.5em 0 0.8em;}
	.nav_slide_btn{
		padding: 0.5em 0.5em;
		background: #EBAE1B;
		color: #FFF;
		top: 0;
		right: 0; }
	.ttl_belt{
		width: 95%;	}
}

/*===============================================
●smart.css  画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
	body{
		font-size: 12px;
	}
}
