/*
Theme Name: sunao_theme_2025
Theme URL: <?php echo home_url(); ?>/
Version: 1.0
Author:sunao-a.jp
*/


@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: #272625;
  margin: 0; 
  -webkit-font-feature-settings: "palt";/* 文字詰め */
  font-feature-settings: "palt";/* 文字詰め */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  font-weight:400;
  -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-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
}
}
@media all and (-ms-high-contrast: none) {
  body {
     
}
}

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 {
	color:#202020;
	text-decoration: none;
	transition-property: all;
	transition: 0.2s linear;
}
a:link,a:visited{
	text-decoration: none;
}
a:hover,a:active{
	filter:alpha(opacity=60);
	opacity:0.6;
	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;
}
.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-gray{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}
.img-alpha{	
	filter: alpha(opacity=5);
	-moz-opacity:0.05;
	opacity:0.05;
	-ms-filter: "alpha(opacity=5)"; /* IE8 */
	text-align:right;
}


.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;
}
@media screen and (min-width: 768px) {
.line-outline{
	padding-left:30px;
	padding-right:30px;
}
}


.ofi{
	width: 100%;
	max-height:130px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
@media screen and (min-width: 650px) {
.ofi{
	width: 100%;
	max-height:180px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
}

@media screen and (min-width: 900px) {
.ofi{
	width: 100%;
	max-height:240px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
}
@media screen and (min-width: 1900px) {
.ofi{
	width: 100%;
	max-height:275px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
}

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

.space-big{
	height:50px;
}
.space{
	height:30px;
}
.space-small{
	height:15px;
}
.space-mini{
	height:10px;
}
.space-puti{
	height:5px;
}
@media screen and (min-width: 768px) {
.space-big{
	height:70px;
}
.space{
	height:35px;
}
.space-small{
	height:18px;
}
.space-mini{
	height:12px;
}
.space-puti{
	height:6px;
}
}

@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;
}
}

.leftspace{
	padding-left:20px;

}
.rightspace{
	padding-right:20px;

}


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

.back-gray01{
	background-image: url(images/common/back-gray01.jpg);
	background-repeat: repeat;		
}
.back-gray02{
	background-image: url(images/common/back-gray02.jpg);
	background-repeat: repeat;		
}
.back-gray03{
	background-image: url(images/common/back-gray03.jpg);
	background-repeat: repeat;		
}
.back-gray{
	background-color: #D6D9DE;	
}
.back-wt{
	background-color: #fff;
}
.back-wt-blueline{
	background-color: #fff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #334FA0;
}
.back-bk{
	background-color: #2A2B2B;
}

/*************************************
/* 領域
*************************************/

.back-max{
	max-width:100%;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width: 768px) {
.back-max{
	max-width:100%;
	padding-left:60px;
	padding-right:60px;
}
}
@media screen and (min-width: 1300px) {
.back-max{
	max-width:100%;
	padding-left:130px;
	padding-right:130px;
}
}
@media screen and (min-width: 1900px) {
.back-max{
	max-width:100%;
	padding-left:185px;
	padding-right:185px;
}
}


.back-max2{
	max-width:100%;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width: 768px) {
.back-max2{
	max-width:100%;
	padding-left:60px;
	padding-right:60px;
}
}
@media screen and (min-width: 1300px) {
.back-max2{
	max-width:100%;
	padding-left:130px;
	padding-right:130px;
}
}
@media screen and (min-width: 1700px) {
.back-max2{
	max-width:100%;
	padding-left:300px;
	padding-right:300px;
}
}

/*************************************
/* 余白
*************************************/
.outline{
	padding: 30px;
	flex-grow:1;
}

@media screen and (min-width: 768px) {
.outline{
	padding: 30px;
	flex-grow:1;
}

}
@media screen and (min-width: 1300px) {
.outline{
	padding:50px;
	flex-grow:1;
}
}
/* 小さめの余白 */
.outline-small{
	padding: 20px;
	flex-grow:1;
}

@media screen and (min-width: 768px) {
.outline-small{
	padding: 25px;
	flex-grow:1;
}

}
@media screen and (min-width: 1300px) {
.outline-small{
	padding:30px;
	flex-grow:1;
}
}

/* 大きめの余白 */

.outline-big2{
	padding: 30px;
	flex-grow:1;
}

@media screen and (min-width: 768px) {
.outline-big2{
	padding: 30px;
	flex-grow:1;
}

}
@media screen and (min-width: 1300px) {
.outline-big2{
	padding-top:80px;
	padding-right:100px;
	padding-bottom:80px;
	padding-left:100px;
	flex-grow:1;
}
}

/* 大きめの余白 フッター用 */

.outline-big{
	padding: 30px;
	flex-grow:1;
}

@media screen and (min-width: 768px) {
.outline-big{
	padding: 30px;
	flex-grow:1;
}

}
@media screen and (min-width: 1300px) {
.outline-big{
	padding-top:80px;
	padding-right:150px;
	padding-bottom:80px;
	padding-left:100px;
	flex-grow:1;
}
}
/* 左右の余白 */

.outline-lr{
	padding-left: 30px;
	padding-right: 30px;
	flex-grow:1;
}

@media screen and (min-width: 768px) {
.outline-lr{
	padding-left: 30px;
	padding-right: 30px;
	flex-grow:1;
}

}
@media screen and (min-width: 1300px) {
.outline-lr{
	padding-left: 50px;
	padding-right: 50px;
	flex-grow:1;
}
}

/* ラインあり余白 */

.outline-line{
	padding: 20px;
	flex-grow:1;
	border: 1px solid #999999;
}

@media screen and (min-width: 768px) {
.outline-line{
	padding: 25px;
	flex-grow:1;
}

}
@media screen and (min-width: 1300px) {
.outline-line{
	padding:30px;
	flex-grow:1;
}
}

.margin-right0{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}

.margin-left0{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

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

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

/*************************************
/* 個別　背景
*************************************/

.back-notice{
	background-image: url(images/buy_02.jpg);
	background-repeat: no-repeat;
	background-size:  cover;   
}
.back-example{
	background-image: url(images/repair_ex_bg.jpg);
	background-repeat: no-repeat;
	background-size:  cover;   
}
.back-recommend{
	background-image: url(images/coating_02.jpg);
	background-repeat: no-repeat;
	background-size:  cover;   
}
@media screen and (min-width: 1300px) {

}

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

/* タイトル */

.zen400 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.zen500 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.b500{
	font-weight: 500;
}

.big-title{
	font-size:24px;
	line-height:1.5;

}
.big-title2{
	font-size:36px;
	line-height:1;
}
.line-title{
	font-size:18px;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
	letter-spacing: 0.05em;
	color: #000;
}
.big-copy-left{
	font-size:22px;
	line-height:1.5;
	color: #000;
}
.middle-copy-left{
	font-size:20px;
	line-height:1.8;
}
.small-copy-left{
	font-size:18px;
	line-height:1.9;
}
.number-title{
	font-size:60px;
	color: #000;
	line-height: 80px;
}
@media screen and (min-width: 768px) {

.big-title{
	font-size:36px;
	line-height:1.5;
}
.big-title2{
	font-size:42px;
	line-height:1;
}

.line-title{
	font-size:20px;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.big-copy-left{
	font-size:24px;
	line-height:1.5;
}
.middle-copy-left{
	font-size:21px;
}
.small-copy-left{
	font-size:19px;
}
.number-title{
	font-size:80px;
	line-height: 100px;
	font-weight: bold;
	color: #000;
}
}
@media screen and (min-width: 1300px) {

.big-title{
	font-size:36px;
	line-height:1.5;
}
.big-title2{
	font-size:50px;
	line-height:1;
}
.line-title{
	font-size:22px;
	display:inline;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 3px;
}
.big-copy-left{
	font-size:28px;
}
.middle-copy-left{
	font-size:24px;
}
.small-copy-left{
	font-size:22px;
}
.number-title{
	font-size:100px;
	line-height: 120px;
	color: #000;
}
}
@media screen and (min-width: 1900px) {

.big-title{
	font-size:40px;
	line-height:1.6;
}
.big-title2{
	font-size:60px;
	line-height:1;

}
}


/* 文章など */

.point-txt{
	font-size:15px;
	font-weight: 700;
	line-height:1.6;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copy-tate-l{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	letter-spacing: 0.15em;
}
.copy-tate-r{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	margin: 0 0 0 auto;
}
.copy-just{
	text-align: justify;
}
ruby {
	ruby-position: over;
	ruby-align: space-between;
}

.copy-sentence{
	font-size:16px;
	line-height:1.8;
	letter-spacing: 0.01em;
}
.copy-sentence li{
	line-height:1.8;
	padding-bottom:10px;
}
.basic-sentence{

}
.basic-sentence-small{

	text-align:left;
	color: #333;
	font-size: 14px;
	line-height: 1.8;
}
.small-sentence{

	font-size: 13px;
	line-height: 1.5;
}
.puti-sentence{

	font-size: 11px;
	letter-spacing:normal;
}
.gray-txt{
	color: #666666;
}
a .big-copy-left{
	color: #333;
}

a .basic-sentence{
	color: #333;
}

.font-bk{
color:#000;
}
.font-wt{
color:#FFF;
}
.font-wt a{
color:#FFF;
}
.font-gray{
color:#999999;
}
@media screen and (min-width: 768px) {
.copy-sentence{
	font-size:17px;
	line-height:2;
}
.basic-sentence{

}
}
@media screen and (min-width: 1300px) {
.point-txt{
	font-size:17px;
	line-height:1.6;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.copy-sentence{
	font-size:18px;
	line-height:2;
}
.basic-sentence{

}
.small-sentence{

	font-size: 14px;
}
.puti-sentence{

	font-size: 12px;
}
}

/* 文字のフェードイン */
.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;
}
}



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

/* 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;
}
/*追加情報 */
.plus-info-box{
	width:100%;
}
.plus-info-box-inner{
	padding:15px;
	margin-left:0px;
	margin-right:0px;
}
@media screen and (min-width: 768px) {
.plus-info-box-inner{
	margin-left:0px;
	margin-right:0px;
}
}
@media screen and (min-width: 1300px) {
.plus-info-box-inner{
	padding:25px;
}
}
.plus-info-box-inner .blog-ttl2{
	padding:0;
}

/*追加情報2 */
.plus-info-box2{
	width:100%;
	padding:15px;	
}
.plus-info-box2-inner{
	background-color:#fff;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #334FA0;
	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;
}
.plus-info-box2-inner-left{
	width:100%;
}
.plus-info-box2-inner-right{
	width:100%;
}
@media screen and (min-width: 768px) {
.plus-info-box2{
	width:100%;
	max-width:1400px;
	margin-left:auto;
	margin-right:auto;
	padding-left:50px;
	padding-right:50px;
}
.plus-info-box2-inner{
	background-color:#fff;
	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;
}
.plus-info-box2-inner-left{
	width:50%;
}
.plus-info-box2-inner-right{
	width:50%;
}
}


/*追加情報3 */
.plus-info-box3{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}
.plus-info-box3-inner{
	padding:15px;
	margin-left:0px;
	margin-right:0px;
	background-color: #EEEDE9;
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
.plus-info-box3-left{
	width:100%;
}
.plus-info-box3-right{
	width:100%;
	padding-top:30px;
	padding-bottom:15px;
}
/*リノベーションページ*/
.plus-info-box3-left2{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.plus-info-box3-right2{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
@media screen and (min-width: 768px) {
.plus-info-box3-inner{
	padding-left:100px;
	padding-right:100px;
}
}
@media screen and (min-width: 1300px) {
.plus-info-box3-inner{
	padding:25px;
	margin-left:0px;
	margin-right:0px;
	background-color: #EEEDE9;
	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;
}
.plus-info-box3-left{
	width:50%;
}
.plus-info-box3-right{
	width:50%;
	padding-left:40px;
	padding-right:0px;
	padding-top:20px;
	padding-bottom:0px;
}
/*リノベーションページ*/
.plus-info-box3-left2{
	width:50%;
	padding-left:20px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.plus-info-box3-right2{
	width:50%;
	padding-left:40px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
}
}
.info-box{
	padding: 20px;
}
@media screen and (min-width: 1300px) {
.info-box{
	border: 1px solid #CCCCCC;
	padding: 30px;
}
}




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

/*ボタン1*/
.btn01 a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	max-width:300px;
	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;
	color:#fff;
	font-size:15px;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-style: normal;
	border: 1px solid #FFFFFF;
}
.btn01 a:link,.btn01 a:visited {
	text-decoration: none;
	color:#fff;
}
.btn01 a:hover,.btn01 a:active {
	text-decoration: none;
	color:#fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color: #6C7984;
}
@media screen and (min-width: 768px) {
.btn01 a {
	max-width:500px;
}
}
@media screen and (min-width: 1300px) {
.btn01 a {
	font-size:18px;
}
}

/*ボタン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 #999999;
  font-weight: 700;
  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: #6C7984;
	color:#fff;
	filter:alpha(opacity=100);
	opacity:1;
}
@media screen and (min-width: 768px) {
.btn02 a {
	max-width:700px;
}
}
@media screen and (min-width: 1300px) {
.btn02 a {
	font-size:20px;
}
}

/*ボタン3*/
.btn03 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: #589435;
	color:#FFF;
	font-size:15px;
	font-family: "Zen Kaku Gothic New", serif;
  font-weight:bold;
	letter-spacing: 0.1em;
}

.btn03 a:link,.btn03 a:visited {
	text-decoration: none;
	background-color: #589435;
	color:#FFF;
}
.btn03 a:hover,.btn03 a:active {
	text-decoration: none;
	background-color: #75A853;
	color:#FFF;
}
@media screen and (min-width: 768px) {
.btn03 a {
	max-width:500px;
	margin-left: 0;
}

}
@media screen and (min-width: 1300px) {
.btn03 a {
	font-size:20px;
}
}




.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;
}

/*************************************
/* 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-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;
}

.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:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box2-info{
	width:48%;
	height:auto;
	padding-bottom: 0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


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

/*************************************
/* box2 SPでも二列のまま　幅フリー
*************************************/
.box2-inner-free{
	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: row;
	flex-direction: row;
	justify-content: start;
}
.box2-info-free{
	width:auto;
	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;
}

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

/*************************************
/* box2 PCの時に逆
*************************************/
.box2-inner-lr{
	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;
}

@media screen and (min-width: 768px) {
.box2-inner-lr{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	flex-wrap: wrap;
}

}
/*************************************
/* box4060 
*************************************/

.box4060-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;
}
.box4060-info-left{
	width:100%;
	height:auto;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box4060-info-right{
	width:100%;
	height:auto;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (min-width: 1300px) {
.box4060-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;
}

.box4060-info-left{
	width:40%;
	height:auto;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.box4060-info-right{
	width:60%;
	height:auto;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


.box4060-info-free p{
flex-grow: 1;
}
}


/*************************************
/* box3　SP時に1列
*************************************/
.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;
}
.box3-info .blog-ttl2{
	padding-left:20px;
	padding-right:20px;
}
.box3-info .blog-sub{
	display:block;
	padding-left:20px;
	padding-right:20px;	
}

@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;
}


}

/*************************************
/* box3-2　SP時に2列
*************************************/
.box3-2-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;
	flex-wrap: wrap;
}
/* 最後のコンテンツを左寄せにする指定 */
.box3-2-inner:after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
}
.box3-2-info{
	width:48%;
	position:relative;
	padding-bottom: 15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}
.box3-2-info .blog-ttl2{
	padding-left:20px;
	padding-right:20px;
}
.box3-2-info .blog-sub{
	display:block;
	padding-left:20px;
	padding-right:20px;	
}
@media screen and (min-width: 768px) {
.box3-2-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-2-inner:after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
}
.box3-2-info{
	width:48%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}

}
@media screen and (min-width: 1300px) {
.box3-2-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-2-inner:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.box3-2-info{
	width:32%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}

}



/*************************************
/* box3-3　SP時から3列のまま
*************************************/
.box3-3-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-evenly;
	flex-wrap: wrap;
}

