/*
Theme Name: entoen-d_2025
Theme URL: <?php echo home_url(); ?>/
Version: 1.0
Author:en-design
*/

@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html {
	font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

html {
	overflow: auto;
	scroll-behavior: smooth;
	/* 選択禁止 */
	/*user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;*/
}

body {
  width: 100%;
  color: #363534;
  margin: 0; 
  -webkit-font-feature-settings: "palt";/* 文字詰め */
  font-feature-settings: "palt";/* 文字詰め */
  font-family: Gothic Medium BBB, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-weight:500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-smoothing: subpixel-antialiased;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-overflow-style: none;
  overscroll-behavior-y: none;
  cursor: default;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
body {
	font-size: 15px;
	line-height: 1.9;
}
}
@media screen and (min-width: 1300px) {
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, sans-serif;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.05em;
}
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, sans-serif;
}
}

header, 
main,
footer, 
nav, 
section, 
article, 
aside {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1;
  color: inherit; }

li > ul, li > ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

table {
  width: 100%;
  border-collapse:  collapse; /* セルの線を重ねる */
  text-align: left;
}
th,td {
  border: 1px solid #999;  /* 枠線指定 */
  padding: 10px;      /* 余白指定 */
}
a {
	text-decoration: none;
	color: #302C2A;
	transition-property: all;
	transition: 0.2s linear;
}
a:link,a:visited{
	color: #2C2111;
	text-decoration: none;
}
a:hover,a:active{
	filter:alpha(opacity=80);
	opacity:0.8;
	color: #2C2111;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table, {
  margin-top: 0;
  margin-bottom: 0; }

ul, li, dl, dt, dd {
  padding: 0; }
ul li{
  list-style:none;
 }
button {
  outline: none;
  border: none;
  background: none; }

input {
  border: none;
  outline: none; }

a:hover img{
	cursor:pointer;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	zoom:1;
}
u{
text-underline-offset: 3px;
font-weight:600;
}
.clear-all {
	clear: both;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

::before , ::after {
	box-sizing: inherit;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
.line-bk{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-left: auto;
	margin-right: auto;
}
.line-gray{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}
img-line {
	padding: 2%;
	border: 1px solid #CCCCCC;
}
.line-outline{
	padding: 20px;
	border: 1px solid #CCCCCC;
}
.line-outline02{
	padding-left:15px;
	padding-right:15px;
	margin-top: auto; 
}
.gray-line{
	width: 100%;
	max-width:1300px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bk-line{
	width: 100%;
	max-width:1300px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}
.short-line{
	float: left;
	width: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.bk-line{
	width: 100%;
	max-width:1300px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}

.ofi{
	width: 100%;
	max-height:150px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi2{
	width: 100%;
	max-height:350px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi3-box{
   padding:10px;
	border: 1px solid #CCCCCC;
	height:125px;
	margin-bottom:5px;
	position: relative;
    text-align: center;
    align-items: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}
.ofi3{
	width: 100%;
	max-height:120px;
	   
}
.ofi4{
	width: 100%;
	height:80px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi5{
	width: 100%;
	max-height:auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media screen and (min-width: 768px) {
.ofi{
	width: 100%;
	max-height:200px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi2{
	width: 100%;
	max-height:450px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi3-box{
   padding:10px;
	border: 1px solid #CCCCCC;
	height:175px;
	margin-bottom:5px;
	position: relative;
    text-align: center;
    align-items: center;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
}
.ofi3{
	width: 100%;
	max-height:155px;
	   
}
.ofi4{
	width: 100%;
	max-height:155px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.ofi5{
	width: 100%;
	max-height:auto;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.line-outline{
	padding-left:30px;
	padding-right:30px;
}
}


/*************************************
/* 共通　スペース
*************************************/

.space-big{
	height:50px;
}
.space{
	height:30px;
}
.space-small{
	height:18px;
}
.space-mini{
	height:12px;
}
.space-puti{
	height:5px;
}

@media screen and (min-width: 1300px) {
.space-big{
	height:100px;
}
.space{
	height:40px;
}
.space-small{
	height:20px;
}
.space-mini{
	height:15px;
}
.space-puti{
	height:7px;
}
}

/*************************************
/* 共通　背景
*************************************/

.back-gray{
	background-color: #F0F0EE;	
}
.back-darkgray{
	background-color: #E6E6E6;	
}
.back-wt{
	background-color: #fff;
}
.back-bk{
	background-color: #2A2B2B;
}


/*************************************
/* Youtubeの比率保持して100％表示
*************************************/

.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

/*************************************
/* 共通　タイトル・コピー装飾
*************************************/

/* タイトルの並び */

.title-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	
}
@media screen and (min-width: 768px){ 
.title-row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
	align-items: center;
}
}

/* タイトル */

.roboto-400-small {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:12px;
	color: #000;
	letter-spacing: 0.1em;
}

.roboto-500-medium {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-600-big {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size:30px;
	line-height:1.5;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-600-big2 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size:36px;
	padding-bottom:10px;
	color: #000;
	letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
.roboto-400-small {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-500-medium {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:17px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-600-big {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:30px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-600-big2 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:36px;
	color: #000;
	letter-spacing: 0.1em;
	line-height:1.2;
}
}
@media screen and (min-width: 1300px) {
.roboto-400-small {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-500-medium {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-600-big {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:32px;
	color: #000;
	letter-spacing: 0.1em;
}
.roboto-600-big2 {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size:40px;
	color: #000;
	letter-spacing: 0.1em;
}
}

/* 文章 */

.big-ttl-left{
	font-weight: 500;
	font-style: normal;
	font-size:25px;
	line-height:1.5;
	color: #000;
	letter-spacing: 0.1em;
}
.point-txt{
	font-size:15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	padding-top:3px;
}
.copy-sentence{
	font-size:20px;
	font-weight: 500;
	line-height:1.5;
	padding-bottom:7px;
}
.copy-sentence li{
	line-height:1.8;
	padding-bottom:10px;
}
.basic-sentence{
	font-size:15px;
	font-weight: 500;
	line-height:2;
	text-align:justify;
}
.basic-sentence-small{
	font-weight: 500;
	text-align:left;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}
.small-sentence{
	font-weight: 500;
	font-size: 13px;
	font-style: normal;
}
.puti-sentence{
	font-weight: 500;
	font-size: 11px;
	font-style: normal;
}
.gray-txt{
	color: #666666;
}
a .big-copy-left{
	color: #333;
}

a .basic-sentence{
	font-size:16px;
	color: #333;
}
@media screen and (min-width: 768px) {
.big-ttl-left{
	font-weight: 500;
	font-style: normal;
	font-size:30px;
	line-height:1.5;
	color: #000;
	letter-spacing: 0.1em;
}
.point-txt{
	font-size:16px;
	padding-top:5px;
}
.copy-sentence{
	font-size:21px;
	line-height:2;
}
.basic-sentence{
	font-size:16px;
	font-weight: 500;
	line-height:2.2;
	text-align:justify;
}

}


@media screen and (min-width: 1300px) {
.big-ttl-left{
	font-weight: 500;
	font-style: normal;
	font-size:36px;
	line-height:1.5;
	color: #000;
	letter-spacing: 0.1em;
}
.point-txt{
	font-size:17px;
	padding-top:6px;
}
.copy-sentence{
	font-size:22px;
	line-height:2.5;
}
.basic-sentence{
	font-size:16px;
	font-weight: 500;
	line-height:2.5;
	text-align:justify;
}
.small-sentence{
	font-weight: 500;
	font-size: 14px;
	text-align:justify;
}
.puti-sentence{
	font-weight: 500;
	font-size: 12px;
}
}

/* 文字カラー */

.font-bk{
	color:#000;
}
.font-wt{
	color:#FFF;
}
.font-wt a{
	color:#FFF;
}
.font-gray{
	color:#666666;
}

/* 文字のフェードイン */
.fade {
	filter:alpha(opacity=0); /* IE 6,7*/
	-ms-filter: "alpha(opacity=0)"; /* IE 8,9 */
	-moz-opacity:0; /* FF , Netscape */
	-khtml-opacity: 0; /* Safari 1.x */
	opacity:0;
	zoom:1; /*IE*/
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: opacity 1.2s, transform 1.2s;
	transition: opacity 1.2s, transform 1.2s;
}
.fade.active {
	filter:alpha(opacity=100); /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
	-moz-opacity:1; /* FF , Netscape */
	-khtml-opacity: 1; /* Safari 1.x */
	opacity:1;
	zoom:1; /*IE*/
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.fade {
	opacity:1;
}
}

/*************************************
/* SUBTITLE & LINKTXT & FOOTER-INNER（entoen original)
*************************************/

.subtitle-inner{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
	text-align:left;
	

}
.subtitle-info{
	width:100%;
}
.link-txt{
	text-align: right;
	color: #000000;
	text-underline-offset: 8px;
	text-decoration: underline;
	font-size:15px;
	font-weight: 500;
	line-height:2;
	letter-spacing: 0.05em;
	
}
.link-txt a:link,.link-txt a:visited {
	background-color: #fff;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
}
.link-txt a:hover,.link-txt a:active {
	background-color: #E9E9E9;
	filter:alpha(opacity=100);
	opacity:1;
	padding-top:5px;
	padding-bottom:5px;
}
.link-txt-border{
	text-align: right;
	color: #000000;
	font-size:13px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-top:10px;
}
.link-txt-border a:link,.link-txt-border a:visited {
	background-color: #fff;
	color:#000;
	text-decoration: underline;
	text-underline-offset: 10px;	
}
.link-txt-border a:hover,.link-txt-border a:active {
	background-color: #E9E9E9;
	filter:alpha(opacity=100);
	opacity:1;	
}
@media screen and (min-width: 768px) {
.subtitle-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
	align-items: center;

}
.subtitle-info{
	width:auto;
	padding-right:15px;
}
}
@media screen and (min-width: 1300px) {
.link-txt{
	font-size:18px;
}
.link-txt-border{
	font-size:15px;
	padding-top:0px;
}
.link-txt-border a:link,.link-txt-border a:visited {
	background-color: #fff;
	color:#000;
	text-decoration: underline;
	text-underline-offset: 10px;	
}
.link-txt-border a:hover,.link-txt-border a:active {
	background-color: #E9E9E9;
	filter:alpha(opacity=100);
	opacity:1;	
}
}
#footer-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
	
}



@media screen and (min-width: 768px) {
#footer-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:65px;
	padding-right:100px;
	
}
}
@media screen and (min-width: 1300px) {
#footer-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:85px;
	padding-right:100px;
	
}
}
#footer-inner .box7030-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;

}
#footer-inner .box7030-inner .box2-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	text-align:left;

}
#footer-inner .box7030-inner .box2-inner .box2-info{
	text-align:left;

}

#footer-inner .box7030-inner .box7030-left{
padding:0px;
}
#footer-inner .box7030-inner .box7030-right{
padding:0px;

}
.footer-logo img{
width:100px;
}

@media screen and (min-width: 768px) {
#footer-inner .box7030-inner{
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;

}
#footer-inner .box7030-inner .box7030-left{
	text-align:left;
}
#footer-inner .box7030-inner .box7030-right{

}
#footer-inner .box7030-inner .box2-inner .box2-info{
	text-align:left;
	width:30%;

}
}
@media screen and (min-width: 1300px) {

#footer-inner .box7030-inner .box2-inner .box2-info{
	text-align:left;
	width:20%;

}
}

/* フッターのナビゲーション */

.footer-link a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:400px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:10px;
	padding-bottom:13px;
	background-color: #fff;
	color:#000;
	font-size:15px;
	letter-spacing: 0.1em;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.footer-link a:link,.footer-link a:visited {
	text-decoration: none;
	background-color: #fff;
	color:#000;
}
.footer-link a:hover,.footer-link a:active {
	text-decoration: none;
	background-color: #DBDBDB;
	filter:alpha(opacity=100);
	opacity:1;
}
@media screen and (min-width: 768px) {
.footer-link a {
	padding-top:6px;
	padding-bottom:11px;
}
}


/*************************************
/* ブログ記事
*************************************/

/* swiperのサイズ */
.swiper-all{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  width: 100%;
  height:auto;
}
.swiper-custom-parent{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width:1500px;
  height:auto;
  padding-left:15px;
  padding-right:15px;
}
@media screen and (min-width: 768px) {
.swiper-custom-parent{
  padding-left:25px;
  padding-right:25px;
}
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  height:auto;
}

/* swiperのドット位置を枠下に */
.slider1{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider1 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
.slider2{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider2 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
.slider3{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider3 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}
.slider4{
    --add-bottom: 50px;
    padding-bottom: var(--add-bottom);
}
.slider4 [class^="swiper-button-"]{
    top: calc(50% - var(--add-bottom) / 2);
}

/* ページネーションのサイズと色 */

.swiper-pagination-bullet {
  background-color: #000;
  height: 8px;
  width: 8px;
  margin: 0 5px!important;
}

/* ページネーションがアクティブな時の色 */
.swiper-pagination-bullet-active {
  background-color: #000;
}


/* swiperのリンク */
.swiper-slide a{
	text-decoration: none;
}
.swiper-slide a:hover,a:active{
	filter:alpha(opacity=60);
	opacity:0.6;
	text-decoration: none;
	color: #717171;
}

/*************************************
/* 角丸装飾
*************************************/
.kadomaru{
border-radius: 20px;
}
.kadomaru img{
border-radius: 20px;
}
.kadomaru-ue img{
border-radius: 20px 20px 0px 0px;
}



/*************************************
/* 共通ボタン装飾
*************************************/

/*ボタン1*/
.btn01 a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:300px;
	border-radius: 25px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #333333;
	color:#FFF;
	font-size:15px;
	font-weight:700;
	letter-spacing: 0.1em;
	font-family: "Zen Kaku Gothic New", serif;
  font-style: normal;
}
.btn01 a:link,.btn01 a:visited {
	text-decoration: none;
	background-color: #333333;
	color:#FFF;
}
.btn01 a:hover,.btn01 a:active {
	text-decoration: none;
	background-color: #525252;
	color:#FFF;
}
@media screen and (min-width: 768px) {
.btn01 a {
	max-width:500px;
	margin-left: 0;
}
}
@media screen and (min-width: 1300px) {
.btn01 a {
	font-size:20px;
}
}

/*ボタン2*/

.btn02 a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:400px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #fff;
	color:#000;
	font-size:15px;
	letter-spacing: 0.1em;
	border: 1px solid #CCCCCC;
	font-style: normal;
}
.btn02 a:link,.btn02 a:visited {
	text-decoration: none;
	background-color: #fff;
	color:#000;
}
.btn02 a:hover,.btn02 a:active {
	text-decoration: none;
	background-color: #DBDBDB;
	filter:alpha(opacity=100);
	opacity:1;
}
@media screen and (min-width: 768px) {
.btn02 a {
	max-width:600px;
}
}
@media screen and (min-width: 1300px) {
.btn02 a {
	font-size:16px;
}
}

.p-post-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:425px;
	font-weight: 700;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:15px;
	border: 1px solid #333;
	background-color: #333;
	color:#FFF;
}
.p-post-btn:link,.p-post-btn a:visited {
	text-decoration: none;
	background-color: #333;
	color:#FFF;
}
.p-post-btn:hover,.p-post-btn a:active {
	text-decoration: none;
	background-color: #333;
	color:#FFF;
}