.box3-3-info{
	width:33%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-direction: column;
}

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

#footer{
	position:relative;
	width:100%;
	height:auto;
	margin-top:-1px;
	padding-bottom:50px;
}
@media screen and (min-width: 768px) {
#footer{
	position:relative;
	width:100%;
	height:auto;
	margin-top:-1px;
	padding-bottom:0px;
}
.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;
	padding-left:30px;
	padding-right:30px;
}
.box3070-right{
	width:100%;
	padding-left:30px;
	padding-right:30px;
}

@media screen and (min-width: 768px) {
.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: start;
}
.box3070-left{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	padding-left:60px;
	padding-right:30px;
	
}
.box3070-right{
	width:70%;
	padding-left:30px;
	padding-right:60px;
}


}
@media screen and (min-width: 1300px) {
.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: start;
}
.box3070-left{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	padding-left:130px;
	padding-right:30px;
	
}
.box3070-right{
	width:70%;
	padding-left:30px;
	padding-right:130px;
}
}

@media screen and (min-width: 1900px) {
.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: start;
}
.box3070-left{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	padding-left:300px;
	padding-right:30px;
	
}
.box3070-right{
	width:70%;
	padding-left:30px;
	padding-right:300px;
}
}
/*************************************
/* top-sumika-BOX3070
*************************************/


.top-sumika-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;
}

.top-sumika-box3070-left{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
}
.top-sumika-box3070-right{
	width:100%;
	padding-left:0px;
	padding-right:0px;
}

@media screen and (min-width: 768px) {
.top-sumika-box3070-inner{
	width:100%;
	max-width:1420px;
	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;
}

.top-sumika-box3070-left{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:30px;
	
}
.top-sumika-box3070-right{
	width:70%;
	padding-left:10px;
	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;
	padding-left:30px;
	padding-right:30px;
}

.box7030-right{
	width:100%;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width: 768px) {
.box7030-inner{
	width:100%;
	padding-left:60px;
	padding-right:60px;
	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-left-inner{
	width:100%;
	padding-left:20px;
}
.box7030-right{
	width:30%;
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (min-width: 1300px) {
.box7030-inner{
	width:100%;
	padding-left:130px;
	padding-right:130px;
	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-left-inner{
	width:100%;
	padding-left:50px;
}
.box7030-right{
	width:30%;
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (min-width: 1900px) {
.box7030-inner{
	width:100%;
	padding-left:300px;
	padding-right:300px;
	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-left-inner{
	width:100%;
	padding-left: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:30px;
	padding-right:30px;
}
.box5050-right{
	width:100%;
	padding-left:30px;
	padding-right:30px;
}
@media screen and (min-width: 768px) {
.box5050-inner{
	width:100%;
	padding-left:60px;
	padding-right:60px;
	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:40%;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
}
.box5050-right{
	width:60%;
	padding-left:0px;
	padding-right:0px;
}
}
@media screen and (min-width: 1300px) {
.box5050-inner{
	width:100%;
	padding-left:130px;
	padding-right:130px;
	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;
}

}
@media screen and (min-width: 1900px) {
.box5050-inner{
	width:100%;
	padding-left:300px;
	padding-right:300px;
	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 p,.box5050-right p{
flex-grow: 1;
}




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

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

/*二回目以降は非表示*/
#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:200px;
}

/* 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-gray{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:65px;
	background-image: url(images/common/back-gray01.jpg);
	background-repeat: repeat;	
	z-index:120;
}
}
#navi-bg-gray{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:65px;
	background-image: url(images/common/back-gray01.jpg);
	background-repeat: repeat;	
	z-index:120;
}
@media screen and (min-width: 768px) {
#navi-bg-gray{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:65px;
	background-image: url(images/common/back-gray01.jpg);
	background-repeat: repeat;	
	z-index:120;
}
}
@media screen and (min-width: 1300px) {
#navi-bg-gray{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:65px;
	background-image: url(images/common/back-gray01.jpg);
	background-repeat: repeat;	
	z-index:120;
}
}
/* ロゴ */

.logo{
	position: fixed;
	width:240px;
	height:auto;
	left:15px;
	top:16px;
	z-index: 300;
	line-height: 2.2;
	text-align:center;
}
/* h１ */
.header-h1{
	position: fixed;
	height:auto;
	left:15px;
	top:30px;
	z-index: 0;
	color:#A8A8A8;
	font-size: 8px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
	line-height: 12px;
}
.header-h1.open {
/* ナビボタンをクリックすると階層が下がって見えなくなる */
	z-index: 0;
}
.header-h1-other{
	position: fixed;
	height:auto;
	left:160px;
	top:30px;
	z-index: 0;
	color:#363534;
	font-size: 8px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
	line-height: 12px;
}
.header-h1-other.open {
/* ナビボタンをクリックすると階層が下がって見えなくなる */
	z-index: 0;
}

@media screen and (min-width: 768px) {
.logo-bk{
	position: fixed;
	width:140px;
	height:auto;
	left:15px;
	top:13px;
	z-index: 1300;
	line-height: 2.2;
	text-align:center;
}
.logo{
	position: fixed;
	width:250px;
	height:auto;
	left:15px;
	top:15px;
	z-index: 1300;
	line-height: 2.2;
	text-align:center;
}
.header-h1{
	position: fixed;
	height:20px;
	left:285px;
	top:26px;
	z-index: 110;
	font-size: 9px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
}
.header-h1-other{
	position: fixed;
	height:20px;
	left:170px;
	top:28px;
	z-index: 110;
	color:#363534;
	font-size: 9px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0.1em;
}
}
@media screen and (min-width: 1300px) {
.logo-bk{
	position: fixed;
	width:135px;
	height:auto;
	left:28px;
	top:14px;
	z-index: 1200;
	line-height: 2.2;	
}
.logo{
	position: fixed;
	width:250px;
	height:auto;
	left:30px;
	top:16px;
	z-index: 1200;
	line-height: 2.2;	
}
/* h１ */
.header-h1{
	position: fixed;
	height:20px;
	left:300px;
	top:28px;
	z-index: 110;
	font-size: 10px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0em;
}
.header-h1-other{
	position: fixed;
	height:20px;
	left:165px;
	top:28px;
	z-index: 110;
	color:#363534;
	font-size: 9px;
	font-weight: 500;
	font-family:"游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	letter-spacing: 0em;
}
}
@media screen and (min-width: 1500px) {
.header-h1{
	left:300px;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.header-h1-other{
	left:165px;
	font-size: 11px;
	letter-spacing: 0.1em;
}
}
/* 固定のお問い合わせなど */

#header-contact-btn{
	display:none;
	z-index:1;
	
}

#footer-contact-btn{
	display:block;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index:100;
	width:100%;
	background-color: #666666;
}
#footer-contact-btn .box3-3-info a {
	display: flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height: 50px;
	padding-top:0px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	background-color: #002854;
 	font-size:13px;
	font-weight:700;
	z-index:100;
}
#footer-contact-btn .box3-3-info a:link,#footer-contact-btn .box3-3-info a:visited {
	text-decoration: none;
	color: #FFF;
	background-color: #002855;
	opacity:1;
}
#footer-contact-btn .box3-3-info a:hover,#footer-contact-btn .box3-3-info a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #00162F;
	opacity:0.7;
}

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

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

}


/*************************************
/* page-top
*************************************/

#page-top{
	display:none;
}

@media screen and (min-width: 768px) {
#page-top{
	position: fixed;
	display:block;
	width: 50px;
	height: 50px;
	bottom: 15px;
	right: 0px;
	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: 50px;
	height: 50px;
	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;
}
}

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



#top-navigation{
	display: none;
}

@media screen and (min-width: 1600px) {
#top-navigation{
	position:fixed;
	z-index:200;
	right:95px;
	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:#fff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	letter-spacing:0;
}
}

#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: 21px;
	right: 15px;
	/* ボタンの大きさ  */
	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: 13px;
	right: 20px;
	/* ボタンの大きさ  */
	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: 13px;
	right: 30px;
	/* ボタンの大きさ  */
	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: #fff;
	/* バーガー線の位置基準として設定 */
	position: relative;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position:absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	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);
	background-color: #363534;
}

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

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


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

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