/*************************************
/* ローディング
*************************************/

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  text-align:center;
  margin-top:0px;
}

/*二回目以降は非表示*/
#splash.is-active {
  opacity: 0;
  visibility: hidden;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*二回目以降は非表示*/
#splash_logo.is-active {
  opacity: 0;
  visibility: hidden;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:140px;
}

/* fadeUpをするアイコンの動き */
.fadeup{
animation-name: fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*************************************
/* ヘッダー部分
*************************************/

#header{
	position:relative;
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:0;
	padding:0;
	background-color: #fff;
}

#headerBar-all{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index: 110;
}
#navi-bg{
	position:relative;
}
#navi-bg-bk{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:65px;
	background-color: #2A2B2B;
	z-index:100;
}
#navi-bg-wt{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:70px;
	background-color: #fff;
	z-index:100;
	opacity: 1;
}
#navi-bg-beige{
	position:absolute;
	top:95px;
	left:0;
	width:100vw;
	height:45px;
	background-color: #3E3E3E;
	color:#fff;
	z-index:200;
}
@media screen and (min-width: 768px) {
#navi-bg-wt{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:130px;
	background-color: #fff;
	z-index:100;	
}
#navi-bg-beige{
	position:absolute;
	top:95px;
	left:0;
	width:100vw;
	height:45px;
	background-color: #FEF9E7;
	color:#333333;
	z-index:200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
}
@media screen and (min-width: 1300px) {
#navi-bg-wt{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:140px;
	background-color: #fff;
	z-index:100;	
}
}
/* ロゴ */

.logo-mark{
	position: fixed;
	width:25px;
	height:auto;
	left:18px;
	top:17px;
	z-index: 300;
	line-height: 2.2;
	text-align:center;
}
.logo-area{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center; /* 横方向 */
}
.logo{
	position: fixed;
	width:100px;
	top:20px;
	z-index: 300;
}
/* h１ */
.header-h1{
	display:none;
}

@media screen and (min-width: 768px) {

.logo-mark{
	position: fixed;
	width:40px;
	height:auto;
	left:35px;
	top:45px;
	z-index: 1300;
	line-height: 2.2;
	text-align:center;
}
.logo{
	position: fixed;
	width:120px;
	top:50px;
	z-index: 300;
}
.header-h1{
	display:block;
	position:  fixed;
	z-index: 100;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	left:50px;
	top: 295px;
	font-size: 10px;
	letter-spacing: 0.3em;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

}
@media screen and (min-width: 1300px) {
.logo-mark{
	position: fixed;
	width:50px;
	height:auto;
	left:65px;
	top:42px;
	z-index: 1200;
	line-height: 2.2;	
}
.logo{
	position: fixed;
	width:130px;
	top:50px;
	z-index: 300;
}
/* h１ */
.header-h1{
	left:80px;
	top: 300px;
	font-size: 11px;
}


}



@media screen and (min-width: 1300px) {

#header-contact-btn{
	display:block;
	position: fixed;
	top: 250px;
	right: 0px;
	z-index:200;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	letter-spacing: 0.3em;
}
#header-contact-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 200px;
	padding-top:20px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #000;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	border-top-left-radius: 20px;
 	border-bottom-left-radius: 20px;
 	font-size:15px;
	font-weight:700;
	letter-spacing: 0.3em;
	border: 1px solid #CCCCCC;
}
#header-contact-btn a:link,#header-contact-btn a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	opacity:1;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	letter-spacing: 0.3em;
}
#header-contact-btn a:hover,#header-contact-btn a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	opacity:0.7;
	border-top-left-radius: 20px;
  	border-bottom-left-radius: 20px;
	letter-spacing: 0.3em;
}

#header-stock-btn{
	display:block;
	position: fixed;
	top: 470px;
	right: 0px;
	z-index:200;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	letter-spacing: 0.3em;
}
#header-stock-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 200px;
	padding-top:20px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #589435;
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
  	border-top-left-radius: 20px;
 	border-bottom-left-radius: 20px;
 	font-size:15px;
	font-weight:700;
	letter-spacing: 0.3em;
	border: 1px solid #CCCCCC;
}
#header-stock-btn a:link,#header-stock-btn a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #589435;
	opacity:1;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	letter-spacing: 0.3em;
}
#header-stock-btn a:hover,#header-stock-btn a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #68AD3F;
	opacity:0.7;
	border-top-left-radius: 20px;
  	border-bottom-left-radius: 20px;
	letter-spacing: 0.3em;
}
}

@media screen and (min-width: 1900px) {
#mainvg-stock-btn{
	display:block;
	position:absolute;
	top: 360px;
	left: 230px;
	z-index:50;
	width:260px;
	height:260px;
}
#mainvg-stock-btn a:hover img{
	cursor:pointer;
	filter: alpha(opacity=95);
	-moz-opacity:0.9;
	opacity:0.9;
	-ms-filter: "alpha(opacity=95)"; /* IE8 */
	zoom:1;
}

#header-contact-btn{
	top: 210px;
}

#header-stock-btn{
	top: 430px;
}
}





/*************************************
/* page-top
*************************************/
#page-top{
	position: fixed;
	display:block;
	width: 45px;
	height: 45px;
	bottom: 0px;
	right: 5px;
	z-index:200;
	color: #FFF;
	background-color: #fff;
	opacity:0.7;
}
#page-top a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
	background-image: url(images/common/chevron-up-solid.svg);
	background-repeat: no-repeat;
	background-position: bottom 50% right 50%;
	background-size: 12px;
	border: 1px solid #999;
	
}
#page-top a:link,#page-top a:visited {
	text-decoration: none;
	background-color: #fff;
	opacity:0.7;
}
#page-top a:hover,#page-top a:active {
	text-decoration: none;
	background-color: #6C6964;
	opacity:1;
}
@media screen and (min-width: 768px) {
#page-top{
	width: 50px;
	height: 50px;
	bottom: 0px;
	right: 35px;
}
#page-top a {
	width: 50px;
	height: 50px;	
}
}
@media screen and (min-width: 1300px) {
#page-top{
	width: 50px;
	height: 50px;
	bottom: 0px;
	right: 45px;
}
#page-top a {
	width: 50px;
	height: 50px;	
}
}

/*************************************
/* navi01
*************************************/



#top-navigation{
	display: none;
}

@media screen and (min-width: 1600px) {
#top-navigation{
	position:fixed;
	z-index:200;
	right:280px;
	top:9px;
	list-style: none;
	display: flex;
}

#top-navigation li {
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
  font-size:15px;
}
 
#top-navigation li a {
	text-decoration: none;
	color:#363534;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
}

#menu-right{

}

/* SPハンバーガーメニュー */
	
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	border: 0;
	background: transparent;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

button:hover {
	cursor: pointer;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/

.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 23px;
	right: 10px;
	/* ボタンの大きさ  */
	width: 40px;
	height: 24px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 1200;
}

@media screen and (min-width: 768px) {
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 45px;
	right: 40px;
	/* ボタンの大きさ  */
	width: 40px;
	height: 40px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 1200;
}
}
@media screen and (min-width: 1300px) {
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 50px;
	right: 50px;
	/* ボタンの大きさ  */
	width: 40px;
	height: 40px;
	/* バーガーの線をボタン範囲の中心に配置 */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 最前面に */
	z-index: 1200;
}
}