.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:50px;
	padding-bottom:100px;
	overflow: auto;
	
}
@media screen and (min-width: 768px) {
.menu {
	padding-top:80px;
	padding-bottom:80px;
	right: -75%;
	width: 50%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
}
@media screen and (min-width: 1000px) {
.menu {

	background-position: top 0% left 0px;
	width: 50%;
}
}
@media screen and (min-width: 1300px) {
.menu {

	background-position: top 50% left 60px;
	width: 50%;
}
}
@media screen and (min-width: 1500px) {
.menu {
	
	background-position: top 50% left 50px;
	width: 30%;
}
}
@media screen and (min-width: 1700px) {
.menu {

	background-position: top 50% left 50px;
	width: 25%;
}
}
.menu a{
	text-decoration: none;		
}
.menu a:hover,a:active{
	filter:alpha(opacity=100);
	opacity:1;
}
.menu-list {
	width: 65%;
	max-width:500px;
	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-list {
	width: 80%;
	margin-right:0px;
}
}
.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:10px;
	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;
}


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



/*************************************
/* 住処ページ：メインコピー
*************************************/

/* SP */
.main-copy-sp{
	position:absolute;
	bottom:178px;
	left: 55px;
	z-index:20;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
/* TB */
@media screen and (min-width: 768px) {
.main-copy-tb{
	position:absolute;
	top:120px;
	right: 100px;
	z-index:20;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
 	 -ms-writing-mode: vertical-rl;
}
}
/* NOTE */
@media screen and (min-width: 1300px) {
.main-copy-note{
	position:absolute;
	top:160px;
	right: 75px;
	z-index:20;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}
/* PC */
@media screen and (min-width: 1900px) {
.main-copy-pc{
	position:absolute;
	top:110px;
	right: 180px;
	z-index:20;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}

/*************************************
/* 住処ページ：サブコピー
*************************************/


/* SP */
.sub-copy-sp{
	position:absolute;
	bottom:68px;
	left: 57px;
	z-index:30;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	letter-spacing:0.1em;
}
/* TB */
@media screen and (min-width: 768px) {
.sub-copy-tb{
	position:absolute;
	top:220px;
	right: 101px;
	z-index:30;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
 	 -ms-writing-mode: vertical-rl;
	 letter-spacing:0.1em;
}
}
/* NOTE */
@media screen and (min-width: 1300px) {
.sub-copy-note{
	position:absolute;
	top:280px;
	right: 77px;
	z-index:30;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	letter-spacing:0.1em;
}
}
/* PC */
@media screen and (min-width: 1900px) {
.sub-copy-pc{
	position:absolute;
	top:250px;
	right: 186px;
	z-index:30;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	letter-spacing:0.1em;
}
}


/*************************************
/* 住処ページメインビジュアル
*************************************/

/* SP */
#main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:60px;
	z-index:10;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:60px;
		
}

/* TB */
@media screen and (min-width: 768px) {
#main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:60px;
	z-index:10;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:80px;
}
}

/* NOTE */
@media screen and (min-width: 1300px) {
#main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:100px;
	z-index:10;
	padding-left:100px;
	padding-right:100px;
	padding-bottom:140px;
}
}
/* PC */
@media screen and (min-width: 1900px) {
#main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:110px;
	z-index:10;
	padding-left:185px;
	padding-right:300px;
}
}