/***** 真ん中のバーガー線 *****/
	.btn-line {
	/* 線の長さと高さ */
	width: 100%;
	height: 2px;
	/* バーガー線の色 */
	background-color: #363534;
	/* バーガー線の位置基準として設定 */
	position: relative;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #363534;
	transition: .2s;
}


.btn-line::before {
/* 上の線の位置 */
	transform: translateY(-8px);
}


.btn-line::after {
/* 下の線の位置 */
	transform: translateY(8px);
}

/***** メニューオープン時 *****/
.btn-line.open {
/* 真ん中の線を透明に */
	background-color: transparent;
	
}

.btn-line.open::before,
.btn-line.open::after {
	content: "";
	transition: .2s;
}

.btn-line.open::before {
/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn-line.open::after {
/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/


/**************** 以下、メニューのスタイリング ****************/

/* メニューが開いたときの黒い半透明の背景 */

.menu-bg {
	  position: fixed;
	  left: 0;
	  top: 0px;
	  width: 100vw;
	  height: 100vh;
	  z-index: 400;
	  background: #333;
	  opacity: 0;
	  visibility: hidden;
	  transition: all .3s;
	  cursor: pointer;
	}
.menu {
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	/* メニューを縦に */
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 500!important;
	background-color: #FFF;
	padding-top:150px;
	padding-bottom:150px;
	overflow: auto;	
}

.menu a{
	text-decoration: none;		
}
.menu a:hover,a:active{
	filter:alpha(opacity=100);
	opacity:1;
}
.menu-list {
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	height: 100%;
	/* メニューテキスト位置をリスト内中心に */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 500!important;
}
@media screen and (min-width: 768px) {
.menu {
	padding-top:10%;
	padding-bottom:10%;
}
.menu-list {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
}
}
@media screen and (min-width: 1300px) {
.menu-list {
	width: 30%;
	margin-left:auto;
	margin-right:120px;
}
}
.menu .menu-list .menu-item01 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	transition: .3s ease-in;
	background-color: #FFF;
	color: #363534;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:30px;
	z-index: 500!important;
}
.menu .menu-list .menu-item01:link,.menu .menu-list .menu-item01:visited {
	transition: .3s;
	cursor: pointer;
	background-color: #FFF;
	color: #363534;
	z-index: 500!important;
}
.menu .menu-list .menu-item01:hover,.menu .menu-list .menu-item01:active {
	transition: .3s;
	cursor: pointer;
	background-color: #F2F2F2;
	color: #363534;
	z-index: 500!important;
}

.menu .menu-list .menu-item02 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: #FFF;
	color: #363534;
	transition: .3s ease-in;
	padding-left:12%;
	padding-top:2px;
	padding-bottom:2px;
	z-index: 500!important;
}
.menu .menu-list .menu-item02:link,.menu .menu-list .menu-item02:visited {
	transition: .3s;
	cursor: pointer;
	background-color: #FFF;
	color: #363534;
	z-index: 500!important;
}
.menu .menu-list .menu-item02:hover,.menu .menu-list .menu-item02:active {
	transition: .3s;
	cursor: pointer;
	background-color: #F2F2F2;
	color: #363534;
	z-index: 500!important;
}
.menu .menu-list .menu-item03 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .3s ease-in;
	background-color: #FFF;
	color: #363534;
	padding-top:0px;
	padding-bottom:0;
	padding-left:10px;
	z-index: 500!important;
}
.menu .menu-list .menu-item03:link,.menu .menu-list .menu-item03:visited {
	transition: .3s;
	cursor: pointer;
	background-color: #FFF;
	color: #363534;
	z-index: 500!important;
}
.menu .menu-list .menu-item03:hover,.menu .menu-list .menu-item03:active {
	transition: .3s;
	cursor: pointer;
	background-color: #F2F2F2;
	color: #363534;
	z-index: 500!important;
}
.menu .menu-list .menu-item04 {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	align-items: center;
	transition: .3s ease-in;
	background-color: #FFF;
	color: #363534;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	z-index: 500!important;
}
.menu.open {
	transition: .3s ease-in;
	visibility: visible;
	right: 0;
	z-index: 500!important;
}
/* メニューが開いた時の背景 */
.menu-bg.open  {
  opacity: 0.8;
  visibility: visible;
}


/**************** ここまで、メニューのスタイリング ****************/





/*************************************
/* メインコピー
*************************************/

#entoen-other{
	position:relative;
	top:150px;
	padding-bottom:150px;
}

#main-copy{
	position:relative;
	top:200px;
	padding-bottom:200px;
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
.main-copy-center{
	width: auto;
	height:auto;
	padding-left:60px;
	padding-right:50px;
}
.main-copy-txt{
	font-size:21px;
	font-weight: 400;
	letter-spacing:0.2em;
	color: #000;
	line-height: 2em;
}
.ac-line{
	width:40px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* 縦線 */

#tate-line{
	position:relative;
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
}
.tate-line-center{
	height:300px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;	
}

/* Intro Copy */

#intro-copy{
	position:relative;
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
}
.intro-copy-txt{
	max-width:1600px;
	height:auto;
	padding-left:30px;
	padding-right:30px;
	font-size:16px;
	letter-spacing:0em;
	color: #000;
	line-height: 2em;
	text-align:justify;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
#entoen-other{
	position:relative;
	top:250px;
	padding-bottom:250px;
}
#main-copy{
	top:452px;
	padding-bottom:452px;
}
.main-copy-center{
	width: auto;
	height:auto;
	padding-left:90px;
	padding-right:50px;
}
.main-copy-txt{
	font-size:24px;
	font-weight: 400;
	letter-spacing:0.25em;
	color: #000;
	line-height: 2.5em;
}
.tate-line-center{
	height:400px;
}
.intro-copy-txt{
	font-size:17px;
	letter-spacing:0.2em;
	line-height: 2.7em;
	padding-left:130px;
	padding-right:110px;
	font-weight: 400;
}
}
@media screen and (min-width: 1300px) {
#entoen-other{
	position:relative;
	top:301px;
	padding-bottom:301px;
}
#main-copy{
	top:480px;
	padding-bottom:480px;
}
.main-copy-txt{
	font-size:30px;
}
.tate-line-center{
	height:600px;
}
.intro-copy-txt{
	font-size:20px;
	letter-spacing:0.2em;
	line-height: 3em;
	padding-left:180px;
	padding-right:150px;
}
}

/*************************************
/*HOMEスクロール
*************************************/

@media screen and (min-width: 1900px) {
/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:2%;
	right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#eee;
}
}	


/*************************************
/* main
*************************************/

main{
	position:relative;
	width:100%;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#main_contents{
	position: relative;
	width: 100%;
	height: auto;
	margin:0;
	padding:0;
}
.max1200{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.max1400{
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
}
.max1500{
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width: 768px) {
.max1500{
	padding-left:130px;
	padding-right:110px;
}
}
@media screen and (min-width: 1300px) {
.max1500{
	padding-left:180px;
	padding-right:160px;
}
}

/*************************************
/* 左右スペース
*************************************/


.left-padding{
padding-left:0px;
}
.left-padding2{
padding-left:0px;
}
.right-padding{
padding-right:0px;
}
.lr-padding{
padding-left:0px;
padding-right:0px;
}

.top-padding{
padding-top:3px;
}
.all-padding{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.tb-padding{
	padding-top: 20px;
	padding-bottom: 20px;
}
.right-line{
}
.top-line{
}
.tb-line{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.bottom-line{	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

@media screen and (min-width: 768px) {
.left-padding{
padding-left:25px;
}
.right-padding{
padding-right:40px;
}
.lr-padding{
padding-left:25px;
padding-right:25px;
}
.top-padding{
padding-top:6px;
}
.all-padding{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
.tb-padding{
	padding-top: 40px;
	padding-bottom: 30px;
}
.right-line{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.top-line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.tb-line{
	border-bottom-width: 0px;
	text-align: left;	
}
}
@media screen and (min-width: 1300px) {
.left-padding{
padding-left:25px;
}
.left-padding2{
padding-left:25px;
}
.top-padding{
padding-top:8px;
}
}

/*************************************
/* box2
*************************************/
.box2-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box2-inner-reverse{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	justify-content: start;
}
.box2-inner-short{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	text-align:left;
}
.box2-info{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box2-info2{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box2-info-row{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

/* 画像のサイズと縦横比を制御 */
.box2-info-row img{ 
object-fit: cover;
}

.box2-info-row-end{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.calendar img{
	max-width:418px;
	text-align:right;
	right:0;
}
.box2-info p{

}

@media screen and (min-width: 768px) {
.box2-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2-inner-reverse{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box2-inner:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.box2-info{
	width:49%;
	height:auto;
	padding-bottom: 25px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align:left;
	justify-content: start;
}

.box2-info p{
flex-grow: 1;
}
}

@media screen and (min-width: 1000px) {
.box2-inner-short{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.box2-info2{
	width:49%;
	height:auto;
	padding-bottom: 25px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align:left;
	justify-content: start;
}
.box2-info-row{
	width:49%;
	height:auto;
	padding-bottom: 25px;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.box2-info-row h2{
padding-right:20px;
}
.box2-info-row-end{
	width:100%;
	height:auto;
	position:relative;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: end;
}
}
/*************************************
/* box3
*************************************/
.box3-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box3-info{
	width:100%;
	position:relative;
	padding-bottom: 15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
.box3-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box3-inner:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box3-info{
	width:49%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}

}
@media screen and (min-width: 1300px) {
.box3-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box3-inner:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box3-info{
	width:32%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}

}


/*************************************
/* box4
*************************************/
.box4-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box4-info{
	width:100%;
	position:relative;
	padding-bottom: 15px;
	margin-bottom:8px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}
.box4-info-short{
	width:100%;
	position:relative;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
	
}
@media screen and (min-width: 768px) {
.box4-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box4-inner:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box4-info{
	width:49.5%;
	padding-bottom: 15px;
	margin-bottom:8px;
	display:flex;
	flex-direction: column;
}
.box4-info-short{
	width:24%;
	padding-bottom: 15px;
	display:flex;
	flex-direction: column;
}
}
@media screen and (min-width: 1300px) {
.box4-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box4-inner:after {
    content: "";
    display: block;
    width: 24%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box4-info{
	width:24.5%;
	padding-bottom: 30px;
	display:flex;
	flex-direction: column;
}


}


/*************************************
/* box6
*************************************/

#footer{
	position:relative;
	width:100%;
	height:auto;
	margin-top:-1px;
}
.footer-copy{
	background-image: url(images/footer_logo_big.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
#footer .footer-leftline h2{
	padding-left:20px;
}

.box6-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: start;
}
.box6-info{
	width:100%;
	padding-bottom: 15px;
	margin-left:0px;
	margin-right:0px;
}
.box6-info .blog-ttl2{
	padding-left:20px;
	padding-right:20px;
}
.box6-info .blog-sub{
	display:block;
	padding-left:20px;
	padding-right:20px;	
}
@media screen and (min-width: 768px) {
.box6-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}
.box6-info{
	width:16%;
	padding-bottom: 15px;
}
#footer .box6-inner .box6-info{
	display: flex;　/* 直下の要素を並列に */
	flex-direction: column; /* 直下の要素を縦積みに */
}
#footer .box6-inner .box6-info p{
	flex-grow: 1; /* 比率を指定 */
}
.box6-info .blog-ttl2{
	padding-right: 20px;
	padding-left: 20px;
}
.box6-info .blog-sub{
	display:block;
	padding-right: 20px;
	padding-left: 20px;	
}
}
.footer-leftline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left:0px;
	padding-bottom:0px;
}
.footer-leftline .blog-ttl3{
	padding-left:15px;
}
.footer-leftline .btn04{
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}
@media screen and (min-width: 768px) {
.footer-leftline{
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left:0px;
	padding-bottom:0px;
}
.footer-leftline .btn04{
	padding-left:5px;
}
}




/*************************************
/* BOX3070
*************************************/

.box3070{

}
.box3070-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box3070-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.box3070-right{
	width:100%;
}

@media screen and (min-width: 1000px) {
.box3070-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}

.box3070-left{
	width:35%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	
}
.box3070-right{
	width:65%;
	padding-left:35px;
	padding-right:0px;
}
}

/*************************************
/* BOX7030
*************************************/

.box7030{


}
.box7030-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box7030-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.box7030-right{
	width:100%;
}
@media screen and (min-width: 768px) {
.box7030-inner{
	width:100%;
	
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box7030-left{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:30px;
}
.box7030-right{
	width:30%;
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (min-width: 1300px) {
.box7030-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box7030-left{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:50px;
}
.box7030-right{
	width:30%;
	padding-left:0px;
	padding-right:0px;
}
}
/*************************************
/* BOX5050
*************************************/

.box5050{
}
.box5050-inner{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box5050-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
}
.box5050-right{
	width:100%;
	padding-left:20px;
	padding-right:20px;
}
@media screen and (min-width: 768px) {
.box5050-inner{
	width:100%;
	max-width:1420px;
	padding-left:50px;
	padding-right:50px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box5050-inner2{
	width:100%;
	max-width:1520px;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box5050-left{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:0px;
}
.box5050-right{
	width:50%;
	padding-left:15px;
	padding-right:0px;
}
}
@media screen and (min-width: 1300px) {
.box5050-inner{
	width:100%;
	max-width:1440px;
	padding-left:50px;
	padding-right:50px;
	margin-left:auto;
	margin-right:auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: start;
}
.box5050-left{
	width:50%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:0px;
}
.box5050-right{
	width:50%;
	padding-left:15px;
	padding-right:0px;
}
}



/*************************************
/* 投稿ページ
*************************************/



#single-page {

}

#single-title-box{
	position:relative;
	width:100%;
	height:auto;
	top:140px;
	background-color: #ABB4BC;
}



#single-page .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#single-page .bannerM img.last{padding-right:0;}
/* 
#single-page h2{
line-height: 40px;
font-size: 24px;
font-weight: bold;
color: #000;
}

#single-page h3 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#single-page h4 {
font-size: 14px;
line-height: 30px;
background: url(images/h3.png) no-repeat ;
padding-left: 15px;
padding-bottom: 10px;
margin-top: 20px;
letter-spacing: 0.2em;
color: #333333;
}

#single-page h5 {
font-size: 16px;
font-weight:bold;
line-height:32px;
}

#single-page p {

}*/

/* 画像を右に回りこみ */
#single-page p.withImage{
width: 598px;
margin: 20px 0 10px 10px;
padding: 5px 0;
}

#single-page p.withImage img{
float: right;
margin-left: .5em;
}

#single-page #date {
text-align: left;
padding-top: 15px;
padding-bottom: 10px;
font-weight:500;
}

#single-page #next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}


/*************************************
/* WP記事
*************************************/

#editor .wp-block-image{
	padding-top:5px;
	object-fit: cover;
}
.wp-block-heading{
margin:0px;
padding:0px;
}
#editor h3.wp-block-heading{
	font-size:24px;
	font-weight: 600;
	line-height:1.5;
	padding-top:30px;
	color:#000;
	padding:0px;
}
#editor h4.wp-block-heading{
	font-size:24px;
	font-weight: 600;
	line-height:1.5;
	padding-top:35px;
	color:#000;
	padding-bottom:0px;
	margin:0px;
}

#editor p {
	font-size:16px;
	font-weight: 500;
	line-height:2;
	text-align:justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color:#000000;
}
#editor p a {
	font-weight: 600;
	color: #000000;
	text-decoration: underline;		
}
#editor .wp-block-columns{
	padding-top:0px;
	padding-bottom:0px;
}
#editor .wp-block-column{
	margin-top:0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:0px;
}
@media screen and (min-width: 768px) {
#editor h3.wp-block-heading{
	font-size:24px;
	line-height:2.2;
	padding-top:40px;
	font-weight: 500;
}
#editor h4.wp-block-heading{
	font-size:24px;
	font-weight: 500;
	line-height:1.8;
	color:#000;
	padding-top:0px;
}
#editor .wp-block-columns{
	padding-top:15px;
	padding-bottom:15px;
}
#editor .wp-block-column{
	padding:20px;
}
#editor p {
	font-size:17px;
	line-height:2.1;
	padding-bottom: 0px;
}
}