/*************************************
/*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-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
@media screen and (min-width: 1300px) {
#main_contents{
	padding-top: 40px;
}
}
@media screen and (min-width: 1900px) {
#main_contents{
	padding-top: 60px;
}
}

/*************************************
/* NEWS
*************************************/

/* NEWSのボタン */

#top-news-btn{
	position:absolute;
	right:60px;
	bottom:-10px;
	letter-spacing: 0.1em;
	z-index:300;
	
}
#top-news-btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 80px;
	padding-top:0px;
	transition: 0.3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
 	font-size:15px;
	font-weight:700;
	letter-spacing: 0.1em;
	z-index:300;
	
}
#top-news-btn a:link,#top-news-btn a:visited {
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	opacity:1;
	letter-spacing: 0.1em;
	z-index:300;
	
}
#top-news-btn a:hover,#top-news-btn a:active {
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	opacity:0.7;
	letter-spacing: 0.1em;
	z-index:300;
}
@media screen and (min-width: 1300px) {
#top-news-btn{
	right:120px;
}
}
@media screen and (min-width: 1900px) {
#top-news-btn{
	right:185px;
}
}

/* NEWS記事 */

#news{
	position:relative;
	margin-left:0;
	margin-right:auto;
	max-width:100%;
	padding-left:40px;
	padding-right:0px;
	z-index:10;
}
#news.open{
	z-index:10;
}

.news-info{
	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;
	text-align:left;
}
.news-title{
	font-size:16px;
	line-height: 24px;
	
}
.news-date{
	padding-bottom:0px;
	padding-right:15px;

}
@media screen and (min-width: 768px) {
#news{
	position:relative;
	margin-left:0;
	max-width:50%;
	margin-right:auto;
	padding-left:60px;
	padding-right:0px;
	
}

.news-info{
	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;
	text-align:left;
	align-items: center;
}
.news-title{
	font-size:16px;
	line-height: 20px;
}
.news-date{

}
}
@media screen and (min-width: 1300px) {
#news{
	position:relative;
	margin-left:0;
	margin-right:auto;
	padding-left:130px;
	
}
}
@media screen and (min-width: 1900px) {
#news{
	position:relative;
	margin-left:0;
	margin-right:auto;
	padding-left:185px;
	
}
}


/*************************************
/* top-SUMIKA
*************************************/

#sumika{
	
}
#sumika .top-sumika-box3070-left{
	position:relative;
}
.sumika-bottom{
	position:absolute;
	bottom:10px;
}
@media screen and (min-width: 1300px) {
.sumika-bottom{
	position:absolute;
	bottom:0px;
}
}

/*************************************
/* top-IKIKATA
*************************************/

#ikikata{
	position: relative;
}


#ikikata .back-max2 .copy-sentence{
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
  	-ms-writing-mode: horizontal-tb;
	background-image: url(images/bgcopy_top_sp.png);
	background-repeat: no-repeat;
	background-position: right top;	
	background-size:contain;
}
@media screen and (min-width: 768px) {
#ikikata .back-max2 .copy-sentence{
	background-image:none;
}
}

@media screen and (min-width: 1000px) {
#ikikata .back-max2 .copy-sentence{
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	margin: 0 auto 0 0 ;
	padding-top:30px;
	padding-right: 200px;
	background-image:none;
}

}
@media screen and (min-width: 1300px) {
#ikikata .back-max2 .copy-sentence{
	padding-right: 200px;
	margin-top:-144px;
	padding-top:0px;
}
}
@media screen and (min-width: 1900px) {
#ikikata .back-max2 .copy-sentence{
	padding-right: 200px;
	margin-top:-160px;
}
}

/*************************************
/* top-about
*************************************/

#top-about .box3070-right{
	
	width:100%;
	padding-left:10px;
	padding-right:10px;

}

/*************************************
/* TOP-NAVI　box3　SP1列　PC3列
*************************************/
.topnavi-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;
}
.topnavi-box3-info{
	width:100%;
	position:relative;
	padding-bottom: 15px;
	margin-bottom:15px;
	margin-left:0px;
	margin-right:0px;
	display:flex;
	flex-direction: column;
}
.topnavi-box3-info .blog-ttl2{
	padding-left:20px;
	padding-right:20px;
}
.topnavi-box3-info .blog-sub{
	display:block;
	padding-left:20px;
	padding-right:20px;	
}
.yokonarabi{
	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: nowrap;
}
.yokonarabi-info01{
	width:90%;
	padding-right:10px;
	display:flex;
	flex-direction: column;
	
}
.yokonarabi-info02{
	width:10%;
	display:flex;
	flex-direction: column;
	
}

@media screen and (min-width: 768px) {
.topnavi-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;
}
/* 最後のコンテンツを左寄せにする指定 */
.topnavi-box3-inner:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.topnavi-box3-info{
	width:32%;
	padding-bottom: 15px;
	margin-bottom:25px;
	display:flex;
	flex-direction: column;
}
.yokonarabi{
	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: nowrap;
}
.yokonarabi-info01{
	width:90%;
	padding-right:30px;
	display:flex;
	flex-direction: column;
	
}
.yokonarabi-info02{
	width:10%;
	padding-right:10px;
	display:flex;
	flex-direction: column;
	
}

}

/*************************************
/* CONTACT
*************************************/

#back-contact {
	background-size: cover;
	background-position: center;
  }

.contact-box3070-inner{
	width:100%;
	max-width:400px;
	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;
}
.contact-box3070-left{
	width:30%;
	margin-left:auto;
	margin-right:auto;
	
}
.contact-box3070-right{
	width:70%;
	margin-top:auto;
	margin-bottom:auto;
}
@media screen and (min-width: 768px) {
.contact-box3070-inner{

	max-width:700px;
}
}


/*************************************
/* FOOTER
*************************************/

#footer img{
max-width:170px;
max-height:300px;
}
#footer .copy-tate-r{
	writing-mode: horizontal-tb;
	-webkit-writing-mode: horizontal-tb;
  	-ms-writing-mode: horizontal-tb;
	margin: 0 auto 0 0 ;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width:100%;
}
#footer .copy-tate-r a {
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:auto;
	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;
	color:#fff;
	letter-spacing: 0.1em;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#footer .copy-tate-r a:link,#footer .copy-tate-r a:visited {
	text-decoration: none;
	color:#fff;
}
#footer .copy-tate-r a:hover,#footer .copy-tate-r a:active {
	text-decoration: none;
	color:#fff;
	filter:alpha(opacity=80);
	opacity:0.8;
	background-color: #6C7984;
}