@media screen and (min-width: 1300px) {
#editor h3.wp-block-heading{
	font-size:26px;
	line-height:2.5;
	padding-top:50px;
}
#editor h4.wp-block-heading{
	font-size:26px;
	font-weight: 500;
	line-height:1.8;
	color:#000;
}
#editor p {
	font-size:17px;
	line-height:2.2;
}
#editor .wp-block-columns{
	padding-top:50px;
	padding-bottom:50px;
}
}

/*************************************
/* コンタクトフォーム7　wpcf7-form
*************************************/

.wpcf7-text ,.wpcf7-textarea ,.wpcf7-date ,.wpcf7-select{
	padding: 1em;
  width: 100%;
  max-width:750px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
} 
.wpcf7-text select,.wpcf7-textarea select,.wpcf7-date select,.wpcf7-select select{
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}
 
.wpcf7-text select:after,.wpcf7-textarea select:after,.wpcf7-date select:after,.wpcf7-select select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}

 
/*――「送信ボタン」デザイン――*/
 
.wpcf7-previous {
	background-color:#fff;
	border:0;
	color:#000;
	font-size:1.1em;
	font-weight:bolder;
	margin:0 auto;
	padding: 10px 35px;
	border-radius: 3px;
	cursor: pointer;
	text-align:center;
	width: 30%;
	cursor: pointer;
}
 