@media screen and (min-width: 768px) {
#footer .copy-tate-r{
	
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	margin: 0 0 0 auto;
	width:auto;
	border:none;
}
#footer .copy-tate-r a {
	display: block;
	width:auto;
	justify-content: start;
	align-items: start;
	border:none;
	padding:0;
}
#footer .copy-tate-r a:link,#footer .copy-tate-r a:visited {
	text-decoration: none;
	color:#fff;
}
#footer .copy-tate-r a:hover,#footer .copy-tate-r a:active {
	text-decoration: none;
	color:#fff;
	filter:alpha(opacity=60);
	opacity:0.6;
	background-color: transparent;
	
}
}
/*************************************
/* footerのbox2 PCのときに左右逆
*************************************/
.footer-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;
}
.footer-box2-info01,.footer-box2-info02{
	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;
}
.box2-info p{
}

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

}
.footer-box2-info02{
	width:48%;
	height:auto;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom:0;
	margin-top:auto;
}
.footer-box2-info01 img{
padding-bottom:50px;
}
}
.footer-box2-info p{
flex-grow: 1;
}

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

.footer-box2-info01 .copy-sentence a{
	line-height: 3.5em;
}
}



/*************************************
/* OTHER-PAGE
*************************************/

/* SP */
.other-main-copy-sp{
	position:absolute;
	top:95px;
	right: 20px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}

/* TB */
@media screen and (min-width: 768px) {
.other-main-copy-pc{
	position:absolute;
	top:120px;
	right: 50px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}
/* NOTE */
@media screen and (min-width:1300px) {
.other-main-copy-pc{
	position:absolute;
	top:150px;
	right: 120px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}
@media screen and (min-width:1900px) {
.other-main-copy-pc{
	position:absolute;
	top:150px;
	right: 200px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}

/* SP */
#other-main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:95px;
	z-index:10;
	padding-left:30px;
	padding-right:75px;
		
}
/* TB */
@media screen and (min-width: 768px) {
#other-main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:120px;
	z-index:10;
	padding-left:60px;
	padding-right:150px;
}
}
/* NOTE */
@media screen and (min-width: 1300px) {
#other-main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:150px;
	z-index:10;
	padding-left:130px;
	padding-right:200px;
}
}
/* PC */
@media screen and (min-width: 1900px) {
#other-main-visual{
	position:relative;
	width:100%;
	height: 100%;
	left:0;
	top:150px;
	z-index:10;
	padding-left:300px;
	padding-right:300px;
}
}
/*************************************
/* PAGE-GALLERY
*************************************/
.masonry-item {
      line-height: 0; 
      width: 50%;
    }

.masonry-item .large {
      width: 50%;
    }

.masonry-item img {
      width: 100%;
	  padding:3px;
    }
@media screen and (min-width: 768px) {
.masonry-item {
      line-height: 0; 
      width: 33%;
    }

.masonry-item .large {
      width: 50%;
    }
.masonry-item img {
      width: 100%;
	  padding:5px;
    }
}

/*************************************
/* PAGE-ABOUT
*************************************/

.page-about .box2-inner,.page-about .box2-inner-lr{
	align-items: center;
	text-align: justify;

}

.page-about .border-left{
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;	
}

.page-about .leftspace{
	padding-left:0px;
	padding-top:10px;

}
.page-about .leftspace03{
	padding-left:23px;
	margin-top:-8px;

}
#about-profile img{
	width:50%;
	margin-left:25%;
}
@media screen and (min-width: 768px) {
.page-about .leftspace{
	padding-left:30px;
	padding-top:10px;

}
.page-about .leftspace03{
	padding-left:0px;
	margin-top:0px;
	padding-top:10px;

}
#about-profile img{
	width:100%;
	margin-left:0%;
}
}

@media screen and (min-width: 900px) {
.page-about .leftspace{
	padding-left:80px;

}
}
@media screen and (min-width: 1100px) {
.page-about .leftspace{
	padding-left:200px;

}
}
@media screen and (min-width: 1300px) {
.page-about .leftspace{
	padding-left:230px;

}
}
@media screen and (min-width: 1900px) {
.page-about .leftspace{
	padding-left:260px;

}
}


.page-about .leftspace02{
	padding-left:50px;

}
@media screen and (min-width: 768px) {
.page-about .leftspace02{
	padding-left:60px;

}
}
@media screen and (min-width: 1300px) {
.page-about .leftspace02{
	padding-left:150px;

}
}

@media screen and (min-width: 1500px) {
.page-about .leftspace02{
	padding-left:200px;

}
}
@media screen and (min-width: 1700px) {
.page-about .leftspace02{
	padding-left:300px;

}
}

/*テーブル*/
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: #999999;
	border-bottom-color: #999999;
	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: #999999;
	border-bottom-color: #999999;
	border-right-style: none;
	border-left-style: none;
}

@media screen and (max-width: 600px) {
.last th:last-child {
    border-bottom: solid 1px #999999;
    width: 100%;
  }
  .last td:last-child {
    border-bottom: solid 1px #999999;
    width: 100%;
  }
  .tbl-r01 {
    width: 100%;
  }
  .tbl-r01 tr {
    border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
  }
  .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;
  }
 
}

/*************************************
/* PAGE-GALLERY
*************************************/


/*************************************
/* PAGE-SUMIKA
*************************************/

.page-sumika{}

.sumika-mv{
	
	background-image: url(images/sumika_mv_sp.jpg);
	background-repeat: no-repeat;
	background-size:  cover; 
	background-position: top;
	height:98vh;
	z-index:10;

}
@media screen and (min-width: 768px) {
.sumika-mv{
	background-image: url(images/sumika_mv_pc.jpg);
	background-repeat: no-repeat;
	background-size:  cover;
	height:100vh;  
	z-index:10; 
}
}
/* SP */
.sumika-mv-copy01{
	position:absolute;
	top:120px;
	right: 30px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	line-height: 2em;
}
.sumika-mv-copy02{
	position:absolute;
	bottom:130px;
	left: 25px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
	line-height: 2em;
}
/* TB */
@media screen and (min-width: 768px) {
.sumika-mv-copy01{
	position:absolute;
	top:150px;
	right: 60px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
 	 -ms-writing-mode: vertical-rl;
}
.sumika-mv-copy02{
	position:absolute;
	top:270px;
	right: 87px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
 	 -ms-writing-mode: vertical-rl;
}
}
/* NOTE */
@media screen and (min-width: 1300px) {
.sumika-mv-copy01{
	position:absolute;
	top:180px;
	right: 160px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
.sumika-mv-copy02{
	position:absolute;
	top:315px;
	right: 192px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}
/* PC */
@media screen and (min-width: 1900px) {
.sumika-mv-copy01{
	position:absolute;
	top:200px;
	right: 190px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
.sumika-mv-copy02{
	position:absolute;
	top:350px;
	right: 226px;
	z-index:100;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
  	-ms-writing-mode: vertical-rl;
}
}

.page-sumika .box2-inner,.page-sumika .box2-inner-lr{
	align-items: center;
	text-align: justify;

}

.page-sumika .border-left{
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;	
}

.page-sumika .leftspace{
	padding-left:0px;
	padding-top:10px;

}
.page-sumika .leftspace03{
	padding-left:23px;
	margin-top:-8px;

}
@media screen and (min-width: 768px) {
.page-sumika .leftspace{
	padding-left:30px;
	padding-top:10px;

}
.page-sumika .leftspace03{
	padding-left:0px;
	margin-top:0px;
	padding-top:10px;

}
}

@media screen and (min-width: 900px) {
.page-sumika .leftspace{
	padding-left:80px;

}
}
@media screen and (min-width: 1100px) {
.page-sumika .leftspace{
	padding-left:200px;

}
}
@media screen and (min-width: 1300px) {
.page-sumika .leftspace{
	padding-left:230px;

}
}
@media screen and (min-width: 1900px) {
.page-sumika .leftspace{
	padding-left:260px;

}
}


.page-sumika .leftspace02{
	padding-left:30px;

}
@media screen and (min-width: 768px) {
.page-sumika .leftspace02{
	padding-left:60px;

}
}
@media screen and (min-width: 1300px) {
.page-sumika .leftspace02{
	padding-left:150px;

}
}

@media screen and (min-width: 1500px) {
.page-sumika .leftspace02{
	padding-left:200px;

}
}
@media screen and (min-width: 1700px) {
.page-sumika .leftspace02{
	padding-left:300px;

}
}

/*************************************
/* page-concept
*************************************/

.page-concept #passive .box2-inner{
	align-items: center;
	text-align: justify;

}
.page-concept #passive .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;
}
.page-concept #passive .box2-inner .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;
}

@media screen and (min-width: 1000px) {
.page-concept #passive .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;
}
/* 最後のコンテンツを左寄せにする指定 */
.page-concept #passive .box2-inner:after {
    content: "";
    display: block;
    width: 49%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.page-concept #passive .box2-inner .box2-info{
	width:48%;
	height:auto;
	padding-bottom: 0px;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


.page-concept #passive .box2-info p{
flex-grow: 1;
}
}

.page-concept .rayout-concept .box2-inner{
	align-items: center;
	text-align: justify;

}



/*************************************
/* 会社概要　プロフィール
*************************************/


.otherCompany-info{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
.otherCompany-ttl{
	width:100%;
	font-weight:600;
}
.otherCompany-txt{
	width:100%;
}
@media screen and (min-width: 768px) {
.otherCompany-info{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
.otherCompany-ttl{
	width:25%;
}
.otherCompany-txt{
	width:75%;
}
}

/*************************************
/* ニュースページ
*************************************/


.latestNews{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:10px;
	padding-bottom:10px;
}
.latestNews-date{
	width:100%;
	font-weight:600;
}
.latestNews-txt{
	width:100%;
}
@media screen and (min-width: 768px) {
.latestNews{
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top:40px;
	padding-bottom:10px;
}
.latestNews-date{
	width:20%;
}
.latestNews-txt{
	width:80%;
}
}


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


#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;
}






/*************************************
/* COMPANY
*************************************/

#message img{
	border-radius: 20px;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (min-width: 768px) {
#message img{
	width:100%;
	margin-left:0%;
}
}

/*************************************
/* FIND
*************************************/
.used-stepimg-copy{
	position:absolute;
	top:10px;
	right:30px;
}

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

.wp-block-image{
	padding-top:30px;
	padding-bottom:30px;
}

/*************************************
/* コンタクトフォーム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;
}

/*　必須ラベル　*/
.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;
}

/*************************************
/* コンタクトフォームのボタン大きく
*************************************/

input[type="checkbox"],
input[type="radio"] {
  accent-color: #589435;
  transform: scale(1.5);
}

/*************************************
/* recapcha マークを消す
*************************************/
.grecaptcha-badge { visibility: hidden; }
@media screen and (min-width: 1300px) {
.grecaptcha-badge { 
	visibility:visible;
	bottom: 80px!important;
 }
}

/*************************************
/* 
イベントカレンダーの表下休日タイトルをPCの時は横並びに
*************************************/

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

/*************************************
/* 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;
}



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

#programs, #locations, #connect {
    padding-top: 65px;
}