.wpcf7-previous:hover {
	color: #fff;
	cursor: pointer;
	background-color:#CCCCCC;
}

/*――「送信ボタン」デザイン――*/
 
.wpcf7-submit {
	background-color:#333;
	border:0;
	color:#ffffff;
	font-size:1.1em;
	font-weight:bolder;
	border-radius: 3px;
	cursor: pointer;
	text-align:center;
	width: 100%;
	max-width:750px;
	cursor: pointer;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
}
 
.wpcf7-submit:hover {
	color: #FFF;
	cursor: pointer;
	background-color: #999;
}
/*　チェック項目で改行　*/
span.wpcf7-list-item {
	display: block;
	margin-left: 5px;
}

/*――チェックボックス　カスタマイズ――*/

.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
    height: 25px;
    line-height: 25px;
    padding-left: 40px;
    display: inline-block;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    border-top: 2px solid #eb2a2a;
    border-right: 2px solid #eb2a2a;
    transform: rotate(125deg);
    position: absolute;
    left: 5px;
    top: 4px;
}



/*　placeholderのフォント　*/
.wpcf7 ::placeholder { 
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "a-otf-gothic-bbb-pr6n", "游ゴシック", YuGothic, sans-serif;
font-size:13px;
color: #888; }


/*　必須ラベル　*/
.cf7-req{
	font-size:.8em;
	background: #eb2a2a;
	color: #ffffff;
	margin-left: 10px;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
/*　任意ラベル　*/
.cf7-gray{
	font-size:.8em;
	color: #ffffff;
	margin-left: 10px;
	margin-top:5px;
	margin-bottom:5px;
	display:inline-block;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	background-color: #999999;
	
}


/*************************************
/* recapcha マークを消す
*************************************/
.grecaptcha-badge { visibility: hidden; }


/*ページ内スクロールの着地位置調整*/

#entoen-contents,#entoen-flow,#entoen-price,#entoen-information,#entoen-message,#entoen-profile {
    scroll-margin-top: 110px; /* 固定ヘッダーの高さに合わせる */
}
@media screen and (min-width: 768px){   
#entoen-contents,#entoen-flow,#entoen-price,#entoen-information,#entoen-message,#entoen-profile  {
    scroll-margin-top: 180px; /* 固定ヘッダーの高さに合わせる */
}
}
@media screen and (min-width: 1300px){   
#entoen-contents,#entoen-flow,#entoen-price,#entoen-information,#entoen-message,#entoen-profile {
    scroll-margin-top: 200px; /* 固定ヘッダーの高さに合わせる */
}
}

/*projects*/
.entoen-projects-3images{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.entoen-projects-3images img{
	width:100%;
	padding-bottom:3px;
}
@media screen and (min-width: 768px){ 
.entoen-projects-3images{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
}
.entoen-projects-3images img{
	width:33%;
	padding-bottom:0px;
}
}

/*テーブル*/
table {
  margin: 0px auto;
  border: none;
}
.tbl-r01 th {
	padding-top: 15px;
	padding-bottom:15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-right-style: none;
	border-left-style: none;
}
.tbl-r01 td {
	padding-top: 15px;
	padding-bottom:15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-right-style: none;
	border-left-style: none;
}

@media screen and (max-width: 600px) {
.last th:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r01 {
    width: 100%;
  }
  .tbl-r01 tr {
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
  }
  .tbl-r01 th{
	border-top: none;
	border-bottom: none;
    display: block;
    width: 100%;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 10px;
	padding-bottom:10px;
  }
  .tbl-r01 td {
	border-top: none;
　　border-bottom: none;
	border-bottom-width: 0px;
    display: block;
    width: 100%;
	padding-left: 0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom:5px;
  }
 
}


/*************************************
/* PC/SP切り替え
*************************************/

@media screen and (max-width: 1299px) {
  .header-pc-only {
    display: none !important; } }
	
@media screen and (min-width: 1300px) {
  .header-sptb-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
	.mainvisual-sp-only {
		display: block !important; }
	.mainvisual-tb-only {
		display: none !important; } 
	.mainvisual-note-only {
    	display: none !important; } 
	.mainvisual-pc-only {
    	display: none !important; } 
}
@media screen and (min-width: 768px) {
	.mainvisual-sp-only {
		display: none !important; }
	.mainvisual-tb-only {
    	display: block !important; }  
	.mainvisual-note-only {
    	display: none !important; } 
	.mainvisual-pc-only {
    	display: none !important; } 
}
@media screen and (min-width: 1300px) {
	.mainvisual-sp-only {
		display: none !important; } 
	.mainvisual-tb-only {
    	display: none !important; } 
	.mainvisual-note-only {
    	display: block !important; } 
	.mainvisual-pc-only {
    	display: none !important; } 	
}
@media screen and (min-width: 1900px) {
	.mainvisual-sp-only {
		display: none !important; } 
	.mainvisual-tb-only {
    	display: none !important; } 
	.mainvisual-note-only {
    	display: none !important; } 
	.mainvisual-pc-only {
    	display: block !important; } 	
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important; } }
#footerNavi small {
	font-size: 12px;
}



/*改行*/

.br-pc { display:none; }
.br-sp { display:inline; }

@media screen and (min-width: 768px){   
  .br-pc { display:inline; }
  .br-sp { display:none; }
}

/*記事タイトル横のスペース*/
h1.big-title{
	padding-right: 15px;
	padding-left: 15px;
}